Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 844 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 12 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 248k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
739,529 | 25,600,907,035 | IssuesEvent | 2022-12-01 20:05:55 | patternfly/patternfly-elements | https://api.github.com/repos/patternfly/patternfly-elements | opened | pfe-label has incorrect version | priority: low bug | `<pfe-label>` is at version `1.0.0-next.x` rather then `2.0.0-next.x`
This was done as my understanding at the time was these components were versioned independently. Given changes to the project over time, I believe this should be aligned with other components in the 1:1 pfe 2.0 project. Take `pfe-switch` which started at version `2.0.0-next.x` as an example.
@bennypowers let me know how you'd like me to approach this fix. | 1.0 | pfe-label has incorrect version - `<pfe-label>` is at version `1.0.0-next.x` rather then `2.0.0-next.x`
This was done as my understanding at the time was these components were versioned independently. Given changes to the project over time, I believe this should be aligned with other components in the 1:1 pfe 2.0 project. Take `pfe-switch` which started at version `2.0.0-next.x` as an example.
@bennypowers let me know how you'd like me to approach this fix. | priority | pfe label has incorrect version is at version next x rather then next x this was done as my understanding at the time was these components were versioned independently given changes to the project over time i believe this should be aligned with other components in the pfe project take pfe switch which started at version next x as an example bennypowers let me know how you d like me to approach this fix | 1 |
428,069 | 12,402,348,499 | IssuesEvent | 2020-05-21 11:47:50 | LorittaBot/Loritta | https://api.github.com/repos/LorittaBot/Loritta | closed | Add user's discord badges in +profile | Module: Loritta (Discord) 🎀 Priority: Low Status: On Hold 😴 Type: Enhancement ✨ | Waiting for JDA's user flags branch to be merged.
We can also drop the user flags field in the user settings table. | 1.0 | Add user's discord badges in +profile - Waiting for JDA's user flags branch to be merged.
We can also drop the user flags field in the user settings table. | priority | add user s discord badges in profile waiting for jda s user flags branch to be merged we can also drop the user flags field in the user settings table | 1 |
543,793 | 15,885,378,424 | IssuesEvent | 2021-04-09 20:27:42 | zeoflow/zson | https://api.github.com/repos/zeoflow/zson | closed | NDK Version collides with other versions | @bug @environment @priority-very-low | **Description:** NDK Version collides with other versions
###### To help us triage faster, please check to make sure you are using the [latest version](https://github.com/zson/parcelled/releases) of the library.
###### We also happily accept [pull requests](https://github.com/zeoflow/zson/pulls).
| 1.0 | NDK Version collides with other versions - **Description:** NDK Version collides with other versions
###### To help us triage faster, please check to make sure you are using the [latest version](https://github.com/zson/parcelled/releases) of the library.
###### We also happily accept [pull requests](https://github.com/zeoflow/zson/pulls).
| priority | ndk version collides with other versions description ndk version collides with other versions to help us triage faster please check to make sure you are using the of the library we also happily accept | 1 |
382,879 | 11,339,455,748 | IssuesEvent | 2020-01-23 02:03:58 | ME-ICA/tedana | https://api.github.com/repos/ME-ICA/tedana | closed | Remove chdir in tedana_workflow | low-priority refactoring | <!--
This is a suggested issue template for tedana.
If there is other information that would be helpful to include, please do not hesitate to add it!
Before submitting, please check to make sure that the issue is not already addressed; if there is a related issue, then please cross-reference it by #.
If this is a usage question, please check out NeuroStars here:
https://neurostars.org/
and tag your topic with "multi-echo"
-->
<!--
Summarize the issue in 1-2 sentences, linking other issues if they are relevant
Note: simply typing # will prompt you for open issues to select from
-->
### Summary
Even though any functions that write out files should also include the output directory as an argument, it's possible that not all do. We currently have a line in `tedana_workflow` (see below) that changes the working directory to the output directory so files can be written without paths. We should eliminate this step, as it makes the code more difficult to interpret and it's just not a good idea to change directories inside the code.
https://github.com/ME-ICA/tedana/blob/feddfcb7a2435940a50a295d612df92f07cb7b80/tedana/workflows/tedana.py#L436
<!--
If needed, add additional detail for:
1. Recreating a bug/problem
2. Any additional context necessary to understand the issue
-->
<!--
If desired, add suggested next steps.
If you foresee them in a particular order or priority, please use numbering
-->
### Next Steps
1. Ensure that all functions that write out files include the `out_dir` argument and actually use it.
2. Remove the `os.chdir` line from `tedana_workflow`.
<!--
Thank you for submitting your issue!
If you do not receive a response within a calendar week, please post a comment on this issue to catch our attention.
Some issues may not be resolved right away due to the volunteer nature of the project; thank you for your patience!
-->
| 1.0 | Remove chdir in tedana_workflow - <!--
This is a suggested issue template for tedana.
If there is other information that would be helpful to include, please do not hesitate to add it!
Before submitting, please check to make sure that the issue is not already addressed; if there is a related issue, then please cross-reference it by #.
If this is a usage question, please check out NeuroStars here:
https://neurostars.org/
and tag your topic with "multi-echo"
-->
<!--
Summarize the issue in 1-2 sentences, linking other issues if they are relevant
Note: simply typing # will prompt you for open issues to select from
-->
### Summary
Even though any functions that write out files should also include the output directory as an argument, it's possible that not all do. We currently have a line in `tedana_workflow` (see below) that changes the working directory to the output directory so files can be written without paths. We should eliminate this step, as it makes the code more difficult to interpret and it's just not a good idea to change directories inside the code.
https://github.com/ME-ICA/tedana/blob/feddfcb7a2435940a50a295d612df92f07cb7b80/tedana/workflows/tedana.py#L436
<!--
If needed, add additional detail for:
1. Recreating a bug/problem
2. Any additional context necessary to understand the issue
-->
<!--
If desired, add suggested next steps.
If you foresee them in a particular order or priority, please use numbering
-->
### Next Steps
1. Ensure that all functions that write out files include the `out_dir` argument and actually use it.
2. Remove the `os.chdir` line from `tedana_workflow`.
<!--
Thank you for submitting your issue!
If you do not receive a response within a calendar week, please post a comment on this issue to catch our attention.
Some issues may not be resolved right away due to the volunteer nature of the project; thank you for your patience!
-->
| priority | remove chdir in tedana workflow this is a suggested issue template for tedana if there is other information that would be helpful to include please do not hesitate to add it before submitting please check to make sure that the issue is not already addressed if there is a related issue then please cross reference it by if this is a usage question please check out neurostars here and tag your topic with multi echo summarize the issue in sentences linking other issues if they are relevant note simply typing will prompt you for open issues to select from summary even though any functions that write out files should also include the output directory as an argument it s possible that not all do we currently have a line in tedana workflow see below that changes the working directory to the output directory so files can be written without paths we should eliminate this step as it makes the code more difficult to interpret and it s just not a good idea to change directories inside the code if needed add additional detail for recreating a bug problem any additional context necessary to understand the issue if desired add suggested next steps if you foresee them in a particular order or priority please use numbering next steps ensure that all functions that write out files include the out dir argument and actually use it remove the os chdir line from tedana workflow thank you for submitting your issue if you do not receive a response within a calendar week please post a comment on this issue to catch our attention some issues may not be resolved right away due to the volunteer nature of the project thank you for your patience | 1 |
452,829 | 13,060,061,903 | IssuesEvent | 2020-07-30 11:47:02 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Escape closes both error window and window behind it | Category: UI Priority: Low Status: Fixed Status: Reopen Week Task | 
Should only close the error/status display, if its open
Make this an intrinsic part of the UI system, sending to the top on the stack, rather than 'if error box' etc all over. | 1.0 | Escape closes both error window and window behind it - 
Should only close the error/status display, if its open
Make this an intrinsic part of the UI system, sending to the top on the stack, rather than 'if error box' etc all over. | priority | escape closes both error window and window behind it should only close the error status display if its open make this an intrinsic part of the ui system sending to the top on the stack rather than if error box etc all over | 1 |
553,130 | 16,357,661,112 | IssuesEvent | 2021-05-14 02:36:18 | PlaceOS/docs-site | https://api.github.com/repos/PlaceOS/docs-site | closed | Table dimensions | priority: low | Low priority, just a note to record:
Markdown tables are auto formatted by docusaurus. Sometimes this can result in unusual column width choices (i.e. even column width despite hugely different amounts of content) etc.
There is probably a way to manage this with js or html, but didn't want to get too into it at the moment as it could get messy fast. | 1.0 | Table dimensions - Low priority, just a note to record:
Markdown tables are auto formatted by docusaurus. Sometimes this can result in unusual column width choices (i.e. even column width despite hugely different amounts of content) etc.
There is probably a way to manage this with js or html, but didn't want to get too into it at the moment as it could get messy fast. | priority | table dimensions low priority just a note to record markdown tables are auto formatted by docusaurus sometimes this can result in unusual column width choices i e even column width despite hugely different amounts of content etc there is probably a way to manage this with js or html but didn t want to get too into it at the moment as it could get messy fast | 1 |
338,731 | 10,236,603,993 | IssuesEvent | 2019-08-19 12:03:27 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | tests/drivers/watchdog/wdt_basic_api fails on test_wdt_callback_1() for Quark SE / arc | Wont Fix area: Watchdog bug priority: low | **Describe the bug**
`test_wdt: test_wdt_callback_1() == TC_PASS is false`
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -GNinja -DBOARD=quark_se_c1000_devboard -DARCH=arc
3. ninja
4. ninja run
**Screenshots or console output**
```
Running test suite wdt_basic_test
===================================================================
starting test - test_wdt
Testcase: test_wdt_callback_1
Assertion failed at /home/cinlyooi/tests/zephyr.git/tests/drivers/watchdog/wdt_basic_api/src/test_wdt.c:308: test_wdt: test_wdt_callback_1() == TC_PASS is false
FAIL - test_wdt
===================================================================
```
**Environment (please complete the following information):**
- OS: Linux
- Toolchain: zephyr
- Commit SHA or Version used: 9072d34f306078acdc9d950c9beae5cc0738ea19
**Additional context**
Please note it is the same as top case of #10623
| 1.0 | tests/drivers/watchdog/wdt_basic_api fails on test_wdt_callback_1() for Quark SE / arc - **Describe the bug**
`test_wdt: test_wdt_callback_1() == TC_PASS is false`
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -GNinja -DBOARD=quark_se_c1000_devboard -DARCH=arc
3. ninja
4. ninja run
**Screenshots or console output**
```
Running test suite wdt_basic_test
===================================================================
starting test - test_wdt
Testcase: test_wdt_callback_1
Assertion failed at /home/cinlyooi/tests/zephyr.git/tests/drivers/watchdog/wdt_basic_api/src/test_wdt.c:308: test_wdt: test_wdt_callback_1() == TC_PASS is false
FAIL - test_wdt
===================================================================
```
**Environment (please complete the following information):**
- OS: Linux
- Toolchain: zephyr
- Commit SHA or Version used: 9072d34f306078acdc9d950c9beae5cc0738ea19
**Additional context**
Please note it is the same as top case of #10623
| priority | tests drivers watchdog wdt basic api fails on test wdt callback for quark se arc describe the bug test wdt test wdt callback tc pass is false to reproduce steps to reproduce the behavior mkdir build cd build cmake gninja dboard quark se devboard darch arc ninja ninja run screenshots or console output running test suite wdt basic test starting test test wdt testcase test wdt callback assertion failed at home cinlyooi tests zephyr git tests drivers watchdog wdt basic api src test wdt c test wdt test wdt callback tc pass is false fail test wdt environment please complete the following information os linux toolchain zephyr commit sha or version used additional context please note it is the same as top case of | 1 |
204,593 | 7,089,038,905 | IssuesEvent | 2018-01-12 00:13:11 | matomo-org/matomo | https://api.github.com/repos/matomo-org/matomo | closed | use SPDX license specifier for plugins | Lower priority c: Platform | While parsing the plugin API I just noticed that there is no consistent way for plugin authors to specify the license of their plugin:
```text
BSD & GPL v3+
GPL
GPL-3.0+
GPL 3.0 / fair use
GPLv3
GPL v3
GPL v3+
GPLv3 or later
InnoCraft EULA
MIT
```
It may be useful to require SPDX specifiers so it is consistent in the future:
https://spdx.org/licenses/ | 1.0 | use SPDX license specifier for plugins - While parsing the plugin API I just noticed that there is no consistent way for plugin authors to specify the license of their plugin:
```text
BSD & GPL v3+
GPL
GPL-3.0+
GPL 3.0 / fair use
GPLv3
GPL v3
GPL v3+
GPLv3 or later
InnoCraft EULA
MIT
```
It may be useful to require SPDX specifiers so it is consistent in the future:
https://spdx.org/licenses/ | priority | use spdx license specifier for plugins while parsing the plugin api i just noticed that there is no consistent way for plugin authors to specify the license of their plugin text bsd gpl gpl gpl gpl fair use gpl gpl or later innocraft eula mit it may be useful to require spdx specifiers so it is consistent in the future | 1 |
398,160 | 11,738,539,197 | IssuesEvent | 2020-03-11 16:13:54 | MilyMilo/educat | https://api.github.com/repos/MilyMilo/educat | closed | Fix scrollable sidebar | priority: low scope: front-end type: bug | Podczas scrollowania treści "głównej" scrolluje się również sidebar co nie powinno mieć miejsca.
<img width="1673" alt="Screenshot 2020-03-11 at 00 37 33" src="https://user-images.githubusercontent.com/28627427/76368505-c8671400-6330-11ea-9248-25f54af50eac.png">
Na załączonym obrazku wcina **Dashboard** pod navbara. | 1.0 | Fix scrollable sidebar - Podczas scrollowania treści "głównej" scrolluje się również sidebar co nie powinno mieć miejsca.
<img width="1673" alt="Screenshot 2020-03-11 at 00 37 33" src="https://user-images.githubusercontent.com/28627427/76368505-c8671400-6330-11ea-9248-25f54af50eac.png">
Na załączonym obrazku wcina **Dashboard** pod navbara. | priority | fix scrollable sidebar podczas scrollowania treści głównej scrolluje się również sidebar co nie powinno mieć miejsca img width alt screenshot at src na załączonym obrazku wcina dashboard pod navbara | 1 |
348,633 | 10,450,906,657 | IssuesEvent | 2019-09-19 11:40:32 | eJourn-al/eJournal | https://api.github.com/repos/eJourn-al/eJournal | closed | Assignment upcoming query to O(1) | Priority: Low Status: Available Type: Enhancement Workload: Low | assignment.py:322:0: Possible performance issues as this are O(N) queries.
RESPONSE: -> improved average case by filtering to only the current active assignments | 1.0 | Assignment upcoming query to O(1) - assignment.py:322:0: Possible performance issues as this are O(N) queries.
RESPONSE: -> improved average case by filtering to only the current active assignments | priority | assignment upcoming query to o assignment py possible performance issues as this are o n queries response improved average case by filtering to only the current active assignments | 1 |
23,017 | 2,652,002,734 | IssuesEvent | 2015-03-16 15:07:49 | nlbdev/nordic-epub3-dtbook-migrator | https://api.github.com/repos/nlbdev/nordic-epub3-dtbook-migrator | opened | Ignore noterefs in headlines when comparing against navigation document | 0 - Low priority bug epub3-validator | If the headline says `<h2 id="...">Chapter Headline<a epub:type="noteref">1</a></h2>` then currently the navigation document is required to use "Chapter Headline1" for the equivalent text. Noterefs should be ignored when this comparison is performed during validation so that the navigation document can (and must) contain "Chapter Headline" instead.
<!---
@huboard:{"order":2.086162567138672e-07}
-->
| 1.0 | Ignore noterefs in headlines when comparing against navigation document - If the headline says `<h2 id="...">Chapter Headline<a epub:type="noteref">1</a></h2>` then currently the navigation document is required to use "Chapter Headline1" for the equivalent text. Noterefs should be ignored when this comparison is performed during validation so that the navigation document can (and must) contain "Chapter Headline" instead.
<!---
@huboard:{"order":2.086162567138672e-07}
-->
| priority | ignore noterefs in headlines when comparing against navigation document if the headline says chapter headline then currently the navigation document is required to use chapter for the equivalent text noterefs should be ignored when this comparison is performed during validation so that the navigation document can and must contain chapter headline instead huboard order | 1 |
766,395 | 26,882,447,734 | IssuesEvent | 2023-02-05 19:59:46 | DevLUp-Inc/Feedback | https://api.github.com/repos/DevLUp-Inc/Feedback | opened | Fix usability issues with Events/EventCollection component | Bug Website Low Priority | Separating this from https://github.com/DevLUp-Inc/Feedback/issues/70
Todo:
- [ ] Events are staggered and don't have correct responsive styling until the second render
- [ ] Expanding the last event on mobile causes it to overflow and disappear
- [ ] Fix incorrect usage of headers in Event component. Also check other components for same issue. (Use WebAim WAVE.)
- [ ] Focus styling on events | 1.0 | Fix usability issues with Events/EventCollection component - Separating this from https://github.com/DevLUp-Inc/Feedback/issues/70
Todo:
- [ ] Events are staggered and don't have correct responsive styling until the second render
- [ ] Expanding the last event on mobile causes it to overflow and disappear
- [ ] Fix incorrect usage of headers in Event component. Also check other components for same issue. (Use WebAim WAVE.)
- [ ] Focus styling on events | priority | fix usability issues with events eventcollection component separating this from todo events are staggered and don t have correct responsive styling until the second render expanding the last event on mobile causes it to overflow and disappear fix incorrect usage of headers in event component also check other components for same issue use webaim wave focus styling on events | 1 |
591,601 | 17,855,767,954 | IssuesEvent | 2021-09-05 01:35:34 | michaelrsweet/pappl | https://api.github.com/repos/michaelrsweet/pappl | closed | Implement papplDeviceGetID for network devices | bug priority-low | Currently papplDeviceGetID will fail for network devices. Need to implement the SNMP queries for get the device ID using the connected address. | 1.0 | Implement papplDeviceGetID for network devices - Currently papplDeviceGetID will fail for network devices. Need to implement the SNMP queries for get the device ID using the connected address. | priority | implement pappldevicegetid for network devices currently pappldevicegetid will fail for network devices need to implement the snmp queries for get the device id using the connected address | 1 |
594,835 | 18,055,129,827 | IssuesEvent | 2021-09-20 07:07:51 | qutebrowser/qutebrowser | https://api.github.com/repos/qutebrowser/qutebrowser | opened | Improvements for :navigate prev/next heuristics | component: hints priority: 2 - low | As reported by keir in IRC, using `]]` on ddg result pages results in loading some kind of "more information" link for bangs being loaded, rather than the "more results" button. | 1.0 | Improvements for :navigate prev/next heuristics - As reported by keir in IRC, using `]]` on ddg result pages results in loading some kind of "more information" link for bangs being loaded, rather than the "more results" button. | priority | improvements for navigate prev next heuristics as reported by keir in irc using on ddg result pages results in loading some kind of more information link for bangs being loaded rather than the more results button | 1 |
429,654 | 12,426,820,684 | IssuesEvent | 2020-05-24 23:23:11 | kkkmail/ClmFSharp | https://api.github.com/repos/kkkmail/ClmFSharp | opened | Make interval to keep non-guaranteed messages configurable again | Priority: Low Type: Enhancement | The interval to keep messages with non-guaranteed delivery is now hard coded due to substantial refactoring of messaging client to make ti more responsive. Currently this is not a big deal.
Try making it configurable again but without blocking MailBoxProcessor. | 1.0 | Make interval to keep non-guaranteed messages configurable again - The interval to keep messages with non-guaranteed delivery is now hard coded due to substantial refactoring of messaging client to make ti more responsive. Currently this is not a big deal.
Try making it configurable again but without blocking MailBoxProcessor. | priority | make interval to keep non guaranteed messages configurable again the interval to keep messages with non guaranteed delivery is now hard coded due to substantial refactoring of messaging client to make ti more responsive currently this is not a big deal try making it configurable again but without blocking mailboxprocessor | 1 |
822,742 | 30,883,066,204 | IssuesEvent | 2023-08-03 19:13:38 | ramp4-pcar4/ramp4-pcar4 | https://api.github.com/repos/ramp4-pcar4/ramp4-pcar4 | closed | WebGL warnings in Firefox | flavour: bug priority: low type: corrective | Users are rewarded with a wall of yellow in the console when running RAMP4 in Firefox.
<img src="https://user-images.githubusercontent.com/89807997/230126770-0160a08f-d7d6-4253-9a36-342e4b2b18ae.PNG" width="300">
This bug has been noticed and should be fixed in an upcoming Firefox version (https://bugzilla.mozilla.org/show_bug.cgi?id=1822867), this issue exists just to track the change and can be closed when it gets resolved. | 1.0 | WebGL warnings in Firefox - Users are rewarded with a wall of yellow in the console when running RAMP4 in Firefox.
<img src="https://user-images.githubusercontent.com/89807997/230126770-0160a08f-d7d6-4253-9a36-342e4b2b18ae.PNG" width="300">
This bug has been noticed and should be fixed in an upcoming Firefox version (https://bugzilla.mozilla.org/show_bug.cgi?id=1822867), this issue exists just to track the change and can be closed when it gets resolved. | priority | webgl warnings in firefox users are rewarded with a wall of yellow in the console when running in firefox this bug has been noticed and should be fixed in an upcoming firefox version this issue exists just to track the change and can be closed when it gets resolved | 1 |
745,784 | 26,000,605,013 | IssuesEvent | 2022-12-20 15:03:00 | iterate-ch/cyberduck | https://api.github.com/repos/iterate-ch/cyberduck | closed | Incompatible with OpenSSH wildcard HostName | low priority enhancement sftp | > **f2a979c** created the issue
I have these rules set up in my `.ssh/config`:
```
Host *.*
HostName %h
Host *
HostName %h.myservers.com
```
This allows me to connect via the command line to subdomains of myservers.com without having to spell it out. For example:
```
ssh foo # connects to foo.myservers.com
```
Yet a connection to foo.bar.com will still go straight through as normal because OpenSSH will match the first `Host *.*` block and stop there. This isn't handled correctly by Cyberduck, though. Trying to connect via SFTP to foo.bar.com will return the following error:
DNS lookup for %h.myservers.com failed. DNS is the network service that translates a server name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing access to the network. | 1.0 | Incompatible with OpenSSH wildcard HostName - > **f2a979c** created the issue
I have these rules set up in my `.ssh/config`:
```
Host *.*
HostName %h
Host *
HostName %h.myservers.com
```
This allows me to connect via the command line to subdomains of myservers.com without having to spell it out. For example:
```
ssh foo # connects to foo.myservers.com
```
Yet a connection to foo.bar.com will still go straight through as normal because OpenSSH will match the first `Host *.*` block and stop there. This isn't handled correctly by Cyberduck, though. Trying to connect via SFTP to foo.bar.com will return the following error:
DNS lookup for %h.myservers.com failed. DNS is the network service that translates a server name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing access to the network. | priority | incompatible with openssh wildcard hostname created the issue i have these rules set up in my ssh config host hostname h host hostname h myservers com this allows me to connect via the command line to subdomains of myservers com without having to spell it out for example ssh foo connects to foo myservers com yet a connection to foo bar com will still go straight through as normal because openssh will match the first host block and stop there this isn t handled correctly by cyberduck though trying to connect via sftp to foo bar com will return the following error dns lookup for h myservers com failed dns is the network service that translates a server name to its internet address this error is most often caused by having no connection to the internet or a misconfigured network it can also be caused by an unresponsive dns server or a firewall preventing access to the network | 1 |
347,382 | 10,429,010,226 | IssuesEvent | 2019-09-17 00:57:12 | eveporcello/graphql-fun | https://api.github.com/repos/eveporcello/graphql-fun | opened | Handle Admin Logins | api low-priority schema security | Set Alex and Eve as administrators and make administrative stuff only available to users of this role. Currently we are using a secret phrase as the token, but if the app works we don't have to connect as test players, we can connect as administrators and control it.
- [ ] Separate Admin Schema Functionality
- [ ] Identify Administrator Role
- [ ] Allow Administrators to use Admin schema functionality
- [ ] Make sure regular playes do not even see the admin schema.
| 1.0 | Handle Admin Logins - Set Alex and Eve as administrators and make administrative stuff only available to users of this role. Currently we are using a secret phrase as the token, but if the app works we don't have to connect as test players, we can connect as administrators and control it.
- [ ] Separate Admin Schema Functionality
- [ ] Identify Administrator Role
- [ ] Allow Administrators to use Admin schema functionality
- [ ] Make sure regular playes do not even see the admin schema.
| priority | handle admin logins set alex and eve as administrators and make administrative stuff only available to users of this role currently we are using a secret phrase as the token but if the app works we don t have to connect as test players we can connect as administrators and control it separate admin schema functionality identify administrator role allow administrators to use admin schema functionality make sure regular playes do not even see the admin schema | 1 |
523,053 | 15,171,586,774 | IssuesEvent | 2021-02-13 04:03:27 | cpeditor/cpeditor | https://api.github.com/repos/cpeditor/cpeditor | opened | Breaking changes for CP Editor 7.0 in the future | low_priority preferences | There could be some changes that break something, especially the settings.
We can list them here, and apply them when we are ready for CP Editor 7.0.
- [ ] Drop support for the current editor themes. (#516)
- [ ] Change `CP Editor` in the config file path to `cpeditor`. We'll copy the old settings to the new location, but this could break things like scripts that backup the settings. | 1.0 | Breaking changes for CP Editor 7.0 in the future - There could be some changes that break something, especially the settings.
We can list them here, and apply them when we are ready for CP Editor 7.0.
- [ ] Drop support for the current editor themes. (#516)
- [ ] Change `CP Editor` in the config file path to `cpeditor`. We'll copy the old settings to the new location, but this could break things like scripts that backup the settings. | priority | breaking changes for cp editor in the future there could be some changes that break something especially the settings we can list them here and apply them when we are ready for cp editor drop support for the current editor themes change cp editor in the config file path to cpeditor we ll copy the old settings to the new location but this could break things like scripts that backup the settings | 1 |
663,766 | 22,205,745,918 | IssuesEvent | 2022-06-07 14:44:55 | ita-social-projects/horondi_client_fe | https://api.github.com/repos/ita-social-projects/horondi_client_fe | closed | [Wishlist] The price of product in wishlist is displayed incorrectly | bug FrontEnd part priority: low Functional | **Environment** Windows 10, Chrome Version 101.0.4951.67
**Reproducible:** Once
**Preconditions:**
Go to https://horondi-front-staging.azurewebsites.net/
*There was product added to wishlist previously
**Steps to reproduce:**
Click on heart icon in order to open Wishlist
Pay attention to price of product
**Actual result:** Price is displayed as NAN

**Expected result:** Price should be displayed correctly

| 1.0 | [Wishlist] The price of product in wishlist is displayed incorrectly - **Environment** Windows 10, Chrome Version 101.0.4951.67
**Reproducible:** Once
**Preconditions:**
Go to https://horondi-front-staging.azurewebsites.net/
*There was product added to wishlist previously
**Steps to reproduce:**
Click on heart icon in order to open Wishlist
Pay attention to price of product
**Actual result:** Price is displayed as NAN

**Expected result:** Price should be displayed correctly

| priority | the price of product in wishlist is displayed incorrectly environment windows chrome version reproducible once preconditions go to there was product added to wishlist previously steps to reproduce click on heart icon in order to open wishlist pay attention to price of product actual result price is displayed as nan expected result price should be displayed correctly | 1 |
147,514 | 5,641,294,609 | IssuesEvent | 2017-04-06 18:22:42 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | Consider defaulting to `linkshared` for libraries when bazel-building on Linux to improve debug build performance | priority: low | If building a set of tests or binaries in debug mode using bazel, you may notice slow read warnings such as this when linking or executing binaries:
```
Linking drake/examples/contact_model/rigid_grippSlow read: a 799007872-byte read from .../execroot/drake-distro/bazel-out/clang-3.9-linux-dbg/bin/drake/examples/schunk_wsg/schunk_wsg_simulation took 5999ms.
```
This could possibly be mitigated by defaulting to shared libraries on Linux.
Spoke to @david-german-tri, and the rationale for using static libraries was to make things simpler on Mac OSX and avoid issues such as #4952 and bazelbuild/bazel#507.
He mentioned that this could be accomplished with a `select` switch inside the `drake_cc_*` macros in `tools/drake.bzl`.
The workaround in this case is to follow the standard workflow to generally build in release mode (without `-c dbg` in your `~/.bazelrc` or bazel command), and only build in debug mode when needed. | 1.0 | Consider defaulting to `linkshared` for libraries when bazel-building on Linux to improve debug build performance - If building a set of tests or binaries in debug mode using bazel, you may notice slow read warnings such as this when linking or executing binaries:
```
Linking drake/examples/contact_model/rigid_grippSlow read: a 799007872-byte read from .../execroot/drake-distro/bazel-out/clang-3.9-linux-dbg/bin/drake/examples/schunk_wsg/schunk_wsg_simulation took 5999ms.
```
This could possibly be mitigated by defaulting to shared libraries on Linux.
Spoke to @david-german-tri, and the rationale for using static libraries was to make things simpler on Mac OSX and avoid issues such as #4952 and bazelbuild/bazel#507.
He mentioned that this could be accomplished with a `select` switch inside the `drake_cc_*` macros in `tools/drake.bzl`.
The workaround in this case is to follow the standard workflow to generally build in release mode (without `-c dbg` in your `~/.bazelrc` or bazel command), and only build in debug mode when needed. | priority | consider defaulting to linkshared for libraries when bazel building on linux to improve debug build performance if building a set of tests or binaries in debug mode using bazel you may notice slow read warnings such as this when linking or executing binaries linking drake examples contact model rigid grippslow read a byte read from execroot drake distro bazel out clang linux dbg bin drake examples schunk wsg schunk wsg simulation took this could possibly be mitigated by defaulting to shared libraries on linux spoke to david german tri and the rationale for using static libraries was to make things simpler on mac osx and avoid issues such as and bazelbuild bazel he mentioned that this could be accomplished with a select switch inside the drake cc macros in tools drake bzl the workaround in this case is to follow the standard workflow to generally build in release mode without c dbg in your bazelrc or bazel command and only build in debug mode when needed | 1 |
489,823 | 14,112,524,162 | IssuesEvent | 2020-11-07 05:54:22 | AY2021S1-CS2113T-W12-2/tp | https://api.github.com/repos/AY2021S1-CS2113T-W12-2/tp | closed | Sleep command to set sleep time | aspect.Feature priority.Low type.Task | `Timetable` contains a start and end hour. `sleep` command should allow the user to change these values.
`sleep s/sleep time (HHmm) w/wake up time (HHmm)` | 1.0 | Sleep command to set sleep time - `Timetable` contains a start and end hour. `sleep` command should allow the user to change these values.
`sleep s/sleep time (HHmm) w/wake up time (HHmm)` | priority | sleep command to set sleep time timetable contains a start and end hour sleep command should allow the user to change these values sleep s sleep time hhmm w wake up time hhmm | 1 |
201,581 | 7,033,842,143 | IssuesEvent | 2017-12-27 13:23:01 | Caleydo/lineupjs | https://api.github.com/repos/Caleydo/lineupjs | closed | ToolTip on hover in the table view in the whole area of the bar | priority: low | Currently the Tooltip appears only when hovering over the actual colored rectangle in histogram:

I would expect the ToolTip to appear even in the area that is dedicated to the bar, like here in the sketch below. It is highly useful to get the data when the bar is so small you cannot even see it...

| 1.0 | ToolTip on hover in the table view in the whole area of the bar - Currently the Tooltip appears only when hovering over the actual colored rectangle in histogram:

I would expect the ToolTip to appear even in the area that is dedicated to the bar, like here in the sketch below. It is highly useful to get the data when the bar is so small you cannot even see it...

| priority | tooltip on hover in the table view in the whole area of the bar currently the tooltip appears only when hovering over the actual colored rectangle in histogram i would expect the tooltip to appear even in the area that is dedicated to the bar like here in the sketch below it is highly useful to get the data when the bar is so small you cannot even see it | 1 |
205,828 | 7,106,502,843 | IssuesEvent | 2018-01-16 16:48:01 | ExtremeInteractive/zeplin | https://api.github.com/repos/ExtremeInteractive/zeplin | opened | Update dockerfile to use flag-based config and document in pages | To do enhancement good first issue help wanted priority [LOW] size [SMALL] | Currently the dockerfile doesn't utilize any of the existing flags provided by Zeplin and instead defaults to environment variables or config. | 1.0 | Update dockerfile to use flag-based config and document in pages - Currently the dockerfile doesn't utilize any of the existing flags provided by Zeplin and instead defaults to environment variables or config. | priority | update dockerfile to use flag based config and document in pages currently the dockerfile doesn t utilize any of the existing flags provided by zeplin and instead defaults to environment variables or config | 1 |
201,090 | 7,022,350,009 | IssuesEvent | 2017-12-22 10:09:57 | redsunservers/LoadoutBugTracker | https://api.github.com/repos/redsunservers/LoadoutBugTracker | closed | Self-made Hazardous environment charge overlaps the "Domination" text for the Domination box. | priority:low source:website type:bug | This is most likely due to it being a long name which may apply to other items with a long name as well.
Image:

| 1.0 | Self-made Hazardous environment charge overlaps the "Domination" text for the Domination box. - This is most likely due to it being a long name which may apply to other items with a long name as well.
Image:

| priority | self made hazardous environment charge overlaps the domination text for the domination box this is most likely due to it being a long name which may apply to other items with a long name as well image | 1 |
589,613 | 17,754,511,991 | IssuesEvent | 2021-08-28 13:34:17 | svthalia/discord-bot | https://api.github.com/repos/svthalia/discord-bot | closed | Use API v2 instead of v1 | chore priority: low | ### Describe the change
Use API v2 instead of v1.
### Motivation
Better API, with pagination etc. | 1.0 | Use API v2 instead of v1 - ### Describe the change
Use API v2 instead of v1.
### Motivation
Better API, with pagination etc. | priority | use api instead of describe the change use api instead of motivation better api with pagination etc | 1 |
587,995 | 17,644,715,572 | IssuesEvent | 2021-08-20 03:08:08 | webbukkit/dynmap | https://api.github.com/repos/webbukkit/dynmap | closed | [Feature Request] Clarify errors on first time-startup log | Low priority Feature Request | First time starting server with the dynmap plugin generates error:
`>.... [16:15:42 ERROR]: [dynmap] Error reading plugins/dynmap/markers.yml`
Other information:
- Paper version git-Paper-143 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT
- Dynmap v3.1-beta-2 | 1.0 | [Feature Request] Clarify errors on first time-startup log - First time starting server with the dynmap plugin generates error:
`>.... [16:15:42 ERROR]: [dynmap] Error reading plugins/dynmap/markers.yml`
Other information:
- Paper version git-Paper-143 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT
- Dynmap v3.1-beta-2 | priority | clarify errors on first time startup log first time starting server with the dynmap plugin generates error error reading plugins dynmap markers yml other information paper version git paper mc implementing api version snapshot dynmap beta | 1 |
596,183 | 18,099,503,698 | IssuesEvent | 2021-09-22 12:52:56 | Timonwa/pelumi-akintokun | https://api.github.com/repos/Timonwa/pelumi-akintokun | opened | Nav bar new style | bug update Low priority | I think I prefer the nav bar on smaller screen to slide from the top to bottom rather than come from the side. I think that is why the page is not sitting well in the browser and having over flow on the right side. | 1.0 | Nav bar new style - I think I prefer the nav bar on smaller screen to slide from the top to bottom rather than come from the side. I think that is why the page is not sitting well in the browser and having over flow on the right side. | priority | nav bar new style i think i prefer the nav bar on smaller screen to slide from the top to bottom rather than come from the side i think that is why the page is not sitting well in the browser and having over flow on the right side | 1 |
463,341 | 13,263,661,639 | IssuesEvent | 2020-08-21 01:15:23 | LLNL/PyDV | https://api.github.com/repos/LLNL/PyDV | closed | Allow math operations on curves that have been read but not yet plotted | Low Priority enhancement | From Caleb Mattoon:
Thanks for quick response on the previous bug report!
One other issue just popped up: currently we need to display curves before doing math operations on them. That's fine for a few curves, but gets messy if we want to sum a bunch together. Would be nice to be able to operate on anything that has been read in. Example:
```
[PyDV]: rd test.plt
[PyDV]: add 13:17
error - usage: add <curve-list>
[PyDV]: cur 13:17
[PyDV]: add a:e
```
this succeeds
One other comment on the add method: currently adding together piecewise-constant data produces a lin-lin interpolated curve. Would be better to return another piecewise-constant function. | 1.0 | Allow math operations on curves that have been read but not yet plotted - From Caleb Mattoon:
Thanks for quick response on the previous bug report!
One other issue just popped up: currently we need to display curves before doing math operations on them. That's fine for a few curves, but gets messy if we want to sum a bunch together. Would be nice to be able to operate on anything that has been read in. Example:
```
[PyDV]: rd test.plt
[PyDV]: add 13:17
error - usage: add <curve-list>
[PyDV]: cur 13:17
[PyDV]: add a:e
```
this succeeds
One other comment on the add method: currently adding together piecewise-constant data produces a lin-lin interpolated curve. Would be better to return another piecewise-constant function. | priority | allow math operations on curves that have been read but not yet plotted from caleb mattoon thanks for quick response on the previous bug report one other issue just popped up currently we need to display curves before doing math operations on them that s fine for a few curves but gets messy if we want to sum a bunch together would be nice to be able to operate on anything that has been read in example rd test plt add error usage add cur add a e this succeeds one other comment on the add method currently adding together piecewise constant data produces a lin lin interpolated curve would be better to return another piecewise constant function | 1 |
114,356 | 4,629,453,376 | IssuesEvent | 2016-09-28 09:18:36 | hfst/hfst | https://api.github.com/repos/hfst/hfst | closed | get backlinks | auto-migrated future low priority sourceforge spam | naturally like your web-site but you need to test the spelling on quite a few of your posts. A number of them are rife with spelling problems and I to find it very troublesome to tell the reality on the other hand Iˇll definitely come again again.
Reported by: *anonymous | 1.0 | get backlinks - naturally like your web-site but you need to test the spelling on quite a few of your posts. A number of them are rife with spelling problems and I to find it very troublesome to tell the reality on the other hand Iˇll definitely come again again.
Reported by: *anonymous | priority | get backlinks naturally like your web site but you need to test the spelling on quite a few of your posts a number of them are rife with spelling problems and i to find it very troublesome to tell the reality on the other hand iˇll definitely come again again reported by anonymous | 1 |
54,809 | 3,071,308,164 | IssuesEvent | 2015-08-19 11:11:58 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | opened | Вид списка файлов заменить с "древовидного" на обычный вид папок | Component-UI enhancement imported Priority-Low Usability | _From [bobrikov](https://code.google.com/u/bobrikov/) on August 29, 2010 09:37:55_
Было бы здорово иметь опию, чтобы просматривать списки файлов не как старый проводник, а как обычные папки, если так можно выразиться. Как по умолчанию в Windows. Чтобы были кнопки "папка вверх", поиск, назад вперед.
Ато всё меньше и меньше людей понимают, что это за дерево слева :(
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=143_ | 1.0 | Вид списка файлов заменить с "древовидного" на обычный вид папок - _From [bobrikov](https://code.google.com/u/bobrikov/) on August 29, 2010 09:37:55_
Было бы здорово иметь опию, чтобы просматривать списки файлов не как старый проводник, а как обычные папки, если так можно выразиться. Как по умолчанию в Windows. Чтобы были кнопки "папка вверх", поиск, назад вперед.
Ато всё меньше и меньше людей понимают, что это за дерево слева :(
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=143_ | priority | вид списка файлов заменить с древовидного на обычный вид папок from on august было бы здорово иметь опию чтобы просматривать списки файлов не как старый проводник а как обычные папки если так можно выразиться как по умолчанию в windows чтобы были кнопки папка вверх поиск назад вперед ато всё меньше и меньше людей понимают что это за дерево слева original issue | 1 |
736,796 | 25,488,507,366 | IssuesEvent | 2022-11-26 18:46:58 | Gogo1951/GDKPd-Classic | https://api.github.com/repos/Gogo1951/GDKPd-Classic | opened | Item Sell Price HIstory in Item Tooltip | Priority - 4 Low Type - New Functionality | Another future feature, since we'll have the data it'll be cool to show it a few more places. We can show what items when for in past auctions in the tooltips. | 1.0 | Item Sell Price HIstory in Item Tooltip - Another future feature, since we'll have the data it'll be cool to show it a few more places. We can show what items when for in past auctions in the tooltips. | priority | item sell price history in item tooltip another future feature since we ll have the data it ll be cool to show it a few more places we can show what items when for in past auctions in the tooltips | 1 |
98,754 | 4,030,966,222 | IssuesEvent | 2016-05-18 15:43:01 | newamericafoundation/newamerica-cms | https://api.github.com/repos/newamericafoundation/newamerica-cms | closed | Unpublished stories still show up in events content grid (and possibly elsewhere) | Done Low Priority May 2016 | From Tyler B:
I published an event -- A Conversation with David H. Petraeus -- and then unpublished it, but even after I do, it still shows up in the events tab listing:
https://na-production.herokuapp.com/events/?program_id=&date=%7B%22start%22%3A%222016-05-15%22%2C%22end%22%3A%222017-05-15%22%7D | 1.0 | Unpublished stories still show up in events content grid (and possibly elsewhere) - From Tyler B:
I published an event -- A Conversation with David H. Petraeus -- and then unpublished it, but even after I do, it still shows up in the events tab listing:
https://na-production.herokuapp.com/events/?program_id=&date=%7B%22start%22%3A%222016-05-15%22%2C%22end%22%3A%222017-05-15%22%7D | priority | unpublished stories still show up in events content grid and possibly elsewhere from tyler b i published an event a conversation with david h petraeus and then unpublished it but even after i do it still shows up in the events tab listing | 1 |
430,770 | 12,465,586,373 | IssuesEvent | 2020-05-28 14:15:47 | TaleTime/TaleTime | https://api.github.com/repos/TaleTime/TaleTime | closed | Automatischer Anmelde Prozess mit Testuser | kind/bug priority/low | *- Einloggen in Test User aber mit unbekannter Pin (1234)* | 1.0 | Automatischer Anmelde Prozess mit Testuser - *- Einloggen in Test User aber mit unbekannter Pin (1234)* | priority | automatischer anmelde prozess mit testuser einloggen in test user aber mit unbekannter pin | 1 |
451,954 | 13,044,087,404 | IssuesEvent | 2020-07-29 03:33:32 | Fermiac/woocommerce-siftscience | https://api.github.com/repos/Fermiac/woocommerce-siftscience | closed | public static modifier -out of context- | low priority | settings form elements should declare constants rather than modifiable statics | 1.0 | public static modifier -out of context- - settings form elements should declare constants rather than modifiable statics | priority | public static modifier out of context settings form elements should declare constants rather than modifiable statics | 1 |
422,300 | 12,269,584,061 | IssuesEvent | 2020-05-07 14:17:03 | CDH-Studio/UpSkill | https://api.github.com/repos/CDH-Studio/UpSkill | closed | Translate all of the create profile flow | Low Priority UI | **Describe the bug**
Some part of the create profile flow are not translated and some UI changes need to be done for the French text to be all viewable
**Screenshots**

| 1.0 | Translate all of the create profile flow - **Describe the bug**
Some part of the create profile flow are not translated and some UI changes need to be done for the French text to be all viewable
**Screenshots**

| priority | translate all of the create profile flow describe the bug some part of the create profile flow are not translated and some ui changes need to be done for the french text to be all viewable screenshots | 1 |
228,614 | 7,564,753,159 | IssuesEvent | 2018-04-21 01:09:00 | ReikaKalseki/Reika_Mods_Issues | https://api.github.com/repos/ReikaKalseki/Reika_Mods_Issues | closed | RotaryCraft - screwdriver rotating to invalid positions | Bug Low Priority RotaryCraft Uncertain Fixability | As of V19c, you can use the screwdriver to rotate vanilla levers into invalid orientation, making them fall the next time you trigger name.

| 1.0 | RotaryCraft - screwdriver rotating to invalid positions - As of V19c, you can use the screwdriver to rotate vanilla levers into invalid orientation, making them fall the next time you trigger name.

| priority | rotarycraft screwdriver rotating to invalid positions as of you can use the screwdriver to rotate vanilla levers into invalid orientation making them fall the next time you trigger name | 1 |
774,265 | 27,190,283,476 | IssuesEvent | 2023-02-19 18:11:43 | UTDNebula/planner | https://api.github.com/repos/UTDNebula/planner | closed | [Feature Request] Make Generic Button | Good First Issue Priority: Low | ## Overview
Make a generic button component that is used for all buttons in our app.
### Implementation
- We sort of have a button type, which is in ``src/components/credits/Button.tsx``.
- Make the new one in ``src/components/Button.tsx``.
- Here's an idea of what it could look like: https://github.com/benawad/dogehouse/blob/staging/kibbeh/src/ui/Button.tsx | 1.0 | [Feature Request] Make Generic Button - ## Overview
Make a generic button component that is used for all buttons in our app.
### Implementation
- We sort of have a button type, which is in ``src/components/credits/Button.tsx``.
- Make the new one in ``src/components/Button.tsx``.
- Here's an idea of what it could look like: https://github.com/benawad/dogehouse/blob/staging/kibbeh/src/ui/Button.tsx | priority | make generic button overview make a generic button component that is used for all buttons in our app implementation we sort of have a button type which is in src components credits button tsx make the new one in src components button tsx here s an idea of what it could look like | 1 |
351,348 | 10,516,102,268 | IssuesEvent | 2019-09-28 15:06:57 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth | closed | wc_dwarf_armory5_desc | :beetle: bug - localization :scroll: :grey_exclamation: priority low | **Mod Version**
7d8e47e
**Please explain your issue in as much detail as possible:**
wc_dwarf_armory5_desc talks about Magni forging Ashbringer before Magni forged Ashbringer.
**Upload screenshots of the problem localization:**
<details>
<summary>Click to expand</summary>

</details> | 1.0 | wc_dwarf_armory5_desc - **Mod Version**
7d8e47e
**Please explain your issue in as much detail as possible:**
wc_dwarf_armory5_desc talks about Magni forging Ashbringer before Magni forged Ashbringer.
**Upload screenshots of the problem localization:**
<details>
<summary>Click to expand</summary>

</details> | priority | wc dwarf desc mod version please explain your issue in as much detail as possible wc dwarf desc talks about magni forging ashbringer before magni forged ashbringer upload screenshots of the problem localization click to expand | 1 |
743,152 | 25,888,938,073 | IssuesEvent | 2022-12-14 16:26:51 | Eonasdan/tempus-dominus | https://api.github.com/repos/Eonasdan/tempus-dominus | closed | Locales are not properly importable in Typescript | Type: Bug State: Waiting feedback v6 Area: TypeScript Priority: Low | ### Prerequisites
- [X] I have [searched](https://github.com/Eonasdan/tempus-dominus/issues?q=is%3Aissue) for duplicate or closed issues.
- [X] I have validated my setup against the latest version on [StackBlitz](https://stackblitz.com/edit/tempus-dominus-v6-simple-setup).
- [X] I have read the [contributing guidelines](https://github.com/Eonasdan/tempus-dominus/blob/master/.github/CONTRIBUTING.md).
### Describe the issue
According to the documentation for Typescript you simply have to import the locale files directly, but Typescript is throwing errors about missing declaration files, whilst this does not immediately inhibit runtime functionality, it should also not throw errors and just provide the typings correctly.
### StackBlitz fork
https://stackblitz.com/edit/v6-typescript-d6rf8f?file=index.ts
### What operating system(s) are you seeing the problem on?
Windows
### What browser(s) are you seeing the problem on?
Chrome
### What version of are you using? You can find this information from the sample StackBlitz.
6.2.7
### What your browser's locale? You can find this information from the sample StackBlitz.
nl-NL | 1.0 | Locales are not properly importable in Typescript - ### Prerequisites
- [X] I have [searched](https://github.com/Eonasdan/tempus-dominus/issues?q=is%3Aissue) for duplicate or closed issues.
- [X] I have validated my setup against the latest version on [StackBlitz](https://stackblitz.com/edit/tempus-dominus-v6-simple-setup).
- [X] I have read the [contributing guidelines](https://github.com/Eonasdan/tempus-dominus/blob/master/.github/CONTRIBUTING.md).
### Describe the issue
According to the documentation for Typescript you simply have to import the locale files directly, but Typescript is throwing errors about missing declaration files, whilst this does not immediately inhibit runtime functionality, it should also not throw errors and just provide the typings correctly.
### StackBlitz fork
https://stackblitz.com/edit/v6-typescript-d6rf8f?file=index.ts
### What operating system(s) are you seeing the problem on?
Windows
### What browser(s) are you seeing the problem on?
Chrome
### What version of are you using? You can find this information from the sample StackBlitz.
6.2.7
### What your browser's locale? You can find this information from the sample StackBlitz.
nl-NL | priority | locales are not properly importable in typescript prerequisites i have for duplicate or closed issues i have validated my setup against the latest version on i have read the describe the issue according to the documentation for typescript you simply have to import the locale files directly but typescript is throwing errors about missing declaration files whilst this does not immediately inhibit runtime functionality it should also not throw errors and just provide the typings correctly stackblitz fork what operating system s are you seeing the problem on windows what browser s are you seeing the problem on chrome what version of are you using you can find this information from the sample stackblitz what your browser s locale you can find this information from the sample stackblitz nl nl | 1 |
76,822 | 3,493,888,364 | IssuesEvent | 2016-01-05 06:39:20 | OpenBazaar/OpenBazaar-Client | https://api.github.com/repos/OpenBazaar/OpenBazaar-Client | closed | Add "Create Another Listing" button | enhancement Low Priority | When a store is finished adding one listing, it brings them to the page viewing that listing. If they want to add another listing, it's not clear how to do that. They would need to click the Store tab again, which isn't intuitive because it's already selected:

I suggest that we add a button just to the left of the "Edit" button that says "Create Another Listing" or something to that effect, so that it would be easier to continue adding listings in a row. | 1.0 | Add "Create Another Listing" button - When a store is finished adding one listing, it brings them to the page viewing that listing. If they want to add another listing, it's not clear how to do that. They would need to click the Store tab again, which isn't intuitive because it's already selected:

I suggest that we add a button just to the left of the "Edit" button that says "Create Another Listing" or something to that effect, so that it would be easier to continue adding listings in a row. | priority | add create another listing button when a store is finished adding one listing it brings them to the page viewing that listing if they want to add another listing it s not clear how to do that they would need to click the store tab again which isn t intuitive because it s already selected i suggest that we add a button just to the left of the edit button that says create another listing or something to that effect so that it would be easier to continue adding listings in a row | 1 |
796,637 | 28,121,158,308 | IssuesEvent | 2023-03-31 14:19:44 | woocommerce/google-listings-and-ads | https://api.github.com/repos/woocommerce/google-listings-and-ads | opened | test_disable_promotion failing locally | priority: low needs investigation | ### Describe the bug:
When running the GLA unit tests locally the `test_disable_promotion` in `WCCouponAdapterTest` is failing because of unexpected datetimes. Tests are all passing on GH so this is not a high-priority issue but may need to be investigated further.

### Expected behavior:
Tests should pass regardless of the environment they are run in. | 1.0 | test_disable_promotion failing locally - ### Describe the bug:
When running the GLA unit tests locally the `test_disable_promotion` in `WCCouponAdapterTest` is failing because of unexpected datetimes. Tests are all passing on GH so this is not a high-priority issue but may need to be investigated further.

### Expected behavior:
Tests should pass regardless of the environment they are run in. | priority | test disable promotion failing locally describe the bug when running the gla unit tests locally the test disable promotion in wccouponadaptertest is failing because of unexpected datetimes tests are all passing on gh so this is not a high priority issue but may need to be investigated further expected behavior tests should pass regardless of the environment they are run in | 1 |
354,528 | 10,568,931,467 | IssuesEvent | 2019-10-06 16:15:05 | OperationCode/front-end | https://api.github.com/repos/OperationCode/front-end | opened | Migrate off of enzyme to react testing-library | Hacktoberfest Priority: Low Type: Developer Experience / Refactoring | # Feature request
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Using react testing-library means our tests will be more centered around the DOM and I’ll have more confidence in their value. Also, our tests will be less likely to change.
## Proposed solution
<!-- A clear and concise description of what you want to happen. -->
- Uninstall all enzyme dependencies
- Redo all tests using enzyme with react testing-library.
- Remove the lint rule banning enzyme imports.
Note: this is a lot of work for a single PR. Feel free to do this in small chunks! | 1.0 | Migrate off of enzyme to react testing-library - # Feature request
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Using react testing-library means our tests will be more centered around the DOM and I’ll have more confidence in their value. Also, our tests will be less likely to change.
## Proposed solution
<!-- A clear and concise description of what you want to happen. -->
- Uninstall all enzyme dependencies
- Redo all tests using enzyme with react testing-library.
- Remove the lint rule banning enzyme imports.
Note: this is a lot of work for a single PR. Feel free to do this in small chunks! | priority | migrate off of enzyme to react testing library feature request using react testing library means our tests will be more centered around the dom and i’ll have more confidence in their value also our tests will be less likely to change proposed solution uninstall all enzyme dependencies redo all tests using enzyme with react testing library remove the lint rule banning enzyme imports note this is a lot of work for a single pr feel free to do this in small chunks | 1 |
455,412 | 13,126,340,546 | IssuesEvent | 2020-08-06 08:25:08 | qutebrowser/qutebrowser | https://api.github.com/repos/qutebrowser/qutebrowser | opened | Hide statusbar/tabbar with :fullscreen | priority: 2 - low | There should be some way to hide the statusbar/tabbar with `:fullscreen` (say, `:fullscreen --full` :laughing:). While setting `statusbar.hide` and `tabs.hide` kinda works, its not per-window.
See https://www.reddit.com/r/qutebrowser/comments/i4dksh/two_missing_features_maybe/ | 1.0 | Hide statusbar/tabbar with :fullscreen - There should be some way to hide the statusbar/tabbar with `:fullscreen` (say, `:fullscreen --full` :laughing:). While setting `statusbar.hide` and `tabs.hide` kinda works, its not per-window.
See https://www.reddit.com/r/qutebrowser/comments/i4dksh/two_missing_features_maybe/ | priority | hide statusbar tabbar with fullscreen there should be some way to hide the statusbar tabbar with fullscreen say fullscreen full laughing while setting statusbar hide and tabs hide kinda works its not per window see | 1 |
60,310 | 3,122,605,079 | IssuesEvent | 2015-09-06 17:58:38 | CSLD/CSLD | https://api.github.com/repos/CSLD/CSLD | closed | Design "Přidat hru" | Bug GUI Low Priority | 5. Předvyplnit všechny políčka v Registrace a Přidat hru a dát je šedě (jednoduše přes html5 nebo složitěji přes js, byl tam tuším js) | 1.0 | Design "Přidat hru" - 5. Předvyplnit všechny políčka v Registrace a Přidat hru a dát je šedě (jednoduše přes html5 nebo složitěji přes js, byl tam tuším js) | priority | design přidat hru předvyplnit všechny políčka v registrace a přidat hru a dát je šedě jednoduše přes nebo složitěji přes js byl tam tuším js | 1 |
314,776 | 9,602,855,355 | IssuesEvent | 2019-05-10 15:31:25 | NoahvdAa/NM | https://api.github.com/repos/NoahvdAa/NM | closed | Floating Action Buttons for calendar look weird on small screens. | bug low priority visual issue | The Floating Action Buttons that are displayed in the calendar tab (to open the menu / date picker) look weird on small screens:

| 1.0 | Floating Action Buttons for calendar look weird on small screens. - The Floating Action Buttons that are displayed in the calendar tab (to open the menu / date picker) look weird on small screens:

| priority | floating action buttons for calendar look weird on small screens the floating action buttons that are displayed in the calendar tab to open the menu date picker look weird on small screens | 1 |
361,157 | 10,705,113,574 | IssuesEvent | 2019-10-24 13:08:26 | laterpay/laterpay-wordpress-plugin | https://api.github.com/repos/laterpay/laterpay-wordpress-plugin | closed | Contributions Getting Started Instructions | Low Priority | # User Story
As a new LaterPay Plugin merchant, I would like to have instructions easily visible as I click through the plugin so that I know exactly what to do.
# Acceptance Criteria
- Add the following instructions with the functionality outlined [here](https://github.com/laterpay/laterpay-wordpress-plugin/issues/1178) to the Contributions tab
English | German
-- | --
Optional To request contributions, use the editor below to configure your contributions request then copy the shortcode anywhere on your site. | Optional. Um Contributions anzulegen, verwenden Sie den untenstehenden Editor, um Ihre Contributions-Aufforderung zu konfigurieren und kopieren Sie dann den Shortcode an eine beliebige Stelle auf Ihrer Website.
| 1.0 | Contributions Getting Started Instructions - # User Story
As a new LaterPay Plugin merchant, I would like to have instructions easily visible as I click through the plugin so that I know exactly what to do.
# Acceptance Criteria
- Add the following instructions with the functionality outlined [here](https://github.com/laterpay/laterpay-wordpress-plugin/issues/1178) to the Contributions tab
English | German
-- | --
Optional To request contributions, use the editor below to configure your contributions request then copy the shortcode anywhere on your site. | Optional. Um Contributions anzulegen, verwenden Sie den untenstehenden Editor, um Ihre Contributions-Aufforderung zu konfigurieren und kopieren Sie dann den Shortcode an eine beliebige Stelle auf Ihrer Website.
| priority | contributions getting started instructions user story as a new laterpay plugin merchant i would like to have instructions easily visible as i click through the plugin so that i know exactly what to do acceptance criteria add the following instructions with the functionality outlined to the contributions tab english german optional to request contributions use the editor below to configure your contributions request then copy the shortcode anywhere on your site optional um contributions anzulegen verwenden sie den untenstehenden editor um ihre contributions aufforderung zu konfigurieren und kopieren sie dann den shortcode an eine beliebige stelle auf ihrer website | 1 |
522,745 | 15,167,108,513 | IssuesEvent | 2021-02-12 17:17:57 | netdata/netdata | https://api.github.com/repos/netdata/netdata | closed | Annotations / time related tags | area/daemon area/health area/web feature request priority/low | One interesting feature is annotations.
Annotations are just labeled points in time. All these could be annotations:
1. started / stopped docker/container X
2. database cleanup started / stopped
3. ssh login / logout of users (with the username)
4. backup started / ended
Considerations:
1. Do we need only global annotation or annotations per dimension or per chart could be useful too? The internal round robin database of netdata already has support of them at the dimension level.
2. Do we need a central annotations server? Each netdata will have its own annotation database, but do we also need a central repository of all annotations?
3. Will annotations slow down chart refreshes? If they will, we need to find a way of supporting them efficiently (possibly stop auto-refresh when annotations are shown, or have a special always-shown header chart on the dashboards that will visualize the annotation points).
4. Annotations will be rotated, much like the chart data, but do we need something like an RSS feed for them? If we do, then probably we will also need a central annotations server to aggregate annotations from multiple netdata servers, to one RSS feed.
| 1.0 | Annotations / time related tags - One interesting feature is annotations.
Annotations are just labeled points in time. All these could be annotations:
1. started / stopped docker/container X
2. database cleanup started / stopped
3. ssh login / logout of users (with the username)
4. backup started / ended
Considerations:
1. Do we need only global annotation or annotations per dimension or per chart could be useful too? The internal round robin database of netdata already has support of them at the dimension level.
2. Do we need a central annotations server? Each netdata will have its own annotation database, but do we also need a central repository of all annotations?
3. Will annotations slow down chart refreshes? If they will, we need to find a way of supporting them efficiently (possibly stop auto-refresh when annotations are shown, or have a special always-shown header chart on the dashboards that will visualize the annotation points).
4. Annotations will be rotated, much like the chart data, but do we need something like an RSS feed for them? If we do, then probably we will also need a central annotations server to aggregate annotations from multiple netdata servers, to one RSS feed.
| priority | annotations time related tags one interesting feature is annotations annotations are just labeled points in time all these could be annotations started stopped docker container x database cleanup started stopped ssh login logout of users with the username backup started ended considerations do we need only global annotation or annotations per dimension or per chart could be useful too the internal round robin database of netdata already has support of them at the dimension level do we need a central annotations server each netdata will have its own annotation database but do we also need a central repository of all annotations will annotations slow down chart refreshes if they will we need to find a way of supporting them efficiently possibly stop auto refresh when annotations are shown or have a special always shown header chart on the dashboards that will visualize the annotation points annotations will be rotated much like the chart data but do we need something like an rss feed for them if we do then probably we will also need a central annotations server to aggregate annotations from multiple netdata servers to one rss feed | 1 |
805,315 | 29,517,510,959 | IssuesEvent | 2023-06-04 17:08:00 | oppia/oppia-android | https://api.github.com/repos/oppia/oppia-android | closed | Status bar color fix for pre-lollipop versions | Priority: Essential Type: Task Impact: Low Issue: Needs Clarification ibt bug | Reference: https://stackoverflow.com/questions/22192291/how-to-change-the-status-bar-color-in-android/26215844#26215844
The status bar color in various android screens is inconsistent. Update status bar color code as per the mocks and spreadsheet:
https://docs.google.com/spreadsheets/d/1XphP6nWoUdOZn9pY2kdgfqMWfJjMfKMb98MXM5rp2HY/edit#gid=0
https://xd.adobe.com/view/e8aa4198-3940-47f9-514a-f41cc54457f6-9e9b/
Comment Reference: https://github.com/oppia/oppia-android/pull/1023#issuecomment-623466182
| 1.0 | Status bar color fix for pre-lollipop versions - Reference: https://stackoverflow.com/questions/22192291/how-to-change-the-status-bar-color-in-android/26215844#26215844
The status bar color in various android screens is inconsistent. Update status bar color code as per the mocks and spreadsheet:
https://docs.google.com/spreadsheets/d/1XphP6nWoUdOZn9pY2kdgfqMWfJjMfKMb98MXM5rp2HY/edit#gid=0
https://xd.adobe.com/view/e8aa4198-3940-47f9-514a-f41cc54457f6-9e9b/
Comment Reference: https://github.com/oppia/oppia-android/pull/1023#issuecomment-623466182
| priority | status bar color fix for pre lollipop versions reference the status bar color in various android screens is inconsistent update status bar color code as per the mocks and spreadsheet comment reference | 1 |
150,447 | 5,767,272,168 | IssuesEvent | 2017-04-27 09:33:41 | HGustavs/LenaSYS | https://api.github.com/repos/HGustavs/LenaSYS | closed | Text submissions can show highscore. | bug DuggaSys Group-1 lowPriority | When i was submitting my daily report i found this interesting bug where i press reset and it shows me the high score at the top of the window, since i haven't gotten a grade for it and since high score on a written exam doesn't make much sense i question its existence. Especially since it was hidden before i pressed reset.

| 1.0 | Text submissions can show highscore. - When i was submitting my daily report i found this interesting bug where i press reset and it shows me the high score at the top of the window, since i haven't gotten a grade for it and since high score on a written exam doesn't make much sense i question its existence. Especially since it was hidden before i pressed reset.

| priority | text submissions can show highscore when i was submitting my daily report i found this interesting bug where i press reset and it shows me the high score at the top of the window since i haven t gotten a grade for it and since high score on a written exam doesn t make much sense i question its existence especially since it was hidden before i pressed reset | 1 |
137,907 | 5,319,389,863 | IssuesEvent | 2017-02-14 06:46:53 | pmem/issues | https://api.github.com/repos/pmem/issues | opened | unit tests: vmem_stats/TEST1: SETUP (all/none/debug/pmemcheck) fails | Exposure: Low OS: Linux Priority: 4 low Type: Bug | Revision: 0fd509d73382160069b98525597976e20d98f1ea
> vmem_stats/TEST1: SETUP (all/none/debug/pmemcheck)
> vmem_stats/TEST1: START: vmem_stats
> [MATCHING FAILED, COMPLETE FILE (grep1.log) BELOW]
> ___ Begin jemalloc statistics ___
> Allocated: 0, active: 0, mapped: 0
> Current active ceiling: 0
> chunks: nchunks highchunks curchunks
> 0 0 0
>
> arenas[0]:
> assigned threads: 0
> dss allocation precedence: secondary
> dirty pages: 0:0 active:dirty, 0 sweeps, 0 madvises, 0 purged
> allocated nmalloc ndalloc nrequests
> small: 0 0 0 0
> large: 0 0 0 0
> huge: 0 0 0 0
> total: 0 0 0 0
> active: 0
> mapped: 0
> bins: bin size regs pgs allocated nmalloc ndalloc nrequests nfills nflushes newruns reruns curruns
> [0..27]
> large: size pages nmalloc ndalloc nrequests curruns
> [1018]
> --- End jemalloc statistics ---
> ___ Begin jemalloc statistics ___
> Allocated: 448, active: 28672, mapped: 4194304
> Current active ceiling: 4194304
> chunks: nchunks highchunks curchunks
> 1 1 1
>
> arenas[0]:
> assigned threads: 1
> dss allocation precedence: secondary
> dirty pages: 7:0 active:dirty, 0 sweeps, 0 madvises, 0 purged
> allocated nmalloc ndalloc nrequests
> small: 448 1 0 1
> large: 0 0 0 0
> huge: 0 0 0 0
> total: 448 1 0 1
> active: 28672
> mapped: 4194304
> bins: bin size regs pgs allocated nmalloc ndalloc newruns reruns curruns
> [0..14]
> 15 448 55 7 448 1 0 1 0 1
> [16..27]
> large: size pages nmalloc ndalloc nrequests curruns
> [1018]
> --- End jemalloc statistics ---
>
> [EOF]
> grep1.log.match:1 ___ Begin jemalloc statistics ___
> grep1.log:1 ___ Begin jemalloc statistics ___
> grep1.log.match:2 Allocated: 0, active: 0, mapped: $(*)
> grep1.log:2 Allocated: 0, active: 0, mapped: 0
> grep1.log.match:3 Current active ceiling: $(*)
> grep1.log:3 Current active ceiling: 0
> grep1.log.match:4 chunks: nchunks highchunks curchunks
> grep1.log:4 chunks: nchunks highchunks curchunks
> grep1.log.match:5 $(*) $(*) $(*)
> grep1.log:5 0 0 0
> grep1.log.match:6
> grep1.log:6
> grep1.log.match:7 arenas[0]:
> grep1.log:7 arenas[0]:
> grep1.log.match:8 assigned threads: $(*)
> grep1.log:8 assigned threads: 0
> grep1.log.match:9 dss allocation precedence: $(*)
> grep1.log:9 dss allocation precedence: secondary
> grep1.log.match:10 dirty pages: $(*):$(*) active:dirty, $(*) sweeps, $(*) madvises, $(*) purged
> grep1.log:10 dirty pages: 0:0 active:dirty, 0 sweeps, 0 madvises, 0 purged
> grep1.log.match:11 allocated nmalloc ndalloc nrequests
> grep1.log:11 allocated nmalloc ndalloc nrequests
> grep1.log.match:12 small: 0 0 0 0
> grep1.log:12 small: 0 0 0 0
> grep1.log.match:13 large: 0 0 0 0
> grep1.log:13 large: 0 0 0 0
> grep1.log.match:14 huge: 0 0 0 0
> grep1.log:14 huge: 0 0 0 0
> grep1.log.match:15 total: 0 0 0 0
> grep1.log:15 total: 0 0 0 0
> grep1.log.match:16 active: 0
> grep1.log:16 active: 0
> grep1.log.match:17 mapped: 0
> grep1.log:17 mapped: 0
> grep1.log.match:18 bins: bin size regs pgs allocated nmalloc ndalloc nrequests nfills nflushes newruns reruns curruns
> grep1.log:18 bins: bin size regs pgs allocated nmalloc ndalloc nrequests nfills nflushes newruns reruns curruns
> grep1.log.match:19 $(*)
> grep1.log:19 [0..27]
> grep1.log.match:20 $(*)
> grep1.log:20 large: size pages nmalloc ndalloc nrequests curruns
> grep1.log.match:21 $(*)
> grep1.log:21 [1018]
> grep1.log.match:22 --- End jemalloc statistics ---
> grep1.log:22 --- End jemalloc statistics ---
> grep1.log.match:23 ___ Begin jemalloc statistics ___
> grep1.log:23 ___ Begin jemalloc statistics ___
> grep1.log.match:24 Allocated: 60992, active: 61440, mapped: $(*)
> grep1.log:24 Allocated: 448, active: 28672, mapped: 4194304
> FAIL: match: grep1.log.match:24 did not match pattern
> RUNTESTS: stopping: vmem_stats/TEST1 failed, TEST=all FS=none BUILD=debug | 1.0 | unit tests: vmem_stats/TEST1: SETUP (all/none/debug/pmemcheck) fails - Revision: 0fd509d73382160069b98525597976e20d98f1ea
> vmem_stats/TEST1: SETUP (all/none/debug/pmemcheck)
> vmem_stats/TEST1: START: vmem_stats
> [MATCHING FAILED, COMPLETE FILE (grep1.log) BELOW]
> ___ Begin jemalloc statistics ___
> Allocated: 0, active: 0, mapped: 0
> Current active ceiling: 0
> chunks: nchunks highchunks curchunks
> 0 0 0
>
> arenas[0]:
> assigned threads: 0
> dss allocation precedence: secondary
> dirty pages: 0:0 active:dirty, 0 sweeps, 0 madvises, 0 purged
> allocated nmalloc ndalloc nrequests
> small: 0 0 0 0
> large: 0 0 0 0
> huge: 0 0 0 0
> total: 0 0 0 0
> active: 0
> mapped: 0
> bins: bin size regs pgs allocated nmalloc ndalloc nrequests nfills nflushes newruns reruns curruns
> [0..27]
> large: size pages nmalloc ndalloc nrequests curruns
> [1018]
> --- End jemalloc statistics ---
> ___ Begin jemalloc statistics ___
> Allocated: 448, active: 28672, mapped: 4194304
> Current active ceiling: 4194304
> chunks: nchunks highchunks curchunks
> 1 1 1
>
> arenas[0]:
> assigned threads: 1
> dss allocation precedence: secondary
> dirty pages: 7:0 active:dirty, 0 sweeps, 0 madvises, 0 purged
> allocated nmalloc ndalloc nrequests
> small: 448 1 0 1
> large: 0 0 0 0
> huge: 0 0 0 0
> total: 448 1 0 1
> active: 28672
> mapped: 4194304
> bins: bin size regs pgs allocated nmalloc ndalloc newruns reruns curruns
> [0..14]
> 15 448 55 7 448 1 0 1 0 1
> [16..27]
> large: size pages nmalloc ndalloc nrequests curruns
> [1018]
> --- End jemalloc statistics ---
>
> [EOF]
> grep1.log.match:1 ___ Begin jemalloc statistics ___
> grep1.log:1 ___ Begin jemalloc statistics ___
> grep1.log.match:2 Allocated: 0, active: 0, mapped: $(*)
> grep1.log:2 Allocated: 0, active: 0, mapped: 0
> grep1.log.match:3 Current active ceiling: $(*)
> grep1.log:3 Current active ceiling: 0
> grep1.log.match:4 chunks: nchunks highchunks curchunks
> grep1.log:4 chunks: nchunks highchunks curchunks
> grep1.log.match:5 $(*) $(*) $(*)
> grep1.log:5 0 0 0
> grep1.log.match:6
> grep1.log:6
> grep1.log.match:7 arenas[0]:
> grep1.log:7 arenas[0]:
> grep1.log.match:8 assigned threads: $(*)
> grep1.log:8 assigned threads: 0
> grep1.log.match:9 dss allocation precedence: $(*)
> grep1.log:9 dss allocation precedence: secondary
> grep1.log.match:10 dirty pages: $(*):$(*) active:dirty, $(*) sweeps, $(*) madvises, $(*) purged
> grep1.log:10 dirty pages: 0:0 active:dirty, 0 sweeps, 0 madvises, 0 purged
> grep1.log.match:11 allocated nmalloc ndalloc nrequests
> grep1.log:11 allocated nmalloc ndalloc nrequests
> grep1.log.match:12 small: 0 0 0 0
> grep1.log:12 small: 0 0 0 0
> grep1.log.match:13 large: 0 0 0 0
> grep1.log:13 large: 0 0 0 0
> grep1.log.match:14 huge: 0 0 0 0
> grep1.log:14 huge: 0 0 0 0
> grep1.log.match:15 total: 0 0 0 0
> grep1.log:15 total: 0 0 0 0
> grep1.log.match:16 active: 0
> grep1.log:16 active: 0
> grep1.log.match:17 mapped: 0
> grep1.log:17 mapped: 0
> grep1.log.match:18 bins: bin size regs pgs allocated nmalloc ndalloc nrequests nfills nflushes newruns reruns curruns
> grep1.log:18 bins: bin size regs pgs allocated nmalloc ndalloc nrequests nfills nflushes newruns reruns curruns
> grep1.log.match:19 $(*)
> grep1.log:19 [0..27]
> grep1.log.match:20 $(*)
> grep1.log:20 large: size pages nmalloc ndalloc nrequests curruns
> grep1.log.match:21 $(*)
> grep1.log:21 [1018]
> grep1.log.match:22 --- End jemalloc statistics ---
> grep1.log:22 --- End jemalloc statistics ---
> grep1.log.match:23 ___ Begin jemalloc statistics ___
> grep1.log:23 ___ Begin jemalloc statistics ___
> grep1.log.match:24 Allocated: 60992, active: 61440, mapped: $(*)
> grep1.log:24 Allocated: 448, active: 28672, mapped: 4194304
> FAIL: match: grep1.log.match:24 did not match pattern
> RUNTESTS: stopping: vmem_stats/TEST1 failed, TEST=all FS=none BUILD=debug | priority | unit tests vmem stats setup all none debug pmemcheck fails revision vmem stats setup all none debug pmemcheck vmem stats start vmem stats begin jemalloc statistics allocated active mapped current active ceiling chunks nchunks highchunks curchunks arenas assigned threads dss allocation precedence secondary dirty pages active dirty sweeps madvises purged allocated nmalloc ndalloc nrequests small large huge total active mapped bins bin size regs pgs allocated nmalloc ndalloc nrequests nfills nflushes newruns reruns curruns large size pages nmalloc ndalloc nrequests curruns end jemalloc statistics begin jemalloc statistics allocated active mapped current active ceiling chunks nchunks highchunks curchunks arenas assigned threads dss allocation precedence secondary dirty pages active dirty sweeps madvises purged allocated nmalloc ndalloc nrequests small large huge total active mapped bins bin size regs pgs allocated nmalloc ndalloc newruns reruns curruns large size pages nmalloc ndalloc nrequests curruns end jemalloc statistics log match begin jemalloc statistics log begin jemalloc statistics log match allocated active mapped log allocated active mapped log match current active ceiling log current active ceiling log match chunks nchunks highchunks curchunks log chunks nchunks highchunks curchunks log match log log match log log match arenas log arenas log match assigned threads log assigned threads log match dss allocation precedence log dss allocation precedence secondary log match dirty pages active dirty sweeps madvises purged log dirty pages active dirty sweeps madvises purged log match allocated nmalloc ndalloc nrequests log allocated nmalloc ndalloc nrequests log match small log small log match large log large log match huge log huge log match total log total log match active log active log match mapped log mapped log match bins bin size regs pgs allocated nmalloc ndalloc nrequests nfills nflushes newruns reruns curruns log bins bin size regs pgs allocated nmalloc ndalloc nrequests nfills nflushes newruns reruns curruns log match log log match log large size pages nmalloc ndalloc nrequests curruns log match log log match end jemalloc statistics log end jemalloc statistics log match begin jemalloc statistics log begin jemalloc statistics log match allocated active mapped log allocated active mapped fail match log match did not match pattern runtests stopping vmem stats failed test all fs none build debug | 1 |
299,552 | 9,205,608,069 | IssuesEvent | 2019-03-08 11:04:37 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | SPIT does allow to connect to PostGIS | Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **Maciej Sieczka -** (Maciej Sieczka -)
Original Redmine Issue: 930, https://issues.qgis.org/issues/930
Original Assignee: nobody -
---
In SPIT I have setup the connection. The "Test Connect" says: "Connection to <database name here> was successfull". However, the "Connect" button in SPIT is greyed-out, inactive.
The same connection setup that SPIT refuses to use works OK for "Add a [[PostGIS]] Layer" dialog.
If in SPIT I choose a shapefile and press OK anyway, even though it seems I'm not connected (the "Connect" button is greyed-out all the time) and press OK, SPIT segfaults like described in the bug #865 (reported 2 months ago).
---
- [patch_for_bug_930.txt](https://issues.qgis.org/attachments/download/1994/patch_for_bug_930.txt) (Jürgen Fischer) | 1.0 | SPIT does allow to connect to PostGIS - ---
Author Name: **Maciej Sieczka -** (Maciej Sieczka -)
Original Redmine Issue: 930, https://issues.qgis.org/issues/930
Original Assignee: nobody -
---
In SPIT I have setup the connection. The "Test Connect" says: "Connection to <database name here> was successfull". However, the "Connect" button in SPIT is greyed-out, inactive.
The same connection setup that SPIT refuses to use works OK for "Add a [[PostGIS]] Layer" dialog.
If in SPIT I choose a shapefile and press OK anyway, even though it seems I'm not connected (the "Connect" button is greyed-out all the time) and press OK, SPIT segfaults like described in the bug #865 (reported 2 months ago).
---
- [patch_for_bug_930.txt](https://issues.qgis.org/attachments/download/1994/patch_for_bug_930.txt) (Jürgen Fischer) | priority | spit does allow to connect to postgis author name maciej sieczka maciej sieczka original redmine issue original assignee nobody in spit i have setup the connection the test connect says connection to was successfull however the connect button in spit is greyed out inactive the same connection setup that spit refuses to use works ok for add a layer dialog if in spit i choose a shapefile and press ok anyway even though it seems i m not connected the connect button is greyed out all the time and press ok spit segfaults like described in the bug reported months ago jürgen fischer | 1 |
170,862 | 6,473,291,622 | IssuesEvent | 2017-08-17 15:35:55 | Animus-Intelligence/omni | https://api.github.com/repos/Animus-Intelligence/omni | opened | Add documentation for submodule animuslib | Effort: Low Priority: Low | After refactoring with the submodule, we need to make sure documentation is updated to include instructions for cloning the submodules as well. | 1.0 | Add documentation for submodule animuslib - After refactoring with the submodule, we need to make sure documentation is updated to include instructions for cloning the submodules as well. | priority | add documentation for submodule animuslib after refactoring with the submodule we need to make sure documentation is updated to include instructions for cloning the submodules as well | 1 |
757,331 | 26,507,305,404 | IssuesEvent | 2023-01-18 14:43:22 | spinalcordtoolbox/spinalcordtoolbox | https://api.github.com/repos/spinalcordtoolbox/spinalcordtoolbox | reopened | Provide solutions for registration of lumbar data | sct_register_to_template priority:LOW feature user requested | We should provide a satisfactory solution for every users working with thoraco/lumbar data. Currently, registration to the template is not easy.
Some thoughts:
- Create a cauda equinea label in the PAM50 template
Ref:
- https://forum.spinalcordmri.org/t/labels-for-lumbar-spinal-level/737/5 | 1.0 | Provide solutions for registration of lumbar data - We should provide a satisfactory solution for every users working with thoraco/lumbar data. Currently, registration to the template is not easy.
Some thoughts:
- Create a cauda equinea label in the PAM50 template
Ref:
- https://forum.spinalcordmri.org/t/labels-for-lumbar-spinal-level/737/5 | priority | provide solutions for registration of lumbar data we should provide a satisfactory solution for every users working with thoraco lumbar data currently registration to the template is not easy some thoughts create a cauda equinea label in the template ref | 1 |
249,449 | 7,962,008,665 | IssuesEvent | 2018-07-13 12:58:21 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Grid Filter buttons overlapping in row mode with Bootstrap v3 theme | Appearance Bug C: Grid Kendo1 Priority 1 SEV: Low | ### Bug report
Grid Filter buttons overlapping in row mode with Bootstrap v3 theme.
### Reproduction of the problem
1. https://demos.telerik.com/kendo-ui/grid/filter-row
1. Change the theme to Bootstrap v3
1. Apply a filter
### Expected/desired behavior
https://dojo.telerik.com/efEGIsit/2
### Environment
* **Kendo UI version:** 2018.2.516
* **Browser:** [all]
| 1.0 | Grid Filter buttons overlapping in row mode with Bootstrap v3 theme - ### Bug report
Grid Filter buttons overlapping in row mode with Bootstrap v3 theme.
### Reproduction of the problem
1. https://demos.telerik.com/kendo-ui/grid/filter-row
1. Change the theme to Bootstrap v3
1. Apply a filter
### Expected/desired behavior
https://dojo.telerik.com/efEGIsit/2
### Environment
* **Kendo UI version:** 2018.2.516
* **Browser:** [all]
| priority | grid filter buttons overlapping in row mode with bootstrap theme bug report grid filter buttons overlapping in row mode with bootstrap theme reproduction of the problem change the theme to bootstrap apply a filter expected desired behavior environment kendo ui version browser | 1 |
301,152 | 9,216,571,314 | IssuesEvent | 2019-03-11 08:31:35 | ryonakano/reco | https://api.github.com/repos/ryonakano/reco | reopened | Provide localized screenshots to AppCenter | Bitesize Priority: Low | …when 1.1.0 is ready to release.
```xml
<screenshots>
<screenshot type="default">
<caption>The FooBar main window.</caption>
<image type="source" width="1600" height="900">https://example.com/foobar/screenshot-1.png</image>
<image type="source" width="1600" height="900" xml:lang="de_DE">https://example.com/foobar/screenshot-1-de_DE.png</image>
<image type="source" width="1600" height="900" xml:lang="fr_FR">https://example.com/foobar/screenshot-1-fr_FR.png</image>
</screenshot>
<screenshot>
<caption>Foobar showing the frobnicate functionality.</caption>
<image type="source" width="1600" height="900">https://example.com/foobar/screenshot-2.png</image>
<image type="source" width="1600" height="900" xml:lang="de_DE">https://example.com/foobar/screenshot-2-de_DE.png</image>
<image type="source" width="1600" height="900" xml:lang="fr_FR">https://example.com/foobar/screenshot-2-fr_FR.png</image>
</screenshot>
</screenshots>
```
Reference: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-screenshots
| 1.0 | Provide localized screenshots to AppCenter - …when 1.1.0 is ready to release.
```xml
<screenshots>
<screenshot type="default">
<caption>The FooBar main window.</caption>
<image type="source" width="1600" height="900">https://example.com/foobar/screenshot-1.png</image>
<image type="source" width="1600" height="900" xml:lang="de_DE">https://example.com/foobar/screenshot-1-de_DE.png</image>
<image type="source" width="1600" height="900" xml:lang="fr_FR">https://example.com/foobar/screenshot-1-fr_FR.png</image>
</screenshot>
<screenshot>
<caption>Foobar showing the frobnicate functionality.</caption>
<image type="source" width="1600" height="900">https://example.com/foobar/screenshot-2.png</image>
<image type="source" width="1600" height="900" xml:lang="de_DE">https://example.com/foobar/screenshot-2-de_DE.png</image>
<image type="source" width="1600" height="900" xml:lang="fr_FR">https://example.com/foobar/screenshot-2-fr_FR.png</image>
</screenshot>
</screenshots>
```
Reference: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-screenshots
| priority | provide localized screenshots to appcenter …when is ready to release xml the foobar main window foobar showing the frobnicate functionality reference | 1 |
401,771 | 11,797,583,552 | IssuesEvent | 2020-03-18 13:00:29 | ooni/ooni.org | https://api.github.com/repos/ooni/ooni.org | opened | Come up with plan for permalinks for research reports | discuss priority/low website | As @xhdix pointed out we now list all our research reports at `ooni.org/report`, but then the links are pointing to `ooni.org/post/REPORT_NAME`.
The reason to do it that way was to avoid breaking permalinks and not have to setup 302 redirects for every page.
We should consider if it makes sense to setup redirects and adjust the canonical location. | 1.0 | Come up with plan for permalinks for research reports - As @xhdix pointed out we now list all our research reports at `ooni.org/report`, but then the links are pointing to `ooni.org/post/REPORT_NAME`.
The reason to do it that way was to avoid breaking permalinks and not have to setup 302 redirects for every page.
We should consider if it makes sense to setup redirects and adjust the canonical location. | priority | come up with plan for permalinks for research reports as xhdix pointed out we now list all our research reports at ooni org report but then the links are pointing to ooni org post report name the reason to do it that way was to avoid breaking permalinks and not have to setup redirects for every page we should consider if it makes sense to setup redirects and adjust the canonical location | 1 |
28,581 | 2,707,937,960 | IssuesEvent | 2015-04-08 03:49:49 | cs2103jan2015-w14-2j/main | https://api.github.com/repos/cs2103jan2015-w14-2j/main | closed | A user should be able to see his schedule in different formats... | priority.low | ...so as to see the schedule from different perspectives? | 1.0 | A user should be able to see his schedule in different formats... - ...so as to see the schedule from different perspectives? | priority | a user should be able to see his schedule in different formats so as to see the schedule from different perspectives | 1 |
504,820 | 14,621,421,196 | IssuesEvent | 2020-12-22 21:37:49 | bounswe/bounswe2020group7 | https://api.github.com/repos/bounswe/bounswe2020group7 | opened | Frontend/Android - Notification Times | Priority: Low Status: Waiting For Response Subteam: Android Subteam: Frontend Type: Improvement | It is just my opinion but I think if we show the creation date of notifications it can be better. Can you also show the creation date of notifications on UI. If you want I can format the format of the value returned from `/profile/notifications` endpoint. | 1.0 | Frontend/Android - Notification Times - It is just my opinion but I think if we show the creation date of notifications it can be better. Can you also show the creation date of notifications on UI. If you want I can format the format of the value returned from `/profile/notifications` endpoint. | priority | frontend android notification times it is just my opinion but i think if we show the creation date of notifications it can be better can you also show the creation date of notifications on ui if you want i can format the format of the value returned from profile notifications endpoint | 1 |
722,500 | 24,864,651,991 | IssuesEvent | 2022-10-27 10:56:43 | primefaces/primevue | https://api.github.com/repos/primefaces/primevue | closed | InputMask focus behaviour | enhancement priority - low |
**I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primevue/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=110
```
**Plunkr Case (Bug Reports)**
https://codesandbox.io/s/green-lake-lgn7g?file=/src/InputMaskDemo.vue
**Current behavior**
I'm using input mask, and if you click in an empty input, it places the cursor at the start, if you, however, move the mouse 1px to the right whilst clicking, its puts the cursor to the end, which is strange behaviour for an empty input
**Expected behavior**
to have a way to not be able to select the end of an empty input
**Minimal reproduction of the problem with instructions**
as above
**What is the motivation / use case for changing the behavior?**
unwanted behaviour
**Please tell us about your environment:**
<!-- Operating system, IDE, package manager, HTTP server, ... -->
* **Vue version:** 3.0.6
* **PrimeVue version:** 3.4.0
* **Browser:** all | 1.0 | InputMask focus behaviour -
**I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primevue/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=110
```
**Plunkr Case (Bug Reports)**
https://codesandbox.io/s/green-lake-lgn7g?file=/src/InputMaskDemo.vue
**Current behavior**
I'm using input mask, and if you click in an empty input, it places the cursor at the start, if you, however, move the mouse 1px to the right whilst clicking, its puts the cursor to the end, which is strange behaviour for an empty input
**Expected behavior**
to have a way to not be able to select the end of an empty input
**Minimal reproduction of the problem with instructions**
as above
**What is the motivation / use case for changing the behavior?**
unwanted behaviour
**Please tell us about your environment:**
<!-- Operating system, IDE, package manager, HTTP server, ... -->
* **Vue version:** 3.0.6
* **PrimeVue version:** 3.4.0
* **Browser:** all | priority | inputmask focus behaviour i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see plunkr case bug reports current behavior i m using input mask and if you click in an empty input it places the cursor at the start if you however move the mouse to the right whilst clicking its puts the cursor to the end which is strange behaviour for an empty input expected behavior to have a way to not be able to select the end of an empty input minimal reproduction of the problem with instructions as above what is the motivation use case for changing the behavior unwanted behaviour please tell us about your environment vue version primevue version browser all | 1 |
382,266 | 11,303,188,385 | IssuesEvent | 2020-01-17 19:29:28 | Cakasim/php-payone-sdk | https://api.github.com/repos/Cakasim/php-payone-sdk | closed | Provide ConfigExceptionInterface | Priority: Low Status: Accepted Type: Improvement | The configuration component uses its own exception. An interface must be provided for this exception. | 1.0 | Provide ConfigExceptionInterface - The configuration component uses its own exception. An interface must be provided for this exception. | priority | provide configexceptioninterface the configuration component uses its own exception an interface must be provided for this exception | 1 |
786,818 | 27,694,786,131 | IssuesEvent | 2023-03-14 00:42:40 | grain-lang/grain | https://api.github.com/repos/grain-lang/grain | closed | compiler: Add Support For Decimal Scientific Notation | low-priority compiler syntax | A definition can be found here https://en.cppreference.com/w/cpp/language/floating_literal
Grain already supports this in `parseFloat` the implementation is rather small it can be found here [atof Implementation for it](https://github.com/grain-lang/grain/blob/84e6e5457c0a26622e4949bc66839c98c99d1b07/stdlib/runtime/atof/parse.gr#L94)
This isn't overly useful from a high level persepctive but given its a low maintence feature and it is useful for lower level programming it would be handy to have for use in the runtime. | 1.0 | compiler: Add Support For Decimal Scientific Notation - A definition can be found here https://en.cppreference.com/w/cpp/language/floating_literal
Grain already supports this in `parseFloat` the implementation is rather small it can be found here [atof Implementation for it](https://github.com/grain-lang/grain/blob/84e6e5457c0a26622e4949bc66839c98c99d1b07/stdlib/runtime/atof/parse.gr#L94)
This isn't overly useful from a high level persepctive but given its a low maintence feature and it is useful for lower level programming it would be handy to have for use in the runtime. | priority | compiler add support for decimal scientific notation a definition can be found here grain already supports this in parsefloat the implementation is rather small it can be found here this isn t overly useful from a high level persepctive but given its a low maintence feature and it is useful for lower level programming it would be handy to have for use in the runtime | 1 |
698,569 | 23,985,304,932 | IssuesEvent | 2022-09-13 18:30:16 | Valks-Games/sankari | https://api.github.com/repos/Valks-Games/sankari | closed | Self referencing loop detected for property 'Multiplayer' with type 'Godot.MultiplayerAPI' | low priority | Using `.PrintFull()` on `OtherPlayers` in a for loop causes this exception. *(note not sure if for loop matters, may still cause issue outside of for loop)*

```
Unhandled Exception:
Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Multiplayer' with type 'Godot.MultiplayerAPI'. Path '0.Multiplayer.RootNode'.
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00107] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContainerContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.Serialization.JsonContract& memberContract, System.Object& memberValue) [0x000cd] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0008d] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x000b2] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0008d] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x000b2] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0008d] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x000b2] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeDictionary (Newtonsoft.Json.JsonWriter writer, System.Collections.IDictionary values, Newtonsoft.Json.Serialization.JsonDictionaryContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0017b] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0013e] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize (Newtonsoft.Json.JsonWriter jsonWriter, System.Object value, System.Type objectType) [0x00079] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonSerializer.SerializeInternal (Newtonsoft.Json.JsonWriter jsonWriter, System.Object value, System.Type objectType) [0x0023a] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonSerializer.Serialize (Newtonsoft.Json.JsonWriter jsonWriter, System.Object value, System.Type objectType) [0x00000] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonConvert.SerializeObjectInternal (System.Object value, System.Type type, Newtonsoft.Json.JsonSerializer jsonSerializer) [0x00028] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonConvert.SerializeObject (System.Object value, System.Type type, Newtonsoft.Json.Formatting formatting, Newtonsoft.Json.JsonSerializerSettings settings) [0x0000e] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonConvert.SerializeObject (System.Object value, Newtonsoft.Json.Formatting formatting, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonConvert.SerializeObject (System.Object value, Newtonsoft.Json.Formatting formatting) [0x00000] in <f74995119334484fb6db6825be2eac0d>:0
at Sankari.CollectionExtensions.PrintFull (System.Object v) [0x00000] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at Sankari.SPacketPlayerPositions.Handle () [0x000b2] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at Sankari.GodotCommands.Update () [0x00142] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at Sankari.Netcode.Net.Update () [0x0006e] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at Sankari.GameManager.Update () [0x00068] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at Sankari.Linker._Process (System.Single delta) [0x00074] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) [0x00000] in <c84d94161bca414384015e66544862cf>:0
at Godot.GodotSynchronizationContext.ExecutePendingContinuations () [0x00021] in <8c99985ff12947baa88b379583357ac3>:0
at Godot.GodotTaskScheduler.Activate () [0x0000e] in <8c99985ff12947baa88b379583357ac3>:0
at (wrapper native-to-managed) Godot.GodotTaskScheduler.Activate(Godot.GodotTaskScheduler,System.Exception&)
``` | 1.0 | Self referencing loop detected for property 'Multiplayer' with type 'Godot.MultiplayerAPI' - Using `.PrintFull()` on `OtherPlayers` in a for loop causes this exception. *(note not sure if for loop matters, may still cause issue outside of for loop)*

```
Unhandled Exception:
Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Multiplayer' with type 'Godot.MultiplayerAPI'. Path '0.Multiplayer.RootNode'.
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00107] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContainerContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.Serialization.JsonContract& memberContract, System.Object& memberValue) [0x000cd] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0008d] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x000b2] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0008d] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x000b2] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0008d] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x000b2] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeDictionary (Newtonsoft.Json.JsonWriter writer, System.Collections.IDictionary values, Newtonsoft.Json.Serialization.JsonDictionaryContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0017b] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0013e] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize (Newtonsoft.Json.JsonWriter jsonWriter, System.Object value, System.Type objectType) [0x00079] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonSerializer.SerializeInternal (Newtonsoft.Json.JsonWriter jsonWriter, System.Object value, System.Type objectType) [0x0023a] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonSerializer.Serialize (Newtonsoft.Json.JsonWriter jsonWriter, System.Object value, System.Type objectType) [0x00000] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonConvert.SerializeObjectInternal (System.Object value, System.Type type, Newtonsoft.Json.JsonSerializer jsonSerializer) [0x00028] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonConvert.SerializeObject (System.Object value, System.Type type, Newtonsoft.Json.Formatting formatting, Newtonsoft.Json.JsonSerializerSettings settings) [0x0000e] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonConvert.SerializeObject (System.Object value, Newtonsoft.Json.Formatting formatting, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <f74995119334484fb6db6825be2eac0d>:0
at Newtonsoft.Json.JsonConvert.SerializeObject (System.Object value, Newtonsoft.Json.Formatting formatting) [0x00000] in <f74995119334484fb6db6825be2eac0d>:0
at Sankari.CollectionExtensions.PrintFull (System.Object v) [0x00000] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at Sankari.SPacketPlayerPositions.Handle () [0x000b2] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at Sankari.GodotCommands.Update () [0x00142] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at Sankari.Netcode.Net.Update () [0x0006e] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at Sankari.GameManager.Update () [0x00068] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at Sankari.Linker._Process (System.Single delta) [0x00074] in <91acbc8dbaa249b6880ca81698d1b12e>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) [0x00000] in <c84d94161bca414384015e66544862cf>:0
at Godot.GodotSynchronizationContext.ExecutePendingContinuations () [0x00021] in <8c99985ff12947baa88b379583357ac3>:0
at Godot.GodotTaskScheduler.Activate () [0x0000e] in <8c99985ff12947baa88b379583357ac3>:0
at (wrapper native-to-managed) Godot.GodotTaskScheduler.Activate(Godot.GodotTaskScheduler,System.Exception&)
``` | priority | self referencing loop detected for property multiplayer with type godot multiplayerapi using printfull on otherplayers in a for loop causes this exception note not sure if for loop matters may still cause issue outside of for loop unhandled exception newtonsoft json jsonserializationexception self referencing loop detected for property multiplayer with type godot multiplayerapi path multiplayer rootnode at newtonsoft json serialization jsonserializerinternalwriter checkforcircularreference newtonsoft json jsonwriter writer system object value newtonsoft json serialization jsonproperty property newtonsoft json serialization jsoncontract contract newtonsoft json serialization jsoncontainercontract containercontract newtonsoft json serialization jsonproperty containerproperty in at newtonsoft json serialization jsonserializerinternalwriter calculatepropertyvalues newtonsoft json jsonwriter writer system object value newtonsoft json serialization jsoncontainercontract contract newtonsoft json serialization jsonproperty member newtonsoft json serialization jsonproperty property newtonsoft json serialization jsoncontract membercontract system object membervalue in at newtonsoft json serialization jsonserializerinternalwriter serializeobject newtonsoft json jsonwriter writer system object value newtonsoft json serialization jsonobjectcontract contract newtonsoft json serialization jsonproperty member newtonsoft json serialization jsoncontainercontract collectioncontract newtonsoft json serialization jsonproperty containerproperty in at newtonsoft json serialization jsonserializerinternalwriter serializevalue newtonsoft json jsonwriter writer system object value newtonsoft json serialization jsoncontract valuecontract newtonsoft json serialization jsonproperty member newtonsoft json serialization jsoncontainercontract containercontract newtonsoft json serialization jsonproperty containerproperty in at newtonsoft json serialization jsonserializerinternalwriter serializeobject newtonsoft json jsonwriter writer system object value newtonsoft json serialization jsonobjectcontract contract newtonsoft json serialization jsonproperty member newtonsoft json serialization jsoncontainercontract collectioncontract newtonsoft json serialization jsonproperty containerproperty in at newtonsoft json serialization jsonserializerinternalwriter serializevalue newtonsoft json jsonwriter writer system object value newtonsoft json serialization jsoncontract valuecontract newtonsoft json serialization jsonproperty member newtonsoft json serialization jsoncontainercontract containercontract newtonsoft json serialization jsonproperty containerproperty in at newtonsoft json serialization jsonserializerinternalwriter serializeobject newtonsoft json jsonwriter writer system object value newtonsoft json serialization jsonobjectcontract contract newtonsoft json serialization jsonproperty member newtonsoft json serialization jsoncontainercontract collectioncontract newtonsoft json serialization jsonproperty containerproperty in at newtonsoft json serialization jsonserializerinternalwriter serializevalue newtonsoft json jsonwriter writer system object value newtonsoft json serialization jsoncontract valuecontract newtonsoft json serialization jsonproperty member newtonsoft json serialization jsoncontainercontract containercontract newtonsoft json serialization jsonproperty containerproperty in at newtonsoft json serialization jsonserializerinternalwriter serializedictionary newtonsoft json jsonwriter writer system collections idictionary values newtonsoft json serialization jsondictionarycontract contract newtonsoft json serialization jsonproperty member newtonsoft json serialization jsoncontainercontract collectioncontract newtonsoft json serialization jsonproperty containerproperty in at newtonsoft json serialization jsonserializerinternalwriter serializevalue newtonsoft json jsonwriter writer system object value newtonsoft json serialization jsoncontract valuecontract newtonsoft json serialization jsonproperty member newtonsoft json serialization jsoncontainercontract containercontract newtonsoft json serialization jsonproperty containerproperty in at newtonsoft json serialization jsonserializerinternalwriter serialize newtonsoft json jsonwriter jsonwriter system object value system type objecttype in at newtonsoft json jsonserializer serializeinternal newtonsoft json jsonwriter jsonwriter system object value system type objecttype in at newtonsoft json jsonserializer serialize newtonsoft json jsonwriter jsonwriter system object value system type objecttype in at newtonsoft json jsonconvert serializeobjectinternal system object value system type type newtonsoft json jsonserializer jsonserializer in at newtonsoft json jsonconvert serializeobject system object value system type type newtonsoft json formatting formatting newtonsoft json jsonserializersettings settings in at newtonsoft json jsonconvert serializeobject system object value newtonsoft json formatting formatting newtonsoft json jsonserializersettings settings in at newtonsoft json jsonconvert serializeobject system object value newtonsoft json formatting formatting in at sankari collectionextensions printfull system object v in at sankari spacketplayerpositions handle in at sankari godotcommands update in at sankari netcode net update in at sankari gamemanager update in at sankari linker process system single delta in at system runtime compilerservices asyncmethodbuildercore c b system object state in at godot godotsynchronizationcontext executependingcontinuations in at godot godottaskscheduler activate in at wrapper native to managed godot godottaskscheduler activate godot godottaskscheduler system exception | 1 |
137,411 | 5,309,364,913 | IssuesEvent | 2017-02-12 09:34:38 | jpcsupplies/Economy_mod | https://api.github.com/repos/jpcsupplies/Economy_mod | opened | [suggestion] Scrolly text in corner LCDS like wall street stock tickers. | enhancement Low Priority | If we want to expand support to the new corner LCDs i suppose we could make them scrolly text like they have on stock ticker displays.
eg:
<<<< 15 Oxygen Tanks: Buy: 1000 / Sell 1200 Each <<<< 21 Hydrogen Tank: Buy: 1000 / Sell 1200 Each, Etc Etc
Either scrolling to the Left, or Each item flashes on screen, or scrolls to the left appropriate to fit font size, then flips to the next item a few secs later and so on. Rinse repeat.
Can probably work with all the usual category/stock keywords just needs to detect the LCD type. | 1.0 | [suggestion] Scrolly text in corner LCDS like wall street stock tickers. - If we want to expand support to the new corner LCDs i suppose we could make them scrolly text like they have on stock ticker displays.
eg:
<<<< 15 Oxygen Tanks: Buy: 1000 / Sell 1200 Each <<<< 21 Hydrogen Tank: Buy: 1000 / Sell 1200 Each, Etc Etc
Either scrolling to the Left, or Each item flashes on screen, or scrolls to the left appropriate to fit font size, then flips to the next item a few secs later and so on. Rinse repeat.
Can probably work with all the usual category/stock keywords just needs to detect the LCD type. | priority | scrolly text in corner lcds like wall street stock tickers if we want to expand support to the new corner lcds i suppose we could make them scrolly text like they have on stock ticker displays eg oxygen tanks buy sell each hydrogen tank buy sell each etc etc either scrolling to the left or each item flashes on screen or scrolls to the left appropriate to fit font size then flips to the next item a few secs later and so on rinse repeat can probably work with all the usual category stock keywords just needs to detect the lcd type | 1 |
153,903 | 5,905,620,419 | IssuesEvent | 2017-05-19 13:19:52 | HGustavs/LenaSYS | https://api.github.com/repos/HGustavs/LenaSYS | closed | Closing the dialog menu when clicking on remove diagram. | Group-4 lowPriority | Some user feedback indicated that it would be a good idea to close the menu when a user clicks on the "remove diagram" option. | 1.0 | Closing the dialog menu when clicking on remove diagram. - Some user feedback indicated that it would be a good idea to close the menu when a user clicks on the "remove diagram" option. | priority | closing the dialog menu when clicking on remove diagram some user feedback indicated that it would be a good idea to close the menu when a user clicks on the remove diagram option | 1 |
514,003 | 14,931,182,720 | IssuesEvent | 2021-01-25 05:09:39 | nnstreamer/nnstreamer | https://api.github.com/repos/nnstreamer/nnstreamer | closed | [Experimental] Pipeline Description in pbtxt | backlog low priority | Describe pipelines in pbtxt, in the long term search for being compatible with mediapipe. | 1.0 | [Experimental] Pipeline Description in pbtxt - Describe pipelines in pbtxt, in the long term search for being compatible with mediapipe. | priority | pipeline description in pbtxt describe pipelines in pbtxt in the long term search for being compatible with mediapipe | 1 |
369,684 | 10,916,369,356 | IssuesEvent | 2019-11-21 13:13:39 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | Document Viewer | Search does not handle multiple words or line breaks | bug-medium-priority caseflow-reader priority-low whiskey | # Description
When searching a PDF... I can only search one word at a time
## Reproduction Steps
**Scenario 1 -**
1. Go to view a PDF
1. Search for `word`
1. Get a match
1. Search for `word `
1. Get a match
1. Search for `two words`
1. Be forever alone
**Validated in the following Environment(s)**
- [ ] Dev
- [ ] UAT
- [X] Preprod
- [ ] Prod
## Screenshots
**_Scenario 1 - [No match]_**
<img width="1032" alt="screen shot 2017-09-27 at 7 09 58 pm" src="https://user-images.githubusercontent.com/18075411/30942325-43a6c4ac-a3b8-11e7-93bf-489e4cee4171.png">
<img width="795" alt="screen shot 2017-09-27 at 7 16 06 pm" src="https://user-images.githubusercontent.com/18075411/30942332-58813696-a3b8-11e7-9d6c-d2a1cc3e6b45.png">
# Related Issues
**_Support_**
**_Engineering_**
| 2.0 | Document Viewer | Search does not handle multiple words or line breaks - # Description
When searching a PDF... I can only search one word at a time
## Reproduction Steps
**Scenario 1 -**
1. Go to view a PDF
1. Search for `word`
1. Get a match
1. Search for `word `
1. Get a match
1. Search for `two words`
1. Be forever alone
**Validated in the following Environment(s)**
- [ ] Dev
- [ ] UAT
- [X] Preprod
- [ ] Prod
## Screenshots
**_Scenario 1 - [No match]_**
<img width="1032" alt="screen shot 2017-09-27 at 7 09 58 pm" src="https://user-images.githubusercontent.com/18075411/30942325-43a6c4ac-a3b8-11e7-93bf-489e4cee4171.png">
<img width="795" alt="screen shot 2017-09-27 at 7 16 06 pm" src="https://user-images.githubusercontent.com/18075411/30942332-58813696-a3b8-11e7-9d6c-d2a1cc3e6b45.png">
# Related Issues
**_Support_**
**_Engineering_**
| priority | document viewer search does not handle multiple words or line breaks description when searching a pdf i can only search one word at a time reproduction steps scenario go to view a pdf search for word get a match search for word get a match search for two words be forever alone validated in the following environment s dev uat preprod prod screenshots scenario img width alt screen shot at pm src img width alt screen shot at pm src related issues support engineering | 1 |
635,885 | 20,512,806,404 | IssuesEvent | 2022-03-01 08:42:46 | mlr-org/mlr3 | https://api.github.com/repos/mlr-org/mlr3 | closed | Add option to disable assertions | Priority: Low Status: On Hold Type: Enhancement | Not sure if this is really a good idea. Maybe collect examples here when this would be useful? | 1.0 | Add option to disable assertions - Not sure if this is really a good idea. Maybe collect examples here when this would be useful? | priority | add option to disable assertions not sure if this is really a good idea maybe collect examples here when this would be useful | 1 |
379,169 | 11,216,881,923 | IssuesEvent | 2020-01-07 07:47:42 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1290] Iron Rock Drill recipe seems wrong. | Low Priority Verified | All Iron tools use Iron bar and Hewn Log, but only Iron Rock Drill use Lumber instead Hewn Log.

| 1.0 | [0.9.0 staging-1290] Iron Rock Drill recipe seems wrong. - All Iron tools use Iron bar and Hewn Log, but only Iron Rock Drill use Lumber instead Hewn Log.

| priority | iron rock drill recipe seems wrong all iron tools use iron bar and hewn log but only iron rock drill use lumber instead hewn log | 1 |
391,717 | 11,577,813,809 | IssuesEvent | 2020-02-21 14:49:16 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | net: dns: mDNS resolving fails when responder is also enabled | area: Networking bug has-pr priority: low | https://github.com/zephyrproject-rtos/zephyr/pull/18797 introduced the possibility to enable both mDNS responder and resolver at the same time. Now all multicast packets are correctly received by each subsystem.
There is an issue now with a setup with 2 zephyr nodes with both resolver and responder enabled and actively resolving names. The resolver submodule will receive mDNS queries instead of only answers this will make name resolving fail.
The following call will fail because it only excepts to receive mDNS answers and not queries.
https://github.com/zephyrproject-rtos/zephyr/blob/3d5c911612443be815f7842bfadf7817d61f9375/subsys/net/lib/dns/resolve.c#L409
https://github.com/zephyrproject-rtos/zephyr/blob/3d5c911612443be815f7842bfadf7817d61f9375/subsys/net/lib/dns/dns_pack.c#L195
It will then call the mDNS resolver callback with a failed status. | 1.0 | net: dns: mDNS resolving fails when responder is also enabled - https://github.com/zephyrproject-rtos/zephyr/pull/18797 introduced the possibility to enable both mDNS responder and resolver at the same time. Now all multicast packets are correctly received by each subsystem.
There is an issue now with a setup with 2 zephyr nodes with both resolver and responder enabled and actively resolving names. The resolver submodule will receive mDNS queries instead of only answers this will make name resolving fail.
The following call will fail because it only excepts to receive mDNS answers and not queries.
https://github.com/zephyrproject-rtos/zephyr/blob/3d5c911612443be815f7842bfadf7817d61f9375/subsys/net/lib/dns/resolve.c#L409
https://github.com/zephyrproject-rtos/zephyr/blob/3d5c911612443be815f7842bfadf7817d61f9375/subsys/net/lib/dns/dns_pack.c#L195
It will then call the mDNS resolver callback with a failed status. | priority | net dns mdns resolving fails when responder is also enabled introduced the possibility to enable both mdns responder and resolver at the same time now all multicast packets are correctly received by each subsystem there is an issue now with a setup with zephyr nodes with both resolver and responder enabled and actively resolving names the resolver submodule will receive mdns queries instead of only answers this will make name resolving fail the following call will fail because it only excepts to receive mdns answers and not queries it will then call the mdns resolver callback with a failed status | 1 |
347,215 | 10,426,650,644 | IssuesEvent | 2019-09-16 18:05:07 | AutoPas/AutoPas | https://api.github.com/repos/AutoPas/AutoPas | closed | AutoPas and const correctness | low priority refactoring | **Describe the bug**
Currently, AutoPas doesn't handle const correctness at all.
E.g. using a `const AutoPas&` will result in more or less all interfaces disappearing because of the missing const keyword after the function declaration.
**Subtasks**
- [x] Put const after all getters in:
- [x] the AutoPas class.
- [x] the Container classes.
- [x] Particle classes.
- [x] Implement const_iterator(s). This is probably best done using a template for the ParticleIterator's, which then point to const particles and don't allow deletion
| 1.0 | AutoPas and const correctness - **Describe the bug**
Currently, AutoPas doesn't handle const correctness at all.
E.g. using a `const AutoPas&` will result in more or less all interfaces disappearing because of the missing const keyword after the function declaration.
**Subtasks**
- [x] Put const after all getters in:
- [x] the AutoPas class.
- [x] the Container classes.
- [x] Particle classes.
- [x] Implement const_iterator(s). This is probably best done using a template for the ParticleIterator's, which then point to const particles and don't allow deletion
| priority | autopas and const correctness describe the bug currently autopas doesn t handle const correctness at all e g using a const autopas will result in more or less all interfaces disappearing because of the missing const keyword after the function declaration subtasks put const after all getters in the autopas class the container classes particle classes implement const iterator s this is probably best done using a template for the particleiterator s which then point to const particles and don t allow deletion | 1 |
711,701 | 24,472,505,515 | IssuesEvent | 2022-10-07 21:48:40 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | lack of support for lpsram cache | bug priority: low area: Xtensa platform: Intel ADSP | **Describe the bug**
z_xtensa_cache_flush_inv_all() doesn't flush lpsram.
**To Reproduce**
Steps to reproduce the behavior:
1. write something into memory area started from address 0xA0000000,
2. call z_xtensa_cache_flush_inv_all(),
3. check if changes are visible under physical memory starting from address 0x40000000
**Expected behavior**
Cache is flushed. | 1.0 | lack of support for lpsram cache - **Describe the bug**
z_xtensa_cache_flush_inv_all() doesn't flush lpsram.
**To Reproduce**
Steps to reproduce the behavior:
1. write something into memory area started from address 0xA0000000,
2. call z_xtensa_cache_flush_inv_all(),
3. check if changes are visible under physical memory starting from address 0x40000000
**Expected behavior**
Cache is flushed. | priority | lack of support for lpsram cache describe the bug z xtensa cache flush inv all doesn t flush lpsram to reproduce steps to reproduce the behavior write something into memory area started from address call z xtensa cache flush inv all check if changes are visible under physical memory starting from address expected behavior cache is flushed | 1 |
195,480 | 6,912,333,559 | IssuesEvent | 2017-11-28 11:35:15 | sevin7676/SurvivalArenaTracking | https://api.github.com/repos/sevin7676/SurvivalArenaTracking | opened | Reset hero level to recoup hero coins | Priority#3: Low Status#1: Reported Type#1: Suggestion | *(reported on discord 11/28/2017)*
Add the ability to reset a hero to level 1, which will let you get back all of the hero coins used to level up the hero (alternatively, you could get back ~75-90% of the hero coins). The cost of doing this reset is you loose all of the shards that were used to upgrade the hero, meaning the reset only refunds you the hero coins that were used to level up your hero. Limit the amount of times you can reset a hero to something like once a week (to prevent abuse).
This would be nice addition to taking heroes out of beta (they are still listed as being in beta in the game). This is needed more than ever now that there are a bunch of new heroes available. Getting a new hero is not very exciting when you already have a level ~15 hero, becuase you will have to collect hero coins for months to get your new hero close to the level of your current hero.
| 1.0 | Reset hero level to recoup hero coins - *(reported on discord 11/28/2017)*
Add the ability to reset a hero to level 1, which will let you get back all of the hero coins used to level up the hero (alternatively, you could get back ~75-90% of the hero coins). The cost of doing this reset is you loose all of the shards that were used to upgrade the hero, meaning the reset only refunds you the hero coins that were used to level up your hero. Limit the amount of times you can reset a hero to something like once a week (to prevent abuse).
This would be nice addition to taking heroes out of beta (they are still listed as being in beta in the game). This is needed more than ever now that there are a bunch of new heroes available. Getting a new hero is not very exciting when you already have a level ~15 hero, becuase you will have to collect hero coins for months to get your new hero close to the level of your current hero.
| priority | reset hero level to recoup hero coins reported on discord add the ability to reset a hero to level which will let you get back all of the hero coins used to level up the hero alternatively you could get back of the hero coins the cost of doing this reset is you loose all of the shards that were used to upgrade the hero meaning the reset only refunds you the hero coins that were used to level up your hero limit the amount of times you can reset a hero to something like once a week to prevent abuse this would be nice addition to taking heroes out of beta they are still listed as being in beta in the game this is needed more than ever now that there are a bunch of new heroes available getting a new hero is not very exciting when you already have a level hero becuase you will have to collect hero coins for months to get your new hero close to the level of your current hero | 1 |
229,010 | 7,570,286,212 | IssuesEvent | 2018-04-23 08:31:50 | Mandiklopper/People-Connect | https://api.github.com/repos/Mandiklopper/People-Connect | reopened | Unpopulated Fields on Disciplinary View | Low Priority | On the Disciplinary view, in the top part of the screen, the fields, 'Position' and 'Position Title' come up blank. These fields should be populated with the position and position title of the employee | 1.0 | Unpopulated Fields on Disciplinary View - On the Disciplinary view, in the top part of the screen, the fields, 'Position' and 'Position Title' come up blank. These fields should be populated with the position and position title of the employee | priority | unpopulated fields on disciplinary view on the disciplinary view in the top part of the screen the fields position and position title come up blank these fields should be populated with the position and position title of the employee | 1 |
437,022 | 12,558,562,284 | IssuesEvent | 2020-06-07 16:16:11 | TheNerdful8/Lecture2Gether | https://api.github.com/repos/TheNerdful8/Lecture2Gether | closed | Detect new socket.io session in frontend and rejoin | bug frontend low priority | The frontend needs to detect if a new socket connection is created (uid changes) and needs to rejoin the room (the room is persistent). This happens if the server restarts during a session. | 1.0 | Detect new socket.io session in frontend and rejoin - The frontend needs to detect if a new socket connection is created (uid changes) and needs to rejoin the room (the room is persistent). This happens if the server restarts during a session. | priority | detect new socket io session in frontend and rejoin the frontend needs to detect if a new socket connection is created uid changes and needs to rejoin the room the room is persistent this happens if the server restarts during a session | 1 |
469,828 | 13,526,535,735 | IssuesEvent | 2020-09-15 14:21:41 | mozilla/experimenter | https://api.github.com/repos/mozilla/experimenter | closed | Check react proptypes during `make check` | P5 - Low Priority Task | In theory we can check proptypes by mocking out console.error during the jest tests using the [method described here](https://stackoverflow.com/questions/26124914/how-to-test-react-proptypes-through-jest)
Remains to be seen whether this is actually useful or just annoying, but it's worth a shot.
┆Issue is synchronized with this [Jira Task](https://jira.mozilla.com/browse/EXP-166)
| 1.0 | Check react proptypes during `make check` - In theory we can check proptypes by mocking out console.error during the jest tests using the [method described here](https://stackoverflow.com/questions/26124914/how-to-test-react-proptypes-through-jest)
Remains to be seen whether this is actually useful or just annoying, but it's worth a shot.
┆Issue is synchronized with this [Jira Task](https://jira.mozilla.com/browse/EXP-166)
| priority | check react proptypes during make check in theory we can check proptypes by mocking out console error during the jest tests using the remains to be seen whether this is actually useful or just annoying but it s worth a shot ┆issue is synchronized with this | 1 |
542,594 | 15,863,053,980 | IssuesEvent | 2021-04-08 12:22:55 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Toolchain Compile Error of RISC-V(rv32m1-vega board) | area: RISCV bug has-pr platform: NXP priority: low | **Describe the bug**
__asm__ volatile("csrr %0, mtval" : "=r" (mtval));
A compile error of assembly code rv32m1-vega board (RISC-V) by using open-isa official toolchain.
The toolchain is https://github.com/open-isa-org/open-isa.org/releases
What have you tried to diagnose or workaround this issue?
Comment the code out
// __asm__ volatile("csrr %0, mtval" : "=r" (mtval));
then no compile error.
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir samples/hello_world/build; cd samples/hello_world/build
2. cmake -GNinja -DBOARD=rv32m1_vega_ri5cy -DCMAKE_REQUIRED_FLAGS=-Wl,-dT=/dev/null ..
3. ninja
4. Compile error
+++++++++++++++++++++++++++++++++++
[58/123] Building C object zephyr/arch/arch/riscv/core/CMakeFiles/arch__riscv__core.dir/fatal.c.obj
FAILED: zephyr/arch/arch/riscv/core/CMakeFiles/arch__riscv__core.dir/fatal.c.obj
ccache /opt/toolchain/risc-v/riscv32-unknown-elf-gcc/bin/riscv32-unknown-elf-gcc -DBUILD_VERSION=zephyr-v2.5.0-1954-g5ee6793e57ac -DCPU_RV32M1_ri5cy -DKERNEL -DXCVR_GENFSK_ENABLED -D_FORTIFY_SOURCE=2 -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I../../../kernel/include -I../../../arch/riscv/include -I../../../include -Izephyr/include/generated -I../../../soc/riscv/openisa_rv32m1 -I/opt/zephyrproject/modules/hal/openisa/vega_sdk_riscv/RISCV -I/opt/zephyrproject/modules/hal/openisa/vega_sdk_riscv/devices/RV32M1 -I/opt/zephyrproject/modules/hal/openisa/vega_sdk_riscv/devices/RV32M1/drivers/. -isystem ../../../lib/libc/minimal/include -isystem /opt/toolchain/risc-v/riscv32-unknown-elf-gcc/bin/../lib/gcc/riscv32-unknown-elf/7.1.1/include -isystem /opt/toolchain/risc-v/riscv32-unknown-elf-gcc/bin/../lib/gcc/riscv32-unknown-elf/7.1.1/include-fixed -Os -imacros /opt/zephyrproject/zephyr/samples/hello_world/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -mabi=ilp32 -march=rv32ima -imacros /opt/zephyrproject/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fno-strict-overflow -fno-reorder-functions -fno-defer-pop -ffunction-sections -fdata-sections -march=rv32imcxpulpv2 -std=c99 -nostdinc -MD -MT zephyr/arch/arch/riscv/core/CMakeFiles/arch__riscv__core.dir/fatal.c.obj -MF zephyr/arch/arch/riscv/core/CMakeFiles/arch__riscv__core.dir/fatal.c.obj.d -o zephyr/arch/arch/riscv/core/CMakeFiles/arch__riscv__core.dir/fatal.c.obj -c /opt/zephyrproject/zephyr/arch/riscv/core/fatal.c
/opt/zephyrproject/zephyr/arch/riscv/core/fatal.c: Assembler messages:
/opt/zephyrproject/zephyr/arch/riscv/core/fatal.c:109: Error: Instruction csrr requires absolute expression
[67/123] Building C object zephyr/lib/libc/minim.../lib__libc__minimal.dir/source/stdlib/exit.c.obj
ninja: build stopped: subcommand failed.
+++++++++++++++++++++++++++++++++++
**Expected behavior**
No compile error.
**Impact**
Failed to build the code for risc-v
**Logs and console output**
If applicable, add console logs or other types of debug information
e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
copy-and-paste text and put a code fence (\`\`\`) before and after, to help
explain the issue. (if unable to obtain text log, add a screenshot)
**Environment (please complete the following information):**
- OS: Linux
- Toolchain (https://github.com/open-isa-org/open-isa.org/releases)
- Commit:
++++++++++++++++++++++++++++++++++++++++++++++++
Commit 8db36838207e7562ea2ce4e3653d59933ea4053b
Author: Jim Shu <cwshu@andestech.com>
Date: Sun Mar 14 02:08:49 2021 +0800
arch: riscv: improve exception messages
Add exception descriptions of mcause id 6~15. Also print mtval CSR for
memory access fault & illegal instruction exceptions.
Signed-off-by: Jim Shu <cwshu@andestech.com>
++++++++++++++++++++++++++++++++++++++++++++++++
**Additional context**
Add any other context about the problem here.
| 1.0 | Toolchain Compile Error of RISC-V(rv32m1-vega board) - **Describe the bug**
__asm__ volatile("csrr %0, mtval" : "=r" (mtval));
A compile error of assembly code rv32m1-vega board (RISC-V) by using open-isa official toolchain.
The toolchain is https://github.com/open-isa-org/open-isa.org/releases
What have you tried to diagnose or workaround this issue?
Comment the code out
// __asm__ volatile("csrr %0, mtval" : "=r" (mtval));
then no compile error.
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir samples/hello_world/build; cd samples/hello_world/build
2. cmake -GNinja -DBOARD=rv32m1_vega_ri5cy -DCMAKE_REQUIRED_FLAGS=-Wl,-dT=/dev/null ..
3. ninja
4. Compile error
+++++++++++++++++++++++++++++++++++
[58/123] Building C object zephyr/arch/arch/riscv/core/CMakeFiles/arch__riscv__core.dir/fatal.c.obj
FAILED: zephyr/arch/arch/riscv/core/CMakeFiles/arch__riscv__core.dir/fatal.c.obj
ccache /opt/toolchain/risc-v/riscv32-unknown-elf-gcc/bin/riscv32-unknown-elf-gcc -DBUILD_VERSION=zephyr-v2.5.0-1954-g5ee6793e57ac -DCPU_RV32M1_ri5cy -DKERNEL -DXCVR_GENFSK_ENABLED -D_FORTIFY_SOURCE=2 -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I../../../kernel/include -I../../../arch/riscv/include -I../../../include -Izephyr/include/generated -I../../../soc/riscv/openisa_rv32m1 -I/opt/zephyrproject/modules/hal/openisa/vega_sdk_riscv/RISCV -I/opt/zephyrproject/modules/hal/openisa/vega_sdk_riscv/devices/RV32M1 -I/opt/zephyrproject/modules/hal/openisa/vega_sdk_riscv/devices/RV32M1/drivers/. -isystem ../../../lib/libc/minimal/include -isystem /opt/toolchain/risc-v/riscv32-unknown-elf-gcc/bin/../lib/gcc/riscv32-unknown-elf/7.1.1/include -isystem /opt/toolchain/risc-v/riscv32-unknown-elf-gcc/bin/../lib/gcc/riscv32-unknown-elf/7.1.1/include-fixed -Os -imacros /opt/zephyrproject/zephyr/samples/hello_world/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -mabi=ilp32 -march=rv32ima -imacros /opt/zephyrproject/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fno-strict-overflow -fno-reorder-functions -fno-defer-pop -ffunction-sections -fdata-sections -march=rv32imcxpulpv2 -std=c99 -nostdinc -MD -MT zephyr/arch/arch/riscv/core/CMakeFiles/arch__riscv__core.dir/fatal.c.obj -MF zephyr/arch/arch/riscv/core/CMakeFiles/arch__riscv__core.dir/fatal.c.obj.d -o zephyr/arch/arch/riscv/core/CMakeFiles/arch__riscv__core.dir/fatal.c.obj -c /opt/zephyrproject/zephyr/arch/riscv/core/fatal.c
/opt/zephyrproject/zephyr/arch/riscv/core/fatal.c: Assembler messages:
/opt/zephyrproject/zephyr/arch/riscv/core/fatal.c:109: Error: Instruction csrr requires absolute expression
[67/123] Building C object zephyr/lib/libc/minim.../lib__libc__minimal.dir/source/stdlib/exit.c.obj
ninja: build stopped: subcommand failed.
+++++++++++++++++++++++++++++++++++
**Expected behavior**
No compile error.
**Impact**
Failed to build the code for risc-v
**Logs and console output**
If applicable, add console logs or other types of debug information
e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
copy-and-paste text and put a code fence (\`\`\`) before and after, to help
explain the issue. (if unable to obtain text log, add a screenshot)
**Environment (please complete the following information):**
- OS: Linux
- Toolchain (https://github.com/open-isa-org/open-isa.org/releases)
- Commit:
++++++++++++++++++++++++++++++++++++++++++++++++
Commit 8db36838207e7562ea2ce4e3653d59933ea4053b
Author: Jim Shu <cwshu@andestech.com>
Date: Sun Mar 14 02:08:49 2021 +0800
arch: riscv: improve exception messages
Add exception descriptions of mcause id 6~15. Also print mtval CSR for
memory access fault & illegal instruction exceptions.
Signed-off-by: Jim Shu <cwshu@andestech.com>
++++++++++++++++++++++++++++++++++++++++++++++++
**Additional context**
Add any other context about the problem here.
| priority | toolchain compile error of risc v vega board describe the bug asm volatile csrr mtval r mtval a compile error of assembly code vega board risc v by using open isa official toolchain the toolchain is what have you tried to diagnose or workaround this issue comment the code out asm volatile csrr mtval r mtval then no compile error to reproduce steps to reproduce the behavior mkdir samples hello world build cd samples hello world build cmake gninja dboard vega dcmake required flags wl dt dev null ninja compile error building c object zephyr arch arch riscv core cmakefiles arch riscv core dir fatal c obj failed zephyr arch arch riscv core cmakefiles arch riscv core dir fatal c obj ccache opt toolchain risc v unknown elf gcc bin unknown elf gcc dbuild version zephyr dcpu dkernel dxcvr genfsk enabled d fortify source d zephyr supervisor d zephyr i kernel include i arch riscv include i include izephyr include generated i soc riscv openisa i opt zephyrproject modules hal openisa vega sdk riscv riscv i opt zephyrproject modules hal openisa vega sdk riscv devices i opt zephyrproject modules hal openisa vega sdk riscv devices drivers isystem lib libc minimal include isystem opt toolchain risc v unknown elf gcc bin lib gcc unknown elf include isystem opt toolchain risc v unknown elf gcc bin lib gcc unknown elf include fixed os imacros opt zephyrproject zephyr samples hello world build zephyr include generated autoconf h ffreestanding fno common g mabi march imacros opt zephyrproject zephyr include toolchain zephyr stdint h wall wformat wformat security wno format zero length wno main wno pointer sign wpointer arith wexpansion to defined wno unused but set variable werror implicit int fno asynchronous unwind tables fno pie fno pic fno strict overflow fno reorder functions fno defer pop ffunction sections fdata sections march std nostdinc md mt zephyr arch arch riscv core cmakefiles arch riscv core dir fatal c obj mf zephyr arch arch riscv core cmakefiles arch riscv core dir fatal c obj d o zephyr arch arch riscv core cmakefiles arch riscv core dir fatal c obj c opt zephyrproject zephyr arch riscv core fatal c opt zephyrproject zephyr arch riscv core fatal c assembler messages opt zephyrproject zephyr arch riscv core fatal c error instruction csrr requires absolute expression building c object zephyr lib libc minim lib libc minimal dir source stdlib exit c obj ninja build stopped subcommand failed expected behavior no compile error impact failed to build the code for risc v logs and console output if applicable add console logs or other types of debug information e g wireshark capture or logic analyzer capture upload in zip archive copy and paste text and put a code fence before and after to help explain the issue if unable to obtain text log add a screenshot environment please complete the following information os linux toolchain commit commit author jim shu date sun mar arch riscv improve exception messages add exception descriptions of mcause id also print mtval csr for memory access fault illegal instruction exceptions signed off by jim shu additional context add any other context about the problem here | 1 |
237,602 | 7,762,233,040 | IssuesEvent | 2018-06-01 12:52:57 | poanetwork/mana | https://api.github.com/repos/poanetwork/mana | closed | Test failing but not breaking the build | ex_wire priority: low status: in progress tag: bug fix | We have a process failing in one of our tests but it is not failing the build. As far as I can tell, it started happening in https://circleci.com/gh/poanetwork/mana/362.
To find the error, one has to open the dropdown that says `mix test --exclude network --exclude pending`. The error looks like this,
```
15:07:34.407 [error] GenServer :test_network_adapter terminating
** (ArgumentError) argument error
:erlang.send(:test, %{data: <<255, 33, 123, 103, 64, 145, 161, 172, 92, 220, 103, 59, 86, 166, 253, 162, 33, 210, 199, 57, 46, 45, 81, 238, 231, 182, 8, 230, 12, 219, 151, 8, 154, 159, 253, 56, 110, 28, 58, 0, 220, 106, 3, 59, 144, 104, 251, 168, 186, ...>>, to: %ExWire.Struct.Endpoint{ip: [1, 2, 3, 4], tcp_port: nil, udp_port: 55}})
(ex_wire) test/support/ex_wire/adapter/test.ex:26: ExWire.Adapter.Test.handle_cast/2
(stdlib) gen_server.erl:616: :gen_server.try_dispatch/4
(stdlib) gen_server.erl:686: :gen_server.handle_msg/6
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
Last message: {:"$gen_cast", {:send, %{data: <<255, 33, 123, 103, 64, 145, 161, 172, 92, 220, 103, 59, 86, 166, 253, 162, 33, 210, 199, 57, 46, 45, 81, 238, 231, 182, 8, 230, 12, 219, 151, 8, 154, 159, 253, 56, 110, 28, 58, 0, 220, 106, 3, 59, 144, ...>>, to: %ExWire.Struct.Endpoint{ip: [1, 2, 3, 4], tcp_port: nil, udp_port: 55}}}}
State: %{network: ExWire.Network, network_args: [kademlia_process_name: KademliaState], port: 30304}
``` | 1.0 | Test failing but not breaking the build - We have a process failing in one of our tests but it is not failing the build. As far as I can tell, it started happening in https://circleci.com/gh/poanetwork/mana/362.
To find the error, one has to open the dropdown that says `mix test --exclude network --exclude pending`. The error looks like this,
```
15:07:34.407 [error] GenServer :test_network_adapter terminating
** (ArgumentError) argument error
:erlang.send(:test, %{data: <<255, 33, 123, 103, 64, 145, 161, 172, 92, 220, 103, 59, 86, 166, 253, 162, 33, 210, 199, 57, 46, 45, 81, 238, 231, 182, 8, 230, 12, 219, 151, 8, 154, 159, 253, 56, 110, 28, 58, 0, 220, 106, 3, 59, 144, 104, 251, 168, 186, ...>>, to: %ExWire.Struct.Endpoint{ip: [1, 2, 3, 4], tcp_port: nil, udp_port: 55}})
(ex_wire) test/support/ex_wire/adapter/test.ex:26: ExWire.Adapter.Test.handle_cast/2
(stdlib) gen_server.erl:616: :gen_server.try_dispatch/4
(stdlib) gen_server.erl:686: :gen_server.handle_msg/6
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
Last message: {:"$gen_cast", {:send, %{data: <<255, 33, 123, 103, 64, 145, 161, 172, 92, 220, 103, 59, 86, 166, 253, 162, 33, 210, 199, 57, 46, 45, 81, 238, 231, 182, 8, 230, 12, 219, 151, 8, 154, 159, 253, 56, 110, 28, 58, 0, 220, 106, 3, 59, 144, ...>>, to: %ExWire.Struct.Endpoint{ip: [1, 2, 3, 4], tcp_port: nil, udp_port: 55}}}}
State: %{network: ExWire.Network, network_args: [kademlia_process_name: KademliaState], port: 30304}
``` | priority | test failing but not breaking the build we have a process failing in one of our tests but it is not failing the build as far as i can tell it started happening in to find the error one has to open the dropdown that says mix test exclude network exclude pending the error looks like this genserver test network adapter terminating argumenterror argument error erlang send test data to exwire struct endpoint ip tcp port nil udp port ex wire test support ex wire adapter test ex exwire adapter test handle cast stdlib gen server erl gen server try dispatch stdlib gen server erl gen server handle msg stdlib proc lib erl proc lib init p do apply last message gen cast send data to exwire struct endpoint ip tcp port nil udp port state network exwire network network args port | 1 |
198,625 | 6,974,909,229 | IssuesEvent | 2017-12-12 03:32:12 | lucaslioli/payless | https://api.github.com/repos/lucaslioli/payless | closed | Create the terms of use | low priority | Create a document with the terms of use for the application, to specify the content of the NFC-e that we are collecting and using. | 1.0 | Create the terms of use - Create a document with the terms of use for the application, to specify the content of the NFC-e that we are collecting and using. | priority | create the terms of use create a document with the terms of use for the application to specify the content of the nfc e that we are collecting and using | 1 |
637,314 | 20,625,238,059 | IssuesEvent | 2022-03-07 21:44:06 | BIDMCDigitalPsychiatry/LAMP-platform | https://api.github.com/repos/BIDMCDigitalPsychiatry/LAMP-platform | closed | Make tip editing window expandable | feature 1day frontend priority LOW | The tip description window on the dashboard is only about 5 lines tall and cannot be expanded as you add more text. I would like to be able to make it larger so I can see all of the content I have typed at once
<img width="1062" alt="Screen Shot 2022-02-17 at 9 03 14 AM" src="https://user-images.githubusercontent.com/21200061/154497798-b4d7809d-f4a8-4888-a85c-4c562535dafe.png">
. | 1.0 | Make tip editing window expandable - The tip description window on the dashboard is only about 5 lines tall and cannot be expanded as you add more text. I would like to be able to make it larger so I can see all of the content I have typed at once
<img width="1062" alt="Screen Shot 2022-02-17 at 9 03 14 AM" src="https://user-images.githubusercontent.com/21200061/154497798-b4d7809d-f4a8-4888-a85c-4c562535dafe.png">
. | priority | make tip editing window expandable the tip description window on the dashboard is only about lines tall and cannot be expanded as you add more text i would like to be able to make it larger so i can see all of the content i have typed at once img width alt screen shot at am src | 1 |
640,156 | 20,775,292,336 | IssuesEvent | 2022-03-16 09:54:59 | vincetiu8/zombie-game | https://api.github.com/repos/vincetiu8/zombie-game | closed | Light not reflecting on movable objects | type/enhancement area/map area/player size/? priority/low | The light does not reflect on movable objects. I think light should be reflected on movable objects just like the walls | 1.0 | Light not reflecting on movable objects - The light does not reflect on movable objects. I think light should be reflected on movable objects just like the walls | priority | light not reflecting on movable objects the light does not reflect on movable objects i think light should be reflected on movable objects just like the walls | 1 |
478,190 | 13,774,616,424 | IssuesEvent | 2020-10-08 06:34:21 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Charred Fireweed Shoots Description | Category: UI Priority: Low Status: Fixed | 
This indicated boiled fireweed shoots were renamed to charred, but description was not.
It's taken directly from the game files.
from Dennis | 1.0 | Charred Fireweed Shoots Description - 
This indicated boiled fireweed shoots were renamed to charred, but description was not.
It's taken directly from the game files.
from Dennis | priority | charred fireweed shoots description this indicated boiled fireweed shoots were renamed to charred but description was not it s taken directly from the game files from dennis | 1 |
780,385 | 27,392,967,254 | IssuesEvent | 2023-02-28 17:28:52 | koviubi56/p2sn | https://api.github.com/repos/koviubi56/p2sn | closed | Improve code quality | Priority: Low | # Sourcery Code Quality Report
❌ Merging this PR will **decrease** code quality in the affected files by **2.19%**.
| Quality metrics | Before | After | Change |
| --- | :---: | :---: | :---: |
| [Complexity](https://docs.sourcery.ai/GitHub/Quality-Report/#complexity) | 4.76 ⭐ | 5.77 ⭐ | 1.01 👎 |
| [Method Length](https://docs.sourcery.ai/GitHub/Quality-Report/#method-length) | 63.96 🙂 | 63.31 🙂 | -0.65 👍 |
| [Working memory](https://docs.sourcery.ai/GitHub/Quality-Report/#working-memory) | 7.73 🙂 | 8.02 🙂 | 0.29 👎 |
| **[Quality](https://docs.sourcery.ai/GitHub/Quality-Report/#quality-score)** | **67.69%** 🙂| **65.50%** 🙂| **-2.19%** 👎 |
| Other metrics | Before | After | Change |
| --- | :---: | :---: | :---: |
| Lines | 594 | 692 | 98 |
| Changed files | Quality Before | Quality After | Quality Change |
| --- | :---: | :---: | :---: |
| src/p2sn/__init__.py | 65.59% 🙂 | 63.52% 🙂 | -2.07% 👎|
| tests/test_p2sn.py | 94.41% ⭐ | 93.68% ⭐ | -0.73% 👎|
Here are some functions in these files that still need a tune-up:
| File | Function | Complexity | Length | Working Memory | Quality | Recommendation |
| --- | --- | :---: | :---: | :---: | :---: | --- |
| src/p2sn/__init__.py | Server.\_handle | 18 🙂 | 191 😞 | 13 😞 | 37.48% 😞 | Try splitting into smaller methods. Extract out complex expressions |
| src/p2sn/__init__.py | Server.\_handle\_pubkey | 5 ⭐ | 227 ⛔ | 12 😞 | 47.97% 😞 | Try splitting into smaller methods. Extract out complex expressions |
| src/p2sn/__init__.py | Client.init | 5 ⭐ | 291 ⛔ | 7 🙂 | 55.17% 🙂 | Try splitting into smaller methods |
| src/p2sn/__init__.py | Request.\_\_init\_\_ | 10 🙂 | 134 😞 | 9 🙂 | 57.04% 🙂 | Try splitting into smaller methods |
| src/p2sn/__init__.py | Server.\_recv\_msg | 7 ⭐ | 137 😞 | 9 🙂 | 59.51% 🙂 | Try splitting into smaller methods |
## Legend and Explanation
The emojis denote the absolute quality of the code:
- ⭐ excellent
- 🙂 good
- 😞 poor
- ⛔ very poor
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.
***
Please see our documentation [here](https://docs.sourcery.ai/GitHub/Quality-Report/) for details on how these metrics are calculated.
We are actively working on this report - lots more documentation and extra metrics to come!
Help us [improve](https://research.typeform.com/to/j06Spdfr?type=quality_report&github_login=koviubi56&base_repo=https%3A%2F%2Fgithub.com%2Fkoviubi56%2Fp2sn.git&base_remote_ref=refs%2Fpull%2F5%2Fhead&base_ref=wip&base_sha=686450bb290a072480cf22775d80e76647bfd194&head_repo=https%3A%2F%2Fgithub.com%2Fkoviubi56%2Fp2sn.git&head_ref=sourcery%2Fwip&base_pr_number=5&base_pr_state=open) this quality report!
_Originally posted by @sourcery-ai[bot] in https://github.com/koviubi56/p2sn/issues/5#issuecomment-1099549765_ | 1.0 | Improve code quality - # Sourcery Code Quality Report
❌ Merging this PR will **decrease** code quality in the affected files by **2.19%**.
| Quality metrics | Before | After | Change |
| --- | :---: | :---: | :---: |
| [Complexity](https://docs.sourcery.ai/GitHub/Quality-Report/#complexity) | 4.76 ⭐ | 5.77 ⭐ | 1.01 👎 |
| [Method Length](https://docs.sourcery.ai/GitHub/Quality-Report/#method-length) | 63.96 🙂 | 63.31 🙂 | -0.65 👍 |
| [Working memory](https://docs.sourcery.ai/GitHub/Quality-Report/#working-memory) | 7.73 🙂 | 8.02 🙂 | 0.29 👎 |
| **[Quality](https://docs.sourcery.ai/GitHub/Quality-Report/#quality-score)** | **67.69%** 🙂| **65.50%** 🙂| **-2.19%** 👎 |
| Other metrics | Before | After | Change |
| --- | :---: | :---: | :---: |
| Lines | 594 | 692 | 98 |
| Changed files | Quality Before | Quality After | Quality Change |
| --- | :---: | :---: | :---: |
| src/p2sn/__init__.py | 65.59% 🙂 | 63.52% 🙂 | -2.07% 👎|
| tests/test_p2sn.py | 94.41% ⭐ | 93.68% ⭐ | -0.73% 👎|
Here are some functions in these files that still need a tune-up:
| File | Function | Complexity | Length | Working Memory | Quality | Recommendation |
| --- | --- | :---: | :---: | :---: | :---: | --- |
| src/p2sn/__init__.py | Server.\_handle | 18 🙂 | 191 😞 | 13 😞 | 37.48% 😞 | Try splitting into smaller methods. Extract out complex expressions |
| src/p2sn/__init__.py | Server.\_handle\_pubkey | 5 ⭐ | 227 ⛔ | 12 😞 | 47.97% 😞 | Try splitting into smaller methods. Extract out complex expressions |
| src/p2sn/__init__.py | Client.init | 5 ⭐ | 291 ⛔ | 7 🙂 | 55.17% 🙂 | Try splitting into smaller methods |
| src/p2sn/__init__.py | Request.\_\_init\_\_ | 10 🙂 | 134 😞 | 9 🙂 | 57.04% 🙂 | Try splitting into smaller methods |
| src/p2sn/__init__.py | Server.\_recv\_msg | 7 ⭐ | 137 😞 | 9 🙂 | 59.51% 🙂 | Try splitting into smaller methods |
## Legend and Explanation
The emojis denote the absolute quality of the code:
- ⭐ excellent
- 🙂 good
- 😞 poor
- ⛔ very poor
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.
***
Please see our documentation [here](https://docs.sourcery.ai/GitHub/Quality-Report/) for details on how these metrics are calculated.
We are actively working on this report - lots more documentation and extra metrics to come!
Help us [improve](https://research.typeform.com/to/j06Spdfr?type=quality_report&github_login=koviubi56&base_repo=https%3A%2F%2Fgithub.com%2Fkoviubi56%2Fp2sn.git&base_remote_ref=refs%2Fpull%2F5%2Fhead&base_ref=wip&base_sha=686450bb290a072480cf22775d80e76647bfd194&head_repo=https%3A%2F%2Fgithub.com%2Fkoviubi56%2Fp2sn.git&head_ref=sourcery%2Fwip&base_pr_number=5&base_pr_state=open) this quality report!
_Originally posted by @sourcery-ai[bot] in https://github.com/koviubi56/p2sn/issues/5#issuecomment-1099549765_ | priority | improve code quality sourcery code quality report ❌ nbsp merging this pr will decrease code quality in the affected files by quality metrics before after change ⭐ ⭐ 👎 🙂 🙂 👍 🙂 🙂 👎 🙂 🙂 👎 other metrics before after change lines changed files quality before quality after quality change src init py 🙂 🙂 👎 tests test py ⭐ ⭐ 👎 here are some functions in these files that still need a tune up file function complexity length working memory quality recommendation src init py server handle 🙂 😞 😞 😞 try splitting into smaller methods extract out complex expressions src init py server handle pubkey ⭐ ⛔ 😞 😞 try splitting into smaller methods extract out complex expressions src init py client init ⭐ ⛔ 🙂 🙂 try splitting into smaller methods src init py request init 🙂 😞 🙂 🙂 try splitting into smaller methods src init py server recv msg ⭐ 😞 🙂 🙂 try splitting into smaller methods legend and explanation the emojis denote the absolute quality of the code ⭐ excellent 🙂 good 😞 poor ⛔ very poor the 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request please see our documentation for details on how these metrics are calculated we are actively working on this report lots more documentation and extra metrics to come help us this quality report originally posted by sourcery ai in | 1 |
111,454 | 4,473,219,386 | IssuesEvent | 2016-08-26 02:29:14 | BBuchholz/Gauntlet | https://api.github.com/repos/BBuchholz/Gauntlet | closed | ImageDisplayActivity Rotate | feature priority:low | Implement ability to rotate 90 degrees for images, pretty sure this should do it:
mImageView.setRotation(angle);
But need to test and verify (on my phone at the moment) | 1.0 | ImageDisplayActivity Rotate - Implement ability to rotate 90 degrees for images, pretty sure this should do it:
mImageView.setRotation(angle);
But need to test and verify (on my phone at the moment) | priority | imagedisplayactivity rotate implement ability to rotate degrees for images pretty sure this should do it mimageview setrotation angle but need to test and verify on my phone at the moment | 1 |
540,400 | 15,810,911,074 | IssuesEvent | 2021-04-05 00:29:43 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Problem to build lorawan from samples | Stale area: LoRa bug priority: low | **Describe the bug**
Hi, I have been trying to set up the LoRa with the nRF52840, but I'm can't build the file.
**To Reproduce**
Steps to reproduce the behavior:
Add the line lora0 = &lora; in the aliases options from the .dts related to the board nrf52840dk_nrf52840
Add
_lora: sx1276@0 {
status = "okay";
compatible = "semtech,sx1276";
reg = <0>;
label = "sx1276";
reset-gpios = <&gpio0 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
dio-gpios = <&gpio0 1 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
<&gpio0 2 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
<&gpio0 3 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
<&gpio0 4 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
<&gpio0 5 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
spi-max-frequency = <1000000>;
power-amplifier-output = "pa-boost";
};_
to the spi1 options in the same file.
Change the prf.conf from samples/lorawan/class_a
_CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n
CONFIG_LOG=y
CONFIG_SPI=y
CONFIG_SPI_1=y
CONFIG_SPI_NRFX=y
CONFIG_GPIO=y
CONFIG_PRINTK=y
CONFIG_LORA=y
CONFIG_LORA_SHELL=y
CONFIG_LORA_SX1276=y
CONFIG_HAS_SEMTECH_RADIO_DRIVERS=y
CONFIG_HAS_SEMTECH_LORAMAC=y_
**Expected behavior**
Build the project
**Impact**
I'm getting this error:
[145/150] Linking C executable zephyr\zephyr_prebuilt.elf
FAILED: zephyr/zephyr_prebuilt.elf
**Environment (please complete the following information):**
OS: Windows
Toolchain: GNU ARM Embedded
The newest one from the repository
**Additional context**
I can build other samples, like hello_world and blinky.
LOG:
> -- west build: generating a build system
Including boilerplate (Zephyr base): C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/cmake/app/boilerplate.cmake
-- Application: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a
-- Zephyr version: 2.4.99 (C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr)
-- Found Python3: C:/Python39/python.exe (found suitable exact version "3.9.0") found components: Interpreter
-- Found west (found suitable version "0.8.0", minimum required is "0.7.1")
-- Board: nrf52840dk_nrf52840
-- Cache files will be written to: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/.cache
-- Found toolchain: gnuarmemb (C:/gnu_arm_embedded)
-- Found BOARD.dts: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts
-- Generated zephyr.dts: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr/include/generated/devicetree_unfixed.h
> warning: LORA_SHELL (defined at drivers/lora/Kconfig:21) was assigned the value 'y' but got the
value 'n'. Check these unsatisfied dependencies: SHELL (=n). See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LORA_SHELL.html and/or look up
LORA_SHELL in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
warning: The choice symbol LORA_SX1276 (defined at drivers/lora/Kconfig.sx12xx:31) was selected (set
=y), but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LORA_SX1276.html and/or look up
LORA_SX1276 in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
Parsing C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/Kconfig
Loaded configuration 'C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig'
Merged configuration 'C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/prj.conf'
Configuration saved to 'C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr/.config'
Kconfig header saved to 'C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr/include/generated/autoconf.h'
-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- The ASM compiler identification is GNU
-- Found assembler: C:/gnu_arm_embedded/bin/arm-none-eabi-gcc.exe
CMake Deprecation Warning at C:/Users/Gabriel/Desktop/nbps/zephyrproject/modules/lib/civetweb/CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
>-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build
-- west build: building application
[145/150] Linking C executable zephyr\zephyr_prebuilt.elf
FAILED: zephyr/zephyr_prebuilt.elf
cmd.exe /C "cd . && C:\gnu_arm_embedded\bin\arm-none-eabi-gcc.exe zephyr/CMakeFiles/zephyr_prebuilt.dir/misc/empty_file.c.obj -o zephyr\zephyr_prebuilt.elf -Wl,-T zephyr/linker.cmd -Wl,-Map=C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr/zephyr_prebuilt.map -Wl,--whole-archive app/libapp.a zephyr/libzephyr.a zephyr/arch/common/libarch__common.a zephyr/arch/arch/arm/core/aarch32/libarch__arm__core__aarch32.a zephyr/arch/arch/arm/core/aarch32/cortex_m/libarch__arm__core__aarch32__cortex_m.a zephyr/arch/arch/arm/core/aarch32/cortex_m/mpu/libarch__arm__core__aarch32__cortex_m__mpu.a zephyr/lib/libc/newlib/liblib__libc__newlib.a zephyr/lib/posix/liblib__posix.a zephyr/soc/arm/common/cortex_m/libsoc__arm__common__cortex_m.a zephyr/soc/arm/nordic_nrf/nrf52/libsoc__arm__nordic_nrf__nrf52.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/spi/libdrivers__spi.a zephyr/drivers/lora/libloramac-node.a zephyr/drivers/serial/libdrivers__serial.a modules/nordic/lib..__modules__hal__nordic.a
-Wl,--no-whole-archive zephyr/kernel/libkernel.a zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -L"c:/gnu_arm_embedded/bin/../lib/gcc/arm-none-eabi/10.2.1/thumb/v7e-m/nofp" -LC:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr -lgcc -Wl,--print-memory-usage zephyr/arch/common/libisr_tables.a -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wl,--gc-sections -Wl,--build-id=none -Wl,--sort-common=descending -Wl,--sort-section=alignment -Wl,-u,_OffsetAbsSyms -Wl,-u,_ConfigAbsSyms -nostdlib -static -no-pie -Wl,-X -Wl,-N -Wl,--orphan-handling=warn -lm -lc -lgcc -L"C:/gnu_arm_embedded/arm-none-eabi"/lib/thumb/v7e-m/nofp -specs=nano.specs && cd ."
c:/gnu_arm_embedded/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: app/libapp.a(main.c.obj): in function `main':
C:\Users\Gabriel\Desktop\nbps\zephyrproject\zephyr\samples\lorawan\class_a\build/../src/main.c:50: undefined reference to `lorawan_start'
c:/gnu_arm_embedded/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Gabriel\Desktop\nbps\zephyrproject\zephyr\samples\lorawan\class_a\build/../src/main.c:63: undefined reference to `lorawan_join'
c:/gnu_arm_embedded/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Gabriel\Desktop\nbps\zephyrproject\zephyr\samples\lorawan\class_a\build/../src/main.c:71: undefined reference to `lorawan_send'
Memory region Used Size Region Size %age Used
FLASH: 32636 B 1 MB 3.11%
SRAM: 9248 B 256 KB 3.53%
IDT_LIST: 120 B 2 KB 5.86%
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\Program Files (x86)\CMake\bin\cmake.EXE' --build 'C:\Users\Gabriel\Desktop\nbps\zephyrproject\zephyr\samples\lorawan\class_a\build' | 1.0 | Problem to build lorawan from samples - **Describe the bug**
Hi, I have been trying to set up the LoRa with the nRF52840, but I'm can't build the file.
**To Reproduce**
Steps to reproduce the behavior:
Add the line lora0 = &lora; in the aliases options from the .dts related to the board nrf52840dk_nrf52840
Add
_lora: sx1276@0 {
status = "okay";
compatible = "semtech,sx1276";
reg = <0>;
label = "sx1276";
reset-gpios = <&gpio0 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
dio-gpios = <&gpio0 1 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
<&gpio0 2 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
<&gpio0 3 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
<&gpio0 4 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
<&gpio0 5 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
spi-max-frequency = <1000000>;
power-amplifier-output = "pa-boost";
};_
to the spi1 options in the same file.
Change the prf.conf from samples/lorawan/class_a
_CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n
CONFIG_LOG=y
CONFIG_SPI=y
CONFIG_SPI_1=y
CONFIG_SPI_NRFX=y
CONFIG_GPIO=y
CONFIG_PRINTK=y
CONFIG_LORA=y
CONFIG_LORA_SHELL=y
CONFIG_LORA_SX1276=y
CONFIG_HAS_SEMTECH_RADIO_DRIVERS=y
CONFIG_HAS_SEMTECH_LORAMAC=y_
**Expected behavior**
Build the project
**Impact**
I'm getting this error:
[145/150] Linking C executable zephyr\zephyr_prebuilt.elf
FAILED: zephyr/zephyr_prebuilt.elf
**Environment (please complete the following information):**
OS: Windows
Toolchain: GNU ARM Embedded
The newest one from the repository
**Additional context**
I can build other samples, like hello_world and blinky.
LOG:
> -- west build: generating a build system
Including boilerplate (Zephyr base): C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/cmake/app/boilerplate.cmake
-- Application: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a
-- Zephyr version: 2.4.99 (C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr)
-- Found Python3: C:/Python39/python.exe (found suitable exact version "3.9.0") found components: Interpreter
-- Found west (found suitable version "0.8.0", minimum required is "0.7.1")
-- Board: nrf52840dk_nrf52840
-- Cache files will be written to: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/.cache
-- Found toolchain: gnuarmemb (C:/gnu_arm_embedded)
-- Found BOARD.dts: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts
-- Generated zephyr.dts: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr/include/generated/devicetree_unfixed.h
> warning: LORA_SHELL (defined at drivers/lora/Kconfig:21) was assigned the value 'y' but got the
value 'n'. Check these unsatisfied dependencies: SHELL (=n). See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LORA_SHELL.html and/or look up
LORA_SHELL in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
warning: The choice symbol LORA_SX1276 (defined at drivers/lora/Kconfig.sx12xx:31) was selected (set
=y), but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LORA_SX1276.html and/or look up
LORA_SX1276 in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
Parsing C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/Kconfig
Loaded configuration 'C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig'
Merged configuration 'C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/prj.conf'
Configuration saved to 'C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr/.config'
Kconfig header saved to 'C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr/include/generated/autoconf.h'
-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- The ASM compiler identification is GNU
-- Found assembler: C:/gnu_arm_embedded/bin/arm-none-eabi-gcc.exe
CMake Deprecation Warning at C:/Users/Gabriel/Desktop/nbps/zephyrproject/modules/lib/civetweb/CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
>-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build
-- west build: building application
[145/150] Linking C executable zephyr\zephyr_prebuilt.elf
FAILED: zephyr/zephyr_prebuilt.elf
cmd.exe /C "cd . && C:\gnu_arm_embedded\bin\arm-none-eabi-gcc.exe zephyr/CMakeFiles/zephyr_prebuilt.dir/misc/empty_file.c.obj -o zephyr\zephyr_prebuilt.elf -Wl,-T zephyr/linker.cmd -Wl,-Map=C:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr/zephyr_prebuilt.map -Wl,--whole-archive app/libapp.a zephyr/libzephyr.a zephyr/arch/common/libarch__common.a zephyr/arch/arch/arm/core/aarch32/libarch__arm__core__aarch32.a zephyr/arch/arch/arm/core/aarch32/cortex_m/libarch__arm__core__aarch32__cortex_m.a zephyr/arch/arch/arm/core/aarch32/cortex_m/mpu/libarch__arm__core__aarch32__cortex_m__mpu.a zephyr/lib/libc/newlib/liblib__libc__newlib.a zephyr/lib/posix/liblib__posix.a zephyr/soc/arm/common/cortex_m/libsoc__arm__common__cortex_m.a zephyr/soc/arm/nordic_nrf/nrf52/libsoc__arm__nordic_nrf__nrf52.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/spi/libdrivers__spi.a zephyr/drivers/lora/libloramac-node.a zephyr/drivers/serial/libdrivers__serial.a modules/nordic/lib..__modules__hal__nordic.a
-Wl,--no-whole-archive zephyr/kernel/libkernel.a zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -L"c:/gnu_arm_embedded/bin/../lib/gcc/arm-none-eabi/10.2.1/thumb/v7e-m/nofp" -LC:/Users/Gabriel/Desktop/nbps/zephyrproject/zephyr/samples/lorawan/class_a/build/zephyr -lgcc -Wl,--print-memory-usage zephyr/arch/common/libisr_tables.a -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wl,--gc-sections -Wl,--build-id=none -Wl,--sort-common=descending -Wl,--sort-section=alignment -Wl,-u,_OffsetAbsSyms -Wl,-u,_ConfigAbsSyms -nostdlib -static -no-pie -Wl,-X -Wl,-N -Wl,--orphan-handling=warn -lm -lc -lgcc -L"C:/gnu_arm_embedded/arm-none-eabi"/lib/thumb/v7e-m/nofp -specs=nano.specs && cd ."
c:/gnu_arm_embedded/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: app/libapp.a(main.c.obj): in function `main':
C:\Users\Gabriel\Desktop\nbps\zephyrproject\zephyr\samples\lorawan\class_a\build/../src/main.c:50: undefined reference to `lorawan_start'
c:/gnu_arm_embedded/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Gabriel\Desktop\nbps\zephyrproject\zephyr\samples\lorawan\class_a\build/../src/main.c:63: undefined reference to `lorawan_join'
c:/gnu_arm_embedded/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Gabriel\Desktop\nbps\zephyrproject\zephyr\samples\lorawan\class_a\build/../src/main.c:71: undefined reference to `lorawan_send'
Memory region Used Size Region Size %age Used
FLASH: 32636 B 1 MB 3.11%
SRAM: 9248 B 256 KB 3.53%
IDT_LIST: 120 B 2 KB 5.86%
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\Program Files (x86)\CMake\bin\cmake.EXE' --build 'C:\Users\Gabriel\Desktop\nbps\zephyrproject\zephyr\samples\lorawan\class_a\build' | priority | problem to build lorawan from samples describe the bug hi i have been trying to set up the lora with the but i m can t build the file to reproduce steps to reproduce the behavior add the line lora in the aliases options from the dts related to the board add lora status okay compatible semtech reg label reset gpios dio gpios spi max frequency power amplifier output pa boost to the options in the same file change the prf conf from samples lorawan class a config use segger rtt y config rtt console y config uart console n config log y config spi y config spi y config spi nrfx y config gpio y config printk y config lora y config lora shell y config lora y config has semtech radio drivers y config has semtech loramac y expected behavior build the project impact i m getting this error linking c executable zephyr zephyr prebuilt elf failed zephyr zephyr prebuilt elf environment please complete the following information os windows toolchain gnu arm embedded the newest one from the repository additional context i can build other samples like hello world and blinky log west build generating a build system including boilerplate zephyr base c users gabriel desktop nbps zephyrproject zephyr cmake app boilerplate cmake application c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a zephyr version c users gabriel desktop nbps zephyrproject zephyr found c python exe found suitable exact version found components interpreter found west found suitable version minimum required is board cache files will be written to c users gabriel desktop nbps zephyrproject zephyr cache found toolchain gnuarmemb c gnu arm embedded found board dts c users gabriel desktop nbps zephyrproject zephyr boards arm dts generated zephyr dts c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build zephyr zephyr dts generated devicetree unfixed h c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build zephyr include generated devicetree unfixed h warning lora shell defined at drivers lora kconfig was assigned the value y but got the value n check these unsatisfied dependencies shell n see and or look up lora shell in the menuconfig guiconfig interface the application development primer setting configuration values and kconfig tips and best practices sections of the manual might be helpful too warning the choice symbol lora defined at drivers lora kconfig was selected set y but no symbol ended up as the choice selection see and or look up lora in the menuconfig guiconfig interface the application development primer setting configuration values and kconfig tips and best practices sections of the manual might be helpful too parsing c users gabriel desktop nbps zephyrproject zephyr kconfig loaded configuration c users gabriel desktop nbps zephyrproject zephyr boards arm defconfig merged configuration c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a prj conf configuration saved to c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build zephyr config kconfig header saved to c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build zephyr include generated autoconf h the c compiler identification is gnu the cxx compiler identification is gnu the asm compiler identification is gnu found assembler c gnu arm embedded bin arm none eabi gcc exe cmake deprecation warning at c users gabriel desktop nbps zephyrproject modules lib civetweb cmakelists txt cmake minimum required compatibility with cmake will be removed from a future version of cmake update the version argument value or use a suffix to tell cmake that the project does not need compatibility with older versions configuring done generating done build files have been written to c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build west build building application linking c executable zephyr zephyr prebuilt elf failed zephyr zephyr prebuilt elf cmd exe c cd c gnu arm embedded bin arm none eabi gcc exe zephyr cmakefiles zephyr prebuilt dir misc empty file c obj o zephyr zephyr prebuilt elf wl t zephyr linker cmd wl map c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build zephyr zephyr prebuilt map wl whole archive app libapp a zephyr libzephyr a zephyr arch common libarch common a zephyr arch arch arm core libarch arm core a zephyr arch arch arm core cortex m libarch arm core cortex m a zephyr arch arch arm core cortex m mpu libarch arm core cortex m mpu a zephyr lib libc newlib liblib libc newlib a zephyr lib posix liblib posix a zephyr soc arm common cortex m libsoc arm common cortex m a zephyr soc arm nordic nrf libsoc arm nordic nrf a zephyr drivers gpio libdrivers gpio a zephyr drivers spi libdrivers spi a zephyr drivers lora libloramac node a zephyr drivers serial libdrivers serial a modules nordic lib modules hal nordic a wl no whole archive zephyr kernel libkernel a zephyr cmakefiles offsets dir arch arm core offsets offsets c obj l c gnu arm embedded bin lib gcc arm none eabi thumb m nofp lc users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build zephyr lgcc wl print memory usage zephyr arch common libisr tables a mcpu cortex mthumb mabi aapcs wl gc sections wl build id none wl sort common descending wl sort section alignment wl u offsetabssyms wl u configabssyms nostdlib static no pie wl x wl n wl orphan handling warn lm lc lgcc l c gnu arm embedded arm none eabi lib thumb m nofp specs nano specs cd c gnu arm embedded bin lib gcc arm none eabi arm none eabi bin ld exe app libapp a main c obj in function main c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build src main c undefined reference to lorawan start c gnu arm embedded bin lib gcc arm none eabi arm none eabi bin ld exe c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build src main c undefined reference to lorawan join c gnu arm embedded bin lib gcc arm none eabi arm none eabi bin ld exe c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build src main c undefined reference to lorawan send memory region used size region size age used flash b mb sram b kb idt list b kb exe error ld returned exit status ninja build stopped subcommand failed fatal error command exited with status c program files cmake bin cmake exe build c users gabriel desktop nbps zephyrproject zephyr samples lorawan class a build | 1 |
506,181 | 14,659,822,765 | IssuesEvent | 2020-12-28 21:34:59 | asteca/ASteCA | https://api.github.com/repos/asteca/ASteCA | opened | Uncertainty for annular rings in King's profile | effort:low priority:low type:plots type:structure | Currently these values are estimated as `sqrt(N)`. A simple way to estimate the uncertainty is given in [Structural parameters and blue stragglers in Sagittarius dwarf spheroidal galaxy globular clusters, Salinas et al (2012)](https://academic.oup.com/mnras/article/421/2/960/1126792#20152360):
> The radial profile of the stellar surface density is obtained following Djorgovski (1988). The cluster within the radius rmax is divided into 30 annular apertures with equal spacing. Each aperture is subdivided into eight sectors defined by wedges of 45° angles centred on the cluster. Star counts are made in each sector and then averaged to obtain a mean stellar surface density and its uncertainty at the middle radius of each annulus. | 1.0 | Uncertainty for annular rings in King's profile - Currently these values are estimated as `sqrt(N)`. A simple way to estimate the uncertainty is given in [Structural parameters and blue stragglers in Sagittarius dwarf spheroidal galaxy globular clusters, Salinas et al (2012)](https://academic.oup.com/mnras/article/421/2/960/1126792#20152360):
> The radial profile of the stellar surface density is obtained following Djorgovski (1988). The cluster within the radius rmax is divided into 30 annular apertures with equal spacing. Each aperture is subdivided into eight sectors defined by wedges of 45° angles centred on the cluster. Star counts are made in each sector and then averaged to obtain a mean stellar surface density and its uncertainty at the middle radius of each annulus. | priority | uncertainty for annular rings in king s profile currently these values are estimated as sqrt n a simple way to estimate the uncertainty is given in the radial profile of the stellar surface density is obtained following djorgovski the cluster within the radius rmax is divided into annular apertures with equal spacing each aperture is subdivided into eight sectors defined by wedges of ° angles centred on the cluster star counts are made in each sector and then averaged to obtain a mean stellar surface density and its uncertainty at the middle radius of each annulus | 1 |
542,705 | 15,865,286,105 | IssuesEvent | 2021-04-08 14:35:47 | zeoflow/jx | https://api.github.com/repos/zeoflow/jx | closed | Create typename from package | @feature @priority-very-low | **Describe the solution you'd like**
For instance if we have a string like `"String"` or `"java.lang.String"` and we want to create a TypeName then we just do `TypeName.get($string)`.
###### We also happily accept [pull requests](https://github.com/zeoflow/jx/pulls).
| 1.0 | Create typename from package - **Describe the solution you'd like**
For instance if we have a string like `"String"` or `"java.lang.String"` and we want to create a TypeName then we just do `TypeName.get($string)`.
###### We also happily accept [pull requests](https://github.com/zeoflow/jx/pulls).
| priority | create typename from package describe the solution you d like for instance if we have a string like string or java lang string and we want to create a typename then we just do typename get string we also happily accept | 1 |
490,378 | 14,118,791,548 | IssuesEvent | 2020-11-08 15:07:23 | AY2021S1-CS2113T-F11-4/tp | https://api.github.com/repos/AY2021S1-CS2113T-F11-4/tp | closed | catchDateFormat need a better error message | priority.High severity.Low type.Bug | Following command `sprint /create -goal milestone1 -start abcd` produces:
```
begin 4, end 6, length 4
``` | 1.0 | catchDateFormat need a better error message - Following command `sprint /create -goal milestone1 -start abcd` produces:
```
begin 4, end 6, length 4
``` | priority | catchdateformat need a better error message following command sprint create goal start abcd produces begin end length | 1 |
108,749 | 4,349,960,586 | IssuesEvent | 2016-07-30 22:59:07 | WPIRoboticsProjects/GRIP | https://api.github.com/repos/WPIRoboticsProjects/GRIP | closed | Should not be able to save a pipeline with errors (or at least shouldn't be able to deploy) | Developer Discussion/Decision Low Priority | If a step has a problem then you should not be able to deploy to the robot. This will prevent confusing "why didn't this work" problems. We should help keep users from shooting themselves in the foot. | 1.0 | Should not be able to save a pipeline with errors (or at least shouldn't be able to deploy) - If a step has a problem then you should not be able to deploy to the robot. This will prevent confusing "why didn't this work" problems. We should help keep users from shooting themselves in the foot. | priority | should not be able to save a pipeline with errors or at least shouldn t be able to deploy if a step has a problem then you should not be able to deploy to the robot this will prevent confusing why didn t this work problems we should help keep users from shooting themselves in the foot | 1 |
358,700 | 10,631,536,293 | IssuesEvent | 2019-10-15 08:34:46 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | devicetree bindings path misinterpreted | area: Device Tree bug priority: low | The Cmake/environment variable `DTS_ROOT_BINDINGS` provides a list of places that are searched for bindings files, which defaults to include `dts/bindings` found in `APPLICATION_SOURCE_DIR`,
`BOARD_DIR`, and `ZEPHYR_BASE` in that order. The expectation is that a binding for a specific compatible will be selected from the first location where it is found.
It appears that the current tooling picks the binding in the last directory searched. This is contrary to expected behavior. | 1.0 | devicetree bindings path misinterpreted - The Cmake/environment variable `DTS_ROOT_BINDINGS` provides a list of places that are searched for bindings files, which defaults to include `dts/bindings` found in `APPLICATION_SOURCE_DIR`,
`BOARD_DIR`, and `ZEPHYR_BASE` in that order. The expectation is that a binding for a specific compatible will be selected from the first location where it is found.
It appears that the current tooling picks the binding in the last directory searched. This is contrary to expected behavior. | priority | devicetree bindings path misinterpreted the cmake environment variable dts root bindings provides a list of places that are searched for bindings files which defaults to include dts bindings found in application source dir board dir and zephyr base in that order the expectation is that a binding for a specific compatible will be selected from the first location where it is found it appears that the current tooling picks the binding in the last directory searched this is contrary to expected behavior | 1 |
683,407 | 23,380,586,795 | IssuesEvent | 2022-08-11 09:05:09 | AmperSoftware/TF-Source-2-Issues | https://api.github.com/repos/AmperSoftware/TF-Source-2-Issues | closed | Demoman Eyelander (sword) animations are broken | bug low priority | **Describe the bug**
Sword equip animation is completely broken and then attack, walk, hold, all of the animations are missing.
**To Reproduce**
Steps to reproduce the behavior:
1. Pick Demoman and equip Eyelander
**Expected behavior**
Should have complete and working animation set for eyelander and other swords in future.
| 1.0 | Demoman Eyelander (sword) animations are broken - **Describe the bug**
Sword equip animation is completely broken and then attack, walk, hold, all of the animations are missing.
**To Reproduce**
Steps to reproduce the behavior:
1. Pick Demoman and equip Eyelander
**Expected behavior**
Should have complete and working animation set for eyelander and other swords in future.
| priority | demoman eyelander sword animations are broken describe the bug sword equip animation is completely broken and then attack walk hold all of the animations are missing to reproduce steps to reproduce the behavior pick demoman and equip eyelander expected behavior should have complete and working animation set for eyelander and other swords in future | 1 |
183,277 | 6,685,785,279 | IssuesEvent | 2017-10-07 00:51:16 | stats4sd/Stats4SD-Resources-Site | https://api.github.com/repos/stats4sd/Stats4SD-Resources-Site | closed | Improve back button functionality for case when no available history | -1 - Deep Backlog Priority-Low Size-Medium Type-bug | Currently navigating to a direct resource url will still bring up a back button which simply sends to window.history.back(), i.e. if you followed a link from another website it sends you back to the site, not further back within a navigation stack on the resources site. Therefore would be good to either track current navigation stack and send back appropriately, or hard-code back buttons via path (complicated as typcially /resource/xyz comes from resource clicked in /list/abc) | 1.0 | Improve back button functionality for case when no available history - Currently navigating to a direct resource url will still bring up a back button which simply sends to window.history.back(), i.e. if you followed a link from another website it sends you back to the site, not further back within a navigation stack on the resources site. Therefore would be good to either track current navigation stack and send back appropriately, or hard-code back buttons via path (complicated as typcially /resource/xyz comes from resource clicked in /list/abc) | priority | improve back button functionality for case when no available history currently navigating to a direct resource url will still bring up a back button which simply sends to window history back i e if you followed a link from another website it sends you back to the site not further back within a navigation stack on the resources site therefore would be good to either track current navigation stack and send back appropriately or hard code back buttons via path complicated as typcially resource xyz comes from resource clicked in list abc | 1 |
664,419 | 22,269,761,099 | IssuesEvent | 2022-06-10 11:04:56 | Chia-Network/chia-blockchain | https://api.github.com/repos/Chia-Network/chia-blockchain | closed | [Request] help text instead of plotters command starting plotting | enhancement stale-issue low-priority | ### What happened?
If one runs `chia plotters madmax` it starts plotting which is inconsistent with how `chia` commands generally work. A command with no flags has help text with suggestions as an output.
**Request:** Instead of `chia plotters madmax` commencing plotting, could it instead show some suggestions on what flags to use?
### Version
1.2.11
### What platform are you using?
Linux
### What ui mode are you using?
CLI
### Relevant log output
_No response_ | 1.0 | [Request] help text instead of plotters command starting plotting - ### What happened?
If one runs `chia plotters madmax` it starts plotting which is inconsistent with how `chia` commands generally work. A command with no flags has help text with suggestions as an output.
**Request:** Instead of `chia plotters madmax` commencing plotting, could it instead show some suggestions on what flags to use?
### Version
1.2.11
### What platform are you using?
Linux
### What ui mode are you using?
CLI
### Relevant log output
_No response_ | priority | help text instead of plotters command starting plotting what happened if one runs chia plotters madmax it starts plotting which is inconsistent with how chia commands generally work a command with no flags has help text with suggestions as an output request instead of chia plotters madmax commencing plotting could it instead show some suggestions on what flags to use version what platform are you using linux what ui mode are you using cli relevant log output no response | 1 |
788,705 | 27,762,605,067 | IssuesEvent | 2023-03-16 09:21:50 | AY2223S2-CS2103T-W13-4/tp | https://api.github.com/repos/AY2223S2-CS2103T-W13-4/tp | opened | [UI Bug] Mark/Unmark Homework not updating the side window (Homework list) in real time | bug priority.Low | While the Homework List of a student is open (on the right side), marking the homework as DONE does not instantly update the status on the Homework List. I have to click on the Homework button again to refresh the Homework List.
See the screenshots for details:


PS: Not urgent for v1.2 | 1.0 | [UI Bug] Mark/Unmark Homework not updating the side window (Homework list) in real time - While the Homework List of a student is open (on the right side), marking the homework as DONE does not instantly update the status on the Homework List. I have to click on the Homework button again to refresh the Homework List.
See the screenshots for details:


PS: Not urgent for v1.2 | priority | mark unmark homework not updating the side window homework list in real time while the homework list of a student is open on the right side marking the homework as done does not instantly update the status on the homework list i have to click on the homework button again to refresh the homework list see the screenshots for details ps not urgent for | 1 |
754,020 | 26,370,642,075 | IssuesEvent | 2023-01-11 20:21:31 | gamefreedomgit/Maelstrom | https://api.github.com/repos/gamefreedomgit/Maelstrom | closed | Twilight Armsman is dropping less amount of money than it should | NPC Status: Need Info Priority: Low | [//]: # (REMBEMBER! Add links to things related to the bug using for example:)
[//]: # (http://wowhead.com/)
[//]: # (cata-twinhead.twinstar.cz)
**Description:**
Twilight Armsman is dropping 17-30 copper per kill but should drop 25 silver according to the database

**How to reproduce:**
Go to Deepholm 41.2 69.6 kill Twilight Armsman and loot it
**How it should work:**
It should drop 25 silver
**Database links:**
https://www.wowhead.com/npc=44847/twilight-armsman | 1.0 | Twilight Armsman is dropping less amount of money than it should - [//]: # (REMBEMBER! Add links to things related to the bug using for example:)
[//]: # (http://wowhead.com/)
[//]: # (cata-twinhead.twinstar.cz)
**Description:**
Twilight Armsman is dropping 17-30 copper per kill but should drop 25 silver according to the database

**How to reproduce:**
Go to Deepholm 41.2 69.6 kill Twilight Armsman and loot it
**How it should work:**
It should drop 25 silver
**Database links:**
https://www.wowhead.com/npc=44847/twilight-armsman | priority | twilight armsman is dropping less amount of money than it should rembember add links to things related to the bug using for example cata twinhead twinstar cz description twilight armsman is dropping copper per kill but should drop silver according to the database how to reproduce go to deepholm kill twilight armsman and loot it how it should work it should drop silver database links | 1 |
668,781 | 22,597,617,197 | IssuesEvent | 2022-06-29 05:52:03 | Redocly/redocly-cli | https://api.github.com/repos/Redocly/redocly-cli | closed | Invalid example reference | Type: Bug Priority: Low GA | **Describe the bug**
Generates a relative path to a file instead of a link to a components.
**To Reproduce**
Steps to reproduce the behavior:
1. file index.yaml
```yaml
openapi: 3.0.3
info:
version: 3.0.0
components:
schemas:
$ref: "./networks.yaml"
```
2. file network.yaml
```yaml
type: object
description: Network
required:
- id
- network
properties:
id:
type: integer
network:
type: string
description: social network name
example:
id: 25
network: social
```
3. file networks.yaml
```yaml
type: array
items:
$ref: "./network.yaml"
example:
- $ref: "./network.yaml#/example"
```
4. Run `openapi bundle index.yaml --output output/test.yaml --ext yaml` command
5. See error (in swagger editor) **Resolver error at components.schemas.networks.example.0.$ref
Could not resolve reference: Tried to resolve a relative URL, without having a basePath. path: './network.yaml' basePath: 'undefined'**
**Expected result**
```yaml
networks:
type: array
items:
$ref: '#/components/schemas/network'
example:
- $ref: '#/components/schemas/network/example'
```
**Actual result**
```yaml
networks:
type: array
items:
$ref: '#/components/schemas/network'
example:
- $ref: ./network.yaml#/example
```
**`openapi-cli` Version(s)**
^1.0.0-beta.32
**`Node.js` Version(s)**
v14.15.5
**`npm` Version(s)**
7.6.0
**Additional context**


| 1.0 | Invalid example reference - **Describe the bug**
Generates a relative path to a file instead of a link to a components.
**To Reproduce**
Steps to reproduce the behavior:
1. file index.yaml
```yaml
openapi: 3.0.3
info:
version: 3.0.0
components:
schemas:
$ref: "./networks.yaml"
```
2. file network.yaml
```yaml
type: object
description: Network
required:
- id
- network
properties:
id:
type: integer
network:
type: string
description: social network name
example:
id: 25
network: social
```
3. file networks.yaml
```yaml
type: array
items:
$ref: "./network.yaml"
example:
- $ref: "./network.yaml#/example"
```
4. Run `openapi bundle index.yaml --output output/test.yaml --ext yaml` command
5. See error (in swagger editor) **Resolver error at components.schemas.networks.example.0.$ref
Could not resolve reference: Tried to resolve a relative URL, without having a basePath. path: './network.yaml' basePath: 'undefined'**
**Expected result**
```yaml
networks:
type: array
items:
$ref: '#/components/schemas/network'
example:
- $ref: '#/components/schemas/network/example'
```
**Actual result**
```yaml
networks:
type: array
items:
$ref: '#/components/schemas/network'
example:
- $ref: ./network.yaml#/example
```
**`openapi-cli` Version(s)**
^1.0.0-beta.32
**`Node.js` Version(s)**
v14.15.5
**`npm` Version(s)**
7.6.0
**Additional context**


| priority | invalid example reference describe the bug generates a relative path to a file instead of a link to a components to reproduce steps to reproduce the behavior file index yaml yaml openapi info version components schemas ref networks yaml file network yaml yaml type object description network required id network properties id type integer network type string description social network name example id network social file networks yaml yaml type array items ref network yaml example ref network yaml example run openapi bundle index yaml output output test yaml ext yaml command see error in swagger editor resolver error at components schemas networks example ref could not resolve reference tried to resolve a relative url without having a basepath path network yaml basepath undefined expected result yaml networks type array items ref components schemas network example ref components schemas network example actual result yaml networks type array items ref components schemas network example ref network yaml example openapi cli version s beta node js version s npm version s additional context | 1 |
113,792 | 4,569,047,117 | IssuesEvent | 2016-09-15 16:04:26 | isobar-techchallenge/isobar-a9f8d858-fb06-4865-833f-f03fc2d03cd1 | https://api.github.com/repos/isobar-techchallenge/isobar-a9f8d858-fb06-4865-833f-f03fc2d03cd1 | opened | Profile page spacing | priority:low | Project list label is to close to the graph. Need to adjust spacing of label to be closer to the project list. | 1.0 | Profile page spacing - Project list label is to close to the graph. Need to adjust spacing of label to be closer to the project list. | priority | profile page spacing project list label is to close to the graph need to adjust spacing of label to be closer to the project list | 1 |
511,637 | 14,878,655,469 | IssuesEvent | 2021-01-20 06:11:25 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1659] Buttons Copy/Delete local world can disappear | Category: UI Priority: Low Squad: Mountain Goat Status: Fixed Status: Reopen | Step to reproduce:
- start game, press Your Worlds:

- I have this buttons and I have auto-selected first local world, but it seems a little illogical now when we replaced it. So we need to delete autoselecting at all or change it to the first world in the first tab (in my case server Slayks in Favorite)
- select another world in non-local worlds tab:

- select any local world now, buttons Copy/Delete has disappeared

| 1.0 | [0.9.0 staging-1659] Buttons Copy/Delete local world can disappear - Step to reproduce:
- start game, press Your Worlds:

- I have this buttons and I have auto-selected first local world, but it seems a little illogical now when we replaced it. So we need to delete autoselecting at all or change it to the first world in the first tab (in my case server Slayks in Favorite)
- select another world in non-local worlds tab:

- select any local world now, buttons Copy/Delete has disappeared

| priority | buttons copy delete local world can disappear step to reproduce start game press your worlds i have this buttons and i have auto selected first local world but it seems a little illogical now when we replaced it so we need to delete autoselecting at all or change it to the first world in the first tab in my case server slayks in favorite select another world in non local worlds tab select any local world now buttons copy delete has disappeared | 1 |
588,458 | 17,660,763,942 | IssuesEvent | 2021-08-21 13:01:15 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] brisk-menu | request:new-pkg priority:low | ## 👶 For requesting new packages
- Link to the package(s) in AUR: https://aur.archlinux.org/packages/brisk-menu
- Utility this package has for you:
brisk menu for mate desktop
- Do you consider this package(s) to be useful for **every** chaotic user?:
- [ ] YES
- [ ] No, but yes for a great amount.
- [x] No, but yes for a few.
- [ ] No, it's useful only for me.
- Do you consider this package(s) to be useful for feature testing/preview (e.g: mesa-aco, wine-wayland)?:
- [ ] YES
- [x] NO
- Are you sure we don't have this package already (test with `pacman -Ss <pkgname>`)?:
- [x] YES
- Have you tested if this package builds in a clean chroot?:
- [x] YES
- [ ] NO
- Does the package's license allows us to redistribute it?:
- [x] YES
- [ ] No clue.
- Have you searched the [issues](https://github.com/chaotic-aur/packages/issues) to ensure this request is new (not duplicated)?:
- [x] YES
- Have you read the [README](https://github.com/chaotic-aur/packages#banished-and-rejected-packages) to ensure this package is not banned?:
- [x] YES | 1.0 | [Request] brisk-menu - ## 👶 For requesting new packages
- Link to the package(s) in AUR: https://aur.archlinux.org/packages/brisk-menu
- Utility this package has for you:
brisk menu for mate desktop
- Do you consider this package(s) to be useful for **every** chaotic user?:
- [ ] YES
- [ ] No, but yes for a great amount.
- [x] No, but yes for a few.
- [ ] No, it's useful only for me.
- Do you consider this package(s) to be useful for feature testing/preview (e.g: mesa-aco, wine-wayland)?:
- [ ] YES
- [x] NO
- Are you sure we don't have this package already (test with `pacman -Ss <pkgname>`)?:
- [x] YES
- Have you tested if this package builds in a clean chroot?:
- [x] YES
- [ ] NO
- Does the package's license allows us to redistribute it?:
- [x] YES
- [ ] No clue.
- Have you searched the [issues](https://github.com/chaotic-aur/packages/issues) to ensure this request is new (not duplicated)?:
- [x] YES
- Have you read the [README](https://github.com/chaotic-aur/packages#banished-and-rejected-packages) to ensure this package is not banned?:
- [x] YES | priority | brisk menu 👶 for requesting new packages link to the package s in aur utility this package has for you brisk menu for mate desktop do you consider this package s to be useful for every chaotic user yes no but yes for a great amount no but yes for a few no it s useful only for me do you consider this package s to be useful for feature testing preview e g mesa aco wine wayland yes no are you sure we don t have this package already test with pacman ss yes have you tested if this package builds in a clean chroot yes no does the package s license allows us to redistribute it yes no clue have you searched the to ensure this request is new not duplicated yes have you read the to ensure this package is not banned yes | 1 |
648,523 | 21,188,202,224 | IssuesEvent | 2022-04-08 14:43:01 | DarkMessiah27/2.PzD-Mission-Template | https://api.github.com/repos/DarkMessiah27/2.PzD-Mission-Template | closed | Fix Supporting Fires module not working for Admin Zeus | bug low priority | When a player is logged as Admin they are also assigned Zeus. This seems to cause an issue in the Supporting Fires module which thinks this player is the dedicated Zeus and attempts to execute the dedicated Zeus part of the script.
Proposal: remove dedicated Zeus portion of the Supporting Fires module as it's never used anyway. | 1.0 | Fix Supporting Fires module not working for Admin Zeus - When a player is logged as Admin they are also assigned Zeus. This seems to cause an issue in the Supporting Fires module which thinks this player is the dedicated Zeus and attempts to execute the dedicated Zeus part of the script.
Proposal: remove dedicated Zeus portion of the Supporting Fires module as it's never used anyway. | priority | fix supporting fires module not working for admin zeus when a player is logged as admin they are also assigned zeus this seems to cause an issue in the supporting fires module which thinks this player is the dedicated zeus and attempts to execute the dedicated zeus part of the script proposal remove dedicated zeus portion of the supporting fires module as it s never used anyway | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.