repo_name
stringlengths 4
136
| issue_id
stringlengths 5
10
| text
stringlengths 37
4.84M
|
---|---|---|
openlayers/openlayers | 41076840 | Title: bower install fail
Question:
username_0: Hello.
Just to let you know that the "tag" format you are using now (the one including the word "release" before the version) is causing problems with previous bower.json configuration of different projects.
In my case, i had this in my bower.json:
"openlayers": "~2.13.1"
And got this error when installing:
bower openlayers#2.13.1 ENORESTARGET No tag found that was able to satisfy 2.13.1
So i had to modify my bower.json to:
"openlayers": "~release-2.13.1"
in order to install OpenLayers.
Answers:
username_1: Same problem here on the older 2.11 and 2.12. I take it there's no interest from OpenLayers to fix this? Thanks |
nnease/BIOL-653-Nease-Nelson | 111697833 | Title: Homework 2 comments
Question:
username_0: Awesome!
I just added a few comments and tweaks. I also cleaned up some of the Rmarkdown
and included notes on how/when to use eval = FALSE.
You can do a git pull to check out my changes locally. Or look at the diff online. |
jupyter-naas/awesome-notebooks | 901414131 | Title: Google Alert - Send notification to Slack
Question:
username_0: Input :
Google key words
Model:
- save to google sheet
- send to slack
Output:
- "Record saved to google sheet"
- "Message sent to slack
or fallbacks
https://pypi.org/project/google-alerts/get google alert data sent to my notebook to :
save to google sheet
send to slack
I found this but I'm not sure how to use it
https://pypi.org/project/google-alerts/
Answers:
username_0: https://naas.gitbook.io/drivers/tools/slack. should be used as well as Naas google drivers
Status: Issue closed
username_0: Ref: https://www.notion.so/naas-official/Send-new-Google-Alert-to-Slack-ec3f09a2146a4d9f8ed4c49860f03cc6 |
nilmtk/nilmtk | 578219723 | Title: installation
Question:
username_0: hello every one
I'm trying to start with nilmtk but i got an issue when i tried to install it !
I followed this documentation for installation until i get the issue when i typed " pip install . " to install nilmtk

and there is my installed versions :

