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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
405,675 | 11,880,924,558 | IssuesEvent | 2020-03-27 11:38:12 | frontity/frontity | https://api.github.com/repos/frontity/frontity | closed | Uncaptured server errors on 404 | bug priority: low | It looks like right now the server reports 404's on the console. Sometimes like this (http://localhost:3000/category/performance/):
```
An error ocurred fetching '/category/mobile-performance/':
Error: Entity of from endpoint 'categories' with slug 'mobile-performance' not found
at Api.getIdBySlug (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/api.ts:9:227)
at process._tickCallback (internal/process/next_tick.js:68:7)
```
and sometimes like this (http://localhost:3000/page/8):
```
An error ocurred fetching '/':
TypeError: Cannot destructure property `id` of 'undefined' or 'null'.
at entityList.map (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/populate.ts:6:47)
at Array.map (<anonymous>)
at populate (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/populate.ts:6:43)
at process._tickCallback (internal/process/next_tick.js:68:7)
``` | 1.0 | Uncaptured server errors on 404 - It looks like right now the server reports 404's on the console. Sometimes like this (http://localhost:3000/category/performance/):
```
An error ocurred fetching '/category/mobile-performance/':
Error: Entity of from endpoint 'categories' with slug 'mobile-performance' not found
at Api.getIdBySlug (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/api.ts:9:227)
at process._tickCallback (internal/process/next_tick.js:68:7)
```
and sometimes like this (http://localhost:3000/page/8):
```
An error ocurred fetching '/':
TypeError: Cannot destructure property `id` of 'undefined' or 'null'.
at entityList.map (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/populate.ts:6:47)
at Array.map (<anonymous>)
at populate (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/populate.ts:6:43)
at process._tickCallback (internal/process/next_tick.js:68:7)
``` | priority | uncaptured server errors on it looks like right now the server reports s on the console sometimes like this an error ocurred fetching category mobile performance error entity of from endpoint categories with slug mobile performance not found at api getidbyslug webpack internal node modules frontity wp source src libraries api ts at process tickcallback internal process next tick js and sometimes like this an error ocurred fetching typeerror cannot destructure property id of undefined or null at entitylist map webpack internal node modules frontity wp source src libraries populate ts at array map at populate webpack internal node modules frontity wp source src libraries populate ts at process tickcallback internal process next tick js | 1 |
233,379 | 7,697,322,122 | IssuesEvent | 2018-05-18 18:21:01 | mapbox/mapbox-navigation-android | https://api.github.com/repos/mapbox/mapbox-navigation-android | closed | Outdated location layer plugin code in MockNavigationActivity | low priority refactor | The test app's `MockNavigationActivity` has outdated code for the location layer plugin. Not hard to fix, but just making a ticket for future tracking. Low priority | 1.0 | Outdated location layer plugin code in MockNavigationActivity - The test app's `MockNavigationActivity` has outdated code for the location layer plugin. Not hard to fix, but just making a ticket for future tracking. Low priority | priority | outdated location layer plugin code in mocknavigationactivity the test app s mocknavigationactivity has outdated code for the location layer plugin not hard to fix but just making a ticket for future tracking low priority | 1 |
136,324 | 5,280,395,674 | IssuesEvent | 2017-02-07 14:07:58 | robotology/yarp | https://api.github.com/repos/robotology/yarp | closed | Yarpmanager to ensure stop wait | Complexity: Low Component: GUI - yarpmanager Priority: High Type: Enhancement | Hi @apaikan,
It would be really great if `yarpmanager` could handle also wait states upon shutting down the modules of an application. Something like this:
```xml
<ensure>
<wait>start="5" stop="3"</wait>
</ensure>
```
Being the following snippet interpreted as a `start wait` by default to keep back-compatibility:
```xml
<ensure>
<wait>5</wait>
</ensure>
```
This behavior would come in handy to address those **RTF** tests whose fixture contains e.g. the simulator and lots of components altogether, that is where closing them all at once would produce weird results.
I believe we can get away simply with `stop wait` to deal with such an unusual case, instead of coming up with very-principled-yet-difficult-maybe-not-working approach π | 1.0 | Yarpmanager to ensure stop wait - Hi @apaikan,
It would be really great if `yarpmanager` could handle also wait states upon shutting down the modules of an application. Something like this:
```xml
<ensure>
<wait>start="5" stop="3"</wait>
</ensure>
```
Being the following snippet interpreted as a `start wait` by default to keep back-compatibility:
```xml
<ensure>
<wait>5</wait>
</ensure>
```
This behavior would come in handy to address those **RTF** tests whose fixture contains e.g. the simulator and lots of components altogether, that is where closing them all at once would produce weird results.
I believe we can get away simply with `stop wait` to deal with such an unusual case, instead of coming up with very-principled-yet-difficult-maybe-not-working approach π | priority | yarpmanager to ensure stop wait hi apaikan it would be really great if yarpmanager could handle also wait states upon shutting down the modules of an application something like this xml start stop being the following snippet interpreted as a start wait by default to keep back compatibility xml this behavior would come in handy to address those rtf tests whose fixture contains e g the simulator and lots of components altogether that is where closing them all at once would produce weird results i believe we can get away simply with stop wait to deal with such an unusual case instead of coming up with very principled yet difficult maybe not working approach π | 1 |
642,710 | 20,911,024,997 | IssuesEvent | 2022-03-24 09:19:53 | TormodNy/pockball | https://api.github.com/repos/TormodNy/pockball | closed | Settings menu | Priority: Low | - [ ] Create SettingsState
- [x] Slider for adjusting volume
- [x] Possibility to quit game if entering settings from an active game (singleplayer, multiplayer)
- [x] Button for going back to main menu if settings is accessed from main menu, it should go back to pause screen if entering from the pause screen | 1.0 | Settings menu - - [ ] Create SettingsState
- [x] Slider for adjusting volume
- [x] Possibility to quit game if entering settings from an active game (singleplayer, multiplayer)
- [x] Button for going back to main menu if settings is accessed from main menu, it should go back to pause screen if entering from the pause screen | priority | settings menu create settingsstate slider for adjusting volume possibility to quit game if entering settings from an active game singleplayer multiplayer button for going back to main menu if settings is accessed from main menu it should go back to pause screen if entering from the pause screen | 1 |
546,118 | 15,987,429,323 | IssuesEvent | 2021-04-19 00:31:50 | KoalaBotUK/KoalaBot | https://api.github.com/repos/KoalaBotUK/KoalaBot | opened | SocialRepost | low priority new koala extension wontfix | ### Is your feature request related to a problem? Please describe.
As the Social Media Officer I want to be able to send a single message and have it sent to every social channel so I can save time and not have to log into excess websites.
### Requirements
Unknown:
1.
2.
### Describe alternatives you've considered
N/A
### Additional context
This will likely require a lot of interaction with the frontend, worth re-evaluating use of this when frontend is complete
| 1.0 | SocialRepost - ### Is your feature request related to a problem? Please describe.
As the Social Media Officer I want to be able to send a single message and have it sent to every social channel so I can save time and not have to log into excess websites.
### Requirements
Unknown:
1.
2.
### Describe alternatives you've considered
N/A
### Additional context
This will likely require a lot of interaction with the frontend, worth re-evaluating use of this when frontend is complete
| priority | socialrepost is your feature request related to a problem please describe as the social media officer i want to be able to send a single message and have it sent to every social channel so i can save time and not have to log into excess websites requirements unknown describe alternatives you ve considered n a additional context this will likely require a lot of interaction with the frontend worth re evaluating use of this when frontend is complete | 1 |
512,702 | 14,907,742,963 | IssuesEvent | 2021-01-22 03:59:28 | x42protocol/xCore | https://api.github.com/repos/x42protocol/xCore | closed | Function Request - 'Send all available balance' option | enhancement low priority | Is the feature you are request related to a problem? Please describe it in detail:
When clicking 'Send' an option to auto-fill all available balance would be a good addition.
Describe the solution you would like:
The send all available is pretty useful, but we may want to go a step further and have increments, 10, 25, 50% of available balance or other similar step numbers related to how much balance there is.
But just the send all all available is already a great option! Just clicking the available balance to auto-fill the amount would be more than enough.

| 1.0 | Function Request - 'Send all available balance' option - Is the feature you are request related to a problem? Please describe it in detail:
When clicking 'Send' an option to auto-fill all available balance would be a good addition.
Describe the solution you would like:
The send all available is pretty useful, but we may want to go a step further and have increments, 10, 25, 50% of available balance or other similar step numbers related to how much balance there is.
But just the send all all available is already a great option! Just clicking the available balance to auto-fill the amount would be more than enough.

| priority | function request send all available balance option is the feature you are request related to a problem please describe it in detail when clicking send an option to auto fill all available balance would be a good addition describe the solution you would like the send all available is pretty useful but we may want to go a step further and have increments of available balance or other similar step numbers related to how much balance there is but just the send all all available is already a great option just clicking the available balance to auto fill the amount would be more than enough | 1 |
637,716 | 20,676,140,363 | IssuesEvent | 2022-03-10 09:28:03 | rism-digital/verovio | https://api.github.com/repos/rism-digital/verovio | closed | Add rendering of note@stem.mod="#slash" | enhancement low priority | Related to discussion in issues #1881 and #716, `note@stem.mod="#slash"` should be rendered on notes in a similar manner to the current implementation of `sprech`. There are 6 slashes:
https://music-encoding.org/guidelines/v4/data-types/data.stemmodifier.html
Currently the slash stem modifications are ignored:
<img width="659" alt="Screen Shot 2020-12-15 at 8 09 00 AM" src="https://user-images.githubusercontent.com/3487289/102240523-d132da80-3eac-11eb-8753-c5e45e094057.png">
Expected rendering:
<img width="649" alt="Screen Shot 2020-12-15 at 8 11 13 AM" src="https://user-images.githubusercontent.com/3487289/102240820-22db6500-3ead-11eb-8c1a-beef268b6347.png">
(obviously 4-6 slashes would require lengthening the stems.)
MEI test data:
```xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.0">
<meiHead>
<fileDesc>
<titleStmt>
<title />
</titleStmt>
<pubStmt />
</fileDesc>
<encodingDesc>
<appInfo>
<application isodate="2020-12-15T08:06:28" version="3.1.0-dev-70bd0dc-dirty">
<name>Verovio</name>
<p>Transcoded from Humdrum</p>
</application>
</appInfo>
</encodingDesc>
<workList>
<work>
<title />
</work>
</workList>
</meiHead>
<music>
<body>
<mdiv xml:id="mdiv-0000001701894680">
<score xml:id="score-0000001381532705">
<scoreDef xml:id="scoredef-0000000875622581">
<staffGrp xml:id="staffgrp-0000000018642638">
<staffDef xml:id="staffdef-0000001048027346" n="1" lines="5">
<clef xml:id="clef-0000001688312356" shape="G" line="2" />
</staffDef>
</staffGrp>
</scoreDef>
<section xml:id="section-L1F1">
<measure xml:id="measure-L1" right="invis">
<staff xml:id="staff-0000001696773026" n="1">
<layer xml:id="layer-L1F1N1" n="1">
<note xml:id="note-L2F1" stem.mod="sprech" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L4F1" stem.mod="1slash" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L6F1" stem.mod="2slash" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L10F1" stem.mod="3slash" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L18F1" stem.mod="4slash" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L34F1" stem.mod="5slash" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L66F1" stem.mod="6slash" dur="4" oct="4" pname="e" accid.ges="n" />
</layer>
</staff>
</measure>
</section>
</score>
</mdiv>
</body>
</music>
</mei>
```
If the slashes mean a tremolo, then the note should be enclosed in a `<bTrem>`, and the current semantic system that infers slashes based on the `bTrem@unitdur` should remain:
<img width="350" alt="Screen Shot 2020-12-15 at 8 05 21 AM" src="https://user-images.githubusercontent.com/3487289/102240039-4a7dfd80-3eac-11eb-91b0-8f38d3dee2fb.png">
In such cases `note@stem.mod` is optional and if given, `note@stem.mod` should override the inferred slash count generated by `bTrem@unitdur`.
MEI test data:
```xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.0">
<meiHead>
<fileDesc>
<titleStmt>
<title />
</titleStmt>
<pubStmt />
</fileDesc>
<encodingDesc>
<appInfo>
<application isodate="2020-12-15T08:03:31" version="3.1.0-dev-70bd0dc-dirty">
<name>Verovio</name>
<p>Transcoded from Humdrum</p>
</application>
</appInfo>
</encodingDesc>
<workList>
<work>
<title />
</work>
</workList>
</meiHead>
<music>
<body>
<mdiv xml:id="mdiv-0000001732600802">
<score xml:id="score-0000000916200983">
<scoreDef xml:id="scoredef-0000000925394403">
<staffGrp xml:id="staffgrp-0000002031037947">
<staffDef xml:id="staffdef-0000001097076262" n="1" lines="5">
<clef xml:id="clef-0000000884488278" shape="G" line="2" />
</staffDef>
</staffGrp>
</scoreDef>
<section xml:id="section-L1F1">
<measure xml:id="measure-L1" right="invis">
<staff xml:id="staff-0000000178868360" n="1">
<layer xml:id="layer-L1F1N1" n="1">
<bTrem xml:id="btrem-L3F1-L4F1" unitdur="8">
<note xml:id="note-L3F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
<bTrem xml:id="btrem-L5F1-L8F1" unitdur="16">
<note xml:id="note-L5F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
<bTrem xml:id="btrem-L9F1-L16F1" unitdur="32">
<note xml:id="note-L9F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
<bTrem xml:id="btrem-L17F1-L32F1" unitdur="64">
<note xml:id="note-L17F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
<bTrem xml:id="btrem-L33F1-L64F1" unitdur="128">
<note xml:id="note-L33F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
<bTrem xml:id="btrem-L65F1-L128F1" unitdur="256">
<note xml:id="note-L65F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
</layer>
</staff>
</measure>
</section>
</score>
</mdiv>
</body>
</music>
</mei>
```
------------------------
For unmeasured tremolos, the encoding should be
```xml
<bTrem form="unmeas">
<note stem.mod="3slash">
</bTrem>
```
If there is no `note@stem.mod` for an unmeasured tremolo, then `note@stem.mod="3slash"` should be implied, since that is the most common symbol for an unmeasured tremolo. So the following should be equivalent visually to the above example:
```xml
<bTrem form="unmeas">
<note>
</bTrem>
```
Currently tremolos are not realized in the MEI-to-MIDI conversion in MEI. When they are implemented, `<bTrem>` would be required to realize a tremolo (not `note@stem.mod`). For unmeasured tremolos, it would be useful to have a scoreDef or staffDef attribute that sets the duration of unmeasured tremolos in terms of seconds or milliseconds (this can be discussed more in the future). In other words, unmeasured tremolos are independent of tempo and are played "as fast as possible". An unmeasured tremolo could be calculated to be played with a duration of 80 milliseconds, for example, or the nearest number of equal divisions of the parent-note's duration at the given tempo. So if the tempo is slow there would be many more repeated notes in the unmeasured tremolo as compared to playing the same note in a faster tempo.
There would be a question about what to do in this sort of case:
```xml
<bTrem>
<note stem.mod="2slash">
</bTrem>
```
For notation, there should be a note with two slashes on it. I would propose that this would be handled gracefully by a MIDI rendering by inferring `bTrem@unitdur` from the `note@stem.mod` contents. So in this case `bTrem@unitdur="16"` would be inferred from `note@stem.mod="2slash"`.
In other words, `bTrem@unitdur` and `note@stem.mod="#slash"` would be equal in their importance. Only one should be given, and the other could be inferred from it. For notation, the slash count could be inferred from `bTrem@unitdur` but can be overridden if `note@stem.mod` is given. Likewise for MIDI rendering, `note@stem.mod` could be used to infer `bTrem@unitdir`, but this can be overrideen if `bTrem@unitdur` is given. This is somewhat similar to `note@accid` and `note@accid.ges`, but the parameter pair are located in separate elements.
| 1.0 | Add rendering of note@stem.mod="#slash" - Related to discussion in issues #1881 and #716, `note@stem.mod="#slash"` should be rendered on notes in a similar manner to the current implementation of `sprech`. There are 6 slashes:
https://music-encoding.org/guidelines/v4/data-types/data.stemmodifier.html
Currently the slash stem modifications are ignored:
<img width="659" alt="Screen Shot 2020-12-15 at 8 09 00 AM" src="https://user-images.githubusercontent.com/3487289/102240523-d132da80-3eac-11eb-8753-c5e45e094057.png">
Expected rendering:
<img width="649" alt="Screen Shot 2020-12-15 at 8 11 13 AM" src="https://user-images.githubusercontent.com/3487289/102240820-22db6500-3ead-11eb-8c1a-beef268b6347.png">
(obviously 4-6 slashes would require lengthening the stems.)
MEI test data:
```xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.0">
<meiHead>
<fileDesc>
<titleStmt>
<title />
</titleStmt>
<pubStmt />
</fileDesc>
<encodingDesc>
<appInfo>
<application isodate="2020-12-15T08:06:28" version="3.1.0-dev-70bd0dc-dirty">
<name>Verovio</name>
<p>Transcoded from Humdrum</p>
</application>
</appInfo>
</encodingDesc>
<workList>
<work>
<title />
</work>
</workList>
</meiHead>
<music>
<body>
<mdiv xml:id="mdiv-0000001701894680">
<score xml:id="score-0000001381532705">
<scoreDef xml:id="scoredef-0000000875622581">
<staffGrp xml:id="staffgrp-0000000018642638">
<staffDef xml:id="staffdef-0000001048027346" n="1" lines="5">
<clef xml:id="clef-0000001688312356" shape="G" line="2" />
</staffDef>
</staffGrp>
</scoreDef>
<section xml:id="section-L1F1">
<measure xml:id="measure-L1" right="invis">
<staff xml:id="staff-0000001696773026" n="1">
<layer xml:id="layer-L1F1N1" n="1">
<note xml:id="note-L2F1" stem.mod="sprech" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L4F1" stem.mod="1slash" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L6F1" stem.mod="2slash" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L10F1" stem.mod="3slash" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L18F1" stem.mod="4slash" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L34F1" stem.mod="5slash" dur="4" oct="4" pname="e" accid.ges="n" />
<note xml:id="note-L66F1" stem.mod="6slash" dur="4" oct="4" pname="e" accid.ges="n" />
</layer>
</staff>
</measure>
</section>
</score>
</mdiv>
</body>
</music>
</mei>
```
If the slashes mean a tremolo, then the note should be enclosed in a `<bTrem>`, and the current semantic system that infers slashes based on the `bTrem@unitdur` should remain:
<img width="350" alt="Screen Shot 2020-12-15 at 8 05 21 AM" src="https://user-images.githubusercontent.com/3487289/102240039-4a7dfd80-3eac-11eb-91b0-8f38d3dee2fb.png">
In such cases `note@stem.mod` is optional and if given, `note@stem.mod` should override the inferred slash count generated by `bTrem@unitdur`.
MEI test data:
```xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.0">
<meiHead>
<fileDesc>
<titleStmt>
<title />
</titleStmt>
<pubStmt />
</fileDesc>
<encodingDesc>
<appInfo>
<application isodate="2020-12-15T08:03:31" version="3.1.0-dev-70bd0dc-dirty">
<name>Verovio</name>
<p>Transcoded from Humdrum</p>
</application>
</appInfo>
</encodingDesc>
<workList>
<work>
<title />
</work>
</workList>
</meiHead>
<music>
<body>
<mdiv xml:id="mdiv-0000001732600802">
<score xml:id="score-0000000916200983">
<scoreDef xml:id="scoredef-0000000925394403">
<staffGrp xml:id="staffgrp-0000002031037947">
<staffDef xml:id="staffdef-0000001097076262" n="1" lines="5">
<clef xml:id="clef-0000000884488278" shape="G" line="2" />
</staffDef>
</staffGrp>
</scoreDef>
<section xml:id="section-L1F1">
<measure xml:id="measure-L1" right="invis">
<staff xml:id="staff-0000000178868360" n="1">
<layer xml:id="layer-L1F1N1" n="1">
<bTrem xml:id="btrem-L3F1-L4F1" unitdur="8">
<note xml:id="note-L3F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
<bTrem xml:id="btrem-L5F1-L8F1" unitdur="16">
<note xml:id="note-L5F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
<bTrem xml:id="btrem-L9F1-L16F1" unitdur="32">
<note xml:id="note-L9F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
<bTrem xml:id="btrem-L17F1-L32F1" unitdur="64">
<note xml:id="note-L17F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
<bTrem xml:id="btrem-L33F1-L64F1" unitdur="128">
<note xml:id="note-L33F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
<bTrem xml:id="btrem-L65F1-L128F1" unitdur="256">
<note xml:id="note-L65F1" dur="4" oct="4" pname="e" accid.ges="n" />
</bTrem>
</layer>
</staff>
</measure>
</section>
</score>
</mdiv>
</body>
</music>
</mei>
```
------------------------
For unmeasured tremolos, the encoding should be
```xml
<bTrem form="unmeas">
<note stem.mod="3slash">
</bTrem>
```
If there is no `note@stem.mod` for an unmeasured tremolo, then `note@stem.mod="3slash"` should be implied, since that is the most common symbol for an unmeasured tremolo. So the following should be equivalent visually to the above example:
```xml
<bTrem form="unmeas">
<note>
</bTrem>
```
Currently tremolos are not realized in the MEI-to-MIDI conversion in MEI. When they are implemented, `<bTrem>` would be required to realize a tremolo (not `note@stem.mod`). For unmeasured tremolos, it would be useful to have a scoreDef or staffDef attribute that sets the duration of unmeasured tremolos in terms of seconds or milliseconds (this can be discussed more in the future). In other words, unmeasured tremolos are independent of tempo and are played "as fast as possible". An unmeasured tremolo could be calculated to be played with a duration of 80 milliseconds, for example, or the nearest number of equal divisions of the parent-note's duration at the given tempo. So if the tempo is slow there would be many more repeated notes in the unmeasured tremolo as compared to playing the same note in a faster tempo.
There would be a question about what to do in this sort of case:
```xml
<bTrem>
<note stem.mod="2slash">
</bTrem>
```
For notation, there should be a note with two slashes on it. I would propose that this would be handled gracefully by a MIDI rendering by inferring `bTrem@unitdur` from the `note@stem.mod` contents. So in this case `bTrem@unitdur="16"` would be inferred from `note@stem.mod="2slash"`.
In other words, `bTrem@unitdur` and `note@stem.mod="#slash"` would be equal in their importance. Only one should be given, and the other could be inferred from it. For notation, the slash count could be inferred from `bTrem@unitdur` but can be overridden if `note@stem.mod` is given. Likewise for MIDI rendering, `note@stem.mod` could be used to infer `bTrem@unitdir`, but this can be overrideen if `bTrem@unitdur` is given. This is somewhat similar to `note@accid` and `note@accid.ges`, but the parameter pair are located in separate elements.
| priority | add rendering of note stem mod slash related to discussion in issues and note stem mod slash should be rendered on notes in a similar manner to the current implementation of sprech there are slashes currently the slash stem modifications are ignored img width alt screen shot at am src expected rendering img width alt screen shot at am src obviously slashes would require lengthening the stems mei test data xml xml model href type application xml schematypens xml model href type application xml schematypens verovio transcoded from humdrum if the slashes mean a tremolo then the note should be enclosed in a and the current semantic system that infers slashes based on the btrem unitdur should remain img width alt screen shot at am src in such cases note stem mod is optional and if given note stem mod should override the inferred slash count generated by btrem unitdur mei test data xml xml model href type application xml schematypens xml model href type application xml schematypens verovio transcoded from humdrum for unmeasured tremolos the encoding should be xml if there is no note stem mod for an unmeasured tremolo then note stem mod should be implied since that is the most common symbol for an unmeasured tremolo so the following should be equivalent visually to the above example xml currently tremolos are not realized in the mei to midi conversion in mei when they are implemented would be required to realize a tremolo not note stem mod for unmeasured tremolos it would be useful to have a scoredef or staffdef attribute that sets the duration of unmeasured tremolos in terms of seconds or milliseconds this can be discussed more in the future in other words unmeasured tremolos are independent of tempo and are played as fast as possible an unmeasured tremolo could be calculated to be played with a duration of milliseconds for example or the nearest number of equal divisions of the parent note s duration at the given tempo so if the tempo is slow there would be many more repeated notes in the unmeasured tremolo as compared to playing the same note in a faster tempo there would be a question about what to do in this sort of case xml for notation there should be a note with two slashes on it i would propose that this would be handled gracefully by a midi rendering by inferring btrem unitdur from the note stem mod contents so in this case btrem unitdur would be inferred from note stem mod in other words btrem unitdur and note stem mod slash would be equal in their importance only one should be given and the other could be inferred from it for notation the slash count could be inferred from btrem unitdur but can be overridden if note stem mod is given likewise for midi rendering note stem mod could be used to infer btrem unitdir but this can be overrideen if btrem unitdur is given this is somewhat similar to note accid and note accid ges but the parameter pair are located in separate elements | 1 |
95,519 | 3,952,845,620 | IssuesEvent | 2016-04-29 10:43:22 | igabriel85/IeAT-DICE-Repository | https://api.github.com/repos/igabriel85/IeAT-DICE-Repository | opened | Boostrap script should be more verbose | enhancement Low Priority | Currently the bootstrap script is silently executed in the background. Add verbose installing to check the current state of the installation:
./dmon-start.sh -i -p 5001 more verbose | 1.0 | Boostrap script should be more verbose - Currently the bootstrap script is silently executed in the background. Add verbose installing to check the current state of the installation:
./dmon-start.sh -i -p 5001 more verbose | priority | boostrap script should be more verbose currently the bootstrap script is silently executed in the background add verbose installing to check the current state of the installation dmon start sh i p more verbose | 1 |
309,513 | 9,476,276,784 | IssuesEvent | 2019-04-19 14:33:45 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | token of Siegfried not working. Roulette version. | component:core component:database mode:prerenewal mode:renewal priority:low status:confirmed type:enhancement | * **rAthena Hash**:
* **Client Date**:
2018-06-20e
* **Server Mode**:
Renewal
* **Description of Issue**:
* Result:
i get the resurrect menu but when i click on it, it does nothing. I'm using client 2018-0620e. I didn't diff skip resurrect button either. And im using a svn from about 2 weeks ago so fairly new.
* Expected Result:
to revive.
* How to Reproduce:
Ok i figured out whats wrong, svn is set to revive if you have token of Siegfried id 7621 But roulette give you a non trade-able version id 6316. I think both id should be added to the src.
* Official Information:
* **Modifications that may affect results**:
Havent made any modifications
| 1.0 | token of Siegfried not working. Roulette version. - * **rAthena Hash**:
* **Client Date**:
2018-06-20e
* **Server Mode**:
Renewal
* **Description of Issue**:
* Result:
i get the resurrect menu but when i click on it, it does nothing. I'm using client 2018-0620e. I didn't diff skip resurrect button either. And im using a svn from about 2 weeks ago so fairly new.
* Expected Result:
to revive.
* How to Reproduce:
Ok i figured out whats wrong, svn is set to revive if you have token of Siegfried id 7621 But roulette give you a non trade-able version id 6316. I think both id should be added to the src.
* Official Information:
* **Modifications that may affect results**:
Havent made any modifications
| priority | token of siegfried not working roulette version rathena hash client date server mode renewal description of issue result i get the resurrect menu but when i click on it it does nothing i m using client i didn t diff skip resurrect button either and im using a svn from about weeks ago so fairly new expected result to revive how to reproduce ok i figured out whats wrong svn is set to revive if you have token of siegfried id but roulette give you a non trade able version id i think both id should be added to the src official information modifications that may affect results havent made any modifications | 1 |
407,500 | 11,914,421,626 | IssuesEvent | 2020-03-31 13:34:51 | AbsaOSS/enceladus | https://api.github.com/repos/AbsaOSS/enceladus | opened | Remove GeorgiChochov from codeowners | priority: low refactoring | ## Background
Bye bye
## Feature
Don't bug me with PRs anymore.
## Example
~~GeorgiChochov~~
## Proposed Solution
Solution Ideas
1. Remove from develop
2. Remove from gh-pages
| 1.0 | Remove GeorgiChochov from codeowners - ## Background
Bye bye
## Feature
Don't bug me with PRs anymore.
## Example
~~GeorgiChochov~~
## Proposed Solution
Solution Ideas
1. Remove from develop
2. Remove from gh-pages
| priority | remove georgichochov from codeowners background bye bye feature don t bug me with prs anymore example georgichochov proposed solution solution ideas remove from develop remove from gh pages | 1 |
59,800 | 3,117,560,454 | IssuesEvent | 2015-09-04 02:37:30 | framingeinstein/issues-test | https://api.github.com/repos/framingeinstein/issues-test | opened | SPK-154: Footer: The subscribe field is missing default text | priority:low resolution:done | The Subscribe to Speakman field is missing the default text "enter your email address".
Steps:
1. Go to http://qa.speakman.rallyapp.co/
2. Scroll down to the footer
3. Note that the Subscribe field is missing the default text
Browsers:
IE 9 Windows 7 | 1.0 | SPK-154: Footer: The subscribe field is missing default text - The Subscribe to Speakman field is missing the default text "enter your email address".
Steps:
1. Go to http://qa.speakman.rallyapp.co/
2. Scroll down to the footer
3. Note that the Subscribe field is missing the default text
Browsers:
IE 9 Windows 7 | priority | spk footer the subscribe field is missing default text the subscribe to speakman field is missing the default text enter your email address steps go to scroll down to the footer note that the subscribe field is missing the default text browsers ie windows | 1 |
441,031 | 12,707,020,377 | IssuesEvent | 2020-06-23 08:13:39 | luna/luna | https://api.github.com/repos/luna/luna | closed | Compilation of missing Attr operations succeeds while it should not | Category: Compiler Change: Non-Breaking Difficulty: Core Contributor Priority: Low Type: Bug | @kustosz commented on [Mon Jun 18 2018](https://github.com/luna/luna-core/issues/86)
consider this code:
```
type instance Pass.Spec DesugarListLiterals t = DesugarListLiteralsSpec t
type family DesugarListLiteralsSpec t where
DesugarListLiteralsSpec (Pass.In Pass.Attrs) = '[Root, UniqueNameGen]
DesugarListLiteralsSpec (Pass.Out Pass.Attrs) = '[UniqueNameGen]
DesugarListLiteralsSpec t = Pass.BasicPassSpec t
instance ( Pass.Interface DesugarListLiterals (Pass.Pass stage DesugarListLiterals)
, IR.DeleteSubtree (Pass.Pass stage DesugarListLiterals)
) => Pass.Definition stage DesugarListLiterals where
definition = do
Root root <- Attr.get
Attr.put $ Root root
```
This compiles, even though `Root` is not a writable attribute inside this pass.
| 1.0 | Compilation of missing Attr operations succeeds while it should not - @kustosz commented on [Mon Jun 18 2018](https://github.com/luna/luna-core/issues/86)
consider this code:
```
type instance Pass.Spec DesugarListLiterals t = DesugarListLiteralsSpec t
type family DesugarListLiteralsSpec t where
DesugarListLiteralsSpec (Pass.In Pass.Attrs) = '[Root, UniqueNameGen]
DesugarListLiteralsSpec (Pass.Out Pass.Attrs) = '[UniqueNameGen]
DesugarListLiteralsSpec t = Pass.BasicPassSpec t
instance ( Pass.Interface DesugarListLiterals (Pass.Pass stage DesugarListLiterals)
, IR.DeleteSubtree (Pass.Pass stage DesugarListLiterals)
) => Pass.Definition stage DesugarListLiterals where
definition = do
Root root <- Attr.get
Attr.put $ Root root
```
This compiles, even though `Root` is not a writable attribute inside this pass.
| priority | compilation of missing attr operations succeeds while it should not kustosz commented on consider this code type instance pass spec desugarlistliterals t desugarlistliteralsspec t type family desugarlistliteralsspec t where desugarlistliteralsspec pass in pass attrs desugarlistliteralsspec pass out pass attrs desugarlistliteralsspec t pass basicpassspec t instance pass interface desugarlistliterals pass pass stage desugarlistliterals ir deletesubtree pass pass stage desugarlistliterals pass definition stage desugarlistliterals where definition do root root attr get attr put root root this compiles even though root is not a writable attribute inside this pass | 1 |
117,221 | 4,712,527,296 | IssuesEvent | 2016-10-14 17:03:10 | minj/foxtrick | https://api.github.com/repos/minj/foxtrick | opened | Highlight own team and MyMonitor teams in Cup round overview | feature Misc needs-ack Priority-Low | **From:** RUKENT
**PostID:** [16412248.642](https://www.hattrick.org/goto.ashx?path=%2FForum%2FRead.aspx%3Ft%3D16412248%26n%3D642%26v%3D0)
**To:** Everyone
**Re:** [16412248.1](https://www.hattrick.org/goto.ashx?path=%2FForum%2FRead.aspx%3Ft%3D16412248%26n%3D1%26v%3D0)
**Datetime:** 2016-10-12 22:47
**Message:**
In the matchlist of the Cup could you make the matches of my own team and teams from MyHattrick->MyMonitor highlighted?
For example: here [(/World/Cup/CupMatches.aspx?CupId=162&CupRound=3)](https://www.hattrick.org/goto.ashx?path=%2FWorld%2FCup%2FCupMatches.aspx%3FCupId%3D162%26CupRound%3D3) i want to see higlited matches of Spartak Bishkek, FC KwirynΓ³w and Lokomotiv(Bishkek)
| 1.0 | Highlight own team and MyMonitor teams in Cup round overview - **From:** RUKENT
**PostID:** [16412248.642](https://www.hattrick.org/goto.ashx?path=%2FForum%2FRead.aspx%3Ft%3D16412248%26n%3D642%26v%3D0)
**To:** Everyone
**Re:** [16412248.1](https://www.hattrick.org/goto.ashx?path=%2FForum%2FRead.aspx%3Ft%3D16412248%26n%3D1%26v%3D0)
**Datetime:** 2016-10-12 22:47
**Message:**
In the matchlist of the Cup could you make the matches of my own team and teams from MyHattrick->MyMonitor highlighted?
For example: here [(/World/Cup/CupMatches.aspx?CupId=162&CupRound=3)](https://www.hattrick.org/goto.ashx?path=%2FWorld%2FCup%2FCupMatches.aspx%3FCupId%3D162%26CupRound%3D3) i want to see higlited matches of Spartak Bishkek, FC KwirynΓ³w and Lokomotiv(Bishkek)
| priority | highlight own team and mymonitor teams in cup round overview from rukent postid to everyone re datetime message in the matchlist of the cup could you make the matches of my own team and teams from myhattrick mymonitor highlighted for example here i want to see higlited matches of spartak bishkek fc kwirynΓ³w and lokomotiv bishkek | 1 |
160,944 | 6,105,811,580 | IssuesEvent | 2017-06-21 01:16:47 | ProjectSidewalk/SidewalkWebpage | https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage | closed | Login/Sign in text should be consistent | EasyFix! in progress Priority: Low pull-request-submitted | At the top of the landing page, the button is called "Login", but pops up a window with the title "Sign in". I'm sure that (essentially) everyone understands that these are synonymous, but they should still be consistent.
Is there a reason/preference for choosing one over the other? | 1.0 | Login/Sign in text should be consistent - At the top of the landing page, the button is called "Login", but pops up a window with the title "Sign in". I'm sure that (essentially) everyone understands that these are synonymous, but they should still be consistent.
Is there a reason/preference for choosing one over the other? | priority | login sign in text should be consistent at the top of the landing page the button is called login but pops up a window with the title sign in i m sure that essentially everyone understands that these are synonymous but they should still be consistent is there a reason preference for choosing one over the other | 1 |
378,421 | 11,202,048,276 | IssuesEvent | 2020-01-04 09:12:09 | aaronspring/pymistral | https://api.github.com/repos/aaronspring/pymistral | reopened | Open jsbach echam grb files | Low priority bug help wanted question | I heard about the cfgrib lib which got implemented in xarray. But I donβt get it working.
Workaround: cdo postprocessing | 1.0 | Open jsbach echam grb files - I heard about the cfgrib lib which got implemented in xarray. But I donβt get it working.
Workaround: cdo postprocessing | priority | open jsbach echam grb files i heard about the cfgrib lib which got implemented in xarray but i donβt get it working workaround cdo postprocessing | 1 |
76,331 | 3,487,270,997 | IssuesEvent | 2016-01-01 18:27:19 | CosmosOS/Cosmos | https://api.github.com/repos/CosmosOS/Cosmos | closed | String.Split Not Working Correctly | area_kernel complexity_low priority_medium | ```C#
var code = TypedCommand.Split(new[] { "print " }, StringSplitOptions.RemoveEmptyEntries)[0];
Console.WriteLine(code[0]);
```
TypedCommand Is A String With The User Input (Console.ReadLine();)
Input: print asa
Expected Output: asa
Output: p
Input: print manta
Expected Output: manta
Output: p | 1.0 | String.Split Not Working Correctly - ```C#
var code = TypedCommand.Split(new[] { "print " }, StringSplitOptions.RemoveEmptyEntries)[0];
Console.WriteLine(code[0]);
```
TypedCommand Is A String With The User Input (Console.ReadLine();)
Input: print asa
Expected Output: asa
Output: p
Input: print manta
Expected Output: manta
Output: p | priority | string split not working correctly c var code typedcommand split new print stringsplitoptions removeemptyentries console writeline code typedcommand is a string with the user input console readline input print asa expected output asa output p input print manta expected output manta output p | 1 |
380,126 | 11,254,116,070 | IssuesEvent | 2020-01-11 21:04:25 | mattgodbolt/compiler-explorer | https://api.github.com/repos/mattgodbolt/compiler-explorer | closed | IE11.0 minimaps cause errors (UInt8ClampedArray) | Windows bug low priority | Sentry Issue: [COMPILER-EXPLORER-5D4](https://sentry.io/organizations/compiler-explorer/issues/1292198083/?referrer=github_integration)
```
Error: 'Uint8ClampedArray' is undefined
ReferenceError: 'Uint8ClampedArray' is undefined
at _createBackgroundFillData (https://static.ce-cdn.net/main.5a60a5949c9356222409.js:1:924371)
at po (https://static.ce-cdn.net/main.5a60a5949c9356222409.js:1:92...
at this (./node_modules/monaco-editor/esm/vs/editor/browser/viewParts/minimap/minimap.js:271:13)
at MinimapBuffers (./node_modules/monaco-editor/esm/vs/editor/browser/viewParts/minimap/minimap.js:252:9)
at _getBuffer (./node_modules/monaco-editor/esm/vs/editor/browser/viewParts/minimap/minimap.js:391:9)
at this (./node_modules/monaco-editor/esm/vs/editor/browser/viewParts/minimap/minimap.js:491:9)
at viewPart (./node_modules/monaco-editor/esm/vs/editor/browser/viewParts/minimap/minimap.js:477:9)
...
(11 additional frame(s) were not displayed)
``` | 1.0 | IE11.0 minimaps cause errors (UInt8ClampedArray) - Sentry Issue: [COMPILER-EXPLORER-5D4](https://sentry.io/organizations/compiler-explorer/issues/1292198083/?referrer=github_integration)
```
Error: 'Uint8ClampedArray' is undefined
ReferenceError: 'Uint8ClampedArray' is undefined
at _createBackgroundFillData (https://static.ce-cdn.net/main.5a60a5949c9356222409.js:1:924371)
at po (https://static.ce-cdn.net/main.5a60a5949c9356222409.js:1:92...
at this (./node_modules/monaco-editor/esm/vs/editor/browser/viewParts/minimap/minimap.js:271:13)
at MinimapBuffers (./node_modules/monaco-editor/esm/vs/editor/browser/viewParts/minimap/minimap.js:252:9)
at _getBuffer (./node_modules/monaco-editor/esm/vs/editor/browser/viewParts/minimap/minimap.js:391:9)
at this (./node_modules/monaco-editor/esm/vs/editor/browser/viewParts/minimap/minimap.js:491:9)
at viewPart (./node_modules/monaco-editor/esm/vs/editor/browser/viewParts/minimap/minimap.js:477:9)
...
(11 additional frame(s) were not displayed)
``` | priority | minimaps cause errors sentry issue error is undefined referenceerror is undefined at createbackgroundfilldata at po at this node modules monaco editor esm vs editor browser viewparts minimap minimap js at minimapbuffers node modules monaco editor esm vs editor browser viewparts minimap minimap js at getbuffer node modules monaco editor esm vs editor browser viewparts minimap minimap js at this node modules monaco editor esm vs editor browser viewparts minimap minimap js at viewpart node modules monaco editor esm vs editor browser viewparts minimap minimap js additional frame s were not displayed | 1 |
44,568 | 2,909,139,637 | IssuesEvent | 2015-06-20 12:33:39 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | closed | [DEV-FREEZE] Can't join as drone or mouse during round | could not reproduce priority: low | I'm not sure if this is by design or not, but upon joining a new round, I was unable to use the become mouse or join as drone verbs. | 1.0 | [DEV-FREEZE] Can't join as drone or mouse during round - I'm not sure if this is by design or not, but upon joining a new round, I was unable to use the become mouse or join as drone verbs. | priority | can t join as drone or mouse during round i m not sure if this is by design or not but upon joining a new round i was unable to use the become mouse or join as drone verbs | 1 |
298,630 | 9,200,611,919 | IssuesEvent | 2019-03-07 17:28:10 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | Tab order in WMS dialogue is not kind | Category: GUI 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: **spatialguru-shaw-ca -** (spatialguru-shaw-ca -)
Original Redmine Issue: 197, https://issues.qgis.org/issues/197
Original Assignee: Brendan Morley -
---
Hi,
The tab order in the Create a New WMS Connection dialogue seems to have been ignored. Tab doesn't move through the fields in a natural/intuitive manner.
| 1.0 | Tab order in WMS dialogue is not kind - ---
Author Name: **spatialguru-shaw-ca -** (spatialguru-shaw-ca -)
Original Redmine Issue: 197, https://issues.qgis.org/issues/197
Original Assignee: Brendan Morley -
---
Hi,
The tab order in the Create a New WMS Connection dialogue seems to have been ignored. Tab doesn't move through the fields in a natural/intuitive manner.
| priority | tab order in wms dialogue is not kind author name spatialguru shaw ca spatialguru shaw ca original redmine issue original assignee brendan morley hi the tab order in the create a new wms connection dialogue seems to have been ignored tab doesn t move through the fields in a natural intuitive manner | 1 |
295,458 | 9,086,764,309 | IssuesEvent | 2019-02-18 11:52:14 | slarse/lektor | https://api.github.com/repos/slarse/lektor | closed | Add support for try/except in coverage tool | low priority tool | This is a bit more complicated than the regular for/if/while stuff.
#1 | 1.0 | Add support for try/except in coverage tool - This is a bit more complicated than the regular for/if/while stuff.
#1 | priority | add support for try except in coverage tool this is a bit more complicated than the regular for if while stuff | 1 |
819,186 | 30,723,448,363 | IssuesEvent | 2023-07-27 17:40:20 | nck-2/test-rep | https://api.github.com/repos/nck-2/test-rep | closed | fix indextool to show doc_id instead of row_id | enhancement priority::low | during indextool --check all errors show internal row_id and its hard to find what document causes error.
It might be better to show doc_id along or with row_id.
In case that might leads to crash add new mode to indextool to dump rowid along with docid
βIssue is synchronized with this [Gitlab issue](https://gitlab.com/manticoresearch/dev/-/issues/360) | 1.0 | fix indextool to show doc_id instead of row_id - during indextool --check all errors show internal row_id and its hard to find what document causes error.
It might be better to show doc_id along or with row_id.
In case that might leads to crash add new mode to indextool to dump rowid along with docid
βIssue is synchronized with this [Gitlab issue](https://gitlab.com/manticoresearch/dev/-/issues/360) | priority | fix indextool to show doc id instead of row id during indextool check all errors show internal row id and its hard to find what document causes error it might be better to show doc id along or with row id in case that might leads to crash add new mode to indextool to dump rowid along with docid βissue is synchronized with this | 1 |
623,410 | 19,667,166,565 | IssuesEvent | 2022-01-11 00:29:27 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID: 240243] Uninitialized scalar variable in tests/lib/cmsis_dsp/matrix/src/unary_q31.c | bug priority: low Coverity Stale |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/c0fcd35531611bbe35376c62a9e50744d6904940/tests/lib/cmsis_dsp/matrix/src/unary_q31.c
Category: Uninitialized variables
Function: `test_op2`
Component: Tests
CID: [240243](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=240243)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/c0fcd35531611bbe35376c62a9e50744d6904940/tests/lib/cmsis_dsp/matrix/src/unary_q31.c
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v29271/p12996.
For more information about the violation, check the [Coverity Reference](https://scan9.coverity.com/doc/en/cov_checker_ref.html#static_checker_UNINIT). ([CWE-457](http://cwe.mitre.org/data/definitions/457.html))
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| 1.0 | [Coverity CID: 240243] Uninitialized scalar variable in tests/lib/cmsis_dsp/matrix/src/unary_q31.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/c0fcd35531611bbe35376c62a9e50744d6904940/tests/lib/cmsis_dsp/matrix/src/unary_q31.c
Category: Uninitialized variables
Function: `test_op2`
Component: Tests
CID: [240243](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=240243)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/c0fcd35531611bbe35376c62a9e50744d6904940/tests/lib/cmsis_dsp/matrix/src/unary_q31.c
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v29271/p12996.
For more information about the violation, check the [Coverity Reference](https://scan9.coverity.com/doc/en/cov_checker_ref.html#static_checker_UNINIT). ([CWE-457](http://cwe.mitre.org/data/definitions/457.html))
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| priority | uninitialized scalar variable in tests lib cmsis dsp matrix src unary c static code scan issues found in file category uninitialized variables function test component tests cid details please fix or provide comments in coverity using the link for more information about the violation check the note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file | 1 |
155,363 | 5,954,302,497 | IssuesEvent | 2017-05-27 16:32:45 | sebhoss/yosql | https://api.github.com/repos/sebhoss/yosql | opened | return proper termination codes | Interface :: CLI Priority :: Low Quality :: Runtime Type :: Enhancement | `0` can still be used for successful terminations, however each (un)known error should get its own error code as well. | 1.0 | return proper termination codes - `0` can still be used for successful terminations, however each (un)known error should get its own error code as well. | priority | return proper termination codes can still be used for successful terminations however each un known error should get its own error code as well | 1 |
673,789 | 23,031,426,907 | IssuesEvent | 2022-07-22 14:16:14 | sogrim/technion-sogrim | https://api.github.com/repos/sogrim/technion-sogrim | closed | Location of exporting degree status to CSV logic - fe / be? | :alarm_clock: priority:low :traffic_light: status:backlog :bulb: planning | maybe we need to think about the "location" of this logic - fe / be?
@liadaram1 @benny-n wdyt?
_Originally posted by @NissanOhana in https://github.com/sogrim/technion-sogrim/issues/120#issuecomment-1073310232_ | 1.0 | Location of exporting degree status to CSV logic - fe / be? - maybe we need to think about the "location" of this logic - fe / be?
@liadaram1 @benny-n wdyt?
_Originally posted by @NissanOhana in https://github.com/sogrim/technion-sogrim/issues/120#issuecomment-1073310232_ | priority | location of exporting degree status to csv logic fe be maybe we need to think about the location of this logic fe be benny n wdyt originally posted by nissanohana in | 1 |
174,089 | 6,536,471,200 | IssuesEvent | 2017-08-31 18:16:52 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | Admin maintenance: Fix useless window explanation | Priority: Low Type: Bug | From the same team who brought you 'Pouet pouet 25 MB/s', let us present the most useless explanation to an obscure parameter:
https://github.com/inverse-inc/packetfence/commit/8990df47022cccb9b33f3574c936b61bad4bd203#diff-876068795854e3c3204e7e047daa358dR74 | 1.0 | Admin maintenance: Fix useless window explanation - From the same team who brought you 'Pouet pouet 25 MB/s', let us present the most useless explanation to an obscure parameter:
https://github.com/inverse-inc/packetfence/commit/8990df47022cccb9b33f3574c936b61bad4bd203#diff-876068795854e3c3204e7e047daa358dR74 | priority | admin maintenance fix useless window explanation from the same team who brought you pouet pouet mb s let us present the most useless explanation to an obscure parameter | 1 |
61,603 | 3,150,656,256 | IssuesEvent | 2015-09-16 00:48:17 | SiCKRAGETV/sickrage-issues | https://api.github.com/repos/SiCKRAGETV/sickrage-issues | closed | Dont show 'update available' DIV while showing restart.mako... | 1: Feature request 2: Low Priority | ... because user already hit "update". | 1.0 | Dont show 'update available' DIV while showing restart.mako... - ... because user already hit "update". | priority | dont show update available div while showing restart mako because user already hit update | 1 |
621,660 | 19,594,028,662 | IssuesEvent | 2022-01-05 15:52:54 | axelarnetwork/axelar-core | https://api.github.com/repos/axelarnetwork/axelar-core | closed | Missing Validation of Empty Arrays | bug low priority | ## Description/Reasoning
## Current Behaviour
## Expected Behaviour
Incorporate a check requiring the non-zero length of all arrays within the ValidateBasic()
## Steps to reproduce (for bugs)
## Relevant Logs or Files
<img width="773" alt="Screen Shot 2021-12-24 at 12 50 08 AM" src="https://user-images.githubusercontent.com/1995809/147270079-8caa1b66-763c-40ee-bce8-161422c8fd6e.png">
| 1.0 | Missing Validation of Empty Arrays - ## Description/Reasoning
## Current Behaviour
## Expected Behaviour
Incorporate a check requiring the non-zero length of all arrays within the ValidateBasic()
## Steps to reproduce (for bugs)
## Relevant Logs or Files
<img width="773" alt="Screen Shot 2021-12-24 at 12 50 08 AM" src="https://user-images.githubusercontent.com/1995809/147270079-8caa1b66-763c-40ee-bce8-161422c8fd6e.png">
| priority | missing validation of empty arrays description reasoning current behaviour expected behaviour incorporate a check requiring the non zero length of all arrays within the validatebasic steps to reproduce for bugs relevant logs or files img width alt screen shot at am src | 1 |
375,063 | 11,099,220,203 | IssuesEvent | 2019-12-16 16:35:47 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | opened | Daily Docket is missing hearing type | Bug caseflow-hearings priority-medium tango | UAT testing error from virtual hearings
Problem:
Hearing type is missing next to the entry in the daily docket.
AC: The daily docket should match the design.
https://va-gov.invisionapp.com/share/8AUO95JMRW7#/screens/391795321 | 1.0 | Daily Docket is missing hearing type - UAT testing error from virtual hearings
Problem:
Hearing type is missing next to the entry in the daily docket.
AC: The daily docket should match the design.
https://va-gov.invisionapp.com/share/8AUO95JMRW7#/screens/391795321 | priority | daily docket is missing hearing type uat testing error from virtual hearings problem hearing type is missing next to the entry in the daily docket ac the daily docket should match the design | 1 |
381,727 | 11,286,776,061 | IssuesEvent | 2020-01-16 01:52:34 | python-discord/bot | https://api.github.com/repos/python-discord/bot | opened | User command fails for certain custom statuses | area: information priority: 3 - low status: WIP type: bug | Basic support for handling custom user activity (status?) was added by #648 (Parent: #647) after Discord introduced the feature. However, this seems to be broken for the case where a user sets an emoji as their status without any accompanying text:

In this scenario, `activity.status` is `None`, which causes `discord.utils.escape_markdown` to raise the above exception, as it's expecting something string-like.
We can guard against this by checking for a `None` status value & skipping the markdown escape util if necessary. Note that a [`CustomActivity`](https://discordpy.readthedocs.io/en/latest/api.html#discord.CustomActivity) class is introduced by d.py 1.3.0+, which will provide more robust handling for this case once officially released & we upgrade. | 1.0 | User command fails for certain custom statuses - Basic support for handling custom user activity (status?) was added by #648 (Parent: #647) after Discord introduced the feature. However, this seems to be broken for the case where a user sets an emoji as their status without any accompanying text:

In this scenario, `activity.status` is `None`, which causes `discord.utils.escape_markdown` to raise the above exception, as it's expecting something string-like.
We can guard against this by checking for a `None` status value & skipping the markdown escape util if necessary. Note that a [`CustomActivity`](https://discordpy.readthedocs.io/en/latest/api.html#discord.CustomActivity) class is introduced by d.py 1.3.0+, which will provide more robust handling for this case once officially released & we upgrade. | priority | user command fails for certain custom statuses basic support for handling custom user activity status was added by parent after discord introduced the feature however this seems to be broken for the case where a user sets an emoji as their status without any accompanying text in this scenario activity status is none which causes discord utils escape markdown to raise the above exception as it s expecting something string like we can guard against this by checking for a none status value skipping the markdown escape util if necessary note that a class is introduced by d py which will provide more robust handling for this case once officially released we upgrade | 1 |
631,151 | 20,145,937,927 | IssuesEvent | 2022-02-09 07:28:01 | canonical-web-and-design/vanilla-framework | https://api.github.com/repos/canonical-web-and-design/vanilla-framework | closed | <cite> shouldn't be included inside <blockquote> in pull quote | Priority: Low Accessibility | I've been researching the blockquote accessibility considerations, and I've come accross this [blog](https://css-tricks.com/quoting-in-html-quotations-citations-and-blockquotes/#aa-the-citation-element), which explains how the `<cite>` tag shouldn't be used to reference the author/spokesperson, but the work.
I since checked the MDN docs and they have also used the same HTML structure as the person who wrote the blog.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite
Not sure how urgent it is to change it as when I tried our example with VoiceOver it makes sense and is what I would expect to hear | 1.0 | <cite> shouldn't be included inside <blockquote> in pull quote - I've been researching the blockquote accessibility considerations, and I've come accross this [blog](https://css-tricks.com/quoting-in-html-quotations-citations-and-blockquotes/#aa-the-citation-element), which explains how the `<cite>` tag shouldn't be used to reference the author/spokesperson, but the work.
I since checked the MDN docs and they have also used the same HTML structure as the person who wrote the blog.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite
Not sure how urgent it is to change it as when I tried our example with VoiceOver it makes sense and is what I would expect to hear | priority | shouldn t be included inside in pull quote i ve been researching the blockquote accessibility considerations and i ve come accross this which explains how the tag shouldn t be used to reference the author spokesperson but the work i since checked the mdn docs and they have also used the same html structure as the person who wrote the blog not sure how urgent it is to change it as when i tried our example with voiceover it makes sense and is what i would expect to hear | 1 |
110,930 | 4,445,518,749 | IssuesEvent | 2016-08-20 03:44:28 | jul1278/SimpleComponents | https://api.github.com/repos/jul1278/SimpleComponents | opened | Stop using namespace in header files | enhancement Low Priority | stop using using namespace in header files -> use std::... instead
more use of .cpp files as well
| 1.0 | Stop using namespace in header files - stop using using namespace in header files -> use std::... instead
more use of .cpp files as well
| priority | stop using namespace in header files stop using using namespace in header files use std instead more use of cpp files as well | 1 |
663,574 | 22,197,847,934 | IssuesEvent | 2022-06-07 08:34:38 | keyko-io/filecoin-verifier-frontend | https://api.github.com/repos/keyko-io/filecoin-verifier-frontend | opened | Sign in with GitHub in all the 3 tabs | frontend priority:low | When entering the dashboard, you can see the button only in the first tab:
<img width="1440" alt="Schermata 2022-06-07 alle 10 33 14" src="https://user-images.githubusercontent.com/46995085/172334945-9c9a9ac0-6b7a-4308-b0fe-59253d6b3def.png">
but not in the other tab 'large requests'.
make this button appear also in the 'large requests' tab | 1.0 | Sign in with GitHub in all the 3 tabs - When entering the dashboard, you can see the button only in the first tab:
<img width="1440" alt="Schermata 2022-06-07 alle 10 33 14" src="https://user-images.githubusercontent.com/46995085/172334945-9c9a9ac0-6b7a-4308-b0fe-59253d6b3def.png">
but not in the other tab 'large requests'.
make this button appear also in the 'large requests' tab | priority | sign in with github in all the tabs when entering the dashboard you can see the button only in the first tab img width alt schermata alle src but not in the other tab large requests make this button appear also in the large requests tab | 1 |
755,466 | 26,429,874,485 | IssuesEvent | 2023-01-14 17:26:25 | spinalcordtoolbox/spinalcordtoolbox | https://api.github.com/repos/spinalcordtoolbox/spinalcordtoolbox | closed | Source .bashrc if user is running a login shell | installation priority:LOW needs-discussion | When a "login shell" starts up, it reads the file `/etc/profile` and then `~/.bash_profile` or `~/.bash_login` or `~/.profile` (whichever one exists - it only reads one of these, checking for them in the order mentioned).
When a "non-login shell" starts up, it reads the file `/etc/bashrc` and then the file `~/.bashrc`.
SCT's environment variables are declared in `.bashrc` (for bash shells), which can cause problems if users are running a login shell without having a `.bash_profile` or `.bash_login` or `.profile` that sources the `.bashrc`.
We might want to address that scenario.
Source: http://hayne.net/MacDev/Notes/unixFAQ.html#shellStartup | 1.0 | Source .bashrc if user is running a login shell - When a "login shell" starts up, it reads the file `/etc/profile` and then `~/.bash_profile` or `~/.bash_login` or `~/.profile` (whichever one exists - it only reads one of these, checking for them in the order mentioned).
When a "non-login shell" starts up, it reads the file `/etc/bashrc` and then the file `~/.bashrc`.
SCT's environment variables are declared in `.bashrc` (for bash shells), which can cause problems if users are running a login shell without having a `.bash_profile` or `.bash_login` or `.profile` that sources the `.bashrc`.
We might want to address that scenario.
Source: http://hayne.net/MacDev/Notes/unixFAQ.html#shellStartup | priority | source bashrc if user is running a login shell when a login shell starts up it reads the file etc profile and then bash profile or bash login or profile whichever one exists it only reads one of these checking for them in the order mentioned when a non login shell starts up it reads the file etc bashrc and then the file bashrc sct s environment variables are declared in bashrc for bash shells which can cause problems if users are running a login shell without having a bash profile or bash login or profile that sources the bashrc we might want to address that scenario source | 1 |
453,596 | 13,085,208,742 | IssuesEvent | 2020-08-02 00:48:10 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | drivers: audio: dma_nios2_msgdma: device config_info content mutated | Stale area: NIOS2 bug priority: low | The device config_info structure is intended to be read-only, and so
the generic pointer stored in struct device is a pointer-to-const.
The dma_nios2_msgdma driver removes this qualifier when casting the pointer to
the device-specific type. This removal is a violation of MISRA 11.8
as it evokes undefined behavior.
When the qualifier is preserved the driver does not build, because it
modifies the object content at runtime. Consequently the fix for this
driver has been removed from #25248.
https://github.com/pabigot/zephyr/commits/nordic/issue/24745c provides
the changes necessary to preserve const correctness. When applied it
produces the following diagnostic, among others:
```
/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/drivers/dma/dma_nios2_msgdma.c: In function 'nios2_msgdma_config':
/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/drivers/dma/dma_nios2_msgdma.c:105:13: error: passing argument 1 of 'k_sem_take' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
105 | k_sem_take(&dev_cfg->sem_lock, K_FOREVER);
| ^~~~~~~~~~~~~~~~~~
In file included from ../../../../../../../include/kernel.h:5421,
from ../../../../../../../include/init.h:11,
from ../../../../../../../include/device.h:22,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/drivers/dma/dma_nios2_msgdma.c:7:
zephyr/include/generated/syscalls/kernel.h:746:45: note: expected 'struct k_sem *' but argument is of type 'const struct k_sem *'
746 | static inline int k_sem_take(struct k_sem * sem, k_timeout_t timeout)
| ~~~~~~~~~~~~~~~^~~
/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/drivers/dma/dma_nios2_msgdma.c:106:24: error: assignment of member 'dma_callback' in read-only object
106 | dev_cfg->dma_callback = cfg->dma_callback;
| ^
```
The driver must be updated to resolve this and incorporate the change
from the referenced branch.
| 1.0 | drivers: audio: dma_nios2_msgdma: device config_info content mutated - The device config_info structure is intended to be read-only, and so
the generic pointer stored in struct device is a pointer-to-const.
The dma_nios2_msgdma driver removes this qualifier when casting the pointer to
the device-specific type. This removal is a violation of MISRA 11.8
as it evokes undefined behavior.
When the qualifier is preserved the driver does not build, because it
modifies the object content at runtime. Consequently the fix for this
driver has been removed from #25248.
https://github.com/pabigot/zephyr/commits/nordic/issue/24745c provides
the changes necessary to preserve const correctness. When applied it
produces the following diagnostic, among others:
```
/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/drivers/dma/dma_nios2_msgdma.c: In function 'nios2_msgdma_config':
/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/drivers/dma/dma_nios2_msgdma.c:105:13: error: passing argument 1 of 'k_sem_take' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
105 | k_sem_take(&dev_cfg->sem_lock, K_FOREVER);
| ^~~~~~~~~~~~~~~~~~
In file included from ../../../../../../../include/kernel.h:5421,
from ../../../../../../../include/init.h:11,
from ../../../../../../../include/device.h:22,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/drivers/dma/dma_nios2_msgdma.c:7:
zephyr/include/generated/syscalls/kernel.h:746:45: note: expected 'struct k_sem *' but argument is of type 'const struct k_sem *'
746 | static inline int k_sem_take(struct k_sem * sem, k_timeout_t timeout)
| ~~~~~~~~~~~~~~~^~~
/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/drivers/dma/dma_nios2_msgdma.c:106:24: error: assignment of member 'dma_callback' in read-only object
106 | dev_cfg->dma_callback = cfg->dma_callback;
| ^
```
The driver must be updated to resolve this and incorporate the change
from the referenced branch.
| priority | drivers audio dma msgdma device config info content mutated the device config info structure is intended to be read only and so the generic pointer stored in struct device is a pointer to const the dma msgdma driver removes this qualifier when casting the pointer to the device specific type this removal is a violation of misra as it evokes undefined behavior when the qualifier is preserved the driver does not build because it modifies the object content at runtime consequently the fix for this driver has been removed from provides the changes necessary to preserve const correctness when applied it produces the following diagnostic among others home buildslave src github com zephyrproject rtos zephyr drivers dma dma msgdma c in function msgdma config home buildslave src github com zephyrproject rtos zephyr drivers dma dma msgdma c error passing argument of k sem take discards const qualifier from pointer target type k sem take dev cfg sem lock k forever in file included from include kernel h from include init h from include device h from home buildslave src github com zephyrproject rtos zephyr drivers dma dma msgdma c zephyr include generated syscalls kernel h note expected struct k sem but argument is of type const struct k sem static inline int k sem take struct k sem sem k timeout t timeout home buildslave src github com zephyrproject rtos zephyr drivers dma dma msgdma c error assignment of member dma callback in read only object dev cfg dma callback cfg dma callback the driver must be updated to resolve this and incorporate the change from the referenced branch | 1 |
445,935 | 12,837,992,850 | IssuesEvent | 2020-07-07 16:40:35 | vvMv/rpgplus | https://api.github.com/repos/vvMv/rpgplus | closed | Make the plugin re loadable by plugman for convenience | Priority: Low Status: Abandoned Type: Bug | Currently errors in console from order of loading classes | 1.0 | Make the plugin re loadable by plugman for convenience - Currently errors in console from order of loading classes | priority | make the plugin re loadable by plugman for convenience currently errors in console from order of loading classes | 1 |
207,443 | 7,129,853,681 | IssuesEvent | 2018-01-22 02:16:16 | joshherkness/AR-Top | https://api.github.com/repos/joshherkness/AR-Top | closed | Add auth link to registration page | Effort: 1 Priority: Low Type: Enhancement | Add a auth link to the registration page. Something like:
- `Already have an account? login` | 1.0 | Add auth link to registration page - Add a auth link to the registration page. Something like:
- `Already have an account? login` | priority | add auth link to registration page add a auth link to the registration page something like already have an account login | 1 |
339,024 | 10,240,739,216 | IssuesEvent | 2019-08-19 21:38:14 | blobs-io/blobs.io | https://api.github.com/repos/blobs-io/blobs.io | closed | Implement the InstantClick library | backend enhancement low priority | InstantClick is a JavaScript library that dramatically speeds up your website, making navigation effectively instant in most cases.
Latency is inevitable with todayβs internet architecture, so InstantClick cheats by preloading links you are likely to click on.
You can view its repository [here.](https://github.com/dieulot/instantclick/)
This would be helpful because it means that the loading page would be seen less often, and obviously make navigation faster. | 1.0 | Implement the InstantClick library - InstantClick is a JavaScript library that dramatically speeds up your website, making navigation effectively instant in most cases.
Latency is inevitable with todayβs internet architecture, so InstantClick cheats by preloading links you are likely to click on.
You can view its repository [here.](https://github.com/dieulot/instantclick/)
This would be helpful because it means that the loading page would be seen less often, and obviously make navigation faster. | priority | implement the instantclick library instantclick is a javascript library that dramatically speeds up your website making navigation effectively instant in most cases latency is inevitable with todayβs internet architecture so instantclick cheats by preloading links you are likely to click on you can view its repository this would be helpful because it means that the loading page would be seen less often and obviously make navigation faster | 1 |
816,610 | 30,604,318,302 | IssuesEvent | 2023-07-22 20:07:01 | Memmy-App/memmy | https://api.github.com/repos/Memmy-App/memmy | closed | Favorites Sorting in Subscription Drawer | enhancement low priority | **Describe the solution you'd like**
To be able to sort/organize favorites within the subscriptions drawer by dragging/dropping in some manner. | 1.0 | Favorites Sorting in Subscription Drawer - **Describe the solution you'd like**
To be able to sort/organize favorites within the subscriptions drawer by dragging/dropping in some manner. | priority | favorites sorting in subscription drawer describe the solution you d like to be able to sort organize favorites within the subscriptions drawer by dragging dropping in some manner | 1 |
173,882 | 6,533,595,762 | IssuesEvent | 2017-08-31 07:15:16 | Cadasta/cadasta-platform | https://api.github.com/repos/Cadasta/cadasta-platform | closed | Integer values get converted to float for text fields when importing | bug priority: low | ### Steps to reproduce the error
During data import, if a field in a questionnaire (for example the *standard cadasta questionnaire*) is defined as a text field (eg **nid_number**), if this field contains an integer value, then the field gets converted to a floating point value during the import.

### Actual behavior
Integers are converted to float during import of text fields.
### Expected behavior
Integers should not be converted to floating point.
| 1.0 | Integer values get converted to float for text fields when importing - ### Steps to reproduce the error
During data import, if a field in a questionnaire (for example the *standard cadasta questionnaire*) is defined as a text field (eg **nid_number**), if this field contains an integer value, then the field gets converted to a floating point value during the import.

### Actual behavior
Integers are converted to float during import of text fields.
### Expected behavior
Integers should not be converted to floating point.
| priority | integer values get converted to float for text fields when importing steps to reproduce the error during data import if a field in a questionnaire for example the standard cadasta questionnaire is defined as a text field eg nid number if this field contains an integer value then the field gets converted to a floating point value during the import actual behavior integers are converted to float during import of text fields expected behavior integers should not be converted to floating point | 1 |
383,416 | 11,355,882,094 | IssuesEvent | 2020-01-24 21:09:31 | DXHeroes/dx-scanner | https://api.github.com/repos/DXHeroes/dx-scanner | closed | Increase test coverage to more than 90% | Difficulty: Easy Priority: Low Status: Available Type: Enhancement good first issue | We'd like to measure the quality of apps written in many languages. To have high-quality software is necessary to have the code covered by tests.
We didn't have so much time to write enough tests covering enough of code lines. We'd like to increase our code coverage to **more** than 90%.
Read [our Contribution guide](https://github.com/DXHeroes/dx-scanner/blob/master/CONTRIBUTING.md). | 1.0 | Increase test coverage to more than 90% - We'd like to measure the quality of apps written in many languages. To have high-quality software is necessary to have the code covered by tests.
We didn't have so much time to write enough tests covering enough of code lines. We'd like to increase our code coverage to **more** than 90%.
Read [our Contribution guide](https://github.com/DXHeroes/dx-scanner/blob/master/CONTRIBUTING.md). | priority | increase test coverage to more than we d like to measure the quality of apps written in many languages to have high quality software is necessary to have the code covered by tests we didn t have so much time to write enough tests covering enough of code lines we d like to increase our code coverage to more than read | 1 |
298,760 | 9,200,953,620 | IssuesEvent | 2019-03-07 18:21:19 | ORNL-AMO/AMO-Tools-Desktop | https://api.github.com/repos/ORNL-AMO/AMO-Tools-Desktop | closed | Diagram visual tweaks | low priority needs verification ssmt | Whatever we can work in...
Higher Priority
* Flash Tank's label is off center
* if not done already, change "tonne" to "t"
Brainstorming/Low priority
* move blowdown flash tank up a bit?
* move red pipe a little further away from boiler?
* Really big numbers end up with two lines. Reduce font? increase box size?
* can it be dynamically sized a bit? if wider screen res, stretch out horizontally a bit?
* maybe have the condensate flash tank's grey output pipe go right? | 1.0 | Diagram visual tweaks - Whatever we can work in...
Higher Priority
* Flash Tank's label is off center
* if not done already, change "tonne" to "t"
Brainstorming/Low priority
* move blowdown flash tank up a bit?
* move red pipe a little further away from boiler?
* Really big numbers end up with two lines. Reduce font? increase box size?
* can it be dynamically sized a bit? if wider screen res, stretch out horizontally a bit?
* maybe have the condensate flash tank's grey output pipe go right? | priority | diagram visual tweaks whatever we can work in higher priority flash tank s label is off center if not done already change tonne to t brainstorming low priority move blowdown flash tank up a bit move red pipe a little further away from boiler really big numbers end up with two lines reduce font increase box size can it be dynamically sized a bit if wider screen res stretch out horizontally a bit maybe have the condensate flash tank s grey output pipe go right | 1 |
221,964 | 7,404,084,648 | IssuesEvent | 2018-03-20 02:32:12 | hackoregon/civic-devops | https://api.github.com/repos/hackoregon/civic-devops | opened | S3 Archive Automation | Priority: low | Plan S3 Archive (Phase Two):
- [ ] Develop Life Cycle rules to move items/files to lower cost storage through use of "Archive" tag
- [ ] Document use of tags for Life Cycle
- [ ] Review Life Cycle rules and use documentation with Team to get Deploy approval
- [ ] Deploy Life Cycle rules.
- [ ] Develop role/group policy rules for Archive access using conditionals with tags and paths
- [ ] Document use of tags/paths for access control in roles/group policies for Archive access
- [ ] Review Role /Group policy access rules and documentation with Team to get deploy approval
- [ ] Deploy Archive access Role/Group policy rules
- [ ] Monitor Archive use (tagging, access, storage classes, etc) | 1.0 | S3 Archive Automation - Plan S3 Archive (Phase Two):
- [ ] Develop Life Cycle rules to move items/files to lower cost storage through use of "Archive" tag
- [ ] Document use of tags for Life Cycle
- [ ] Review Life Cycle rules and use documentation with Team to get Deploy approval
- [ ] Deploy Life Cycle rules.
- [ ] Develop role/group policy rules for Archive access using conditionals with tags and paths
- [ ] Document use of tags/paths for access control in roles/group policies for Archive access
- [ ] Review Role /Group policy access rules and documentation with Team to get deploy approval
- [ ] Deploy Archive access Role/Group policy rules
- [ ] Monitor Archive use (tagging, access, storage classes, etc) | priority | archive automation plan archive phase two develop life cycle rules to move items files to lower cost storage through use of archive tag document use of tags for life cycle review life cycle rules and use documentation with team to get deploy approval deploy life cycle rules develop role group policy rules for archive access using conditionals with tags and paths document use of tags paths for access control in roles group policies for archive access review role group policy access rules and documentation with team to get deploy approval deploy archive access role group policy rules monitor archive use tagging access storage classes etc | 1 |
665,997 | 22,338,460,643 | IssuesEvent | 2022-06-14 21:03:54 | bluerobotics/BlueOS-docker | https://api.github.com/repos/bluerobotics/BlueOS-docker | opened | front: set vehicle type on firmware page automatically | ui P3 - Low priority | ### Bug description
Software update does not set vehicle type based on the running firmware
### Steps to reproduce
Open firmware update page
### Primary pain point(s)
Can be done
### Prerequisites
- [X] I have checked to make sure that a similar request has not already been filed or fixed. | 1.0 | front: set vehicle type on firmware page automatically - ### Bug description
Software update does not set vehicle type based on the running firmware
### Steps to reproduce
Open firmware update page
### Primary pain point(s)
Can be done
### Prerequisites
- [X] I have checked to make sure that a similar request has not already been filed or fixed. | priority | front set vehicle type on firmware page automatically bug description software update does not set vehicle type based on the running firmware steps to reproduce open firmware update page primary pain point s can be done prerequisites i have checked to make sure that a similar request has not already been filed or fixed | 1 |
697,941 | 23,959,943,326 | IssuesEvent | 2022-09-12 18:08:30 | prisma/prisma | https://api.github.com/repos/prisma/prisma | closed | Once instance has previously been poisoned | bug/1-unconfirmed kind/bug topic: studio tech/engines team/client topic: postgresql priority/low size/unknown topic: cuid | Hi Prisma Team! My Prisma Client just crashed. This is the report:
## Versions
| Name | Version |
|-----------------|--------------------|
| Node | v16.14.2 |
| OS | windows |
| Prisma Client | in-memory |
| Query Engine | da41d2bb3406da22087b849f0e911199ba4fbf11|
| Database | postgresql |
## Logs
```
prisma:tryLoadEnv Environment variables not found at
prisma:tryLoadEnv Environment variables not found at
prisma:tryLoadEnv No Environment variables loaded
prisma:client dirname C:\Users\petar\Documents\nordoyane.no\prisma
prisma:client relativePath
prisma:client cwd C:\Users\petar\Documents\nordoyane.no\prisma
prisma:client clientVersion: in-memory
prisma:client clientEngineType: library
prisma:client:libraryEngine internalSetup
prisma:client:libraryEngine:loader loadEngine using C:\Users\petar\Documents\nordoyane.no\node_modules\prisma\engines\da41d2bb3406da22087b849f0e911199ba4fbf11\query_engine-windows.dll.node
prisma:client:libraryEngine sending request, this.libraryStarted: false
prisma:client:libraryEngine library starting
prisma:client:libraryEngine sending request, this.libraryStarted: false
prisma:client:libraryEngine library already starting, this.libraryStarted: false
prisma:client:libraryEngine sending request, this.libraryStarted: false
prisma:client:libraryEngine library already starting, this.libraryStarted: false
prisma:client:libraryEngine library started
prisma:client:request_handler {"clientVersion":"in-memory"}
prisma:client:request_handler {"clientVersion":"in-memory"}
```
## Client Snippet
```ts
// PLEASE FILL YOUR CODE SNIPPET HERE
npx prisma studio
```
## Schema
```prisma
// PLEASE ADD YOUR SCHEMA HERE IF POSSIBLE
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
generator client {
provider = "prisma-client-js"
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model Location {
id String @id @default(cuid())
name String
latitude Float
longitude Float
content String
}
```
## Prisma Engine Query
```
{"X":{}}
```
| 1.0 | Once instance has previously been poisoned - Hi Prisma Team! My Prisma Client just crashed. This is the report:
## Versions
| Name | Version |
|-----------------|--------------------|
| Node | v16.14.2 |
| OS | windows |
| Prisma Client | in-memory |
| Query Engine | da41d2bb3406da22087b849f0e911199ba4fbf11|
| Database | postgresql |
## Logs
```
prisma:tryLoadEnv Environment variables not found at
prisma:tryLoadEnv Environment variables not found at
prisma:tryLoadEnv No Environment variables loaded
prisma:client dirname C:\Users\petar\Documents\nordoyane.no\prisma
prisma:client relativePath
prisma:client cwd C:\Users\petar\Documents\nordoyane.no\prisma
prisma:client clientVersion: in-memory
prisma:client clientEngineType: library
prisma:client:libraryEngine internalSetup
prisma:client:libraryEngine:loader loadEngine using C:\Users\petar\Documents\nordoyane.no\node_modules\prisma\engines\da41d2bb3406da22087b849f0e911199ba4fbf11\query_engine-windows.dll.node
prisma:client:libraryEngine sending request, this.libraryStarted: false
prisma:client:libraryEngine library starting
prisma:client:libraryEngine sending request, this.libraryStarted: false
prisma:client:libraryEngine library already starting, this.libraryStarted: false
prisma:client:libraryEngine sending request, this.libraryStarted: false
prisma:client:libraryEngine library already starting, this.libraryStarted: false
prisma:client:libraryEngine library started
prisma:client:request_handler {"clientVersion":"in-memory"}
prisma:client:request_handler {"clientVersion":"in-memory"}
```
## Client Snippet
```ts
// PLEASE FILL YOUR CODE SNIPPET HERE
npx prisma studio
```
## Schema
```prisma
// PLEASE ADD YOUR SCHEMA HERE IF POSSIBLE
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
generator client {
provider = "prisma-client-js"
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model Location {
id String @id @default(cuid())
name String
latitude Float
longitude Float
content String
}
```
## Prisma Engine Query
```
{"X":{}}
```
| priority | once instance has previously been poisoned hi prisma team my prisma client just crashed this is the report versions name version node os windows prisma client in memory query engine database postgresql logs prisma tryloadenv environment variables not found at prisma tryloadenv environment variables not found at prisma tryloadenv no environment variables loaded prisma client dirname c users petar documents nordoyane no prisma prisma client relativepath prisma client cwd c users petar documents nordoyane no prisma prisma client clientversion in memory prisma client clientenginetype library prisma client libraryengine internalsetup prisma client libraryengine loader loadengine using c users petar documents nordoyane no node modules prisma engines query engine windows dll node prisma client libraryengine sending request this librarystarted false prisma client libraryengine library starting prisma client libraryengine sending request this librarystarted false prisma client libraryengine library already starting this librarystarted false prisma client libraryengine sending request this librarystarted false prisma client libraryengine library already starting this librarystarted false prisma client libraryengine library started prisma client request handler clientversion in memory prisma client request handler clientversion in memory client snippet ts please fill your code snippet here npx prisma studio schema prisma please add your schema here if possible this is your prisma schema file learn more about it in the docs generator client provider prisma client js datasource db provider postgresql url env database url model location id string id default cuid name string latitude float longitude float content string prisma engine query x | 1 |
174,930 | 6,544,466,220 | IssuesEvent | 2017-09-03 16:39:29 | elementary/switchboard-plug-pantheon-shell | https://api.github.com/repos/elementary/switchboard-plug-pantheon-shell | closed | Only reveal custom command if it's in use | Priority: Low Status: Confirmed Status: In Progress | Otherwise it's just weird and awkward
Launchpad Details: [#LP1662067](https://bugs.launchpad.net/bugs/1662067) Daniel Fore - 2017-02-06 04:57:15 +0000
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43027921-only-reveal-custom-command-if-it-s-in-use?utm_campaign=plugin&utm_content=tracker%2F57462545&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F57462545&utm_medium=issues&utm_source=github).
</bountysource-plugin> | 1.0 | Only reveal custom command if it's in use - Otherwise it's just weird and awkward
Launchpad Details: [#LP1662067](https://bugs.launchpad.net/bugs/1662067) Daniel Fore - 2017-02-06 04:57:15 +0000
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43027921-only-reveal-custom-command-if-it-s-in-use?utm_campaign=plugin&utm_content=tracker%2F57462545&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F57462545&utm_medium=issues&utm_source=github).
</bountysource-plugin> | priority | only reveal custom command if it s in use otherwise it s just weird and awkward launchpad details daniel fore want to back this issue we accept bounties via | 1 |
125,971 | 4,970,775,695 | IssuesEvent | 2016-12-05 16:52:27 | caitlynmayers/dukes | https://api.github.com/repos/caitlynmayers/dukes | closed | Merchandise: Button Color | Chrome Desktop Low Priority Style | http://test-dukes.pantheonsite.io/product/dukes-mayonnaise-logo-baseball-cap/
Purple button doesn't match red buttons on site
<img width="718" alt="screen shot 2016-12-01 at 3 02 59 pm" src="https://cloud.githubusercontent.com/assets/24302252/20810366/752f5ce6-b7d7-11e6-8437-a950a697a063.png">
| 1.0 | Merchandise: Button Color - http://test-dukes.pantheonsite.io/product/dukes-mayonnaise-logo-baseball-cap/
Purple button doesn't match red buttons on site
<img width="718" alt="screen shot 2016-12-01 at 3 02 59 pm" src="https://cloud.githubusercontent.com/assets/24302252/20810366/752f5ce6-b7d7-11e6-8437-a950a697a063.png">
| priority | merchandise button color purple button doesn t match red buttons on site img width alt screen shot at pm src | 1 |
338,743 | 10,236,872,148 | IssuesEvent | 2019-08-19 12:42:27 | VersCreativeUK/FACETS | https://api.github.com/repos/VersCreativeUK/FACETS | closed | [REQUEST] v0.0.8-1 Goal Planner - Input Goals Highlighted in Top Tab | Lang: java Lang: xml Platform: android Priority: low Type: enhancement | **Is your feature request related to a problem? If so, please describe.**
Visibility of completed/active/not started goals when on other tab - currently you don't know if there are any showing (a visible marker would be handy)
**Describe the feature you would like**
Is it possible to flag that there are entered goals in one tab when looking at another?
**Priority**
Not essential feature
| 1.0 | [REQUEST] v0.0.8-1 Goal Planner - Input Goals Highlighted in Top Tab - **Is your feature request related to a problem? If so, please describe.**
Visibility of completed/active/not started goals when on other tab - currently you don't know if there are any showing (a visible marker would be handy)
**Describe the feature you would like**
Is it possible to flag that there are entered goals in one tab when looking at another?
**Priority**
Not essential feature
| priority | goal planner input goals highlighted in top tab is your feature request related to a problem if so please describe visibility of completed active not started goals when on other tab currently you don t know if there are any showing a visible marker would be handy describe the feature you would like is it possible to flag that there are entered goals in one tab when looking at another priority not essential feature | 1 |
293,981 | 9,011,727,355 | IssuesEvent | 2019-02-05 15:20:56 | Zenika/FAQ | https://api.github.com/repos/Zenika/FAQ | closed | Different color for every flag | good first issue priority/low ux | Every flag (unanswered, duplicate, ...) should have its own color. | 1.0 | Different color for every flag - Every flag (unanswered, duplicate, ...) should have its own color. | priority | different color for every flag every flag unanswered duplicate should have its own color | 1 |
420,482 | 12,238,723,161 | IssuesEvent | 2020-05-04 20:19:32 | orbitalci/orbital | https://api.github.com/repos/orbitalci/orbital | closed | Buffer for info channel during Docker build is smaller than the configured max token | bug low priority | Output from `ocelot logs`
OCELOT | BY THE WAY SOMETHING WENT WRONG SCANNING STAGE INPUT
Output in werker logs
```
Mar 01 00:50:40 werker-new-doo-4 werker[769]: {"function":"github.com/shankj3/ocelot/build/builder/docker.(*Docker).writeToInfo","level":"debug","msg":"finished writing to channel for stage BUILD | ","time":"2019-03-01T00:50:40Z"}
Mar 01 00:50:40 werker-new-doo-4 werker[769]: {"error":"bufio.Scanner: token too long","function":"github.com/shankj3/ocelot/build/builder/docker.(*Docker).writeToInfo","level":"error","msg":"error outputing to info channel!","time":"2019-03-01T00:50:40Z"}
``` | 1.0 | Buffer for info channel during Docker build is smaller than the configured max token - Output from `ocelot logs`
OCELOT | BY THE WAY SOMETHING WENT WRONG SCANNING STAGE INPUT
Output in werker logs
```
Mar 01 00:50:40 werker-new-doo-4 werker[769]: {"function":"github.com/shankj3/ocelot/build/builder/docker.(*Docker).writeToInfo","level":"debug","msg":"finished writing to channel for stage BUILD | ","time":"2019-03-01T00:50:40Z"}
Mar 01 00:50:40 werker-new-doo-4 werker[769]: {"error":"bufio.Scanner: token too long","function":"github.com/shankj3/ocelot/build/builder/docker.(*Docker).writeToInfo","level":"error","msg":"error outputing to info channel!","time":"2019-03-01T00:50:40Z"}
``` | priority | buffer for info channel during docker build is smaller than the configured max token output from ocelot logs ocelot by the way something went wrong scanning stage input output in werker logs mar werker new doo werker function github com ocelot build builder docker docker writetoinfo level debug msg finished writing to channel for stage build time mar werker new doo werker error bufio scanner token too long function github com ocelot build builder docker docker writetoinfo level error msg error outputing to info channel time | 1 |
111,245 | 4,467,213,686 | IssuesEvent | 2016-08-25 03:09:03 | autodesk-bionano/viriondb | https://api.github.com/repos/autodesk-bionano/viriondb | closed | store starred items in local storage | low priority | later, make a page for viewing? or show them in the table somehow | 1.0 | store starred items in local storage - later, make a page for viewing? or show them in the table somehow | priority | store starred items in local storage later make a page for viewing or show them in the table somehow | 1 |
455,493 | 13,128,024,176 | IssuesEvent | 2020-08-06 11:31:10 | bbottema/simple-java-mail | https://api.github.com/repos/bbottema/simple-java-mail | opened | Add java api support for received VCARD text | Priority-Low enhancement | Currently, a vCard is exposed as raw text (`email.getCalendarText()`), but it would be nice to just expose it as a Java object. There might be a light-weight library for parsing VCard text... | 1.0 | Add java api support for received VCARD text - Currently, a vCard is exposed as raw text (`email.getCalendarText()`), but it would be nice to just expose it as a Java object. There might be a light-weight library for parsing VCard text... | priority | add java api support for received vcard text currently a vcard is exposed as raw text email getcalendartext but it would be nice to just expose it as a java object there might be a light weight library for parsing vcard text | 1 |
653,083 | 21,571,633,172 | IssuesEvent | 2022-05-02 08:56:24 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | tests:ci:lpcxpresso55s06:libraries.cmsis_dsp.matrix.unary_f32 test fails | bug priority: low platform: NXP area: CMSIS-DSP | **Describe the bug**
libraries.cmsis_dsp.matrix.unary_f32 and libraries.cmsis_dsp.matrix.unary_f32.fpu test fail
Please also mention any information which could help others to understand
cmsis_dsp.matrix.unary_f32 test fail
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -DBOARD=lpcxpresso55s06 -DCONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_F32=y ..
or for fpu
cmake -DBOARD=lpcxpresso55s06 -DCONF_FILE=prj_base.conf -DCONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_F32=y -DCONFIG_FPU=y ..
4. make
5. See error
**Expected behavior**
TEST PASS
**Impact**
cmsis_dsp
**Logs and console output**
```
*** Booting Zephyr OS build zephyr-v3.0.0-1108-ge65e26162199 ***
Running test suite matrix_unary_f32
===================================================================
START - test_op2_arm_mat_add_f32
PASS - test_op2_arm_mat_add_f32 in 0.15 seconds
===================================================================
START - test_op2_arm_mat_sub_f32
PASS - test_op2_arm_mat_sub_f32 in 0.15 seconds
===================================================================
START - test_op1_arm_mat_scale_f32
PASS - test_op1_arm_mat_scale_f32 in 0.13 seconds
===================================================================
START - test_op1_arm_mat_trans_f32
PASS - test_op1_arm_mat_trans_f32 in 0.13 seconds
===================================================================
START - test_arm_mat_inverse_f32
Assertion failed at WEST_TOPDIR/zephyr/tests/lib/cmsis_dsp/matrix/src/unary_f32.c:221: test_arm_mat_inverse_f32: (output is NULL)
buffer allocation failed
FAIL - test_arm_mat_inverse_f32 in 0.15 seconds
===================================================================
START - test_op2v_arm_mat_vec_mult_f32
PASS - test_op2v_arm_mat_vec_mult_f32 in 0.7 seconds
===================================================================
START - test_op1c_arm_mat_cmplx_trans_f32
Assertion failed at WEST_TOPDIR/zephyr/tests/lib/cmsis_dsp/matrix/src/unary_f32.c:350: test_op1c: (tmp1 is NULL)
buffer allocation failed
FAIL - test_op1c_arm_mat_cmplx_trans_f32 in 0.13 seconds
===================================================================
START - test_arm_mat_cholesky_f32
Assertion failed at WEST_TOPDIR/zephyr/tests/lib/cmsis_dsp/matrix/src/unary_f32.c:427: test_arm_mat_cholesky_f32: (output is NULL)
buffer allocation failed
FAIL - test_arm_mat_cholesky_f32 in 0.15 seconds
===================================================================
START - test_arm_mat_solve_upper_triangular_f32
Assertion failed at WEST_TOPDIR/zephyr/tests/lib/cmsis_dsp/matrix/src/unary_f32.c:491: test_arm_mat_solve_upper_triangular_f32: (tmp2 is NULL)
buffer allocation failed
FAIL - test_arm_mat_solve_upper_triangular_f32 in 0.16 seconds
===================================================================
START - test_arm_mat_solve_lower_triangular_f32
Assertion failed at WEST_TOPDIR/zephyr/tests/lib/cmsis_dsp/matrix/src/unary_f32.c:565: test_arm_mat_solve_lower_triangular_f32: (tmp1 is NULL)
buffer allocation failed
FAIL - test_arm_mat_solve_lower_triangular_f32 in 0.16 seconds
===================================================================
Test suite matrix_unary_f32 failed.
===================================================================
PROJECT EXECUTION FAILED
```
**Environment (please complete the following information):**
- OS: (e.g. Linux)
- Toolchain (e.g Zephyr SDK, ...)
- Commit SHA or Version used: zephyr-v3.0.0-1108-ge65e26162199
| 1.0 | tests:ci:lpcxpresso55s06:libraries.cmsis_dsp.matrix.unary_f32 test fails - **Describe the bug**
libraries.cmsis_dsp.matrix.unary_f32 and libraries.cmsis_dsp.matrix.unary_f32.fpu test fail
Please also mention any information which could help others to understand
cmsis_dsp.matrix.unary_f32 test fail
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -DBOARD=lpcxpresso55s06 -DCONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_F32=y ..
or for fpu
cmake -DBOARD=lpcxpresso55s06 -DCONF_FILE=prj_base.conf -DCONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_F32=y -DCONFIG_FPU=y ..
4. make
5. See error
**Expected behavior**
TEST PASS
**Impact**
cmsis_dsp
**Logs and console output**
```
*** Booting Zephyr OS build zephyr-v3.0.0-1108-ge65e26162199 ***
Running test suite matrix_unary_f32
===================================================================
START - test_op2_arm_mat_add_f32
PASS - test_op2_arm_mat_add_f32 in 0.15 seconds
===================================================================
START - test_op2_arm_mat_sub_f32
PASS - test_op2_arm_mat_sub_f32 in 0.15 seconds
===================================================================
START - test_op1_arm_mat_scale_f32
PASS - test_op1_arm_mat_scale_f32 in 0.13 seconds
===================================================================
START - test_op1_arm_mat_trans_f32
PASS - test_op1_arm_mat_trans_f32 in 0.13 seconds
===================================================================
START - test_arm_mat_inverse_f32
Assertion failed at WEST_TOPDIR/zephyr/tests/lib/cmsis_dsp/matrix/src/unary_f32.c:221: test_arm_mat_inverse_f32: (output is NULL)
buffer allocation failed
FAIL - test_arm_mat_inverse_f32 in 0.15 seconds
===================================================================
START - test_op2v_arm_mat_vec_mult_f32
PASS - test_op2v_arm_mat_vec_mult_f32 in 0.7 seconds
===================================================================
START - test_op1c_arm_mat_cmplx_trans_f32
Assertion failed at WEST_TOPDIR/zephyr/tests/lib/cmsis_dsp/matrix/src/unary_f32.c:350: test_op1c: (tmp1 is NULL)
buffer allocation failed
FAIL - test_op1c_arm_mat_cmplx_trans_f32 in 0.13 seconds
===================================================================
START - test_arm_mat_cholesky_f32
Assertion failed at WEST_TOPDIR/zephyr/tests/lib/cmsis_dsp/matrix/src/unary_f32.c:427: test_arm_mat_cholesky_f32: (output is NULL)
buffer allocation failed
FAIL - test_arm_mat_cholesky_f32 in 0.15 seconds
===================================================================
START - test_arm_mat_solve_upper_triangular_f32
Assertion failed at WEST_TOPDIR/zephyr/tests/lib/cmsis_dsp/matrix/src/unary_f32.c:491: test_arm_mat_solve_upper_triangular_f32: (tmp2 is NULL)
buffer allocation failed
FAIL - test_arm_mat_solve_upper_triangular_f32 in 0.16 seconds
===================================================================
START - test_arm_mat_solve_lower_triangular_f32
Assertion failed at WEST_TOPDIR/zephyr/tests/lib/cmsis_dsp/matrix/src/unary_f32.c:565: test_arm_mat_solve_lower_triangular_f32: (tmp1 is NULL)
buffer allocation failed
FAIL - test_arm_mat_solve_lower_triangular_f32 in 0.16 seconds
===================================================================
Test suite matrix_unary_f32 failed.
===================================================================
PROJECT EXECUTION FAILED
```
**Environment (please complete the following information):**
- OS: (e.g. Linux)
- Toolchain (e.g Zephyr SDK, ...)
- Commit SHA or Version used: zephyr-v3.0.0-1108-ge65e26162199
| priority | tests ci libraries cmsis dsp matrix unary test fails describe the bug libraries cmsis dsp matrix unary and libraries cmsis dsp matrix unary fpu test fail please also mention any information which could help others to understand cmsis dsp matrix unary test fail to reproduce steps to reproduce the behavior mkdir build cd build cmake dboard dconfig cmsis dsp test matrix unary y or for fpu cmake dboard dconf file prj base conf dconfig cmsis dsp test matrix unary y dconfig fpu y make see error expected behavior test pass impact cmsis dsp logs and console output booting zephyr os build zephyr running test suite matrix unary start test arm mat add pass test arm mat add in seconds start test arm mat sub pass test arm mat sub in seconds start test arm mat scale pass test arm mat scale in seconds start test arm mat trans pass test arm mat trans in seconds start test arm mat inverse assertion failed at west topdir zephyr tests lib cmsis dsp matrix src unary c test arm mat inverse output is null buffer allocation failed fail test arm mat inverse in seconds start test arm mat vec mult pass test arm mat vec mult in seconds start test arm mat cmplx trans assertion failed at west topdir zephyr tests lib cmsis dsp matrix src unary c test is null buffer allocation failed fail test arm mat cmplx trans in seconds start test arm mat cholesky assertion failed at west topdir zephyr tests lib cmsis dsp matrix src unary c test arm mat cholesky output is null buffer allocation failed fail test arm mat cholesky in seconds start test arm mat solve upper triangular assertion failed at west topdir zephyr tests lib cmsis dsp matrix src unary c test arm mat solve upper triangular is null buffer allocation failed fail test arm mat solve upper triangular in seconds start test arm mat solve lower triangular assertion failed at west topdir zephyr tests lib cmsis dsp matrix src unary c test arm mat solve lower triangular is null buffer allocation failed fail test arm mat solve lower triangular in seconds test suite matrix unary failed project execution failed environment please complete the following information os e g linux toolchain e g zephyr sdk commit sha or version used zephyr | 1 |
585,442 | 17,497,456,914 | IssuesEvent | 2021-08-10 03:49:39 | eatmyvenom/HyArcade | https://api.github.com/repos/eatmyvenom/HyArcade | closed | [FEATURE] Add arcade ap completion to accounts | enhancement Low priority t:database | Utilizing https://api.hypixel.net/resources/achievements it is possible to check arcade ap and calculate it per account. This is not really easy but is something that could be useful as an addition to `/profile` or similar.
| 1.0 | [FEATURE] Add arcade ap completion to accounts - Utilizing https://api.hypixel.net/resources/achievements it is possible to check arcade ap and calculate it per account. This is not really easy but is something that could be useful as an addition to `/profile` or similar.
| priority | add arcade ap completion to accounts utilizing it is possible to check arcade ap and calculate it per account this is not really easy but is something that could be useful as an addition to profile or similar | 1 |
444,868 | 12,822,112,782 | IssuesEvent | 2020-07-06 09:15:41 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Bluetooth: Race-condition on persistent connectable advertiser | bug priority: low | **Describe the bug**
Race-condition in persistent connectable advertiser, the advertiser will not resuming connectable advertiser if the last bt_conn_unref happens from something other than the disconnected callback.
An example of this happening is when the disconnect happens while application is calling bt_gatt_notify.
The last bt_conn_unref can then be from gatt.c notify_cb called from application main thread.
**To Reproduce**
Issue was discovered while fixing https://github.com/zephyrproject-rtos/zephyr/issues/2336
From @cvinayak:
https://github.com/cvinayak/zephyr/commit/0b01ebdd559c009416458c583f122647d98d2bd1
Above branch will make it easy to reproduce (its a branch with the patch in the issue description applied).
Steps to reproduce (timing related):
1. build and flash the peripheral sample from the branch.
2. build and flash a vanilla central_hr sample in another board.
3. When central_hr connects and peripheral sample prints out `Connected: <bdaddr>`, reset the central_hr board to cause linkloss (linkloss needs to occur during service discovery).
4. peripheral sample will get stuck in conn_tx_alloc function in host/conn.c
Reproducible in latest master too (62b985409e):
https://github.com/cvinayak/zephyr/commit/55153bed706b662018e5a07e20a7e26d4f6ed463
With the bug-fix for the deadlock in place the connectable advertiser was not restarting advertising after disconnect.
**Expected behavior**
If there are connection objects available the connectable advertiser should be advertising.
**Impact**
Advertiser not active when it should be.
**Workaround**
Stop and start the advertiser again, or use OPT_ONE_TIME and handle in application manually.
| 1.0 | Bluetooth: Race-condition on persistent connectable advertiser - **Describe the bug**
Race-condition in persistent connectable advertiser, the advertiser will not resuming connectable advertiser if the last bt_conn_unref happens from something other than the disconnected callback.
An example of this happening is when the disconnect happens while application is calling bt_gatt_notify.
The last bt_conn_unref can then be from gatt.c notify_cb called from application main thread.
**To Reproduce**
Issue was discovered while fixing https://github.com/zephyrproject-rtos/zephyr/issues/2336
From @cvinayak:
https://github.com/cvinayak/zephyr/commit/0b01ebdd559c009416458c583f122647d98d2bd1
Above branch will make it easy to reproduce (its a branch with the patch in the issue description applied).
Steps to reproduce (timing related):
1. build and flash the peripheral sample from the branch.
2. build and flash a vanilla central_hr sample in another board.
3. When central_hr connects and peripheral sample prints out `Connected: <bdaddr>`, reset the central_hr board to cause linkloss (linkloss needs to occur during service discovery).
4. peripheral sample will get stuck in conn_tx_alloc function in host/conn.c
Reproducible in latest master too (62b985409e):
https://github.com/cvinayak/zephyr/commit/55153bed706b662018e5a07e20a7e26d4f6ed463
With the bug-fix for the deadlock in place the connectable advertiser was not restarting advertising after disconnect.
**Expected behavior**
If there are connection objects available the connectable advertiser should be advertising.
**Impact**
Advertiser not active when it should be.
**Workaround**
Stop and start the advertiser again, or use OPT_ONE_TIME and handle in application manually.
| priority | bluetooth race condition on persistent connectable advertiser describe the bug race condition in persistent connectable advertiser the advertiser will not resuming connectable advertiser if the last bt conn unref happens from something other than the disconnected callback an example of this happening is when the disconnect happens while application is calling bt gatt notify the last bt conn unref can then be from gatt c notify cb called from application main thread to reproduce issue was discovered while fixing from cvinayak above branch will make it easy to reproduce its a branch with the patch in the issue description applied steps to reproduce timing related build and flash the peripheral sample from the branch build and flash a vanilla central hr sample in another board when central hr connects and peripheral sample prints out connected reset the central hr board to cause linkloss linkloss needs to occur during service discovery peripheral sample will get stuck in conn tx alloc function in host conn c reproducible in latest master too with the bug fix for the deadlock in place the connectable advertiser was not restarting advertising after disconnect expected behavior if there are connection objects available the connectable advertiser should be advertising impact advertiser not active when it should be workaround stop and start the advertiser again or use opt one time and handle in application manually | 1 |
99,231 | 4,049,629,476 | IssuesEvent | 2016-05-23 14:57:25 | duckduckgo/zeroclickinfo-goodies | https://api.github.com/repos/duckduckgo/zeroclickinfo-goodies | closed | GUID: Experiencing very similar UUIDs being generated | Priority: Low Suggestion | @loganom
Here's a list of some UUIDs being generated:
7D99B174-B2EC-11E5-B3F9-ACCD19563991
8398D366-B2EC-11E5-9070-ACCD19563991
87255784-B2EC-11E5-B102-ACCD19563991
CFB98150-B2EC-11E5-B92C-ACCD19563991
D4408D22-B2EC-11E5-8B30-ACCD19563991
They were created by searching for "uuid"
------
IA Page: http://duck.co/ia/view/guid | 1.0 | GUID: Experiencing very similar UUIDs being generated - @loganom
Here's a list of some UUIDs being generated:
7D99B174-B2EC-11E5-B3F9-ACCD19563991
8398D366-B2EC-11E5-9070-ACCD19563991
87255784-B2EC-11E5-B102-ACCD19563991
CFB98150-B2EC-11E5-B92C-ACCD19563991
D4408D22-B2EC-11E5-8B30-ACCD19563991
They were created by searching for "uuid"
------
IA Page: http://duck.co/ia/view/guid | priority | guid experiencing very similar uuids being generated loganom here s a list of some uuids being generated they were created by searching for uuid ia page | 1 |
230,223 | 7,605,734,271 | IssuesEvent | 2018-04-30 10:18:03 | esaude/esaude-emr-poc | https://api.github.com/repos/esaude/esaude-emr-poc | closed | [Parient dashboard] Edit patient not working | Low Priority | Actual Results
--
The edit patient button is not working
Expected results
--
The system should redirect the user to the edit patient page when the user clicks on edit patient button
Steps to reproduce
--
Go to Clinical module/ Social module-> Search for a patient -> On patient dashboard click on edit patient
Screenshot/Attachment (Optional)
--

| 1.0 | [Parient dashboard] Edit patient not working - Actual Results
--
The edit patient button is not working
Expected results
--
The system should redirect the user to the edit patient page when the user clicks on edit patient button
Steps to reproduce
--
Go to Clinical module/ Social module-> Search for a patient -> On patient dashboard click on edit patient
Screenshot/Attachment (Optional)
--

| priority | edit patient not working actual results the edit patient button is not working expected results the system should redirect the user to the edit patient page when the user clicks on edit patient button steps to reproduce go to clinical module social module search for a patient on patient dashboard click on edit patient screenshot attachment optional | 1 |
419,277 | 12,219,974,961 | IssuesEvent | 2020-05-01 23:28:00 | Energy-Innovation/eps-us | https://api.github.com/repos/Energy-Innovation/eps-us | opened | Add green government procurement policy for industrial products | low priority | Add a policy lever to represent government procurement programs that buy (or require projects receiving government money to buy) low-carbon cement and low-carbon steel.
One approach is to improve the energy efficiency of production (similar to the energy efficiency standards lever) based on (1) the required percentage improvement in energy efficiency to qualify for the green procurement program, and (2) the share of the market for that industrial good/material that falls under the green procurement program. This share will be larger than the government's own financial spending on cement and steel (which we already have in indst/FoISaGPbE), because projects that receive only a share of their total funding from government may nonetheless be required to purchase exclusively low-carbon materials. | 1.0 | Add green government procurement policy for industrial products - Add a policy lever to represent government procurement programs that buy (or require projects receiving government money to buy) low-carbon cement and low-carbon steel.
One approach is to improve the energy efficiency of production (similar to the energy efficiency standards lever) based on (1) the required percentage improvement in energy efficiency to qualify for the green procurement program, and (2) the share of the market for that industrial good/material that falls under the green procurement program. This share will be larger than the government's own financial spending on cement and steel (which we already have in indst/FoISaGPbE), because projects that receive only a share of their total funding from government may nonetheless be required to purchase exclusively low-carbon materials. | priority | add green government procurement policy for industrial products add a policy lever to represent government procurement programs that buy or require projects receiving government money to buy low carbon cement and low carbon steel one approach is to improve the energy efficiency of production similar to the energy efficiency standards lever based on the required percentage improvement in energy efficiency to qualify for the green procurement program and the share of the market for that industrial good material that falls under the green procurement program this share will be larger than the government s own financial spending on cement and steel which we already have in indst foisagpbe because projects that receive only a share of their total funding from government may nonetheless be required to purchase exclusively low carbon materials | 1 |
127,158 | 5,019,724,378 | IssuesEvent | 2016-12-14 12:46:45 | cyberpwnn/GlacialRealms | https://api.github.com/repos/cyberpwnn/GlacialRealms | closed | Add unbreaking 5 to exp shop | 20 Minute ETA effex enhancement low priority | I think we should add unbreaking 5 to exp shop since no one know how u get them | 1.0 | Add unbreaking 5 to exp shop - I think we should add unbreaking 5 to exp shop since no one know how u get them | priority | add unbreaking to exp shop i think we should add unbreaking to exp shop since no one know how u get them | 1 |
827,844 | 31,799,410,859 | IssuesEvent | 2023-09-13 10:05:35 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | reopened | [Request] qadwaitadecorations and qadwaitadecorations-git | request:new-pkg priority:low | ### Package:
https://aur.archlinux.org/pkgbase/qadwaitadecorations
https://aur.archlinux.org/pkgbase/qadwaitadecorations-git
### Purpose:
Qt decoration plugin implementing Adwaita-like client-side decorations
### Benefits:
Since qgnomeplatform-qt5 and qgnomeplatform-qt6 have been removed from Extra repository because no longer maintained, the proposed package should be their replacement for decorations: https://github.com/FedoraQt/QGnomePlatform/releases/tag/0.9.2
### Building:
_No response_
### Copyright:
LGPL
### Expected Interest:
Many
### Already available?
No
### Unique request?
Yes
### Banned package?
No
### More information:
_No response_ | 1.0 | [Request] qadwaitadecorations and qadwaitadecorations-git - ### Package:
https://aur.archlinux.org/pkgbase/qadwaitadecorations
https://aur.archlinux.org/pkgbase/qadwaitadecorations-git
### Purpose:
Qt decoration plugin implementing Adwaita-like client-side decorations
### Benefits:
Since qgnomeplatform-qt5 and qgnomeplatform-qt6 have been removed from Extra repository because no longer maintained, the proposed package should be their replacement for decorations: https://github.com/FedoraQt/QGnomePlatform/releases/tag/0.9.2
### Building:
_No response_
### Copyright:
LGPL
### Expected Interest:
Many
### Already available?
No
### Unique request?
Yes
### Banned package?
No
### More information:
_No response_ | priority | qadwaitadecorations and qadwaitadecorations git package purpose qt decoration plugin implementing adwaita like client side decorations benefits since qgnomeplatform and qgnomeplatform have been removed from extra repository because no longer maintained the proposed package should be their replacement for decorations building no response copyright lgpl expected interest many already available no unique request yes banned package no more information no response | 1 |
65,076 | 3,226,238,889 | IssuesEvent | 2015-10-10 04:16:51 | angular/material | https://api.github.com/repos/angular/material | closed | Differences in flex calculations | priority: low type: bug ui: layout | As promised, here is the codepen with reproduced bug:
http://codepen.io/evgeniyoz/pen/mJJQwG
and same as gist: https://gist.github.com/jamm/1944ae86a8818df94406
Issue: flex65+flex35 != flex65+flex
(65 and 35 are just for example, the point is 65+35=100). | 1.0 | Differences in flex calculations - As promised, here is the codepen with reproduced bug:
http://codepen.io/evgeniyoz/pen/mJJQwG
and same as gist: https://gist.github.com/jamm/1944ae86a8818df94406
Issue: flex65+flex35 != flex65+flex
(65 and 35 are just for example, the point is 65+35=100). | priority | differences in flex calculations as promised here is the codepen with reproduced bug and same as gist issue flex and are just for example the point is | 1 |
240,117 | 7,800,407,306 | IssuesEvent | 2018-06-09 09:03:08 | tine20/Tine-2.0-Open-Source-Groupware-and-CRM | https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM | closed | 0009242:
download config file doesnt work in konqueror (kde debian sid) | Mantis Setup low priority wontfix | **Reported by pmehrer on 12 Nov 2013 11:51**
click the button and nothing happens (it works in iceweasel)
| 1.0 | 0009242:
download config file doesnt work in konqueror (kde debian sid) - **Reported by pmehrer on 12 Nov 2013 11:51**
click the button and nothing happens (it works in iceweasel)
| priority | download config file doesnt work in konqueror kde debian sid reported by pmehrer on nov click the button and nothing happens it works in iceweasel | 1 |
344,449 | 10,344,898,303 | IssuesEvent | 2019-09-04 12:21:28 | piberger/Xbb | https://api.github.com/repos/piberger/Xbb | closed | Sample group definition | enhancement low priority | Sample group definition for plotting comes from "Group" dictionary from the plot config, but there is also a "group" property in the sample config, which seems unused...
One might use that one instead or remove it to not distract. | 1.0 | Sample group definition - Sample group definition for plotting comes from "Group" dictionary from the plot config, but there is also a "group" property in the sample config, which seems unused...
One might use that one instead or remove it to not distract. | priority | sample group definition sample group definition for plotting comes from group dictionary from the plot config but there is also a group property in the sample config which seems unused one might use that one instead or remove it to not distract | 1 |
207,528 | 7,130,774,601 | IssuesEvent | 2018-01-22 08:27:15 | ballerinalang/plugin-intellij | https://api.github.com/repos/ballerinalang/plugin-intellij | closed | Add a CompletionConfidence to skip autopopup in comments | Priority/Low Type/Improvement | Currently, autopopup is prevented by the completion contributor. We need to add a CompletionConfidence to check and prevent showing the auto popup in comments. | 1.0 | Add a CompletionConfidence to skip autopopup in comments - Currently, autopopup is prevented by the completion contributor. We need to add a CompletionConfidence to check and prevent showing the auto popup in comments. | priority | add a completionconfidence to skip autopopup in comments currently autopopup is prevented by the completion contributor we need to add a completionconfidence to check and prevent showing the auto popup in comments | 1 |
556,978 | 16,496,942,038 | IssuesEvent | 2021-05-25 11:23:40 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | 3rd-party cookie issues on https://freshdesk.com/ | feature/cookie-allow-list priority/P4 webcompat workaround/allow-all-cookies | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
## Description
A couple of users on the forums have indicated 3rd-party cookie issues on https://freshdesk.com/
`https://community.brave.com/t/freshdesk-com-needs-3rd-party-cookies-enabling-but-i-cant-find-them-in-brave/81552`
`https://community.brave.com/t/freshworks-cookies-issue/77569`
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
1. I haven't been able to reproduce it myself. But have noticed we are blocking a few 3rd-party cookie elements, which maybe causing issues going by the user reports
2. Attached is a screenshot With the following blocked.
`wchat.freshchat.com`
`freshworks.webpush.freshchat.com`
`api.freshworks.com`
`rts-us.freshworksapi.com`
`pubsub.rtschannel.com`
## Actual result:

## Expected result:
Let the site work/perform okay, not blocking these cookies the site uses.
## Reproduces how often:
<!--[Easily reproduced/Intermittent issue/No steps to reproduce]-->
| 1.0 | 3rd-party cookie issues on https://freshdesk.com/ - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
## Description
A couple of users on the forums have indicated 3rd-party cookie issues on https://freshdesk.com/
`https://community.brave.com/t/freshdesk-com-needs-3rd-party-cookies-enabling-but-i-cant-find-them-in-brave/81552`
`https://community.brave.com/t/freshworks-cookies-issue/77569`
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
1. I haven't been able to reproduce it myself. But have noticed we are blocking a few 3rd-party cookie elements, which maybe causing issues going by the user reports
2. Attached is a screenshot With the following blocked.
`wchat.freshchat.com`
`freshworks.webpush.freshchat.com`
`api.freshworks.com`
`rts-us.freshworksapi.com`
`pubsub.rtschannel.com`
## Actual result:

## Expected result:
Let the site work/perform okay, not blocking these cookies the site uses.
## Reproduces how often:
<!--[Easily reproduced/Intermittent issue/No steps to reproduce]-->
| priority | party cookie issues on have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will only be reopened after sufficient info is provided description a couple of users on the forums have indicated party cookie issues on steps to reproduce i haven t been able to reproduce it myself but have noticed we are blocking a few party cookie elements which maybe causing issues going by the user reports attached is a screenshot with the following blocked wchat freshchat com freshworks webpush freshchat com api freshworks com rts us freshworksapi com pubsub rtschannel com actual result expected result let the site work perform okay not blocking these cookies the site uses reproduces how often | 1 |
396,627 | 11,711,701,338 | IssuesEvent | 2020-03-09 06:12:00 | AY1920S2-CS2103T-W12-4/main | https://api.github.com/repos/AY1920S2-CS2103T-W12-4/main | opened | As a user who usually prepares multiple dishes as sets, I can group dishes into sets | priority.Low status.Ongoing type.Story | .. so that I can be more organised when cooking
Command: `set setname <index 1, index 2, ...>`
| 1.0 | As a user who usually prepares multiple dishes as sets, I can group dishes into sets - .. so that I can be more organised when cooking
Command: `set setname <index 1, index 2, ...>`
| priority | as a user who usually prepares multiple dishes as sets i can group dishes into sets so that i can be more organised when cooking command set setname | 1 |
345,272 | 10,360,674,570 | IssuesEvent | 2019-09-06 08:13:10 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | opened | PivotGrid Include Fields menu checkbox automatically checks when requesting the items | Bug C: PivotGrid Kendo1 Priority 1 SEV: Low | ### Bug report
PivotGrid Include Fields menu checkbox automatically checks when requesting the items.
reported in 1428334
### Reproduction of the problem
https://runner.telerik.io/fullscreen/iROJulEk/10
Steps
1. Click on Column options for either row or column and choose "Include Fields" option. It will display a popup.
1. First Uncheck the checkBox, then click on the expander.
1. Before clicking the expander, the checkbox is unchecked.
1. But after expanding, the checkox state changed to checked.
1. While repeating the same step, without closing the popup, it works correctly.
1. Its not working only for the first time when the popup is been opened.
### Expected/desired behavior
The checkbox stays unchecked and no items are checked.
### Environment
* **Kendo UI version:** 2019.2.619
* **Browser:** [all]
| 1.0 | PivotGrid Include Fields menu checkbox automatically checks when requesting the items - ### Bug report
PivotGrid Include Fields menu checkbox automatically checks when requesting the items.
reported in 1428334
### Reproduction of the problem
https://runner.telerik.io/fullscreen/iROJulEk/10
Steps
1. Click on Column options for either row or column and choose "Include Fields" option. It will display a popup.
1. First Uncheck the checkBox, then click on the expander.
1. Before clicking the expander, the checkbox is unchecked.
1. But after expanding, the checkox state changed to checked.
1. While repeating the same step, without closing the popup, it works correctly.
1. Its not working only for the first time when the popup is been opened.
### Expected/desired behavior
The checkbox stays unchecked and no items are checked.
### Environment
* **Kendo UI version:** 2019.2.619
* **Browser:** [all]
| priority | pivotgrid include fields menu checkbox automatically checks when requesting the items bug report pivotgrid include fields menu checkbox automatically checks when requesting the items reported in reproduction of the problem steps click on column options for either row or column and choose include fields option it will display a popup first uncheck the checkbox then click on the expander before clicking the expander the checkbox is unchecked but after expanding the checkox state changed to checked while repeating the same step without closing the popup it works correctly its not working only for the first time when the popup is been opened expected desired behavior the checkbox stays unchecked and no items are checked environment kendo ui version browser | 1 |
367,202 | 10,850,770,769 | IssuesEvent | 2019-11-13 09:30:13 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | opened | The Group Header does not render in Day view and date + resource grouping scenario | Bug C: Scheduler Kendo2 Priority 5 SEV: Low | ### Bug report
The Group Header does not render in Day view and date + resource grouping scenario. That is a regression introduced with the adaptive rendering of the Scheduler (R2 2019.2.514)
### Reproduction of the problem
Run the following Dojo: https://dojo.telerik.com/UNUtOWiJ
The Resource Group header will not be present.
### Expected/desired behavior
The resource group header should be present. For reference, see the Week view on the same Dojo: https://dojo.telerik.com/UNUtOWiJ
### Environment
* **Kendo UI version:** from 2019.2.514 on
* **Browser:** [all] | 1.0 | The Group Header does not render in Day view and date + resource grouping scenario - ### Bug report
The Group Header does not render in Day view and date + resource grouping scenario. That is a regression introduced with the adaptive rendering of the Scheduler (R2 2019.2.514)
### Reproduction of the problem
Run the following Dojo: https://dojo.telerik.com/UNUtOWiJ
The Resource Group header will not be present.
### Expected/desired behavior
The resource group header should be present. For reference, see the Week view on the same Dojo: https://dojo.telerik.com/UNUtOWiJ
### Environment
* **Kendo UI version:** from 2019.2.514 on
* **Browser:** [all] | priority | the group header does not render in day view and date resource grouping scenario bug report the group header does not render in day view and date resource grouping scenario that is a regression introduced with the adaptive rendering of the scheduler reproduction of the problem run the following dojo the resource group header will not be present expected desired behavior the resource group header should be present for reference see the week view on the same dojo environment kendo ui version from on browser | 1 |
619,517 | 19,528,391,115 | IssuesEvent | 2021-12-30 12:16:35 | ChiselsAndBits/Chisels-and-Bits | https://api.github.com/repos/ChiselsAndBits/Chisels-and-Bits | closed | Can't connect to LAN worlds. | Bug Help Wanted Waiting On Response Unable To Reproduce Priority: Low | When I try joining an LAN world I join for a second then immediately get disconnected and it says connection lost disconnected. If I remove chisel and bits from my mods I can join perfectly fine.
MC 1.17.1
C&B: 1.17.1
Do you have Optifine: No | 1.0 | Can't connect to LAN worlds. - When I try joining an LAN world I join for a second then immediately get disconnected and it says connection lost disconnected. If I remove chisel and bits from my mods I can join perfectly fine.
MC 1.17.1
C&B: 1.17.1
Do you have Optifine: No | priority | can t connect to lan worlds when i try joining an lan world i join for a second then immediately get disconnected and it says connection lost disconnected if i remove chisel and bits from my mods i can join perfectly fine mc c b do you have optifine no | 1 |
288,894 | 8,852,786,419 | IssuesEvent | 2019-01-08 19:22:18 | kristinbranson/APT | https://api.github.com/repos/kristinbranson/APT | opened | GT suggestion indicator shows up in timeline for all flies in suggested frame | lowpriority | Stumbled on this one. I mainly use the suggestion table to navigate.
The suggested timeline shows suggestion for all the flies in a frame that's on the suggested frame list not just the specific fly/frame pair. | 1.0 | GT suggestion indicator shows up in timeline for all flies in suggested frame - Stumbled on this one. I mainly use the suggestion table to navigate.
The suggested timeline shows suggestion for all the flies in a frame that's on the suggested frame list not just the specific fly/frame pair. | priority | gt suggestion indicator shows up in timeline for all flies in suggested frame stumbled on this one i mainly use the suggestion table to navigate the suggested timeline shows suggestion for all the flies in a frame that s on the suggested frame list not just the specific fly frame pair | 1 |
337,872 | 10,220,529,103 | IssuesEvent | 2019-08-15 21:37:38 | google/blockly | https://api.github.com/repos/google/blockly | closed | FieldImage: Support "flip_rtl", like scratch-blocks | help wanted low priority type: feature request | scratch-blocks added a boolean "flip_rtl" option in their JSON spec. We should port that back to Blockly.
This is useful when the icon is relative to the text flow, such as a "u-turn" arrow on a repeat block.
<img width="124" alt="screen shot 2017-09-22 at 4 11 36 pm" src="https://user-images.githubusercontent.com/9916202/30767329-ac774ad0-9fb0-11e7-9634-05e8682c5dfe.png">
<img width="127" alt="screen shot 2017-09-22 at 4 12 44 pm" src="https://user-images.githubusercontent.com/9916202/30767349-da01bfee-9fb0-11e7-984f-a9d3d3c0a221.png">
Example:
{
"type": "field_image",
"src": "icons/control_repeat.svg",
"width": 40,
"height": 40,
"flip_rtl": true
}
See implementation in scratch-blocks: https://github.com/LLK/scratch-blocks/search?q=flip_rtl
| 1.0 | FieldImage: Support "flip_rtl", like scratch-blocks - scratch-blocks added a boolean "flip_rtl" option in their JSON spec. We should port that back to Blockly.
This is useful when the icon is relative to the text flow, such as a "u-turn" arrow on a repeat block.
<img width="124" alt="screen shot 2017-09-22 at 4 11 36 pm" src="https://user-images.githubusercontent.com/9916202/30767329-ac774ad0-9fb0-11e7-9634-05e8682c5dfe.png">
<img width="127" alt="screen shot 2017-09-22 at 4 12 44 pm" src="https://user-images.githubusercontent.com/9916202/30767349-da01bfee-9fb0-11e7-984f-a9d3d3c0a221.png">
Example:
{
"type": "field_image",
"src": "icons/control_repeat.svg",
"width": 40,
"height": 40,
"flip_rtl": true
}
See implementation in scratch-blocks: https://github.com/LLK/scratch-blocks/search?q=flip_rtl
| priority | fieldimage support flip rtl like scratch blocks scratch blocks added a boolean flip rtl option in their json spec we should port that back to blockly this is useful when the icon is relative to the text flow such as a u turn arrow on a repeat block img width alt screen shot at pm src img width alt screen shot at pm src example type field image src icons control repeat svg width height flip rtl true see implementation in scratch blocks | 1 |
44,589 | 2,909,336,131 | IssuesEvent | 2015-06-20 16:46:24 | Naoghuman/Dream-Better-Worlds | https://api.github.com/repos/Naoghuman/Dream-Better-Worlds | closed | Refactore action methods to use uniform methodnames. | development refactoring issue fixed priority low | Refactore action methods to use uniform methodnames.
- onActionClose()
- onActionCreate()
- onActionDelete()
- onActionRefresh()
- onActionSave()
- onActionSearchInXy()
- onActionShowXy(Editor, Wizard...)
- onActionUpdate()
| 1.0 | Refactore action methods to use uniform methodnames. - Refactore action methods to use uniform methodnames.
- onActionClose()
- onActionCreate()
- onActionDelete()
- onActionRefresh()
- onActionSave()
- onActionSearchInXy()
- onActionShowXy(Editor, Wizard...)
- onActionUpdate()
| priority | refactore action methods to use uniform methodnames refactore action methods to use uniform methodnames onactionclose onactioncreate onactiondelete onactionrefresh onactionsave onactionsearchinxy onactionshowxy editor wizard onactionupdate | 1 |
421,011 | 12,247,478,831 | IssuesEvent | 2020-05-05 15:57:16 | python/mypy | https://api.github.com/repos/python/mypy | closed | Add hover text with explanations to html report | feature priority-2-low topic-usability | It would be nice if text colored red or yellow in the report showed the reason for this color when you hover the mouse over a highlighted area.
| 1.0 | Add hover text with explanations to html report - It would be nice if text colored red or yellow in the report showed the reason for this color when you hover the mouse over a highlighted area.
| priority | add hover text with explanations to html report it would be nice if text colored red or yellow in the report showed the reason for this color when you hover the mouse over a highlighted area | 1 |
43,596 | 2,889,871,578 | IssuesEvent | 2015-06-13 20:55:40 | SteamDatabase/steamSummerMinigame | https://api.github.com/repos/SteamDatabase/steamSummerMinigame | closed | Scope issue/suggestion | 3 - Low Priority Enhancement Help Wanted | yes it's me again
you might also want to think about wrapping the js script to be cleaner and clutter the window object less and also has less chance of it colliding with existing variables by Steam (or variables that might exist in the future)
```
(function(w, s){
/* Init */
w.steamDbToolKit = {}; // im not good with names
/* Settings */
w.steamDbToolKit.whateverSetting = 3; // put editable settings like this, it can be changed using steamDbToolKit.whateverSetting = 3 in console then
/* Internal variables */
var yesImBusyOrWhatever = false; // this variable will only exist inside the wrapper
// rest of code
})(window, someOtherObjectYouMightWantToUse); // window becomes w inside the wrapper and the other one becomes s
```
edit: you might even could use that object to add your own functions in if needed
```
w.steamDbToolKit.showMeTheMoney = function(){}; // idk
``` | 1.0 | Scope issue/suggestion - yes it's me again
you might also want to think about wrapping the js script to be cleaner and clutter the window object less and also has less chance of it colliding with existing variables by Steam (or variables that might exist in the future)
```
(function(w, s){
/* Init */
w.steamDbToolKit = {}; // im not good with names
/* Settings */
w.steamDbToolKit.whateverSetting = 3; // put editable settings like this, it can be changed using steamDbToolKit.whateverSetting = 3 in console then
/* Internal variables */
var yesImBusyOrWhatever = false; // this variable will only exist inside the wrapper
// rest of code
})(window, someOtherObjectYouMightWantToUse); // window becomes w inside the wrapper and the other one becomes s
```
edit: you might even could use that object to add your own functions in if needed
```
w.steamDbToolKit.showMeTheMoney = function(){}; // idk
``` | priority | scope issue suggestion yes it s me again you might also want to think about wrapping the js script to be cleaner and clutter the window object less and also has less chance of it colliding with existing variables by steam or variables that might exist in the future function w s init w steamdbtoolkit im not good with names settings w steamdbtoolkit whateversetting put editable settings like this it can be changed using steamdbtoolkit whateversetting in console then internal variables var yesimbusyorwhatever false this variable will only exist inside the wrapper rest of code window someotherobjectyoumightwanttouse window becomes w inside the wrapper and the other one becomes s edit you might even could use that object to add your own functions in if needed w steamdbtoolkit showmethemoney function idk | 1 |
518,515 | 15,029,472,790 | IssuesEvent | 2021-02-02 05:37:48 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | opened | ysql: add index backfill tests covering all stages | area/ysql priority/low | YSQL index backfill test coverage is not much. It could use some more attention. One thing that would be helpful is showing how each of the intermediate stages of the online schema migration are necessary. In other words, add tests like
- `PgIndexBackfillTest.StageDeleteOnly`
- `PgIndexBackfillTest.StageWriteAndDelete`
- `PgIndexBackfillTest.StageBackfill`
- `PgIndexBackfillTest.StageWriteAndDeleteWhileRemoving` (depends on issue #4936)
- `PgIndexBackfillTest.StageDeleteOnlyWhileRemoving` (depends on issue #4936)
where they specifically show why that certain intermediate stage is necessary for correctness. This would also serve as a handy reference justifying the design decisions made. | 1.0 | ysql: add index backfill tests covering all stages - YSQL index backfill test coverage is not much. It could use some more attention. One thing that would be helpful is showing how each of the intermediate stages of the online schema migration are necessary. In other words, add tests like
- `PgIndexBackfillTest.StageDeleteOnly`
- `PgIndexBackfillTest.StageWriteAndDelete`
- `PgIndexBackfillTest.StageBackfill`
- `PgIndexBackfillTest.StageWriteAndDeleteWhileRemoving` (depends on issue #4936)
- `PgIndexBackfillTest.StageDeleteOnlyWhileRemoving` (depends on issue #4936)
where they specifically show why that certain intermediate stage is necessary for correctness. This would also serve as a handy reference justifying the design decisions made. | priority | ysql add index backfill tests covering all stages ysql index backfill test coverage is not much it could use some more attention one thing that would be helpful is showing how each of the intermediate stages of the online schema migration are necessary in other words add tests like pgindexbackfilltest stagedeleteonly pgindexbackfilltest stagewriteanddelete pgindexbackfilltest stagebackfill pgindexbackfilltest stagewriteanddeletewhileremoving depends on issue pgindexbackfilltest stagedeleteonlywhileremoving depends on issue where they specifically show why that certain intermediate stage is necessary for correctness this would also serve as a handy reference justifying the design decisions made | 1 |
664,907 | 22,292,217,398 | IssuesEvent | 2022-06-12 14:31:54 | pixiebrix/pixiebrix-extension | https://api.github.com/repos/pixiebrix/pixiebrix-extension | closed | Add pagestate change triggers | low priority runtime | Context
- As a creator, I want to run an action when part of the page state changes
- As a creator, I want to update a sidebar panel when part of the page state changes
Considerations
- This can be simulated using custom events, because the writer can emit an event that they've updated the state: https://github.com/pixiebrix/pixiebrix-extension/issues/3237 | 1.0 | Add pagestate change triggers - Context
- As a creator, I want to run an action when part of the page state changes
- As a creator, I want to update a sidebar panel when part of the page state changes
Considerations
- This can be simulated using custom events, because the writer can emit an event that they've updated the state: https://github.com/pixiebrix/pixiebrix-extension/issues/3237 | priority | add pagestate change triggers context as a creator i want to run an action when part of the page state changes as a creator i want to update a sidebar panel when part of the page state changes considerations this can be simulated using custom events because the writer can emit an event that they ve updated the state | 1 |
184,019 | 6,700,238,534 | IssuesEvent | 2017-10-11 03:18:34 | MenoData/Time4J | https://api.github.com/repos/MenoData/Time4J | closed | ChronoHistory.month()-annotation is incomplete | bug fixed priority: low | The format pattern symbol "L" for standalone-mode is also supported but not mentioned in the annotation (documentation bug). | 1.0 | ChronoHistory.month()-annotation is incomplete - The format pattern symbol "L" for standalone-mode is also supported but not mentioned in the annotation (documentation bug). | priority | chronohistory month annotation is incomplete the format pattern symbol l for standalone mode is also supported but not mentioned in the annotation documentation bug | 1 |
543,370 | 15,880,768,963 | IssuesEvent | 2021-04-09 14:04:17 | cds-snc/covid-alert-server-staging-terraform | https://api.github.com/repos/cds-snc/covid-alert-server-staging-terraform | reopened | Log expansion and contraction of metrics | low priority | Log the following:
- \# of DynamoDB new record events recieved in lambda
- \# of payloads per event
- \# of dynamodb payloads per lambda
Aggregate Metric needs the following Permissions:
- cloudwatch:PutMetricData
| 1.0 | Log expansion and contraction of metrics - Log the following:
- \# of DynamoDB new record events recieved in lambda
- \# of payloads per event
- \# of dynamodb payloads per lambda
Aggregate Metric needs the following Permissions:
- cloudwatch:PutMetricData
| priority | log expansion and contraction of metrics log the following of dynamodb new record events recieved in lambda of payloads per event of dynamodb payloads per lambda aggregate metric needs the following permissions cloudwatch putmetricdata | 1 |
254,609 | 8,076,014,989 | IssuesEvent | 2018-08-07 08:07:38 | canonical-websites/vanillaframework.io | https://api.github.com/repos/canonical-websites/vanillaframework.io | closed | Update logos on 'Who's using Vanilla' section | Priority: Low | ## Summary
Update logos on 'Who's using Vanilla' section, removing and replacing based on sites fully migrated to Vanilla.
## Process
- Remove 'Landscape' and 'Core' logos
- Add 'LXD' logo - https://assets.ubuntu.com/v1/ac9a0e00-lxd_primary.svg
- Reorder logos to match screenshot below π
- Ubuntu, MAAS, Juju, Snapcraft
- LXD, conjure-up, cloud-init, Canonical
## Screenshot
 | 1.0 | Update logos on 'Who's using Vanilla' section - ## Summary
Update logos on 'Who's using Vanilla' section, removing and replacing based on sites fully migrated to Vanilla.
## Process
- Remove 'Landscape' and 'Core' logos
- Add 'LXD' logo - https://assets.ubuntu.com/v1/ac9a0e00-lxd_primary.svg
- Reorder logos to match screenshot below π
- Ubuntu, MAAS, Juju, Snapcraft
- LXD, conjure-up, cloud-init, Canonical
## Screenshot
 | priority | update logos on who s using vanilla section summary update logos on who s using vanilla section removing and replacing based on sites fully migrated to vanilla process remove landscape and core logos add lxd logo reorder logos to match screenshot below π ubuntu maas juju snapcraft lxd conjure up cloud init canonical screenshot | 1 |
396,990 | 11,716,780,692 | IssuesEvent | 2020-03-09 16:10:15 | Noggog/Mutagen | https://api.github.com/repos/Noggog/Mutagen | opened | Remove LoquiBinaryTranslation Calls for Simple Objects | Low Priority enhancement | Lots of calls to simple Loqui objects bounce off LoquiBinaryTranslation. This isn't too expensive, but can probably be trimmed out. | 1.0 | Remove LoquiBinaryTranslation Calls for Simple Objects - Lots of calls to simple Loqui objects bounce off LoquiBinaryTranslation. This isn't too expensive, but can probably be trimmed out. | priority | remove loquibinarytranslation calls for simple objects lots of calls to simple loqui objects bounce off loquibinarytranslation this isn t too expensive but can probably be trimmed out | 1 |
699,070 | 24,003,192,213 | IssuesEvent | 2022-09-14 13:04:43 | cbrxyz/pi-bot | https://api.github.com/repos/cbrxyz/pi-bot | closed | Construct separate class for database functionality | enhancement dev priority: low | The database functionality should be compartmentalized into a separate class instance stored in the main bot class. This would avoid the need for loads of global methods and a global Mongo client in the `mongo.py` file.
Possibly implemented like so:
```py
class MongoDatabase():
...
client: motor.motor_asyncio.AsyncIOMotorClient
async def delete(db_name, collection_name, iden):
collection = self.client[db_name][collection_name]
await collection.delete_one({"_id": iden})
```
The main bot could then hold an instance of this class. | 1.0 | Construct separate class for database functionality - The database functionality should be compartmentalized into a separate class instance stored in the main bot class. This would avoid the need for loads of global methods and a global Mongo client in the `mongo.py` file.
Possibly implemented like so:
```py
class MongoDatabase():
...
client: motor.motor_asyncio.AsyncIOMotorClient
async def delete(db_name, collection_name, iden):
collection = self.client[db_name][collection_name]
await collection.delete_one({"_id": iden})
```
The main bot could then hold an instance of this class. | priority | construct separate class for database functionality the database functionality should be compartmentalized into a separate class instance stored in the main bot class this would avoid the need for loads of global methods and a global mongo client in the mongo py file possibly implemented like so py class mongodatabase client motor motor asyncio asynciomotorclient async def delete db name collection name iden collection self client await collection delete one id iden the main bot could then hold an instance of this class | 1 |
191,177 | 6,826,620,895 | IssuesEvent | 2017-11-08 14:42:08 | esaude/esaude-emr-poc | https://api.github.com/repos/esaude/esaude-emr-poc | closed | The health Facility of the user that is in transit must be registered | enhancement Low Priority | Add 2 fields
The system must have registered that the patient is a patient in transit during the registration
| 1.0 | The health Facility of the user that is in transit must be registered - Add 2 fields
The system must have registered that the patient is a patient in transit during the registration
| priority | the health facility of the user that is in transit must be registered add fields the system must have registered that the patient is a patient in transit during the registration | 1 |
364,101 | 10,758,969,325 | IssuesEvent | 2019-10-31 15:50:05 | AY1920S1-CS2103-F10-2/main | https://api.github.com/repos/AY1920S1-CS2103-F10-2/main | closed | Waste List Storage 2: Storage of waste list statistics | priority.Low | For previous months, statistics are fixed so it will be beneficial to store them instead of computing them every time user requires past statistics. | 1.0 | Waste List Storage 2: Storage of waste list statistics - For previous months, statistics are fixed so it will be beneficial to store them instead of computing them every time user requires past statistics. | priority | waste list storage storage of waste list statistics for previous months statistics are fixed so it will be beneficial to store them instead of computing them every time user requires past statistics | 1 |
579,930 | 17,201,461,241 | IssuesEvent | 2021-07-17 10:14:26 | mlenser/kryx-rpg-issues | https://api.github.com/repos/mlenser/kryx-rpg-issues | closed | NPC orcs should state how much bonus damage Blood Fury gives | Creatures low priority | https://www.kryxrpg.com/creatures/orc
Blood Fury says "it can add its proficiency bonus to the damage". That should state the exact value added to the damage, instead of "its proficiency bonus". | 1.0 | NPC orcs should state how much bonus damage Blood Fury gives - https://www.kryxrpg.com/creatures/orc
Blood Fury says "it can add its proficiency bonus to the damage". That should state the exact value added to the damage, instead of "its proficiency bonus". | priority | npc orcs should state how much bonus damage blood fury gives blood fury says it can add its proficiency bonus to the damage that should state the exact value added to the damage instead of its proficiency bonus | 1 |
663,009 | 22,159,710,771 | IssuesEvent | 2022-06-04 10:05:56 | LemonUIbyLemon/LemonUI | https://api.github.com/repos/LemonUIbyLemon/LemonUI | closed | Event for Menu Items Added/Removed | priority: p3 low type: feature request status: acknowledged | An event for detecting when a menu item is added or removed would probably be a good idea. | 1.0 | Event for Menu Items Added/Removed - An event for detecting when a menu item is added or removed would probably be a good idea. | priority | event for menu items added removed an event for detecting when a menu item is added or removed would probably be a good idea | 1 |
321,707 | 9,807,910,449 | IssuesEvent | 2019-06-12 14:37:39 | lbryio/lbry | https://api.github.com/repos/lbryio/lbry | closed | Enhance blob_announce to use head blob only based on config setting | area: jsonrpc level: 1 priority: low type: improvement | <!--
Thanks for reporting an issue to LBRY and helping us improve!
To make it possible for us to help you, please fill out below information carefully.
Before reporting any issues, please make sure that you're using the latest version.
- App releases: https://github.com/lbryio/lbry-app/releases
- Standalone daemon: https://github.com/lbryio/lbry/releases
We are also available on Slack at https://slack.lbry.io
-->
## The Issue
Currently, clients are configured with the head blob announce setting which is used during automated announcements. The blob_announce command was not updated to utilize this setting, which is especially important if using stream_hash / sd_hash. It should default to the client setting and possibly allow a -headblobonly (Y-default/N) parameter.
## Screenshots
<!-- If a screenshot would help explain the bug, please include one or two here -->
| 1.0 | Enhance blob_announce to use head blob only based on config setting - <!--
Thanks for reporting an issue to LBRY and helping us improve!
To make it possible for us to help you, please fill out below information carefully.
Before reporting any issues, please make sure that you're using the latest version.
- App releases: https://github.com/lbryio/lbry-app/releases
- Standalone daemon: https://github.com/lbryio/lbry/releases
We are also available on Slack at https://slack.lbry.io
-->
## The Issue
Currently, clients are configured with the head blob announce setting which is used during automated announcements. The blob_announce command was not updated to utilize this setting, which is especially important if using stream_hash / sd_hash. It should default to the client setting and possibly allow a -headblobonly (Y-default/N) parameter.
## Screenshots
<!-- If a screenshot would help explain the bug, please include one or two here -->
| priority | enhance blob announce to use head blob only based on config setting thanks for reporting an issue to lbry and helping us improve to make it possible for us to help you please fill out below information carefully before reporting any issues please make sure that you re using the latest version app releases standalone daemon we are also available on slack at the issue currently clients are configured with the head blob announce setting which is used during automated announcements the blob announce command was not updated to utilize this setting which is especially important if using stream hash sd hash it should default to the client setting and possibly allow a headblobonly y default n parameter screenshots | 1 |
182,431 | 6,670,068,161 | IssuesEvent | 2017-10-03 21:44:12 | Bedework/bedework | https://api.github.com/repos/Bedework/bedework | opened | Finish move to ES | priority: low type: enhancement | All entities should be retrieved from ES. The DB should only be a transactional safe resource. When retrieving a single event we could check the timestamp in the db version to see if system errors caused a failed update of the db.
This avoids a whole class of errors we see at the moment. Could be applied to 3.x before we get to 4.x | 1.0 | Finish move to ES - All entities should be retrieved from ES. The DB should only be a transactional safe resource. When retrieving a single event we could check the timestamp in the db version to see if system errors caused a failed update of the db.
This avoids a whole class of errors we see at the moment. Could be applied to 3.x before we get to 4.x | priority | finish move to es all entities should be retrieved from es the db should only be a transactional safe resource when retrieving a single event we could check the timestamp in the db version to see if system errors caused a failed update of the db this avoids a whole class of errors we see at the moment could be applied to x before we get to x | 1 |
323,703 | 9,873,562,862 | IssuesEvent | 2019-06-22 15:34:07 | garden-io/garden | https://api.github.com/repos/garden-io/garden | closed | Version command fails if not in a project directory | bug priority:low | ## Bug
### Current Behavior
`garden version` returns `Not a project directory (or any of the parent directories):``
if not in a project directory. `garden --version` works however.
### Expected behavior
`garden version` should work in a non-project directory, just like `garden --version` does.
### Reproducible example
N/A
### Suggested solution(s)
N/A
### Additional context
N/A
### Your environment
Lastest `master` | 1.0 | Version command fails if not in a project directory - ## Bug
### Current Behavior
`garden version` returns `Not a project directory (or any of the parent directories):``
if not in a project directory. `garden --version` works however.
### Expected behavior
`garden version` should work in a non-project directory, just like `garden --version` does.
### Reproducible example
N/A
### Suggested solution(s)
N/A
### Additional context
N/A
### Your environment
Lastest `master` | priority | version command fails if not in a project directory bug current behavior garden version returns not a project directory or any of the parent directories if not in a project directory garden version works however expected behavior garden version should work in a non project directory just like garden version does reproducible example n a suggested solution s n a additional context n a your environment lastest master | 1 |
377,079 | 11,163,310,529 | IssuesEvent | 2019-12-26 21:52:47 | dr4fters/dr4ft | https://api.github.com/repos/dr4fters/dr4ft | closed | Lower pack count for sealed needed | easy fix low priority | As requested in https://github.com/dr4fters/dr4ft/issues/64 (and mostly addressed in #380), we have now the option to select how many packs we want to open in draft and sealed.
However, what is missing are options for 1 and 2 packs in sealed.
Opening 1 pack is needed in Magic League for example.
For draft, I don't think we need fewer than 3 packs as option?
But I can't tell if there is some custom format which relies on that... | 1.0 | Lower pack count for sealed needed - As requested in https://github.com/dr4fters/dr4ft/issues/64 (and mostly addressed in #380), we have now the option to select how many packs we want to open in draft and sealed.
However, what is missing are options for 1 and 2 packs in sealed.
Opening 1 pack is needed in Magic League for example.
For draft, I don't think we need fewer than 3 packs as option?
But I can't tell if there is some custom format which relies on that... | priority | lower pack count for sealed needed as requested in and mostly addressed in we have now the option to select how many packs we want to open in draft and sealed however what is missing are options for and packs in sealed opening pack is needed in magic league for example for draft i don t think we need fewer than packs as option but i can t tell if there is some custom format which relies on that | 1 |
766,154 | 26,873,456,765 | IssuesEvent | 2023-02-04 19:03:23 | NIAEFEUP/tts-revamp-fe | https://api.github.com/repos/NIAEFEUP/tts-revamp-fe | opened | Extra-UCs: Selection List Box not showing all UCs during modal | bug low priority medium effort | While selecting the extra UCs, the SelectionListBox will only show the Extra UCs instead of all selected UCs. The User should be able to see all the UCs during this phase, like in the main selection modal, as depicted in the third image:
(1) During the Selection Modal:

(2) During the Extra UCs Selection Modal:

(3) After the selection, the UCs show up in the main Selection modal as wanted:

| 1.0 | Extra-UCs: Selection List Box not showing all UCs during modal - While selecting the extra UCs, the SelectionListBox will only show the Extra UCs instead of all selected UCs. The User should be able to see all the UCs during this phase, like in the main selection modal, as depicted in the third image:
(1) During the Selection Modal:

(2) During the Extra UCs Selection Modal:

(3) After the selection, the UCs show up in the main Selection modal as wanted:

| priority | extra ucs selection list box not showing all ucs during modal while selecting the extra ucs the selectionlistbox will only show the extra ucs instead of all selected ucs the user should be able to see all the ucs during this phase like in the main selection modal as depicted in the third image during the selection modal during the extra ucs selection modal after the selection the ucs show up in the main selection modal as wanted | 1 |
524,869 | 15,225,150,686 | IssuesEvent | 2021-02-18 06:47:43 | ppy/osu | https://api.github.com/repos/ppy/osu | closed | MusicXML support (proposal) | area:editor low-priority proposal | **Describe the feature:** It would be nice, if beatmap could be created on top of musicXML file. If mp3 wasn't provided for the file, music could be generated too.
https://www.musicxml.com/
| 1.0 | MusicXML support (proposal) - **Describe the feature:** It would be nice, if beatmap could be created on top of musicXML file. If mp3 wasn't provided for the file, music could be generated too.
https://www.musicxml.com/
| priority | musicxml support proposal describe the feature it would be nice if beatmap could be created on top of musicxml file if wasn t provided for the file music could be generated too | 1 |
121,498 | 4,817,300,142 | IssuesEvent | 2016-11-04 13:16:27 | PowerlineApp/powerline-mobile | https://api.github.com/repos/PowerlineApp/powerline-mobile | opened | Address Entry - Google-assisted Fill-out | bug P3 - Low Priority | When the user starts entering the street address, the Google address assist pop-up correctly appears. If the user taps an option in the pop-up, the form correct fills out.
If the user taps the wrong option by mistake and starts to fill out the Street Address again, all fields are not consistently replaced with new address in pop-up.
This issue seems to occur only when the user has 1) already selected an address the first time, and 2) tries to select the top choice in the popup the second time he fills out the Street address... The town field is not re-placed.
It would be good to test the behavior of this feature because it really does help the user expedite the registration process.. | 1.0 | Address Entry - Google-assisted Fill-out - When the user starts entering the street address, the Google address assist pop-up correctly appears. If the user taps an option in the pop-up, the form correct fills out.
If the user taps the wrong option by mistake and starts to fill out the Street Address again, all fields are not consistently replaced with new address in pop-up.
This issue seems to occur only when the user has 1) already selected an address the first time, and 2) tries to select the top choice in the popup the second time he fills out the Street address... The town field is not re-placed.
It would be good to test the behavior of this feature because it really does help the user expedite the registration process.. | priority | address entry google assisted fill out when the user starts entering the street address the google address assist pop up correctly appears if the user taps an option in the pop up the form correct fills out if the user taps the wrong option by mistake and starts to fill out the street address again all fields are not consistently replaced with new address in pop up this issue seems to occur only when the user has already selected an address the first time and tries to select the top choice in the popup the second time he fills out the street address the town field is not re placed it would be good to test the behavior of this feature because it really does help the user expedite the registration process | 1 |
400,020 | 11,765,719,992 | IssuesEvent | 2020-03-14 18:42:09 | MaxNeedsSnacks/Interactio | https://api.github.com/repos/MaxNeedsSnacks/Interactio | closed | Add multiple weighted / chance outputs to recipes | 1.15 enhancement low-priority | This originally stems from a comment on CurseForge. The concrete plan would be to:
- [x] ~~Implement a `ChanceItemStack` class that associates possible outputs with different chances to spawn.~~
- [x] ~~Change the outputs of most recipe types to `List<ChanceItemStack>`~~
- [x] ~~Overhaul JEI integration such that it can represent multiple inputs -> multiple outputs without looking cluttered.~~
- [x] ~~*(Maybe) implement something for chances over 100% such that 195% for example could mean: 100% chance to spawn one set, 95% to spawn another*~~
EDIT: I took a slightly different approach when implementing this, instead of *chances* item outputs now have different weights to be picked as a random output. Recipes can have multiple rolls and also support "empty" weights, which return nothing if picked. I did introduce return chances to recipe inputs, though, which is now 0% by default for **all** recipes.
| 1.0 | Add multiple weighted / chance outputs to recipes - This originally stems from a comment on CurseForge. The concrete plan would be to:
- [x] ~~Implement a `ChanceItemStack` class that associates possible outputs with different chances to spawn.~~
- [x] ~~Change the outputs of most recipe types to `List<ChanceItemStack>`~~
- [x] ~~Overhaul JEI integration such that it can represent multiple inputs -> multiple outputs without looking cluttered.~~
- [x] ~~*(Maybe) implement something for chances over 100% such that 195% for example could mean: 100% chance to spawn one set, 95% to spawn another*~~
EDIT: I took a slightly different approach when implementing this, instead of *chances* item outputs now have different weights to be picked as a random output. Recipes can have multiple rolls and also support "empty" weights, which return nothing if picked. I did introduce return chances to recipe inputs, though, which is now 0% by default for **all** recipes.
| priority | add multiple weighted chance outputs to recipes this originally stems from a comment on curseforge the concrete plan would be to implement a chanceitemstack class that associates possible outputs with different chances to spawn change the outputs of most recipe types to list overhaul jei integration such that it can represent multiple inputs multiple outputs without looking cluttered maybe implement something for chances over such that for example could mean chance to spawn one set to spawn another edit i took a slightly different approach when implementing this instead of chances item outputs now have different weights to be picked as a random output recipes can have multiple rolls and also support empty weights which return nothing if picked i did introduce return chances to recipe inputs though which is now by default for all recipes | 1 |
604,040 | 18,675,982,110 | IssuesEvent | 2021-10-31 15:14:06 | AY2122S1-CS2113-T16-3/tp | https://api.github.com/repos/AY2122S1-CS2113-T16-3/tp | closed | [PE-D] The user is unable to cook a recipe even when there are enough ingredients. | type.bug priority.Low | 


To test the recipe feature.
- I added a recipe donut with ingredient **"Sugar"** which should have **"qty-6"**.(Refer to screenshot-1).
- I updated the qty of the sugar in the database to **10**.(Refer to screenshot-2).
- I ran the cooked recipe command for the recipe **"DONUT"** and it doesn't seem to work:(
I tried again to test this basic functionality, but it did not work. Refer to the screenshot below:

<!--session: 1635497009444-85bbb166-2e6c-4a24-8107-4aefbf43f238--><!--Version: Web v3.4.1-->
-------------
Labels: `type.FunctionalityBug` `severity.High`
original: aditichadha1310/ped#6 | 1.0 | [PE-D] The user is unable to cook a recipe even when there are enough ingredients. - 


To test the recipe feature.
- I added a recipe donut with ingredient **"Sugar"** which should have **"qty-6"**.(Refer to screenshot-1).
- I updated the qty of the sugar in the database to **10**.(Refer to screenshot-2).
- I ran the cooked recipe command for the recipe **"DONUT"** and it doesn't seem to work:(
I tried again to test this basic functionality, but it did not work. Refer to the screenshot below:

<!--session: 1635497009444-85bbb166-2e6c-4a24-8107-4aefbf43f238--><!--Version: Web v3.4.1-->
-------------
Labels: `type.FunctionalityBug` `severity.High`
original: aditichadha1310/ped#6 | priority | the user is unable to cook a recipe even when there are enough ingredients to test the recipe feature i added a recipe donut with ingredient sugar which should have qty refer to screenshot i updated the qty of the sugar in the database to refer to screenshot i ran the cooked recipe command for the recipe donut and it doesn t seem to work i tried again to test this basic functionality but it did not work refer to the screenshot below labels type functionalitybug severity high original ped | 1 |
160,985 | 6,106,543,973 | IssuesEvent | 2017-06-21 04:45:30 | pmem/issues | https://api.github.com/repos/pmem/issues | closed | unit tests: obj_sync\TEST8: (check\none\debug) fails | Exposure: Low OS: Windows Priority: 3 medium Type: Bug | > obj_sync\TEST8: SETUP (check\none\debug)
> obj_sync\TEST8: START: obj_sync
> C:\Jenkins\workspace\nvml_tests_win16DC\src\test\obj_sync\out8.log below.
> + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
> + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,dump_last_n_lines
> + PSComputerName : localhost
>
> obj_sync\TEST8: START: obj_sync
> C:\Jenkins\workspace\nvml_tests_win16DC\src\x64\Debug\obj_sync.exe t 10 5
> C:\Jenkins\workspace\nvml_tests_win16DC\src\test\obj_sync\pmem8.log below.
> + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
> + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,dump_last_n_lines
> + PSComputerName : localhost
>
> <libpmem>: <1> [out.c:261 out_init] pid 7828: program: C:\Jenkins\workspace\nvml_tests_win16DC\src\x64\Debug\obj_sync.exe
> <libpmem>: <1> [out.c:263 out_init] libpmem version 1.0
> <libpmem>: <1> [out.c:264 out_init] src version SRCVERSION:1.2+b2-16-g6c455ea5
> <libpmem>: <3> [mmap.c:91 util_mmap_init]
> <libpmem>: <3> [libpmem.c:56 libpmem_init]
> <libpmem>: <3> [pmem.c:1254 pmem_init]
> <libpmem>: <3> [pmem.c:1216 pmem_get_cpuinfo]
> <libpmem>: <3> [pmem.c:1220 pmem_get_cpuinfo] clflush supported
> <libpmem>: <3> [pmem.c:1189 pmem_log_cpuinfo]
> <libpmem>: <3> [pmem.c:1196 pmem_log_cpuinfo] using clflush
> <libpmem>: <3> [pmem.c:1203 pmem_log_cpuinfo] using movnt
> <libpmem>: <3> [libpmem.c:69 libpmem_fini]
> <libpmem>: <3> [mmap.c:124 util_mmap_fini]
> obj_sync\TEST8: FAILED with errorcode 1
> obj_sync\TEST8: FAILED with errorcode 1[0]
> + CategoryInfo : OperationStopped: (obj_sync\TEST8:... errorcode 1[0]:String) [], RuntimeException
> + FullyQualifiedErrorId : obj_sync\TEST8: FAILED with errorcode 1[0]
> + PSComputerName : localhost
>
> C:\Jenkins\workspace\nvml_tests_win16DC\src\test\RUNTESTS.ps1 : RUNTESTS FAILED
> At line:1 char:2
> + .\RUNTESTS.ps1 -v -t check -o 10m
> + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
> + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,RUNTESTS.ps1
Found on 6c455ea566a9aeb77c3ab2282be7e518f5243922 | 1.0 | unit tests: obj_sync\TEST8: (check\none\debug) fails - > obj_sync\TEST8: SETUP (check\none\debug)
> obj_sync\TEST8: START: obj_sync
> C:\Jenkins\workspace\nvml_tests_win16DC\src\test\obj_sync\out8.log below.
> + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
> + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,dump_last_n_lines
> + PSComputerName : localhost
>
> obj_sync\TEST8: START: obj_sync
> C:\Jenkins\workspace\nvml_tests_win16DC\src\x64\Debug\obj_sync.exe t 10 5
> C:\Jenkins\workspace\nvml_tests_win16DC\src\test\obj_sync\pmem8.log below.
> + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
> + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,dump_last_n_lines
> + PSComputerName : localhost
>
> <libpmem>: <1> [out.c:261 out_init] pid 7828: program: C:\Jenkins\workspace\nvml_tests_win16DC\src\x64\Debug\obj_sync.exe
> <libpmem>: <1> [out.c:263 out_init] libpmem version 1.0
> <libpmem>: <1> [out.c:264 out_init] src version SRCVERSION:1.2+b2-16-g6c455ea5
> <libpmem>: <3> [mmap.c:91 util_mmap_init]
> <libpmem>: <3> [libpmem.c:56 libpmem_init]
> <libpmem>: <3> [pmem.c:1254 pmem_init]
> <libpmem>: <3> [pmem.c:1216 pmem_get_cpuinfo]
> <libpmem>: <3> [pmem.c:1220 pmem_get_cpuinfo] clflush supported
> <libpmem>: <3> [pmem.c:1189 pmem_log_cpuinfo]
> <libpmem>: <3> [pmem.c:1196 pmem_log_cpuinfo] using clflush
> <libpmem>: <3> [pmem.c:1203 pmem_log_cpuinfo] using movnt
> <libpmem>: <3> [libpmem.c:69 libpmem_fini]
> <libpmem>: <3> [mmap.c:124 util_mmap_fini]
> obj_sync\TEST8: FAILED with errorcode 1
> obj_sync\TEST8: FAILED with errorcode 1[0]
> + CategoryInfo : OperationStopped: (obj_sync\TEST8:... errorcode 1[0]:String) [], RuntimeException
> + FullyQualifiedErrorId : obj_sync\TEST8: FAILED with errorcode 1[0]
> + PSComputerName : localhost
>
> C:\Jenkins\workspace\nvml_tests_win16DC\src\test\RUNTESTS.ps1 : RUNTESTS FAILED
> At line:1 char:2
> + .\RUNTESTS.ps1 -v -t check -o 10m
> + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
> + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,RUNTESTS.ps1
Found on 6c455ea566a9aeb77c3ab2282be7e518f5243922 | priority | unit tests obj sync check none debug fails obj sync setup check none debug obj sync start obj sync c jenkins workspace nvml tests src test obj sync log below categoryinfo notspecified writeerrorexception fullyqualifiederrorid microsoft powershell commands writeerrorexception dump last n lines pscomputername localhost obj sync start obj sync c jenkins workspace nvml tests src debug obj sync exe t c jenkins workspace nvml tests src test obj sync log below categoryinfo notspecified writeerrorexception fullyqualifiederrorid microsoft powershell commands writeerrorexception dump last n lines pscomputername localhost pid program c jenkins workspace nvml tests src debug obj sync exe libpmem version src version srcversion clflush supported using clflush using movnt obj sync failed with errorcode obj sync failed with errorcode categoryinfo operationstopped obj sync errorcode string runtimeexception fullyqualifiederrorid obj sync failed with errorcode pscomputername localhost c jenkins workspace nvml tests src test runtests runtests failed at line char runtests v t check o categoryinfo notspecified writeerrorexception fullyqualifiederrorid microsoft powershell commands writeerrorexception runtests found on | 1 |
505,756 | 14,645,048,255 | IssuesEvent | 2020-12-26 04:46:35 | LeftyIsHere/GoldenWaters | https://api.github.com/repos/LeftyIsHere/GoldenWaters | closed | [FEATURE REQUEST] List of Important Warps / Command | Feature Request Low Priority | **Describe the addition**
Add a command on the Minecraft server and message in the Discord server (either pinned in #survival or in #faq) that lists important or major warps. These could include admin warps or massive towns. It could also be a perk for ranked users (1 free major warp?)
**Why do you want this feature?**
It can help people find important warps, admin warps, and more.
| 1.0 | [FEATURE REQUEST] List of Important Warps / Command - **Describe the addition**
Add a command on the Minecraft server and message in the Discord server (either pinned in #survival or in #faq) that lists important or major warps. These could include admin warps or massive towns. It could also be a perk for ranked users (1 free major warp?)
**Why do you want this feature?**
It can help people find important warps, admin warps, and more.
| priority | list of important warps command describe the addition add a command on the minecraft server and message in the discord server either pinned in survival or in faq that lists important or major warps these could include admin warps or massive towns it could also be a perk for ranked users free major warp why do you want this feature it can help people find important warps admin warps and more | 1 |
136,236 | 5,277,955,348 | IssuesEvent | 2017-02-07 05:58:34 | Kromster80/kam_remake | https://api.github.com/repos/Kromster80/kam_remake | closed | Ability to mark maps as a favourite (gold star) | priority: low type: enhancement | From Buglist.txt:
Ability to mark maps as a favourite (gold star) so they appear at the top of the list (find your favourite maps without scrolling through whole list)
- - - - - - - - - - - - - - - - - - - -
Possible UI:
We can add new column with star in it for list in Lobby and Map Editor. For favorite map here is a star, for not favourite - star outline ('empty star'). Pics are clickable, so player can set/unset favourite status.
We can even add kind of a rating here - 5 stars max, 0 min, then player could sort maps by number of stars. By default all maps are sorted by name and rating (first by name, then apply rating sort, then because of stable sort algorithm MergeSort, that we use now, same rated maps will be sort properly)
May be we can add same stars in MapEd menu where player also can set/unset them (it will need some place in MapEd menu to show these stars, but we can change controls placement on MapEd menu page, so minimap can be in the top left corner then map list will get enought width)
Implementation:
'Favorite' maps stored locally in ini file (by Name or CRC or both?) with their rating (probably we can add some format to add name/CRC/Rating value in 1 line, similar as I did for Ware Distribution). Then on maps scan new 'Favourite' property will be set for favorite maps.
We already have gold star for Host, we can reuse it here. Then only new 'empty star' icon is needed. | 1.0 | Ability to mark maps as a favourite (gold star) - From Buglist.txt:
Ability to mark maps as a favourite (gold star) so they appear at the top of the list (find your favourite maps without scrolling through whole list)
- - - - - - - - - - - - - - - - - - - -
Possible UI:
We can add new column with star in it for list in Lobby and Map Editor. For favorite map here is a star, for not favourite - star outline ('empty star'). Pics are clickable, so player can set/unset favourite status.
We can even add kind of a rating here - 5 stars max, 0 min, then player could sort maps by number of stars. By default all maps are sorted by name and rating (first by name, then apply rating sort, then because of stable sort algorithm MergeSort, that we use now, same rated maps will be sort properly)
May be we can add same stars in MapEd menu where player also can set/unset them (it will need some place in MapEd menu to show these stars, but we can change controls placement on MapEd menu page, so minimap can be in the top left corner then map list will get enought width)
Implementation:
'Favorite' maps stored locally in ini file (by Name or CRC or both?) with their rating (probably we can add some format to add name/CRC/Rating value in 1 line, similar as I did for Ware Distribution). Then on maps scan new 'Favourite' property will be set for favorite maps.
We already have gold star for Host, we can reuse it here. Then only new 'empty star' icon is needed. | priority | ability to mark maps as a favourite gold star from buglist txt ability to mark maps as a favourite gold star so they appear at the top of the list find your favourite maps without scrolling through whole list possible ui we can add new column with star in it for list in lobby and map editor for favorite map here is a star for not favourite star outline empty star pics are clickable so player can set unset favourite status we can even add kind of a rating here stars max min then player could sort maps by number of stars by default all maps are sorted by name and rating first by name then apply rating sort then because of stable sort algorithm mergesort that we use now same rated maps will be sort properly may be we can add same stars in maped menu where player also can set unset them it will need some place in maped menu to show these stars but we can change controls placement on maped menu page so minimap can be in the top left corner then map list will get enought width implementation favorite maps stored locally in ini file by name or crc or both with their rating probably we can add some format to add name crc rating value in line similar as i did for ware distribution then on maps scan new favourite property will be set for favorite maps we already have gold star for host we can reuse it here then only new empty star icon is needed | 1 |
180,964 | 6,654,813,441 | IssuesEvent | 2017-09-29 14:12:55 | LearnLib/learnlib | https://api.github.com/repos/LearnLib/learnlib | opened | Improve integration of build-tools module | priority: low type: improvement | The idea of the `build-tools` module is to easily reference certain configuration files (e.g. checkstyle config) as maven dependencies (e.g. for plugin executions). While this currently works for 3rd party projects, we cannot use the build-tools module in our own build process.
The reason for this is the introduction of a cyclic reference: The build-tools module depends on the parent module (because it inherits from the parent) and the parent module would depend on the build-tools module if we would declare it as a dependency in the plugin definitions. As a result we currently have to provide the absolute paths to the config files. This breaks the usage of some of the plugins (e.g. we cannot run the findbugs plugin in any module other than the parent, because the configuration paths are always evaluated project-relative, hence it would look in `commons/build-utils/...` for the configs).
With this ticket I'd like to discuss and evaluate possible solutions to this problem. So far I came up with three ideas:
* do not let `build-tools` inherit from the parent:
This way, the build-tools module could be built before the parent and could therefore be referenced by the parent without any problem. The big downside of course is, that all (relevant) configurations currently defined in the parent would have to be copied to the build-tools module, so that it still integrates well in the build process. This would also increase the maintenance burden because all (relevant) configuration changes would need to be applied twice.
* Introduce another `build-parent` that manages the plugin definitions:
The new build order would then be:
```
parent
βββ build-tools
βββ build-parent
Β Β βββ algorithms
Β Β βββ api
Β Β βββ ...
```
This would resolve the cyclic dependecy, while still allowing us to configure the build process in a single place. On the other hand this adds another layer of abstraction to the already complex project structure.
* Copy all plugin configurations to the current (relevant) modules:
In essence, this is the same approach of the second point, but does not introduce a new aggregating module. While this would allow us to keep the project structure as is, it suffers from the same maintenance burden (even more so) as the first point.
From a maintenance point of view, I prefer the second solution the most. Although I don't know how I should feel about this additional layer of abstraction. Any other ideas or feedback on this matter?
**Note:** The solution of this should also be applied to [LearnLib/automatalib](https://github.com/LearnLib/automatalib), as we have the same problem there. | 1.0 | Improve integration of build-tools module - The idea of the `build-tools` module is to easily reference certain configuration files (e.g. checkstyle config) as maven dependencies (e.g. for plugin executions). While this currently works for 3rd party projects, we cannot use the build-tools module in our own build process.
The reason for this is the introduction of a cyclic reference: The build-tools module depends on the parent module (because it inherits from the parent) and the parent module would depend on the build-tools module if we would declare it as a dependency in the plugin definitions. As a result we currently have to provide the absolute paths to the config files. This breaks the usage of some of the plugins (e.g. we cannot run the findbugs plugin in any module other than the parent, because the configuration paths are always evaluated project-relative, hence it would look in `commons/build-utils/...` for the configs).
With this ticket I'd like to discuss and evaluate possible solutions to this problem. So far I came up with three ideas:
* do not let `build-tools` inherit from the parent:
This way, the build-tools module could be built before the parent and could therefore be referenced by the parent without any problem. The big downside of course is, that all (relevant) configurations currently defined in the parent would have to be copied to the build-tools module, so that it still integrates well in the build process. This would also increase the maintenance burden because all (relevant) configuration changes would need to be applied twice.
* Introduce another `build-parent` that manages the plugin definitions:
The new build order would then be:
```
parent
βββ build-tools
βββ build-parent
Β Β βββ algorithms
Β Β βββ api
Β Β βββ ...
```
This would resolve the cyclic dependecy, while still allowing us to configure the build process in a single place. On the other hand this adds another layer of abstraction to the already complex project structure.
* Copy all plugin configurations to the current (relevant) modules:
In essence, this is the same approach of the second point, but does not introduce a new aggregating module. While this would allow us to keep the project structure as is, it suffers from the same maintenance burden (even more so) as the first point.
From a maintenance point of view, I prefer the second solution the most. Although I don't know how I should feel about this additional layer of abstraction. Any other ideas or feedback on this matter?
**Note:** The solution of this should also be applied to [LearnLib/automatalib](https://github.com/LearnLib/automatalib), as we have the same problem there. | priority | improve integration of build tools module the idea of the build tools module is to easily reference certain configuration files e g checkstyle config as maven dependencies e g for plugin executions while this currently works for party projects we cannot use the build tools module in our own build process the reason for this is the introduction of a cyclic reference the build tools module depends on the parent module because it inherits from the parent and the parent module would depend on the build tools module if we would declare it as a dependency in the plugin definitions as a result we currently have to provide the absolute paths to the config files this breaks the usage of some of the plugins e g we cannot run the findbugs plugin in any module other than the parent because the configuration paths are always evaluated project relative hence it would look in commons build utils for the configs with this ticket i d like to discuss and evaluate possible solutions to this problem so far i came up with three ideas do not let build tools inherit from the parent this way the build tools module could be built before the parent and could therefore be referenced by the parent without any problem the big downside of course is that all relevant configurations currently defined in the parent would have to be copied to the build tools module so that it still integrates well in the build process this would also increase the maintenance burden because all relevant configuration changes would need to be applied twice introduce another build parent that manages the plugin definitions the new build order would then be parent βββ build tools βββ build parent Β Β βββ algorithms Β Β βββ api Β Β βββ this would resolve the cyclic dependecy while still allowing us to configure the build process in a single place on the other hand this adds another layer of abstraction to the already complex project structure copy all plugin configurations to the current relevant modules in essence this is the same approach of the second point but does not introduce a new aggregating module while this would allow us to keep the project structure as is it suffers from the same maintenance burden even more so as the first point from a maintenance point of view i prefer the second solution the most although i don t know how i should feel about this additional layer of abstraction any other ideas or feedback on this matter note the solution of this should also be applied to as we have the same problem there | 1 |
384,954 | 11,406,412,700 | IssuesEvent | 2020-01-31 14:16:33 | CodeGra-de/CodeGra.de | https://api.github.com/repos/CodeGra-de/CodeGra.de | closed | Use Canvas sections | LTI priority-2-low stretch | Sections in Canvas are used for student groups, using them in CodeGrade can be useful for dividing graders (e.g. select a section and select a grade to assign to all students in this section) | 1.0 | Use Canvas sections - Sections in Canvas are used for student groups, using them in CodeGrade can be useful for dividing graders (e.g. select a section and select a grade to assign to all students in this section) | priority | use canvas sections sections in canvas are used for student groups using them in codegrade can be useful for dividing graders e g select a section and select a grade to assign to all students in this section | 1 |
447,222 | 12,886,119,012 | IssuesEvent | 2020-07-13 09:00:00 | OsiriX-Foundation/karnak | https://api.github.com/repos/OsiriX-Foundation/karnak | closed | Configuration of user/password Admin | Priority: Low Type: Enhancement | Use env/secrets to configure the user and the password of the administrator in the docker environment. | 1.0 | Configuration of user/password Admin - Use env/secrets to configure the user and the password of the administrator in the docker environment. | priority | configuration of user password admin use env secrets to configure the user and the password of the administrator in the docker environment | 1 |
775,038 | 27,216,406,787 | IssuesEvent | 2023-02-20 22:25:36 | binpash/pash | https://api.github.com/repos/binpash/pash | closed | Ubuntu docker gcc issue | question low-priority | Due to [recent changes](https://github.com/binpash/pash/blob/3f5fcb7fefd05f92bebcfb5fd0848df7a05c4b3a/runtime/agg/cpp/Makefile#L7) in aggregators needing gcc10+ version to compile, the following command:
https://github.com/binpash/pash/blob/3f5fcb7fefd05f92bebcfb5fd0848df7a05c4b3a/scripts/distro-deps.sh#L31
fails to execute (due to missing `software-properties-common` package which is about ~70Mb).
Can we do something about this without having to install this additional package? | 1.0 | Ubuntu docker gcc issue - Due to [recent changes](https://github.com/binpash/pash/blob/3f5fcb7fefd05f92bebcfb5fd0848df7a05c4b3a/runtime/agg/cpp/Makefile#L7) in aggregators needing gcc10+ version to compile, the following command:
https://github.com/binpash/pash/blob/3f5fcb7fefd05f92bebcfb5fd0848df7a05c4b3a/scripts/distro-deps.sh#L31
fails to execute (due to missing `software-properties-common` package which is about ~70Mb).
Can we do something about this without having to install this additional package? | priority | ubuntu docker gcc issue due to in aggregators needing version to compile the following command fails to execute due to missing software properties common package which is about can we do something about this without having to install this additional package | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.