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
855
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
13 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
240k
binary_label
int64
0
1
496,471
14,348,159,527
IssuesEvent
2020-11-29 11:09:53
bounswe/bounswe2020group4
https://api.github.com/repos/bounswe/bounswe2020group4
closed
(Milestone 1) Project plan
Effort: Low Priority: High Status: Completed Task: Assignment
Project plan (in tabular format; you may omit Gantt timelines and display dates/durations/assignees/predecessors only as a text for readability. Unreadable plans will NOT be graded.). Deadline: @17.30 29.11.2020
1.0
(Milestone 1) Project plan - Project plan (in tabular format; you may omit Gantt timelines and display dates/durations/assignees/predecessors only as a text for readability. Unreadable plans will NOT be graded.). Deadline: @17.30 29.11.2020
priority
milestone project plan project plan in tabular format you may omit gantt timelines and display dates durations assignees predecessors only as a text for readability unreadable plans will not be graded deadline
1
823,472
31,020,855,995
IssuesEvent
2023-08-10 05:10:15
mattybojo/renoir
https://api.github.com/repos/mattybojo/renoir
opened
Create new dashboard page
enhancement high priority
The dashboard page will keep track of various tasks and expiration dates. The idea is to include information such as: - date air filters in house were last replaced - date our drivers licenses expire
1.0
Create new dashboard page - The dashboard page will keep track of various tasks and expiration dates. The idea is to include information such as: - date air filters in house were last replaced - date our drivers licenses expire
priority
create new dashboard page the dashboard page will keep track of various tasks and expiration dates the idea is to include information such as date air filters in house were last replaced date our drivers licenses expire
1
46,214
2,948,455,517
IssuesEvent
2015-07-06 03:32:29
avr-llvm/llvm
https://api.github.com/repos/avr-llvm/llvm
opened
Funky encoding of labels with negative offsets with PC-relative fixups
broken-output bug high-priority kind-mc
Take the `test/MC/AVRinst-rjmp.s` tests for example, compile it using `llvm-mc`. You will see that everything is as it should be, except for the one jump that is to a previous point in the program. `inst-rjmp.s`: ``` asm rjmp .+2 rjmp .-2 rjmp foo rjmp .+8 rjmp end rjmp .+0 end: rjmp .-4 rjmp .-6 ``` `avr-objdump` output: ``` asm 00000000 <foo>: 0: 01 c0 rjmp .+2 ; 0x4 <foo+0x4> 2: ff cf rjmp .-2 ; 0x2 <foo+0x2> 4: fd c0 rjmp .+506 ; 0x200 <end+0x1f4> 6: 04 c0 rjmp .+8 ; 0x10 <end+0x4> 8: 01 c0 rjmp .+2 ; 0xc <end> a: 00 c0 rjmp .+0 ; 0xc <end> 0000000c <end>: c: fe cf rjmp .-4 ; 0xa <foo+0xa> e: fd cf rjmp .-6 ; 0xa <foo+0xa> ``` All is well, until what should be `rjmp .-6` is actually `rjmp .+506`.
1.0
Funky encoding of labels with negative offsets with PC-relative fixups - Take the `test/MC/AVRinst-rjmp.s` tests for example, compile it using `llvm-mc`. You will see that everything is as it should be, except for the one jump that is to a previous point in the program. `inst-rjmp.s`: ``` asm rjmp .+2 rjmp .-2 rjmp foo rjmp .+8 rjmp end rjmp .+0 end: rjmp .-4 rjmp .-6 ``` `avr-objdump` output: ``` asm 00000000 <foo>: 0: 01 c0 rjmp .+2 ; 0x4 <foo+0x4> 2: ff cf rjmp .-2 ; 0x2 <foo+0x2> 4: fd c0 rjmp .+506 ; 0x200 <end+0x1f4> 6: 04 c0 rjmp .+8 ; 0x10 <end+0x4> 8: 01 c0 rjmp .+2 ; 0xc <end> a: 00 c0 rjmp .+0 ; 0xc <end> 0000000c <end>: c: fe cf rjmp .-4 ; 0xa <foo+0xa> e: fd cf rjmp .-6 ; 0xa <foo+0xa> ``` All is well, until what should be `rjmp .-6` is actually `rjmp .+506`.
priority
funky encoding of labels with negative offsets with pc relative fixups take the test mc avrinst rjmp s tests for example compile it using llvm mc you will see that everything is as it should be except for the one jump that is to a previous point in the program inst rjmp s asm rjmp rjmp rjmp foo rjmp rjmp end rjmp end rjmp rjmp avr objdump output asm rjmp ff cf rjmp fd rjmp rjmp rjmp a rjmp c fe cf rjmp e fd cf rjmp all is well until what should be rjmp is actually rjmp
1
745,649
25,993,485,331
IssuesEvent
2022-12-20 09:39:32
Public-Health-Scotland/source-linkage-files
https://api.github.com/repos/Public-Health-Scotland/source-linkage-files
closed
Create a new function for demographic corrections in C05
SPSS to R Priority: High
C05 - Match on LTCs conversion Create a function for the age/gender/dob corrections in this script (Lines 24-114)
1.0
Create a new function for demographic corrections in C05 - C05 - Match on LTCs conversion Create a function for the age/gender/dob corrections in this script (Lines 24-114)
priority
create a new function for demographic corrections in match on ltcs conversion create a function for the age gender dob corrections in this script lines
1
542,075
15,838,313,177
IssuesEvent
2021-04-06 22:14:23
GrangerHub/Stellar-Prey
https://api.github.com/repos/GrangerHub/Stellar-Prey
opened
Port the list system and the custom allocator system form the trem 1.3 game logic.
game logic high priority porting utility
- [ ] Port bg_list - [ ] Port bg_alloc
1.0
Port the list system and the custom allocator system form the trem 1.3 game logic. - - [ ] Port bg_list - [ ] Port bg_alloc
priority
port the list system and the custom allocator system form the trem game logic port bg list port bg alloc
1
708,878
24,358,982,986
IssuesEvent
2022-10-03 09:58:33
AY2223S1-CS2103T-T15-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-T15-1/tp
opened
Refactor `Person` class
priority.high type.refactor
Coydir has additional parameters. Implement for the `Person` class: - Class field for position - I don't know Make relevant changes for related classes/subclasses.
1.0
Refactor `Person` class - Coydir has additional parameters. Implement for the `Person` class: - Class field for position - I don't know Make relevant changes for related classes/subclasses.
priority
refactor person class coydir has additional parameters implement for the person class class field for position i don t know make relevant changes for related classes subclasses
1
808,442
30,082,736,847
IssuesEvent
2023-06-29 05:52:53
IMY320-2021/bits-please-v2
https://api.github.com/repos/IMY320-2021/bits-please-v2
closed
Add media elements for projects/about us
enhancement priority: high
For e.g., - Trailer for movie and games - Additional screenshots for web/ux projects - 3D model showcase
1.0
Add media elements for projects/about us - For e.g., - Trailer for movie and games - Additional screenshots for web/ux projects - 3D model showcase
priority
add media elements for projects about us for e g trailer for movie and games additional screenshots for web ux projects model showcase
1
499,900
14,481,648,934
IssuesEvent
2020-12-10 12:56:24
amanianai/covid-conscious
https://api.github.com/repos/amanianai/covid-conscious
closed
Feature: Places Photos (thumbnail + header)
Development High Priority / Critical ToDo
Each Place needs to render photos: - **a thumbnail photo** (INDEX search results, and browsing pages (/home) - **header photos** (Places SHOW view - 4, pulled from the Google Places API) **Place Thumbnail Photos** - [x] User Reviews (account/reviews/index) - [x] User Bookmarks (account/bookmarks/index) - [x] /home page (city page for a user) - [x] Reviews new **Place header photos** - [x] Places SHOW view header
1.0
Feature: Places Photos (thumbnail + header) - Each Place needs to render photos: - **a thumbnail photo** (INDEX search results, and browsing pages (/home) - **header photos** (Places SHOW view - 4, pulled from the Google Places API) **Place Thumbnail Photos** - [x] User Reviews (account/reviews/index) - [x] User Bookmarks (account/bookmarks/index) - [x] /home page (city page for a user) - [x] Reviews new **Place header photos** - [x] Places SHOW view header
priority
feature places photos thumbnail header each place needs to render photos a thumbnail photo index search results and browsing pages home header photos places show view pulled from the google places api place thumbnail photos user reviews account reviews index user bookmarks account bookmarks index home page city page for a user reviews new place header photos places show view header
1
21,925
2,642,932,178
IssuesEvent
2015-03-12 06:08:32
cs2103jan2015-t13-2c/mainOld
https://api.github.com/repos/cs2103jan2015-t13-2c/mainOld
closed
As a user I can undo recent operations
priority.high
so that I can quickly remove information that I have entered by mistake.
1.0
As a user I can undo recent operations - so that I can quickly remove information that I have entered by mistake.
priority
as a user i can undo recent operations so that i can quickly remove information that i have entered by mistake
1
259,340
8,197,466,324
IssuesEvent
2018-08-31 13:31:13
Signbank/Global-signbank
https://api.github.com/repos/Signbank/Global-signbank
closed
Change formatting of headers of Dataset pages
enhancement high priority
On all three Dataset pages, the header (title of the page) is now only in boldface. Please adjust the formatting so that it mirrors that of other pages, like the Feedback pages. (The About pages I have edited myself in the menu and are a bit smaller (Header level 3), will adjust this myself, OC.)
1.0
Change formatting of headers of Dataset pages - On all three Dataset pages, the header (title of the page) is now only in boldface. Please adjust the formatting so that it mirrors that of other pages, like the Feedback pages. (The About pages I have edited myself in the menu and are a bit smaller (Header level 3), will adjust this myself, OC.)
priority
change formatting of headers of dataset pages on all three dataset pages the header title of the page is now only in boldface please adjust the formatting so that it mirrors that of other pages like the feedback pages the about pages i have edited myself in the menu and are a bit smaller header level will adjust this myself oc
1
697,466
23,940,531,196
IssuesEvent
2022-09-11 20:53:01
rocky-linux/rockylinux.org
https://api.github.com/repos/rocky-linux/rockylinux.org
closed
Provide additional checksum verification link
priority: high tag: content type: enhancement
#### Description Our tier 0 mirror used to contain CHECKSUM.sig files for each checksum file. This is no longer the case with Rocky Linux 9. Instead, all CHECKSUM's will be available in this repository with signed commits: https://github.com/rocky-linux/checksums - We would like to see a checksum verification link on the download page in some capacity. Due to how the new build system operates, we are not able to sign files adhoc with keykeeper, and thus, all checksums will be handled in the aforementioned repository with signed commits using our rockylinux.org or resf.org mail addresses. #### Screenshots ![image](https://user-images.githubusercontent.com/11469736/179067211-21cd95a4-0da7-40b9-ad40-76a4dd79e13f.png) ![image](https://user-images.githubusercontent.com/11469736/179067280-c774c7ae-5092-449e-a50a-b138f7ed8931.png) #### Files https://github.com/rocky-linux/checksums
1.0
Provide additional checksum verification link - #### Description Our tier 0 mirror used to contain CHECKSUM.sig files for each checksum file. This is no longer the case with Rocky Linux 9. Instead, all CHECKSUM's will be available in this repository with signed commits: https://github.com/rocky-linux/checksums - We would like to see a checksum verification link on the download page in some capacity. Due to how the new build system operates, we are not able to sign files adhoc with keykeeper, and thus, all checksums will be handled in the aforementioned repository with signed commits using our rockylinux.org or resf.org mail addresses. #### Screenshots ![image](https://user-images.githubusercontent.com/11469736/179067211-21cd95a4-0da7-40b9-ad40-76a4dd79e13f.png) ![image](https://user-images.githubusercontent.com/11469736/179067280-c774c7ae-5092-449e-a50a-b138f7ed8931.png) #### Files https://github.com/rocky-linux/checksums
priority
provide additional checksum verification link description our tier mirror used to contain checksum sig files for each checksum file this is no longer the case with rocky linux instead all checksum s will be available in this repository with signed commits we would like to see a checksum verification link on the download page in some capacity due to how the new build system operates we are not able to sign files adhoc with keykeeper and thus all checksums will be handled in the aforementioned repository with signed commits using our rockylinux org or resf org mail addresses screenshots files
1
541,752
15,833,173,757
IssuesEvent
2021-04-06 15:21:56
AY2021S2-CS2103-T14-1/tp
https://api.github.com/repos/AY2021S2-CS2103-T14-1/tp
closed
[PE-D] Incorrect usage of dealloc in example in UG
priority.High
Under Delete a resident in the UG, in the second example where a resident allocated to a room cannot be deleted until it is first deallocated, the dealloc command example is dealloc n/John Tan r/03-100, but this contradicts the UG entry of dealloc, which requires a single index parameter. ![image.png](https://raw.githubusercontent.com/nickyfoo/ped/main/files/e9b68a97-c48b-4945-8201-ad7698ef65c9.png) ![image.png](https://raw.githubusercontent.com/nickyfoo/ped/main/files/6c31f7be-ca9d-400b-b408-e1aeb5d9e9a0.png) <!--session: 1617429498687-3b31e91d-0638-4a3e-a079-830c74a699b4--> ------------- Labels: `severity.Low` `type.DocumentationBug` original: nickyfoo/ped#18
1.0
[PE-D] Incorrect usage of dealloc in example in UG - Under Delete a resident in the UG, in the second example where a resident allocated to a room cannot be deleted until it is first deallocated, the dealloc command example is dealloc n/John Tan r/03-100, but this contradicts the UG entry of dealloc, which requires a single index parameter. ![image.png](https://raw.githubusercontent.com/nickyfoo/ped/main/files/e9b68a97-c48b-4945-8201-ad7698ef65c9.png) ![image.png](https://raw.githubusercontent.com/nickyfoo/ped/main/files/6c31f7be-ca9d-400b-b408-e1aeb5d9e9a0.png) <!--session: 1617429498687-3b31e91d-0638-4a3e-a079-830c74a699b4--> ------------- Labels: `severity.Low` `type.DocumentationBug` original: nickyfoo/ped#18
priority
incorrect usage of dealloc in example in ug under delete a resident in the ug in the second example where a resident allocated to a room cannot be deleted until it is first deallocated the dealloc command example is dealloc n john tan r but this contradicts the ug entry of dealloc which requires a single index parameter labels severity low type documentationbug original nickyfoo ped
1
235,963
7,744,436,880
IssuesEvent
2018-05-29 15:23:11
creativecommons/commoners
https://api.github.com/repos/creativecommons/commoners
opened
Add a search link on the members page (post=4)
Priority: High 🔥 enhancement
There's no way to find the search tool today. We should put that on top of the members page (https://network.creativecommons.org/wp-admin/post.php?post=4&action=edit)
1.0
Add a search link on the members page (post=4) - There's no way to find the search tool today. We should put that on top of the members page (https://network.creativecommons.org/wp-admin/post.php?post=4&action=edit)
priority
add a search link on the members page post there s no way to find the search tool today we should put that on top of the members page
1
99,933
4,074,585,914
IssuesEvent
2016-05-28 15:13:16
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
Restrict hints to the current project
Feature High Priority
I am writing an application that uses a library with a number of hint problems. I want to suppress hints from that library while displaying them from my own project. I probably can't alter my upstream dependencies, at least not very quickly, but I want to keep my own code squeaky clean. Either I deal with the extra hints (and become inured to them, becoming less likely to deal with problems I should be solving), or I turn them off (which means I never fix my own code).
1.0
Restrict hints to the current project - I am writing an application that uses a library with a number of hint problems. I want to suppress hints from that library while displaying them from my own project. I probably can't alter my upstream dependencies, at least not very quickly, but I want to keep my own code squeaky clean. Either I deal with the extra hints (and become inured to them, becoming less likely to deal with problems I should be solving), or I turn them off (which means I never fix my own code).
priority
restrict hints to the current project i am writing an application that uses a library with a number of hint problems i want to suppress hints from that library while displaying them from my own project i probably can t alter my upstream dependencies at least not very quickly but i want to keep my own code squeaky clean either i deal with the extra hints and become inured to them becoming less likely to deal with problems i should be solving or i turn them off which means i never fix my own code
1
14
2,490,019,329
IssuesEvent
2015-01-02 04:28:32
jonesdy/StockSim
https://api.github.com/repos/jonesdy/StockSim
closed
Create game schema
priority:high status:active type:feature
The website will be able to create stock simulator games. Each game will contain players and admins (who can also play). Each player needs to have a balance and be able to buy and sell stocks. The games should be public or private, with private games needing an admin to add people that can play. By default, the person who creates a game will be an admin. The admin should also be able to set other players to be admins as well.
1.0
Create game schema - The website will be able to create stock simulator games. Each game will contain players and admins (who can also play). Each player needs to have a balance and be able to buy and sell stocks. The games should be public or private, with private games needing an admin to add people that can play. By default, the person who creates a game will be an admin. The admin should also be able to set other players to be admins as well.
priority
create game schema the website will be able to create stock simulator games each game will contain players and admins who can also play each player needs to have a balance and be able to buy and sell stocks the games should be public or private with private games needing an admin to add people that can play by default the person who creates a game will be an admin the admin should also be able to set other players to be admins as well
1
26,407
2,684,490,065
IssuesEvent
2015-03-29 01:31:14
exercism/exercism.io
https://api.github.com/repos/exercism/exercism.io
closed
Try to nitpick when not logged in loses text
audit/problem bug high priority
Given you are not currently logged in, when trying to nitpick on a submission it takes you to a login page, losing the comment you just crafted. There is a flash message that suggests you "Go back, copy the text, log in, and try again", however the comment is not present when you go back. Perhaps going back keeps the text there in some browsers / setups but evidently not for me. Tried in Google Chrome (39.0.2171.95) and Firefox (35.0) on archlinux. This gets irritating, especially if you followed the link to your own submission, where you feel like you are already in the flow so don't think to log in first. I think it would help if the input were disabled when not logged in to prevent losing your comments. Alternatively: 1. Replace the nitpick input with a message instructing to login first 2. Keep the comment through the login process (likely not to be a favourable solution)
1.0
Try to nitpick when not logged in loses text - Given you are not currently logged in, when trying to nitpick on a submission it takes you to a login page, losing the comment you just crafted. There is a flash message that suggests you "Go back, copy the text, log in, and try again", however the comment is not present when you go back. Perhaps going back keeps the text there in some browsers / setups but evidently not for me. Tried in Google Chrome (39.0.2171.95) and Firefox (35.0) on archlinux. This gets irritating, especially if you followed the link to your own submission, where you feel like you are already in the flow so don't think to log in first. I think it would help if the input were disabled when not logged in to prevent losing your comments. Alternatively: 1. Replace the nitpick input with a message instructing to login first 2. Keep the comment through the login process (likely not to be a favourable solution)
priority
try to nitpick when not logged in loses text given you are not currently logged in when trying to nitpick on a submission it takes you to a login page losing the comment you just crafted there is a flash message that suggests you go back copy the text log in and try again however the comment is not present when you go back perhaps going back keeps the text there in some browsers setups but evidently not for me tried in google chrome and firefox on archlinux this gets irritating especially if you followed the link to your own submission where you feel like you are already in the flow so don t think to log in first i think it would help if the input were disabled when not logged in to prevent losing your comments alternatively replace the nitpick input with a message instructing to login first keep the comment through the login process likely not to be a favourable solution
1
28,433
2,702,436,327
IssuesEvent
2015-04-06 07:45:21
putaindecode/putaindecode.fr
https://api.github.com/repos/putaindecode/putaindecode.fr
closed
ON ATTEND LA VERSION REACT POUR PUBLIER QUOI QUE CE SOIT
enhancement high-priority resolution: oh fuck off
# roadmap react reboot note: chaque tache ci dessous à peut-être des choses intéressantes liés dans `./todo`. Ce dossier devra être vide pour les bonnes raisons avant publish de cette nouvelle version. Je pense qu'on se comprends :) - [ ] convertir les posts au format souhaité [@MoOx] - [x] parsing des .md - [ ] pre-render des pages - [x] post - [ ] home - [ ] liste - [ ] page spécifique - [x] base du routing (:warning: en attente du support 0.13 de react-router) - [x] logique de fetching de la data côté front - [x] récupération de la data initiale côté front - [ ] séparation correcte des CSS - [ ] pre-render pour `style-loader/usable` - [ ] update cssrecipes - [ ] intégration des contributeurs - [ ] authors json - [ ] task contribution + cache - [ ] contributeur de chaque pages sur chaque pages - [ ] server-side rendering ? - [ ] eslint - [ ] travis testing - [ ] feed.xml - [ ] sitemap.xml ? - [ ] commentaires (disqus, on traitera la migration après) - [ ] script deploy - [ ] listes des posts - [ ] home - [ ] liste des derniers posts - [ ] manifesto - [ ] top contributeur - [ ] 404 - [ ] Vérifier tracker analytics - [ ] CNAME - [ ] favicon (automatiser le build du favicon pour toute plateforme) - [ ] redirection des posts à url pourri (post/entreprendre/*) - [ ] Revoir CONTRIBUTING.md et le post sur comment contribuer (merger tout ça c'est pénible à maintenir 2 ressources) - [ ] Revoir README.md + README branche buildé - [ ] vérifier que `./todo` est vide (rien ne devrait rester) - [ ] trouver un hébergeur node gratos si nécessaire (eg: render static trop compliqué) (heroku?) - [ ] travis deploy -- # le format des posts ``` --- title: Flux, qu'est-ce que c'est ? route: post/js/flux-qu-est-ce-que-c-est comments: true authors: - bloodyowl tags: - javascript - reactjs - flux date: 2014-10-27 --- # markdown ```
1.0
ON ATTEND LA VERSION REACT POUR PUBLIER QUOI QUE CE SOIT - # roadmap react reboot note: chaque tache ci dessous à peut-être des choses intéressantes liés dans `./todo`. Ce dossier devra être vide pour les bonnes raisons avant publish de cette nouvelle version. Je pense qu'on se comprends :) - [ ] convertir les posts au format souhaité [@MoOx] - [x] parsing des .md - [ ] pre-render des pages - [x] post - [ ] home - [ ] liste - [ ] page spécifique - [x] base du routing (:warning: en attente du support 0.13 de react-router) - [x] logique de fetching de la data côté front - [x] récupération de la data initiale côté front - [ ] séparation correcte des CSS - [ ] pre-render pour `style-loader/usable` - [ ] update cssrecipes - [ ] intégration des contributeurs - [ ] authors json - [ ] task contribution + cache - [ ] contributeur de chaque pages sur chaque pages - [ ] server-side rendering ? - [ ] eslint - [ ] travis testing - [ ] feed.xml - [ ] sitemap.xml ? - [ ] commentaires (disqus, on traitera la migration après) - [ ] script deploy - [ ] listes des posts - [ ] home - [ ] liste des derniers posts - [ ] manifesto - [ ] top contributeur - [ ] 404 - [ ] Vérifier tracker analytics - [ ] CNAME - [ ] favicon (automatiser le build du favicon pour toute plateforme) - [ ] redirection des posts à url pourri (post/entreprendre/*) - [ ] Revoir CONTRIBUTING.md et le post sur comment contribuer (merger tout ça c'est pénible à maintenir 2 ressources) - [ ] Revoir README.md + README branche buildé - [ ] vérifier que `./todo` est vide (rien ne devrait rester) - [ ] trouver un hébergeur node gratos si nécessaire (eg: render static trop compliqué) (heroku?) - [ ] travis deploy -- # le format des posts ``` --- title: Flux, qu'est-ce que c'est ? route: post/js/flux-qu-est-ce-que-c-est comments: true authors: - bloodyowl tags: - javascript - reactjs - flux date: 2014-10-27 --- # markdown ```
priority
on attend la version react pour publier quoi que ce soit roadmap react reboot note chaque tache ci dessous à peut être des choses intéressantes liés dans todo ce dossier devra être vide pour les bonnes raisons avant publish de cette nouvelle version je pense qu on se comprends convertir les posts au format souhaité parsing des md pre render des pages post home liste page spécifique base du routing warning en attente du support de react router logique de fetching de la data côté front récupération de la data initiale côté front séparation correcte des css pre render pour style loader usable update cssrecipes intégration des contributeurs authors json task contribution cache contributeur de chaque pages sur chaque pages server side rendering eslint travis testing feed xml sitemap xml commentaires disqus on traitera la migration après script deploy listes des posts home liste des derniers posts manifesto top contributeur vérifier tracker analytics cname favicon automatiser le build du favicon pour toute plateforme redirection des posts à url pourri post entreprendre revoir contributing md et le post sur comment contribuer merger tout ça c est pénible à maintenir ressources revoir readme md readme branche buildé vérifier que todo est vide rien ne devrait rester trouver un hébergeur node gratos si nécessaire eg render static trop compliqué heroku travis deploy le format des posts title flux qu est ce que c est route post js flux qu est ce que c est comments true authors bloodyowl tags javascript reactjs flux date markdown
1
684,389
23,416,540,592
IssuesEvent
2022-08-13 03:20:23
CardinalKit/CardinalKit-Android
https://api.github.com/repos/CardinalKit/CardinalKit-Android
closed
[Register] Validate password complexity
Priority 1 - High
Need to validate that passwords on the registration screen meet Stanford University IT complexity requirements (https://uit.stanford.edu/service/accounts/passwords)
1.0
[Register] Validate password complexity - Need to validate that passwords on the registration screen meet Stanford University IT complexity requirements (https://uit.stanford.edu/service/accounts/passwords)
priority
validate password complexity need to validate that passwords on the registration screen meet stanford university it complexity requirements
1
249,969
7,966,132,923
IssuesEvent
2018-07-14 17:56:25
Zicerite/Gavania-Project
https://api.github.com/repos/Zicerite/Gavania-Project
closed
Working PVP with more maps
High Priority enhancement
This is pretty much required lol. I wont do it in 0.5 though, as I would like to get some internal stuff a bit more stable first. I will also make each map have random selecting respawn points when they join instead of a manual one. I have already ripped out maps from the minigame server, and we will use some of those. The schematics are already on the server via world edit's schematic folder, so they are able to be loaded in at any time.
1.0
Working PVP with more maps - This is pretty much required lol. I wont do it in 0.5 though, as I would like to get some internal stuff a bit more stable first. I will also make each map have random selecting respawn points when they join instead of a manual one. I have already ripped out maps from the minigame server, and we will use some of those. The schematics are already on the server via world edit's schematic folder, so they are able to be loaded in at any time.
priority
working pvp with more maps this is pretty much required lol i wont do it in though as i would like to get some internal stuff a bit more stable first i will also make each map have random selecting respawn points when they join instead of a manual one i have already ripped out maps from the minigame server and we will use some of those the schematics are already on the server via world edit s schematic folder so they are able to be loaded in at any time
1
744,389
25,941,023,077
IssuesEvent
2022-12-16 18:23:53
vyper-protocol/vyper-otc-ui
https://api.github.com/repos/vyper-protocol/vyper-otc-ui
closed
add new contract status
enhancement ui high priority
we could add a few more to reflect different funding scenarios: - `unfunded` when neither long or short has deposited - `active` when both have deposited, and not yet settled - `settled` when both have deposited and contract has settled - `expired` when either/neither have deposited, and deposit period is over maybe even something specific for when just one side has deposited cc @FedererKK
1.0
add new contract status - we could add a few more to reflect different funding scenarios: - `unfunded` when neither long or short has deposited - `active` when both have deposited, and not yet settled - `settled` when both have deposited and contract has settled - `expired` when either/neither have deposited, and deposit period is over maybe even something specific for when just one side has deposited cc @FedererKK
priority
add new contract status we could add a few more to reflect different funding scenarios unfunded when neither long or short has deposited active when both have deposited and not yet settled settled when both have deposited and contract has settled expired when either neither have deposited and deposit period is over maybe even something specific for when just one side has deposited cc federerkk
1
184,979
6,717,907,541
IssuesEvent
2017-10-15 04:43:38
ballerinalang/composer
https://api.github.com/repos/ballerinalang/composer
closed
Composer become unusable when send is dropped in to the canvas
0.94-pre-release Priority/Highest Severity/Blocker
Browser: Chrome Version 61.0.3163.100 (Official Build) (64-bit) Please see the attached image. The composer becomes unusable when send is dropped in to the resource space of the default worker. The relevant bal file become unusable with this. ![composer_0 94_send](https://user-images.githubusercontent.com/15624590/31493547-510b5e76-af6d-11e7-8eb9-7544df75dbe7.png)
1.0
Composer become unusable when send is dropped in to the canvas - Browser: Chrome Version 61.0.3163.100 (Official Build) (64-bit) Please see the attached image. The composer becomes unusable when send is dropped in to the resource space of the default worker. The relevant bal file become unusable with this. ![composer_0 94_send](https://user-images.githubusercontent.com/15624590/31493547-510b5e76-af6d-11e7-8eb9-7544df75dbe7.png)
priority
composer become unusable when send is dropped in to the canvas browser chrome version official build bit please see the attached image the composer becomes unusable when send is dropped in to the resource space of the default worker the relevant bal file become unusable with this
1
539,714
15,793,643,707
IssuesEvent
2021-04-02 09:23:15
ErdbeerbaerLP/DiscordIntegration-Forge
https://api.github.com/repos/ErdbeerbaerLP/DiscordIntegration-Forge
closed
[Info] Why is nothing happening?
high priority
As I currently have an *very* bad internet connection, I am unable to continue development until this is fixed. First of all, no, **this project is NOT dead**. **Development is paused** until I have an better connection again. Yes, **I will read ALL issues**, even tho I might not respond to them. **Issues will no longer automatically close** until I closed Most of them.
1.0
[Info] Why is nothing happening? - As I currently have an *very* bad internet connection, I am unable to continue development until this is fixed. First of all, no, **this project is NOT dead**. **Development is paused** until I have an better connection again. Yes, **I will read ALL issues**, even tho I might not respond to them. **Issues will no longer automatically close** until I closed Most of them.
priority
why is nothing happening as i currently have an very bad internet connection i am unable to continue development until this is fixed first of all no this project is not dead development is paused until i have an better connection again yes i will read all issues even tho i might not respond to them issues will no longer automatically close until i closed most of them
1
162,125
6,148,002,512
IssuesEvent
2017-06-27 16:51:55
vmware/vic
https://api.github.com/repos/vmware/vic
opened
vic-machine: make configure command public available
kind/bug priority/high
Now the vic-machine configure command features are all done, but the command in vic-machine command help does not show it. ``` ./bin/vic-machine-linux NAME: vic-machine-linux - Create and manage Virtual Container Hosts USAGE: vic-machine-linux [global options] command [command options] [arguments...] VERSION: v1.1.0-rc3-11382-cdb1d3b COMMANDS: create Deploy VCH delete Delete VCH and associated resources ls List VCHs inspect Inspect VCH upgrade Upgrade VCH to latest version version Show VIC version information debug Debug VCH update Modify configuration help, h Shows a list of commands or help for one command GLOBAL OPTIONS: --help, -h show help --version, -v print the version ``` should have one more line as ` configure Update VCH configuration`
1.0
vic-machine: make configure command public available - Now the vic-machine configure command features are all done, but the command in vic-machine command help does not show it. ``` ./bin/vic-machine-linux NAME: vic-machine-linux - Create and manage Virtual Container Hosts USAGE: vic-machine-linux [global options] command [command options] [arguments...] VERSION: v1.1.0-rc3-11382-cdb1d3b COMMANDS: create Deploy VCH delete Delete VCH and associated resources ls List VCHs inspect Inspect VCH upgrade Upgrade VCH to latest version version Show VIC version information debug Debug VCH update Modify configuration help, h Shows a list of commands or help for one command GLOBAL OPTIONS: --help, -h show help --version, -v print the version ``` should have one more line as ` configure Update VCH configuration`
priority
vic machine make configure command public available now the vic machine configure command features are all done but the command in vic machine command help does not show it bin vic machine linux name vic machine linux create and manage virtual container hosts usage vic machine linux command version commands create deploy vch delete delete vch and associated resources ls list vchs inspect inspect vch upgrade upgrade vch to latest version version show vic version information debug debug vch update modify configuration help h shows a list of commands or help for one command global options help h show help version v print the version should have one more line as configure update vch configuration
1
705,980
24,256,057,903
IssuesEvent
2022-09-27 17:52:32
owncloud/ocis
https://api.github.com/repos/owncloud/ocis
closed
A public share with viewer role can still edit office documents in OnlyOffice/Collabora
Type:Bug Priority:p2-high
## Describe the bug A clear and concise description of what the bug is. ## Steps to reproduce Steps to reproduce the behavior: 1. Publicly share an office file with the viewer role 2. Open the public share 3. Edit the public share 4. As the sharer, open the shared file 5. See the changes made by the share ## Expected behavior A clear and concise description of what you expected to happen. A share with viewer role should not be able to edit the file ## Actual behavior A clear and concise description of what happened. File was changed
1.0
A public share with viewer role can still edit office documents in OnlyOffice/Collabora - ## Describe the bug A clear and concise description of what the bug is. ## Steps to reproduce Steps to reproduce the behavior: 1. Publicly share an office file with the viewer role 2. Open the public share 3. Edit the public share 4. As the sharer, open the shared file 5. See the changes made by the share ## Expected behavior A clear and concise description of what you expected to happen. A share with viewer role should not be able to edit the file ## Actual behavior A clear and concise description of what happened. File was changed
priority
a public share with viewer role can still edit office documents in onlyoffice collabora describe the bug a clear and concise description of what the bug is steps to reproduce steps to reproduce the behavior publicly share an office file with the viewer role open the public share edit the public share as the sharer open the shared file see the changes made by the share expected behavior a clear and concise description of what you expected to happen a share with viewer role should not be able to edit the file actual behavior a clear and concise description of what happened file was changed
1
674,557
23,056,908,742
IssuesEvent
2022-07-25 06:04:03
lima-vm/lima
https://api.github.com/repos/lima-vm/lima
closed
Upgrading test (v0.8.0 -> HEAD) began to fail on July 24
priority/high area/ci
https://github.com/lima-vm/lima/runs/7492410909?check_suite_focus=true ``` TEST| [INFO] Installing the old Lima v0.8.0 … time="2022-07-25T02:27:08Z" level=info msg="[hostagent] The essential requirement 2 of 5 is satisfied" time="2022-07-25T02:27:08Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:27:49Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:28:29Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:29:09Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:29:50Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:30:30Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:31:10Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:31:51Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:32:31Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:33:11Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:33:43Z" level=fatal msg="did not receive an event with the \"running\" status" ```
1.0
Upgrading test (v0.8.0 -> HEAD) began to fail on July 24 - https://github.com/lima-vm/lima/runs/7492410909?check_suite_focus=true ``` TEST| [INFO] Installing the old Lima v0.8.0 … time="2022-07-25T02:27:08Z" level=info msg="[hostagent] The essential requirement 2 of 5 is satisfied" time="2022-07-25T02:27:08Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:27:49Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:28:29Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:29:09Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:29:50Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:30:30Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:31:10Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:31:51Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:32:31Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:33:11Z" level=info msg="[hostagent] Waiting for the essential requirement 3 of 5: \"sshfs binary to be installed\"" time="2022-07-25T02:33:43Z" level=fatal msg="did not receive an event with the \"running\" status" ```
priority
upgrading test head began to fail on july test installing the old lima … time level info msg the essential requirement of is satisfied time level info msg waiting for the essential requirement of sshfs binary to be installed time level info msg waiting for the essential requirement of sshfs binary to be installed time level info msg waiting for the essential requirement of sshfs binary to be installed time level info msg waiting for the essential requirement of sshfs binary to be installed time level info msg waiting for the essential requirement of sshfs binary to be installed time level info msg waiting for the essential requirement of sshfs binary to be installed time level info msg waiting for the essential requirement of sshfs binary to be installed time level info msg waiting for the essential requirement of sshfs binary to be installed time level info msg waiting for the essential requirement of sshfs binary to be installed time level info msg waiting for the essential requirement of sshfs binary to be installed time level fatal msg did not receive an event with the running status
1
524,657
15,218,665,027
IssuesEvent
2021-02-17 18:07:54
ampproject/amphtml
https://api.github.com/repos/ampproject/amphtml
closed
[amp-story-player] show and go method does not load story
P1: High Priority Type: Bug WG: stories
**Critical issue as it make the player with multiple stories barely usable.** ## What's the issue? When under some precise condition, the `show` or `go` method does not load the stories inside a player. ## How do we reproduce the issue? Tricky way to reproduce every time : 1. Go on a page with a player containing multiple stories (cf examples) 2. Start on the first and read every stories using swipe / tap to next feature. 3. Refresh the page 4. Try to use the `show` (or `go`) method on one of the last stories (3rd to last seems to do the trick) In examples below, a button is provided to use the method. ## What browsers are affected? Tried on latest version of chrome and FF, but also on android and iOs. ## Which AMP version is affected? Issue appears on latest stories. ## Page examples to reproduce ### Code samples - https://codesandbox.io/s/runtime-pine-jt8zy?file=/index.html - https://codesandbox.io/s/adoring-flower-rxvpn?file=/index.html ### Live example - https://www.cdiscount.com/maison/v-117-0.html#nav=Meuble%20D%C3%A9co_txt
1.0
[amp-story-player] show and go method does not load story - **Critical issue as it make the player with multiple stories barely usable.** ## What's the issue? When under some precise condition, the `show` or `go` method does not load the stories inside a player. ## How do we reproduce the issue? Tricky way to reproduce every time : 1. Go on a page with a player containing multiple stories (cf examples) 2. Start on the first and read every stories using swipe / tap to next feature. 3. Refresh the page 4. Try to use the `show` (or `go`) method on one of the last stories (3rd to last seems to do the trick) In examples below, a button is provided to use the method. ## What browsers are affected? Tried on latest version of chrome and FF, but also on android and iOs. ## Which AMP version is affected? Issue appears on latest stories. ## Page examples to reproduce ### Code samples - https://codesandbox.io/s/runtime-pine-jt8zy?file=/index.html - https://codesandbox.io/s/adoring-flower-rxvpn?file=/index.html ### Live example - https://www.cdiscount.com/maison/v-117-0.html#nav=Meuble%20D%C3%A9co_txt
priority
show and go method does not load story critical issue as it make the player with multiple stories barely usable what s the issue when under some precise condition the show or go method does not load the stories inside a player how do we reproduce the issue tricky way to reproduce every time go on a page with a player containing multiple stories cf examples start on the first and read every stories using swipe tap to next feature refresh the page try to use the show or go method on one of the last stories to last seems to do the trick in examples below a button is provided to use the method what browsers are affected tried on latest version of chrome and ff but also on android and ios which amp version is affected issue appears on latest stories page examples to reproduce code samples live example
1
492,787
14,219,868,847
IssuesEvent
2020-11-17 13:51:36
ansible/awx
https://api.github.com/repos/ansible/awx
opened
Toggling between Job Output and Detail causes invalidstateerror
component:ui_next priority:high state:needs_devel type:bug
##### ISSUE TYPE - Bug Report ##### SUMMARY Toggling between Job Output and Detail causes invalidstateerror. Failed to execute 'Send' on Websocket: Still in CONNECTING state. ##### ENVIRONMENT * AWX version: 10664d1931d789c281e2c9d3d2f14c0a69cb9e13 ##### STEPS TO REPRODUCE 1. Launch a Job 2. Navigate to the Output Page and toggle between Details and Output tabs ##### EXPECTED RESULTS No errors ##### ACTUAL RESULTS Unhandled error ##### ADDITIONAL INFORMATION ![Screen Recording 2020-11-17 at 08 50 37 AM](https://user-images.githubusercontent.com/12446869/99398198-17971880-28b2-11eb-8ba4-c798a90fe95c.gif)
1.0
Toggling between Job Output and Detail causes invalidstateerror - ##### ISSUE TYPE - Bug Report ##### SUMMARY Toggling between Job Output and Detail causes invalidstateerror. Failed to execute 'Send' on Websocket: Still in CONNECTING state. ##### ENVIRONMENT * AWX version: 10664d1931d789c281e2c9d3d2f14c0a69cb9e13 ##### STEPS TO REPRODUCE 1. Launch a Job 2. Navigate to the Output Page and toggle between Details and Output tabs ##### EXPECTED RESULTS No errors ##### ACTUAL RESULTS Unhandled error ##### ADDITIONAL INFORMATION ![Screen Recording 2020-11-17 at 08 50 37 AM](https://user-images.githubusercontent.com/12446869/99398198-17971880-28b2-11eb-8ba4-c798a90fe95c.gif)
priority
toggling between job output and detail causes invalidstateerror issue type bug report summary toggling between job output and detail causes invalidstateerror failed to execute send on websocket still in connecting state environment awx version steps to reproduce launch a job navigate to the output page and toggle between details and output tabs expected results no errors actual results unhandled error additional information
1
342,657
10,320,198,996
IssuesEvent
2019-08-30 19:46:44
projectblacklight/arclight
https://api.github.com/repos/projectblacklight/arclight
closed
Rewrite indexing tooling
epic priority 1 - high
Indexing currently depends on `solr_ead` and `solrizer`, the latter of which is advancing towards being deprecated (see [here](https://samvera.github.io/deprecation.html#deprecation-process-from-core)). From Stanford's perspective, Traject is a likely candidate to replace this. Feedback from estimation: * High priority * should be done at the beginning of the work cycle
1.0
Rewrite indexing tooling - Indexing currently depends on `solr_ead` and `solrizer`, the latter of which is advancing towards being deprecated (see [here](https://samvera.github.io/deprecation.html#deprecation-process-from-core)). From Stanford's perspective, Traject is a likely candidate to replace this. Feedback from estimation: * High priority * should be done at the beginning of the work cycle
priority
rewrite indexing tooling indexing currently depends on solr ead and solrizer the latter of which is advancing towards being deprecated see from stanford s perspective traject is a likely candidate to replace this feedback from estimation high priority should be done at the beginning of the work cycle
1
349,886
10,475,245,602
IssuesEvent
2019-09-23 15:56:35
electrala/documentation
https://api.github.com/repos/electrala/documentation
opened
AAD - I want to connect the official database to the server repository.
Database backend high priority
This one shouldn't be too hard. After the official database is created, we need to connect it in the server repository. All the routes work we just need to ensure they work with the new official database.
1.0
AAD - I want to connect the official database to the server repository. - This one shouldn't be too hard. After the official database is created, we need to connect it in the server repository. All the routes work we just need to ensure they work with the new official database.
priority
aad i want to connect the official database to the server repository this one shouldn t be too hard after the official database is created we need to connect it in the server repository all the routes work we just need to ensure they work with the new official database
1
670,238
22,681,623,389
IssuesEvent
2022-07-04 10:23:37
Public-Health-Scotland/source-linkage-files
https://api.github.com/repos/Public-Health-Scotland/source-linkage-files
closed
BUG with dates in tests
bug Priority: High
Looks good for A&E tests. There is a small bug where the dates are not converting into numeric properly and causing the tests to show -100%. I will approve/merge this for now and create a separate issue as this will also affect other tests _Originally posted by @Jennit07 in https://github.com/Public-Health-Scotland/source-linkage-files/pull/239#pullrequestreview-1007606837_
1.0
BUG with dates in tests - Looks good for A&E tests. There is a small bug where the dates are not converting into numeric properly and causing the tests to show -100%. I will approve/merge this for now and create a separate issue as this will also affect other tests _Originally posted by @Jennit07 in https://github.com/Public-Health-Scotland/source-linkage-files/pull/239#pullrequestreview-1007606837_
priority
bug with dates in tests looks good for a e tests there is a small bug where the dates are not converting into numeric properly and causing the tests to show i will approve merge this for now and create a separate issue as this will also affect other tests originally posted by in
1
177,357
6,582,664,797
IssuesEvent
2017-09-13 00:06:40
eustasy/Colors.css
https://api.github.com/repos/eustasy/Colors.css
closed
Fix duplicate selectors
Priority: High Status: Confirmed
https://travis-ci.org/eustasy/Colors.css/jobs/274734553#L1812 <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/47172268-fix-duplicate-selectors?utm_campaign=plugin&utm_content=tracker%2F4691114&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F4691114&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
Fix duplicate selectors - https://travis-ci.org/eustasy/Colors.css/jobs/274734553#L1812 <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/47172268-fix-duplicate-selectors?utm_campaign=plugin&utm_content=tracker%2F4691114&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F4691114&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
fix duplicate selectors want to back this issue we accept bounties via
1
628,295
19,982,030,661
IssuesEvent
2022-01-30 03:03:36
ut-code/utmap-times
https://api.github.com/repos/ut-code/utmap-times
closed
キャリアホームリンクの遷移先変更
bug Priority: High
キャリアホームのリンク遷移先を変更したいです。 以下でお願いいたいます。 企業分析 →https://utmap.jp/companies 職種分析 →https://utmap.jp/career-strategies 業界分析 →https://utmap.jp/career-strategies 最後二つについては、制作終了次第正しいリンクに遷移するようお願いいたします。
1.0
キャリアホームリンクの遷移先変更 - キャリアホームのリンク遷移先を変更したいです。 以下でお願いいたいます。 企業分析 →https://utmap.jp/companies 職種分析 →https://utmap.jp/career-strategies 業界分析 →https://utmap.jp/career-strategies 最後二つについては、制作終了次第正しいリンクに遷移するようお願いいたします。
priority
キャリアホームリンクの遷移先変更 キャリアホームのリンク遷移先を変更したいです。 以下でお願いいたいます。 企業分析 → 職種分析 → 業界分析 → 最後二つについては、制作終了次第正しいリンクに遷移するようお願いいたします。
1
553,271
16,361,601,122
IssuesEvent
2021-05-14 10:19:27
center-for-knowledge-communication/mathspring
https://api.github.com/repos/center-for-knowledge-communication/mathspring
closed
You GAVE UP this problem
Mathspring Super High Priority bug
In the My Progress Page, and hover over problems, there is a message that shows up. When the student gave up on the problem (acted on it but did not solve it correctly eventually) it says: --> You GAVE UP this problem Instead it should say: --> You GAVE UP ON this problem
1.0
You GAVE UP this problem - In the My Progress Page, and hover over problems, there is a message that shows up. When the student gave up on the problem (acted on it but did not solve it correctly eventually) it says: --> You GAVE UP this problem Instead it should say: --> You GAVE UP ON this problem
priority
you gave up this problem in the my progress page and hover over problems there is a message that shows up when the student gave up on the problem acted on it but did not solve it correctly eventually it says you gave up this problem instead it should say you gave up on this problem
1
506,003
14,656,288,931
IssuesEvent
2020-12-28 13:05:07
bounswe/bounswe2020group4
https://api.github.com/repos/bounswe/bounswe2020group4
closed
(AND) Product List directly add to cart
Android Android-UI Coding Effort: High Priority: High Status: Completed
Customer shall be able to add a product to his/her cart directly. Also, fav button should change to a icon. Deadline **15.12.2020**
1.0
(AND) Product List directly add to cart - Customer shall be able to add a product to his/her cart directly. Also, fav button should change to a icon. Deadline **15.12.2020**
priority
and product list directly add to cart customer shall be able to add a product to his her cart directly also fav button should change to a icon deadline
1
251,152
8,000,543,961
IssuesEvent
2018-07-22 17:08:22
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Impossible to undo Convert to Blocks when post_content contains a core oEmbed link
Block Conversion Priority High
**Describe the bug** Clicking "Convert to Blocks" successfully converts classic editor content to blocks, and appears to add to the undo history, but clicking "undo" has no result. In my testing this is caused by oEmbed lines in `post_content` pointing to WP posts. **To Reproduce** Steps to reproduce the behavior: 1. Create a post in the Classic Editor with a WordPress oEmbed link, e.g.… ``` My paragraph https://www.chrisvanpatten.com/notes-from-wordcamp-halifax-2018 My other paragraph ``` 2. Open the post in Gutenberg 2. Open the Classic Editor block's settings menu and select "Convert to Blocks" 3. Note that the Undo button is enabled 4. Try to click undo 5. See nothing happen **Expected behavior** Either this process should be "undoable" or the undo button shouldn't change its state. **Screenshots** ![kapture 2018-06-15 at 16 26 29](https://user-images.githubusercontent.com/1231306/41485958-e8e77ab0-70b8-11e8-8e3f-e8cfcc8f5ed2.gif) **Desktop (please complete the following information):** - OS: macOS High Sierra 10.13.5 - Browser: Safari 11.1.1 - Gutenberg Version: 3.0.1
1.0
Impossible to undo Convert to Blocks when post_content contains a core oEmbed link - **Describe the bug** Clicking "Convert to Blocks" successfully converts classic editor content to blocks, and appears to add to the undo history, but clicking "undo" has no result. In my testing this is caused by oEmbed lines in `post_content` pointing to WP posts. **To Reproduce** Steps to reproduce the behavior: 1. Create a post in the Classic Editor with a WordPress oEmbed link, e.g.… ``` My paragraph https://www.chrisvanpatten.com/notes-from-wordcamp-halifax-2018 My other paragraph ``` 2. Open the post in Gutenberg 2. Open the Classic Editor block's settings menu and select "Convert to Blocks" 3. Note that the Undo button is enabled 4. Try to click undo 5. See nothing happen **Expected behavior** Either this process should be "undoable" or the undo button shouldn't change its state. **Screenshots** ![kapture 2018-06-15 at 16 26 29](https://user-images.githubusercontent.com/1231306/41485958-e8e77ab0-70b8-11e8-8e3f-e8cfcc8f5ed2.gif) **Desktop (please complete the following information):** - OS: macOS High Sierra 10.13.5 - Browser: Safari 11.1.1 - Gutenberg Version: 3.0.1
priority
impossible to undo convert to blocks when post content contains a core oembed link describe the bug clicking convert to blocks successfully converts classic editor content to blocks and appears to add to the undo history but clicking undo has no result in my testing this is caused by oembed lines in post content pointing to wp posts to reproduce steps to reproduce the behavior create a post in the classic editor with a wordpress oembed link e g … my paragraph my other paragraph open the post in gutenberg open the classic editor block s settings menu and select convert to blocks note that the undo button is enabled try to click undo see nothing happen expected behavior either this process should be undoable or the undo button shouldn t change its state screenshots desktop please complete the following information os macos high sierra browser safari gutenberg version
1
120,588
4,791,918,792
IssuesEvent
2016-10-31 14:10:57
eedevops/hubot-enterprise
https://api.github.com/repos/eedevops/hubot-enterprise
closed
Send token_url in private message
enhancement features priority/high
Currently using `msg.reply`... we should use private messaging.
1.0
Send token_url in private message - Currently using `msg.reply`... we should use private messaging.
priority
send token url in private message currently using msg reply we should use private messaging
1
297,190
9,161,610,608
IssuesEvent
2019-03-01 10:56:06
Wikidata/soweego
https://api.github.com/repos/Wikidata/soweego
closed
While importing discogs soweego occurs a fatal disconnection
bug high priority
`sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query') (Background on this error at: http://sqlalche.me/e/e3q8)` We have decided to fix this issue by handling the disconnection explicitly. The resulting behaviour will be that after a disconnection, soweego reconnects and restarts from where it left. It's a good time to let the pipeline write the logs in the shared folder. (`launch_pipeline.sh`). **Notes**: Interesting docs to get started https://docs.sqlalchemy.org/en/rel_1_2/core/pooling.html#dealing-with-disconnects .
1.0
While importing discogs soweego occurs a fatal disconnection - `sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query') (Background on this error at: http://sqlalche.me/e/e3q8)` We have decided to fix this issue by handling the disconnection explicitly. The resulting behaviour will be that after a disconnection, soweego reconnects and restarts from where it left. It's a good time to let the pipeline write the logs in the shared folder. (`launch_pipeline.sh`). **Notes**: Interesting docs to get started https://docs.sqlalchemy.org/en/rel_1_2/core/pooling.html#dealing-with-disconnects .
priority
while importing discogs soweego occurs a fatal disconnection sqlalchemy exc operationalerror pymysql err operationalerror lost connection to mysql server during query background on this error at we have decided to fix this issue by handling the disconnection explicitly the resulting behaviour will be that after a disconnection soweego reconnects and restarts from where it left it s a good time to let the pipeline write the logs in the shared folder launch pipeline sh notes interesting docs to get started
1
783,422
27,530,137,166
IssuesEvent
2023-03-06 21:20:17
MTrop/DoomTools
https://api.github.com/repos/MTrop/DoomTools
closed
DECOHack does not allow negative mass values for things
high priority correction
When using decohack, attempting to give a thing a negative mass value will throw an error: > Token "-": Expected positive integer after "mass". [Doomwiki](https://doomwiki.org/wiki/Mass) states: > When mass is modified using DeHackEd, it may have detrimental effects on gameplay. If an object's mass is negative, then it will be pulled towards the blast or attack. Here are some barons with -30 mass https://user-images.githubusercontent.com/84056596/221462559-e495a5e9-6362-4121-9d03-746ac3af4876.mp4
1.0
DECOHack does not allow negative mass values for things - When using decohack, attempting to give a thing a negative mass value will throw an error: > Token "-": Expected positive integer after "mass". [Doomwiki](https://doomwiki.org/wiki/Mass) states: > When mass is modified using DeHackEd, it may have detrimental effects on gameplay. If an object's mass is negative, then it will be pulled towards the blast or attack. Here are some barons with -30 mass https://user-images.githubusercontent.com/84056596/221462559-e495a5e9-6362-4121-9d03-746ac3af4876.mp4
priority
decohack does not allow negative mass values for things when using decohack attempting to give a thing a negative mass value will throw an error token expected positive integer after mass states when mass is modified using dehacked it may have detrimental effects on gameplay if an object s mass is negative then it will be pulled towards the blast or attack here are some barons with mass
1
232,522
7,661,097,938
IssuesEvent
2018-05-11 13:10:21
joaosantana/Recibos
https://api.github.com/repos/joaosantana/Recibos
opened
Assegurar a criação da base de dados
Priority: High Status: Accepted Type: Maintenance
>Due to limitations in the way .NET Core tools interact with UWP projects the model needs to be placed in a non-UWP project to be able to run migrations commands in the Package Manager Console https://docs.microsoft.com/en-us/ef/core/get-started/uwp/getting-started O procedimento para fazer isso é simples, mas complicado. Kristina_Ragan escreveu um walkthrough utilíssimo para fazê-lo na seção de comentários do link acima, que copio abaixo.
1.0
Assegurar a criação da base de dados - >Due to limitations in the way .NET Core tools interact with UWP projects the model needs to be placed in a non-UWP project to be able to run migrations commands in the Package Manager Console https://docs.microsoft.com/en-us/ef/core/get-started/uwp/getting-started O procedimento para fazer isso é simples, mas complicado. Kristina_Ragan escreveu um walkthrough utilíssimo para fazê-lo na seção de comentários do link acima, que copio abaixo.
priority
assegurar a criação da base de dados due to limitations in the way net core tools interact with uwp projects the model needs to be placed in a non uwp project to be able to run migrations commands in the package manager console o procedimento para fazer isso é simples mas complicado kristina ragan escreveu um walkthrough utilíssimo para fazê lo na seção de comentários do link acima que copio abaixo
1
170,611
6,460,666,112
IssuesEvent
2017-08-16 05:19:41
Cloud-CV/EvalAI
https://api.github.com/repos/Cloud-CV/EvalAI
opened
Add Team members column to exported csv file.
backend easy_to_fix enhancement priority-high
**Current behaviour:** There is no column for participant team members in the exported `csv` file. **Expected behaviour:** Add a column for participant team members in the `csv` file.
1.0
Add Team members column to exported csv file. - **Current behaviour:** There is no column for participant team members in the exported `csv` file. **Expected behaviour:** Add a column for participant team members in the `csv` file.
priority
add team members column to exported csv file current behaviour there is no column for participant team members in the exported csv file expected behaviour add a column for participant team members in the csv file
1
137,675
5,314,265,771
IssuesEvent
2017-02-13 14:39:06
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Economizer with preheat is bringing in excess outdoor air on the winter design day
Priority S1 - High
## Issue overview On the winter design day, the OA temperature is -17.3C, the mixed air setpoint is 17.4C, and the return air temp is 20.5C. Why is the economizer opening beyond minimum causing a mixed air temp of 12.5C? ### Details Some additional details for this issue (if relevant): - Platform (Win64) - Version of EnergyPlus (v8.5.0) - Helpdesk ticket 11367 ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [X] Defect file added (DefectFiles\5697) - [ ] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
1.0
Economizer with preheat is bringing in excess outdoor air on the winter design day - ## Issue overview On the winter design day, the OA temperature is -17.3C, the mixed air setpoint is 17.4C, and the return air temp is 20.5C. Why is the economizer opening beyond minimum causing a mixed air temp of 12.5C? ### Details Some additional details for this issue (if relevant): - Platform (Win64) - Version of EnergyPlus (v8.5.0) - Helpdesk ticket 11367 ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [X] Defect file added (DefectFiles\5697) - [ ] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
priority
economizer with preheat is bringing in excess outdoor air on the winter design day issue overview on the winter design day the oa temperature is the mixed air setpoint is and the return air temp is why is the economizer opening beyond minimum causing a mixed air temp of details some additional details for this issue if relevant platform version of energyplus helpdesk ticket checklist add to this list or remove from it as applicable this is a simple templated set of guidelines defect file added defectfiles ticket added to pivotal for defect development team task pull request created the pull request will have additional tasks related to reviewing changes that fix this defect
1
32,728
2,759,389,813
IssuesEvent
2015-04-28 03:14:09
PowerPointLabs/powerpointlabs
https://api.github.com/repos/PowerPointLabs/powerpointlabs
closed
Allow user to import single shape
Feature.ShapesLab Priority-High status.releaseCandidate
User can download a single shape from the website in .pptlabsshapes format and import to ShapesLab using Right Click on panel -> import shapes. This importing should support multi-selection.
1.0
Allow user to import single shape - User can download a single shape from the website in .pptlabsshapes format and import to ShapesLab using Right Click on panel -> import shapes. This importing should support multi-selection.
priority
allow user to import single shape user can download a single shape from the website in pptlabsshapes format and import to shapeslab using right click on panel import shapes this importing should support multi selection
1
410,126
11,983,806,741
IssuesEvent
2020-04-07 14:57:38
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
Still allowed to enable auto configuration of the DB after setting a root password
Priority: High Type: Bug
**Describe the bug** The toggle to automatically setup the DB is still there after setting the root password. Since when there is already a root password the configurator disables that option, it would make sense to disable/hide it once the user starts doing the manual setup. Also not sure of what would happen if the user does half of the manual setup then toggles the automatic configuration right after, I'll be able to test once #5310 is fixed
1.0
Still allowed to enable auto configuration of the DB after setting a root password - **Describe the bug** The toggle to automatically setup the DB is still there after setting the root password. Since when there is already a root password the configurator disables that option, it would make sense to disable/hide it once the user starts doing the manual setup. Also not sure of what would happen if the user does half of the manual setup then toggles the automatic configuration right after, I'll be able to test once #5310 is fixed
priority
still allowed to enable auto configuration of the db after setting a root password describe the bug the toggle to automatically setup the db is still there after setting the root password since when there is already a root password the configurator disables that option it would make sense to disable hide it once the user starts doing the manual setup also not sure of what would happen if the user does half of the manual setup then toggles the automatic configuration right after i ll be able to test once is fixed
1
684,144
23,408,889,411
IssuesEvent
2022-08-12 15:22:12
PrefectHQ/prefect
https://api.github.com/repos/PrefectHQ/prefect
closed
Cannot change Workspace name
bug status:backlog ui priority:high
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I refreshed the page and this issue still occurred. - [X] I checked if this issue was specific to the browser I was using by testing with a different browser. ### Bug summary I cannot change the name of my workspace. <img width="1093" alt="image" src="https://user-images.githubusercontent.com/24698503/184171529-bbdf68b1-514d-460c-b72f-a47b4b919860.png"> ### Reproduction Try changing workspace name ### Error Sorry, something went wrong updating workspace ### Browers - [X] Chrome - [ ] Firefox - [ ] Safari - [ ] Edge ### Prefect version cloud ### Additional context _No response_
1.0
Cannot change Workspace name - ### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I refreshed the page and this issue still occurred. - [X] I checked if this issue was specific to the browser I was using by testing with a different browser. ### Bug summary I cannot change the name of my workspace. <img width="1093" alt="image" src="https://user-images.githubusercontent.com/24698503/184171529-bbdf68b1-514d-460c-b72f-a47b4b919860.png"> ### Reproduction Try changing workspace name ### Error Sorry, something went wrong updating workspace ### Browers - [X] Chrome - [ ] Firefox - [ ] Safari - [ ] Edge ### Prefect version cloud ### Additional context _No response_
priority
cannot change workspace name first check i added a descriptive title to this issue i used the github search to find a similar issue and didn t find it i refreshed the page and this issue still occurred i checked if this issue was specific to the browser i was using by testing with a different browser bug summary i cannot change the name of my workspace img width alt image src reproduction try changing workspace name error sorry something went wrong updating workspace browers chrome firefox safari edge prefect version cloud additional context no response
1
40,018
2,862,230,388
IssuesEvent
2015-06-04 02:17:47
moneypot/bustabit-webserver
https://api.github.com/repos/moneypot/bustabit-webserver
opened
Global exception handler
high-priority
Express can't catch async response errors, maybe use domains or just a global exception handler to log them
1.0
Global exception handler - Express can't catch async response errors, maybe use domains or just a global exception handler to log them
priority
global exception handler express can t catch async response errors maybe use domains or just a global exception handler to log them
1
530,635
15,435,245,161
IssuesEvent
2021-03-07 07:55:53
AY2021S1-CS2113T-F10-1/tp
https://api.github.com/repos/AY2021S1-CS2113T-F10-1/tp
opened
Standardise display of units to user
priority.High type.Task
Implement a way to show user the query results in TextUi class.
1.0
Standardise display of units to user - Implement a way to show user the query results in TextUi class.
priority
standardise display of units to user implement a way to show user the query results in textui class
1
219,362
7,341,316,029
IssuesEvent
2018-03-07 01:25:18
tootsuite/mastodon
https://api.github.com/repos/tootsuite/mastodon
closed
Conditional Gemfile lines break dotenv environments
admin support bug priority - high
The newly added gems for PAM, CAS, and SAML, have `install_if` parameters that use environment variables. In any context that uses `dotenv` for storing configuration, this means that the gems are not loaded unless the host machine separately has the relevant environment variable. However, the relevant OmniAuth lines are loaded using the variable from the `.env`, and if the gem isn't present, you get a `Devise::OmniAuth::StrategyNotFound` error. This has been leading me to having to run commands such as `SAML_ENABLED=true bundle exec rails db:reset` just to make them work.
1.0
Conditional Gemfile lines break dotenv environments - The newly added gems for PAM, CAS, and SAML, have `install_if` parameters that use environment variables. In any context that uses `dotenv` for storing configuration, this means that the gems are not loaded unless the host machine separately has the relevant environment variable. However, the relevant OmniAuth lines are loaded using the variable from the `.env`, and if the gem isn't present, you get a `Devise::OmniAuth::StrategyNotFound` error. This has been leading me to having to run commands such as `SAML_ENABLED=true bundle exec rails db:reset` just to make them work.
priority
conditional gemfile lines break dotenv environments the newly added gems for pam cas and saml have install if parameters that use environment variables in any context that uses dotenv for storing configuration this means that the gems are not loaded unless the host machine separately has the relevant environment variable however the relevant omniauth lines are loaded using the variable from the env and if the gem isn t present you get a devise omniauth strategynotfound error this has been leading me to having to run commands such as saml enabled true bundle exec rails db reset just to make them work
1
261,197
8,227,755,773
IssuesEvent
2018-09-07 00:54:41
layersoflondon/application
https://api.github.com/repos/layersoflondon/application
closed
"Care of Historic Collections" Tab
High priority enhancement
In our HLF grant proposal we mentioned a section to encourage people to take care of their own collections of photos etc, and provide some guidance. Could we add an icon to the left hand side panel? (We thought about putting it under HELP but felt it would be too discrete), or on the page with the historic Layers), but feel that for the sake of prominence, having it on the left might be best.
1.0
"Care of Historic Collections" Tab - In our HLF grant proposal we mentioned a section to encourage people to take care of their own collections of photos etc, and provide some guidance. Could we add an icon to the left hand side panel? (We thought about putting it under HELP but felt it would be too discrete), or on the page with the historic Layers), but feel that for the sake of prominence, having it on the left might be best.
priority
care of historic collections tab in our hlf grant proposal we mentioned a section to encourage people to take care of their own collections of photos etc and provide some guidance could we add an icon to the left hand side panel we thought about putting it under help but felt it would be too discrete or on the page with the historic layers but feel that for the sake of prominence having it on the left might be best
1
556,287
16,480,910,992
IssuesEvent
2021-05-24 11:29:16
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
m.facebook.com - site is not usable
browser-firefox-ios bugbug-probability-high os-ios priority-critical
<!-- @browser: Firefox iOS 33.1 --> <!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.1 Mobile/15E148 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/74807 --> **URL**: https://m.facebook.com/home.php?soft=bookmarks **Browser / Version**: Firefox iOS 33.1 **Operating System**: iOS 14.4.2 **Tested Another Browser**: Yes Safari **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: Cannot log out. Menu will not load. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
m.facebook.com - site is not usable - <!-- @browser: Firefox iOS 33.1 --> <!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.1 Mobile/15E148 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/74807 --> **URL**: https://m.facebook.com/home.php?soft=bookmarks **Browser / Version**: Firefox iOS 33.1 **Operating System**: iOS 14.4.2 **Tested Another Browser**: Yes Safari **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: Cannot log out. Menu will not load. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
m facebook com site is not usable url browser version firefox ios operating system ios tested another browser yes safari problem type site is not usable description page not loading correctly steps to reproduce cannot log out menu will not load browser configuration none from with ❤️
1
711,683
24,472,233,072
IssuesEvent
2022-10-07 21:24:33
projectdiscovery/nuclei
https://api.github.com/repos/projectdiscovery/nuclei
closed
Issue with printing result in case of match from multiple protocol
Priority: High Status: Completed Type: Bug
Currently, if multiple protocol outputs from the same template return true, only one is displayed or ignored, this behaviour can be updated / fixed as running multipe protocol from same template is required to further allow protocol based conditional matching. ### Nuclei version: latest **Nuclei Template:** ```yaml id: basic-template info: name: basic template author: pdteam severity: info dns: - name: "{{FQDN}}" type: CNAME matchers: - type: word words: - "IN\tCNAME" requests: - method: GET path: - "{{BaseURL}}" matchers: - type: dsl dsl: - status_code == 200 ``` ### Current Behavior: ```console $ nuclei -u https://docs.hackerone.com -t test.yaml -silent [basic-template] [dns] [info] https://docs.hackerone.com ``` ### Expected Behavior: ```console $ nuclei -u https://docs.hackerone.com -t test.yaml -silent [basic-template] [dns] [info] https://docs.hackerone.com [basic-template] [http] [info] https://docs.hackerone.com ``` ### Steps To Reproduce: ```console $ nuclei -u https://docs.hackerone.com -t test.yaml -silent ```
1.0
Issue with printing result in case of match from multiple protocol - Currently, if multiple protocol outputs from the same template return true, only one is displayed or ignored, this behaviour can be updated / fixed as running multipe protocol from same template is required to further allow protocol based conditional matching. ### Nuclei version: latest **Nuclei Template:** ```yaml id: basic-template info: name: basic template author: pdteam severity: info dns: - name: "{{FQDN}}" type: CNAME matchers: - type: word words: - "IN\tCNAME" requests: - method: GET path: - "{{BaseURL}}" matchers: - type: dsl dsl: - status_code == 200 ``` ### Current Behavior: ```console $ nuclei -u https://docs.hackerone.com -t test.yaml -silent [basic-template] [dns] [info] https://docs.hackerone.com ``` ### Expected Behavior: ```console $ nuclei -u https://docs.hackerone.com -t test.yaml -silent [basic-template] [dns] [info] https://docs.hackerone.com [basic-template] [http] [info] https://docs.hackerone.com ``` ### Steps To Reproduce: ```console $ nuclei -u https://docs.hackerone.com -t test.yaml -silent ```
priority
issue with printing result in case of match from multiple protocol currently if multiple protocol outputs from the same template return true only one is displayed or ignored this behaviour can be updated fixed as running multipe protocol from same template is required to further allow protocol based conditional matching nuclei version latest nuclei template yaml id basic template info name basic template author pdteam severity info dns name fqdn type cname matchers type word words in tcname requests method get path baseurl matchers type dsl dsl status code current behavior console nuclei u t test yaml silent expected behavior console nuclei u t test yaml silent steps to reproduce console nuclei u t test yaml silent
1
395,386
11,685,378,334
IssuesEvent
2020-03-05 08:59:12
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Error in PlayTest Server Logs
Priority: High Status: Fixed
> [16:17:13.385] [22] [Error] [Eco] System.InvalidCastException: Unable to cast object of type 'System.Collections.Generic.Dictionary`2[System.Type,System.Object]' to type 'Eco.Gameplay.Items.ItemPersistentData'. > at Eco.Gameplay.Items.IPersistentData.Pickup(WorldObject placedObject) > at Eco.Gameplay.Items.WorldObjectItem.OnPickup(WorldObject placedObject) > at Eco.Gameplay.Objects.WorldObject.<>c__DisplayClass109_0.<TryPickUp>b__1() > at Eco.Gameplay.GameActions.GameActionPack.<>c__DisplayClass13_0.<AddPostEffect>b__0() > at Eco.Gameplay.GameActions.GameActionManager.TryPerformActions(User user, List`1 actions, IEnumerable`1 preTests, IEnumerable`1 postEffects) > at Eco.Gameplay.GameActions.GameActionManager.TryPerformActions(User user, GameActionPack actionPack, Boolean notify) > at Eco.Gameplay.GameActions.GameActionManager.TryPerform(GameActionPack pack, Boolean notify) > at Eco.Gameplay.Objects.WorldObject.TryPickUp(Player player, Single caloriesNeeded) > at HammerItem.PickupDialog(WorldObject obj, InteractionContext context) in D:\Servers\Eco\Stuffed Elk\Mods\Tools\HammerItem.cs:line 118 Change priority accordingly, i have no idea how serious they are.
1.0
Error in PlayTest Server Logs - > [16:17:13.385] [22] [Error] [Eco] System.InvalidCastException: Unable to cast object of type 'System.Collections.Generic.Dictionary`2[System.Type,System.Object]' to type 'Eco.Gameplay.Items.ItemPersistentData'. > at Eco.Gameplay.Items.IPersistentData.Pickup(WorldObject placedObject) > at Eco.Gameplay.Items.WorldObjectItem.OnPickup(WorldObject placedObject) > at Eco.Gameplay.Objects.WorldObject.<>c__DisplayClass109_0.<TryPickUp>b__1() > at Eco.Gameplay.GameActions.GameActionPack.<>c__DisplayClass13_0.<AddPostEffect>b__0() > at Eco.Gameplay.GameActions.GameActionManager.TryPerformActions(User user, List`1 actions, IEnumerable`1 preTests, IEnumerable`1 postEffects) > at Eco.Gameplay.GameActions.GameActionManager.TryPerformActions(User user, GameActionPack actionPack, Boolean notify) > at Eco.Gameplay.GameActions.GameActionManager.TryPerform(GameActionPack pack, Boolean notify) > at Eco.Gameplay.Objects.WorldObject.TryPickUp(Player player, Single caloriesNeeded) > at HammerItem.PickupDialog(WorldObject obj, InteractionContext context) in D:\Servers\Eco\Stuffed Elk\Mods\Tools\HammerItem.cs:line 118 Change priority accordingly, i have no idea how serious they are.
priority
error in playtest server logs system invalidcastexception unable to cast object of type system collections generic dictionary to type eco gameplay items itempersistentdata at eco gameplay items ipersistentdata pickup worldobject placedobject at eco gameplay items worldobjectitem onpickup worldobject placedobject at eco gameplay objects worldobject c b at eco gameplay gameactions gameactionpack c b at eco gameplay gameactions gameactionmanager tryperformactions user user list actions ienumerable pretests ienumerable posteffects at eco gameplay gameactions gameactionmanager tryperformactions user user gameactionpack actionpack boolean notify at eco gameplay gameactions gameactionmanager tryperform gameactionpack pack boolean notify at eco gameplay objects worldobject trypickup player player single caloriesneeded at hammeritem pickupdialog worldobject obj interactioncontext context in d servers eco stuffed elk mods tools hammeritem cs line change priority accordingly i have no idea how serious they are
1
589,823
17,761,595,340
IssuesEvent
2021-08-29 20:00:11
ClinGen/gene-and-variant-curation-tools
https://api.github.com/repos/ClinGen/gene-and-variant-curation-tools
opened
Tag MANE Plus Clinical transcripts in Basic Info tab
enhancement EP request dependency VCI priority: high
SP request: https://broadinstitute.atlassian.net/browse/CSP-183 Replaces https://github.com/ClinGen/clincoded/issues/2308 Add "MANE plus clinical" tags in the transcript table on the basic info tab. Example of gene with these transcripts is LMNA.
1.0
Tag MANE Plus Clinical transcripts in Basic Info tab - SP request: https://broadinstitute.atlassian.net/browse/CSP-183 Replaces https://github.com/ClinGen/clincoded/issues/2308 Add "MANE plus clinical" tags in the transcript table on the basic info tab. Example of gene with these transcripts is LMNA.
priority
tag mane plus clinical transcripts in basic info tab sp request replaces add mane plus clinical tags in the transcript table on the basic info tab example of gene with these transcripts is lmna
1
239,878
7,800,107,289
IssuesEvent
2018-06-09 04:55:11
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
closed
0007350: multipleUpdate - record not found
Bug Mantis Tinebase high priority
**Reported by astintzing on 2 Nov 2012 18:11** **Version:** git master when adding two records one after another programmatically, the second one is sometimes not found anymore on multipleUpdate both in the same run. **Steps to reproduce:** look at Tinebase_CustomFieldTest::testAddSelfCustomFieldByMultipleUpdate try-catch-block
1.0
0007350: multipleUpdate - record not found - **Reported by astintzing on 2 Nov 2012 18:11** **Version:** git master when adding two records one after another programmatically, the second one is sometimes not found anymore on multipleUpdate both in the same run. **Steps to reproduce:** look at Tinebase_CustomFieldTest::testAddSelfCustomFieldByMultipleUpdate try-catch-block
priority
multipleupdate record not found reported by astintzing on nov version git master when adding two records one after another programmatically the second one is sometimes not found anymore on multipleupdate both in the same run steps to reproduce look at tinebase customfieldtest testaddselfcustomfieldbymultipleupdate try catch block
1
579,572
17,194,956,329
IssuesEvent
2021-07-16 15:57:57
tomusborne/generateblocks
https://api.github.com/repos/tomusborne/generateblocks
closed
wp-editor should not be enqueued in the new widget editor
priority: high type: bug
### Description In WP 5.8-RC3, we're seeing this notice: https://www.screencast.com/t/pZst8jRoE87 This is due to this change in core: https://github.com/WordPress/wordpress-develop/pull/1484 I'm not 100% sure if this dependency is needed in the editor, but we need to remove the `wp-editor` dependency (https://github.com/tomusborne/generateblocks/blob/1.3.4/includes/general.php#L26) when inside the block widget editor. ### Steps to reproduce Open the block widget editor in 5.8 when GB is activated. #### References: https://github.com/WordPress/wordpress-develop/pull/1484 https://core.trac.wordpress.org/ticket/53569
1.0
wp-editor should not be enqueued in the new widget editor - ### Description In WP 5.8-RC3, we're seeing this notice: https://www.screencast.com/t/pZst8jRoE87 This is due to this change in core: https://github.com/WordPress/wordpress-develop/pull/1484 I'm not 100% sure if this dependency is needed in the editor, but we need to remove the `wp-editor` dependency (https://github.com/tomusborne/generateblocks/blob/1.3.4/includes/general.php#L26) when inside the block widget editor. ### Steps to reproduce Open the block widget editor in 5.8 when GB is activated. #### References: https://github.com/WordPress/wordpress-develop/pull/1484 https://core.trac.wordpress.org/ticket/53569
priority
wp editor should not be enqueued in the new widget editor description in wp we re seeing this notice this is due to this change in core i m not sure if this dependency is needed in the editor but we need to remove the wp editor dependency when inside the block widget editor steps to reproduce open the block widget editor in when gb is activated references
1
675,538
23,097,810,674
IssuesEvent
2022-07-26 21:32:08
eventespresso/event-espresso-core
https://api.github.com/repos/eventespresso/event-espresso-core
closed
Fix Datetime & Ticket descriptions displaying escaped HTML
type:bug 🐞 category:admin-page-ui-&-ux priority:high status: needs fix category:ticket-selector
The contents of the ticket and datetime descriptions are being escaped on output. To reproduce edit an event and click the cog icon for either a datetime or ticket: ![Events ‹ Tony's EE4 Beta Testing — WordPress - Goo](https://user-images.githubusercontent.com/4345417/180002649-0ee5dcd8-c537-4506-9395-216887a5262b.png) ``` Some price test If I add something here & here what happens? <br> And here? ``` Save the event and it will convert the output to be similar to what you see in the image. Also, the output on the front end does not include any of the line breaks included, can we include those? ![Something something - Tony's EE4 Beta Testing - Go](https://user-images.githubusercontent.com/4345417/180003183-281df2f7-403e-4608-99da-e49329e81df6.png) ---- Note - some users already have `<br>` tags within the content above, I assume to include line breaks on the front end.
1.0
Fix Datetime & Ticket descriptions displaying escaped HTML - The contents of the ticket and datetime descriptions are being escaped on output. To reproduce edit an event and click the cog icon for either a datetime or ticket: ![Events ‹ Tony's EE4 Beta Testing — WordPress - Goo](https://user-images.githubusercontent.com/4345417/180002649-0ee5dcd8-c537-4506-9395-216887a5262b.png) ``` Some price test If I add something here & here what happens? <br> And here? ``` Save the event and it will convert the output to be similar to what you see in the image. Also, the output on the front end does not include any of the line breaks included, can we include those? ![Something something - Tony's EE4 Beta Testing - Go](https://user-images.githubusercontent.com/4345417/180003183-281df2f7-403e-4608-99da-e49329e81df6.png) ---- Note - some users already have `<br>` tags within the content above, I assume to include line breaks on the front end.
priority
fix datetime ticket descriptions displaying escaped html the contents of the ticket and datetime descriptions are being escaped on output to reproduce edit an event and click the cog icon for either a datetime or ticket some price test if i add something here here what happens and here save the event and it will convert the output to be similar to what you see in the image also the output on the front end does not include any of the line breaks included can we include those note some users already have tags within the content above i assume to include line breaks on the front end
1
358,614
10,618,657,642
IssuesEvent
2019-10-13 06:43:34
AY1920S1-CS2103T-W12-2/main
https://api.github.com/repos/AY1920S1-CS2103T-W12-2/main
closed
Improve UI indication for updated transaction in displayed list
priority.High status.Ongoing type.Task
Scroll to updated item in displayed list. Increment for #57
1.0
Improve UI indication for updated transaction in displayed list - Scroll to updated item in displayed list. Increment for #57
priority
improve ui indication for updated transaction in displayed list scroll to updated item in displayed list increment for
1
685,251
23,449,559,409
IssuesEvent
2022-08-16 00:13:10
Faithful-Resource-Pack/Discord-Bot
https://api.github.com/repos/Faithful-Resource-Pack/Discord-Bot
closed
[Bug] Autopush on the Classic Faithful server completely fails.
bug high priority
### What happened? When instapassing a texture in any classic faithful submission channel, the embeds and buttons work fine, but the textures do not get pushed to any branch. ### To reproduce 1. Submit a texture to any Classic Faithful submission channel (#32x-submit-jappa, #32x-submit-progart, or #64x-submit-jappa). 2. Open the instapass/invalid menu using the gray arrow button and press instapass (the gold star icon). 3. Check the #github channel, no pushes appear. The embed colors change fine, and the buttons seem to work, but on the site and GitHub desktop no commits appear to pull. ### Screenshot(s) _No response_ ### Notes The workaround is to simply cherry pick any changes by hand, however 32x-programmer art has almost every branch entirely maintained through autopush, and as a result any changes made have to be manually backported to around 15 branches, which takes a very long time to do. The whole setup was also working entirely fine until July 23rd, so I'd suggest to look for changes made around that time period.
1.0
[Bug] Autopush on the Classic Faithful server completely fails. - ### What happened? When instapassing a texture in any classic faithful submission channel, the embeds and buttons work fine, but the textures do not get pushed to any branch. ### To reproduce 1. Submit a texture to any Classic Faithful submission channel (#32x-submit-jappa, #32x-submit-progart, or #64x-submit-jappa). 2. Open the instapass/invalid menu using the gray arrow button and press instapass (the gold star icon). 3. Check the #github channel, no pushes appear. The embed colors change fine, and the buttons seem to work, but on the site and GitHub desktop no commits appear to pull. ### Screenshot(s) _No response_ ### Notes The workaround is to simply cherry pick any changes by hand, however 32x-programmer art has almost every branch entirely maintained through autopush, and as a result any changes made have to be manually backported to around 15 branches, which takes a very long time to do. The whole setup was also working entirely fine until July 23rd, so I'd suggest to look for changes made around that time period.
priority
autopush on the classic faithful server completely fails what happened when instapassing a texture in any classic faithful submission channel the embeds and buttons work fine but the textures do not get pushed to any branch to reproduce submit a texture to any classic faithful submission channel submit jappa submit progart or submit jappa open the instapass invalid menu using the gray arrow button and press instapass the gold star icon check the github channel no pushes appear the embed colors change fine and the buttons seem to work but on the site and github desktop no commits appear to pull screenshot s no response notes the workaround is to simply cherry pick any changes by hand however programmer art has almost every branch entirely maintained through autopush and as a result any changes made have to be manually backported to around branches which takes a very long time to do the whole setup was also working entirely fine until july so i d suggest to look for changes made around that time period
1
747,065
26,072,035,859
IssuesEvent
2022-12-24 00:25:48
arianne/stendhal
https://api.github.com/repos/arianne/stendhal
opened
Speech Bubbles Should Parse '#' Highlighted Words & Ignore '!' Emote Actions
type: bug component: webclient priority: high
## 🐞 Describe the bug Currently speech bubbles in the web client display the raw text from '#' highlighted key phrases & '!' emote sentences. ![image](https://user-images.githubusercontent.com/3631473/209415073-4d15d2d2-ba78-493e-ba44-2a3af4175e7a.png) ## 🌍 Environment - Java client ## 🛠️ Suggested fixes - [ ] key phrases should be emphasized in blue - [ ] emote sentences should not be displayed in speech bubbles
1.0
Speech Bubbles Should Parse '#' Highlighted Words & Ignore '!' Emote Actions - ## 🐞 Describe the bug Currently speech bubbles in the web client display the raw text from '#' highlighted key phrases & '!' emote sentences. ![image](https://user-images.githubusercontent.com/3631473/209415073-4d15d2d2-ba78-493e-ba44-2a3af4175e7a.png) ## 🌍 Environment - Java client ## 🛠️ Suggested fixes - [ ] key phrases should be emphasized in blue - [ ] emote sentences should not be displayed in speech bubbles
priority
speech bubbles should parse highlighted words ignore emote actions 🐞 describe the bug currently speech bubbles in the web client display the raw text from highlighted key phrases emote sentences 🌍 environment java client 🛠️ suggested fixes key phrases should be emphasized in blue emote sentences should not be displayed in speech bubbles
1
588,650
17,663,842,905
IssuesEvent
2021-08-22 03:36:52
getferdi/ferdi
https://api.github.com/repos/getferdi/ferdi
opened
"What's new" opens a modal dialog without a close button
bug appearance high priority
<!-- Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug at https://github.com/getferdi/recipes/issue Please remember to read the self-help documentation at https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help - in case it helps you unblock yourself. Please fill our form below, this way we can analyse and fix the problem as fast as possible. Please keep in mind that any text inside "<!--" and "--\>" are comments from us and won't be visible in your bug report, so please don't put any text in them. --> **Bug description:** Clicking on `Help > Whats new` opens a modal dialog that covers the full webview of Ferdi (see screenshot). This also disables shortcut keys to switch out (for eg I would like if this can be hidden by pressing the `Esc` key). **Steps to reproduce:** 1. Go to 'Help' 2. Click on 'Whats new' 3. See error **Expected behavior** Some way to close the modal - in addition to a close 'X' button, preferably the `Esc` key can close the modal. **Screenshots** <img width="1792" alt="Screenshot 2021-08-22 at 9 01 11 AM" src="https://user-images.githubusercontent.com/69629/130341032-94a435d7-fc46-4268-abb9-d16136a9f172.png"> **Environment:** - Operating System: macOS Big Sur - Ferdi Version: 5.6.1-nightly.35 - Server: Using without an account - Debug information: <!-- Get your debug information via Ferdi "Help" menu ("Copy/Publish Debug Information") then share a debug information file or your published link with us. --> <!-- Please consider supporting Ferdi! 👉 https://github.com/sponsors/getferdi 👉 https://opencollective.com/getferdi/donate -->
1.0
"What's new" opens a modal dialog without a close button - <!-- Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug at https://github.com/getferdi/recipes/issue Please remember to read the self-help documentation at https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help - in case it helps you unblock yourself. Please fill our form below, this way we can analyse and fix the problem as fast as possible. Please keep in mind that any text inside "<!--" and "--\>" are comments from us and won't be visible in your bug report, so please don't put any text in them. --> **Bug description:** Clicking on `Help > Whats new` opens a modal dialog that covers the full webview of Ferdi (see screenshot). This also disables shortcut keys to switch out (for eg I would like if this can be hidden by pressing the `Esc` key). **Steps to reproduce:** 1. Go to 'Help' 2. Click on 'Whats new' 3. See error **Expected behavior** Some way to close the modal - in addition to a close 'X' button, preferably the `Esc` key can close the modal. **Screenshots** <img width="1792" alt="Screenshot 2021-08-22 at 9 01 11 AM" src="https://user-images.githubusercontent.com/69629/130341032-94a435d7-fc46-4268-abb9-d16136a9f172.png"> **Environment:** - Operating System: macOS Big Sur - Ferdi Version: 5.6.1-nightly.35 - Server: Using without an account - Debug information: <!-- Get your debug information via Ferdi "Help" menu ("Copy/Publish Debug Information") then share a debug information file or your published link with us. --> <!-- Please consider supporting Ferdi! 👉 https://github.com/sponsors/getferdi 👉 https://opencollective.com/getferdi/donate -->
priority
what s new opens a modal dialog without a close button please remember that if you are logging a bug for some service that has stopped working please log the bug at please remember to read the self help documentation at in case it helps you unblock yourself please fill our form below this way we can analyse and fix the problem as fast as possible please keep in mind that any text inside are comments from us and won t be visible in your bug report so please don t put any text in them bug description clicking on help whats new opens a modal dialog that covers the full webview of ferdi see screenshot this also disables shortcut keys to switch out for eg i would like if this can be hidden by pressing the esc key steps to reproduce go to help click on whats new see error expected behavior some way to close the modal in addition to a close x button preferably the esc key can close the modal screenshots img width alt screenshot at am src environment operating system macos big sur ferdi version nightly server using without an account debug information get your debug information via ferdi help menu copy publish debug information then share a debug information file or your published link with us please consider supporting ferdi 👉 👉
1
47,791
2,985,260,518
IssuesEvent
2015-07-18 21:18:01
patrickomni/omnimobileserver
https://api.github.com/repos/patrickomni/omnimobileserver
opened
Graph - timescale doesn't change when time filter is changed
bug Priority HIGH
1. Browse to https://nettelpong.azurewebsites.net/sv, chrome 43, windows 8.1, login as dave, select Test Fridge 2. Observe current date/time on laptop clock is 2:10 PM, 7/18/2015 (PDT) 2. On landing page, observe timescale on the timeline graph starts 1 AM on the 17th and covers last 37 hrs 3. Set time filter to last 3 days, observe timescale starts at 5 AM 3 days ago (7/15) and covers 3 days and 9 hrs 4. Set time filter to last 30 days, observe data points have changed but that timescale still starts at 5 AM 7/15 5. Set time filter to last 3 months, last 6 months, last year - observe graph data points don't change from what they were for 30 days, timescale still starts on 7/15, 5 AM Expected: timescale and graph contents change to match time filter
1.0
Graph - timescale doesn't change when time filter is changed - 1. Browse to https://nettelpong.azurewebsites.net/sv, chrome 43, windows 8.1, login as dave, select Test Fridge 2. Observe current date/time on laptop clock is 2:10 PM, 7/18/2015 (PDT) 2. On landing page, observe timescale on the timeline graph starts 1 AM on the 17th and covers last 37 hrs 3. Set time filter to last 3 days, observe timescale starts at 5 AM 3 days ago (7/15) and covers 3 days and 9 hrs 4. Set time filter to last 30 days, observe data points have changed but that timescale still starts at 5 AM 7/15 5. Set time filter to last 3 months, last 6 months, last year - observe graph data points don't change from what they were for 30 days, timescale still starts on 7/15, 5 AM Expected: timescale and graph contents change to match time filter
priority
graph timescale doesn t change when time filter is changed browse to chrome windows login as dave select test fridge observe current date time on laptop clock is pm pdt on landing page observe timescale on the timeline graph starts am on the and covers last hrs set time filter to last days observe timescale starts at am days ago and covers days and hrs set time filter to last days observe data points have changed but that timescale still starts at am set time filter to last months last months last year observe graph data points don t change from what they were for days timescale still starts on am expected timescale and graph contents change to match time filter
1
412,752
12,055,313,722
IssuesEvent
2020-04-15 12:47:36
wso2/devstudio-tooling-ei
https://api.github.com/repos/wso2/devstudio-tooling-ei
opened
When adding connectors to the workspace, sometimes it does not display the connector store.
Priority/High Type/Bug
**Description:** 1. Create an ESB Solution project. 2. Right-click on the ESB project and click on Add or Remove Connector. 3. Click on Add Connector. Sometimes it does not display the connector store. Getting the following message. This issue is intermittent. <img width="525" alt="Screen Shot 2020-04-15 at 6 15 38 PM" src="https://user-images.githubusercontent.com/31693103/79338570-277a0300-7f45-11ea-9600-960df64a52a7.png"> Tested on Integration Studio 7.0.0 MasOS
1.0
When adding connectors to the workspace, sometimes it does not display the connector store. - **Description:** 1. Create an ESB Solution project. 2. Right-click on the ESB project and click on Add or Remove Connector. 3. Click on Add Connector. Sometimes it does not display the connector store. Getting the following message. This issue is intermittent. <img width="525" alt="Screen Shot 2020-04-15 at 6 15 38 PM" src="https://user-images.githubusercontent.com/31693103/79338570-277a0300-7f45-11ea-9600-960df64a52a7.png"> Tested on Integration Studio 7.0.0 MasOS
priority
when adding connectors to the workspace sometimes it does not display the connector store description create an esb solution project right click on the esb project and click on add or remove connector click on add connector sometimes it does not display the connector store getting the following message this issue is intermittent img width alt screen shot at pm src tested on integration studio masos
1
71,645
3,366,182,643
IssuesEvent
2015-11-21 04:37:20
pathwaysmedical/frasernw
https://api.github.com/repos/pathwaysmedical/frasernw
closed
CR: Secret Edit Links: Add the name of the person who sent out a secret edit link in a 'notes type/ history' field & add functionality to cancel secret edit link & regenerate a new one if necessary.
ChangeRequest High Priority New Feature
CR 6. November 2015. Priority 1b. This feature is to give us better security control over how access links are given out and administered.
1.0
CR: Secret Edit Links: Add the name of the person who sent out a secret edit link in a 'notes type/ history' field & add functionality to cancel secret edit link & regenerate a new one if necessary. - CR 6. November 2015. Priority 1b. This feature is to give us better security control over how access links are given out and administered.
priority
cr secret edit links add the name of the person who sent out a secret edit link in a notes type history field add functionality to cancel secret edit link regenerate a new one if necessary cr november priority this feature is to give us better security control over how access links are given out and administered
1
436,702
12,551,771,667
IssuesEvent
2020-06-06 15:52:49
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
closed
[SUGGESTION] | CC hospital quest
:exclamation: priority high :question: suggestion - balance :balance_scale: :question: suggestion :question:
You will never be given the mission to build a hospital if you already have at least one. How about change it? https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth/pull/255/files/2a1d3c8e95a0793060989aa4298a54bf761f9ada#r277071422
1.0
[SUGGESTION] | CC hospital quest - You will never be given the mission to build a hospital if you already have at least one. How about change it? https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth/pull/255/files/2a1d3c8e95a0793060989aa4298a54bf761f9ada#r277071422
priority
cc hospital quest you will never be given the mission to build a hospital if you already have at least one how about change it
1
452,738
13,058,678,444
IssuesEvent
2020-07-30 09:23:57
liteflow-labs/aragon-connections
https://api.github.com/repos/liteflow-labs/aragon-connections
closed
Improve zapier explanation
high priority
- say to add the "liteflow" trigger on zapier (let see if we need to provide a link because the app is not public yet)
1.0
Improve zapier explanation - - say to add the "liteflow" trigger on zapier (let see if we need to provide a link because the app is not public yet)
priority
improve zapier explanation say to add the liteflow trigger on zapier let see if we need to provide a link because the app is not public yet
1
295,625
9,099,132,406
IssuesEvent
2019-02-20 02:59:59
TauCetiStation/TauCetiClassic
https://api.github.com/repos/TauCetiStation/TauCetiClassic
closed
GONNA DROP ALL IN 11 SEC'Z!
Bug Port Request Priority: High
<!-- 1. ОТВЕТЫ ОСТАВЛЯТЬ ПОД СООТВЕТСТВУЮЩИЕ ЗАГОЛОВКИ (они в самом низу, после всех правил) 2. В ОДНОМ РЕПОРТЕ ДОЛЖНО БЫТЬ ОПИСАНИЕ ТОЛЬКО ОДНОЙ ПРОБЛЕМЫ 3. КОРРЕКТНОЕ НАЗВАНИЕ РЕПОРТА НЕ МЕНЕЕ ВАЖНО ЧЕМ ОПИСАНИЕ -. Ниже описание каждого пункта. 1. Весь данный текст что уже написан до вас - НЕ УДАЛЯТЬ И НЕ РЕДАКТИРОВАТЬ. Если нечего написать в тот или иной пункт - просто оставить пустым. 2. Не надо описывать пачку багов в одном репорте, (!даже если там все описать можно парой слов!) шанс что их исправят за раз, крайне мал. А вот использовать на гите удобную функцию - автозакрытия репорта при мерже пулл реквеста - исправляющего данный репорт, будет невозможно. 3. Корректное и в меру подробное название репорта - тоже очень важно! Чтобы даже не заходя в сам репорт - было понятно что за проблема. Плохой пример: "Ковер." - что мы должны понять из такого названия? Хороший пример: "Некорректное отображение спрайтов ковра." - а вот так уже будет понятно о чем репорт. Это надо как минимум для того, чтобы вам же самим - было видно, что репорта_нейм еще нет или наоборот, уже есть, и это можно было понять не углубляясь в - чтение каждого репорта внутри. Когда название не имеет конкретики, из - которого нельзя понять о чем репорт, это также затрудняет функцию поиска. --> #### Подробное описание проблемы Представьте как это https://i.gyazo.com/add47ab08da69d9673b99dcd1eb36619.png или даже это https://i.gyazo.com/fc071b24413867470af0e582ee39863a.png В реалиях нашей очень реалистичной, очень роял плейной станции, все эти технологические чуда можно снять... за 11 секунд (вместе с трусами). #### Что должно было произойти Ну не знаю, со скорость движения рук в 0,16 м/с человеку должно просто сломать кисти рук или в локтях... нахуй. #### Что произошло на самом деле Руки как и сами космонавты остаются целыми! Спецназовец олдскульного дедсада полностью одеватся за 46 секунд (если мы будем игнорировать, то что он надевает трусы в конце, а шлем в начале). На то чтобы надеть и снять риг/скафандр обычному юзеру требуется 10 с. Если же снимает кто-то другой то на ВСЮ одежду уходит 11 с. на скафандр 1,75-2 с. И того разница между одеванием и сторонним раздеванием составляет 76.09% https://www.youtube.com/watch?v=2uh2YSqsFU0 #### Как повторить Провести опыты описанные выше, использовать листок бумаги, карандаш и таймер. #### Дополнительная информация: Я предлагаю радикально бороться с этим недоразумением, а именно портировать с ТГ систему раздевания кукл.
1.0
GONNA DROP ALL IN 11 SEC'Z! - <!-- 1. ОТВЕТЫ ОСТАВЛЯТЬ ПОД СООТВЕТСТВУЮЩИЕ ЗАГОЛОВКИ (они в самом низу, после всех правил) 2. В ОДНОМ РЕПОРТЕ ДОЛЖНО БЫТЬ ОПИСАНИЕ ТОЛЬКО ОДНОЙ ПРОБЛЕМЫ 3. КОРРЕКТНОЕ НАЗВАНИЕ РЕПОРТА НЕ МЕНЕЕ ВАЖНО ЧЕМ ОПИСАНИЕ -. Ниже описание каждого пункта. 1. Весь данный текст что уже написан до вас - НЕ УДАЛЯТЬ И НЕ РЕДАКТИРОВАТЬ. Если нечего написать в тот или иной пункт - просто оставить пустым. 2. Не надо описывать пачку багов в одном репорте, (!даже если там все описать можно парой слов!) шанс что их исправят за раз, крайне мал. А вот использовать на гите удобную функцию - автозакрытия репорта при мерже пулл реквеста - исправляющего данный репорт, будет невозможно. 3. Корректное и в меру подробное название репорта - тоже очень важно! Чтобы даже не заходя в сам репорт - было понятно что за проблема. Плохой пример: "Ковер." - что мы должны понять из такого названия? Хороший пример: "Некорректное отображение спрайтов ковра." - а вот так уже будет понятно о чем репорт. Это надо как минимум для того, чтобы вам же самим - было видно, что репорта_нейм еще нет или наоборот, уже есть, и это можно было понять не углубляясь в - чтение каждого репорта внутри. Когда название не имеет конкретики, из - которого нельзя понять о чем репорт, это также затрудняет функцию поиска. --> #### Подробное описание проблемы Представьте как это https://i.gyazo.com/add47ab08da69d9673b99dcd1eb36619.png или даже это https://i.gyazo.com/fc071b24413867470af0e582ee39863a.png В реалиях нашей очень реалистичной, очень роял плейной станции, все эти технологические чуда можно снять... за 11 секунд (вместе с трусами). #### Что должно было произойти Ну не знаю, со скорость движения рук в 0,16 м/с человеку должно просто сломать кисти рук или в локтях... нахуй. #### Что произошло на самом деле Руки как и сами космонавты остаются целыми! Спецназовец олдскульного дедсада полностью одеватся за 46 секунд (если мы будем игнорировать, то что он надевает трусы в конце, а шлем в начале). На то чтобы надеть и снять риг/скафандр обычному юзеру требуется 10 с. Если же снимает кто-то другой то на ВСЮ одежду уходит 11 с. на скафандр 1,75-2 с. И того разница между одеванием и сторонним раздеванием составляет 76.09% https://www.youtube.com/watch?v=2uh2YSqsFU0 #### Как повторить Провести опыты описанные выше, использовать листок бумаги, карандаш и таймер. #### Дополнительная информация: Я предлагаю радикально бороться с этим недоразумением, а именно портировать с ТГ систему раздевания кукл.
priority
gonna drop all in sec z ответы оставлять под соответствующие заголовки они в самом низу после всех правил в одном репорте должно быть описание только одной проблемы корректное название репорта не менее важно чем описание ниже описание каждого пункта весь данный текст что уже написан до вас не удалять и не редактировать если нечего написать в тот или иной пункт просто оставить пустым не надо описывать пачку багов в одном репорте даже если там все описать можно парой слов шанс что их исправят за раз крайне мал а вот использовать на гите удобную функцию автозакрытия репорта при мерже пулл реквеста исправляющего данный репорт будет невозможно корректное и в меру подробное название репорта тоже очень важно чтобы даже не заходя в сам репорт было понятно что за проблема плохой пример ковер что мы должны понять из такого названия хороший пример некорректное отображение спрайтов ковра а вот так уже будет понятно о чем репорт это надо как минимум для того чтобы вам же самим было видно что репорта нейм еще нет или наоборот уже есть и это можно было понять не углубляясь в чтение каждого репорта внутри когда название не имеет конкретики из которого нельзя понять о чем репорт это также затрудняет функцию поиска подробное описание проблемы представьте как это или даже это в реалиях нашей очень реалистичной очень роял плейной станции все эти технологические чуда можно снять за секунд вместе с трусами что должно было произойти ну не знаю со скорость движения рук в м с человеку должно просто сломать кисти рук или в локтях нахуй что произошло на самом деле руки как и сами космонавты остаются целыми спецназовец олдскульного дедсада полностью одеватся за секунд если мы будем игнорировать то что он надевает трусы в конце а шлем в начале на то чтобы надеть и снять риг скафандр обычному юзеру требуется с если же снимает кто то другой то на всю одежду уходит с на скафандр с и того разница между одеванием и сторонним раздеванием составляет как повторить провести опыты описанные выше использовать листок бумаги карандаш и таймер дополнительная информация я предлагаю радикально бороться с этим недоразумением а именно портировать с тг систему раздевания кукл
1
244,635
7,877,789,266
IssuesEvent
2018-06-26 08:17:17
VirtoCommerce/vc-platform
https://api.github.com/repos/VirtoCommerce/vc-platform
opened
When you use SendNotification instead of ScheduleNotification, notification doesn't appear in Notifications history after sending
Priority: High bug client request developer pain
Because SendNotificaion doesn't save notification to db: https://github.com/VirtoCommerce/vc-platform/blob/master/VirtoCommerce.Platform.Data/Notifications/NotificationManager.cs#L65-L91
1.0
When you use SendNotification instead of ScheduleNotification, notification doesn't appear in Notifications history after sending - Because SendNotificaion doesn't save notification to db: https://github.com/VirtoCommerce/vc-platform/blob/master/VirtoCommerce.Platform.Data/Notifications/NotificationManager.cs#L65-L91
priority
when you use sendnotification instead of schedulenotification notification doesn t appear in notifications history after sending because sendnotificaion doesn t save notification to db
1
695,012
23,840,050,088
IssuesEvent
2022-09-06 09:29:11
younginnovations/iatipublisher
https://api.github.com/repos/younginnovations/iatipublisher
closed
Bug :Organization Detail>> recipient-region-budget issue
type: bug priority: high Backend
Context - Desktop - Chrome 102.0.5005.61 Precondition - https://stage.iatipublisher.yipl.com.np/ - Username: Publisher 3 - Password: test1234 - for created activity - [x] Issue 1 : Unnecessary form field Actual Result ![Screenshot from 2022-08-17 12-41-02](https://user-images.githubusercontent.com/78422663/185054710-c9b71502-5377-4e7e-a887-51479148a9b2.png) Expected Result - The unnecessary form field should be removed. - [x] **Issue 2: Inappropriate format to display the date** Actual Result ![Screenshot from 2022-08-17 12-45-59](https://user-images.githubusercontent.com/78422663/185055573-fe4f5580-8178-46d0-b6eb-a803bc3a385b.png) Expected Result ![Screenshot from 2022-08-17 12-48-22](https://user-images.githubusercontent.com/78422663/185055822-06c081ba-148b-4b14-8f4a-32b68313cfcd.png) - [x] **Issue 3:IATI standard has not been followed** Steps - Enter period-start(@iso-date 06/23/2025) - period-end (@iso-date 06/23/2021) - save Actual Result - page gets saved Expected Result - The budget Period must not be longer than one year. ![Screenshot from 2022-08-17 12-45-59](https://user-images.githubusercontent.com/78422663/185056577-06378e19-b41c-4882-9be3-43fb2617e6b0.png) - [x] **Issue 4:@amount and @currency attribute information is missing in org detail** Steps - fill in @amount and @currency - Click the save button Actual Result - @amount and @currency attribute information is missing in org detail Expected Result - @amount and @currency attribute information should display on org detail. https://user-images.githubusercontent.com/78422663/185057982-589a1980-83b8-41fa-94a6-e3add0294fd5.mp4 - [x] **Issue 5: Inappropriate format to display the date** Actual Result ![Screenshot from 2022-08-17 13-03-34](https://user-images.githubusercontent.com/78422663/185058433-7016deba-9e4c-46a8-bfe4-2f0d203b3d0e.png) Expected Result ![Screenshot from 2022-08-17 13-06-51](https://user-images.githubusercontent.com/78422663/185058984-90dbcc60-2c1d-4560-9594-9680cbf1f087.png) - [x] **Issue 6:**@code** attribute information is missing in org detail** Steps - fill in @code and vocabulary - Click the save button Actual Result - **@code** attribute information is missing in org detail Expected Result -**@code** attribute information should display on org detail. https://user-images.githubusercontent.com/78422663/185060167-ec56ad9f-3bc7-4ec0-81bd-897eedaf3aa2.mp4 - [x] **Issue 7: Incorrect element name in org detail** Actual Result ![Screenshot from 2022-08-17 13-15-05](https://user-images.githubusercontent.com/78422663/185060797-d1f8a8c9-4b0c-4382-93a1-cdf031af65af.png) Expected Result - Element name should be narrative instead of description - [x] **Issue 8:When you enter a long text in the narrative page get an overflow** Actual Result ![Screenshot from 2022-08-17 13-20-33](https://user-images.githubusercontent.com/78422663/185061953-ead5ba6d-8043-4dbf-9f1c-c928cc913c80.png) Expected Result - The page should not overflow - [x] **Issue 9: No validation for amount** Actual Result ![Screenshot from 2022-08-17 13-20-54](https://user-images.githubusercontent.com/78422663/185062377-7e79dc5e-359a-4799-abb6-a50e8e8f0ca6.png) Expected Result - A proper validation should be in the form
1.0
Bug :Organization Detail>> recipient-region-budget issue - Context - Desktop - Chrome 102.0.5005.61 Precondition - https://stage.iatipublisher.yipl.com.np/ - Username: Publisher 3 - Password: test1234 - for created activity - [x] Issue 1 : Unnecessary form field Actual Result ![Screenshot from 2022-08-17 12-41-02](https://user-images.githubusercontent.com/78422663/185054710-c9b71502-5377-4e7e-a887-51479148a9b2.png) Expected Result - The unnecessary form field should be removed. - [x] **Issue 2: Inappropriate format to display the date** Actual Result ![Screenshot from 2022-08-17 12-45-59](https://user-images.githubusercontent.com/78422663/185055573-fe4f5580-8178-46d0-b6eb-a803bc3a385b.png) Expected Result ![Screenshot from 2022-08-17 12-48-22](https://user-images.githubusercontent.com/78422663/185055822-06c081ba-148b-4b14-8f4a-32b68313cfcd.png) - [x] **Issue 3:IATI standard has not been followed** Steps - Enter period-start(@iso-date 06/23/2025) - period-end (@iso-date 06/23/2021) - save Actual Result - page gets saved Expected Result - The budget Period must not be longer than one year. ![Screenshot from 2022-08-17 12-45-59](https://user-images.githubusercontent.com/78422663/185056577-06378e19-b41c-4882-9be3-43fb2617e6b0.png) - [x] **Issue 4:@amount and @currency attribute information is missing in org detail** Steps - fill in @amount and @currency - Click the save button Actual Result - @amount and @currency attribute information is missing in org detail Expected Result - @amount and @currency attribute information should display on org detail. https://user-images.githubusercontent.com/78422663/185057982-589a1980-83b8-41fa-94a6-e3add0294fd5.mp4 - [x] **Issue 5: Inappropriate format to display the date** Actual Result ![Screenshot from 2022-08-17 13-03-34](https://user-images.githubusercontent.com/78422663/185058433-7016deba-9e4c-46a8-bfe4-2f0d203b3d0e.png) Expected Result ![Screenshot from 2022-08-17 13-06-51](https://user-images.githubusercontent.com/78422663/185058984-90dbcc60-2c1d-4560-9594-9680cbf1f087.png) - [x] **Issue 6:**@code** attribute information is missing in org detail** Steps - fill in @code and vocabulary - Click the save button Actual Result - **@code** attribute information is missing in org detail Expected Result -**@code** attribute information should display on org detail. https://user-images.githubusercontent.com/78422663/185060167-ec56ad9f-3bc7-4ec0-81bd-897eedaf3aa2.mp4 - [x] **Issue 7: Incorrect element name in org detail** Actual Result ![Screenshot from 2022-08-17 13-15-05](https://user-images.githubusercontent.com/78422663/185060797-d1f8a8c9-4b0c-4382-93a1-cdf031af65af.png) Expected Result - Element name should be narrative instead of description - [x] **Issue 8:When you enter a long text in the narrative page get an overflow** Actual Result ![Screenshot from 2022-08-17 13-20-33](https://user-images.githubusercontent.com/78422663/185061953-ead5ba6d-8043-4dbf-9f1c-c928cc913c80.png) Expected Result - The page should not overflow - [x] **Issue 9: No validation for amount** Actual Result ![Screenshot from 2022-08-17 13-20-54](https://user-images.githubusercontent.com/78422663/185062377-7e79dc5e-359a-4799-abb6-a50e8e8f0ca6.png) Expected Result - A proper validation should be in the form
priority
bug organization detail recipient region budget issue context desktop chrome precondition username publisher password for created activity issue unnecessary form field actual result expected result the unnecessary form field should be removed issue inappropriate format to display the date actual result expected result issue iati standard has not been followed steps enter period start iso date period end iso date save actual result page gets saved expected result the budget period must not be longer than one year issue amount and currency attribute information is missing in org detail steps fill in amount and currency click the save button actual result amount and currency attribute information is missing in org detail expected result amount and currency attribute information should display on org detail issue inappropriate format to display the date actual result expected result issue code attribute information is missing in org detail steps fill in code and vocabulary click the save button actual result code attribute information is missing in org detail expected result code attribute information should display on org detail issue incorrect element name in org detail actual result expected result element name should be narrative instead of description issue when you enter a long text in the narrative page get an overflow actual result expected result the page should not overflow issue no validation for amount actual result expected result a proper validation should be in the form
1
418,052
12,192,559,685
IssuesEvent
2020-04-29 13:08:57
geosolutions-it/ckanext-faoclh
https://api.github.com/repos/geosolutions-it/ckanext-faoclh
closed
Missing custom facets in organization, topics and home pages
Priority: High bug
Currently custom facets are not visible or accessible via helpers in the organization, topics and home pages.
1.0
Missing custom facets in organization, topics and home pages - Currently custom facets are not visible or accessible via helpers in the organization, topics and home pages.
priority
missing custom facets in organization topics and home pages currently custom facets are not visible or accessible via helpers in the organization topics and home pages
1
173,873
6,533,487,092
IssuesEvent
2017-08-31 06:42:17
ballerinalang/composer
https://api.github.com/repos/ballerinalang/composer
opened
[Firefox] Transform sample layout issues
Bug Priority:High Severity:Minor
Release 0.93 Firefox browser Transform sample : Initial view ![initialviewtf](https://user-images.githubusercontent.com/1845370/29909806-3185015e-8e45-11e7-88fc-f14c3770ab83.png) After scroll down ![scrolltf](https://user-images.githubusercontent.com/1845370/29909820-3aaf6684-8e45-11e7-9c86-58ef34565d07.png)
1.0
[Firefox] Transform sample layout issues - Release 0.93 Firefox browser Transform sample : Initial view ![initialviewtf](https://user-images.githubusercontent.com/1845370/29909806-3185015e-8e45-11e7-88fc-f14c3770ab83.png) After scroll down ![scrolltf](https://user-images.githubusercontent.com/1845370/29909820-3aaf6684-8e45-11e7-9c86-58ef34565d07.png)
priority
transform sample layout issues release firefox browser transform sample initial view after scroll down
1
678,753
23,209,573,437
IssuesEvent
2022-08-02 08:57:53
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Cannot remove a added IDP from the Sign in Tabs with the provided Cross mark to delete.
ui Priority/High Severity/Major bug console Affected-6.0.0 QA-Reported
**How to reproduce:** 1. Register a SPA 2. Register a IDP > Google 3. List the registered app from Console app 4. Go to Signin tabs 5. Select Google and Update 6. Now in the same window try to get the added IDP deleted from the displayed Cross mark 7. When navigate to the cross mark a popup comes covering the cross mark Due to this behavior even though there is a cross mark to get the IDP deleted that is not clickable ![a](https://user-images.githubusercontent.com/31848014/176632799-1115a976-b198-4891-9f9e-95eb95fcf5f4.png) ![Screenshot from 2022-06-30 13-31-56](https://user-images.githubusercontent.com/31848014/176631918-b80f7b79-ed40-4dd2-8818-c79678b59c96.png) https://user-images.githubusercontent.com/31848014/176632247-42257266-46ae-444c-8295-18d6876f075c.mp4 **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** H2 default IS 6.0.0 alpha
1.0
Cannot remove a added IDP from the Sign in Tabs with the provided Cross mark to delete. - **How to reproduce:** 1. Register a SPA 2. Register a IDP > Google 3. List the registered app from Console app 4. Go to Signin tabs 5. Select Google and Update 6. Now in the same window try to get the added IDP deleted from the displayed Cross mark 7. When navigate to the cross mark a popup comes covering the cross mark Due to this behavior even though there is a cross mark to get the IDP deleted that is not clickable ![a](https://user-images.githubusercontent.com/31848014/176632799-1115a976-b198-4891-9f9e-95eb95fcf5f4.png) ![Screenshot from 2022-06-30 13-31-56](https://user-images.githubusercontent.com/31848014/176631918-b80f7b79-ed40-4dd2-8818-c79678b59c96.png) https://user-images.githubusercontent.com/31848014/176632247-42257266-46ae-444c-8295-18d6876f075c.mp4 **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** H2 default IS 6.0.0 alpha
priority
cannot remove a added idp from the sign in tabs with the provided cross mark to delete how to reproduce register a spa register a idp google list the registered app from console app go to signin tabs select google and update now in the same window try to get the added idp deleted from the displayed cross mark when navigate to the cross mark a popup comes covering the cross mark due to this behavior even though there is a cross mark to get the idp deleted that is not clickable environment information please complete the following information remove any unnecessary fields default is alpha
1
210,226
7,187,085,074
IssuesEvent
2018-02-02 02:50:32
leo-project/leofs
https://api.github.com/repos/leo-project/leofs
opened
[all] Versioning internal RPC protocol format
Improve Priority-HIGH _leo_logger _leo_manager _leo_storage v1.4
As currently internal RPC is not versioned, errors could happen while mixed version coexist across the cluster such as during rolling upgrading. (however it could not be serious problem unless you operate LeoFS with the strong consistency setting like N=W=D=R=3 as all errors will be eventually recovered by leo_mq after completing the upgrade process)
1.0
[all] Versioning internal RPC protocol format - As currently internal RPC is not versioned, errors could happen while mixed version coexist across the cluster such as during rolling upgrading. (however it could not be serious problem unless you operate LeoFS with the strong consistency setting like N=W=D=R=3 as all errors will be eventually recovered by leo_mq after completing the upgrade process)
priority
versioning internal rpc protocol format as currently internal rpc is not versioned errors could happen while mixed version coexist across the cluster such as during rolling upgrading however it could not be serious problem unless you operate leofs with the strong consistency setting like n w d r as all errors will be eventually recovered by leo mq after completing the upgrade process
1
401,029
11,784,299,673
IssuesEvent
2020-03-17 08:03:11
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
reopened
www.portal.dmg.kerala.gov.in - see bug description
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal
<!-- @browser: Firefox 75.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/50321 --> **URL**: https://www.portal.dmg.kerala.gov.in/login.nic **Browser / Version**: Firefox 75.0 **Operating System**: Windows 7 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: cant load the page **Steps to Reproduce**: it shows error when load the page <details><summary>View the screenshot</summary><img alt='Screenshot' src='https://webcompat.com/uploads/2020/3/0cd1fc47-7d17-42d2-8a1a-8f8b30938aa5.jpeg'></details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200313173516</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/3/7492573b-332e-4941-832c-d1018f70fb05) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.portal.dmg.kerala.gov.in - see bug description - <!-- @browser: Firefox 75.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/50321 --> **URL**: https://www.portal.dmg.kerala.gov.in/login.nic **Browser / Version**: Firefox 75.0 **Operating System**: Windows 7 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: cant load the page **Steps to Reproduce**: it shows error when load the page <details><summary>View the screenshot</summary><img alt='Screenshot' src='https://webcompat.com/uploads/2020/3/0cd1fc47-7d17-42d2-8a1a-8f8b30938aa5.jpeg'></details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200313173516</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/3/7492573b-332e-4941-832c-d1018f70fb05) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
see bug description url browser version firefox operating system windows tested another browser yes problem type something else description cant load the page steps to reproduce it shows error when load the page view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
1
533,685
15,596,796,338
IssuesEvent
2021-03-18 16:13:55
Systems-Learning-and-Development-Lab/MMM
https://api.github.com/repos/Systems-Learning-and-Development-Lab/MMM
closed
Add "Draw Field"
priority-high
Re-add "Draw field" option. Should be under brush menu as detailed below. In old version it was part of Brush pallete: ![image](https://user-images.githubusercontent.com/78302632/111613574-55b43280-87e7-11eb-96e8-bbb662aff7e6.png) Current brush pallete: ![image](https://user-images.githubusercontent.com/78302632/111613762-885e2b00-87e7-11eb-8fe4-659b9edf3c51.png) Change current brush pallete to: ![image](https://user-images.githubusercontent.com/78302632/111613828-9d3abe80-87e7-11eb-9c63-3fc8480e027a.png) The field should be included in the brush menu: ![image](https://user-images.githubusercontent.com/78302632/111613915-b3e11580-87e7-11eb-8234-5b320f4ca6c6.png) @Ron-Teller
1.0
Add "Draw Field" - Re-add "Draw field" option. Should be under brush menu as detailed below. In old version it was part of Brush pallete: ![image](https://user-images.githubusercontent.com/78302632/111613574-55b43280-87e7-11eb-96e8-bbb662aff7e6.png) Current brush pallete: ![image](https://user-images.githubusercontent.com/78302632/111613762-885e2b00-87e7-11eb-8fe4-659b9edf3c51.png) Change current brush pallete to: ![image](https://user-images.githubusercontent.com/78302632/111613828-9d3abe80-87e7-11eb-9c63-3fc8480e027a.png) The field should be included in the brush menu: ![image](https://user-images.githubusercontent.com/78302632/111613915-b3e11580-87e7-11eb-8234-5b320f4ca6c6.png) @Ron-Teller
priority
add draw field re add draw field option should be under brush menu as detailed below in old version it was part of brush pallete current brush pallete change current brush pallete to the field should be included in the brush menu ron teller
1
474,748
13,675,468,506
IssuesEvent
2020-09-29 12:43:42
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
youtube.com - see bug description
browser-chrome ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Chrome 85.0.4183 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/59027 --> **URL**: http://youtube.com **Browser / Version**: Chrome 85.0.4183 **Operating System**: Windows 10 **Tested Another Browser**: Yes Safari **Problem type**: Something else **Description**: loading issue **Steps to Reproduce**: Sometimes link is broken and loading issue <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/9/dcf1e028-ce7f-43bf-ae6f-7df584a8c366.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
youtube.com - see bug description - <!-- @browser: Chrome 85.0.4183 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/59027 --> **URL**: http://youtube.com **Browser / Version**: Chrome 85.0.4183 **Operating System**: Windows 10 **Tested Another Browser**: Yes Safari **Problem type**: Something else **Description**: loading issue **Steps to Reproduce**: Sometimes link is broken and loading issue <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/9/dcf1e028-ce7f-43bf-ae6f-7df584a8c366.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
youtube com see bug description url browser version chrome operating system windows tested another browser yes safari problem type something else description loading issue steps to reproduce sometimes link is broken and loading issue view the screenshot img alt screenshot src browser configuration none from with ❤️
1
794,011
28,019,424,129
IssuesEvent
2023-03-28 03:17:48
AlphaWallet/alpha-wallet-ios
https://api.github.com/repos/AlphaWallet/alpha-wallet-ios
closed
Add Swap feature
High Priority
### How to access Swap feature? - For now, we let users to access the swap feature from the token menu (we will keep Send and Swap as main actions) ![ETH-Short](https://user-images.githubusercontent.com/51817359/154047080-1002c6c1-b720-47e4-8607-6d0157f0ff98.jpg) - The second option will be in the dotted menu at the top ![Wallet-Menu](https://user-images.githubusercontent.com/51817359/154047132-6b13664e-8715-4f60-aae7-51f97e492b77.jpg) - When we will test it positively (I know how bad it sounds nowadays), we can transform the tab bar so it has one more button int the centre. ![Wallet-New](https://user-images.githubusercontent.com/51817359/154047170-969c77cc-7833-47cb-9f66-439c8ce20e3b.jpg) ![Wallet-Actions](https://user-images.githubusercontent.com/51817359/154047188-0fae4155-e4e5-4856-a715-aacc57f5d548.jpg) ### Invision prototype https://invis.io/Z412DM7HGXTF ### Screenshots - Default view ![Swap-Empty](https://user-images.githubusercontent.com/51817359/154047463-1f548f2b-5149-4d35-933a-220574daba7f.jpg) - Token selection ![Swap-Select-Token](https://user-images.githubusercontent.com/51817359/154047498-5c0ad579-f047-4427-912e-6450a386fa74.jpg) - Settings (you access in the top right icon) ![Swap-Settings](https://user-images.githubusercontent.com/51817359/154047528-4d36dcee-21d5-449e-8b3b-550f48dbd09f.jpg) - Tokens selected, no amount entered ![Swap-Default](https://user-images.githubusercontent.com/51817359/154047614-ddc12dd6-b81b-44f9-8710-9f682f6b914a.jpg) - Entering amount ![Swap-Entered](https://user-images.githubusercontent.com/51817359/154047696-2afd035b-16f0-4f9b-84f4-64f3a47f500d.jpg) - You can expand the Fees view ![Swap-Expanded](https://user-images.githubusercontent.com/51817359/154047783-cac70e8d-5c0e-4a0a-98cf-8a3d97ce32b6.jpg) - Confirmation ![Swap-Confirmation](https://user-images.githubusercontent.com/51817359/154047885-ecefc93c-38a3-48b9-91d5-b6198e769f84.jpg) ### Zeplin: https://zpl.io/7wkvBnW ### Working on: Few more states, when the price has been updated, no search results when selecting a token, switching to networks etc.
1.0
Add Swap feature - ### How to access Swap feature? - For now, we let users to access the swap feature from the token menu (we will keep Send and Swap as main actions) ![ETH-Short](https://user-images.githubusercontent.com/51817359/154047080-1002c6c1-b720-47e4-8607-6d0157f0ff98.jpg) - The second option will be in the dotted menu at the top ![Wallet-Menu](https://user-images.githubusercontent.com/51817359/154047132-6b13664e-8715-4f60-aae7-51f97e492b77.jpg) - When we will test it positively (I know how bad it sounds nowadays), we can transform the tab bar so it has one more button int the centre. ![Wallet-New](https://user-images.githubusercontent.com/51817359/154047170-969c77cc-7833-47cb-9f66-439c8ce20e3b.jpg) ![Wallet-Actions](https://user-images.githubusercontent.com/51817359/154047188-0fae4155-e4e5-4856-a715-aacc57f5d548.jpg) ### Invision prototype https://invis.io/Z412DM7HGXTF ### Screenshots - Default view ![Swap-Empty](https://user-images.githubusercontent.com/51817359/154047463-1f548f2b-5149-4d35-933a-220574daba7f.jpg) - Token selection ![Swap-Select-Token](https://user-images.githubusercontent.com/51817359/154047498-5c0ad579-f047-4427-912e-6450a386fa74.jpg) - Settings (you access in the top right icon) ![Swap-Settings](https://user-images.githubusercontent.com/51817359/154047528-4d36dcee-21d5-449e-8b3b-550f48dbd09f.jpg) - Tokens selected, no amount entered ![Swap-Default](https://user-images.githubusercontent.com/51817359/154047614-ddc12dd6-b81b-44f9-8710-9f682f6b914a.jpg) - Entering amount ![Swap-Entered](https://user-images.githubusercontent.com/51817359/154047696-2afd035b-16f0-4f9b-84f4-64f3a47f500d.jpg) - You can expand the Fees view ![Swap-Expanded](https://user-images.githubusercontent.com/51817359/154047783-cac70e8d-5c0e-4a0a-98cf-8a3d97ce32b6.jpg) - Confirmation ![Swap-Confirmation](https://user-images.githubusercontent.com/51817359/154047885-ecefc93c-38a3-48b9-91d5-b6198e769f84.jpg) ### Zeplin: https://zpl.io/7wkvBnW ### Working on: Few more states, when the price has been updated, no search results when selecting a token, switching to networks etc.
priority
add swap feature how to access swap feature for now we let users to access the swap feature from the token menu we will keep send and swap as main actions the second option will be in the dotted menu at the top when we will test it positively i know how bad it sounds nowadays we can transform the tab bar so it has one more button int the centre invision prototype screenshots default view token selection settings you access in the top right icon tokens selected no amount entered entering amount you can expand the fees view confirmation zeplin working on few more states when the price has been updated no search results when selecting a token switching to networks etc
1
183,092
6,677,113,100
IssuesEvent
2017-10-05 09:09:30
DOAJ/doaj
https://api.github.com/repos/DOAJ/doaj
closed
Associate editors privileges
high priority tnm
Hello CL We have detected that associate editors are able to change the status of an "accepted" application to "completed". This does not make any sense in terms of workflow but it is also dangerous for our database. Associate editors should only be able to go from "pending" to "in progress" and "completed". Thanks!
1.0
Associate editors privileges - Hello CL We have detected that associate editors are able to change the status of an "accepted" application to "completed". This does not make any sense in terms of workflow but it is also dangerous for our database. Associate editors should only be able to go from "pending" to "in progress" and "completed". Thanks!
priority
associate editors privileges hello cl we have detected that associate editors are able to change the status of an accepted application to completed this does not make any sense in terms of workflow but it is also dangerous for our database associate editors should only be able to go from pending to in progress and completed thanks
1
501,795
14,533,709,900
IssuesEvent
2020-12-15 01:13:04
Eli017/rating-project-frontend
https://api.github.com/repos/Eli017/rating-project-frontend
closed
Add Category Page Structure
High Priority enhancement
## Description - This will allow the client to add categories to the system. These categories only need a name field. - There needs to be a separate page for this as well. - This excludes design and network requests. - Complexity: 2. ## Task Verification - When a user clicks on a button link on the landing page with the words, "Add Category," they should be redirected to a page to add a new category. - This page must have the form fields for the above mentioned category information (all are required). ## Design No designs are ready at the moment.
1.0
Add Category Page Structure - ## Description - This will allow the client to add categories to the system. These categories only need a name field. - There needs to be a separate page for this as well. - This excludes design and network requests. - Complexity: 2. ## Task Verification - When a user clicks on a button link on the landing page with the words, "Add Category," they should be redirected to a page to add a new category. - This page must have the form fields for the above mentioned category information (all are required). ## Design No designs are ready at the moment.
priority
add category page structure description this will allow the client to add categories to the system these categories only need a name field there needs to be a separate page for this as well this excludes design and network requests complexity task verification when a user clicks on a button link on the landing page with the words add category they should be redirected to a page to add a new category this page must have the form fields for the above mentioned category information all are required design no designs are ready at the moment
1
287,382
8,812,885,418
IssuesEvent
2018-12-28 17:01:39
RinMinase/anidb
https://api.github.com/repos/RinMinase/anidb
closed
Prefilter search in home before displaying
Priority: High Type: Enhancement
**Note:** _This is to not use the " | filter " directive_ **Todo:** - [x] Migrate from " | filter " directive - [x] Pre-filter from controller - [x] Remove ng-filter package (if possible or if unused) **References:** - [Tuning AngularJS, 4th Item](https://www.qualtrics.com/eng/tuning-angularjs-performance/)
1.0
Prefilter search in home before displaying - **Note:** _This is to not use the " | filter " directive_ **Todo:** - [x] Migrate from " | filter " directive - [x] Pre-filter from controller - [x] Remove ng-filter package (if possible or if unused) **References:** - [Tuning AngularJS, 4th Item](https://www.qualtrics.com/eng/tuning-angularjs-performance/)
priority
prefilter search in home before displaying note this is to not use the filter directive todo migrate from filter directive pre filter from controller remove ng filter package if possible or if unused references
1
76,672
3,490,728,560
IssuesEvent
2016-01-04 11:50:41
TacticalTrainingTeam/ttt_handbuch
https://api.github.com/repos/TacticalTrainingTeam/ttt_handbuch
opened
Hinweis BETA Version
enhancement priority:high
Hinweis hinzufügen, dass es sich um WIP handelt, demenstprechend können einige Erläuterungen noch von den Lehrinhalten abweichen.
1.0
Hinweis BETA Version - Hinweis hinzufügen, dass es sich um WIP handelt, demenstprechend können einige Erläuterungen noch von den Lehrinhalten abweichen.
priority
hinweis beta version hinweis hinzufügen dass es sich um wip handelt demenstprechend können einige erläuterungen noch von den lehrinhalten abweichen
1
700,243
24,052,456,576
IssuesEvent
2022-09-16 13:56:59
Maia-Cochran/habitual
https://api.github.com/repos/Maia-Cochran/habitual
closed
Create Bottom Tab Bar
styling high-priority UI/UX Class-Component Navigation
Create Bottom Tab Bar - - Should have icons - Should be displayed at the bottom of home screen - Should live inside Home component
1.0
Create Bottom Tab Bar - Create Bottom Tab Bar - - Should have icons - Should be displayed at the bottom of home screen - Should live inside Home component
priority
create bottom tab bar create bottom tab bar should have icons should be displayed at the bottom of home screen should live inside home component
1
61,166
3,141,440,342
IssuesEvent
2015-09-12 16:03:45
ROGUE-JCTD/MapLoom
https://api.github.com/repos/ROGUE-JCTD/MapLoom
closed
geogig sync not working
Priority: High Type: Bug
looks like there is an issue with sync. even after making changes so that remotes can be added, despite the 'ping' command working, sync fails. Seems like endTransaction has changed in latest geogig. After a beginTransaction, pull, and a push succeed on two repos on the same commit, the corresponding endTransaction fails: ``` http://192.168.99.100/geoserver/geogig/8f0f74a0-1e7f-46cd-8a07-9297ddf42570/endTransaction?output_format=JSON&_dc=1440802717964&transactionId=31721e79-24c9-4947-9fee-714b550e0fa9&cancel=true {"response":{"success":false,"error":"org.locationtech.geogig.api.GeogigTransaction.close(GeogigTransaction.java:88)\torg.locationtech.geogig.api.plumbing.TransactionEnd._call(TransactionEnd.java:117)\torg.locationtech.geogig.api.plumbing.TransactionEnd._call(TransactionEnd.java:45)\torg.locationtech.geogig.api.AbstractGeoGigOp.call(AbstractGeoGigOp.java:132)\torg.locationtech.geogig.web.api.commands.EndTransaction.run(EndTransaction.java:66)\t"}} ```
1.0
geogig sync not working - looks like there is an issue with sync. even after making changes so that remotes can be added, despite the 'ping' command working, sync fails. Seems like endTransaction has changed in latest geogig. After a beginTransaction, pull, and a push succeed on two repos on the same commit, the corresponding endTransaction fails: ``` http://192.168.99.100/geoserver/geogig/8f0f74a0-1e7f-46cd-8a07-9297ddf42570/endTransaction?output_format=JSON&_dc=1440802717964&transactionId=31721e79-24c9-4947-9fee-714b550e0fa9&cancel=true {"response":{"success":false,"error":"org.locationtech.geogig.api.GeogigTransaction.close(GeogigTransaction.java:88)\torg.locationtech.geogig.api.plumbing.TransactionEnd._call(TransactionEnd.java:117)\torg.locationtech.geogig.api.plumbing.TransactionEnd._call(TransactionEnd.java:45)\torg.locationtech.geogig.api.AbstractGeoGigOp.call(AbstractGeoGigOp.java:132)\torg.locationtech.geogig.web.api.commands.EndTransaction.run(EndTransaction.java:66)\t"}} ```
priority
geogig sync not working looks like there is an issue with sync even after making changes so that remotes can be added despite the ping command working sync fails seems like endtransaction has changed in latest geogig after a begintransaction pull and a push succeed on two repos on the same commit the corresponding endtransaction fails response success false error org locationtech geogig api geogigtransaction close geogigtransaction java torg locationtech geogig api plumbing transactionend call transactionend java torg locationtech geogig api plumbing transactionend call transactionend java torg locationtech geogig api abstractgeogigop call abstractgeogigop java torg locationtech geogig web api commands endtransaction run endtransaction java t
1
796,748
28,126,945,224
IssuesEvent
2023-03-31 18:36:57
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2
closed
Weird pathing on island near Zandalar
priority high :exclamation: bug :bug: cartography 🌐
<!-- **DO NOT REMOVE PRE-EXISTING LINES** ------------------------------------------------------------------------------------------------------------ --> **Your mod version is:** 925a3922f4e592ec24bcb815e2223b594e7c239f **What expansions do you have installed?** Garments of the Holy Roman Empire, Fashion of the Abbasid Court, The Northern Lords **Are you using any submods/mods? If so, which?** None ![report](https://user-images.githubusercontent.com/22545985/130835192-4ff7487b-66e7-4f94-8682-42127209041a.png) **Please explain your issue in as much detail as possible:** Weird pathing on island near Zandalar when coming from the sea. **Steps to reproduce the issue:** Go to land on the island shown from the sea **Upload an attachment below: .zip of your save, or screenshots:**
1.0
Weird pathing on island near Zandalar - <!-- **DO NOT REMOVE PRE-EXISTING LINES** ------------------------------------------------------------------------------------------------------------ --> **Your mod version is:** 925a3922f4e592ec24bcb815e2223b594e7c239f **What expansions do you have installed?** Garments of the Holy Roman Empire, Fashion of the Abbasid Court, The Northern Lords **Are you using any submods/mods? If so, which?** None ![report](https://user-images.githubusercontent.com/22545985/130835192-4ff7487b-66e7-4f94-8682-42127209041a.png) **Please explain your issue in as much detail as possible:** Weird pathing on island near Zandalar when coming from the sea. **Steps to reproduce the issue:** Go to land on the island shown from the sea **Upload an attachment below: .zip of your save, or screenshots:**
priority
weird pathing on island near zandalar do not remove pre existing lines your mod version is what expansions do you have installed garments of the holy roman empire fashion of the abbasid court the northern lords are you using any submods mods if so which none please explain your issue in as much detail as possible weird pathing on island near zandalar when coming from the sea steps to reproduce the issue go to land on the island shown from the sea upload an attachment below zip of your save or screenshots
1
137,123
5,294,128,378
IssuesEvent
2017-02-09 09:54:18
fossasia/susi_android
https://api.github.com/repos/fossasia/susi_android
opened
Output of text to speech delayed (very slow)
bug Priority: HIGH
Speech to test is fast, but text to speech is slow. Text to voice has 15-20 seconds delay of answers. The server response is quick. So this is not a server issue. Please check what is the reason for the delay and help to fix it.
1.0
Output of text to speech delayed (very slow) - Speech to test is fast, but text to speech is slow. Text to voice has 15-20 seconds delay of answers. The server response is quick. So this is not a server issue. Please check what is the reason for the delay and help to fix it.
priority
output of text to speech delayed very slow speech to test is fast but text to speech is slow text to voice has seconds delay of answers the server response is quick so this is not a server issue please check what is the reason for the delay and help to fix it
1
626,991
19,849,184,953
IssuesEvent
2022-01-21 10:20:02
NilPujolPorta/Synology_API-NPP
https://api.github.com/repos/NilPujolPorta/Synology_API-NPP
closed
Quan es instalat per la comanda pip no troba el fitxer config.yaml
bug high priority
el paquet no conte els fitxer de configuració ni el de errorLogs(carpeta) i quan te els fitxers i carpetes no els troba a no ser que s'executi desde la mateixa carpeta
1.0
Quan es instalat per la comanda pip no troba el fitxer config.yaml - el paquet no conte els fitxer de configuració ni el de errorLogs(carpeta) i quan te els fitxers i carpetes no els troba a no ser que s'executi desde la mateixa carpeta
priority
quan es instalat per la comanda pip no troba el fitxer config yaml el paquet no conte els fitxer de configuració ni el de errorlogs carpeta i quan te els fitxers i carpetes no els troba a no ser que s executi desde la mateixa carpeta
1
583,677
17,395,597,212
IssuesEvent
2021-08-02 13:07:30
danistark1/wirelessSensorGatewayAPI
https://api.github.com/repos/danistark1/wirelessSensorGatewayAPI
opened
First report counter 2 instead of 1
1 pt Priority: High bug deploy required notificationsReport weatherReport
After first readings/notifications reports is sent, counter is currently getting set to 2 instead of 1 <img width="939" alt="Screen Shot 2021-08-02 at 9 06 37 AM" src="https://user-images.githubusercontent.com/74157577/127866764-0e4e4862-a8cb-4339-a489-d8b09185d914.png">
1.0
First report counter 2 instead of 1 - After first readings/notifications reports is sent, counter is currently getting set to 2 instead of 1 <img width="939" alt="Screen Shot 2021-08-02 at 9 06 37 AM" src="https://user-images.githubusercontent.com/74157577/127866764-0e4e4862-a8cb-4339-a489-d8b09185d914.png">
priority
first report counter instead of after first readings notifications reports is sent counter is currently getting set to instead of img width alt screen shot at am src
1
583,309
17,382,055,646
IssuesEvent
2021-07-31 23:11:44
Earthcomputer/multiconnect
https://api.github.com/repos/Earthcomputer/multiconnect
closed
[1.17.1] -> [1.12.2] Unable to join server, dropping chunk packets too far away from render distance center
bug priority: high
I left a server after teleporting to a random location and flying around for a bit. A bit later when I wanted to join the server again, the game froze on the "Loading terrain..." screen, ultimately disconnecting. Attached is a logfile of opening the client and attempting to join the server. [latest.log](https://github.com/Earthcomputer/multiconnect/files/6904120/latest.log)
1.0
[1.17.1] -> [1.12.2] Unable to join server, dropping chunk packets too far away from render distance center - I left a server after teleporting to a random location and flying around for a bit. A bit later when I wanted to join the server again, the game froze on the "Loading terrain..." screen, ultimately disconnecting. Attached is a logfile of opening the client and attempting to join the server. [latest.log](https://github.com/Earthcomputer/multiconnect/files/6904120/latest.log)
priority
unable to join server dropping chunk packets too far away from render distance center i left a server after teleporting to a random location and flying around for a bit a bit later when i wanted to join the server again the game froze on the loading terrain screen ultimately disconnecting attached is a logfile of opening the client and attempting to join the server
1
405,167
11,868,981,715
IssuesEvent
2020-03-26 10:09:10
FAIRsharing/fairsharing.github.io
https://api.github.com/repos/FAIRsharing/fairsharing.github.io
opened
Clean localStorage when user cant login
High priority bug
Needs testing (current behaviour may already fix the issue). Otherwise: If there's user data in the localStorage but the user cant authenticate, clear the localStorage to avoid spamming autologin until the account is locked.
1.0
Clean localStorage when user cant login - Needs testing (current behaviour may already fix the issue). Otherwise: If there's user data in the localStorage but the user cant authenticate, clear the localStorage to avoid spamming autologin until the account is locked.
priority
clean localstorage when user cant login needs testing current behaviour may already fix the issue otherwise if there s user data in the localstorage but the user cant authenticate clear the localstorage to avoid spamming autologin until the account is locked
1
832,181
32,075,414,920
IssuesEvent
2023-09-25 10:39:50
oceanprotocol/predict-eth
https://api.github.com/repos/oceanprotocol/predict-eth
closed
Strange Winners parade for DF 55
Type: Bug Priority: High
Hi, what the strange winners in DF 55? First and second price both cost $2500 and took by the one person. Third price is $1500 instead of $1000. Both persons seems not participating in DF.
1.0
Strange Winners parade for DF 55 - Hi, what the strange winners in DF 55? First and second price both cost $2500 and took by the one person. Third price is $1500 instead of $1000. Both persons seems not participating in DF.
priority
strange winners parade for df hi what the strange winners in df first and second price both cost and took by the one person third price is instead of both persons seems not participating in df
1
254,302
8,072,518,546
IssuesEvent
2018-08-06 16:11:24
bedita/web
https://api.github.com/repos/bedita/web
closed
Handle relations parameters
Priority - High feature
In `/model/relations/$id` inside `data.attributes.params` we may have a *JSON Schema* representation of the relation properties, could also be empty. In the object card now relation parameters are displayed but may not be changed. Form handling with JSON Schema should keep advantage of existing `SchemaHelper`
1.0
Handle relations parameters - In `/model/relations/$id` inside `data.attributes.params` we may have a *JSON Schema* representation of the relation properties, could also be empty. In the object card now relation parameters are displayed but may not be changed. Form handling with JSON Schema should keep advantage of existing `SchemaHelper`
priority
handle relations parameters in model relations id inside data attributes params we may have a json schema representation of the relation properties could also be empty in the object card now relation parameters are displayed but may not be changed form handling with json schema should keep advantage of existing schemahelper
1
85,876
3,699,828,461
IssuesEvent
2016-02-29 03:30:52
nextgis/nextgisweb_compulink
https://api.github.com/repos/nextgis/nextgisweb_compulink
closed
Переименовать алиасы для слоев
enhancement High Priority
Изменить в существующей БД и поменять в темплейтах все названия в скобках: (факт) -> (исходный факт) (актуальный факт) -> (факт)
1.0
Переименовать алиасы для слоев - Изменить в существующей БД и поменять в темплейтах все названия в скобках: (факт) -> (исходный факт) (актуальный факт) -> (факт)
priority
переименовать алиасы для слоев изменить в существующей бд и поменять в темплейтах все названия в скобках факт исходный факт актуальный факт факт
1
666,478
22,357,227,670
IssuesEvent
2022-06-15 16:43:37
ghnoob/movies-api
https://api.github.com/repos/ghnoob/movies-api
closed
error cuando con query string incorrecto
bug time: 0.5 priority: high
# Error con query string incorrecto en `GET /characters` ## Problema El error sucede cuando se hace una request con un valor que no es un numero, por ejemplo: ```sh $ curlie -j get "http://localhost:5500/characters?movies=1&movies=abc" --pretty HTTP/1.1 500 Internal Server Error Access-Control-Allow-Origin: * Content-Security-Policy: default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin Cross-Origin-Resource-Policy: same-origin X-DNS-Prefetch-Control: off Expect-CT: max-age=0 X-Frame-Options: SAMEORIGIN Strict-Transport-Security: max-age=15552000; includeSubDomains X-Download-Options: noopen X-Content-Type-Options: nosniff Origin-Agent-Cluster: ?1 X-Permitted-Cross-Domain-Policies: none Referrer-Policy: no-referrer X-XSS-Protection: 0 Content-Type: application/json; charset=utf-8 Content-Length: 111 ETag: W/"6f-TO0HtZLoUVSzSFBuz5HgGGCqhdI" Date: Wed, 15 Jun 2022 02:18:30 GMT Connection: keep-alive Keep-Alive: timeout=5 { "statusCode": 500, "name": "Internal Server Error", "message": "Unknown error. Contact the system administrators." } ``` ## Causa El problema se da en esta línea de código: https://github.com/ghnoob/movies-api/blob/787c7b319f7d0d591017c286b9c315ba865bc5da/src/controllers/services/characters.service.ts#L46 en el ejemplo anterior, se llama a `[1, null].join(',')`, lo que da como resultado `WHERE "movieId" IN ( 1, )`, lo cual es una sintaxis inválida. ## Solución Usar los [replacements](https://sequelize.org/docs/v6/core-concepts/raw-queries/#replacements) de Sequelize, que justamente están diseñados para prevenir situaciones como esta.
1.0
error cuando con query string incorrecto - # Error con query string incorrecto en `GET /characters` ## Problema El error sucede cuando se hace una request con un valor que no es un numero, por ejemplo: ```sh $ curlie -j get "http://localhost:5500/characters?movies=1&movies=abc" --pretty HTTP/1.1 500 Internal Server Error Access-Control-Allow-Origin: * Content-Security-Policy: default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin Cross-Origin-Resource-Policy: same-origin X-DNS-Prefetch-Control: off Expect-CT: max-age=0 X-Frame-Options: SAMEORIGIN Strict-Transport-Security: max-age=15552000; includeSubDomains X-Download-Options: noopen X-Content-Type-Options: nosniff Origin-Agent-Cluster: ?1 X-Permitted-Cross-Domain-Policies: none Referrer-Policy: no-referrer X-XSS-Protection: 0 Content-Type: application/json; charset=utf-8 Content-Length: 111 ETag: W/"6f-TO0HtZLoUVSzSFBuz5HgGGCqhdI" Date: Wed, 15 Jun 2022 02:18:30 GMT Connection: keep-alive Keep-Alive: timeout=5 { "statusCode": 500, "name": "Internal Server Error", "message": "Unknown error. Contact the system administrators." } ``` ## Causa El problema se da en esta línea de código: https://github.com/ghnoob/movies-api/blob/787c7b319f7d0d591017c286b9c315ba865bc5da/src/controllers/services/characters.service.ts#L46 en el ejemplo anterior, se llama a `[1, null].join(',')`, lo que da como resultado `WHERE "movieId" IN ( 1, )`, lo cual es una sintaxis inválida. ## Solución Usar los [replacements](https://sequelize.org/docs/v6/core-concepts/raw-queries/#replacements) de Sequelize, que justamente están diseñados para prevenir situaciones como esta.
priority
error cuando con query string incorrecto error con query string incorrecto en get characters problema el error sucede cuando se hace una request con un valor que no es un numero por ejemplo sh curlie j get pretty http internal server error access control allow origin content security policy default src self base uri self block all mixed content font src self https data form action self frame ancestors self img src self data object src none script src self script src attr none style src self https unsafe inline upgrade insecure requests cross origin embedder policy require corp cross origin opener policy same origin cross origin resource policy same origin x dns prefetch control off expect ct max age x frame options sameorigin strict transport security max age includesubdomains x download options noopen x content type options nosniff origin agent cluster x permitted cross domain policies none referrer policy no referrer x xss protection content type application json charset utf content length etag w date wed jun gmt connection keep alive keep alive timeout statuscode name internal server error message unknown error contact the system administrators causa el problema se da en esta línea de código en el ejemplo anterior se llama a join lo que da como resultado where movieid in lo cual es una sintaxis inválida solución usar los de sequelize que justamente están diseñados para prevenir situaciones como esta
1
123,446
4,862,909,412
IssuesEvent
2016-11-14 14:01:36
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
opened
Enable user to set up the beam center on HB3A's detector
Component: GUI Group: Single Crystal Priority: High State: In Progress
Users on HFIR HB3A require the flexibility to set up the centre of the detector, which is now fixed to its geometry centre. ### Expected behavior ### Actual behavior ### Steps to reproduce the behavior 1. Make the HB3A's IDF accept the user specified beam centre via sample log value; 2. Modify LoadSpiceXML2DDet to add beam centre on detector to sample log; 3. Modify other algorithm and GUI to enable user to specify beam centre on detector by detector pixel. ### Platforms affected
1.0
Enable user to set up the beam center on HB3A's detector - Users on HFIR HB3A require the flexibility to set up the centre of the detector, which is now fixed to its geometry centre. ### Expected behavior ### Actual behavior ### Steps to reproduce the behavior 1. Make the HB3A's IDF accept the user specified beam centre via sample log value; 2. Modify LoadSpiceXML2DDet to add beam centre on detector to sample log; 3. Modify other algorithm and GUI to enable user to specify beam centre on detector by detector pixel. ### Platforms affected
priority
enable user to set up the beam center on s detector users on hfir require the flexibility to set up the centre of the detector which is now fixed to its geometry centre expected behavior actual behavior steps to reproduce the behavior make the s idf accept the user specified beam centre via sample log value modify to add beam centre on detector to sample log modify other algorithm and gui to enable user to specify beam centre on detector by detector pixel platforms affected
1
597,863
18,214,444,284
IssuesEvent
2021-09-30 01:12:05
AY2122S1-CS2103T-T17-4/tp
https://api.github.com/repos/AY2122S1-CS2103T-T17-4/tp
closed
Update the about pages to include information regarding Cheah Yan
priority.High
Update 'About Us' for Cheah Yan
1.0
Update the about pages to include information regarding Cheah Yan - Update 'About Us' for Cheah Yan
priority
update the about pages to include information regarding cheah yan update about us for cheah yan
1
266,588
8,372,205,480
IssuesEvent
2018-10-05 05:41:58
AtlasOfLivingAustralia/biocache-service
https://api.github.com/repos/AtlasOfLivingAustralia/biocache-service
closed
Temporary files for Shapefile downloads are being written to /tmp/tomcat7-tomcat7-tmp
bug priority-high
The large temporary files for Shapefile downloads are being written to ``/tmp/tomcat7-tomcat7-tmp``, which uses the root file system on the standard ALA layout and when full causes other issues. They should be written to a directory under ``/data/`` to avoid filling up the root file system. The files in that directory when the root filesystem filled up today were: ``` /tmp/tomcat7-tomcat7-tmp# du -hs * 7.9M records-2018-09-251107063236509048079.fix 19M records-2018-09-251515248714604408838.shp 5.3M records-2018-09-25353093210698407006.shx 9.0G records-2018-09-255408108513963935020.dbf ```
1.0
Temporary files for Shapefile downloads are being written to /tmp/tomcat7-tomcat7-tmp - The large temporary files for Shapefile downloads are being written to ``/tmp/tomcat7-tomcat7-tmp``, which uses the root file system on the standard ALA layout and when full causes other issues. They should be written to a directory under ``/data/`` to avoid filling up the root file system. The files in that directory when the root filesystem filled up today were: ``` /tmp/tomcat7-tomcat7-tmp# du -hs * 7.9M records-2018-09-251107063236509048079.fix 19M records-2018-09-251515248714604408838.shp 5.3M records-2018-09-25353093210698407006.shx 9.0G records-2018-09-255408108513963935020.dbf ```
priority
temporary files for shapefile downloads are being written to tmp tmp the large temporary files for shapefile downloads are being written to tmp tmp which uses the root file system on the standard ala layout and when full causes other issues they should be written to a directory under data to avoid filling up the root file system the files in that directory when the root filesystem filled up today were tmp tmp du hs records fix records shp records shx records dbf
1
108,626
4,348,622,012
IssuesEvent
2016-07-30 02:09:02
VirtoCommerce/vc-platform
https://api.github.com/repos/VirtoCommerce/vc-platform
opened
Cut & paste allows pasting realy categories and products to virtual catalog
backend bug high priority problem
Cut & paste moves real categories with products to virtual catalog. It should only create a link and not move the whole category.
1.0
Cut & paste allows pasting realy categories and products to virtual catalog - Cut & paste moves real categories with products to virtual catalog. It should only create a link and not move the whole category.
priority
cut paste allows pasting realy categories and products to virtual catalog cut paste moves real categories with products to virtual catalog it should only create a link and not move the whole category
1
104,614
4,215,712,910
IssuesEvent
2016-06-30 06:04:32
Semantic-Org/Semantic-UI
https://api.github.com/repos/Semantic-Org/Semantic-UI
closed
Flickering page while scrolling
Confirmed Bug Docs Issue High Priority
Tested with OS X 10.10.5 Yosemite Chrome Version 47.0.2526.73 (64-bit) When scrolling on http://semantic-ui.com/behaviors/visibility.html the whole page is flickering with certain heights of the viewport. In the demo I'm just scrolling downwards but the footer is just visible for some milliseconds. See demo here: ![semantic_ui_visiblity](https://cloud.githubusercontent.com/assets/1637820/11561324/e8e4df24-99c6-11e5-841c-0b3437c8ea5f.gif)
1.0
Flickering page while scrolling - Tested with OS X 10.10.5 Yosemite Chrome Version 47.0.2526.73 (64-bit) When scrolling on http://semantic-ui.com/behaviors/visibility.html the whole page is flickering with certain heights of the viewport. In the demo I'm just scrolling downwards but the footer is just visible for some milliseconds. See demo here: ![semantic_ui_visiblity](https://cloud.githubusercontent.com/assets/1637820/11561324/e8e4df24-99c6-11e5-841c-0b3437c8ea5f.gif)
priority
flickering page while scrolling tested with os x yosemite chrome version bit when scrolling on the whole page is flickering with certain heights of the viewport in the demo i m just scrolling downwards but the footer is just visible for some milliseconds see demo here
1
417,100
12,155,823,522
IssuesEvent
2020-04-25 14:48:25
levelkdev/BC-DAPP
https://api.github.com/repos/levelkdev/BC-DAPP
opened
Code cleanup
high-priority
When deploying the project I am getting a lot of warnings that there are a lot of variables not in use: <img width="1997" alt="Screenshot 2020-04-25 at 12 57 40" src="https://user-images.githubusercontent.com/5337809/80282928-82b1af80-8714-11ea-975b-78bd3d44b6d6.png"> we need to clean up everything!
1.0
Code cleanup - When deploying the project I am getting a lot of warnings that there are a lot of variables not in use: <img width="1997" alt="Screenshot 2020-04-25 at 12 57 40" src="https://user-images.githubusercontent.com/5337809/80282928-82b1af80-8714-11ea-975b-78bd3d44b6d6.png"> we need to clean up everything!
priority
code cleanup when deploying the project i am getting a lot of warnings that there are a lot of variables not in use img width alt screenshot at src we need to clean up everything
1
589,738
17,760,433,321
IssuesEvent
2021-08-29 15:38:35
francheska-vicente/cssweng
https://api.github.com/repos/francheska-vicente/cssweng
opened
Option to remove reservation after it is selected
bug priority: high severity: medium
### Summary: After selecting a reservation in the Create Booking screen, there is no option to remove it if the user wants to create a new booking instead. ### Steps to Reproduce: 1. Create a booking 2. Pick a reservation from the dropdown list ### Visual Proof: ![image](https://user-images.githubusercontent.com/75743382/131253776-d9514c9a-d399-4d87-9970-86209368836c.png) ### Expected Results: - There would be an option to remove the reservation ### Actual Results: - There is no way to remove the reservation apart frrom leaving the page | Additional Information | | | ----------- | ----------- | | Platform | V8 engine (Google) | | Operating System | Windows 10 |
1.0
Option to remove reservation after it is selected - ### Summary: After selecting a reservation in the Create Booking screen, there is no option to remove it if the user wants to create a new booking instead. ### Steps to Reproduce: 1. Create a booking 2. Pick a reservation from the dropdown list ### Visual Proof: ![image](https://user-images.githubusercontent.com/75743382/131253776-d9514c9a-d399-4d87-9970-86209368836c.png) ### Expected Results: - There would be an option to remove the reservation ### Actual Results: - There is no way to remove the reservation apart frrom leaving the page | Additional Information | | | ----------- | ----------- | | Platform | V8 engine (Google) | | Operating System | Windows 10 |
priority
option to remove reservation after it is selected summary after selecting a reservation in the create booking screen there is no option to remove it if the user wants to create a new booking instead steps to reproduce create a booking pick a reservation from the dropdown list visual proof expected results there would be an option to remove the reservation actual results there is no way to remove the reservation apart frrom leaving the page additional information platform engine google operating system windows
1
168,746
6,385,101,193
IssuesEvent
2017-08-03 07:38:18
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
sql: CREATE VIEW or FKs over system tables do not set the system config trigger
bug high priority
Both CREATE TABLE and CREATE VIEW can modify descriptors of other tables/views than the one being created, to update either their depended-on list (for CREATE VIEW) or their index list (for CREATE TABLE with FKs). When creating a view over a system table, or creating a new index on a system table for a FK from a non-system table, *a system descriptor is updated*. In order to ensure that the update is propagated the KV transaction should be anchored on the system range (using `SetSystemConfigTrigger`), or cause an error if the anchor is already set. This is not currently done / checked properly. This causes possible inconsistent state of the system descriptors across the cluster. Found while working on #17310.
1.0
sql: CREATE VIEW or FKs over system tables do not set the system config trigger - Both CREATE TABLE and CREATE VIEW can modify descriptors of other tables/views than the one being created, to update either their depended-on list (for CREATE VIEW) or their index list (for CREATE TABLE with FKs). When creating a view over a system table, or creating a new index on a system table for a FK from a non-system table, *a system descriptor is updated*. In order to ensure that the update is propagated the KV transaction should be anchored on the system range (using `SetSystemConfigTrigger`), or cause an error if the anchor is already set. This is not currently done / checked properly. This causes possible inconsistent state of the system descriptors across the cluster. Found while working on #17310.
priority
sql create view or fks over system tables do not set the system config trigger both create table and create view can modify descriptors of other tables views than the one being created to update either their depended on list for create view or their index list for create table with fks when creating a view over a system table or creating a new index on a system table for a fk from a non system table a system descriptor is updated in order to ensure that the update is propagated the kv transaction should be anchored on the system range using setsystemconfigtrigger or cause an error if the anchor is already set this is not currently done checked properly this causes possible inconsistent state of the system descriptors across the cluster found while working on
1
706,095
24,260,057,741
IssuesEvent
2022-09-27 21:35:30
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Feature Request - Collector unloader
Priority-High (Needed for work) Enhancement
**Is your feature request related to a problem? Please describe.** is there a way to delete in bulk the “unknown” agent where we have verbatim agent/collector? The Manage/Agents only seems to allow for changing an agent and the bulkload only adds agents. **Describe what you're trying to accomplish** Remove agents with [collector roles](https://arctos.database.museum/info/ctDocumentation.cfm?table=ctcollector_role) in bulk **Describe the solution you'd like** A collector unloader (opposite of https://arctos.database.museum/tools/BulkloadCollector.cfm) **Describe alternatives you've considered** remove them one by one. **Additional context** This is related to the Agent cleanup and increased use of verbatim agent attribute. **Priority** Please assign a priority-label. Unprioritized issues gets sent into a black hole of despair.
1.0
Feature Request - Collector unloader - **Is your feature request related to a problem? Please describe.** is there a way to delete in bulk the “unknown” agent where we have verbatim agent/collector? The Manage/Agents only seems to allow for changing an agent and the bulkload only adds agents. **Describe what you're trying to accomplish** Remove agents with [collector roles](https://arctos.database.museum/info/ctDocumentation.cfm?table=ctcollector_role) in bulk **Describe the solution you'd like** A collector unloader (opposite of https://arctos.database.museum/tools/BulkloadCollector.cfm) **Describe alternatives you've considered** remove them one by one. **Additional context** This is related to the Agent cleanup and increased use of verbatim agent attribute. **Priority** Please assign a priority-label. Unprioritized issues gets sent into a black hole of despair.
priority
feature request collector unloader is your feature request related to a problem please describe is there a way to delete in bulk the “unknown” agent where we have verbatim agent collector the manage agents only seems to allow for changing an agent and the bulkload only adds agents describe what you re trying to accomplish remove agents with in bulk describe the solution you d like a collector unloader opposite of describe alternatives you ve considered remove them one by one additional context this is related to the agent cleanup and increased use of verbatim agent attribute priority please assign a priority label unprioritized issues gets sent into a black hole of despair
1