Answers:
username_0: resolved in #fix install on windows #845
Status: Issue closed
|
betheluniversity/cascade | 100789100 | Title: Setup blocks and empty folders
Question:
username_0: Can we change the way setup blocks pull content for the left hand nav? Can it skip over folders if there is no published content in it?
Answers:
username_1: I updated the nav to hide folders/pages if they have never been published.
Cascade only knows if a page has ever been published. So if things get unpublished/published, then it will still show up in the nav. It would take a lot more work to check if the page is currently published or not. We could do it, but it would slow page load time.
Also, pages will have to get republished to have the updated nav. :(
username_0: Sounds good. Thanks @username_1 !
Status: Issue closed
|
gonuma/solo-api-project | 984932159 | Title: Replace ID query parameters with route parameters
Question:
username_0: Hey Greg,
Looks like you have improved your routes by using HTTP methods for the activity resource (POST, GET, DELETE). This is a big improvement. In order to make the routes more RESTful, I suggest getting :id from route parameters rather than a query string:
```javascript
router.delete("/activity/:id", async (req, res) => {
await db("cycle_data").select("*").where("id", req.params.id).del();
res.sendStatus(200).json("Activity deleted.");
});
```
RESTful API endpoints should follow a pattern like this:
- **GET** /resource/:id
- **DELETE** /resource/:id
- **PATCH** /resource/:id |
microsoft/fluentui | 678981763 | Title: Screen reader didn't read out 2 of 5 when focus on each item in DetailsList
Question:
username_0: Repro page:
https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist/customitemcolumns
Expected: When focus on each item, screen reader such as Narrator should read out "Row 2 of 5" etc to indicate current item order.
Example which works good:
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Grid_Role
Answers:
username_1: Thanks for the feedback @username_0 !
I'm assuming this is for the latest version of the library. Please let us know if it's a different version you are seeing the behavior on. Also which browser are you seeing the behavior in?
This helps us understand if there was recent regression or not.
username_0: Hi @username_1 . Sorry for the late response. I'm using the fluentui example page to test which should be the lastest version. As I know, this issue should be there for a long time. Last time I test it at least 1 month ago, I can repro it.
I'm using Edge Chromium + Narrator for testing.
username_2: Related to #15355, so closing this one in favor of that one.
Status: Issue closed
|
auth0/docs | 184509258 | Title: java tutorial outdated lock
Question:
username_0: (AUTH-3493)
Snippet in [java tutorial](https://auth0.com/docs/quickstart/webapp/java/01-login#display-lock-widget) contains outdated lock library.

Status: Issue closed
Answers:
username_2: Sanity Passed |
SBonova/Team-tasks | 273897193 | Title: The product "Magic Mouse" is in all categories
Question:
username_0: Severity: Major
Steps to represent:
1. Navigate to page: http://store.demoqa.com/products-page/product-category/accessories/
2. Navigate to page: http://store.demoqa.com/products-page/product-category/imacs/
3. Navigate to page: http://store.demoqa.com/products-page/product-category/ipads/
4. Navigate to page: http://store.demoqa.com/products-page/product-category/ipods/
5. Navigate to page: http://store.demoqa.com/products-page/product-category/macbooks/
Expected Behavior: The product "Magic Mouse" should be found in the "Accessories" category.
Actual Behavior: The product "Magic Mouse" can be found in all categories. |
nextdns/nextdns | 1046214217 | Title: Add support for DeepinOS - manually installed nextdns CLI - tested working
Question:
username_0: * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
< HTTP/2 200
< access-control-allow-origin: *
< content-type: application/json
< strict-transport-security: max-age=63072000; includeSubDomains; preload
< timing-allow-origin: *
< content-length: 80
< date: Fri, 05 Nov 2021 19:56:30 GMT
<
* Connection #0 to host dns.nextdns.io left intact
{"locationName": "🇷🇸 Belgrade, Serbia", "pop": "anexia-beg", "rtt": 12866}mile-lile@toshiba-laptop:~$
``
Answers:
username_0: It is working basically

username_1: What is the content of /etc/os-release on this distribution?
username_0: 
Status: Issue closed
username_1: Please test the install script.
username_0: Working like a charm:) Thank you very much! Sorry for laye response...
`mile-lile@toshiba-laptop:~$ sh -c 'sh -c "$(curl -sL https://nextdns.io/install)"'
INFO: OS: Deepin
INFO: GOARCH: amd64
INFO: GOOS: linux
INFO: NEXTDNS_BIN: /usr/bin/nextdns
INFO: INSTALL_RELEASE: 1.37.3
u) Upgrade NextDNS from v0.0.0-SNAPSHOT-f594d23 to 1.37.3
c) Configure NextDNS
r) Remove NextDNS
e) Exit
Choice (default=u): u
INFO: Upgrading NextDNS...
Hit:1 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://community-packages.deepin.com/deepin apricot InRelease
Hit:3 https://community-packages.deepin.com/printer eagle InRelease
Hit:4 https://home-store-img.uniontech.com/appstore deepin InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
nextdns is already the newest veusername_1ion (0.0.0~SNAPSHOT-f594d23).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
u) Upgrade NextDNS from v0.0.0-SNAPSHOT-f594d23 to 1.37.3
c) Configure NextDNS
r) Remove NextDNS
e) Exit
Choice (default=u): r
INFO: Uninstalling NextDNS...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
nextdns
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 8,552 kB disk space will be freed.
(Reading database ... 213051 files and directories currently installed.)
Removing nextdns (0.0.0~SNAPSHOT-f594d23) ...
Error: systemctl disable nextdns.service: exit status 1: Failed to disable unit: Unit file nextdns.service does not exist.
i) Install NextDNS
e) Exit
Choice (default=i): i
INFO: Installing NextDNS...
Hit:1 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://community-packages.deepin.com/deepin apricot InRelease
Hit:3 https://community-packages.deepin.com/printer eagle InRelease
Get:4 https://repo.nextdns.io/deb stable InRelease [9,398 B]
Hit:5 https://home-store-img.uniontech.com/appstore deepin InRelease
Get:6 https://repo.nextdns.io/deb stable/main amd64 Packages [424 B]
Get:7 https://repo.nextdns.io/deb stable/main i386 Packages [423 B]
Fetched 10.2 kB in 2s (5,458 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
nextdns
[Truncated]
You can use the nextdns command to control the daemon.
Here is a few important commands to know:
# Start, stop, restart the daemon:
nextdns start
nextdns stop
nextdns restart
# Configure the local host to point to NextDNS or not:
nextdns activate
nextdns deactivate
# Explore daemon logs:
nextdns log
# For more commands, use:
nextdns help
mile-lile@toshiba-laptop:~$ ` |
jdavidrcamacho/StarSearch | 623156526 | Title: try except in summartStar
Question:
username_0: https://github.com/jdavidrcamacho/StarSearch/blob/e47d0d90eeb5481deeee89cc09aad3b3fcf3db3d/starsearch/phase3Archive.py#L548-L575
Comment on this part of the code:
This try except is a "bit" to large, the exception catch everything, the message might be misleading.
You need to include the try only where the problem might occur, or alternative, you have to catch the correct exception...
Answers:
username_1: The files does not close if the code enters the exception.
Furthermore, instead of manually opening and closing files, I would suggest the use of a context manager (it makes sure that your file is closed, even if an exception occurs - read this more more info: https://towardsdatascience.com/https-medium-com-sinister-why-using-a-context-manager-is-a-better-choice-55ccfcecddb8)
The syntax is something like this :
with open( ... ) as file:
<rest of the code >
Another detail, you can print the exact error message:
try:
< code>
except Exception as e:
print(e)
this way your "e" will be exact exception that is thrown in the "try" block. You can switch it with other Exception types, i.e. SyntaxError, ...
username_1: There is another issue. When you enter the exception, you will overwrite the "f" file. Npot sure if .write appends or writes over everything |
f-9t9it/optic_store | 428303205 | Title: 2 Step way salary slip from salary structure for same month.
Question:
username_0: When salaries are process then it will fetch from the salary structure and then the user can show how much he is paying.
When the HR User creates another salary slip for the same month then the system should look for any previous salary slip for the same month and minus the salary structure amount and prefill the outstanding salary amount in the second time salary slip is created for the same month.
Example: Salary structure Amount = $1000
HR User create Salary slip for the first time and pays $500
then when the HR User creates salary slip for the second time in the same month then the salary slip should be prefilled as $500 and not $1000
Answers:
username_0: Not needed anymore
Status: Issue closed
|
square/keywhiz | 86972965 | Title: how to access the service '/automation/secrets' with name
Question:
username_0: I gone through the link http://square.github.io/keywhiz/apidocs/#!/secrets-admin/createSecret
and found

It is mentioned as 'Implementation Notes
'Returns a single secret or a set of all secrets'
So i want to access this service by name.
Answers:
username_1: You can make a request to `/automation/secrets?name=<secret name>`. [Here's the method](https://github.com/square/keywhiz/blob/master/server/src/main/java/keywhiz/service/resources/AutomationSecretResource.java#L139).
username_0: This service is working fine for secrete without version secretes.How can i make it works for version with version ?
username_1: For 1) what is the URL? It says 404, but not where your request went.
For 2) The error is coming from your method and it's deserializing JSON to the wrong type. Keep in mind `/secret/<secret_name>` and `/automation/secrets?name=<secret_name>` are different endpoints with different JSON responses. `GET /automation/secrets?name=<secret_name>` returns `List<AutomationSecretResponse>`.
Status: Issue closed
|
MicrosoftDocs/azure-docs | 1083496746 | Title: More information about regional routing
Question:
username_0: Hi,
can there please be more information for regional routing provided? we try to use frontdoor for regional routing (as we have to have an APIM in another region for DR). However, there are not much information, just Traffic Manager and no concrete information where to retrieve the regional endpoints etc.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: d7b2624c-40ea-c23c-3af5-79953d4cb549
* Version Independent ID: 0bf60c10-7ae4-476a-6cbd-4a189a97000f
* Content: [Deploy Azure API Management services to multiple Azure regions - Azure API Management](https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-deploy-multi-region#-route-api-calls-to-regional-backend-services)
* Content Source: [articles/api-management/api-management-howto-deploy-multi-region.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/api-management/api-management-howto-deploy-multi-region.md)
* Service: **api-management**
* GitHub Login: @username_2
* Microsoft Alias: **danlep**
Answers:
username_1: [@username_0](https://github.com/username_0)
I have assigned the issue to the content author for further review.
username_2: @username_0 - We've captured the request to document the scenario with Front Door and plan to address it in an upcoming sprint. According to our usual process, I'll proceed to close this issue. Thank you!
#please-close
Status: Issue closed
|
flutter/flutter | 1180977748 | Title: flutter_web Cannot click the button on iframe, even if I use pointer_interceptor
Question:
username_0: In the stack layout, iframe is at the bottom and markComponent is at the top. The button to open the dialog in markComponent can work normally, but I can't operate it when using showDatePicker to open the date dialog.
So I decided to use offstage to build my own date dialog and use pointer_interceptor, but it didn't work.
It seems that the pointer_interceptor fails after the layout dependency changes.
**Expected results:** <!-- what did you want to see? -->
I can use the dialog on iframe
**Actual results:** <!-- what did you see? -->
I can't use dialog on iframe, including the layout changed by offstage
<details>
<summary>Code sample
</summary>
<!--
Please create a minimal reproducible sample that shows the problem
and attach it below between the lines with the backticks.
To create it you can use `flutter create bug` command and update the `main.dart` file.
Alternatively, you can use https://dartpad.dev/
which is capable of creating and running small Flutter apps.
Without this we will unlikely be able to progress on the issue, and because of that
we regretfully will have to close it.
-->
```dart
import 'dart:async';
import 'package:canteen_monitor_flutter/map/map_component.dart';
import 'package:canteen_monitor_flutter/map_pair/map_pair_component.dart';
import 'package:flutter/material.dart';
import 'dart:html' as html;
import 'package:pointer_interceptor/pointer_interceptor.dart';
import 'dart:html' as html;
import 'dart:ui' as ui;
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return const MaterialApp(
home: MyHomePage(),
);
}
}
class MyHomePage extends StatefulWidget {
const MyHomePage({Key? key}) : super(key: key);
@override
[Truncated]
[☠] HTTP Host Availability (the doctor check crashed)
✗ Due to an error, the doctor check did not complete. If the error message below is not helpful, please let us know about this issue at
https://github.com/flutter/flutter/issues.
✗ HandshakeException: Connection terminated during handshake
•
! Doctor found issues in 3 categories.
```
</details>
<!--
Consider also attaching screenshots and/or videos to better
illustrate the issue.
You can upload them directly on GitHub.
Beware that video file size is limited to 10MB.
-->
Answers:
username_1: Hi @username_0, Thanks for filing the issue. I am able to tap on the button which shows the dialog. If I am understanding it right the tap gesture is getting propagated through the dialog when using the Pointerinterceptor is that correct? If not could you please clarify it. |
neilmunday/steghide-install | 368817976 | Title: Missing zlib-devel requirement
Question:
username_0: Hi,
Just to say zlib-devel is missing from the requirements. Couldn't build without it on a fresh CentOS 7.
Thank you for the script, saved me a lot of time. :-)
Bastien
Answers:
username_1: Thanks for the feedback, I've updated the README accordingly in commit a2d13b39bec203598f45fd5756b076594719034e
Status: Issue closed
|
Holzhaus/mixxx-gh-issue-migration | 873156302 | Title: playlist information doesn't update with track add/delete
Question:
username_0: It seems that the track count/duration for a playlist is not updated upon adding or deleting a track until a restart of mixxx. This information is updated for crates. Small bug with what should be a simple fix. |
AnnoX4uk/Andersen | 936347671 | Title: Context removed by WORKDIR
Question:
username_0: https://github.com/username_1/Andersen/blob/b1469ded81fadb4f24679d34de7a08c1ef066811/docker_zoo_app/dockerfile#L19
After context resetted by WORKDIR, it's right to write command like that:
CMD ["python3", "/"] (you're located in the /app already)
Answers:
username_1: What problem does this solve ?
username_0: Problem is possible.
Just writed for you to check it.
If current script works fine - Good. |
BiologicalRecordsCentre/iRecord | 550789571 | Title: Question: output_sref for samples?
Question:
username_0: Table cache_occurrences_nonfunctional includes an attribute for output_sref that translates spatial refs into grid references wherever possible.
How big a job is it to add a similar output_sref attribute to table cache_samples_nonfunctional?
This is for surveys such as PoMS that collect samples with no occurrences, and need a grid ref for mapping/analysis purposes.
Answers:
username_1: A couple of hours I think.
username_0: Thanks. Not an immediate priority but will leave it on the list for future consideration. |
BRITE-REU/programming-workshops | 333768324 | Title: Workshop 1 follow-up
Question:
username_0: # TODO
1. Cheatsheet for `bash` commands
2. Cheatsheet for `vim` commands
3. Show keystrokes on screen while using `vim`
4. Better download instructions (How do they access the windows files from the linux sub-system)
5. Instructions for installing `pip` and `terminal-quest` |
surrsurus/atom-rust-doc-viewer | 839725398 | Title: Uncaught TypeError: Cannot read property 'title' of null
Question:
username_0: [Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.55.0 x64
**Electron**: 6.1.12
**OS**: "Manjaro Linux"
**Thrown From**: [rust-doc-viewer](https://github.com/surrsurus/atom-rust-doc-viewer) package 2.6.3
### Stack Trace
Uncaught TypeError: Cannot read property 'title' of null
```
At /home/able/.atom/packages/rust-doc-viewer/lib/rust-doc-viewer-view.coffee:65
TypeError: Cannot read property 'title' of null
at /packages/rust-doc-viewer/lib/rust-doc-viewer-view.coffee:65:47)
```
### Commands
```
27x -1:17.5.0 core:save (input.hidden-input)
-1:11.2.0 bracket-matcher:select-inside-brackets (input.hidden-input)
-1:09.1.0 bracket-matcher:close-tag (input.hidden-input)
-1:07.7.0 bracket-matcher:select-inside-brackets (input.hidden-input)
-1:06.1.0 core:undo (input.hidden-input)
-1:03.8.0 core:move-up (input.hidden-input)
-1:01.7.0 markdown-preview:toggle (input.hidden-input)
-0:52.3.0 rust-doc-viewer:open (input.hidden-input)
```
### Non-Core Packages
```
file-icons 2.1.47
markdown-fold 0.3.0
pigments 0.40.6
pp-markdown 0.0.2
rust-doc-viewer 2.6.3
rust-format 1.0.3
terminal-tab 0.6.0
``` |
seek4science/seek | 934649253 | Title: spdx and specify copyright holder
Question:
username_0: The license references should use a common mechanism, preferably the spdx site
Answers:
username_1: Not every OD license is available in SPDX, namely:
```
["Against-DRM", "DSL", "FAL-1.3", "GFDL-1.3-no-cover-texts-no-invariant-sections", "LO-FR-2.0", "ODC-BY-1.0", "Talis", "WXwindows", "dli-model-use", "geogratis", "hesa-withrights", "localauth-withrights", "met-office-cp", "mitre", "notspecified", "other-at", "other-closed", "other-nc", "other-open", "other-pd", "ukclickusepsi", "ukcrown", "ukcrown-withrights", "ukpsi"]
```
Need to be able to fallback to OD license list.
Consideration: What does the license selector show if editing an asset that uses one of those licenses? |
datagistips/memos | 893381362 | Title: Compléments de regex
Question:
username_0: Salut,
Est- ce que dans ta lancée, tu pourrais mettre des regex standard? pour ceux qui ne pigent pas grand chose. Ex:
- valeur entièrement alphabétique
- valeur entièrement numérique
- valeur entièrement alpha-numérique
- code postal
- numéro de voie (avec suffixe)
- email
- valeurs en liste prédéfinie
- type boléen (OUI/NON)
- ...
Answers:
username_1: Salut Donat,
Le memos vise surtout à compiler des regexes liés à des référentiels existants : SIREN, pas vraiment les regex standardes car ces dernières sont documentées par ailleurs
Les valeurs en liste prédéfinie sont déjà dans le mémo : voir 'Valeurs séparées par (...)'
Par contre, je vais intégrer les regexes email, n° de voie, code postal et booléen
Merci pour tes suggestions !
Status: Issue closed
username_1: Salut,
Est- ce que dans ta lancée, tu pourrais mettre des regex standard? pour ceux qui ne pigent pas grand chose. Ex:
- valeur entièrement alphabétique
- valeur entièrement numérique
- valeur entièrement alpha-numérique
- code postal
- numéro de voie (avec suffixe)
- email
- valeurs en liste prédéfinie
- type boléen (OUI/NON)
- ... |
rust-lang/rust | 104024333 | Title: Extend unused_parens lint to cover plain range literals
Question:
username_0: For example match `for x in (1..10) { .. }`, but not `for x in (1..10).step_by(2) { .. }`, because in the latter case, the parenthesis are actually needed.
This should match expression nodes against `ExprParen(ref inner)` where `inner.node` is a `ExprRange(..)`, and the parent node isn't a synthesized method call (the `span` should have the required info).
Answers:
username_1: Since new lints have a big impact on users of rustc, the policy is that they should go through the RFC process like other user-facing changes. As such, I'm going to give this one a close, but if anyone comes across this ticket and wants this lint, consider adding it to clippy and/or writing up an RFC. Thanks!
Status: Issue closed
|
alethes/meteor-pages | 151298409 | Title: Pagination for JSON data from rest Api call
Question:
username_0: Hi
I am not able to paginate data received from Rest Api call. If I am saving the json data to mongodb ,then I ma able to paginate those data. but if i am storing in client collection like we donot want to store data to db, in those cases pagination is not working , but all data are available in mini mongo |
glasklart/hd | 168002969 | Title: Microsoft Pix
Question:
username_0: **App Name:** Microsoft Pix
**Bundle ID:** com.microsoft.pix
**iTunes ID:** <a target="_blank" href="http://getart.username_1.at?id=1127910488">1127910488</a>
**iTunes URL:** <a target="_blank" href="https://itunes.apple.com/us/app/microsoft-pix/id1127910488?mt=8&uo=4">https://itunes.apple.com/us/app/microsoft-pix/id1127910488?mt=8&uo=4</a>
**App Version:** 1.0
**Seller:** Microsoft Corporation
**Developer:** <a target="_blank" href=https://itunes.apple.com/us/developer/microsoft-corporation/id298856275?uo=4>© Microsoft Corporation</a>
**Supported Devices:** iPhone5s, iPhone6, iPhone6Plus, iPodTouchSixthGen
**Original Artwork:**
<img src="http://is3.mzstatic.com/image/thumb/Purple18/v4/8e/31/b4/8e31b4a6-47c8-bd7b-ebba-572fc297ac2b/source/1024x1024bb.png" width="150" height="150" />
**Accepted Artwork:**
\#\#\# THIS IS FOR GLASKLART MAINTAINERS DO NOT MODIFY THIS LINE OR WRITE BELOW IT. CONTRIBUTIONS AND COMMENTS SHOULD BE IN A SEPARATE COMMENT. \#\#\#
Answers:
username_1: 
https://cloud.githubusercontent.com/assets/2068130/17268518/ad472418-562c-11e6-8b24-22a80377dbdb.png
--- ---
Source:
https://cloud.githubusercontent.com/assets/2068130/17268519/bb66d994-562c-11e6-883b-9c1fbc4af414.png
Status: Issue closed
|
GothamElections2017/RandomThoughts | 316241971 | Title: Today in History - April 20 https://t.co/uysLqHEqPA
Question:
username_0: <blockquote class="twitter-tweet">
<p lang="en" dir="ltr" xml:lang="en">Today in History - April 20 <a href="https://t.co/uysLqHEqPA">https://t.co/uysLqHEqPA</a></p>
— <NAME> (@Ge_Dawn_Granger) <a href="https://twitter.com/Ge_Dawn_Granger/status/987300666832977920?ref_src=twsrc%5Etfw">April 20, 2018</a>
</blockquote>
<br>
<br>
April 20, 2018 at 12:03PM<br>
via Twitter |
expo/expo | 506536044 | Title: Unable to use react-native-maps after upgrading to SDK35
Question:
username_0: I tried to uninstall the package with `npm uninstall react-native-maps` and reinstalling it using `expo install react-native-maps` but this didn't help.
The strange thing is that I can't see any reference to MapHeatmap.js when I look inside the mentioned index.js file.
Any help is appreciated! Thanks in advance!
Here is the content of my package.json
{
"name": "my-app",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"expo-file-system": "~7.0.0",
"expo-font": "~7.0.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-navigation": "^2.18.2",
"react-native-maps": "~0.25.0"
},
"devDependencies": {
"babel-preset-expo": "^7.0.0",
"jest-expo": "^35.0.0"
}
}
Answers:
username_0: Got it - it was a permission problem with npm and expo-cli. After fixing npm following [this guide](https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally) and reinstalling expo-cli without sudo I had to clear the expo cache with `expo start -c`.
Now the development server is able to build and serve the app.
Status: Issue closed
|
chakra-ui/chakra-ui | 754766479 | Title: Divider: responsive styles not working
Question:
username_0: # Bug report
`<Divider />` its not working correctly when using responsive styles on the `orientation` property
This works:
`<Divider />`
`<Divider orientation="horizontal" />`
`<Divider orientation="vertical" />`
This **does not** work:
`<Divider orientation={{base: "horizontal", md: "vertical"}} />`
## To reproduce
Use [reponsive styles ](https://chakra-ui.com/docs/features/responsive-styles) on `orientation` property on the divider component
## Minimal reproduction
https://codesandbox.io/s/charming-silence-j4kup?file=/src/App.js
## Expected behavior
Vertical divider on large screens
Horizontal divider on small screens
using responsive styles
<!-- A clear and concise description of what you expected to happen. -->
## Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->
## System information
- OS: Ubuntu 20.04.1 LTS
- Browser: Version 87.0.4280.66 (Official Build) (64-bit)
- Version of @chakra-ui/react: ^1.0.1
- Version of Node.js: v15.0.1
## Additional context
<!-- Add any other context about the problem here. -->
Answers:
username_1: Hi @username_0! Thanks for reporting. Chakra currently doesn't support responsive props for the "theming" props, which includes `orientation`. I've added `orientation` to #1028 for future support for this. In the meantime, you can use `useBreakpointValue`. There's an example of that for `size` in the linked issue, and it would work similarly for `orientation`.
Going to close this as the other issue now covers this functionality.
Status: Issue closed
username_0: Thanks! |
kunibertgangnam/Jarm | 558928065 | Title: GUI - Design eines Forums für Nachrichten
Question:
username_0: Ist man bei einem Projekt dabei, kann man sich über dieses Forum miteinander austauschen.
Wir brauchen ein HTML-Element, mit dem sich die Nachrichten schön darstellen lassen.
Zusätzlich sollten Benutzername, Datum angezeigt werden.<issue_closed>
Status: Issue closed |
androiddevbr/vagas | 900875515 | Title: [Uberlândia, MG | Remoto] Desenvolvedor Android [JUNIOR|PLENO|SENIOR] | Social Bank
Question:
username_0: ### DESCRIÇÃO DA VAGA
**O Social Bank é um banco digital cujo propósito é ressignificar os valores da sociedade.**
Buscamos tornar o mundo mais justo, ético, transparente e com oportunidades para todos. Nossos produtos são importantes agentes de inclusão financeira, social e digital, ajudando as pessoas a terem uma melhor relação com o dinheiro, transformando suas formas de pensar, de consumir e, consequentemente, gerando relações mais saudáveis e humanas.
**Somos um time feito de pessoas que acreditam em pessoas.**
Estamos à procura de gente que, além de acreditar, também quer aprender, ensinar, construir, transformar. Buscamos apaixonados por tecnologia, que amam o que fazem e que se sentem realizados quando veem seu trabalho nas mãos dos clientes 📱. Queremos parceiros que, ao lado de outros talentos extraordinários, topem o desafio de transformar positivamente a vida de milhares de pessoas!
Você pode ser parte disso! **#VemProSocialBank**
### RESPONSABILIDADES E ATRIBUIÇÕES
- Colaborar com times tanto de tecnologia quanto de negócio para entregar novas funcionalidades e dar manutenção em nossos aplicativos Android;
- Trabalhar de forma ágil para construir componentes e soluções mobile que sejam eficientes, seguras, reutilizáveis e que sigam as melhores práticas de desenvolvimento e padrões de projeto;
- Identificar pontos de melhoria em processos e ferramentas de desenvolvimento que possam aumentar a eficiência e a qualidade das entregas de seu time;
- Trocar conhecimentos e experiências com seus colegas e ajudar a construir um ambiente respeitoso, agradável e que favoreça tanto o crescimento profissional quanto o pessoal.
### REQUISITOS E QUALIFICAÇÕES
**PARA O NÍVEL JÚNIOR VOCÊ PRECISA:**
- Conhecer as linguagens Java e/ou Kotlin;
- Ter conhecimento básico sobre como criar aplicativos para a plataforma Android;
- Saber usar o Android Studio.
**No nível Júnior, você se destacaria de outros candidatos se:**
- Já tiver criado ou trabalhado em algum outro aplicativo Android;
- Tiver seus próprios projetos open source e/ou já tiver trabalhado em algum projeto da comunidade;
- Souber como usar o Git;
- Tiver conhecimento e/ou experiência com metodologias ágeis.
**PARA O NÍVEL PLENO É IMPORTANTE QUE VOCÊ:**
- Domine as linguagens Java e/ou Kotlin e os conceitos de orientação a objetos;
- Saiba usar muito bem o Android Studio e consiga configurar um ambiente de desenvolvimento e um projeto Android;
- Tenha noções de padrões de projeto e de boas práticas de desenvolvimento;
- Conheça os conceitos mais importantes da arquitetura Android, como o ciclo de vida da aplicação e de seus componentes, processamento assíncrono, Intents e Services;
- Saiba estruturar bem uma tela e consiga construir views e fragmentos reutilizáveis;
- Conheça e saiba usar as libs mais populares na comunidade Android;
- Tenha noções de banco de dados relacional.
**Um candidato de nível Pleno se destacaria se:**
- Souber como publicar um aplicativo na Play Store, de preferência já tenha publicado um app próprio;
- Tiver seus próprios projetos open source e/ou já tiver trabalhado em algum projeto da comunidade;
- Demonstrar conhecimento sobre segurança em plataformas mobile;
- Souber como criar e rodar testes unitários;
- Souber usar ferramentas de análises e estatísticas (Crashlytics, Firebase e Amplitude).
**DE UM CANDIDATO DE NÍVEL SÊNIOR NÓS ESPERAMOS QUE:**
- Domine as linguagens Java e/ou Kotlin, demonstrando sólidas habilidades de engenharia e de programação;
- Aplique conhecimentos de padrões de projeto mobile e consiga arquitetar um aplicativo do zero, bem como propor e implementar refatorações e atualizações em aplicativos já existentes;
- Saiba construir rapidamente qualquer tipo de view customizada, configurar estilos e criar animações;
- Domine os conceitos e elementos importantes da plataforma Android, que incluem arquivos de configuração, navegação entre telas, interface de usuário, recursos de imagem, de áudio e de vídeo, gerenciamento de memória e de estado, permissões, sensores, conectividade, serviços em background, etc.;
- Saiba como criar e rodar testes unitários;
- Domine as principais libs usadas na comunidade Android;
- Crie e mantenha libs e SDKs proprietárias;
- Domine Git;
- Domine Gradle;
- Saiba usar ferramentas de análises e estatísticas (Crashlytics, Firebase e Amplitude);
[Truncated]
### BENEFÍCIOS:
- Plano de saúde sem coparticipação e sem desconto em folha;
- Várias opções para o plano odontológico, de acordo com suas necessidades;
- Vale refeição;
- Vale alimentação;
- Auxílio home office;
- Licenças maternidade e paternidade estendidas;
- Auxílio creche;
- Seguro de vida;
- Folga no seu aniversário;
- Prêmios Vale Presente para diversas ocasiões, como aniversário, tempo de casa, indicação para contratação, etc.;
Parcerias com descontos em restaurantes, barbearias, faculdades, pilates, cursos de idiomas, estéticas, academias, óticas e mais;
- Fazer parte de um time de altíssimo nível;
- Gerar impacto positivo na vida de milhares de pessoas.
**Contratação: CLT**
### Como se candidatar?
[Acesse esta página](https://socialbank.gupy.io/jobs/904209) e faça seu cadastro. Esperamos por você! |
adibacco/STM32CubeExpansion_SUBG1_V1.0.0 | 285416567 | Title: AUTO_ACK in s2lp
Question:
username_0: Hello,
I'm trying to use autoack feature provided in spirit 2 modules. After numerous attempts i wasn't able to set AUTO_ACK register properly without having wrong rx or tx state warning while listening to proper COM port. Is there already prepared code for stm32L1? I haven't found it yet in this and contiki os repository. Or is there any possibility why writing this register unables proper transmission?
Regards. |
eazar001/yesbot | 105292079 | Title: Make References Extensions Dynamic
Question:
username_0: Consider a future rewrite of `references`, in which a text file is parsed and translated into the corresponding terms on load. Also, consider creating a live mechanism in which trusted members can privately present credentials to `yesbot` in order to add new references and update the text file remotely. |
facebook/react | 971822206 | Title: [DevTools Bug] Could not inspect element with id "1335"
Question:
username_0: ### Website or app
Web app we are developing for a client.
### Repro steps
Open the components tab - no components will display
Close the components tab
Open the components tab again, this time the the components show but the error shows on the right pane.
### How often does this bug happen?
Often
### DevTools package (automated)
react-devtools-extensions
### DevTools version (automated)
4.14.0-d0ec283819
### Error message (automated)
Could not inspect element with id "1335"
### Error call stack (automated)
_No response_
### Error component stack (automated)
```text
[email protected]:109842:43
Suspense
[email protected]:108452:5
div
[email protected]:108838:46
[email protected]:111206:38
div
div
[email protected]:106680:37
[email protected]:107121:40
[email protected]:113123:52
[email protected]:108452:5
[email protected]:108571:34
div
div
[email protected]:112748:35
[email protected]:103336:31
[email protected]:103939:35
[email protected]:108901:38
[email protected]:115897:27
```
### GitHub query string (automated)
```text
https://api.github.com/search/issues?q=Could not inspect element with id in:title is:issue is:open is:public label:"Component: Developer Tools" repo:facebook/react
```
Answers:
username_1: Hi!
I'm sorry you ran into this problem 😦
Unfortunately, it doesn't look like this issue has enough info for one of us to reproduce it though. This means that **it's going to be very hard for us to fix**.
Please help us by providing a link to a CodeSandbox (https://codesandbox.io/s/new), a repository on GitHub, or a minimal code example that reproduces the problem. (Screenshots or videos can also be helpful if they help provide context on how to repro the bug.)
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
username_1: More specifically, this field is asking for a website we can access. Just saying "a website we're developing for a client" doesn't get us any way to reproduce the issue.
username_2: @username_1 just noticed the same issue with the following public app: https://omatsuri.app
I just opened the Components tab, selected an element via inspector, then clicked by the highlighted node in a tree.

DevTools version 4.15.0-c6f2188ed
username_1: @username_2 Can you repro? I can't (on the website you linked)
username_2: @username_1 here's a link on video: https://drive.google.com/file/d/1imp0RKqYHDHtWUUX_92RUzNjFMY6mnCF/view?usp=sharing
username_1: A video link doesn't help us unfortunately. We need to be able to reproduce the error (so we can inspect the code and see what/why it's breaking).
username_2: You can try pulling their source code and run it locally on the same browser / extension version. As I'm able to do that every time.
username_1: Unfortunately I already spent some time poking around on the page with DevTools, inspecting things, and was unable to reproduce the error.
username_3: @username_1 I have noticed this happens most often when I'm developing a react app and the app does a hot update because I just updated some code. On production websites it does not happen that often
username_1: @username_3 If you can come up with reliable steps to trigger it (even if they include running a dev server and editing files) I'd love to hear. I'd love to fix this bug.
username_4: I think I just reproduced it with my website.

Here are the reproduction steps:
1. Go to <https://timetable.honbra.com/>
2. Open React devtools
3. Open the devtool settings and disable the default component filter
4. Select the "b" root element
[Here](https://youtu.be/4lhaT62nmfA) is a video of me reproducing the bug and [here](https://github.com/honbradev/timetable) is the website source code.
Hope this helps.
username_1: Interestingly, this did not reproduce the error for me when I first tried it. Then I went to record a video showing that it worked and the second time, it _did_ reproduce for me.
username_1: I believe #22160 fixes this.
Status: Issue closed
username_2: @username_1 great news! When do you expect to release a new version?
username_1: Planning a release today. |
cnpm/mirrors | 232843296 | Title: 数据未同步 node-sass
Question:
username_0: Downloading binary from http://npm.taobao.org/mirrors/node-sass/v4.5.3/linux-x64-57_binding.node
Cannot download "http://npm.taobao.org/mirrors/node-sass/v4.5.3/linux-x64-57_binding.node":
```
Status: Issue closed
Answers:
username_1: 同步有时差
username_0: 之前搞错了,是官方源没有这个文件。
username_1: 已经有了。 |
pytest-dev/pytest-cov | 694108884 | Title: pytest-cov is not tested with master branch of pytest
Question:
username_0: # Summary
pytest-cov needs a a job (tox env) that tests it using pytest from master branch, so we find bugs before a new release is made.
# Details
At this moment there is an environment that tests compatibility with pytest-xdist from master, which is very good, but this needs to be extended.
As CI/CD resources are limited it could make sense to create a single `devel` job that is testing impact of using master branches of all dependencies we want to test (pytest and pytest-xdist for now).
As the project is not very active, we just need to assure that we enable daily builds of master, so we know when something breaks CI. Travis make this very easy, two clicks.
Please note that I raised this bug because I discovered that master branch of pytest-cov is incompatible with pytest master, see failure at https://github.com/pytest-dev/pytest/pull/7721 -- as it crashes with
```
File "/home/runner/work/pytest/pytest/.tox/py37-plugins/lib/python3.7/site-packages/_pytest/config/__init__.py", line 998, in pytest_cmdline_parse
self.parse(args)
File "/home/runner/work/pytest/pytest/.tox/py37-plugins/lib/python3.7/site-packages/_pytest/config/__init__.py", line 1272, in parse
self._preparse(args, addopts=addopts)
File "/home/runner/work/pytest/pytest/.tox/py37-plugins/lib/python3.7/site-packages/_pytest/config/__init__.py", line 1178, in _preparse
early_config=self, args=args, parser=self._parser
File "/home/runner/work/pytest/pytest/.tox/py37-plugins/lib/python3.7/site-packages/pluggy/hooks.py", line 286, in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
File "/home/runner/work/pytest/pytest/.tox/py37-plugins/lib/python3.7/site-packages/pluggy/manager.py", line 93, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
File "/home/runner/work/pytest/pytest/.tox/py37-plugins/lib/python3.7/site-packages/pluggy/manager.py", line 87, in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
File "/home/runner/work/pytest/pytest/.tox/py37-plugins/lib/python3.7/site-packages/pluggy/callers.py", line 208, in _multicall
return outcome.get_result()
File "/home/runner/work/pytest/pytest/.tox/py37-plugins/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result
raise ex[1].with_traceback(ex[2])
File "/home/runner/work/pytest/pytest/.tox/py37-plugins/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall
res = hook_impl.function(*args)
File "/home/runner/work/pytest/pytest/.tox/py37-plugins/lib/python3.7/site-packages/pytest_cov/plugin.py", line 125, in pytest_load_initial_conftests
if early_config.known_args_namespace.cov_source:
AttributeError: 'Namespace' object has no attribute 'cov_source'
ERROR: InvocationError for command /home/runner/work/pytest/pytest/.tox/py37-plugins/bin/coverage run -m pytest (exited with code 1)
```
Answers:
username_1: We could have a cronjob for such an environment but what would happen when a failure occurs? I'm not involved in pytest's core development not am I an expert on the pytest internals. Is that failure a pytest-cov or a pytest bug? I don't know.
What I would like to do is add envs for beta/rc releases of pytest - if there's such a release let me know and I'll add it in the test matrix, no problem.
username_2: It is a pytest bug, which sadly no test caught on time before merging.
In https://github.com/pytest-dev/pytest/pull/7721 we are introducing some simple integration testing to avoid this kind of breakage to happen in the future: while it is not perfect, it should prevent most basic regressions from happening in the first place. |
rrfunde/Inglish | 213685642 | Title: auto update video list
Question:
username_0: Update video list when
1) user scrolls beyond 2/3 videos
2) when user delete 6th video
3) on open if list is less than 5
<!---
@huboard:{"order":0.9999000099990001,"milestone_order":0.9995001499650069}
--> |
uBlockOrigin/uBlock-issues | 772180603 | Title: In the Logger, Add Column where the filter was located. Filter Source.
Question:
username_0: <!-- Do NOT delete this template or any part of it when submitting your issue -->
### Prerequisites
<!-- Check the appropriate boxes after you submit your issue -->
<!-- Speculated performance issues will be marked as invalid and closed if they do not come with actual profiling data + analysis supporting the claim -->
<!-- Opening issues for adding new filter lists is now disallowed and such issues will be declined and closed -->
- [ ] I verified that this is not a filter issue
- Filter issues MUST be reported at [filter issue tracker](https://github.com/uBlockOrigin/uAssets/issues)
<!--
- If disabling uBO <https://github.com/username_2/uBlock/wiki/Quick-guide:-popup-user-interface#the-large-power-button> makes the issue go away, then in all likelihood this is a filter issue.
- See what the logger <https://github.com/username_2/uBlock/wiki/The-logger> reports when you reproduce the issue, this will help you determine whether this is a filter issue.
-->
- [ ] This is not a support issue or a question
- Support issues and questions are handled at [/r/uBlockOrigin](https://old.reddit.com/r/uBlockOrigin/)
<!-- Such issue will be closed as invalid -->
- [ ] I performed a cursory search of the issue tracker to avoid opening a duplicate issue
- Your issue may already be reported.
- I tried to reproduce the issue when...
- [ ] uBlock Origin is the only extension
- [ ] uBlock Origin with default lists/settings
- [ ] using a new, unmodified browser profile
- [ ] I am running the latest version of uBlock Origin
- [ ] I checked the [documentation](https://github.com/username_2/uBlock/wiki) to understand that the issue I report is not a normal behavior
### Description
[Description of the bug or feature]
In the Logger, Add Column where the filter was located. Filter Source.
This is very useful when using multiple filters or lists, and you are creating your own custom list!
If the Log quickly displayed in which list that filter was found, I will quickly know whether or not it is in My Filters, so I can decide whether to add it or not.
Using multiple lists from multiple places, we get thousands of repeated filters. That's why I like to bring to my list, only what I use in my country, making my list much smaller and faster to execute.
Allowing me to check extra lists only if I need to.
The Old one, very old, AdBlock Plus had this option, its LOG was even better, since it shared the screen with the Site.
But I'm just asking for a small inclusion of the Filter Source Column in the uBlock Origin Logger.
### A specific URL where the issue occurs
[A specific URL is MANDATORY for issue happening on a web page, even if it happens "everywhere"]
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
### Expected behavior:
[What you expected to happen]
### Actual behavior:
[What actually happened]
Currently to see which filter source it is, it is necessary to click on each blocked filter to see, which is not practical when the site has many blocks
### Your environment
* uBlock Origin version:
* Browser Name and version:
* Operating System and version:
Answers:
username_1: By-design, to avoid any performance issues stemming from what you'r suggesting.
username_2: Duolicate of #842.
Status: Issue closed
|
brandoncc/heroku-buildpack-vips | 1150712533 | Title: GIFLIB can be removed from the build
Question:
username_0: Hello, libvips 8.11 and later bundles it's own GIF decoder (nsgif), so you can remove GIFLIB from the Dockerfile.
Answers:
username_1: Hi John,
Thank you for letting me know about this. I will do it over the weekend.
username_0: Hi again, I spent some time fixing up that Dockerfile I made a while back:
https://github.com/username_0/docker-builds/tree/master/libvips-heroku18
It seems to all work. You end up with a 4MB tarball which runs on a bare heroku 18 image and supports most file formats, including PDF. If you drop PDF support, it goes down to 1.5MB.
Hopefully this can copy-paste in a pretty simple way into your build pack. It works with heroku 20 too, I've not tried any others.
username_1: Thanks for the update, John.
I'm wondering what the ramifications of switching from poppler to PDFium would be. I seem to remember that a long time ago I had some image "ghosting" issues and it was related to the PDF renderer that was being used. I remember it was the same engine that is used by Firefox. Would that be poppler or PDFium? I use the PDF capabilities of vips very heavily, so I am hesitant to make that change in the buildpack...
username_1: https://github.com/libvips/libvips/issues/1308
I found the issue here. I think the problem in that issue might have been that the square image we were repeating in the PDF had a pixel around the outside that was a lighter color or something.
Are you aware of any differences in how PDF loading works between poppler and PDFium that I should be aware of? I'm still hesitant, but less so since the issue above involved poppler which the buildpack currently still uses.
username_0: Hi again, here's my understanding of the pros and cons:
- **Robustness** pdfium is the PDF reader that's built into Chrome, so it's extremely well tested and safe. Poppler is fuzzed too, but not to the same extent. The (maybe?) slight weak point is the libvips / pdfium link, since we don't fuzz that specific bit of code at the moment. I'll add it to the libvips fuzz package.
- **Compliance** Again, being Chrome's PDF reader means that pdfium ought to have excellent standards compliance. Though I don't actually know of any specific cases that pdfium handles better.
- **Performance** very similar, both speed and memory use.
- **Licence** This is the largest difference: poppler is GPL3 and pdfium is MIT. All rails programs using the poppler buildpack are probably gpl3, maybe accidentally.
- **Threading** Poppler lets two threads render two separate PDFs at the same time, but pdfium is very, very single-threaded: only one thread may do any pdf rendering at any one time (this is because of its origins as the FoxIt Windows desktop PDF previewer and won't be fixed, unfortunately). I don't know if this has performance implications, it depends on the threading model used by rails.
username_0: I think FF uses their own PDF previewer written in javascript. Chrome uses pdfium, derived from FoxIT, that they've open-sourced under the MIT licence. Poppler derives from the old Unix xpdf desktop previewer.
username_0: ... adding pdfium to the libvips fuzzer: https://github.com/google/oss-fuzz/pull/7336 |
propelorm/PropelBundle | 93730355 | Title: propel1 w. sf2.7
Question:
username_0: hello,
i'm starting big migrations stuff from sf2.3 to sf2.7 but i have to keep propel1 for now - hope to migrate to propel2 after this first step will success.
my composer.json looks like:
```
"require": {
"php": ">=5.3.9",
"symfony/symfony": "2.7.*",
"propel/propel-bundle": "1.4.*",
"willdurand/propel-typehintable-behavior": "1.0.4",
"craftyshadow/propel-equalnest-behavior": "~1.2",
},
```
after doing the ```composer update```, i've got a problem with Propel ACL:
```
PHP Fatal error: Class 'Propel\PropelBundle\Model\Acl\om\BaseEntryPeer' not found in /www/myproject/vendor/propel/propel-bundle/Propel/PropelBundle/Model/Acl/EntryPeer.php on line 16
```
And yes, the subdirectories "om" and "map" does not exist, althought the base class are there.
Answers:
username_1: You need to generate those classes, those are not checked into version control on purpose.
username_0: thanks
Status: Issue closed
username_0: hello,
i'm starting big migrations stuff from sf2.3 to sf2.7 but i have to keep propel1 for now - hope to migrate to propel2 after this first step will success.
my composer.json looks like:
```
"require": {
"php": ">=5.3.9",
"symfony/symfony": "2.7.*",
"propel/propel-bundle": "1.4.*",
"willdurand/propel-typehintable-behavior": "1.0.4",
"craftyshadow/propel-equalnest-behavior": "~1.2",
},
```
after doing the ```composer update```, i've got a problem with Propel ACL:
```
PHP Fatal error: Class 'Propel\PropelBundle\Model\Acl\om\BaseEntryPeer' not found in /www/myproject/vendor/propel/propel-bundle/Propel/PropelBundle/Model/Acl/EntryPeer.php on line 16
```
And yes, the subdirectories "om" and "map" does not exist, althought the base class are there.
username_0: Actually, none of these 2 commands works:
```
lionel@AcerLio:~/www/myproject$ app/console propel:model:build
PHP Fatal error: Class 'Propel\PropelBundle\Model\Acl\om\BaseEntryPeer' not found in /home/lionel/www/myproject/vendor/propel/propel-bundle/Propel/PropelBundle/Model/Acl/EntryPeer.php on line 16
Fatal error: Class 'Propel\PropelBundle\Model\Acl\om\BaseEntryPeer' not found in /home/lionel/www/myproject/vendor/propel/propel-bundle/Propel/PropelBundle/Model/Acl/EntryPeer.php on line 16
lionel@AcerLio:~/www/myproject$ app/console propel:acl:init
PHP Fatal error: Class 'Propel\PropelBundle\Model\Acl\om\BaseEntryPeer' not found in /home/lionel/www/myproject/vendor/propel/propel-bundle/Propel/PropelBundle/Model/Acl/EntryPeer.php on line 16
Fatal error: Class 'Propel\PropelBundle\Model\Acl\om\BaseEntryPeer' not found in /home/lionel/www/myproject/vendor/propel/propel-bundle/Propel/PropelBundle/Model/Acl/EntryPeer.php on line 16
```
I had to copy/paste the base & om folder from another project to make it works.
Any idea?
username_1: You should copy the schema of the ACL into your `AppBundle`, see https://github.com/propelorm/PropelBundle/issues/209#issuecomment-14031523
username_1: I think the best solution would be a separation of the bundles. So one may have `PropelAclBundle`, which comes with the `schema.xml` in the right place etc., but still being able to enable/disable the feature as you would disable the bundle completely.
username_0: doesn't seem to change anything, always the same ```PHP Fatal error: Class 'Propel\PropelBundle\Model\Acl\om\BaseEntryPeer' not found```, it seems the error is prior to the Command execution
username_1: I just tried it within a new project and it works as expected. The steps I took:
<img width="1280" alt="screen shot 2016-01-23 at 15 27 57" src="https://cloud.githubusercontent.com/assets/126898/12530659/f5a855f0-c1e5-11e5-96ce-806980b39519.png">
username_1: This has been done with Symfony 2.8.2 and PropelBundle 1.5.x-dev.
username_1: One step is missing, sorry about it. You have to remove the generated classes, that are not `om`, `map`. within `src/Propel`
username_1: Those steps are only required, if you want to check-in the files under version control. Otherwise, the acl:init should be run on deployments.
Status: Issue closed
username_1: <img width="1280" alt="screen shot 2016-01-23 at 20 50 20" src="https://cloud.githubusercontent.com/assets/126898/12532377/fc43edc0-c212-11e5-86b0-78f87bc410ff.png">
The new setup results in this workflow. I'm closing this issue as the 1.5 versions will be released soonish :) |
mengxiong10/vue2-datepicker | 618914116 | Title: Time picker
Question:
username_0: Thank you for best timepicker!
Please advice how to show only enabled times?
Or show on dropdown first enabled times?
<img width="240" alt="Снимок экрана 2020-05-15 в 17 52 39" src="https://user-images.githubusercontent.com/29000827/82047685-11429c80-96d5-11ea-95c4-c1d927d56d69.png">
Answers:
username_1: I have not tried the timepicker yet but looking at the scss files I think that adding this will do the trick:
`.#{$datepicker-namespace}-time-item.disabled{
display: none;
}`
Status: Issue closed
|
GeoTIFF/georaster-layer-for-leaflet | 771781170 | Title: enable injection of proj4
Question:
username_0: **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here. |
xws-bench/battles | 134964801 | Title: Human:146 Computer:54
Question:
username_0: Jake_Farrell*Push_the_Limit*Chardaan_Refit.Tycho_Celchu*Push_the_Limit*Chardaan_Refit*A-Wing_Test_Pilot*Squad_Leader.Rookie_Pilot.Red_Squadron_Pilot*R5-K6*Integrated_Astromech.VSBackstabber.Dark_Curse.Howlrunner.Carnor_Jax.Kir_Kanos.<br>
http://bit.ly/1UcHlOb<br> |
schemaorg/schemaorg | 592877798 | Title: Version 7.03 planning (goal: 2020-04-02)
Question:
username_0: We are rapidly updating schema.org due to the Coronavirus situation.
See #2490 for 7.0, #2501 for 7.01, #2517 for 7.02
This release:
* #2521 (COVID-19) Adds a document and schema definitions capturing a 1:1 representation of a CDC CSV format for hospital reporting.
* #2519 (COVID-19) Clarifies that /webFeed can be expected on the /SpecialAnnouncement type.
* #2518 Updated pending draft of /3DModel to place it under /MediaObject rather than clutter /CreativeWork
(the 3DModel change did not need fast-tracking and can be reverted if anyone has concerns, but seemed trivial and useful)
Answers:
username_0: released: https://schema.org/docs/releases.html#v7.03
Status: Issue closed
|
RagedUnicorn/wow-classic-gearmenu | 493943272 | Title: Weapon swap in combat
Question:
username_0: Hi,
I noticed I cant swap my offhand weapon while being in combat. Manualy I can ofc swap weapons in combat but the add on is putting my offhand into que until I leave combat.
I couldnt find any option to diable this, or maybe I am just blind :D
Is there a work around to fix this?
Thanks you for the awesome work here!
Status: Issue closed
Answers:
username_0: Already reported here, didnt see.
https://github.com/RagedUnicorn/wow-classic-gearmenu/issues/5
username_1: Note that there is a bug (or at the very least very un-intuitive behavior) with Blizzard's own `AutoEquipCursorItem` used when you manually equip weapons by right clicking in your bags when it comes to off-hands (and shields).
Going from 2H > 1H > OH/Shield will unequip the 1H that was replaced in the first step and you have to re-click it to finally get it to go in the mainhand slot.
The only workaround at the moment is to equip the OH/Shield first then the mainhand. |
xd009642/tarpaulin | 366174771 | Title: tarpaulin doesn't work with `edition = "2018"` in Cargo.toml
Question:
username_0: This happens with any project with it present, even if it's just the empty `cargo init` project (which has `edition = "2018"` as of sometime recently.
```
hi@flare-burn /t/twentyeighteen> uname -a
Linux flare-burn 4.9.0-7-amd64 #1 SMP Debian 4.9.110-3+deb9u2 (2018-08-13) x86_64 GNU/Linux
hi@flare-burn /t/twentyeighteen> rustc --version
rustc 1.31.0-nightly (2bd5993ca 2018-10-02)
hi@flare-burn /t/twentyeighteen> cargo tarpaulin -v
Error during run
```
Answers:
username_1: I guess tarpaulin needs to be moved to the latest edition to fix this, are editions nightly only currently? And if so do you know when they are expected to be stabilised?
username_0: It's supported in beta and nightly, but not stable. According to [this page](https://rust-lang-nursery.github.io/edition-guide/editions/index.html) 2018 lands in stable on December 6, 2018.
username_1: Great news all I had to do was call a cargo function to enable nightly features I'm just doing an update, pushing it to my CI. Once the tests are all proven to pass there I'll release a new patch that sorts this
username_1: passes on CI, merged into master and travis is releasing it as we speak!
Status: Issue closed
username_0: Awesome, thanks! |
sclausen/ngx-mqtt | 293280947 | Title: It's possible to Publish a Uint8Array ?
Question:
username_0: <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[X ] Feature request
[ ] Documentation issue or request
</code></pre>
## Current behavior
<!-- Describe how the issue manifests. -->
I'm trying to publish a Uint8Array.
I do not see any errors in the console, but nothing is published.
I looked in the options but I did not find anything about it.
The publication of normal character strings works perfectly.
And on the same broker other types of client publish without problems Uint8Array.
Is it possible to do this kind of publication?
Is there anything I can do ?
Thanks in advance and congratulations for the wonderful work you did.
## Expected behavior
<!-- Describe what the desired behavior would be. -->
## Minimal reproduction of the problem with instructions
<!--
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem in a separated repository.
A startingpoint for your stripped down example may be the provided demo
-->
## What is the motivation / use case for changing the behavior?
<!-- Describe the motivation or the concrete use case. -->
## Environment
<pre><code>
ngx-mqtt version: 5.0.5
<!-- Check whether this is still an issue in the most recent ngx-mqtt version -->
- Broker <!-- Hummingbird, HiveMQ, Mosquitto, etc. -->
Mosca
Others:
<!-- Anything else relevant? -->
</code></pre>
Answers:
username_1: Yes, this is generally possible. You have too look into the [individual browser support](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) though.
The following snippet would generate all printable ascii characters:
``` typescript
const uint8 = Uint8Array.from({length: 95}, (v, k) => k + 32);
this.mqttService.unsafePublish('test', uint8);
```
In mosquitto, this would look like that

I hope this helps.
username_0: Thanks Sebastian,
using unsafePublish works.
Instead using publish does not work.
I would need to work with qos 1 and then be able to check that there are no errors in the publication.
Could you take a look if you can also use the publish method with the Uint8Array?
username_1: I don't know whats wrong on your side. The following works also like a charm for me :confused:
``` typescript
const uint8 = Uint8Array.from({length: 95}, (v, k) => k + 32);
this.mqtt
.publish('test', uint8, { qos: 1 })
.subscribe((err) => console.log(err));
```
And you really don't have an error message in your browser?
username_0: Yesterday I tried with version 5.2.2 of Angular and it did not work.
I've just updated to 5.2.3 and now it works ...
What version of Angular are you using?
username_1: I tested this usecase with 5.2.0.
Status: Issue closed
|
SABS-R3-Epidemiology/pkmodelling-g3 | 726344937 | Title: Write code for model CLASS
Question:
username_0: - [ ] Set up variables
- [ ] Add peripheral components
Answers:
username_1: Should also include setting up a test for the class; It' ideal to be done at the same time.
username_1: And add the documentation.
username_1: Need to hear from Martin about how thorough we need to be with the tests.
Status: Issue closed
|
inikulin/publish-please | 468734444 | Title: [email protected] is vulnerable
Question:
username_0: `lodash` versions lesser or equal to `4.17.11` have a security vulnerability: https://github.com/lodash/lodash/issues/4348. `npm` started reporting this problem in `publish-please` today:
```
found 2 high severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
ERRORS
* Vulnerability found in publish-please -> lodash
* Vulnerability found in publish-please -> inquirer -> lodash
```
Answers:
username_1: Hi @username_0 : all my apologizes because I completely skipped your issue. Should be fixed in 5.5.1.
Do not hesitate to ping me multiple times when I do not answer to your future issues.
username_0: Don't worry, everything is OK. Thank you for a good job 👍
Status: Issue closed
|
gatsbyjs/gatsby | 465462373 | Title: [docs][guides] Personalization and A/B testing
Question:
username_0: ## Summary
At the Gatsby Discovery Camp, we had a great session on Personalization and A/B testing. These workflows are important enough to folks that there have been related GitHub issues and it was brought up as an unconference session–for those reasons they should be properly documented.
We should document the multiple techniques available here, and let developers choose what works for them. This page makes sense to live under [Adding Website Functionality](https://www.gatsbyjs.org/docs/adding-website-functionality/) in the reference guides section of the docs.
Notes from the Unconference session, including recommended services/techniques: https://docs.google.com/document/d/1X-oKnmkGp5M-Klw7mFnR257cU83DgjT0KjgF1sEEFNI/edit#
## Related issues
- "Document A/B testing" https://github.com/gatsbyjs/gatsby/issues/5936
- "Disabling cache-busting JS URLs" https://github.com/gatsbyjs/gatsby/issues/5262
Please refer to the [Gatsby Style Guide](https://www.gatsbyjs.org/contributing/gatsby-style-guide/) and [Reference Guide template](https://www.gatsbyjs.org/contributing/docs-templates/#reference-guides) when creating this document.
cc @username_1
Answers:
username_1: @gatsbot Not stale
username_2: Hey @username_0
I think I can do that.
Is all the documentation in this document? https://docs.google.com/document/d/1X-oKnmkGp5M-Klw7mFnR257cU83DgjT0KjgF1sEEFNI/edit#
username_0: @username_2 this one was actually assigned on Friday. But if anything changes, we'll let you know!
username_3: @username_0 I read the documentation that @username_2 linked. I've been in a similar situation where I needed A/B-testing and used Gatsby. I couldn't use frameworks that uses client-side A/B test due to speed requirements and initial loading times was to slow.
What I've used is a solution where I load css high up in the body so that the user will not see any flickering, and it's also possible to use react component to render above the fold without any flickering. It adds nods to the DOM-tree but makes it also possible to build a A/B-testing solution without the need of splitting traffic at the CDN. The only thing needed is an analytic framework to send the data to.
username_0: @username_3 circling back to this, that sounds super interesting! I'd love to hear more about your approach: would you be interested in writing about it? We just published a guide on A/B testing with Google Analytics and Netlify, and would love to include other techniques as part of the section: https://www.gatsbyjs.org/docs/ab-testing/
username_4: Hi @username_3 and @username_0 I've been working for nearly a year now on personalization on the edge with cloudflare workers and am applying personalized content on the fly also to gatsby sites. The system works actually similar to what you describe in the documentation you wrote.
I'm thinking to go the next step and provide headless personalization as a Service in the CDN / Edge level for JAMstack sites. Would this be a topic where you're interested to chat about? I'd also like to provide a plugin and work with gatsby as one of the first integrations as I use it a lot myself.
Status: Issue closed
|
dominguez-aureax/aureax-app | 910670018 | Title: add splash screen/loading screen
Question:
username_0: When working with authentication, firebase needs to perform an initial check when the application is booted up. A splash/loading screen would help direct the application to know which page needs to be loaded.
Status: Issue closed
Answers:
username_0: When working with authentication, firebase needs to perform an initial check when the application is booted up. A splash/loading screen would help direct the application to know which page needs to be loaded.
username_0: Updating the design has caused an error with how the splash screen was performed. Most likely the page will need to be passed to the splash screen and wait for the loading to continue. |
google/gson | 473210436 | Title: Gson serialization doesn't work with classes defined within methods
Question:
username_0: I have a class defined within a method. Gson serializes it to null. Here's what I'm talking about:
public class GsonTestWithClassInsideMethod {
public static void main(String[] args) {
final class ABC {
String a;
int i;
public ABC(String a, int i) {
this.a = a;
this.i = i;
}
@Override public String toString() {
final StringBuilder sb = new StringBuilder("ABC{");
sb.append("a='").append(a).append('\'');
sb.append(", i=").append(i);
sb.append('}');
return sb.toString();
}
}
ABC abc = new ABC("aaa", 200);
System.out.println(new Gson().toJson(abc, ABC.class)); // prints null
XYZ xyz = new XYZ("bbb", 400);
System.out.println(new Gson().toJson(xyz, XYZ.class)); // prints {"x":"bbb","y":400}
}
private static class XYZ {
String x;
int y;
public XYZ(String x, int y) {
this.x = x;
this.y = y;
}
@Override public String toString() {
final StringBuilder sb = new StringBuilder("XYZ{");
sb.append("x='").append(x).append('\'');
sb.append(", y=").append(y);
sb.append('}');
return sb.toString();
}
}
}
Am I doing something wrong or is Gson unable to serialize these classes by design? If this is by design, is there a way I can still continue to have the class be defined within the method and make it work? Or is the only solution to move the definition to outside the method?
Answers:
username_1: Gson does not support local and anonymous classes [by design](https://github.com/google/gson/blob/master/gson/src/main/java/com/google/gson/internal/Excluder.java#L202) due to have these classes work in Java. You should prefer either package-level classes, or nested static ones (that don't have implicit references to their respective outer classes) like `XYZ`.
Status: Issue closed
username_0: Thank you @username_1. Closing. |
DanRic/Bonus-idrico | 425431145 | Title: fuori ISEE Controllo errato fornitura attiva
Question:
username_0: Ciao,
se vedi il TASK91150 ti dice che il servizio 38298630 non è attivo a data inizio agevolazione, ma non è vero.
Cerchiamo di aggiustare il controllo senza introdurre regressioni.
Prima non lo mostrava, adesso lo mostra sempre
Answers:
username_1: Riprova adesso.
username_0: Questo funziona.
**Però** ho acquisito due RdA: BI_855_1 e BI_854_1
Entrambe sullo stesso servizio, entrambe sullo stesso periodo e me le ha acquisite senza battere ciglio.
Non dovrebbe scartare la seconda se ne ho già una per lo stesso periodo?
username_1: La BI_854_1 era su un mio caricamento che ho eliminato.
Comunque si, il controllo dovrebbe essere eseguito, riprova ad inserire gli stessi dati del protocollo BI_855_1 e fammi sapere se scarta correttamente.
Status: Issue closed
|
lucasalexander/AlexanderDevelopment.ConfigDataMover | 383844643 | Title: Exporting data with multi select option sets
Question:
username_0: When exporting data that contains an attribute that is a Multi Select Option set, the GUI tool crashes with the following error. Removing the MultiSelect OptionSet attribute enables the data to be exported correctly.
System.NullReferenceException: Object reference not set to an instance of an object.
at AlexanderDevelopment.ConfigDataMover.Lib.Importer.TransformEntityList(List`1 entitylist) in C:\git-repos\AlexanderDevelopment.ConfigDataMover\AlexanderDevelopment.ConfigDataMover.Lib\Importer.cs:line 1207
at AlexanderDevelopment.ConfigDataMover.Lib.Importer.Process() in C:\git-repos\AlexanderDevelopment.ConfigDataMover\AlexanderDevelopment.ConfigDataMover.Lib\Importer.cs:line 1024
at AlexanderDevelopment.ConfigDataMover.Wpf.MainWindow.WorkerDoWork(Object sender, DoWorkEventArgs e) in C:\git-repos\AlexanderDevelopment.ConfigDataMover\AlexanderDevelopment.ConfigDataMover.Wpf\MainWindow.xaml.cs:line 338
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
Answers:
username_0: Actually, I have just downloaded the Source Code, and ran the very latest version, and it worked fine, so I am guessing the latest actual release has this problem, but it has since been fixed.
Status: Issue closed
|
telegraf/telegraf | 571410041 | Title: bot.hears
Question:
username_0: Greetings,
I'd like to understand the following construct from the exemple-bot.js :
const { reply, fork } = Telegraf
const sayYoMiddleware = fork((ctx) => ctx.reply('yo'))
// Text messages handling
bot.hears('Hey', sayYoMiddleware, (ctx) => {
ctx.session.heyCounter = ctx.session.heyCounter || 0
ctx.session.heyCounter++
return ctx.replyWithMarkdown(`_Hey counter:_ ${ctx.session.heyCounter}`)
})
-------------------------
Here the hears method as 3 arguments (how is that allowed) and I can't figure out how these parameters are handled by the method.
If I put the sayYoMiddleware after the named function the 'yo' message is not displayed/sent.
Thank you in advance.
Answers:
username_1: `Telegraf.hears(triggers, ...middleware) => function`
`...middleware` allows you to handle message with several functions.
Three dots is feature introduced in ES6.
Status: Issue closed
|
Shopify/logrus-bugsnag | 149432359 | Title: Problem with the static value of skipStackFrames
Question:
username_0: Depending on how you call the logger you receive different number of entries related to logrus in the stacktrace,
- log.WithFields(...).Error gives four entries that is related to logrus - all covered and removed with the hardcoded value of `skipStackFrames = 4`.
- log.Error gives five - one extra
- log.Errorf gives six - two extra
Below is by manipulating `bugsnag_test.go`
log.Errorf
```
[]logrus_bugsnag.stackFrame{
logrus_bugsnag.stackFrame{Method:"(*Entry).Errorf", File:"github.com/Sirupsen/logrus/entry.go", LineNumber:193},
logrus_bugsnag.stackFrame{Method:"(*Logger).Errorf", File:"github.com/Sirupsen/logrus/logger.go", LineNumber:103},
logrus_bugsnag.stackFrame{Method:"TestNoticeReceived", File:"github.com/Shopify/logrus-bugsnag/bugsnag_test.go", LineNumber:70},
logrus_bugsnag.stackFrame{Method:"tRunner", File:"testing/testing.go", LineNumber:473},
logrus_bugsnag.stackFrame{Method:"goexit", File:"runtime/asm_amd64.s", LineNumber:1998}}
```
log.Error
```
[]logrus_bugsnag.stackFrame{
logrus_bugsnag.stackFrame{Method:"(*Logger).Error", File:"github.com/Sirupsen/logrus/logger.go", LineNumber:150},
logrus_bugsnag.stackFrame{Method:"TestNoticeReceived", File:"github.com/Shopify/logrus-bugsnag/bugsnag_test.go", LineNumber:70},
logrus_bugsnag.stackFrame{Method:"tRunner", File:"testing/testing.go", LineNumber:473},
logrus_bugsnag.stackFrame{Method:"goexit", File:"runtime/asm_amd64.s", LineNumber:1998}}
```
log.WithFields(...).Error
```
[]logrus_bugsnag.stackFrame{
logrus_bugsnag.stackFrame{Method:"TestNoticeReceived", File:"github.com/Shopify/logrus-bugsnag/bugsnag_test.go", LineNumber:77},
logrus_bugsnag.stackFrame{Method:"tRunner", File:"testing/testing.go", LineNumber:473},
logrus_bugsnag.stackFrame{Method:"goexit", File:"runtime/asm_amd64.s", LineNumber:1998}}
```
Any idea on how to solve this? |
markrogoyski/math-php | 172713699 | Title: Checking parameters...Test $p
Question:
username_0: Distribution inverses will be given a $p, or $target parameter, which has the range [0,1]. Would it be best to add this to each distributions CONST, or is there a way that the parent can initialize this, and have the children add their distribution specific parameters?
Answers:
username_1: If the inverse function being used is the parent, then you could probably do something tricky like use self::CONST to access the parent's constant and static::CONST to access the child's, but if the inheriting child class has the inverse function overriding the parent, then there is no way to access the parent's variables if you've overridden them.
Probably simplest to just add it to each distributions' LIMITS const.
username_0: I added checks on p to the children with their own inverse method. The parent method will be trickier so I added a @todo to it. The only way I can see the Continuous class checking the child's parameters for it to assume that they are in the same order (ie, $params[0] is the same as static::Limits[1])
Status: Issue closed
|
pulumi/pulumi | 1034363458 | Title: Typescript types are not constrained enough
Question:
username_0: ## Hello!
<!-- Please leave this section as-is, it's designed to help others in the community know how to interact with our GitHub issues. -->
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
<!-- Enhancement requests are most helpful when they describe the problem you're having as well as articulating the potential solution you'd like to see built. -->
I will give AWS Lambda's types as an example.
When creating a Lambda from code (type zip), the image's values (type image) should not be available because they are exclusive to each other.
When using type image, there are other parameters that shouldn't be available like "runtime" and "architecture".
It can be very useful to have a more constrained type to catch problems before trying to upload.
I think that fixing the types is the solution instead of some guards.
I am not sure if it will affect the other languages.
### Affected area/feature
<!-- If you know the specific area where this feature request would go (e.g. Automation API, the Pulumi Service, the Terraform bridge, etc.), feel free to put that area here. -->
Answers:
username_0: Hey, maybe I can work on this? |
TablePlus/TablePlus | 485248026 | Title: [Enhancement UI request] Round icons in the UI
Question:
username_0: It would be great to have an option and display all the icons circularly. Like BitBucket does, the list will look a lot cleaner. Is it possible that you would consider this?
Answers:
username_1: I had the same remark when I looked at the basic connection icon and put a custom icon (which appears in as square).
Maybe adding "basic" icons in it would be a good idea too, wouldn't it?
username_0: Any update or decision on this? Triggers my OCD big time. 😂 |
storygraph/story-graph-web-client | 602548557 | Title: [RESEARCH] Study
Question:
username_0: Once we have selected our technologies it's time to learn how to use them.
**Acceptance criteria:**
:bulb: Every team member has a good knowledge about the technologies.
Answers:
username_0: Assuming @alfasketer is an adaptive prick and because we already have something with React and WebGL I'm closing the issue.
Status: Issue closed
|
Berserk-Games/Tabletop-Simulator-API | 836752855 | Title: Events: missing functions/typos/consistency changes
Question:
username_0: I went through most pages of the API and wrote down any "issues" I could see. I talked to benjamin_dobell and he said I should make a couple issues here instead of pull requests to avoid merge conflicts.
/events/#default-events-global-object
- onBlindfold(player, blindfolded) is undocumented
- onload: should this be documented as deprecated?
- onObjectLeaveScriptingZone: enter_object -> leave_object
- onObjectPeek: “Called when a player using peek to look under an object” sounds weird
- onObjectPeek: consistency player->player_color in function handle
- onObjectSearchStart/End: consistency obj->searched_object or object
- onObjectStateChange(object, old_guid) is undocumented
- onPlayerTurnEnd is undocumented (also deprecated I think so it makes sense)
- onPlayerTurnStart is undocumented (also deprecated I think so it makes sense)
- tryObjectRandomize(object, player_color) is undocumented
/events/#default-events-object-only
- onDestroy, onDrop, onPageChange, onPickUp: anObject -> this Object
- filter/tryObjectEnter obj->enter_object: consistency with tryObjectEnterContainer
- onPeek: “Called when a player using peek to look under an object” sounds weird
- onStateChange(old_guid) is undocumented
- tryRandomize(player_color) is undocumented
/events/#function-details-global-object
- tryObjectEnterContainer is out of order from what's listed in the table
- tryObjectEnterContainer: info box says tryObjectEnter
- onObjectFlick: description says flicks twice
- onObjectFlick: info box is broken
- onObjectFlick: info box says onFlick
- onObjectLeaveScriptingZone: info box enter_object->leave_object
- onObjectPeek: “Called when a player using peek to look under an object” sounds weird
- onObjectPeek: consistency player->player_color and “Name of player color that” -> “Player color of the player who”
- onObjectRandomize: info box spawn_object->randomize_object
- onObjectSearchStart/End: info box description feels incomplete
- onSave: JSON doesn’t link to the correct place
- onSave: info box Save & Apply -> Save & Play
/events/#function-details-object-only
- tryObjectEnter is out of order from what's listed in the table
- tryObjectEnter: consistency info box obj->enter_object
- onDrop: is “This doesn’t work in Global.” necessary or should it be on all functions
- onDrop: info box description feels incomplete
- onFlick: info box is broken
- onPeek: “Called when a player using peek to look under an object” sounds weird
- onPeek: consistency player->player_color and “Name of player color that” -> “Player color of the player who”
- onPeek: an Object -> this Object
- onPickUp: info box description feels incomplete
- onPickUp: an Object -> this Object
- onRandomize: an Object -> this Object
- onSearchStart/End: info box description feels incomplete |
wils0ns/tfis | 684136114 | Title: Doesn't work with latest docs
Question:
username_0: Doesn't seem to work with the latest docs....
e.g. `tfis digitalocean_ssh_key` produces the url: //www.terraform.io/docs/providers/digitalocean/r/ssh_key.html
But infact it should be:
https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/ssh_key<issue_closed>
Status: Issue closed |
albumentations-team/albumentations | 770832526 | Title: Scikit-image dependency error
Question:
username_0: Starting from scikit-image 0.18.0 which was released 3 days ago, using skimage.data requires pooch 1.3.0.
But if you don't install skimage with `pip install scikit-image[data]`, pooch is not installed.
Related change: https://github.com/scikit-image/scikit-image/pull/5105/files
Albumentations uses skimage.data through `from skimage.measure import label` and the following error is raised if you don't have pooch 1.3.0
```
File "/opt/conda/lib/python3.8/site-packages/albumentations/augmentations/transforms.py", line 13, in <module>
from skimage.measure import label
File "/opt/conda/lib/python3.8/site-packages/skimage/__init__.py", line 135, in <module>
from .data import data_dir
File "/opt/conda/lib/python3.8/site-packages/skimage/data/__init__.py", line 156, in <module>
image_fetcher, data_dir = create_image_fetcher()
File "/opt/conda/lib/python3.8/site-packages/skimage/data/__init__.py", line 136, in create_image_fetcher
image_fetcher = pooch.create(
TypeError: create() got an unexpected keyword argument 'retry_if_failed'
```
This may be a scikit-image issue in general but I think the above error can be prevented in albumentations.
Answers:
username_0: Related scikit-image issue: https://github.com/scikit-image/scikit-image/issues/5146
username_0: This is fixed in scikit-image 0.18.1. You should only avoid 0.18.0. |
aws/aws-sdk-js | 393809772 | Title: Add linkParameter to CognitoUserPoolTriggerEvent.request type
Question:
username_0: A `linkParameter` field should be added to the `CognitoUserPoolTriggerEvent.request` object definition in the interface, similar to how `codeParameter` is used.
Answers:
username_1: @username_0
Thanks for opening this issue.
Are you referring to the ```CognitoUserPoolTriggerEvent.request``` on the [AWS Lambda on DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/42e3741a35ebe4b181ea80089ee960fc7fb9ae59/types/aws-lambda/index.d.ts#L227) package?
Status: Issue closed
username_1: A `linkParameter` field should be added to the `CognitoUserPoolTriggerEvent.request` object definition in the interface, similar to how `codeParameter` is used.
username_0: @username_1 yep!
Status: Issue closed
username_1: @username_0
That is a different repository. You'll need to open an issue or PR there instead. |
HstarComponents/ngx-ckeditor | 334995143 | Title: How to hide the Bold, Italic and Underline menu from the toolbar
Question:
username_0: Hi,
Can u please tell me How to hide the Bold, Italic and Underline menu from the toolbar menus.
Thanks in advance
Answers:
username_1: Maybe you can find the answer from https://docs.ckeditor.com/ckeditor4/latest/api/CKEDITOR_config.html
username_0: @username_1 Thanks a lot. I got it.
username_1: @username_0 ok, the ck-editor has more options. In fact, I also find my editor config from official document.
Status: Issue closed
username_0: Great I'm closing this issue. Thanks |
PowToon/redux-undo-redo | 320758022 | Title: How to do grouping
Question:
username_0: In the description it says that we can group actions for a single undo I dont see anywhere where its mentioned how it is possible
Answers:
username_1: where is it written?
currently you can't do it.
username_0: 1. Easily support multiple changes that should be treated as a single undo step. (animation, drag drop)
username_1: here is the explanation to what it means:
https://github.com/PowToon/redux-undo-redo/issues/3#issuecomment-283368502 |
alphagov/govuk_publishing_components | 1185474781 | Title: Update list with tracking
Question:
username_0: ## What
Extend [list component](https://components.publishing.service.gov.uk/component-guide/list) to use accept tracking values
## Why
At present it's not possible to pass GA tracking to this component. |
starship/starship | 738145486 | Title: Panic when rebasing in a secondary git worktree
Question:
username_0: `starship bug-report` didn't work (the page didn't load properly)
## Bug Report
To reproduce, create two worktrees with conflicts and rebase the secondary one
onto the primary's branch. Observe that starship panics when this rebase
happens in the secondary tree. I suspect this is because it expects `.git` to
be a directory instead of a file containing `gitdir:
/home/j/projects/bugs/foo/.git/worktrees/bar` (or whatever).
- `mkdir foo`
- `cd foo || exit`
- `git init`
- `git commit -m init --allow-empty`
- `git worktree add ../bar`
- `echo "hi" > foo`
- `git add foo`
- `git commit -m "hi"`
- `cd ../bar || exit`
- `echo "not-hi" > foo`
- `git add foo`
- `git commit -m "conflict"`
- `git rebase master`
- Observe that starship now panics with
```
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', src/modules/git_state.rs:148:37
stack backtrace:
0: 0x55ee4622a75f - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h8e44e3bad104136e
1: 0x55ee4618285d - core::fmt::write::he8cb6d64ed166147
2: 0x55ee4623cb46 - std::io::Write::write_fmt::hf25ce96005919ce6
3: 0x55ee46233a00 - std::panicking::default_hook::{{closure}}::hf8bcda2c877e2dcc
4: 0x55ee462334d2 - std::panicking::rust_panic_with_hook::h7b83b0fe7900eb7a
5: 0x55ee46233168 - rust_begin_unwind
6: 0x55ee461814e0 - core::panicking::panic_fmt::h61e03e91a1a8868a
7: 0x55ee46181ddc - core::panicking::panic::h2f38f7f03997361e
8: 0x55ee4608149b - starship::modules::git_state::describe_rebase::hf9543bc4a82b6f55
9: 0x55ee460bc9ad - starship::modules::handle::h685c7a0fa8182e5e
10: 0x55ee460dc4c2 - starship::print::handle_module::hedc31448d387cf54
11: 0x55ee46014bc8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h864a3c8bed008420
12: 0x55ee4602a2b8 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h0426a1ded128ad44
13: 0x55ee461abcfe - rayon_core::registry::WorkerThread::wait_until_cold::h40ed63a6fdc6f45f
14: 0x55ee461adeea - std::sys_common::backtrace::__rust_begin_short_backtrace::ha2f528c78a5ead61
15: 0x55ee461ad806 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h622a186082e259c9
16: 0x55ee462399ba - std::sys::unix::thread::Thread::new::thread_start::h2dd53bf76d714ab0
17: 0x7efcfd59fead - start_thread
18: 0x7efcfd4b6d2f - __GI___clone
19: 0x0 - <unknown>
```
Starship should call `git rev-parse --git-dir` to get the git dir instead.
#### Environment
- Starship version: `starship 0.45.2`
- Shell type: zsh
- Shell version: zsh 5.8 (x86_64-pc-linux-gnu)
#### Starship Configuration
[Truncated]
[directory]
truncate_to_repo = false
truncation_length = 0
[git_branch]
symbol = ""
[git_status]
disabled = true
[nix_shell]
disabled = false
format = "[$symbol]($style) "
symbol = "\\[nix-shell\\]"
[package]
disabled = true
```
Answers:
username_1: It looks like this might be addressed by #1744.
username_0: That would indeed fix this! Thanks
Status: Issue closed
username_0: Thanks! |
roscopeco/moxy | 396874455 | Title: Moxy fails to mock methods from superinterfaces
Question:
username_0: **Describe the bug**
When mocking an interface, Moxy fails to mock methods inherited from superinterfaces.
**To Reproduce**
```
import org.junit.jupiter.api.Test;
import com.username_0.moxy.Moxy;
class MoxyBug {
public interface Super {
void superMethod();
}
public interface Sub extends Super {
void subMethod();
}
@Test
void testMoxyBug() {
final Sub sub = Moxy.mock(Sub.class, System.out);
sub.subMethod(); // Works fine
sub.superMethod(); // AbstractMethodError is thrown; Output shows superMethod was *not* generated
}
}
```
**Expected behavior**
`sub.superMethod()` should be mocked; `AbstractMethodError` should not be thrown.
**Stacktraces**
`java.lang.AbstractMethodError: Method com/tr/utp/spring/solace/Mock Sub {0}.superMethod()V is abstract`
**Environment (please complete the following information):**
- Moxy version: 0.92.1
- OS: Any
- JVM Vendor: Any
- JVM Version: Any<issue_closed>
Status: Issue closed |
projectacrn/acrn-hypervisor | 398100323 | Title: S3 resume failed due to ioc not sending wakeup reason to UOS
Question:
username_0: Environment:
AaaG build: 83590
HV patch:
0001-dm-refine-the-uart_core.patch
0001-sos-kernel-cmdline-add-option-to-enable-panic-dump.patch
0002-dm-Add-teardown-callback-for-mevent-in-uart_core.patch
Kernel patch:
0001-vhm-remove-flooding-log-from-vhm.patch
0002-acrn-kernel-config-Enable-xhci-and-igb-driver-as-bui.patch
0003-sdhci-fix-the-fake-timeout-bug.patch
0008-panic-add-options-to-print-system-info-when-panic-ha.patch
Bug detailed description:
In the stability test "S3 suspend/resume",failed to find "Set ram refresh action to 1" in tty USB2 console after the 24th suspend.
Reproduce steps:
boot up system
Removed IPU option in launch_uos.sh script, and then open another ssh section to SOS, input: “acrnctl add ./launch_uos.sh –V 2” (note: -V 1 for LaaG, 2 for AaaG), you will get output as below:
“vm1-xx:yy:zz added”
Note: this only need run once, next time you might get “vm1 … already exist …”,
Input "acrnctl list” to confirm VM name(i.e. vm1-xx:yy:zz);
Run “systemctl enable acrnd” command in the SOS to boot UOS.
Open another ssh section to SOS
Press the ignition button for 2s, then release button and wait for 20s in order to suspend SOS and UOS.
Connect SOS IP by ssh, expected result: failed to connect SOS IP
Detect Android guest by adb devices,expected result: failed to detect devices
Press the ignition button for 2s, then release button and wait for 20s in order to resume SOS and UOS.
Connect SOS IP by ssh, expected result: succeed to connect SOS IP
11.Detect Android guest ,expected result: succeed to detect devices
Return to step 6
Current result:
In the stability test "S3 suspend/resume",failed to find "Set ram refresh action to 1" in ttyUSB2 console after the 24th suspend.
After one night past, 10 hours past, still cannot find "Set ram refresh action to 1" in ttyUSB2 console.
Failed rate: 1/24
Expected result:
In the stability test "S3 suspend/resume",can find "Set ram refresh action to 1" in ttyUSB2 console after every time suspend.
Answers:
username_0: [External_System_ID] ACRN-2442
username_0: Cannot reproduce this issue, 0/500 cycles * 5 benches.
Status: Issue closed
|
dotnet/runtime | 969139539 | Title: None
Question:
username_0: If the only changes really are those 3 in the diff, then https://github.com/dotnet/runtime/pull/57009 is the only possible cause. Moving to codegen team.
Answers:
username_0: Looks like this test has essentially no networking code involved -- it stresses changing a number into a hex string.
username_0: Thank you, yes. Sounds good to me. |
github-vet/rangeloop-pointer-findings | 775622649 | Title: lsowen/cam-record: main.go; 74 LoC
Question:
username_0: [Click here to see the code in its original context.](https://github.com/lsowen/cam-record/blob/ca231ad1ec21e0456fc6db740013bcd62ef56a87/main.go#L51-L124)
<details>
<summary>Click here to show the 74 line(s) of Go which triggered the analyzer.</summary>
```go
for pkt := range commandChan {
if url, ok := config.Cameras[pkt.CameraId]; ok {
if pkt.Command == START_RECORDING {
if _, ok := currentProcs[pkt.CameraId]; !ok {
filename := time.Now().UTC().Format("2006-01-02-15-04-05") + "_" + pkt.CameraId + "_" + uuid.New() + ".webm"
saveLocation := config.SavePath + filename
options := []string{
"-e",
"rtspsrc",
"location=" + url,
"!",
"rtph264depay",
"!",
"avdec_h264",
"!",
"queue",
"!",
"vp8enc",
"deadline=100",
"!",
"webmmux",
"!",
"filesink",
"location=" + saveLocation,
}
cmd := exec.Command("gst-launch-1.0", options...)
if err := cmd.Start(); err == nil {
currentProcs[pkt.CameraId] = RecordingEntry{
Process: cmd.Process,
Filename: saveLocation,
}
if config.Scripts.RecordStart != "" {
go func() {
exec.Command(config.Scripts.RecordStart, pkt.CameraId, saveLocation).Run()
}()
}
} else {
fmt.Println(err)
}
}
}
if pkt.Command == STOP_RECORDING {
if entry, ok := currentProcs[pkt.CameraId]; ok {
go func(config Configuration, pkt CommandPacket, entry RecordingEntry) {
entry.Process.Signal(os.Interrupt)
entry.Process.Wait()
if config.Scripts.RecordEnd != "" {
go func() {
exec.Command(config.Scripts.RecordEnd, pkt.CameraId, entry.Filename).Run()
}()
[Truncated]
}
} else {
pkt.StatusChan <- StatusPacket{
Status: STATUS_NOTRECORDING,
}
}
close(pkt.StatusChan)
}
}
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: ca231ad1ec21e0456fc6db740013bcd62ef56a87 |
elpassion/mainframer-intellij-plugin | 308377404 | Title: Plugin is unavailable for IntelliJ 2017.3.5+
Question:
username_0: Hey guys, my colleague and now I noticed that IntelliJ plugin is not showing up in `Plugins → Browse repositories` in IJ 2017.3.5
Look at https://plugins.jetbrains.com/plugin/9603-mainframer-integration suggests that plugin is not marked as compatible for IJ higher than `173.4301.14`
Current stable release of IJ is:
```
IntelliJ IDEA 2017.3.5 (Community Edition)
Build #IC-173.4674.33, built on March 5, 2018
```
<img width="598" alt="screen shot 2018-03-25 at 12 19 50 pm" src="https://user-images.githubusercontent.com/967132/37879052-eff34456-3026-11e8-8d4a-5a5d13afba6f.png">
Can you please release an update with increased IJ compatibility?
I'm also curious if you can specify whole branch of IJ like `173.+` as compatible, rather limiting compatibilty to IJ platform Plugin was built against as that seems how it works atm :)
https://github.com/elpassion/mainframer-intellij-plugin/blob/831cf39a0d3cb17255c124a331e23667cc2dc1f0/build.gradle.kts#L45
Thanks!
Kind regards,
Artem
Answers:
username_1: Hi Artem,
Yes of course we can release an update with bumped up version of Intellij Idea, but as you already noticed current approach is laborious since we have to manually release plugin for each new version.
I remember the reason why we did like that. Obviously it was because of compatibility issues. But I am not sure whether we used specific branch or we matched to all new versions.
Anyway I would like to change the approach to match the branch as you suggested.
Status: Issue closed
|
jaegertracing/jaeger-client-java | 455277417 | Title: Spans are not connected after upgrading Java Jaeger Client
Question:
username_0: Dear Community,
Different services spans can not be connected after upgrade below
```
opentracing-spring-jaeger-starter:0.1.4
opentracing-spring-web-starter:0.3.3
```
to
```
opentracing-spring-jaeger-starter:2.0.0
opentracing-spring-web-starter:2.1.0
```
Before the upgrading, everything is ok.
For example, Service A call B and C, we inject the tracing context to the HTTP header when calling Service B and C. The sampler is ratelimiting 1. Span `Calling Service B` and `Calling Service C` are created in Service A and under the root span `Service A`. Span `Service B` is recorded in service B. Span `Service C` is recorded in service C.
Before upgrading, we got below three level tracing: one root span, two level 2 spans and two level 3 spans,
```
Service A
Calling Service B
Service B
Calling Service C
Service C
```
After upgrading, we can only got 1 root span and two level 2 spans which all belong to service A:
```
Service A
Calling Service B
Calling Service C
```
But when we tried to change the sampler to const 1 in Service A. we got three individual tracing:
1:
```
Service A
Calling Service B
Calling Service C
```
2:
```
GET
Service B
```
3:
```
POST
Service C
```
in tracing 2 and 3, there has two unknown span: `GET` and `POST`. When looked at the span detail. I found the field `Component` has the value `java-spring-webclient` which is also not seen in old version. I am guessing the Spring Webclient created a root span solely. I didn't look at the http packet to see what exactly the header are, but from the result, I think Service B and Service C treat the span as the root span. Is our injected span got overwritten? and also sometimes the results related to the sampler?
I am not sure this is the changes to new version or other changes resulted in the weird behavior. Thanks for your information and opinion.
Status: Issue closed
Answers:
username_1: I do not believe it's an issue with Jaeger client, but with instrumentation. Please open a ticket in https://github.com/opentracing-contrib/java-spring-web
username_0: @username_1 Thanks for your reminder. |
youzan/vant-weapp | 709730425 | Title: 使用 npm 安装构建后目录中没有 dropdown 组件
Question:
username_0: 你好,请使用下面的链接创建 issue 以帮助我们更快的排查问题,不规范的 issue 会被关闭,感谢配合。
http://vant-contrib.gitee.io/vant-issue-generater?repo=VantWeapp
Status: Issue closed
Answers:
username_1: 你好,请使用下面的链接创建 issue 以帮助我们更快的排查问题,不规范的 issue 会被关闭,感谢配合。
http://vant-contrib.gitee.io/vant-issue-generater?repo=VantWeapp |
yokohamarb/minatork02 | 67733066 | Title: 当日のスケジュールを決める
Question:
username_0: | 開始 | 終了 | セッション |
| 10:30 | 10:40 | オープニング |
| 10:40 | 11:00 | 1 |
| 11:00 | 11:20 | 2 |
| 11:20 | 11:40 | 3 |
| 11:40 | 13:00 | 昼 |
| 13:00 | 13:20 | 5 |
| 13:20 | 13:40 | 6 |
| 13:40 | 14:00 | 7 |
| 14:00 | 14:30 | 休憩 |
| 14:30 | 14:50 | 8 |
| 14:50 | 15:10 | 9 |
| 15:10 | 15:30 | 10 |
| 15:30 | 16:00 | 休憩 |
| 16:00 | 16:20 | 11 |
| 16:20 | 16:30 | クロージング |
Answers:
username_0: | 開始 | 終了 | セッション |
| 10:30 | 10:40 | オープニング |
| 10:40 | 11:00 | 1 |
| 11:00 | 11:20 | 2 |
| 11:20 | 11:40 | 3 |
| 11:40 | 13:00 | 昼 |
| 13:00 | 13:20 | 5 |
| 13:20 | 13:40 | 6 |
| 13:40 | 14:00 | 7 |
| 14:00 | 14:30 | 休憩 |
| 14:30 | 14:50 | 8 |
| 14:50 | 15:10 | 9 |
| 15:10 | 15:30 | 10 |
| 15:30 | 16:00 | 休憩 |
| 16:00 | 16:20 | 11 |
| 16:20 | 16:30 | クロージング |
username_1: @username_0 開始時間をちょっと遅らせて、10枠にしませんか?
username_0: ちょっと調整してみる
username_0: | 開始 | 終了 | セッション|
| --- | --- | --- |
| 11:00 | 11:10 | オープニング |
| 11:10 | 11:30 | 1 |
| 11:30 | 11:50 | 2 |
| 11:50 | 13:00:00 | 昼 |
| 13:00 | 13:20 | 3 |
| 13:20 | 13:40 | 4 |
| 13:40 | 14:00 | 5 |
| 14:00 | 14:20 | 休憩 |
| 14:20 | 14:40 | 6 |
| 14:40 | 15:00 | 7 |
| 15:00 | 15:20 | 8 |
| 15:20 | 15:40 | 休憩 |
| 15:40 | 16:00 | 9 |
| 16:00 | 16:20 | 10 |
| 16:20 | 16:30 | クロージング |
username_0: 直した
username_2: 会場を借りている時間は9時-17時の枠ですか?
username_1: @username_2 はい。会場借りているのは9時〜17時の枠です。その後の枠も埋まっているため、17:00には完全撤収が必要です。
username_1: @username_0 @username_2 今日、 @username_0 さんにはお話したのですが、お昼は90分はほしいという思いがあります。
username_0: 9時〜17時なんですが、設営、撤去など考慮してます。
昼休み90分で再検討します。
username_2: 規模にもよるかもしれませんが、クロージングが 16:30 なのが少し気になりました。
(そこから、片付けと完全撤収できるかも含めて)
開始は問題無いと思います。
username_1: 片付けはホール内の掃除と、忘れ物チェック、各種道具の後片付けがタスクです。施設の方が言うには、だいたい10分ぐらいで終わるというお話でした(ホンマに?とは思いますが)。
聴衆をいかに捌くかがポイントとなりそうです。
username_0: 夜の部の開始時間が17:30なので17:00ギリギリでも大丈夫だとは思うけど、土曜日ホールの人に聞いてみた方がいいですね。
Status: Issue closed
|
NervJS/taro | 384225139 | Title: 建议保留 px 尺寸单位的原意
Question:
username_0: 建议保留 px 尺寸单位的原意,不要自动将其转换为对应的 rpx 或 rem。
### 以下是原因:
1. px 是最基本的尺寸单位,尽管是移动端开发,px 的使用频率也很高,比如 font-size 大部分场景都是以 px 作为单位。
2. 改变了 px 单位的原意,代码的可阅读性会有所降低。因为字面上的 10px 要在脑海中理解为 10 rpx/rem。
3. Taro 对 px 单位转换的忽略规则是首字母大写:Px 或 PX,但大多格式化工具会将其格式化为全部小写的 px,比如 VS Code 中的 Prettier(我想应该可以通过设置将此自动转换关闭)。
4. 需要通过文档才能了解到 px 单位会被自动转换为其它单位及其忽略规则,增加了不必要的学习成本(当然这点学习成本也是可以忽略不记的)。
### 寻求帮助:
VS Code 中的 Prettier 格式化时会将 css/scss 的属性值全部转换为小写,这样致使我无法使用Px或PX。目前我还没有找到关闭自动转小写的设置,有谁知道吗?麻烦告知我一下,非常感谢!
Answers:
username_0: 另外,非常感谢 Taro 这个优秀的项目和背后辛苦付出的团队,目前使用下来,小程序/H5多端统一开发体验非常棒!
username_1: `px` 自动转换适配是一种约束,这个看你如何去理解,我们的初衷是希望能够提供一套更简易的尺寸适配规则,`px` 的转换适配是目前看来最简单的,因为你可以从设计稿量得多少 `px` 就写多少 `px`,跟开发 PC 时代的页面一样,所以我认为这并没有改变 `px` 的愿意。
username_0: @username_1
那能否在下一版本对 px 自动转 rpx/rem 增加一个忽略规则,比如使用 `opx` (original px) 代表使用 px 原义,Taro 将自动转换为 px。因为 Prittier 这样的格式化工具目前对 css 属性值全部转小写并没有提供开关选项,只能禁用它或改用 Beautify 才能避免Px/PX自动转换为 px。
或者有没有更好的方案呢?我暂时是把 css/scss 的格式化改成了Beautify。
username_1: @username_0
忽略规则已经有了,不仅仅是 PX
https://nervjs.github.io/taro/docs/size.html
username_0: @username_1 谢谢。
Status: Issue closed
username_2: 我也遇到这个问题,只能写在prettier换成beautify @username_0
username_3: 我也遇到这个问题,只能写在prettier换成beautify @username_0 @username_2
username_3: https://github.com/prettier/prettier/issues/3077
解决了必须使用,注意注释区域只对当前行数有效
a {
/ * prettier-ignore * /
font-size:16 PX ;
}
username_4: 有个很简单的办法. 写 `#{"1PX"}` 就好了。 这样prettier不会转换掉这个字符。 scss 也会正确的读出来。 |
sensu-plugins/sensu-plugins-xmpp | 96569880 | Title: Gem Dependencies in README
Question:
username_0: Hello,
I think gem dependencies (xmpp4r) should be mentioned in the README:
```
/opt/sensu/embedded/bin/gem install xmpp4r --no-ri --no-rdoc
Successfully installed xmpp4r-0.5.6
1 gem installed
```
Answers:
username_1: @username_0 If it is needed then we should add it to the gem dependencies
Status: Issue closed
username_2: xmpp4r is a runtime dependency and would be installed along with the plugin. I fixed that typo in the README.
username_0: Thanks. That plugin rocks. |
lemonwaysas/ruby-client-directkit-string | 150332624 | Title: uninitialized constant HomeController::LemonWay
Question:
username_0: Hi
I am getting uninitialized constant HomeController::LemonWay error, i m using lemonway-1.0.0 this version
please suggest me any solution.
My code
require "lemonway"
client = LemonWay::Client.new({:wsdl => "https://ws.lemonway.fr/mb/demo/dev/directkit/service.asmx"})
Answers:
username_0: hi
please update your README. In your readme you are mention LemonWay but it is not correct.
please update to Lemonway.
thanks
Status: Issue closed
|
schibsted/jslt | 766130880 | Title: 2 JSLT build issues
Question:
username_0: The project contains a `pom.xml` as well as a `build.gradle`.
The README.md file does not explicitly state which is the main build tool.
There is but one clue, though.
Under **Using the library** it shows how to include `JSLT` into one's project, by means of POM dependency.
The other indirect clue, is that the `gradle` build cannot launch:
```log
```
So, this is the smaller problem - which build tool is the main.
The second problem is that the tests are not run, neither on `mvn test`, let alone on `mvn install`.
Here's the log of `mvn test`:
```log
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------< com.schibsted.spt.data:jslt >---------------------
[INFO] Building jslt 0.1.11
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jslt ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/#########/workspace/java/jslt.git/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jslt ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jslt ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/#########/workspace/java/jslt.git/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jslt ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jslt ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.371 s
[INFO] Finished at: 2020-12-14T09:20:20+01:00
[INFO] ------------------------------------------------------------------------
```
Mind the lines above **BUILD SUCCESS**:
```log
...
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jslt ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
...
```
This is a known problem when using `JUnit` w/ `mvn` 3.6 and above.
I do not have the option to downgrade.
I use JDK 11.0.9 on macOS 10.13.6.
`mvn` version 3.6.3
`gradle` version 6.7.1
Which versions of the build tools are the lowest supported ?
`gradle/wrapper/gradle-wrapper.properties` pulls in version 4.10.3 from December 2018.
Answers:
username_1: The build tool for this project is gradle. There is a comment at the top of the `pom.xml` to that effect. But you're right that it's not stated explicitly. I'll add that to the readme.
What problem do you have with gradle? The log is empty.
The `pom.xml` is not intended to work, only to make Github dependency tracking work.
username_0: * Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.7.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 3s
```
This happens with and without a customised `~/.gradle/init.gradle`.
username_0: * Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 5s
9 actionable tasks: 3 executed, 6 up-to-date
```
I have tried various JDK / OpenJDK version for 11, 14 and 15, all on macOS 10.13.6.
username_1: Ah, right. `gradle build` wants to sign the jars, but only I have the keys to do that. I've fixed the README now. Please try again?
username_0: `./gradlew jar` work, thanks!
username_1: Great. Closing the issue, then.
Status: Issue closed
|
jlippold/tweakCompatible | 339172226 | Title: `Deepcove` working on iOS 11.3.1
Question:
username_0: ```
{
"packageId": "com.skumarspace.deepcove",
"action": "working",
"userInfo": {
"arch32": false,
"packageId": "com.skumarspace.deepcove",
"deviceId": "iPhone10,4",
"url": "http://cydia.saurik.com/package/com.skumarspace.deepcove/",
"iOSVersion": "11.3.1",
"packageVersionIndexed": false,
"packageName": "Deepcove",
"category": "Tweaks",
"repository": "BigBoss",
"name": "Deepcove",
"packageIndexed": false,
"packageStatusExplaination": "This tweak has not been reviewed. Please submit a review if you choose to install.",
"id": "com.skumarspace.deepcove",
"commercial": false,
"packageInstalled": true,
"tweakCompatVersion": "0.0.7",
"shortDescription": "Roman numerals for battery % statusbar",
"latest": "1.3-1",
"author": "<NAME>",
"packageStatus": "Unknown"
},
"base64": "<KEY>
"chosenStatus": "working",
"notes": "Works as expected, like in the previous versions."
}
``` |
pixix4/robolab-renderer | 615232185 | Title: InfoBox for selected element
Question:
username_0: It might be useful to show additional information related to a currently selected element. For a path this might be things like classification, weight and estimated path length.
One way of doing this would be to add an InfoBox below the file-editor, like the planet-information in the previous version. It should also be resizable if possible.
Ideally this InfoBox would also support interactive subelements like checkboxes and numeric inputs - this could be used to allow editing the path-weight without looking for the selected path in the file-editor (While already possible by opening the context-menu on the path, it might also be useful to make the "hidden" attribute toggleable with a checkbox if it is already shown here).<issue_closed>
Status: Issue closed |
typora/typora-issues | 292067013 | Title: Setup detected as ransomware by Trend Micro
Question:
username_0: The setup file for Typora is detected as a ransomware program by Trend Micro Security Agent.
Windows 10 Pro 64-bit
Typora 0.9.9.12 (assuming that is the latest as shown in the change log today)

Status: Issue closed
Answers:
username_1: You can check in https://www.virustotal.com/en/file/8a19a04b865319a50c264f377b56b69bb670a4b897f645cc0984402de9b4d65f/analysis/
Please report to Trend Micro if you have doubt on this result
username_0: Sorry, I should have been more clear: I don't have any suspicion that Typora is, in fact, ransomeware. But if the setup file is triggering that warning, my IT person won't let me install Typora on our machines.
username_1: I see, in that case, I also recommend you to report to Trend Micro for this "false positive" case, you should be able to report to them from Trend Micro software, so that they will correct this in new update.
Also you could try install Typora on another PC or VM, and copy the Typora folder under "Program Files" to your target PC. And bind connection between markdown files and Typora manually. |
codingyu/laravel-goto-view | 424543981 | Title: Not detecting/working on Laravel Modules package
Question:
username_0: I'm recently working on Laravel modules package. i noticed the file is no longer detected and clickable not appearing on `web.php` route file and even on ` return view("site::pages/about");` its not highlighting and not clickable.
A proper documentation would help in handy. :+1:
Answers:
username_1: If your module name is `Site`, you don't need to do extra configuration.
If not.
```
"laravel_goto_view.folders": {
"default": "/resources/views",
"site": "Modules/Site/resources/views",
},
```
username_0: What if I had multiple modules? I can add an new array just like site?
**For example:**
`"laravel_goto_view.folders": {
"default": "/resources/views",
"site": "Modules/Site/resources/views",
"admin": "Modules/Admin/resources/views",
},`
Would be better?
username_1: @username_0 No, if you haven't defined the view path, it will work by default, and you don't need to change the configuration.
like:
```
Module name: Aaa -> aaa::page.test = Modules/Aaa/resources/views/page/test.blade.php
```
username_1: @username_0
```
//return view("site::pages/about");
return view("site::pages.about");
```
`/` replace it with `.`
Is that OK?
Status: Issue closed
|
samvera/questioning_authority | 238205845 | Title: `active` isn't surfaced in #all, causing unnecessary #find calls
Question:
username_0: https://github.com/samvera/questioning_authority/blob/master/lib/qa/authorities/local/file_based_authority.rb#L17
If we surface the `active` flag, this would allow the caller to handle selecting the terms much more efficiently. Possibly defaulting to `true` if active doesn't exist in the yml file.
`{ id: res[:id], label: res[:term], active: res[:active] || true }.with_indifferent_access`
This would make the additional `#active?` in Hyrax unnecessary and speed up handling large local authorities.<issue_closed>
Status: Issue closed |
djc/askama | 260383294 | Title: Error using macros if parameter name is the same as a template struct member
Question:
username_0: ``` rust
#[derive(Template)]
#[template(path = "macro.html")]
struct MacroTemplate<'a> {
param: &'a str,
}
#[test]
fn test_macro() {
let t = MacroTemplate { param: "foo" };
assert_eq!(t.render().unwrap(), "foo foo foo");
}
```
Status: Issue closed
Answers:
username_1: Nice find! It should be better now... |
editorconfig/specification | 506231452 | Title: Versioning with SemVer
Question:
username_0: IMHO, a specification should always have a revision format where application programmers and users alike can see which version of the specification the corresponding programs support.
I recommend [SemVer](https://semver.org/). As a positive example I'd cite [the Matrix.org spec](https://matrix.org/docs/spec/).
Since editorconfig is a pretty small specification, the versioning should be pretty easy. Maybe just slap a v1.0 onto the spec if #2 and #8 are resolved? As there are already implementations of the spec which work somewhat this shouldn't be too risky.
Answers:
username_1: I agree with you on using SemVer. Some details have been discussed in https://github.com/editorconfig/editorconfig/issues/395
username_1: Since this is a duplication of editorconfig/editorconfig#395, I'm closing this now.
Status: Issue closed
|
Backblaze/B2_Command_Line_Tool | 369733468 | Title: exclude regex syntax
Question:
username_0: I trying to sync a folder located at
"/media/Storage/Central/" but exclude the directory
"/media/Storage/Central/Documents/Symlinks/'.
I entered the command "b2 sync --delete --excludeDirRegex '^Documents/Symlinks/' /media/Storage/Central/ b2://W2-Backup" but it still synced the Symlinks directory.
I'm guessing there is a problem with by syntax (documentation on this -- especially with examples -- has been pretty hard to find), but I'm not sure what. Any help would be appreciated.
Answers:
username_1: I wasn't able to get this to work either. As a side note this tool is pretty awful and you should probably find something else.
username_0: @username_3 Sorry, I accidentally copied the command from one of my earlier attempts. I've tried lots of combinations (as it sounds like this person has: https://github.com/Backblaze/B2_Command_Line_Tool/issues/402)
I did read in the documentation that you referenced about not including the trailing slash and also tried that without success. I also just tried the command you provided, and that didn't work either.
Interestingly, I also tried contacting Backblaze's customer support, but they said they couldn't deal with any technical stuff and just sluffed me off to Github. Seems pretty poor that the company doesn't at least have a page / pages explaining the different options for the CLI with a few examples of each. There's only so much you can provide via terminal help.
username_2: I just did some tests and also wasn't able to get the expected result using the command by @username_3. What seems to work is the following command:
`b2 sync --delete --excludeDirRegex '^Documents/Symlinks$' /media/Storage/Central/ b2://W2-Backup`
I've verified this using the current version (1.3.6) and mirroring your folder structure.
username_0: Thank you @username_2! This is indeed the syntax I needed.
Status: Issue closed
username_3: @username_2 since you figured out the proper syntax, could you please adjust the help message?
username_4: I think the confusion comes from this paragraph in the doc, which is unclear:
```
You can specify --excludeRegex to selectively ignore files that
match the given pattern. Ignored files will not copy during
the sync operation. The pattern is a regular expression
that is tested against the full path of each file.
```
The paths matched are actually relative to the directory being synced, as @username_2 figured out.
username_0: You may also want to add a note to the paragraph (...path being matched does not have
a trailing '/', so don't include on in your regular expression.) about needing the $ at the end. May be obvious to those familiar with regex, but would be helpful for (and avoid unnecessary question from) regex newbies like me. |
dolanmiu/docx | 773051582 | Title: Character style 'strong' for TextRun
Question:
username_0: 
I have a paragraph block which has two `TextRun`s in it, for example:
```
new Paragraph ({
children: [
new TextRun({
text: "First Word",
bold: true
}),
new TextRun(" - This text was created using heading 3 paragraph style. It has a slight left indentation for lines except the first one.")
]
})
```
Currently I am using the bold parameter but I want to use the "strong" character style. This is because styles can be manipulated from `Design > Quick Parts > Field`. Any way to do this?
Answers:
username_1: I have updated the following demo for your use case:
https://github.com/username_1/docx/blob/master/demo/51-character-styles.ts#L40-L52
You would need to define your own character styles as this is a `character style`, which `docx` currently doesnt have defaults for. `docx` currently only have Paragraph style defaults.
Having said this, `strong` isn't a default paragraph style either lol, fixed in the following PR:
https://github.com/username_1/docx/pull/728
Status: Issue closed
username_0: Thanks for the quick PR! When do you think these changes will be available through npm?
username_1: in `5.5.0` in the next release
maybe in a few weeks time
username_0: @username_1 Hi, I have tried this update and I still am not able to get it to work.
Here's what I want to achieve: [Auto-header-test.docx](https://github.com/username_1/docx/files/6151301/Auto-header-test.docx). Basically in the header section, on the left side I want to automatically select the first word with strong type and on the right side I want to select the last word with strong type on the page.
You would generally use `Design > Quick Parts > Field >> StyleRef > strong` to do this. However, I haven't been able to achieve this through this module yet.
username_1: Oh theres an easy way to do that:
```ts
new Paragraph({
children: [
new TextRun({
text: "Word1: ",
bold: true,
}),
new TextRun("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras pretium urna id egestas volutpat. Nam ut mi sit amet leo fermentum blandit. Nullam non eros a odio accumsan rhoncus. Praesent dapibus laoreet congue. Nulla non libero blandit, gravida ligula eget, ullamcorper nisi. Aenean euismod odio ex, in auctor dolor rutrum sit amet. Vivamus tempus quam at magna tincidunt blandit sit amet non tellus. Sed pulvinar mi at velit luctus molestie. Cras feugiat mauris eget bibendum dapibus. In dapibus maximus mauris quis dapibus. Duis facilisis, neque at elementum sodales, turpis sapien ultricies turpis, vel egestas lectus ligula sed lectus."),
],
}),
```
Essentially, make multiple TextRuns within a Paragraph
username_0: @username_1 That's not what I meant. That I know how to do. Automatically setting the headers is where I am stuck:

username_1: You may have to do that programatically, get the last item on your array, then set it in the header
then use `tab stops` to position the text to the right etc
username_0: That's difficult to implement because last element of the array may not be the last element of the page. On every page, headers should reflect word heading of that **particular page only**. If you download and check the doc file I previously posted you'll notice that the headers are dynamic. They are different for every page and only correspond to words in that particular page.
Word provides this feature. To place dynamic components like these in word, I can simply go to `Design > Quick Parts > Field >> StyleRef > strong`. This will automatically select the first `strong` styled phrase of the page (there's another option to select last `strong` styled phrase). However, `StyleRef` requires paragraph or header **styles** but `bold` is not a style and hence is not selectable. We need a `strong` style, which is the reason for this thread.
In the word file I posted, you'll find that the paragraph style is `Normal` but the first word has character style `strong`. This is why I am able to create the dynamic headers.
With docx plugin, I am not able to set character style to strong. I created a docx file using version 5.5.0 and the following code for the first word from [here](https://github.com/username_1/docx/blob/master/demo/51-character-styles.ts#L40-L52):
```
new TextRun({
text: 'word1',
style: "strong"
})
```
Once the doc is created, If i select the word and check the style, it still shows `Normal` not `Strong`. If I can set character style to `Strong` that would solve first part of the problem for now at least. |
lerna/lerna | 224939058 | Title: Lerna does not find packages in non-default locations as of rc.4 - rc.3 works fine
Question:
username_0: ## Expected Behavior
The expected behavior is for lerna to find/manage packages as it did before rc.4. Previous output of `lerna ls`:
```
lerna info version 2.0.0-rc.4
lerna info versioning independent
@<redacted>/<redacted> v1.0.41
```
## Current Behavior
Current output of `lerna ls`:
```
Lerna v2.0.0-rc.3
Independent Versioning Mode
@<redacted>/<redacted> v1.0.41
node-readme v0.1.10
@<redacted>/<redacted> v1.0.41
@<redacted>/<redacted> v1.1.6
@<redacted>/<redacted> v1.0.55
@<redacted>/<redacted> v1.0.60
@<redacted>/<redacted> v0.0.12
@<redacted>/<redacted> v1.0.18
@<redacted>/<redacted> v1.0.25
@<redacted>/<redacted> v1.0.9
@<redacted>/<redacted> v1.0.8
@<redacted>/<redacted> v1.0.19
```
## Steps to Reproduce (for bugs)
1. Create a lerna-managed repo.
2. Put your packages in a folder other than the default `packages` folder.
3. Run `lerna ls`
<details><summary>lerna.json</summary><p>
<!-- browsers demand the next line be empty -->
```json
{
"lerna": "2.0.0-beta.38",
"packages": [
"./",
"packages/node_modules/*",
"packages/node_modules/@opallabs/*"
],
"version": "independent"
}
```
</p></details>
## Context
This makes all commands work only on the "main" package that it still finds. It should perform all commands against the full list of packages.
## Your Environment
As you can see from the `lerna.json` file above, I have my packages inside a `node_modules` directory inside the `packages` directory. This was something suggested by a posting from the PouchDB team, and works well. Worked well, until rc.4, I should say :) .
| Executable | Version |
| ---: | :--- |
| `lerna --version` | 2.0.0-rc.4 |
| `npm --version` | 4.5.0 |
| `node --version` | v7.8.0 |
| OS | Version |
| --- | --- |
| NAME | VERSION |
| macOS Sierra | 10.12.3 |
Answers:
username_1: It's not exactly accurate to say "non-default packages locations are broken", because clearly non-default packages locations that _don't_ contain the string `node_modules` are just fine (I use it literally every day, so I'd know).
If you're using the "alle" approach referenced in [this blog post](https://gist.github.com/nolanlawson/457cdb309c9ec5b39f0d420266a9faa4) and spitballed [here](https://github.com/boennemann/alle), why bother with `lerna` still?
I suppose it's simple enough to check if any of the `packages` members has the literal string `node_modules` in it, and omit the `ignore: ["**/node_modules**"]` glob config. Still mystified why this is considered a good idea, tbh.
username_0: Was it a conscious decision to ignore packages under `node_modules` directories in the latest RC? I saw nothing about that in any release notes. I'm just pointing out that something that worked perfectly in rc.3 does not work at all in rc.4. Regardless of the words used, I thought it important to point out a workflow that worked great before the latest RC, and works not at all in the latest RC.
username_0: FWIW, the reason we've ended up on a hybrid approach is because `lerna bootstrap` is so unbelievably slow with dependencies spread all over. Lerna is still a great tool to run commands in all packages and publish new versions, even if you don't use the bootstrapping logic.
username_1: Hoisting solves the vast majority of those slow bootstrapping cases.
>
Status: Issue closed
|
TwinePlatform/twine-visitor | 414597898 | Title: BUG: Twine Volunteer App - Register new user - Name field - Max Length
Question:
username_0: Application: Volunteer App
Component: New User Registration
Version: Prod
OS: iOS 12.1.4
Device: iPhone SE and iPad Air
User Account: New User
Steps to recreate:
1. Register here - new user
2. Enter a hugely long full name
3. Enter valid data for rest of fields to allow positive user registration
4. Click Register
Actual result: You are able to submit a hugely long name
Expected result: A hugely long full name should not be allowed. Limit should be set to be ??X?? characters.
Up for discussion as this hasn't been defined anywhere.
The impact of this comes out where the names will be displayed and we envision this to be in the Volunteer Dashboard.
My suggestion is 30 character limit i.e. "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234"
and if spaces exist "ABCDEFGHIJKLMNOPQRST UVWXYZ123"
This should cover the majority of Volunteer users.
Answers:
username_0: 
username_1: @username_0 have you tested this max character limit with faux copy. The boxes should readjust size. I wonder whether it is not happening here because there are no spaces in the activity name.
username_0: yep that is the problem.
Just done with copy and adjusts

username_2: Truncate how text is shown in boxes, adding ellipses. |
SonarSonic/Calculator | 168873043 | Title: Conductor mast not converting Fire Diamonds
Question:
username_0: Conductor mast is not converting Fire Diamonds to Electric Diamonds when the mast is struck by lightning.
Running on Minecraft 1.10.2
Modpack - Donutcraft version 1.10.2-0.0.9
Launcher - AlLauncher
Forge - 12.18.1.2024
SonicCore - 1.9.4-3.0.7
Calculator - 1.9.4-3.0.8
Answers:
username_1: I couldn't recreate this, it's working fine for me :/
username_1: Are you playing on a server? Or LAN or something?
username_0: Yes I am playing on a server. Using the listed versions.
username_1: Couldn't recreate this at all
username_2: you are using a modpack, does that include minetweaker or something similar? if so check the scripts to make sure this isn't a pack specific to the pack
username_3: Hi,
I am the pack dev here are the minetweaker scripts
http://hastebin.com/qinemacipe.xml
http://hastebin.com/fokobiniwe.xml
username_1: @username_0 try updating first :P then
Status: Issue closed
|
Marginal/docker-get_iplayer | 486869117 | Title: Latest version behind
Question:
username_0: Hi,
Thanks for the docker image. The latest version of get_iplayer is 3.22 released 10 days ago but this image contains 3.21. The dockerfile pulls https://api.github.com/repos/get-iplayer/get_iplayer/releases/latest which says it's 3.22 but the webgui shows 3.21.
The readme.md says it auto updates. Is there anything I need to do to force it to update?
Thanks again,
Rob.
Answers:
username_1: Mine was at v3.17. I tried executing the update commands in /etc/periodic/daily/ manually and it did nothing, so I removed the quiet flags from the wget command and ran them individually to see what was going on - and wget is saying 400 bad request.
I manually used wget to download
`
wget -O 'get_iplayer-322' https://api.github.com/repos/get-iplayer/get_iplayer/tarball/v3.22
tar -zxf ./get_iplayer-322
cd get-iplayer-get_iplayer-50a6051/
install -m 755 -t /usr/local/bin ./get_iplayer ./get_iplayer.cgi
`
and then deleted the downloaded file and restarted the docker container, it was then running v3.22 - it's probably worth double checking that the update commands are piping the right things to each other.
For me the command `wget -qO - "`wget -qO - 'https://api.github.com/repos/get-iplayer/get_iplayer
/releases/latest' | jq -r .tarball_url`"` does not work, but `wget -qO - 'https://api.github.com/repos/get-iplayer/get_iplayer/releases/latest' | jq -r .tarball_url | wget -i -` does successfully download v3.22
username_2: The get_iplayer version does update, but the web frontend doesn't use the new version until you stop and restart the container. This isn't usually a problem since the web frontend rarely changes (the last material change was [over a year ago](https://github.com/get-iplayer/get_iplayer/commit/be40aeef966f7ce1c253f30a776cfa95570f9968#diff-fe8838ba68195c9c91f1413023602b47)), but it *is* confusing and could be a problem in future.
username_1: v3.22 is required to refresh the feeds since changes happened at the BBC site. and I can absolutely confirm that until I manually updated the get_iplayer binary - it was unusable, no matter how many times I restarted the container.
Status: Issue closed
|
JonathanSalwan/Triton | 136444573 | Title: PathManager: Function which returns new inputs to take others paths
Question:
username_0: To allows us to perform a code coverage, it should be interesting to return a new input value (based on the current path constraints) or a set of new inputs which take others paths. Of course, expressions must contain symbolic variables. |
uber/neuropod | 825324941 | Title: Python built-in libraries can't be found when bundled python model and external environment have different versions
Question:
username_0: ## Bug
Seeing
```
03/08/21 19:17:16.834300: D neuropod/internal/backend_registration.cc:223] [thread 76029, process 76029] Registering backend PythonBridge with type python and version 2.7.18
LoadNeuropod modelPath = ./example/string_python/neuropod failed: ImportError: No module named time
```
at pip_utils.py(20), when loading Neuropod Python model
## To Reproduce
Steps to reproduce the behavior:
1. Use Python 2.7.16
1. Build Neuropod with Python 2.7 as Neuropod Python backend version
1. Create and load a Neuropod Python model
## Environment
- Neuropod Version 0.3.0 rc1
- OS (Linux, macOS): Debian
- Language (Python, C++, Go bindings): Python
- Python version: 2.7.16
Answers:
username_0: 1. Matching local environment with Python 2.7.18 fixes this problem.
2. Use Python isolated environment fixes this problem |
milesj/babel-plugin-typescript-to-proptypes | 795905119 | Title: Does not generate propTypes for forwardRef.
Question:
username_0: I react component library with configuration:
storybook, rollup, typescript, react.
components use React.forwardRef
I tried to generate propTypes for components but it did nothing. It builded without error, but component.propTypes is not generated.
I tried with React.FC instead of React.forwardRef and it works normally. |
fatih/vim-go | 155235646 | Title: :GoCoverage does return SUCCESS if no test files exists
Question:
username_0: It should either assume the coverage is `0` or we should echo an error that :GoCoverage can't be run because there is no test files.
Answers:
username_1: Hi,
how about adding the `-o` flag to `go test` and check if a binary was created or not? If there are no test files, no binary will be created. In this case we can print a message in the `go#cmd#Test` function.
For the coverage it is basically the same. We could check if the profile file was written.
Status: Issue closed
username_0: It should either assume the coverage is `0` or we should echo an error that :GoCoverage can't be run because there is no test files.
username_0: My fix is wrong, reverting :)
username_0: @username_1 that sounds like a good plan to tackle. Or we just can check if there is any `_test.go` and abort if there is any.
Status: Issue closed
username_0: @username_1 this is now fixed. We just check if there is any _test.go files and abort. Let me know if it doesn't work for you :)
username_1: Hi @username_0.
The fix works fine for me. Thank you.
username_2: I think this change breaks the expected behaviour when running `:GoTest ./...`. I often open Vim from the root directory of a project, in which several subdirectories are Go packages. Running `go test ./...` in the root runs every test in every subdirectory -- even if no test files exist in the root directory.
This change breaks the documented behaviour of `:GoTest` with `./...` as argument. It checks if there are test files in the current/root directory and doesn't run any tests if there are none. Running the subdirectory test files is impossible without a `*_test.go` file in the root directory.
username_0: @username_2 good point. I'll change the check so it only covers `:GoCoverage`
username_0: @username_2 This is now fixed in master. Thanks for the feedback.
username_2: @username_0 Thanks so much, that was fast :) |
home-assistant/core | 738046475 | Title: rpi_gpio_pwm error after upgrade to 0.117.1/0.117.4
Question:
username_0: <!-- READ THIS FIRST:
- If you need additional help with this template, please refer to https://www.home-assistant.io/help/reporting_issues/
- Make sure you are running the latest version of Home Assistant before reporting an issue: https://github.com/home-assistant/core/releases
- Do not report issues for integrations if you are using custom components or integrations.
- Provide as many details as possible. Paste logs, configuration samples and code into the backticks.
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment.
-->
## The problem
<!--
Describe the issue you are experiencing here to communicate to the
maintainers. Tell us what you were trying to do and what happened.
-->
Related to this issue: https://github.com/home-assistant/core/issues/42650
Error on rpi_gpio_pwm integration after upgrade to 0.117.1/0.117.4
Not working yet, maybe is an error on library python-pwmled, Integration works whit python-pwmled 1.5.3, not working with version 1.6.0 to 1.6.6, more info and testing in **Additional comment**
## Environment
<!--
Provide details about the versions you are using, which helps us to reproduce
and find the issue quicker. Version information is found in the
Home Assistant frontend: Configuration -> Info.
-->
- Home Assistant Core release with the issue: 0.117.1 to 0.117.4
- Last working Home Assistant Core release (if known): 0.116.4
- Operating environment (OS/Container/Supervised/Core): Docker
- Integration causing this issue: Upgrade
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/rpi_gpio_pwm/
## Problem-relevant `configuration.yaml`
<!--
An example configuration that caused the problem for you. Fill this out even
if it seems unimportant to you. Please be sure to remove personal information
like passwords, private URLs and other credentials.
-->
```yaml
light:
- platform: rpi_gpio_pwm
leds:
- name: cpu_led
driver: gpio
pins: [27, 17, 22] # [R, G, B]
type: rgb
host: 10.0.0.241
- platform: rpi_gpio_pwm
leds:
- name: pump_led
driver: gpio
pins: [8, 25, 7] # [R, G, B]
type: rgb
host: 10.0.0.241
```
## Traceback/Error logs
<!--
[Truncated]
File "/usr/local/lib/python3.8/site-packages/pwmled/led/__init__.py", line 86, in set
self._update_pwm()
File "/usr/local/lib/python3.8/site-packages/pwmled/led/__init__.py", line 95, in _update_pwm
self._driver.set_pwm(values)
File "/usr/local/lib/python3.8/site-packages/pwmled/driver/__init__.py", line 51, in set_pwm
self._set_pwm(self._to_raw_pwm(values))
File "/usr/local/lib/python3.8/site-packages/pwmled/driver/gpio.py", line 37, in _set_pwm
if self._pi.get_PWM_dutycycle(pin) != value:
File "/usr/local/lib/python3.8/site-packages/pigpio.py", line 1426, in get_PWM_dutycycle
return _u2i(_pigpio_command(self.sl, _PI_CMD_GDC, user_gpio, 0))
File "/usr/local/lib/python3.8/site-packages/pigpio.py", line 964, in _u2i
raise error(error_text(v))
pigpio.error: 'GPIO is not in use for PWM'
```
## Additional information
I did some tests with python-pwmled library in different versions, in the following comment I attached what I found.
Answers:
username_0: ## Hardware/OS
Hardware: Raspberry Pi 3 Model B
OS: Raspbian GNU/Linux 10 (buster)
## pigpio lib
Package: pigpio
Version: 1.71-0~rpt1
Package: pigpiod
Version: 1.71-0~rpt1
## Testing python-pwmled 1.5.3
```
pi@raspi-automatron:~ $ pip3 list | grep pwmled
pwmled 1.5.3
pi@raspi-automatron:~ $ python3 test.py
Printed immediately.
Printed after 2.4 seconds.
```
## Testing python-pwmled 1.6.6
```
pi@raspi-automatron:~ $ pip3 list | grep pwmled
pwmled 1.6.6
pi@raspi-automatron:~ $ python3 test.py
Traceback (most recent call last):
File "test.py", line 15, in <module>
led.on()
File "/home/pi/.local/lib/python3.7/site-packages/pwmled/led/__init__.py", line 32, in on
self.set(is_on=True)
File "/home/pi/.local/lib/python3.7/site-packages/pwmled/led/rgb.py", line 65, in set
super().set(is_on, brightness, cancel_transition=False)
File "/home/pi/.local/lib/python3.7/site-packages/pwmled/led/__init__.py", line 86, in set
self._update_pwm()
File "/home/pi/.local/lib/python3.7/site-packages/pwmled/led/__init__.py", line 95, in _update_pwm
self._driver.set_pwm(values)
File "/home/pi/.local/lib/python3.7/site-packages/pwmled/driver/__init__.py", line 51, in set_pwm
self._set_pwm(self._to_raw_pwm(values))
File "/home/pi/.local/lib/python3.7/site-packages/pwmled/driver/gpio.py", line 37, in _set_pwm
if self._pi.get_PWM_dutycycle(pin) != value:
File "/home/pi/.local/lib/python3.7/site-packages/pigpio.py", line 1426, in get_PWM_dutycycle
return _u2i(_pigpio_command(self.sl, _PI_CMD_GDC, user_gpio, 0))
File "/home/pi/.local/lib/python3.7/site-packages/pigpio.py", line 964, in _u2i
raise error(error_text(v))
pigpio.error: 'GPIO is not in use for PWM'
```
## Testing python-pwmled 1.6.0
```
[Truncated]
```
from pwmled import Color
from pwmled.led import SimpleLed
from pwmled.led.rgb import RgbLed
from pwmled.led.rgbw import RgbwLed
from pwmled.driver.gpio import GpioDriver
import time
driver = GpioDriver([27, 17, 22], host='10.0.0.241')
# RGB led
led = RgbLed(driver)
led.on()
led.color = Color(255, 0, 0)
led.set(color=Color(0, 255, 0), brightness=0.5) # set two properties simultaneously
print("Printed immediately.")
time.sleep(2.4)
print("Printed after 2.4 seconds.")
led.off()
```
username_0: Before every test the Raspberry Pi was rebooted, If I test python-pwmled 1.5.3, then upgrade to 1.6.6 and test again without reboot, 1.6.6 works, but fail after reboot, maybe there is something missing in 1.6.0 to 1.6.6?.
username_1: Hey @username_0, thanks for the detailed bug report. This seems like a duplicate of https://github.com/home-assistant/core/issues/42873#issuecomment-722925891, which is already fixed by https://github.com/home-assistant/core/pull/42903 and will be included in v0.117.6.
Until it has been released you can install current dev branch of home-assistant or update pwmled to v1.6.7.
username_0: Hi @username_1 , yes thanks, I test v1.6.7 and works fine, I will wait for v0.117.6
I will close this issue, tanks.
Status: Issue closed
|
auraphp/Aura.Filter | 126640515 | Title: PHP7 support
Question:
username_0: Hey,
A great package, but wondered what the timeline is for supporting php 7? There is a class `Bool` which is now a reserved keyword in php7.
Answers:
username_1: Hey @username_0 ,
You may be probably looking at 1.x version. There is a 2.x version in beta which is compatible with PHP7.
Hope that helps!
Thank you
Status: Issue closed
username_0: Ah, I think you are right @username_1 as it is now called Boolean.
-- Sorry :)
username_1: @username_0 no issues. Happy to help :) . |
conda-forge/google-cloud-bigquery-feedstock | 721575820 | Title: need to add version pins to google-cloud-bigquery recipe
Question:
username_0: I notice that when I install `google-cloud-bigquery==1.28.0`, I also get `google-cloud-bigquery-storage==2.1.0`, which is incompatible.
We've set run-constrained dependencies:
https://github.com/conda-forge/google-cloud-bigquery-feedstock/blob/e9d3032ebea6cfcb6b38952795121b3d8c82921f/recipe/meta.yaml#L116-L122
But I suspect the run dependencies are overriding them:
https://github.com/conda-forge/google-cloud-bigquery-feedstock/blob/e9d3032ebea6cfcb6b38952795121b3d8c82921f/recipe/meta.yaml#L40-L47
Answers:
username_1: Hi @username_0 ,
It appears this was added in #55 . Ok to close?
username_0: @username_1 Maybe? The PR bot gets confused by the way I did it. I have to manually delete some duplicate variables every time it sends a PR. I'll file another issue for that.
Status: Issue closed
|
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.