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
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
106,320
4,269,971,216
IssuesEvent
2016-07-13 04:01:10
oakesville/mythling
https://api.github.com/repos/oakesville/mythling
closed
Mythling Services Don't Display Metadata for Videos Media Type
priority:low type:bug
In detail view and streaming confirmation dialog, no metadata is displayed when using Mythling services. This design choice was a mistake and should be rectified. This will also enable sorting for the Videos mediaType. Even in MythTV services Videos in list mode have the anomaly that you can sort by date or rating...
1.0
Mythling Services Don't Display Metadata for Videos Media Type - In detail view and streaming confirmation dialog, no metadata is displayed when using Mythling services. This design choice was a mistake and should be rectified. This will also enable sorting for the Videos mediaType. Even in MythTV services Videos ...
priority
mythling services don t display metadata for videos media type in detail view and streaming confirmation dialog no metadata is displayed when using mythling services this design choice was a mistake and should be rectified this will also enable sorting for the videos mediatype even in mythtv services videos ...
1
326,063
9,942,361,714
IssuesEvent
2019-07-03 13:44:56
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.index.hr - design is broken
browser-fenix engine-gecko priority-normal
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.index.hr/mobile **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android **Tested Another Br...
1.0
www.index.hr - design is broken - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.index.hr/mobile **Browser / Version**: Firefox Mobile 68.0 **Operating Sys...
priority
design is broken url browser version firefox mobile operating system android tested another browser yes problem type design is broken description text is slightly cut off when there is a long title steps to reproduce i just opened the page this happends every...
1
83,186
7,867,682,700
IssuesEvent
2018-06-23 12:00:53
CodeWarriorsOrganization/CodeWarriorsFinalYearProject
https://api.github.com/repos/CodeWarriorsOrganization/CodeWarriorsFinalYearProject
closed
CW0005/T0005.4 - Create Test Cases ( Priority-1 )
test cases
### User Story: > AS a player, > I NEED the price of stocks to be influenced by Sector/stock events Component. > SO THAT sector/stock events will have effect on the final price of a share. ### Task: > **Create Test Cases**
1.0
CW0005/T0005.4 - Create Test Cases ( Priority-1 ) - ### User Story: > AS a player, > I NEED the price of stocks to be influenced by Sector/stock events Component. > SO THAT sector/stock events will have effect on the final price of a share. ### Task: > **Create Test Cases**
non_priority
create test cases priority user story as a player i need the price of stocks to be influenced by sector stock events component so that sector stock events will have effect on the final price of a share task create test cases
0
534,758
15,648,380,808
IssuesEvent
2021-03-23 05:36:35
TerryCavanagh/diceydungeons.com
https://api.github.com/repos/TerryCavanagh/diceydungeons.com
closed
Mood Change should be marked "cannotsteal"
High Priority reported in v1.11
Aurora doesn't spawn for Inventor or Thief, but this should probably be done just in case.
1.0
Mood Change should be marked "cannotsteal" - Aurora doesn't spawn for Inventor or Thief, but this should probably be done just in case.
priority
mood change should be marked cannotsteal aurora doesn t spawn for inventor or thief but this should probably be done just in case
1
33,738
6,256,835,158
IssuesEvent
2017-07-14 11:26:30
superzanti/ServerSync
https://api.github.com/repos/superzanti/ServerSync
reopened
[Suggestion] Autostart & autoclose command line switches
bug documentation
#### Serversync Version: serversync-2.6.9.jar #### Minecraft Version: 1.11.2 #### Issue: First I'd like to say THANK YOU its working BEAUTIFULLY <3 This is not an actual issue, just a minor convenience suggestion/question. This might already be implemented but I could not find it when searching for it....
1.0
[Suggestion] Autostart & autoclose command line switches - #### Serversync Version: serversync-2.6.9.jar #### Minecraft Version: 1.11.2 #### Issue: First I'd like to say THANK YOU its working BEAUTIFULLY <3 This is not an actual issue, just a minor convenience suggestion/question. This might already be...
non_priority
autostart autoclose command line switches serversync version serversync jar minecraft version issue first i d like to say thank you its working beautifully this is not an actual issue just a minor convenience suggestion question this might already be implemented...
0
96,093
27,747,336,503
IssuesEvent
2023-03-15 17:56:36
irods/irods
https://api.github.com/repos/irods/irods
opened
clang-format: investigate allowing single-line empty initialization using curly braces
build/tools
With our current configuration, `clang-format` wants to make the following kinds of changes: before: ```cpp struct passwd svc_acct_pwd{}; ``` after: ```cpp struct passwd svc_acct_pwd { }; ``` In my opinion, this is rather obnoxious, and we should adjust our `clang-format` configuration to allow single-...
1.0
clang-format: investigate allowing single-line empty initialization using curly braces - With our current configuration, `clang-format` wants to make the following kinds of changes: before: ```cpp struct passwd svc_acct_pwd{}; ``` after: ```cpp struct passwd svc_acct_pwd { }; ``` In my opinion, this is...
non_priority
clang format investigate allowing single line empty initialization using curly braces with our current configuration clang format wants to make the following kinds of changes before cpp struct passwd svc acct pwd after cpp struct passwd svc acct pwd in my opinion this is...
0
72,944
8,793,043,187
IssuesEvent
2018-12-21 18:20:44
eugenevinitsky/sequential_social_dilemma_games
https://api.github.com/repos/eugenevinitsky/sequential_social_dilemma_games
closed
Clean up map update methods
good design
Map update methods are currently split in a very ad-hoc way between HarvestEnv and MapEnv. As much of the update process should be moved into MapEnv.
1.0
Clean up map update methods - Map update methods are currently split in a very ad-hoc way between HarvestEnv and MapEnv. As much of the update process should be moved into MapEnv.
non_priority
clean up map update methods map update methods are currently split in a very ad hoc way between harvestenv and mapenv as much of the update process should be moved into mapenv
0
136,369
19,768,540,885
IssuesEvent
2022-01-17 07:20:36
Capstone-Shiny-Game/Shiny
https://api.github.com/repos/Capstone-Shiny-Game/Shiny
closed
Map top-down layout
design
Creating the map layout for buildings with labels, quest paths and npc paths.
1.0
Map top-down layout - Creating the map layout for buildings with labels, quest paths and npc paths.
non_priority
map top down layout creating the map layout for buildings with labels quest paths and npc paths
0
782,249
27,491,295,441
IssuesEvent
2023-03-04 16:55:27
aleksbobic/csx
https://api.github.com/repos/aleksbobic/csx
closed
UI Guide & Survey
enhancement priority:medium Complexity:medium
**Is your feature request related to a problem? Please describe.** Users should have the option to click "show me around". This should guide them through the UI and provide them with an overview of basic features.
1.0
UI Guide & Survey - **Is your feature request related to a problem? Please describe.** Users should have the option to click "show me around". This should guide them through the UI and provide them with an overview of basic features.
priority
ui guide survey is your feature request related to a problem please describe users should have the option to click show me around this should guide them through the ui and provide them with an overview of basic features
1
191,658
15,300,424,892
IssuesEvent
2021-02-24 12:17:54
Stonks2Moon/Simulation
https://api.github.com/repos/Stonks2Moon/Simulation
closed
Zwischenpräsentation
Must have Simulation documentation
Macht 30% Prozent der Gesamtnote aus und findet am 25.03.2021 statt. Scope: - Geschäftsprozessanalyse / -modelierung - Schnittstellendokumentation --> @aaronschweig - Vorstellung Prototyp - Vorstellung der Arbeitsweise --> @jangruebener
1.0
Zwischenpräsentation - Macht 30% Prozent der Gesamtnote aus und findet am 25.03.2021 statt. Scope: - Geschäftsprozessanalyse / -modelierung - Schnittstellendokumentation --> @aaronschweig - Vorstellung Prototyp - Vorstellung der Arbeitsweise --> @jangruebener
non_priority
zwischenpräsentation macht prozent der gesamtnote aus und findet am statt scope geschäftsprozessanalyse modelierung schnittstellendokumentation aaronschweig vorstellung prototyp vorstellung der arbeitsweise jangruebener
0
68,569
9,201,216,751
IssuesEvent
2019-03-07 19:03:00
Submitty/Submitty
https://api.github.com/repos/Submitty/Submitty
opened
Update submitty.org migration docs
URGENT documentation
Mostly tweaking program file names? (also add environment command line bits as needed)
1.0
Update submitty.org migration docs - Mostly tweaking program file names? (also add environment command line bits as needed)
non_priority
update submitty org migration docs mostly tweaking program file names also add environment command line bits as needed
0
3,528
2,770,963,874
IssuesEvent
2015-05-01 18:15:01
jayspur11/NatCompHW3
https://api.github.com/repos/jayspur11/NatCompHW3
closed
Slides, question 2
Documentation Finished Problem Finished
Reproduce patterns theta, lambda, mu, and alpha in the Gray-Scott Model (CA). You don't need to follow their color scheme.
1.0
Slides, question 2 - Reproduce patterns theta, lambda, mu, and alpha in the Gray-Scott Model (CA). You don't need to follow their color scheme.
non_priority
slides question reproduce patterns theta lambda mu and alpha in the gray scott model ca you don t need to follow their color scheme
0
435,336
30,494,640,331
IssuesEvent
2023-07-18 09:58:33
cockpit-project/cockpit
https://api.github.com/repos/cockpit-project/cockpit
closed
Cockpit podman container -- document underlying runlabel command
documentation webserver
Currently the cockpit podman install instructions for some OS's like CoreOS have you run the cockpit podman container. This is fine of course, but the instruction have you using the runlabel built into the container to deploy it. While this simplifies the setup some, it doesn't permit the user to tweak the conditions...
1.0
Cockpit podman container -- document underlying runlabel command - Currently the cockpit podman install instructions for some OS's like CoreOS have you run the cockpit podman container. This is fine of course, but the instruction have you using the runlabel built into the container to deploy it. While this simplifies...
non_priority
cockpit podman container document underlying runlabel command currently the cockpit podman install instructions for some os s like coreos have you run the cockpit podman container this is fine of course but the instruction have you using the runlabel built into the container to deploy it while this simplifies...
0
613,068
19,072,404,869
IssuesEvent
2021-11-27 05:40:52
boostcampwm-2021/iOS05-Escaper
https://api.github.com/repos/boostcampwm-2021/iOS05-Escaper
closed
[E8 S3 T1] scheme을 추가한다.
feature Low Priority
### Epic - Story - Task Epic : 상세 페이지 Story : 사용자가 업체 홈페이지로 이동 또는 전화를 할 수 있다 Task : scheme을 추가한다.
1.0
[E8 S3 T1] scheme을 추가한다. - ### Epic - Story - Task Epic : 상세 페이지 Story : 사용자가 업체 홈페이지로 이동 또는 전화를 할 수 있다 Task : scheme을 추가한다.
priority
scheme을 추가한다 epic story task epic 상세 페이지 story 사용자가 업체 홈페이지로 이동 또는 전화를 할 수 있다 task scheme을 추가한다
1
290,277
25,046,258,479
IssuesEvent
2022-11-05 09:33:03
finos/waltz
https://api.github.com/repos/finos/waltz
closed
Report Grids: Filter Notes should use backticks (``) and have extra column to denote filter type
fixed (test & close) QoL
### Description Report Grids: Filter Notes should user `` and have extra column to denote filter type - To support other filter kinds in future - Should have button to generate the notes template from the report grid section (from applied filters and viewpoint) and allow user to copy text. ### Resourcing We inte...
1.0
Report Grids: Filter Notes should use backticks (``) and have extra column to denote filter type - ### Description Report Grids: Filter Notes should user `` and have extra column to denote filter type - To support other filter kinds in future - Should have button to generate the notes template from the report grid...
non_priority
report grids filter notes should use backticks and have extra column to denote filter type description report grids filter notes should user and have extra column to denote filter type to support other filter kinds in future should have button to generate the notes template from the report grid...
0
443,734
12,798,741,933
IssuesEvent
2020-07-02 14:22:36
ansible/galaxy_ng
https://api.github.com/repos/ansible/galaxy_ng
closed
OOM error while running sanity tests on a large collection in AH
area/importer priority/high sprint/2 status/new type/bug
<!--- Verify first that your issue/request is not already reported on GitHub. --> ## Bug Report OOM error while running sanity tests on a large collection in AH ##### SUMMARY <!--- Explain the problem briefly --> fortinet.fortios collection which is uploaded to galaxy is causing issues while upload to AH htt...
1.0
OOM error while running sanity tests on a large collection in AH - <!--- Verify first that your issue/request is not already reported on GitHub. --> ## Bug Report OOM error while running sanity tests on a large collection in AH ##### SUMMARY <!--- Explain the problem briefly --> fortinet.fortios collection wh...
priority
oom error while running sanity tests on a large collection in ah verify first that your issue request is not already reported on github bug report oom error while running sanity tests on a large collection in ah summary fortinet fortios collection which is uploaded to galaxy is causing...
1
124,362
10,310,079,484
IssuesEvent
2019-08-29 14:30:29
ValveSoftware/steam-for-linux
https://api.github.com/repos/ValveSoftware/steam-for-linux
closed
Can't post comment or browse my inventory on Linux Mageia or OpenMandriva
Need Retest Web reviewed
#### Your system information - Steam client version: 1471977975 - Distribution (e.g. Ubuntu): Linux Mageia 5 x64 and OpenMandriva LX3 x64 - Opted into Steam client beta?: [No] - Have you checked for system updates?: [Yes] #### Please describe your issue in as much detail as possible: For all time i use Steam client o...
1.0
Can't post comment or browse my inventory on Linux Mageia or OpenMandriva - #### Your system information - Steam client version: 1471977975 - Distribution (e.g. Ubuntu): Linux Mageia 5 x64 and OpenMandriva LX3 x64 - Opted into Steam client beta?: [No] - Have you checked for system updates?: [Yes] #### Please describe ...
non_priority
can t post comment or browse my inventory on linux mageia or openmandriva your system information steam client version distribution e g ubuntu linux mageia and openmandriva opted into steam client beta have you checked for system updates please describe your issue in as much ...
0
12,187
14,742,243,967
IssuesEvent
2021-01-07 11:57:29
kdjstudios/SABillingGitlab
https://api.github.com/repos/kdjstudios/SABillingGitlab
closed
Site 118 - SR4591 Paper Invoice fee
anc-process anp-1 ant-support
In GitLab by @kdjstudios on Mar 29, 2019, 09:15 **Submitted by:** "Amanda Jennings" <amanda.jennings@answernet.com> **Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2019-03-29-36479/conversation **Server:** Internal **Client/Site:** 118 **Account:** SR4591 **Issue:** I had a customer reached ...
1.0
Site 118 - SR4591 Paper Invoice fee - In GitLab by @kdjstudios on Mar 29, 2019, 09:15 **Submitted by:** "Amanda Jennings" <amanda.jennings@answernet.com> **Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2019-03-29-36479/conversation **Server:** Internal **Client/Site:** 118 **Account:** SR4591 *...
non_priority
site paper invoice fee in gitlab by kdjstudios on mar submitted by amanda jennings helpdesk server internal client site account issue i had a customer reached out to me a few months back and ask me to remove the paper invoicing fee for and start ema...
0
563,595
16,701,587,528
IssuesEvent
2021-06-09 03:46:02
rafinkanisa/ngm-reportDesk
https://api.github.com/repos/rafinkanisa/ngm-reportDesk
closed
Add new Stock Type in Stock & Pipeline Report
priority
Add new stock type in Stock Report as below : 1. Non-Food Items (NFI) In-Kind 2. Cash for NFIs (Non-Food Items) 3. ES Kit
1.0
Add new Stock Type in Stock & Pipeline Report - Add new stock type in Stock Report as below : 1. Non-Food Items (NFI) In-Kind 2. Cash for NFIs (Non-Food Items) 3. ES Kit
priority
add new stock type in stock pipeline report add new stock type in stock report as below non food items nfi in kind cash for nfis non food items es kit
1
692,585
23,741,315,181
IssuesEvent
2022-08-31 12:41:22
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.goal.com - site is not usable
browser-firefox priority-normal os-linux engine-gecko
<!-- @browser: Firefox 104.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0 --> <!-- @reported_with: unknown --> **URL**: https://www.goal.com/en **Browser / Version**: Firefox 104.0 **Operating System**: Linux **Tested Another Browser**: Yes Chrome **Problem type**: Site...
1.0
www.goal.com - site is not usable - <!-- @browser: Firefox 104.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0 --> <!-- @reported_with: unknown --> **URL**: https://www.goal.com/en **Browser / Version**: Firefox 104.0 **Operating System**: Linux **Tested Another Browser**...
priority
site is not usable url browser version firefox operating system linux tested another browser yes chrome problem type site is not usable description page not loading correctly steps to reproduce goal com shows the low end version of their site when using firefox ...
1
6,098
6,154,305,388
IssuesEvent
2017-06-28 12:21:28
vmware/docker-volume-vsphere
https://api.github.com/repos/vmware/docker-volume-vsphere
opened
Use format strings to create docker , admin CLI and esx CLI command lines in test code
component/test-infrastructure kind/test kind/usability P1
The test code that creates and runs the shell commands for the CLI is getting tricky to maintain with spaces needing to be managed as we update, fix, refactor this code. It seems much better to have format strings defined for entire command lines that we want to run and use those instead of constructing the way its don...
1.0
Use format strings to create docker , admin CLI and esx CLI command lines in test code - The test code that creates and runs the shell commands for the CLI is getting tricky to maintain with spaces needing to be managed as we update, fix, refactor this code. It seems much better to have format strings defined for entir...
non_priority
use format strings to create docker admin cli and esx cli command lines in test code the test code that creates and runs the shell commands for the cli is getting tricky to maintain with spaces needing to be managed as we update fix refactor this code it seems much better to have format strings defined for entir...
0
651,748
21,509,058,776
IssuesEvent
2022-04-28 00:59:55
apcountryman/picolibrary-microchip-megaavr0
https://api.github.com/repos/apcountryman/picolibrary-microchip-megaavr0
closed
Add SYSCFG peripheral
priority-normal status-awaiting_review type-feature
Add SYSCFG peripheral (`::picolibrary::Microchip::megaAVR0::Peripheral::SYSCFG`). - [x] The `SYSCFG` class should be defined in the `include/picolibrary/microchip/megaavr0/peripheral/syscfg.h`/`source/picolibrary/microchip/megaavr0/peripheral/syscfg.cc` header/source file pair - [x] `SYSCFG` instances should be defin...
1.0
Add SYSCFG peripheral - Add SYSCFG peripheral (`::picolibrary::Microchip::megaAVR0::Peripheral::SYSCFG`). - [x] The `SYSCFG` class should be defined in the `include/picolibrary/microchip/megaavr0/peripheral/syscfg.h`/`source/picolibrary/microchip/megaavr0/peripheral/syscfg.cc` header/source file pair - [x] `SYSCFG` i...
priority
add syscfg peripheral add syscfg peripheral picolibrary microchip peripheral syscfg the syscfg class should be defined in the include picolibrary microchip peripheral syscfg h source picolibrary microchip peripheral syscfg cc header source file pair syscfg instances should be define...
1
62,376
14,656,489,106
IssuesEvent
2020-12-28 13:32:21
fu1771695yongxie/mermaid
https://api.github.com/repos/fu1771695yongxie/mermaid
opened
CVE-2018-20822 (Medium) detected in opennmsopennms-source-26.0.0-1
security vulnerability
## CVE-2018-20822 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-26.0.0-1</b></p></summary> <p> <p>A Java based fault and performance management system</p> <p>...
True
CVE-2018-20822 (Medium) detected in opennmsopennms-source-26.0.0-1 - ## CVE-2018-20822 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-26.0.0-1</b></p></summary>...
non_priority
cve medium detected in opennmsopennms source cve medium severity vulnerability vulnerable library opennmsopennms source a java based fault and performance management system library home page a href found in head commit a href found in base branch develop ...
0
219,049
16,815,636,527
IssuesEvent
2021-06-17 07:00:35
Icinga/icingaweb2
https://api.github.com/repos/Icinga/icingaweb2
closed
Add FPM set up for SUSE to documentation
area/documentation enhancement
With version 7.4 FPM implemented the sandboxing feature of systemd to protect the /etc directory (amongst others) against write access. This means when you run the icingaweb2 setup the check result of the config directory shows "The directory /etc/icingaweb2 is not writable". https://github.com/php/php-src/blob/maste...
1.0
Add FPM set up for SUSE to documentation - With version 7.4 FPM implemented the sandboxing feature of systemd to protect the /etc directory (amongst others) against write access. This means when you run the icingaweb2 setup the check result of the config directory shows "The directory /etc/icingaweb2 is not writable"....
non_priority
add fpm set up for suse to documentation with version fpm implemented the sandboxing feature of systemd to protect the etc directory amongst others against write access this means when you run the setup the check result of the config directory shows the directory etc is not writable there ar...
0
125,427
16,794,641,170
IssuesEvent
2021-06-16 00:38:19
openebs/velero-plugin
https://api.github.com/repos/openebs/velero-plugin
closed
Support for Restore from Backup taken from old schema.
Design Enhancement
**Describe the problem/challenge you have** This issue is about to restore the backup, taken from cstor v1alpha1, to cstor v1. **Describe the solution you'd like** **Anything else you would like to add:** [Miscellaneous information that will assist in solving the issue.] **Environment:** - Velero versio...
1.0
Support for Restore from Backup taken from old schema. - **Describe the problem/challenge you have** This issue is about to restore the backup, taken from cstor v1alpha1, to cstor v1. **Describe the solution you'd like** **Anything else you would like to add:** [Miscellaneous information that will assist in s...
non_priority
support for restore from backup taken from old schema describe the problem challenge you have this issue is about to restore the backup taken from cstor to cstor describe the solution you d like anything else you would like to add environment velero version use velero v...
0
7,549
10,674,679,330
IssuesEvent
2019-10-21 09:56:05
prisma/prisma2
https://api.github.com/repos/prisma/prisma2
opened
Remove panics
area/binaries kind/improvement process/candidate
Everytime I see one of these my eyes glaze over & I feel helpless: ``` ➜ prisma prisma2 lift save Error: Error in migration engine: thread 'tokio-runtime-worker-1' panicked at 'get data_type', src/libcore/option.rs:1034:5 stack backtrace: 0: std::panicking::default_hook::{{closure}} 1: std::panicking::de...
1.0
Remove panics - Everytime I see one of these my eyes glaze over & I feel helpless: ``` ➜ prisma prisma2 lift save Error: Error in migration engine: thread 'tokio-runtime-worker-1' panicked at 'get data_type', src/libcore/option.rs:1034:5 stack backtrace: 0: std::panicking::default_hook::{{closure}} 1: st...
non_priority
remove panics everytime i see one of these my eyes glaze over i feel helpless ➜ prisma lift save error error in migration engine thread tokio runtime worker panicked at get data type src libcore option rs stack backtrace std panicking default hook closure std panick...
0
161,316
25,318,295,395
IssuesEvent
2022-11-18 00:09:35
openrewrite/rewrite
https://api.github.com/repos/openrewrite/rewrite
closed
RenameVariable should update JavaDoc params when applicable.
enhancement design-partner-1
### Problem RenameVariable updates method declaration parameters and leaves the old parameter name in place.
1.0
RenameVariable should update JavaDoc params when applicable. - ### Problem RenameVariable updates method declaration parameters and leaves the old parameter name in place.
non_priority
renamevariable should update javadoc params when applicable problem renamevariable updates method declaration parameters and leaves the old parameter name in place
0
76,498
3,488,719,892
IssuesEvent
2016-01-03 07:16:51
colinxfleming/dcaf_case_management
https://api.github.com/repos/colinxfleming/dcaf_case_management
closed
Database side: What to use?
priority
Since we've settled on Rails, I think the next major architecture decision we need to make is how to store our data securely and accessibly. DCAF is able to spend some money in order to outsource the security component of this rather than rolling it up from scratch, so cost should be a factor but we shouldn't just take...
1.0
Database side: What to use? - Since we've settled on Rails, I think the next major architecture decision we need to make is how to store our data securely and accessibly. DCAF is able to spend some money in order to outsource the security component of this rather than rolling it up from scratch, so cost should be a fa...
priority
database side what to use since we ve settled on rails i think the next major architecture decision we need to make is how to store our data securely and accessibly dcaf is able to spend some money in order to outsource the security component of this rather than rolling it up from scratch so cost should be a fa...
1
609,264
18,869,831,399
IssuesEvent
2021-11-13 01:38:43
MenheraBot/MenheraBot
https://api.github.com/repos/MenheraBot/MenheraBot
closed
Fix Delete account Ban
🐛 Bug 🔵 [Priority] Low
Ao ser banido. Ele edita a mensagem que fsla que ele foi bamido pra mensagem de msg deletada Como fixar: enviar mensagem ao ser banido
1.0
Fix Delete account Ban - Ao ser banido. Ele edita a mensagem que fsla que ele foi bamido pra mensagem de msg deletada Como fixar: enviar mensagem ao ser banido
priority
fix delete account ban ao ser banido ele edita a mensagem que fsla que ele foi bamido pra mensagem de msg deletada como fixar enviar mensagem ao ser banido
1
759,758
26,609,453,076
IssuesEvent
2023-01-23 22:22:27
openmsupply/open-msupply
https://api.github.com/repos/openmsupply/open-msupply
closed
Programs/Enrolment/HIV Care and Treatment: multiple issues 1
programs Priority: High
- [x] confirmed code and name = code: `ART` / name: `HIV Care and Treatment` ![Screen Shot 2022-09-23 at 3 26 21 PM](https://user-images.githubusercontent.com/74992958/191886796-06579396-4336-430e-8a7d-a9385b00beaf.png) #### `Enrolment Datetime`: - [x] no need to capture the time of enrolment - [x] rename to...
1.0
Programs/Enrolment/HIV Care and Treatment: multiple issues 1 - - [x] confirmed code and name = code: `ART` / name: `HIV Care and Treatment` ![Screen Shot 2022-09-23 at 3 26 21 PM](https://user-images.githubusercontent.com/74992958/191886796-06579396-4336-430e-8a7d-a9385b00beaf.png) #### `Enrolment Datetime`: -...
priority
programs enrolment hiv care and treatment multiple issues confirmed code and name code art name hiv care and treatment enrolment datetime no need to capture the time of enrolment rename to enrolment date issue to only display date in ui hiv confirmatio...
1
289,869
8,877,388,064
IssuesEvent
2019-01-13 00:13:19
tsujan/FeatherPad
https://api.github.com/repos/tsujan/FeatherPad
opened
Custom shortcuts are a mess
Priority bug
The code is a mess. I'd added to it little by little and it became very weird -- full of redundant lines and translations. The result is also inefficient, as may be expected from such a code. If the language is changed, some custom shortcuts might be removed. Also, custom shortcuts don't work on Mac yet. The f...
1.0
Custom shortcuts are a mess - The code is a mess. I'd added to it little by little and it became very weird -- full of redundant lines and translations. The result is also inefficient, as may be expected from such a code. If the language is changed, some custom shortcuts might be removed. Also, custom shortcuts d...
priority
custom shortcuts are a mess the code is a mess i d added to it little by little and it became very weird full of redundant lines and translations the result is also inefficient as may be expected from such a code if the language is changed some custom shortcuts might be removed also custom shortcuts d...
1
143,873
22,196,277,494
IssuesEvent
2022-06-07 07:14:14
judaicalink/judaicalink-labs
https://api.github.com/repos/judaicalink/judaicalink-labs
closed
Feature: provide clickable examples for different searches
design Frontend
Allows to get random data as a result for the search, so users can get an overview of JudaicaLink very fast.
1.0
Feature: provide clickable examples for different searches - Allows to get random data as a result for the search, so users can get an overview of JudaicaLink very fast.
non_priority
feature provide clickable examples for different searches allows to get random data as a result for the search so users can get an overview of judaicalink very fast
0
726,885
25,014,899,340
IssuesEvent
2022-11-03 17:56:49
phylum-dev/cli
https://api.github.com/repos/phylum-dev/cli
closed
Publish universal binaries on macOS
enhancement low priority
Instead of providing the arm/x86 binaries separately, the macos CLI should be provided as a universal binary using `lipo`.
1.0
Publish universal binaries on macOS - Instead of providing the arm/x86 binaries separately, the macos CLI should be provided as a universal binary using `lipo`.
priority
publish universal binaries on macos instead of providing the arm binaries separately the macos cli should be provided as a universal binary using lipo
1
722,294
24,857,689,745
IssuesEvent
2022-10-27 04:54:04
GoogleContainerTools/skaffold
https://api.github.com/repos/GoogleContainerTools/skaffold
reopened
Documentation for older versions
kind/feature-request priority/p2 area/docs
The doc seems to match the latest version - I found no link to the older versions, nor indication in the doc on when each keyword was added, and info about keywords that existed in prior versions and was removed. Some tools are bundled with old version - like 1.7. At least v1 doc should be maintained and accessible.
1.0
Documentation for older versions - The doc seems to match the latest version - I found no link to the older versions, nor indication in the doc on when each keyword was added, and info about keywords that existed in prior versions and was removed. Some tools are bundled with old version - like 1.7. At least v1 doc s...
priority
documentation for older versions the doc seems to match the latest version i found no link to the older versions nor indication in the doc on when each keyword was added and info about keywords that existed in prior versions and was removed some tools are bundled with old version like at least doc sh...
1
255,654
27,488,305,418
IssuesEvent
2023-03-04 10:03:39
ckt1031/cktidy-manager
https://api.github.com/repos/ckt1031/cktidy-manager
closed
mobile-1.0.6.tgz: 2 vulnerabilities (highest severity is: 9.8) - autoclosed
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mobile-1.0.6.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package.json</p> <p> <p>Found in HEAD commit: <a href="https://github.com/ckt1031/cktidy-man...
True
mobile-1.0.6.tgz: 2 vulnerabilities (highest severity is: 9.8) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mobile-1.0.6.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package.json</p>...
non_priority
mobile tgz vulnerabilities highest severity is autoclosed vulnerable library mobile tgz path to dependency file package json found in head commit a href vulnerabilities cve severity cvss dependency type fixed in mobile version remediation avai...
0
545,472
15,951,269,739
IssuesEvent
2021-04-15 09:38:37
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
kp.kaiserpermanente.org - see bug description
browser-safari ml-needsdiagnosis-false os-ios os-mac priority-normal
<!-- @browser: Safari 13.1 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/70739 --> **URL**: https://kp.kaiserpermanent...
1.0
kp.kaiserpermanente.org - see bug description - <!-- @browser: Safari 13.1 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issue...
priority
kp kaiserpermanente org see bug description url browser version safari operating system mac os x tested another browser yes opera problem type something else description won t be removed with long press steps to reproduce same cantt removed site from top...
1
204,864
15,560,147,108
IssuesEvent
2021-03-16 12:23:41
IntellectualSites/FastAsyncWorldEdit
https://api.github.com/repos/IntellectualSites/FastAsyncWorldEdit
opened
FAWE error and visual bug when clearing a plot with latest Tuinity build
Requires Testing
### Server Implementation Tuinity ### Server Version 1.16.5 ### Describe the bug A recent commit in Tuinity makes /plot clear throw an error in console when using FAWE and the changes don't appear until you relog. This is the build: https://ci.codemc.io/job/Spottedleaf/job/Tuinity/202/ The console throws this er...
1.0
FAWE error and visual bug when clearing a plot with latest Tuinity build - ### Server Implementation Tuinity ### Server Version 1.16.5 ### Describe the bug A recent commit in Tuinity makes /plot clear throw an error in console when using FAWE and the changes don't appear until you relog. This is the build: https:/...
non_priority
fawe error and visual bug when clearing a plot with latest tuinity build server implementation tuinity server version describe the bug a recent commit in tuinity makes plot clear throw an error in console when using fawe and the changes don t appear until you relog this is the build the ...
0
401,409
27,329,075,278
IssuesEvent
2023-02-25 11:41:29
jparoz/huck
https://api.github.com/repos/jparoz/huck
opened
Finalise language syntax
documentation improvement
Decisions to make: - [ ] Semicolons - [ ] Custom binops - A la Haskell (`a ++ b = ...; infixr 4 ++;`)? - ***PRO:*** Currently implemented this way - ***PRO:*** Haskell is a much bigger language to draw from - ***CON:*** Can never remember the order of the things - A la Purescript (`concat a b = ....
1.0
Finalise language syntax - Decisions to make: - [ ] Semicolons - [ ] Custom binops - A la Haskell (`a ++ b = ...; infixr 4 ++;`)? - ***PRO:*** Currently implemented this way - ***PRO:*** Haskell is a much bigger language to draw from - ***CON:*** Can never remember the order of the things - A la ...
non_priority
finalise language syntax decisions to make semicolons custom binops a la haskell a b infixr pro currently implemented this way pro haskell is a much bigger language to draw from con can never remember the order of the things a la pure...
0
351,957
10,525,704,273
IssuesEvent
2019-09-30 15:33:48
forceworkbench/forceworkbench
https://api.github.com/repos/forceworkbench/forceworkbench
closed
Add UI support for HAVING in SOQL
Component-Query Priority-Medium Scheduled-Backlog enhancement imported
_Original author: ryan.bra...@gmail.com (February 06, 2010 04:46:02)_ New HAVING Clause There is a new HAVING clause in SOQL that is similar to HAVING in SQL. You can use a HAVING clause with a GROUP BY clause to filter the results returned by aggregate functions, such as SUM(). A HAVING clause is similar to a WHE...
1.0
Add UI support for HAVING in SOQL - _Original author: ryan.bra...@gmail.com (February 06, 2010 04:46:02)_ New HAVING Clause There is a new HAVING clause in SOQL that is similar to HAVING in SQL. You can use a HAVING clause with a GROUP BY clause to filter the results returned by aggregate functions, such as SUM()....
priority
add ui support for having in soql original author ryan bra gmail com february new having clause there is a new having clause in soql that is similar to having in sql you can use a having clause with a group by clause to filter the results returned by aggregate functions such as sum a havi...
1
562,770
16,669,330,689
IssuesEvent
2021-06-07 08:54:34
dot-base/fhir-server
https://api.github.com/repos/dot-base/fhir-server
closed
AuditTrail fails on Transactions
Priority: Critical Status: Done Type: Bug
### 🔥 Describe the Bug If Authentication is enabled a `POST` on `baseurl/api/fhir` with a transaction Bundle fails due to the following error ```Failed to call access method: java.lang.ClassCastException: class org.hl7.fhir.r4.model.Bundle cannot be cast to class org.hl7.fhir.r4.model.DomainResource``` ### 🧯 P...
1.0
AuditTrail fails on Transactions - ### 🔥 Describe the Bug If Authentication is enabled a `POST` on `baseurl/api/fhir` with a transaction Bundle fails due to the following error ```Failed to call access method: java.lang.ClassCastException: class org.hl7.fhir.r4.model.Bundle cannot be cast to class org.hl7.fhir.r4....
priority
audittrail fails on transactions 🔥 describe the bug if authentication is enabled a post on baseurl api fhir with a transaction bundle fails due to the following error failed to call access method java lang classcastexception class org fhir model bundle cannot be cast to class org fhir model ...
1
629,179
20,025,368,474
IssuesEvent
2022-02-01 20:40:31
grpc/grpc
https://api.github.com/repos/grpc/grpc
opened
[grpc-c++] grpc::GoogleDefaultCredentials() segfaults on macOS and FreeBSD
kind/bug priority/P2
### What version of gRPC and what language are you using? gRPC at HEAD From running `git bisect` it looks like the problem was introduced at commit d1297bcc173da4d83926bb72bfd98d1984bb4582 ### What operating system (Linux, Windows,...) and version? macOS and FreeBSD ### What runtime / compiler are you using (e...
1.0
[grpc-c++] grpc::GoogleDefaultCredentials() segfaults on macOS and FreeBSD - ### What version of gRPC and what language are you using? gRPC at HEAD From running `git bisect` it looks like the problem was introduced at commit d1297bcc173da4d83926bb72bfd98d1984bb4582 ### What operating system (Linux, Windows,...) an...
priority
grpc googledefaultcredentials segfaults on macos and freebsd what version of grpc and what language are you using grpc at head from running git bisect it looks like the problem was introduced at commit what operating system linux windows and version macos and freebsd what runtim...
1
529,609
15,392,325,035
IssuesEvent
2021-03-03 15:30:33
cloudskiff/driftctl
https://api.github.com/repos/cloudskiff/driftctl
closed
Be able to use all states within a directory
kind/enhancement priority/2
**Description** We want to allow to read a whole directory as IaC input. **Example** ```shell $ driftctl scan --tfstate://my-states/*.tfstate ```
1.0
Be able to use all states within a directory - **Description** We want to allow to read a whole directory as IaC input. **Example** ```shell $ driftctl scan --tfstate://my-states/*.tfstate ```
priority
be able to use all states within a directory description we want to allow to read a whole directory as iac input example shell driftctl scan tfstate my states tfstate
1
18,526
5,641,956,014
IssuesEvent
2017-04-06 19:58:18
javaparser/javaparser
https://api.github.com/repos/javaparser/javaparser
closed
Introduce the ObservableProperty MaximumCommonType as a derived property
Metamodel/code generation
I would add a flag `derived` to the ObservableProperty. It would `false` for all the existing properties. I would then add a property named `MAXIMUM_COMMON_TYPE` with this flag set to true. Would that makes sense @matozoid ?
1.0
Introduce the ObservableProperty MaximumCommonType as a derived property - I would add a flag `derived` to the ObservableProperty. It would `false` for all the existing properties. I would then add a property named `MAXIMUM_COMMON_TYPE` with this flag set to true. Would that makes sense @matozoid ?
non_priority
introduce the observableproperty maximumcommontype as a derived property i would add a flag derived to the observableproperty it would false for all the existing properties i would then add a property named maximum common type with this flag set to true would that makes sense matozoid
0
150,801
5,791,118,887
IssuesEvent
2017-05-02 04:05:32
funretro/distributed
https://api.github.com/repos/funretro/distributed
closed
Extract config from source code
priority
The firebase url `https://blinding-torch-6662.firebaseio.com` shows up in mutliple places in the code. It would be better to get this config either from the environment like: ``` var firebaseUrl = process.env.FIREBASE_DB_URL; ``` ...or dependency-injected like: ``` .service('FirebaseService', [..., 'myApp.config'...
1.0
Extract config from source code - The firebase url `https://blinding-torch-6662.firebaseio.com` shows up in mutliple places in the code. It would be better to get this config either from the environment like: ``` var firebaseUrl = process.env.FIREBASE_DB_URL; ``` ...or dependency-injected like: ``` .service('Fire...
priority
extract config from source code the firebase url shows up in mutliple places in the code it would be better to get this config either from the environment like var firebaseurl process env firebase db url or dependency injected like service firebaseservice myapp config functi...
1
168,022
26,582,541,019
IssuesEvent
2023-01-22 16:34:50
YAPP-Github/21st-Android-Team-1-Android
https://api.github.com/repos/YAPP-Github/21st-Android-Team-1-Android
opened
[DESIGN] 제작티콘 만들기에서 '공유하기' 버튼명을 '선물하기'로 변경
Request_design
## 위치 제작티콘 만들기 - 제작티콘 공유 1. 저장이 오래 걸릴 때 2. 저장 완료 다이얼로그 3. 제작티콘 공유 화면 4. 공유 완료 다이얼로그 5. 예외상황 : 다시 보내는 경우 (이미 보냄) 6. ‘다음에 선물하기' 누른 경우 7. 삭제 다이얼로그 8. 예외상황 : ‘다음에 선물하기' 누른 재활용티콘에 사용한 기프티콘 사용 (재활용티콘 예시에도 동일하게 적용되지만, 사실상 같은 제작티콘이라서 따로 작성x) ## 변경사항 1. '다음에 공유하기' 버튼 이름을 '다음에 선물하기'로 변경합니다 2. '지금 공유하기' 버튼 이름을 '지금...
1.0
[DESIGN] 제작티콘 만들기에서 '공유하기' 버튼명을 '선물하기'로 변경 - ## 위치 제작티콘 만들기 - 제작티콘 공유 1. 저장이 오래 걸릴 때 2. 저장 완료 다이얼로그 3. 제작티콘 공유 화면 4. 공유 완료 다이얼로그 5. 예외상황 : 다시 보내는 경우 (이미 보냄) 6. ‘다음에 선물하기' 누른 경우 7. 삭제 다이얼로그 8. 예외상황 : ‘다음에 선물하기' 누른 재활용티콘에 사용한 기프티콘 사용 (재활용티콘 예시에도 동일하게 적용되지만, 사실상 같은 제작티콘이라서 따로 작성x) ## 변경사항 1. '다음에 공유하기' 버튼 ...
non_priority
제작티콘 만들기에서 공유하기 버튼명을 선물하기 로 변경 위치 제작티콘 만들기 제작티콘 공유 저장이 오래 걸릴 때 저장 완료 다이얼로그 제작티콘 공유 화면 공유 완료 다이얼로그 예외상황 다시 보내는 경우 이미 보냄 ‘다음에 선물하기 누른 경우 삭제 다이얼로그 예외상황 ‘다음에 선물하기 누른 재활용티콘에 사용한 기프티콘 사용 재활용티콘 예시에도 동일하게 적용되지만 사실상 같은 제작티콘이라서 따로 작성x 변경사항 다음에 공유하기 버튼 이름을 다음...
0
40,928
5,284,598,268
IssuesEvent
2017-02-08 00:56:49
duckduckgo/zeroclickinfo-spice
https://api.github.com/repos/duckduckgo/zeroclickinfo-spice
closed
Timer: Not working in dark theme?
Bug Design Low-Hanging Fruit User Feedback
User feedback: _When using the timer the"Add Timer" button doesn't work with the dark theme, it just looks pure empty white 😞_ ------ IA Page: http://duck.co/ia/view/timer [Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @mattr555
1.0
Timer: Not working in dark theme? - User feedback: _When using the timer the"Add Timer" button doesn't work with the dark theme, it just looks pure empty white 😞_ ------ IA Page: http://duck.co/ia/view/timer [Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @mattr555
non_priority
timer not working in dark theme user feedback when using the timer the add timer button doesn t work with the dark theme it just looks pure empty white 😞 ia page
0
42,263
9,199,200,818
IssuesEvent
2019-03-07 14:27:19
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Custom Field - Integer: start from 0
No Code Attached Yet
### Is your feature request related to a problem? Please describe. I create a Custom Field with Integer number. When I choose the value, I can not select 0 ### Describe the solution you'd like Add 0 option ### Additional context ![custom-field-integer](https://user-images.githubusercontent.com/906604/539...
1.0
Custom Field - Integer: start from 0 - ### Is your feature request related to a problem? Please describe. I create a Custom Field with Integer number. When I choose the value, I can not select 0 ### Describe the solution you'd like Add 0 option ### Additional context ![custom-field-integer](https://user-...
non_priority
custom field integer start from is your feature request related to a problem please describe i create a custom field with integer number when i choose the value i can not select describe the solution you d like add option additional context
0
824,551
31,161,880,103
IssuesEvent
2023-08-16 16:35:23
CrowdDotDev/crowd.dev
https://api.github.com/repos/CrowdDotDev/crowd.dev
closed
[C-920] Create organizations from enrichment
Bug High priority
When we shipped enrichment, our provider did not give us enough information to match a member with an organization. They added it just before we shipped. We should be upserting organizations based on the last work experience of a member. From a user: \_I was hoping that the enrichment would reveal me some new interes...
1.0
[C-920] Create organizations from enrichment - When we shipped enrichment, our provider did not give us enough information to match a member with an organization. They added it just before we shipped. We should be upserting organizations based on the last work experience of a member. From a user: \_I was hoping that ...
priority
create organizations from enrichment when we shipped enrichment our provider did not give us enough information to match a member with an organization they added it just before we shipped we should be upserting organizations based on the last work experience of a member from a user i was hoping that the en...
1
77,789
15,569,880,513
IssuesEvent
2021-03-17 01:12:32
tlkh/mini-dlperf
https://api.github.com/repos/tlkh/mini-dlperf
opened
CVE-2020-35654 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2020-35654 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library home ...
True
CVE-2020-35654 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2020-35654 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp27-cp27mu-manylinux1_...
non_priority
cve high detected in pillow whl cve high severity vulnerability vulnerable library pillow whl python imaging library fork library home page a href path to dependency file mini dlperf requirements txt path to vulnerable library mini dlperf requir...
0
16,759
5,283,688,943
IssuesEvent
2017-02-07 22:01:59
kobotoolbox/kpi
https://api.github.com/repos/kobotoolbox/kpi
closed
Login without `?next=` redirected to `/forms/accounts/profile/`
bug coded
1. Visit https://kf.kobotoolbox.org/forms/accounts/login/. **NB:** there's no `?next=` in this URL; 1. Log in; 1. Notice that you are redirected to https://kf.kobotoolbox.org/forms/accounts/profile/, which displays a Not Found error.
1.0
Login without `?next=` redirected to `/forms/accounts/profile/` - 1. Visit https://kf.kobotoolbox.org/forms/accounts/login/. **NB:** there's no `?next=` in this URL; 1. Log in; 1. Notice that you are redirected to https://kf.kobotoolbox.org/forms/accounts/profile/, which displays a Not Found error.
non_priority
login without next redirected to forms accounts profile visit nb there s no next in this url log in notice that you are redirected to which displays a not found error
0
26,777
12,479,432,363
IssuesEvent
2020-05-29 18:17:01
microsoft/BotFramework-Emulator
https://api.github.com/repos/microsoft/BotFramework-Emulator
closed
"The bot's Microsoft App ID or Microsoft App Password is incorrect." For Azure for US Gov
Bot Services Bug customer-replied-to customer-reported
### [Github issues](https://github.com/Microsoft/botframework-emulator/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Version 4.8.1 ## Describe the bug I am using the Azure for US Government....
1.0
"The bot's Microsoft App ID or Microsoft App Password is incorrect." For Azure for US Gov - ### [Github issues](https://github.com/Microsoft/botframework-emulator/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" ques...
non_priority
the bot s microsoft app id or microsoft app password is incorrect for azure for us gov should be used for bugs and feature requests use for general how to questions version describe the bug i am using the azure for us government the echo bot works fine locally without the appi...
0
602,372
18,467,778,612
IssuesEvent
2021-10-17 07:25:00
AY2122S1-CS2103T-W10-4/tp
https://api.github.com/repos/AY2122S1-CS2103T-W10-4/tp
opened
Add support for checking total price
type.Story priority.High
As a meticulous user, I can keep track of the total price spent on my wedding, so I can avoid overspending.
1.0
Add support for checking total price - As a meticulous user, I can keep track of the total price spent on my wedding, so I can avoid overspending.
priority
add support for checking total price as a meticulous user i can keep track of the total price spent on my wedding so i can avoid overspending
1
265,430
8,354,226,727
IssuesEvent
2018-10-02 12:44:02
samotari/crypto-terminal
https://api.github.com/repos/samotari/crypto-terminal
closed
Changing language on payment screen: QR code not rendered
bug ⇡ high-priority
Steps to reproduce: * Go to pay screen * Enter amount to be paid * Select payment method * Wait for QR code to render * Change the language with the toggle in the header * ... QR code doesn't re-render
1.0
Changing language on payment screen: QR code not rendered - Steps to reproduce: * Go to pay screen * Enter amount to be paid * Select payment method * Wait for QR code to render * Change the language with the toggle in the header * ... QR code doesn't re-render
priority
changing language on payment screen qr code not rendered steps to reproduce go to pay screen enter amount to be paid select payment method wait for qr code to render change the language with the toggle in the header qr code doesn t re render
1
384,854
26,605,289,703
IssuesEvent
2023-01-23 18:49:08
Smug246/Luna-Token-Grabber
https://api.github.com/repos/Smug246/Luna-Token-Grabber
closed
To do for smug or maybe idk smd
documentation enhancement no further comments
1.) add file pumper 2.) idk if u got default icon option 3.) ill add more when home
1.0
To do for smug or maybe idk smd - 1.) add file pumper 2.) idk if u got default icon option 3.) ill add more when home
non_priority
to do for smug or maybe idk smd add file pumper idk if u got default icon option ill add more when home
0
32,147
8,805,316,321
IssuesEvent
2018-12-26 18:51:45
illinois-cs241/wikibook-project
https://api.github.com/repos/illinois-cs241/wikibook-project
closed
Pandoc Magic Failures
bug build question
Sometimes pandoc just refuses to convert tags even if there is an appropriate definition of them in a particular tex file on the system or even if they are named something different. The shim helps but it seems to be a bigger issue -- i.e. the proof environments aren't converted and the asides are not clearly marked.
1.0
Pandoc Magic Failures - Sometimes pandoc just refuses to convert tags even if there is an appropriate definition of them in a particular tex file on the system or even if they are named something different. The shim helps but it seems to be a bigger issue -- i.e. the proof environments aren't converted and the asides a...
non_priority
pandoc magic failures sometimes pandoc just refuses to convert tags even if there is an appropriate definition of them in a particular tex file on the system or even if they are named something different the shim helps but it seems to be a bigger issue i e the proof environments aren t converted and the asides a...
0
32
2,490,371,472
IssuesEvent
2015-01-02 14:01:00
phusion/passenger
https://api.github.com/repos/phusion/passenger
closed
Passenger (5.0.0_beta2 and 4.0.56) compilation failure with NginX-1.7.9
Priority/High
```make make -j3 -s -l2 'LINK=x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed' OTHERLDFLAGS=-Wl,-O1,--as-needed /var/tmp/portage/www-servers/nginx-1.7.9/work/passenger-release-5.0.0.beta2/ext/nginx/Configuration.c: In function 'passenger_create_loc_conf': /var/tmp/portage/www-servers/nginx-1.7.9/work/passenger-release-...
1.0
Passenger (5.0.0_beta2 and 4.0.56) compilation failure with NginX-1.7.9 - ```make make -j3 -s -l2 'LINK=x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed' OTHERLDFLAGS=-Wl,-O1,--as-needed /var/tmp/portage/www-servers/nginx-1.7.9/work/passenger-release-5.0.0.beta2/ext/nginx/Configuration.c: In function 'passenger_create_lo...
priority
passenger and compilation failure with nginx make make s link pc linux gnu gcc wl as needed otherldflags wl as needed var tmp portage www servers nginx work passenger release ext nginx configuration c in function passenger create loc conf var t...
1
84,398
24,294,080,300
IssuesEvent
2022-09-29 08:41:01
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
incompatible_remove_rule_name_parameter
P1 incompatible-change team-Build-Language migration-ready breaking-change-6.0
There are semantic problems with using `rule(name=..., ...)` instead of using `name = rule(...)` on the top-level, because there can be multiple rules with the same name exported from a single `bzl` file. We decided to remove `name` parameter from the `rule` call. Expected timeline: - Flip the flag with Bazel re...
1.0
incompatible_remove_rule_name_parameter - There are semantic problems with using `rule(name=..., ...)` instead of using `name = rule(...)` on the top-level, because there can be multiple rules with the same name exported from a single `bzl` file. We decided to remove `name` parameter from the `rule` call. Expecte...
non_priority
incompatible remove rule name parameter there are semantic problems with using rule name instead of using name rule on the top level because there can be multiple rules with the same name exported from a single bzl file we decided to remove name parameter from the rule call expecte...
0
112
2,525,210,751
IssuesEvent
2015-01-20 22:56:16
rust-lang/rust
https://api.github.com/repos/rust-lang/rust
closed
Add a seperate rust-try repo and corresponding automation
A-infrastructure I-wishlist
We've about outgrown the phase where I'm comfortable with people just pushing to the main repo to do test runs, and try pushes are one of the main reasons we have to give people write access via the 'Rust-Push' group. Let's move this functionality to it's own repo, and possibly even to it's own automation infrastructur...
1.0
Add a seperate rust-try repo and corresponding automation - We've about outgrown the phase where I'm comfortable with people just pushing to the main repo to do test runs, and try pushes are one of the main reasons we have to give people write access via the 'Rust-Push' group. Let's move this functionality to it's own ...
non_priority
add a seperate rust try repo and corresponding automation we ve about outgrown the phase where i m comfortable with people just pushing to the main repo to do test runs and try pushes are one of the main reasons we have to give people write access via the rust push group let s move this functionality to it s own ...
0
751,857
26,261,598,329
IssuesEvent
2023-01-06 08:26:47
greenplum-db/gpdb
https://api.github.com/repos/greenplum-db/gpdb
closed
CHECK constraints on foreign tables causes server closed the connection unexpectedly
type: bug area: server Priority 1
### Greenplum version or build master 6b79a578f04a1332cde96136ac0fd3541ed838c3 ### Actual behavior ``` test=# insert into foreign_aa values (-1); FATAL: Unexpected internal error (vacuum.c:1739) DETAIL: FailedAssertion("!(Gp_role == GP_ROLE_UTILITY)", File: "vacuum.c", Line: 1739) HINT: Process 57635 will w...
1.0
CHECK constraints on foreign tables causes server closed the connection unexpectedly - ### Greenplum version or build master 6b79a578f04a1332cde96136ac0fd3541ed838c3 ### Actual behavior ``` test=# insert into foreign_aa values (-1); FATAL: Unexpected internal error (vacuum.c:1739) DETAIL: FailedAssertion("!(G...
priority
check constraints on foreign tables causes server closed the connection unexpectedly greenplum version or build master actual behavior test insert into foreign aa values fatal unexpected internal error vacuum c detail failedassertion gp role gp role utility file vacuum...
1
5,251
7,794,105,774
IssuesEvent
2018-06-08 00:27:45
18F/dol-whd-14c
https://api.github.com/repos/18F/dol-whd-14c
closed
As a WHD Security member AND an Employer, I would like to know that the files uploaded are secured.
Milestone 1 Security Sprint-0 WHD Only WHD Provide Requirements
This issue must be worked on after login workflow API is implemented (which will use ApplicationId and not EIN) **Requirements**: - [x] Files uploaded must accessible only to the authenticated/authorized external users belonging to the same Employer. - [x] Files upload/download API calls must not work from a br...
1.0
As a WHD Security member AND an Employer, I would like to know that the files uploaded are secured. - This issue must be worked on after login workflow API is implemented (which will use ApplicationId and not EIN) **Requirements**: - [x] Files uploaded must accessible only to the authenticated/authorized external ...
non_priority
as a whd security member and an employer i would like to know that the files uploaded are secured this issue must be worked on after login workflow api is implemented which will use applicationid and not ein requirements files uploaded must accessible only to the authenticated authorized external us...
0
292,867
22,038,000,547
IssuesEvent
2022-05-28 22:44:33
sdcervi/Waypoint
https://api.github.com/repos/sdcervi/Waypoint
closed
QA thoroughly
documentation
**General** - [x] Alt text and aria labels - [x] Responsive scaling across breakpoints - [x] Links: no broken links or incorrect targets - [x] No typos, filler content, or incorrect copy - [x] All images and SVGs are correctly sized - [x] Looks good on all device sizes, including older smaller devices (test on Pi...
1.0
QA thoroughly - **General** - [x] Alt text and aria labels - [x] Responsive scaling across breakpoints - [x] Links: no broken links or incorrect targets - [x] No typos, filler content, or incorrect copy - [x] All images and SVGs are correctly sized - [x] Looks good on all device sizes, including older smaller dev...
non_priority
qa thoroughly general alt text and aria labels responsive scaling across breakpoints links no broken links or incorrect targets no typos filler content or incorrect copy all images and svgs are correctly sized looks good on all device sizes including older smaller devices test o...
0
301,966
26,113,119,903
IssuesEvent
2022-12-28 00:02:07
microsoft/FluidFramework
https://api.github.com/repos/microsoft/FluidFramework
closed
Stress: writeBlob: `Runtime is closed` and `runtime disposed while blobAttach op in flight`
bug status: stale src: stress tests ado
Seeing blob related unhandled exceptions in the stress runs: ``` UnhandledPromiseRejection Runtime is closed Error at ContainerRuntime.verifyNotClosed (/mnt/vss/_work/1/test/node_modules/@fluidframework/container-runtime/dist/containerRuntime.js:1564:19) at ContainerRuntime.submit (/mnt/vss/_work/1/test/...
1.0
Stress: writeBlob: `Runtime is closed` and `runtime disposed while blobAttach op in flight` - Seeing blob related unhandled exceptions in the stress runs: ``` UnhandledPromiseRejection Runtime is closed Error at ContainerRuntime.verifyNotClosed (/mnt/vss/_work/1/test/node_modules/@fluidframework/container-run...
non_priority
stress writeblob runtime is closed and runtime disposed while blobattach op in flight seeing blob related unhandled exceptions in the stress runs unhandledpromiserejection runtime is closed error at containerruntime verifynotclosed mnt vss work test node modules fluidframework container run...
0
96,518
3,969,137,764
IssuesEvent
2016-05-03 22:12:14
TerraTerma/TTCore
https://api.github.com/repos/TerraTerma/TTCore
closed
[Bug Fix] nullPointer on start
bug Easy High priority Phase 1
When a player right clicks a minigame signs, the game will try and start. The lobby will fail to be created due to the fact there are no lobby areas setup and if there were, they would not be loaded. Anyway, after a while, the lobby that doesnt exists tries to start. for obvious reasons this crashes the server. Here is...
1.0
[Bug Fix] nullPointer on start - When a player right clicks a minigame signs, the game will try and start. The lobby will fail to be created due to the fact there are no lobby areas setup and if there were, they would not be loaded. Anyway, after a while, the lobby that doesnt exists tries to start. for obvious reason...
priority
nullpointer on start when a player right clicks a minigame signs the game will try and start the lobby will fail to be created due to the fact there are no lobby areas setup and if there were they would not be loaded anyway after a while the lobby that doesnt exists tries to start for obvious reasons this c...
1
372,816
11,028,611,046
IssuesEvent
2019-12-06 12:06:41
chocolatey/chocolatey.org
https://api.github.com/repos/chocolatey/chocolatey.org
closed
Search Filter Index Enhancements
2 - Working Bug Enhancement Priority_HIGH
Following on #754, there are some additional adjustments to make with respect to ensuring the cache is correct. * Set timeout for connection itself to allow for more than 110 seconds to finish querying out all records * Update Lucene Index Job with better timings and timeouts * Adjust package index fields. * Don'...
1.0
Search Filter Index Enhancements - Following on #754, there are some additional adjustments to make with respect to ensuring the cache is correct. * Set timeout for connection itself to allow for more than 110 seconds to finish querying out all records * Update Lucene Index Job with better timings and timeouts * A...
priority
search filter index enhancements following on there are some additional adjustments to make with respect to ensuring the cache is correct set timeout for connection itself to allow for more than seconds to finish querying out all records update lucene index job with better timings and timeouts adjus...
1
806,356
29,813,100,864
IssuesEvent
2023-06-16 16:38:10
IDAES/idaes-pse
https://api.github.com/repos/IDAES/idaes-pse
closed
Modular property methods do not work for cloned models
bug Priority:Normal property packages
@radhakrishnatg identified an issue where cloning a model using the modular properties and then running `initialize` and failed with degrees of freedom issues. Further investigation revealed that the `define_state_vars` method on the clone state block was point to variables in the original model rather than the clone a...
1.0
Modular property methods do not work for cloned models - @radhakrishnatg identified an issue where cloning a model using the modular properties and then running `initialize` and failed with degrees of freedom issues. Further investigation revealed that the `define_state_vars` method on the clone state block was point t...
priority
modular property methods do not work for cloned models radhakrishnatg identified an issue where cloning a model using the modular properties and then running initialize and failed with degrees of freedom issues further investigation revealed that the define state vars method on the clone state block was point t...
1
340,442
10,272,435,853
IssuesEvent
2019-08-23 16:26:03
0xfr34ky/webeng-viergewinnt
https://api.github.com/repos/0xfr34ky/webeng-viergewinnt
closed
Farbauswahl für die Steine
medium priority
Satz an Farb-Kombinationen erzeugen. Vor dem Spiel Spieler fragen, welche Farbkombination gewünscht wird.
1.0
Farbauswahl für die Steine - Satz an Farb-Kombinationen erzeugen. Vor dem Spiel Spieler fragen, welche Farbkombination gewünscht wird.
priority
farbauswahl für die steine satz an farb kombinationen erzeugen vor dem spiel spieler fragen welche farbkombination gewünscht wird
1
757,455
26,513,394,620
IssuesEvent
2023-01-18 18:50:43
GoogleCloudPlatform/opentelemetry-operations-go
https://api.github.com/repos/GoogleCloudPlatform/opentelemetry-operations-go
closed
GCL exporter: Multi-log payloads duplicate labels
bug priority: p1
If a plog.Logs payload has multiple log entries, labels (attributes) from the first record will override labels on the second record. It appears that this is because the labels map used when mapping the plog.Log to the google logging entry is re-used. See the following loop here; The same map is used in every iterat...
1.0
GCL exporter: Multi-log payloads duplicate labels - If a plog.Logs payload has multiple log entries, labels (attributes) from the first record will override labels on the second record. It appears that this is because the labels map used when mapping the plog.Log to the google logging entry is re-used. See the follo...
priority
gcl exporter multi log payloads duplicate labels if a plog logs payload has multiple log entries labels attributes from the first record will override labels on the second record it appears that this is because the labels map used when mapping the plog log to the google logging entry is re used see the follo...
1
126,295
4,982,673,548
IssuesEvent
2016-12-07 12:11:23
pmem/issues
https://api.github.com/repos/pmem/issues
closed
pmempool sync: improper uuids update
Exposure: Low OS: Linux Priority: 4 low Type: Bug
Consider following local pool set file1: ``` PMEMPOOLSET 8M /tmp/part.0 REPLICA 8M /tmp/replica.1 ``` and following local pool set file2: ``` PMEMPOOLSET 8M /tmp/part.2 ``` Call pmempool create obj on above files. Create following local pool set file3: ``` PMEMPOOLSET 8M /tmp/part.0 REPLICA 8M /tmp/re...
1.0
pmempool sync: improper uuids update - Consider following local pool set file1: ``` PMEMPOOLSET 8M /tmp/part.0 REPLICA 8M /tmp/replica.1 ``` and following local pool set file2: ``` PMEMPOOLSET 8M /tmp/part.2 ``` Call pmempool create obj on above files. Create following local pool set file3: ``` PMEMPOOLS...
priority
pmempool sync improper uuids update consider following local pool set pmempoolset tmp part replica tmp replica and following local pool set pmempoolset tmp part call pmempool create obj on above files create following local pool set pmempoolset tmp part...
1
460,601
13,213,569,549
IssuesEvent
2020-08-16 13:29:43
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID :211479] Unchecked return value in tests/kernel/mutex/mutex_api/src/test_mutex_apis.c
Coverity bug has-pr priority: low
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/476fc405e7/tests/kernel/mutex/mutex_api/src/test_mutex_apis.c#L81 Category: Error handling issues Function: `tmutex_test_lock_timeout` Component: Tests CID: [211479](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDef...
1.0
[Coverity CID :211479] Unchecked return value in tests/kernel/mutex/mutex_api/src/test_mutex_apis.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/476fc405e7/tests/kernel/mutex/mutex_api/src/test_mutex_apis.c#L81 Category: Error handling issues Function: `tmutex_test_lock_...
priority
unchecked return value in tests kernel mutex mutex api src test mutex apis c static code scan issues found in file category error handling issues function tmutex test lock timeout component tests cid details testpoint test k mutex init mutex k mutex init pmutex ...
1
223,180
17,106,292,425
IssuesEvent
2021-07-09 18:18:54
enicopagos/enico-micropay
https://api.github.com/repos/enicopagos/enico-micropay
opened
Repositorio obsoleto
documentation
**Este repositorio se encuentra obsoleto.** - Se creó un repositorio en el directorio oficial de plugins de WordPress: [wordpress.org/plugins/enico-micropagos/](https://wordpress.org/plugins/enico-micropagos/) - Por convención de nombres y traducciones, se creó el repositorio en GitHub: [/enico-micropagos](https:/...
1.0
Repositorio obsoleto - **Este repositorio se encuentra obsoleto.** - Se creó un repositorio en el directorio oficial de plugins de WordPress: [wordpress.org/plugins/enico-micropagos/](https://wordpress.org/plugins/enico-micropagos/) - Por convención de nombres y traducciones, se creó el repositorio en GitHub: [/en...
non_priority
repositorio obsoleto este repositorio se encuentra obsoleto se creó un repositorio en el directorio oficial de plugins de wordpress por convención de nombres y traducciones se creó el repositorio en github usar la versión de github para el desarrollo mejoras y pruebas de nuevas funciones ...
0
223,840
17,634,480,890
IssuesEvent
2021-08-19 12:13:28
nens/lizard-management-client
https://api.github.com/repos/nens/lizard-management-client
opened
Home page should not show snackbar message about selected organisation
bug Sprint disruption Test result
On new arrival at the home page a snackbar message is shown with the text: "Organisation 'A' selected". The selected organisation is by default the first in the list a user has rights for. We removed the organisation selection from the home page, because it is not relevant there. The message should also not show there...
1.0
Home page should not show snackbar message about selected organisation - On new arrival at the home page a snackbar message is shown with the text: "Organisation 'A' selected". The selected organisation is by default the first in the list a user has rights for. We removed the organisation selection from the home page,...
non_priority
home page should not show snackbar message about selected organisation on new arrival at the home page a snackbar message is shown with the text organisation a selected the selected organisation is by default the first in the list a user has rights for we removed the organisation selection from the home page ...
0
188,691
6,779,947,498
IssuesEvent
2017-10-29 07:41:12
spheras/desktopfolder
https://api.github.com/repos/spheras/desktopfolder
opened
Error when invalid image is in panel folder
bug Priority: High
## Case 1 ### Steps to reproduce Your screen has to be above a certain size in order for this to happen. It should work on 1080p at least. 1. Create a linked panel to Pictures folder 2. Press Print Screen ### Expected result Image appears normally (or with an generic image icon in place of the thumbnail) #...
1.0
Error when invalid image is in panel folder - ## Case 1 ### Steps to reproduce Your screen has to be above a certain size in order for this to happen. It should work on 1080p at least. 1. Create a linked panel to Pictures folder 2. Press Print Screen ### Expected result Image appears normally (or with an gene...
priority
error when invalid image is in panel folder case steps to reproduce your screen has to be above a certain size in order for this to happen it should work on at least create a linked panel to pictures folder press print screen expected result image appears normally or with an generic ...
1
432,486
12,494,196,616
IssuesEvent
2020-06-01 10:42:53
sodafoundation/SIM
https://api.github.com/repos/sodafoundation/SIM
closed
[resource manager] Trigger Sync all resource collection After successful registration
Feature High Priority
*@NajmudheenCT commented on May 13, 2020, 5:26 AM UTC:* Once the storage backend is registered, we need to trigger sync_all to collect all resources. *This issue was moved by [kumarashit](https://github.com/kumarashit) from [sodafoundation/SIM-TempIssues#29](https://github.com/sodafoundation/SIM-TempIssues/issues/29)...
1.0
[resource manager] Trigger Sync all resource collection After successful registration - *@NajmudheenCT commented on May 13, 2020, 5:26 AM UTC:* Once the storage backend is registered, we need to trigger sync_all to collect all resources. *This issue was moved by [kumarashit](https://github.com/kumarashit) from [sodaf...
priority
trigger sync all resource collection after successful registration najmudheenct commented on may am utc once the storage backend is registered we need to trigger sync all to collect all resources this issue was moved by from
1
495,569
14,284,247,301
IssuesEvent
2020-11-23 12:13:50
enso-org/ide
https://api.github.com/repos/enso-org/ide
closed
GUI artefact without Project Manager integration
Category: IDE Difficulty: Core Contributor Priority: Highest Type: Discussion Type: Enhancement Type: Research Needed
### General Summary To integrate with Visual Studio Codespaces we need to have GUI without communication with the project manager. It should take language server addresses as parameters and communicate directly with a running language server. ### Motivation As Visual Studio Codespaces is provisioned per project, the b...
1.0
GUI artefact without Project Manager integration - ### General Summary To integrate with Visual Studio Codespaces we need to have GUI without communication with the project manager. It should take language server addresses as parameters and communicate directly with a running language server. ### Motivation As Visual ...
priority
gui artefact without project manager integration general summary to integrate with visual studio codespaces we need to have gui without communication with the project manager it should take language server addresses as parameters and communicate directly with a running language server motivation as visual ...
1
4,858
4,691,217,915
IssuesEvent
2016-10-11 09:44:44
certtools/intelmq
https://api.github.com/repos/certtools/intelmq
opened
postgres lookups: cache table in mem
component: bots feature request performance
We'd like to have a caching option for sql-database lookups. The bot fetches all data from the table initially and makes its looukups only on the dict. The relaod signals triggers reinitialization -> new cache.
True
postgres lookups: cache table in mem - We'd like to have a caching option for sql-database lookups. The bot fetches all data from the table initially and makes its looukups only on the dict. The relaod signals triggers reinitialization -> new cache.
non_priority
postgres lookups cache table in mem we d like to have a caching option for sql database lookups the bot fetches all data from the table initially and makes its looukups only on the dict the relaod signals triggers reinitialization new cache
0
443,075
12,759,318,767
IssuesEvent
2020-06-29 05:29:07
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
Documents: PDF document upload not working on Forum Discussions
bug component: document priority: medium
**Describe the bug** Uploading PDF not working on Forum Discussions. But this is working on Profile document uploads **To Reproduce** Steps to reproduce the behavior: 1. Enable Documents on BuddyBoss Settings 2. allow Document uploads on Profile and Forums on Settings > Media 3. Go to a Forums, create a New Dis...
1.0
Documents: PDF document upload not working on Forum Discussions - **Describe the bug** Uploading PDF not working on Forum Discussions. But this is working on Profile document uploads **To Reproduce** Steps to reproduce the behavior: 1. Enable Documents on BuddyBoss Settings 2. allow Document uploads on Profile a...
priority
documents pdf document upload not working on forum discussions describe the bug uploading pdf not working on forum discussions but this is working on profile document uploads to reproduce steps to reproduce the behavior enable documents on buddyboss settings allow document uploads on profile a...
1
54,238
13,282,725,794
IssuesEvent
2020-08-24 00:29:36
opentorah/opentorah
https://api.github.com/repos/opentorah/opentorah
closed
Modules
build later :) site
What should the monorepo modules policy be? Right now, it isn't "package per module" or even "topic per module"; for examle - calendar. It isn't minimal either: anything that uses `util` also uses `xml` (directly or indirectly), so `util` can be poured into `xml`; same is true about `metadata` and `store`. But (mixed-t...
1.0
Modules - What should the monorepo modules policy be? Right now, it isn't "package per module" or even "topic per module"; for examle - calendar. It isn't minimal either: anything that uses `util` also uses `xml` (directly or indirectly), so `util` can be poured into `xml`; same is true about `metadata` and `store`. Bu...
non_priority
modules what should the monorepo modules policy be right now it isn t package per module or even topic per module for examle calendar it isn t minimal either anything that uses util also uses xml directly or indirectly so util can be poured into xml same is true about metadata and store bu...
0
88,969
25,549,497,125
IssuesEvent
2022-11-29 22:01:55
tensorflow/tfjs
https://api.github.com/repos/tensorflow/tfjs
closed
Executing genrule //tfjs-tfdf/wasm:wasm_files failed behind corporate proxy
type:build/install
<em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em> **System information** - OS P...
1.0
Executing genrule //tfjs-tfdf/wasm:wasm_files failed behind corporate proxy - <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installati...
non_priority
executing genrule tfjs tfdf wasm wasm files failed behind corporate proxy please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information os platfor...
0
501,400
14,527,454,967
IssuesEvent
2020-12-14 15:22:24
CesiumGS/cesium
https://api.github.com/repos/CesiumGS/cesium
closed
3D Model stopped rendering after upgrading to v1.75
breaking change priority - next release type - bug
Sandcastle example: [link](https://sandcastle.cesium.com/#c=lVPvb9owEP1XLD5MQaqc0hZUWlqN0YkFNWWU0DUoX0JygItjp7bDj0z932cngbXbOm2fHJ/fu3v37mLbqC9CplAPJMmSwRiFUQRSIsXRjmcCEc5QKCUoGbASgx3OcAzzMKOqW4A9vgKGrlBQg91gOetHZEgGziR3GnfEkQ67b0Y9p+Ws0seH3qCNNeg57q80yDmbfnNPfM/fub3jUz//tLz1Rg3XG6lhf7K9Gx83/fx+6XsPT+7TNBn2XXLbG6RTnczN...
1.0
3D Model stopped rendering after upgrading to v1.75 - Sandcastle example: [link](https://sandcastle.cesium.com/#c=lVPvb9owEP1XLD5MQaqc0hZUWlqN0YkFNWWU0DUoX0JygItjp7bDj0z932cngbXbOm2fHJ/fu3v37mLbqC9CplAPJMmSwRiFUQRSIsXRjmcCEc5QKCUoGbASgx3OcAzzMKOqW4A9vgKGrlBQg91gOetHZEgGziR3GnfEkQ67b0Y9p+Ws0seH3qCNNeg57q80yDmbfnNPfM/fub...
priority
model stopped rendering after upgrading to sandcastle example browser chrome operating system windows what the model supposed to look like what it looks like with the breaking commit is lilleyse this is a glb model
1
28,369
11,612,892,488
IssuesEvent
2020-02-26 09:47:29
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Access Tokens vs Personal Access Tokens
Pri2 active-directory/svc cxp develop/subsvc devops-security/tech devops/prod product-question triaged
Are Access Tokens the same as Personal Access Tokens? Do they expire or become invalid in the same way? Also, is there a way to set the lifetime policy of PATs for specific user to be different from the default? Context: We have an app that runs as a windows service and makes api calls to Azure DevOps to create...
True
Access Tokens vs Personal Access Tokens - Are Access Tokens the same as Personal Access Tokens? Do they expire or become invalid in the same way? Also, is there a way to set the lifetime policy of PATs for specific user to be different from the default? Context: We have an app that runs as a windows service and...
non_priority
access tokens vs personal access tokens are access tokens the same as personal access tokens do they expire or become invalid in the same way also is there a way to set the lifetime policy of pats for specific user to be different from the default context we have an app that runs as a windows service and...
0
354,715
10,571,388,519
IssuesEvent
2019-10-07 06:58:21
AY1920S1-CS2113-T16-1/main
https://api.github.com/repos/AY1920S1-CS2113-T16-1/main
opened
As a student, I want to display two or more different task list (for example professional and personal)
priority.High type.Story
Create a different task list: tasklist DESCRIPTION DESCRIPTION is the name of the new tasklist Be careful: The first tasklist will be name main task list, except if it is edited (can’t be done for the moment) Each new tasklist will have an index automatically Display different task list, for example on...
1.0
As a student, I want to display two or more different task list (for example professional and personal) - Create a different task list: tasklist DESCRIPTION DESCRIPTION is the name of the new tasklist Be careful: The first tasklist will be name main task list, except if it is edited (can’t be done for the mome...
priority
as a student i want to display two or more different task list for example professional and personal create a different task list tasklist description description is the name of the new tasklist be careful the first tasklist will be name main task list except if it is edited can’t be done for the mome...
1
30,897
11,860,115,836
IssuesEvent
2020-03-25 14:26:09
BrianMcDonaldWS/genie
https://api.github.com/repos/BrianMcDonaldWS/genie
opened
CVE-2018-1000620 (High) detected in cryptiles-2.0.5.tgz
security vulnerability
## CVE-2018-1000620 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>cryptiles-2.0.5.tgz</b></p></summary> <p>General purpose crypto utilities</p> <p>Library home page: <a href="https:/...
True
CVE-2018-1000620 (High) detected in cryptiles-2.0.5.tgz - ## CVE-2018-1000620 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>cryptiles-2.0.5.tgz</b></p></summary> <p>General purpose c...
non_priority
cve high detected in cryptiles tgz cve high severity vulnerability vulnerable library cryptiles tgz general purpose crypto utilities library home page a href dependency hierarchy webpack tgz root library watchpack tgz chokidar tgz...
0
340,371
10,271,581,621
IssuesEvent
2019-08-23 14:26:25
buttercup/buttercup-browser-extension
https://api.github.com/repos/buttercup/buttercup-browser-extension
closed
Nextcloud connect from Chrome plugin impossible
Priority: High Status: Available Type: Bug
Hello, I just tried to initiate a first connection from Buttercup Chrome plugin to three different Nextcloud instances. May latest test was on demo.nextcloud.com and even that one failed `Failed connecting to 'nextcloud' resourceA connection attempt to 'https://demo.nextcloud.com/thoon3ai/' has failed: Connection ...
1.0
Nextcloud connect from Chrome plugin impossible - Hello, I just tried to initiate a first connection from Buttercup Chrome plugin to three different Nextcloud instances. May latest test was on demo.nextcloud.com and even that one failed `Failed connecting to 'nextcloud' resourceA connection attempt to 'https://dem...
priority
nextcloud connect from chrome plugin impossible hello i just tried to initiate a first connection from buttercup chrome plugin to three different nextcloud instances may latest test was on demo nextcloud com and even that one failed failed connecting to nextcloud resourcea connection attempt to has faile...
1
68,067
8,213,172,605
IssuesEvent
2018-09-04 18:41:25
rtfd/readthedocs.org
https://api.github.com/repos/rtfd/readthedocs.org
opened
Snapshot projects documentation periodically
Feature Needed: design decision
When deleting a project, we remove it from our database, but we also remove all the artifacts (HTML, PDF, epub, etc). Some time ago, we were thinking that it may be good to save this history somewhere. From #2722 > Perhaps we could upload time dates snapshots to archive.org, or have an S3 or Cloud Files bucket...
1.0
Snapshot projects documentation periodically - When deleting a project, we remove it from our database, but we also remove all the artifacts (HTML, PDF, epub, etc). Some time ago, we were thinking that it may be good to save this history somewhere. From #2722 > Perhaps we could upload time dates snapshots to a...
non_priority
snapshot projects documentation periodically when deleting a project we remove it from our database but we also remove all the artifacts html pdf epub etc some time ago we were thinking that it may be good to save this history somewhere from perhaps we could upload time dates snapshots to arch...
0
818,835
30,707,017,181
IssuesEvent
2023-07-27 07:05:37
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
filmix.ac - see bug description
priority-normal browser-focus-geckoview engine-gecko
<!-- @browser: Firefox Mobile 115.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:109.0) Gecko/115.0 Firefox/115.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/125005 --> <!-- @extra_labels: browser-focus-geckoview --> **URL**: ht...
1.0
filmix.ac - see bug description - <!-- @browser: Firefox Mobile 115.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:109.0) Gecko/115.0 Firefox/115.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/125005 --> <!-- @extra_labels: browse...
priority
filmix ac see bug description url browser version firefox mobile operating system android tested another browser yes chrome problem type something else description bad audio quality of videoplayer steps to reproduce just turned on the episode or seco...
1
449,024
31,823,725,400
IssuesEvent
2023-09-14 05:46:19
appsmithorg/appsmith-docs
https://api.github.com/repos/appsmithorg/appsmith-docs
opened
[Docs]: Branch Protection and Default Branch Config
Documentation User Education Pod
### Is there an existing issue for this? - [X] I have searched the existing issues ### Engineering Ticket Link https://github.com/appsmithorg/appsmith/issues/26530 ### Release Date 30/09/23 ### Release Number v1.9.40 ### First Draft https://www.notion.so/appsmith/Solution-Alignment-0d7e1b1f830241d48a02ec08f926...
1.0
[Docs]: Branch Protection and Default Branch Config - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Engineering Ticket Link https://github.com/appsmithorg/appsmith/issues/26530 ### Release Date 30/09/23 ### Release Number v1.9.40 ### First Draft https://www.notion.so/ap...
non_priority
branch protection and default branch config is there an existing issue for this i have searched the existing issues engineering ticket link release date release number first draft loom video no response discord slack intercom link if needed no respon...
0
766,430
26,883,548,510
IssuesEvent
2023-02-05 22:45:37
dcs-retribution/dcs-retribution
https://api.github.com/repos/dcs-retribution/dcs-retribution
closed
Adjustment slider for AI purchase behavior
Enhancement Good First Issue Priority Medium
### Is your feature request related to a problem? Please describe. Currently the AI purchase behavior regarding the ratio of air forces to ground forces is defined by a default ratio (I think it's 50/50). The user should have more control over this ratio. ### Describe the solution you'd like Create an adjustment sli...
1.0
Adjustment slider for AI purchase behavior - ### Is your feature request related to a problem? Please describe. Currently the AI purchase behavior regarding the ratio of air forces to ground forces is defined by a default ratio (I think it's 50/50). The user should have more control over this ratio. ### Describe the ...
priority
adjustment slider for ai purchase behavior is your feature request related to a problem please describe currently the ai purchase behavior regarding the ratio of air forces to ground forces is defined by a default ratio i think it s the user should have more control over this ratio describe the so...
1
73,840
3,421,858,913
IssuesEvent
2015-12-08 20:31:16
YetiForceCompany/YetiForceCRM
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
closed
brak zakładki dokumenty przy dostawcach
Label::Core Priority::#2 Normal Type::Enhancement
Dostawcy bez możliwości podpięcia zakładki z dokumentami; np. cenniki, karty produktowe, .. ![dostawcy_brak_dokumenty_1](https://cloud.githubusercontent.com/assets/16098743/11503552/7a035738-9841-11e5-8226-6bd1a5d05afa.gif)
1.0
brak zakładki dokumenty przy dostawcach - Dostawcy bez możliwości podpięcia zakładki z dokumentami; np. cenniki, karty produktowe, .. ![dostawcy_brak_dokumenty_1](https://cloud.githubusercontent.com/assets/16098743/11503552/7a035738-9841-11e5-8226-6bd1a5d05afa.gif)
priority
brak zakładki dokumenty przy dostawcach dostawcy bez możliwości podpięcia zakładki z dokumentami np cenniki karty produktowe
1
198,426
15,708,771,927
IssuesEvent
2021-03-26 21:08:01
SAP-samples/hana-developer-cli-tool-example
https://api.github.com/repos/SAP-samples/hana-developer-cli-tool-example
closed
Restructure the Readme page
documentation enhancement
As the content of the Readme page has grown it needs some reorganization. Should it be broken down into sub-pages? List the command alphabetically? Or group them by use case? But something needs to be done to make it easier to find and discover functionality.
1.0
Restructure the Readme page - As the content of the Readme page has grown it needs some reorganization. Should it be broken down into sub-pages? List the command alphabetically? Or group them by use case? But something needs to be done to make it easier to find and discover functionality.
non_priority
restructure the readme page as the content of the readme page has grown it needs some reorganization should it be broken down into sub pages list the command alphabetically or group them by use case but something needs to be done to make it easier to find and discover functionality
0
271,947
23,642,613,029
IssuesEvent
2022-08-25 18:35:22
redpanda-data/redpanda
https://api.github.com/repos/redpanda-data/redpanda
closed
CI failure: SIPartitionMovementTest.test_cross_shard.num_to_upgrade=0
kind/bug area/tests ci-failure area/shadow-indexing
``` FAIL test: SIPartitionMovementTest.test_cross_shard.num_to_upgrade=0 (1/24 runs) failure at 2022-08-17T10:39:45.559Z: TimeoutError("Consumer failed to consume up to offsets {TopicPartition(topic='topic', partition=5): 22962, TopicPartition(topic='topic', partition=0): 15855, TopicPartition(topic='topic', partit...
1.0
CI failure: SIPartitionMovementTest.test_cross_shard.num_to_upgrade=0 - ``` FAIL test: SIPartitionMovementTest.test_cross_shard.num_to_upgrade=0 (1/24 runs) failure at 2022-08-17T10:39:45.559Z: TimeoutError("Consumer failed to consume up to offsets {TopicPartition(topic='topic', partition=5): 22962, TopicPartition(...
non_priority
ci failure sipartitionmovementtest test cross shard num to upgrade fail test sipartitionmovementtest test cross shard num to upgrade runs failure at timeouterror consumer failed to consume up to offsets topicpartition topic topic partition topicpartition topic topic par...
0
80,785
23,304,249,331
IssuesEvent
2022-08-07 19:38:38
Seddryck/DubUrl
https://api.github.com/repos/Seddryck/DubUrl
closed
Create QA tests for PostgreSQL
build
QA tests should use a real database and should be as close as possible to the code written by a user of DubUrl - [x] start the service PostgreSQL - [x] apply a command creating a new database - [x] apply a script creating the tables and data - [x] download and install ODBC driver - [x] create a test conne...
1.0
Create QA tests for PostgreSQL - QA tests should use a real database and should be as close as possible to the code written by a user of DubUrl - [x] start the service PostgreSQL - [x] apply a command creating a new database - [x] apply a script creating the tables and data - [x] download and install ODBC d...
non_priority
create qa tests for postgresql qa tests should use a real database and should be as close as possible to the code written by a user of duburl start the service postgresql apply a command creating a new database apply a script creating the tables and data download and install odbc driver ...
0
107,384
9,211,410,582
IssuesEvent
2019-03-09 15:11:03
ValveSoftware/steam-for-linux
https://api.github.com/repos/ValveSoftware/steam-for-linux
closed
Home Streaming locks up after a few minutes on latest beta
Need Retest Streaming
#### Your system information * Steam client version (build number or date): March 7, 2019 * Distribution (e.g. Ubuntu): Ubuntu 18.04 * Opted into Steam client beta?: [Yes/No] Yes * Have you checked for system updates?: [Yes/No] Yes #### Please describe your issue in as much detail as possible: After the las...
1.0
Home Streaming locks up after a few minutes on latest beta - #### Your system information * Steam client version (build number or date): March 7, 2019 * Distribution (e.g. Ubuntu): Ubuntu 18.04 * Opted into Steam client beta?: [Yes/No] Yes * Have you checked for system updates?: [Yes/No] Yes #### Please descri...
non_priority
home streaming locks up after a few minutes on latest beta your system information steam client version build number or date march distribution e g ubuntu ubuntu opted into steam client beta yes have you checked for system updates yes please describe your issue in as...
0
51,722
27,211,347,857
IssuesEvent
2023-02-20 16:48:11
subspace/subspace
https://api.github.com/repos/subspace/subspace
closed
Async announcements acknowledgement/provider store for DSN
improvement networking performance upstream
Kind of related to [the issue you have created earlier](https://github.com/libp2p/rust-libp2p/issues/3035), but I think we need to tackle it now or else I'm afraid we simply miss majority of announcements. Upstream discussion I started today: https://github.com/libp2p/rust-libp2p/discussions/3411
True
Async announcements acknowledgement/provider store for DSN - Kind of related to [the issue you have created earlier](https://github.com/libp2p/rust-libp2p/issues/3035), but I think we need to tackle it now or else I'm afraid we simply miss majority of announcements. Upstream discussion I started today: https://githu...
non_priority
async announcements acknowledgement provider store for dsn kind of related to but i think we need to tackle it now or else i m afraid we simply miss majority of announcements upstream discussion i started today
0
536,857
15,715,912,844
IssuesEvent
2021-03-28 04:10:04
AY2021S2-CS2103T-T12-4/tp
https://api.github.com/repos/AY2021S2-CS2103T-T12-4/tp
closed
UI: remove menu bar?
priority.Medium type.Enhancement
I'm working on the demo slides and thought that since we are going for a simplistic no bs UI, should we remove the menu bar? Right now all it does is to provide an exit button and a help button. For exit, users can simply click the top right corner to close, for help users can simply type in help. Wonder what the rest ...
1.0
UI: remove menu bar? - I'm working on the demo slides and thought that since we are going for a simplistic no bs UI, should we remove the menu bar? Right now all it does is to provide an exit button and a help button. For exit, users can simply click the top right corner to close, for help users can simply type in help...
priority
ui remove menu bar i m working on the demo slides and thought that since we are going for a simplistic no bs ui should we remove the menu bar right now all it does is to provide an exit button and a help button for exit users can simply click the top right corner to close for help users can simply type in help...
1
505,650
14,643,443,022
IssuesEvent
2020-12-25 16:31:41
schemathesis/schemathesis
https://api.github.com/repos/schemathesis/schemathesis
closed
[BUG] The `-x` CLI option trims the progress bar on failure
Priority: Low Type: Bug
**Describe the bug** When running Schemathesis CLI with `-x`, it stops execution after the first found error/failure. However, the progress bar doesn't show the test status and doesn't print a new line. **To Reproduce** Steps to reproduce the behavior: 1. Run the built-in test server with `./test_server.sh 8081 -...
1.0
[BUG] The `-x` CLI option trims the progress bar on failure - **Describe the bug** When running Schemathesis CLI with `-x`, it stops execution after the first found error/failure. However, the progress bar doesn't show the test status and doesn't print a new line. **To Reproduce** Steps to reproduce the behavior: ...
priority
the x cli option trims the progress bar on failure describe the bug when running schemathesis cli with x it stops execution after the first found error failure however the progress bar doesn t show the test status and doesn t print a new line to reproduce steps to reproduce the behavior ...
1
483,666
13,927,950,333
IssuesEvent
2020-10-21 20:39:22
pravega/pravega
https://api.github.com/repos/pravega/pravega
closed
Intermittent test failure: testAppendWithOffset
area/segmentstore kind/bug priority/P1 status/needs-attention
**Problem description** ``` io.pravega.segmentstore.server.containers.StreamSegmentContainerTests > testAppendWithOffset FAILED java.lang.AssertionError: expected:<0> but was:<1> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit....
1.0
Intermittent test failure: testAppendWithOffset - **Problem description** ``` io.pravega.segmentstore.server.containers.StreamSegmentContainerTests > testAppendWithOffset FAILED java.lang.AssertionError: expected:<0> but was:<1> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.fai...
priority
intermittent test failure testappendwithoffset problem description io pravega segmentstore server containers streamsegmentcontainertests testappendwithoffset failed java lang assertionerror expected but was at org junit assert fail assert java at org junit assert failnote...
1
148,091
5,658,787,338
IssuesEvent
2017-04-10 11:06:19
studentorkesterfestivalen/sof-webapp
https://api.github.com/repos/studentorkesterfestivalen/sof-webapp
closed
Set-up nightly updates for Kobra in Heroku
databaseapp high-priority
The nightly updates requires manual setup after promotion. See https://devcenter.heroku.com/articles/scheduler for information about scheduling jobs in Heroku.
1.0
Set-up nightly updates for Kobra in Heroku - The nightly updates requires manual setup after promotion. See https://devcenter.heroku.com/articles/scheduler for information about scheduling jobs in Heroku.
priority
set up nightly updates for kobra in heroku the nightly updates requires manual setup after promotion see for information about scheduling jobs in heroku
1
568,973
16,991,871,937
IssuesEvent
2021-06-30 21:48:17
Systems-Learning-and-Development-Lab/MMM
https://api.github.com/repos/Systems-Learning-and-Development-Lab/MMM
closed
No properties - no Run
priority-high
Do not allow run if properties are not defined. Currently is it possible. @Ron-Teller
1.0
No properties - no Run - Do not allow run if properties are not defined. Currently is it possible. @Ron-Teller
priority
no properties no run do not allow run if properties are not defined currently is it possible ron teller
1
153,164
19,702,819,099
IssuesEvent
2022-01-12 18:22:46
harrinry/bazel
https://api.github.com/repos/harrinry/bazel
opened
CVE-2021-23337 (High) detected in lodash-1.0.2.tgz
security vulnerability
## CVE-2021-23337 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-1.0.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras...
True
CVE-2021-23337 (High) detected in lodash-1.0.2.tgz - ## CVE-2021-23337 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-1.0.2.tgz</b></p></summary> <p>A utility library deliverin...
non_priority
cve high detected in lodash tgz cve high severity vulnerability vulnerable library lodash tgz a utility library delivering consistency customization performance and extras library home page a href path to dependency file third party protobuf js package json ...
0
40,623
8,816,753,495
IssuesEvent
2018-12-30 14:55:32
WarEmu/WarBugs
https://api.github.com/repos/WarEmu/WarBugs
closed
level up in rvr bolster
Fix Pending Source Code
Expected behavior and actual behavior: this was a problem before but was fixed, and is now a problem again, if you level up in rvr, you lose all benefits of bolster until you leave and come back, which is very inconvenient mid fight. Steps to reproduce the problem: level up in rvr with bolster Screenshots/V...
1.0
level up in rvr bolster - Expected behavior and actual behavior: this was a problem before but was fixed, and is now a problem again, if you level up in rvr, you lose all benefits of bolster until you leave and come back, which is very inconvenient mid fight. Steps to reproduce the problem: level up in rvr with ...
non_priority
level up in rvr bolster expected behavior and actual behavior this was a problem before but was fixed and is now a problem again if you level up in rvr you lose all benefits of bolster until you leave and come back which is very inconvenient mid fight steps to reproduce the problem level up in rvr with ...
0