Unnamed: 0
int64
1
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
3
438
labels
stringlengths
4
308
body
stringlengths
7
254k
index
stringclasses
7 values
text_combine
stringlengths
96
254k
label
stringclasses
2 values
text
stringlengths
96
246k
binary_label
int64
0
1
3,104
11,852,478,317
IssuesEvent
2020-03-24 20:01:04
tgstation/tgstation-server
https://api.github.com/repos/tgstation/tgstation-server
opened
Refactor the Chat Manager
Area: Chat Component Issue Maintainability Issue
Just the component. Everything around it is sane, it's just full of shit code that's a mess to understand.
True
Refactor the Chat Manager - Just the component. Everything around it is sane, it's just full of shit code that's a mess to understand.
main
refactor the chat manager just the component everything around it is sane it s just full of shit code that s a mess to understand
1
3,073
11,641,039,394
IssuesEvent
2020-02-29 01:08:48
plotly/dash-table
https://api.github.com/repos/plotly/dash-table
closed
Clean up server-side tests
dash-attribute-maintainability dash-stage-estimate_needed size: 3
Server-side tests are built using n-apps for different flavours of the table (e.g. https://github.com/plotly/dash-table/blob/dev/package.json#L25) -- instead, use a single app with routing to simplify writing & running server-side tests for the table. Alternatively, investigate rewriting the tests with Selenium. We'...
True
Clean up server-side tests - Server-side tests are built using n-apps for different flavours of the table (e.g. https://github.com/plotly/dash-table/blob/dev/package.json#L25) -- instead, use a single app with routing to simplify writing & running server-side tests for the table. Alternatively, investigate rewriting...
main
clean up server side tests server side tests are built using n apps for different flavours of the table e g instead use a single app with routing to simplify writing running server side tests for the table alternatively investigate rewriting the tests with selenium we ve been having significant issues...
1
15,443
27,200,383,640
IssuesEvent
2023-02-20 09:18:15
EEHPCWG/PowerMeasurementMethodology
https://api.github.com/repos/EEHPCWG/PowerMeasurementMethodology
opened
Accuracy requirements
enhancement affects requirements
# Problem statement it is perceived to be hard to figure our the right level for a measurement with respect to accuracy. # Solution - Add the IEC 62053-21 accuracy classes - Reconsider level accuracy thresholds based on information on accuracy of submitted Green500 runs
1.0
Accuracy requirements - # Problem statement it is perceived to be hard to figure our the right level for a measurement with respect to accuracy. # Solution - Add the IEC 62053-21 accuracy classes - Reconsider level accuracy thresholds based on information on accuracy of submitted Green500 runs
non_main
accuracy requirements problem statement it is perceived to be hard to figure our the right level for a measurement with respect to accuracy solution add the iec accuracy classes reconsider level accuracy thresholds based on information on accuracy of submitted runs
0
393,876
11,625,915,409
IssuesEvent
2020-02-27 13:35:02
googleapis/elixir-google-api
https://api.github.com/repos/googleapis/elixir-google-api
opened
Synthesis failed for OAuth2
autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate OAuth2. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth-oauth2' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/o_auth2/synth.metadata', 'synth.py', ...
1.0
Synthesis failed for OAuth2 - Hello! Autosynth couldn't regenerate OAuth2. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth-oauth2' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/o_auth2...
non_main
synthesis failed for hello autosynth couldn t regenerate broken heart here s the output from running synth py cloning into working repo switched to branch autosynth running synthtool synthtool executing tmpfs src git autosynth working repo synth py synthtool cloning synthtool run...
0
3,115
11,904,959,842
IssuesEvent
2020-03-30 17:44:10
diofant/diofant
https://api.github.com/repos/diofant/diofant
opened
Port rootisolation module to use sparse polys
maintainability polys
This include implementing PolyElement.sturm() method to address [this TODO](https://github.com/diofant/diofant/blob/3d08f9ab8cd77359f97411382ad754b5dc09b96e/diofant/polys/rings.py#L2058-L2059).
True
Port rootisolation module to use sparse polys - This include implementing PolyElement.sturm() method to address [this TODO](https://github.com/diofant/diofant/blob/3d08f9ab8cd77359f97411382ad754b5dc09b96e/diofant/polys/rings.py#L2058-L2059).
main
port rootisolation module to use sparse polys this include implementing polyelement sturm method to address
1
325,753
27,961,266,142
IssuesEvent
2023-03-24 15:49:43
wazuh/wazuh-qa
https://api.github.com/repos/wazuh/wazuh-qa
closed
Red Hat Enterprise Linux 9 SCA policy rework - checks 6 to 6.2.16
team/qa feature/sca dev-testing subteam/qa-main level/task type/test
| Target version | Related issue | Related PR | |--------------------|--------------------|-----------------| | 4.4.x | #3391 | https://github.com/wazuh/wazuh/pull/16016 | |Check Id and Name| Status| Ready for QA| |---|---|---| |||| |6 System Maintenance||| ...
2.0
Red Hat Enterprise Linux 9 SCA policy rework - checks 6 to 6.2.16 - | Target version | Related issue | Related PR | |--------------------|--------------------|-----------------| | 4.4.x | #3391 | https://github.com/wazuh/wazuh/pull/16016 | |Check Id and Name...
non_main
red hat enterprise linux sca policy rework checks to target version related issue related pr x check id and name status ready for qa ...
0
17,066
23,542,658,287
IssuesEvent
2022-08-20 16:43:13
sekiguchi-nagisa/ydsh
https://api.github.com/repos/sekiguchi-nagisa/ydsh
closed
control space insertion behavior in linenoise
incompatible change Interactive API
currently, if size of completion candidates is 1, always insert space after inserting a candidate. in some situation, space insertion is not needed (ex. variable, field, method name completion). need to change `DSState_complete` api
True
control space insertion behavior in linenoise - currently, if size of completion candidates is 1, always insert space after inserting a candidate. in some situation, space insertion is not needed (ex. variable, field, method name completion). need to change `DSState_complete` api
non_main
control space insertion behavior in linenoise currently if size of completion candidates is always insert space after inserting a candidate in some situation space insertion is not needed ex variable field method name completion need to change dsstate complete api
0
344,597
30,751,816,649
IssuesEvent
2023-07-28 20:03:09
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
[Backport v2.7.6] Node gets kicked out of Cluster after snapshots are restored.
kind/bug internal [zube]: To Test QA/S area/provisioning-v2 team/area2 regression JIRA
This is a backport issue for https://github.com/rancher/rancher/issues/42201, automatically created via rancherbot by @Sahota1225 Original issue description: <!--------- For bugs and general issues ---------> **Setup** Rancher version: 2.7.5 Downstream cluster: Custom cluster Nodes: 3 CNI: Cilium Kubernetes ver...
1.0
[Backport v2.7.6] Node gets kicked out of Cluster after snapshots are restored. - This is a backport issue for https://github.com/rancher/rancher/issues/42201, automatically created via rancherbot by @Sahota1225 Original issue description: <!--------- For bugs and general issues ---------> **Setup** Rancher version...
non_main
node gets kicked out of cluster after snapshots are restored this is a backport issue for automatically created via rancherbot by original issue description setup rancher version downstream cluster custom cluster nodes cni cilium kubernetes version describe the bug ...
0
234,953
7,733,088,437
IssuesEvent
2018-05-26 06:58:06
dbpiper/PathOfTrading
https://api.github.com/repos/dbpiper/PathOfTrading
opened
Issues with decreasing the height of page (2)
Medium Priority bug
When the height is severely decreased the following issues are observed: - The body can go below the fixed header - The menu icon can be hidden by the tabs These issues should be investigated and fixed.
1.0
Issues with decreasing the height of page (2) - When the height is severely decreased the following issues are observed: - The body can go below the fixed header - The menu icon can be hidden by the tabs These issues should be investigated and fixed.
non_main
issues with decreasing the height of page when the height is severely decreased the following issues are observed the body can go below the fixed header the menu icon can be hidden by the tabs these issues should be investigated and fixed
0
2,338
8,365,342,640
IssuesEvent
2018-10-04 04:30:30
chocolatey/chocolatey-package-requests
https://api.github.com/repos/chocolatey/chocolatey-package-requests
closed
RFP - openjdk11
Status: Available For Maintainer(s)
https://jdk.java.net/11/ There is [concern about Oracle JDK](https://www.reddit.com/r/programming/comments/9j25je/do_not_fall_into_oracles_java_11_trap/), so I think OpenJDK would be useful in addition to future `javaruntime` 11.
True
RFP - openjdk11 - https://jdk.java.net/11/ There is [concern about Oracle JDK](https://www.reddit.com/r/programming/comments/9j25je/do_not_fall_into_oracles_java_11_trap/), so I think OpenJDK would be useful in addition to future `javaruntime` 11.
main
rfp there is so i think openjdk would be useful in addition to future javaruntime
1
197,605
22,596,929,113
IssuesEvent
2022-06-29 04:46:06
dmyers87/headerstrip
https://api.github.com/repos/dmyers87/headerstrip
opened
CVE-2021-23440 (High) detected in set-value-2.0.0.tgz, set-value-0.4.3.tgz
security vulnerability
## CVE-2021-23440 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-2.0.0.tgz</b>, <b>set-value-0.4.3.tgz</b></p></summary> <p> <details><summary><b>set-value-2.0.0.tgz</b></...
True
CVE-2021-23440 (High) detected in set-value-2.0.0.tgz, set-value-0.4.3.tgz - ## CVE-2021-23440 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-2.0.0.tgz</b>, <b>set-value-0....
non_main
cve high detected in set value tgz set value tgz cve high severity vulnerability vulnerable libraries set value tgz set value tgz set value tgz create nested values and any intermediaries using dot notation a b c paths library home page ...
0
2,646
9,040,018,074
IssuesEvent
2019-02-10 12:48:58
beefproject/beef
https://api.github.com/repos/beefproject/beef
closed
GeoLite Legacy databases are now discontinued
Core Maintainability
[GeoLite Legacy databases are discontinued](https://support.maxmind.com/geolite-legacy-discontinuation-notice/) as of January 2, 2019. The GeoIP gem and associated GeoIP functionality will need to be replaced with https://github.com/maxmind/MaxMind-DB-Reader-ruby ``` # wget 'https://geolite.maxmind.com/download/...
True
GeoLite Legacy databases are now discontinued - [GeoLite Legacy databases are discontinued](https://support.maxmind.com/geolite-legacy-discontinuation-notice/) as of January 2, 2019. The GeoIP gem and associated GeoIP functionality will need to be replaced with https://github.com/maxmind/MaxMind-DB-Reader-ruby ``...
main
geolite legacy databases are now discontinued as of january the geoip gem and associated geoip functionality will need to be replaced with wget resolving geolite maxmind com geolite maxmind com connecting to geolite maxmind com ge...
1
44,642
5,637,696,353
IssuesEvent
2017-04-06 09:50:15
Promact/trappist
https://api.github.com/repos/Promact/trappist
opened
Test Question Selection page
Test Creation and Management
we are supposing that The Test name , Edit button and preview button will be bound throughout the test page? is our assumption right?
1.0
Test Question Selection page - we are supposing that The Test name , Edit button and preview button will be bound throughout the test page? is our assumption right?
non_main
test question selection page we are supposing that the test name edit button and preview button will be bound throughout the test page is our assumption right
0
4,258
21,186,110,221
IssuesEvent
2022-04-08 12:55:26
jesus2099/konami-command
https://api.github.com/repos/jesus2099/konami-command
opened
Duplicate JASRAC work domain selection feature
ninja jasrac-mb-minc_WORK-IMPORT-CROSS-LINKING jasrac_DIRECT-LINK maintainability
[selectDomain()](https://github.com/jesus2099/konami-command/blob/f8c0f3af88395c7ba05cd6ab1e6dd4644f25d9e2/jasrac_DIRECT-LINK.user.js#L69) and [Select music release rights](https://github.com/jesus2099/konami-command/blob/40c4ef3565548d829d1db1ea77e398a95ddefb7a/jasrac-mb-minc_WORK-IMPORT-CROSS-LINKING.user.js#L417) wa...
True
Duplicate JASRAC work domain selection feature - [selectDomain()](https://github.com/jesus2099/konami-command/blob/f8c0f3af88395c7ba05cd6ab1e6dd4644f25d9e2/jasrac_DIRECT-LINK.user.js#L69) and [Select music release rights](https://github.com/jesus2099/konami-command/blob/40c4ef3565548d829d1db1ea77e398a95ddefb7a/jasrac-m...
main
duplicate jasrac work domain selection feature and want to do the same thing concurrently
1
3,255
12,402,316,546
IssuesEvent
2020-05-21 11:43:31
ocaml/opam-repository
https://api.github.com/repos/ocaml/opam-repository
closed
lambda-term.1.12.0 doesn't compile on 4.02.3
Stale needs maintainer action
```#=== ERROR while installing lambda-term.1.12.0 ================================# # opam-version 1.2.2 # os linux # command jbuilder build -p lambda-term -j 4 # path /home/jonathandav/.opam/4.02.3/build/lambda-term.1.12.0 # compiler 4.02.3 # exit-code 1 # env-file /home/jonath...
True
lambda-term.1.12.0 doesn't compile on 4.02.3 - ```#=== ERROR while installing lambda-term.1.12.0 ================================# # opam-version 1.2.2 # os linux # command jbuilder build -p lambda-term -j 4 # path /home/jonathandav/.opam/4.02.3/build/lambda-term.1.12.0 # compiler 4.02.3...
main
lambda term doesn t compile on error while installing lambda term opam version os linux command jbuilder build p lambda term j path home jonathandav opam build lambda term compiler ex...
1
909
4,579,007,012
IssuesEvent
2016-09-18 01:40:42
daemonraco/toobasic
https://api.github.com/repos/daemonraco/toobasic
opened
JSON Validator for Database Specs
Core Logic Database Database Structure Maintainer JSONValidator
## What to do Implement validations for database specifications using _JSON Validator_, both version 1 and 2.
True
JSON Validator for Database Specs - ## What to do Implement validations for database specifications using _JSON Validator_, both version 1 and 2.
main
json validator for database specs what to do implement validations for database specifications using json validator both version and
1
6,564
9,550,086,414
IssuesEvent
2019-05-02 11:03:45
adaptlearning/adapt_authoring
https://api.github.com/repos/adaptlearning/adapt_authoring
opened
Tenant management alternatives
T: requirements
The purpose to this issue is to explore alternatives to tenant management. Please list any requirements you may have of tenant management.
1.0
Tenant management alternatives - The purpose to this issue is to explore alternatives to tenant management. Please list any requirements you may have of tenant management.
non_main
tenant management alternatives the purpose to this issue is to explore alternatives to tenant management please list any requirements you may have of tenant management
0
2,770
27,590,655,135
IssuesEvent
2023-03-08 23:59:00
Azure/azure-functions-host
https://api.github.com/repos/Azure/azure-functions-host
opened
Add heartbeat process to detect thread pool exhaustion
reliability
#### What problem would the feature you're requesting solve? Please describe. Currently, there is no automated diagnostic in place that would detect deadlock/thread pool exhaustion in the Host. The only mode we have right now to detect thread pool exhaustion is by manually capturing and examining a memory dump. ###...
True
Add heartbeat process to detect thread pool exhaustion - #### What problem would the feature you're requesting solve? Please describe. Currently, there is no automated diagnostic in place that would detect deadlock/thread pool exhaustion in the Host. The only mode we have right now to detect thread pool exhaustion is ...
non_main
add heartbeat process to detect thread pool exhaustion what problem would the feature you re requesting solve please describe currently there is no automated diagnostic in place that would detect deadlock thread pool exhaustion in the host the only mode we have right now to detect thread pool exhaustion is ...
0
105,666
13,205,237,148
IssuesEvent
2020-08-14 17:31:18
toggl/mobileapp
https://api.github.com/repos/toggl/mobileapp
opened
Visual changes in CalendarSettingsViewController
estimate:M ios needs-design
## Description Implement the visual changes in CalendarSettingsViewController ## Dependencies Depends on #7713 ## Definition of done - [ ] The visual changes are implemented
1.0
Visual changes in CalendarSettingsViewController - ## Description Implement the visual changes in CalendarSettingsViewController ## Dependencies Depends on #7713 ## Definition of done - [ ] The visual changes are implemented
non_main
visual changes in calendarsettingsviewcontroller description implement the visual changes in calendarsettingsviewcontroller dependencies depends on definition of done the visual changes are implemented
0
96,929
3,975,632,230
IssuesEvent
2016-05-05 06:54:51
Sententiaregum/Sententiaregum
https://api.github.com/repos/Sententiaregum/Sententiaregum
opened
improve configuration handler of capistrano
Deployment Improvement Low priority
### Description the capistrano deployment handler is responsible for setting up the whole configuration. Instead multiple files should be merged, so the heavy config loader can be simplified.
1.0
improve configuration handler of capistrano - ### Description the capistrano deployment handler is responsible for setting up the whole configuration. Instead multiple files should be merged, so the heavy config loader can be simplified.
non_main
improve configuration handler of capistrano description the capistrano deployment handler is responsible for setting up the whole configuration instead multiple files should be merged so the heavy config loader can be simplified
0
14,577
2,829,609,333
IssuesEvent
2015-05-23 02:05:30
awesomebing1/fuzzdb
https://api.github.com/repos/awesomebing1/fuzzdb
closed
http://www.rf-dimension.com/forum/entry.php?70656-Football%28Chicago-Bears-vs-Green-Bay-Packers%29-Live-Streaming
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. http://www.rf-dimension.com/forum/entry.php?70656-Football%28Chicago-Bears-vs-Gr een-Bay-Packers%29-Live-Streaming http://www.rf-dimension.com/forum/entry.php?70656-Football%28Chicago-Bears-vs-Gr een-Bay-Packers%29-Live-Streaming What is the expected output? What do ...
1.0
http://www.rf-dimension.com/forum/entry.php?70656-Football%28Chicago-Bears-vs-Green-Bay-Packers%29-Live-Streaming - ``` What steps will reproduce the problem? 1. 2. 3. http://www.rf-dimension.com/forum/entry.php?70656-Football%28Chicago-Bears-vs-Gr een-Bay-Packers%29-Live-Streaming http://www.rf-dimension.com/forum/en...
non_main
what steps will reproduce the problem een bay packers live streaming een bay packers live streaming what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below original i...
0
321,843
27,560,601,127
IssuesEvent
2023-03-07 21:39:27
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
opened
DISABLED test_dynamic_shapes_right_side_dynamic_shapes (torch._dynamo.testing.DynamicShapesReproTests)
triaged module: flaky-tests skipped module: dynamo
Platforms: linux This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_dynamic_shapes_right_side_dynamic_shapes&suite=torch._dynamo.testing.DynamicShapesReproTests) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/11828458...
1.0
DISABLED test_dynamic_shapes_right_side_dynamic_shapes (torch._dynamo.testing.DynamicShapesReproTests) - Platforms: linux This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_dynamic_shapes_right_side_dynamic_shapes&suite=torch._dynamo.testing.DynamicSha...
non_main
disabled test dynamic shapes right side dynamic shapes torch dynamo testing dynamicshapesreprotests platforms linux this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with failures and successes d...
0
5,235
26,551,134,376
IssuesEvent
2023-01-20 07:51:49
AhmadWaleed/laravel-blanket
https://api.github.com/repos/AhmadWaleed/laravel-blanket
opened
Looking for maintainer.
help wanted Looking For Maintainer
It's been a while since i worked in php/laravel, I don't have to time to maintain this package anymore. If anybody interested volunteering himself for becoming active maintainer for this project. Feel free to reach out to me. If i could not find any maintainer in few weeks, unfortunately i will archive this reposito...
True
Looking for maintainer. - It's been a while since i worked in php/laravel, I don't have to time to maintain this package anymore. If anybody interested volunteering himself for becoming active maintainer for this project. Feel free to reach out to me. If i could not find any maintainer in few weeks, unfortunately i ...
main
looking for maintainer it s been a while since i worked in php laravel i don t have to time to maintain this package anymore if anybody interested volunteering himself for becoming active maintainer for this project feel free to reach out to me if i could not find any maintainer in few weeks unfortunately i ...
1
349,254
24,939,968,298
IssuesEvent
2022-10-31 18:04:32
music-encoding/music-encoding.github.io
https://api.github.com/repos/music-encoding/music-encoding.github.io
closed
Link Checker Report
documentation bug
## Summary | Status | Count | |---------------|-------| | πŸ” Total | 432 | | βœ… Successful | 199 | | ⏳ Timeouts | 0 | | πŸ”€ Redirected | 0 | | πŸ‘» Excluded | 232 | | ❓ Unknown | 0 | | 🚫 Errors | 1 | ## Errors per input ### Errors in ./resources/tools.md * [http://custom.mus...
1.0
Link Checker Report - ## Summary | Status | Count | |---------------|-------| | πŸ” Total | 432 | | βœ… Successful | 199 | | ⏳ Timeouts | 0 | | πŸ”€ Redirected | 0 | | πŸ‘» Excluded | 232 | | ❓ Unknown | 0 | | 🚫 Errors | 1 | ## Errors per input ### Errors in ./resources/tools.m...
non_main
link checker report summary status count πŸ” total βœ… successful ⏳ timeouts πŸ”€ redirected πŸ‘» excluded ❓ unknown 🚫 errors errors per input errors in resources tools md ...
0
627,699
19,912,356,818
IssuesEvent
2022-01-25 18:29:25
exalearn/EXARL
https://api.github.com/repos/exalearn/EXARL
closed
Do we need to save current_state and next_state?
Low Priority
learner_base.py: 158 train_writer.writerow([current_state,action,reward,next_state,total_reward,done]) Basically, each state is saved twice...
1.0
Do we need to save current_state and next_state? - learner_base.py: 158 train_writer.writerow([current_state,action,reward,next_state,total_reward,done]) Basically, each state is saved twice...
non_main
do we need to save current state and next state learner base py train writer writerow basically each state is saved twice
0
315,739
9,631,612,191
IssuesEvent
2019-05-15 14:33:35
canonical-web-and-design/snapcraft.io
https://api.github.com/repos/canonical-web-and-design/snapcraft.io
closed
Automate notifications in snapcraft.io
Priority: Medium
Recently we have been including banners to promote live stream notifications on youtube but would be good to find a way to automate this piece of work, so we dont need to (a) add and remove code manually, (b) external people like advocacy can schedule without our intervention and (c) #winning.
1.0
Automate notifications in snapcraft.io - Recently we have been including banners to promote live stream notifications on youtube but would be good to find a way to automate this piece of work, so we dont need to (a) add and remove code manually, (b) external people like advocacy can schedule without our intervention an...
non_main
automate notifications in snapcraft io recently we have been including banners to promote live stream notifications on youtube but would be good to find a way to automate this piece of work so we dont need to a add and remove code manually b external people like advocacy can schedule without our intervention an...
0
199,996
6,996,998,843
IssuesEvent
2017-12-16 08:51:00
giangm9/enduel
https://api.github.com/repos/giangm9/enduel
closed
Sα»­a lαΊ‘i thời gian vΓ  hiển thα»‹ khi accept trαΊ­n
High priority
- [x] Thời gian đợi αΊ₯n Accept quΓ‘ ngαΊ―n, bα»‹ bug ![capture1](https://user-images.githubusercontent.com/25172258/34034113-b5ac128e-e1af-11e7-8efa-402f8f3cfd42.PNG) - [x] Found match cαΊ§n hiện thα»‹ tgian Δ‘αΊΏm ngược trΖ°α»›c khi time out. VD: Found match 10->9->8..... ![capture](https://user-images.githubusercontent.com/...
1.0
Sα»­a lαΊ‘i thời gian vΓ  hiển thα»‹ khi accept trαΊ­n - - [x] Thời gian đợi αΊ₯n Accept quΓ‘ ngαΊ―n, bα»‹ bug ![capture1](https://user-images.githubusercontent.com/25172258/34034113-b5ac128e-e1af-11e7-8efa-402f8f3cfd42.PNG) - [x] Found match cαΊ§n hiện thα»‹ tgian Δ‘αΊΏm ngược trΖ°α»›c khi time out. VD: Found match 10->9->8..... ![cap...
non_main
sα»­a lαΊ‘i thời gian vΓ  hiển thα»‹ khi accept trαΊ­n thời gian đợi αΊ₯n accept quΓ‘ ngαΊ―n bα»‹ bug found match cαΊ§n hiện thα»‹ tgian Δ‘αΊΏm ngược trΖ°α»›c khi time out vd found match
0
220,928
7,372,235,202
IssuesEvent
2018-03-13 14:15:18
mlibrary/heliotrope
https://api.github.com/repos/mlibrary/heliotrope
opened
Stop Unity's pop-up alert for every JS error
bug gabii high priority
- [ ] Add a NOP error handler (see link) to the 2 places in Heliotrope where the Unity engine is instantiated - [ ] verify this stops unrelated JS errors from giving a pop-up alert https://forum.unity.com/threads/make-javascript-errors-not-alert-in-5-6.466772/
1.0
Stop Unity's pop-up alert for every JS error - - [ ] Add a NOP error handler (see link) to the 2 places in Heliotrope where the Unity engine is instantiated - [ ] verify this stops unrelated JS errors from giving a pop-up alert https://forum.unity.com/threads/make-javascript-errors-not-alert-in-5-6.466772/
non_main
stop unity s pop up alert for every js error add a nop error handler see link to the places in heliotrope where the unity engine is instantiated verify this stops unrelated js errors from giving a pop up alert
0
148,342
11,848,162,831
IssuesEvent
2020-03-24 13:21:02
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
[CI][master] DocsClientYamlTestSuiteIT put-auto-follow-pattern
:Distributed/CCR >test-failure
Log : https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=centos-8&&immutable/627/console Build Scans: https://gradle-enterprise.elastic.co/s/t7pibrqbzjvsm REPRODUCE WITH: ./gradlew ':docs:integTestRunner' --tests "org.elasticsearch.smoketest.DocsClientYamlTestSuiteI...
1.0
[CI][master] DocsClientYamlTestSuiteIT put-auto-follow-pattern - Log : https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=centos-8&&immutable/627/console Build Scans: https://gradle-enterprise.elastic.co/s/t7pibrqbzjvsm REPRODUCE WITH: ./gradlew ':docs:integTestRunn...
non_main
docsclientyamltestsuiteit put auto follow pattern log build scans reproduce with gradlew docs integtestrunner tests org elasticsearch smoketest docsclientyamltestsuiteit test yaml reference ccr apis auto follow put auto follow pattern line dtests seed dtests security manager...
0
4,264
21,263,934,782
IssuesEvent
2022-04-13 08:06:19
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
closed
Dependency error when running `mvn clean install`
kind/toil area/maintainability
**Description** When checking out a recent main (e.g. 16d0e6811228fa51e36ea96bc8fac4af6a78fb20) and running `mvn clean install` the build fails with a dependency error. ``` [INFO] --- maven-dependency-plugin:3.3.0:analyze-only (analyze-dependencies) @ zeebe-atomix-cluster --- [WARNING] Unused declared dependencie...
True
Dependency error when running `mvn clean install` - **Description** When checking out a recent main (e.g. 16d0e6811228fa51e36ea96bc8fac4af6a78fb20) and running `mvn clean install` the build fails with a dependency error. ``` [INFO] --- maven-dependency-plugin:3.3.0:analyze-only (analyze-dependencies) @ zeebe-atomi...
main
dependency error when running mvn clean install description when checking out a recent main e g and running mvn clean install the build fails with a dependency error maven dependency plugin analyze only analyze dependencies zeebe atomix cluster unused declared dependencie...
1
142,549
21,784,077,633
IssuesEvent
2022-05-13 23:15:18
dotnet/efcore
https://api.github.com/repos/dotnet/efcore
closed
Support FromSql with table splitting
type-enhancement needs-design area-query
Need to investigate in what scenarios it makes sense to use them together and decide whether we'll support them or throw preemptively.
1.0
Support FromSql with table splitting - Need to investigate in what scenarios it makes sense to use them together and decide whether we'll support them or throw preemptively.
non_main
support fromsql with table splitting need to investigate in what scenarios it makes sense to use them together and decide whether we ll support them or throw preemptively
0
5,566
27,840,805,694
IssuesEvent
2023-03-20 12:38:38
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
opened
Critical regression: Multi cell/column selection no longer works in Data Explorer
type: bug work: frontend status: ready restricted: maintainers
## Description * Open Data Explorer, add a few columns. * Attempt to select multiple cells. * Notice that we're no longer able to do this. * This regression was introduced by https://github.com/centerofci/mathesar/pull/2213.
True
Critical regression: Multi cell/column selection no longer works in Data Explorer - ## Description * Open Data Explorer, add a few columns. * Attempt to select multiple cells. * Notice that we're no longer able to do this. * This regression was introduced by https://github.com/centerofci/mathesar/pull/2213.
main
critical regression multi cell column selection no longer works in data explorer description open data explorer add a few columns attempt to select multiple cells notice that we re no longer able to do this this regression was introduced by
1
2,648
9,081,678,442
IssuesEvent
2019-02-17 04:07:52
zendframework/zend-mvc
https://api.github.com/repos/zendframework/zend-mvc
closed
What's the purpose of dispatching requests with missing controller or action in the route match?
awaiting maintainer response question
I don't really understand the purpose of dispatching requests without a controller or an action in the route match. I think Zend\Mvc\RouteListener (line 47.) should check the existence of the controller and action parameters too. If any of them are missing, it should trigger an error (MvcEvent::EVENT_DISPATCH_ERROR). ...
True
What's the purpose of dispatching requests with missing controller or action in the route match? - I don't really understand the purpose of dispatching requests without a controller or an action in the route match. I think Zend\Mvc\RouteListener (line 47.) should check the existence of the controller and action parame...
main
what s the purpose of dispatching requests with missing controller or action in the route match i don t really understand the purpose of dispatching requests without a controller or an action in the route match i think zend mvc routelistener line should check the existence of the controller and action paramet...
1
1,071
4,890,687,163
IssuesEvent
2016-11-18 14:39:10
duckduckgo/zeroclickinfo-goodies
https://api.github.com/repos/duckduckgo/zeroclickinfo-goodies
opened
HTML Entity Decoder: failing on entities with a digit at end
Maintainer Input Requested
\&sup; works but \&sup2; doesn't. Looks like they are being kicked out here - https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/HTMLEntitiesDecode.pm#L23. Not sure if it's intentional but we've received some feedback about it. ------ IA Page: http://duck.co/ia/view/htmlentities_de...
True
HTML Entity Decoder: failing on entities with a digit at end - \&sup; works but \&sup2; doesn't. Looks like they are being kicked out here - https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/HTMLEntitiesDecode.pm#L23. Not sure if it's intentional but we've received some feedback about ...
main
html entity decoder failing on entities with a digit at end sup works but doesn t looks like they are being kicked out here not sure if it s intentional but we ve received some feedback about it ia page nishanths
1
5,612
28,091,718,159
IssuesEvent
2023-03-30 13:27:57
oele-isis-vanderbilt/ChimeraPy
https://api.github.com/repos/oele-isis-vanderbilt/ChimeraPy
closed
Tests in CI only run in ubuntu
maintainence
The windows and Linux dependencies installation even use apt for them. It looks like the following line should be `${{ matrix.os }}` https://github.com/oele-isis-vanderbilt/ChimeraPy/blob/6df0c7d37b14f89f0ecc614e3e48e9313568dde7/.github/workflows/test.yml#L23-L28
True
Tests in CI only run in ubuntu - The windows and Linux dependencies installation even use apt for them. It looks like the following line should be `${{ matrix.os }}` https://github.com/oele-isis-vanderbilt/ChimeraPy/blob/6df0c7d37b14f89f0ecc614e3e48e9313568dde7/.github/workflows/test.yml#L23-L28
main
tests in ci only run in ubuntu the windows and linux dependencies installation even use apt for them it looks like the following line should be matrix os
1
1,066
4,889,234,103
IssuesEvent
2016-11-18 09:31:30
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
include_role : troubleshooting passing variable
affects_2.2 bug_report waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME include_role ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config file = /home/userdev/Documents/dlp-ansible/deploy_aqz/ansible.cfg configured module search path = ['library'] ``` (branch stable-2.2) ##### CONFIGURATION local roles and libraries location ##### OS /...
True
include_role : troubleshooting passing variable - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME include_role ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config file = /home/userdev/Documents/dlp-ansible/deploy_aqz/ansible.cfg configured module search path = ['library'] ``` (branch stable-2.2) ##### CONFIGURAT...
main
include role troubleshooting passing variable issue type bug report component name include role ansible version ansible config file home userdev documents dlp ansible deploy aqz ansible cfg configured module search path branch stable configuration local...
1
298,068
25,784,493,780
IssuesEvent
2022-12-09 18:59:17
deislabs/spiderlightning
https://api.github.com/repos/deislabs/spiderlightning
opened
run redis implementation test on Windows
πŸ§ͺ tests
**Describe the solution you'd like** I've setup the pipelines to install Redis on Windows. We should be setup to to run the unit tests there. **Additional context** n/a
1.0
run redis implementation test on Windows - **Describe the solution you'd like** I've setup the pipelines to install Redis on Windows. We should be setup to to run the unit tests there. **Additional context** n/a
non_main
run redis implementation test on windows describe the solution you d like i ve setup the pipelines to install redis on windows we should be setup to to run the unit tests there additional context n a
0
2,514
8,655,460,059
IssuesEvent
2018-11-27 16:00:32
codestation/qcma
https://api.github.com/repos/codestation/qcma
closed
QCMA stop connecting over WiFi with time
unmaintained
Ubuntu 16.04 QCMA 0.4.1 Ubuntu linked to N56U router w/Padavan (OpenWRT) by cable, the same router serves wifi to VITA Starts with the system and work flawlessly several hours. Then stops connecting at all - PSVITA gives "PC is not connected" error What can be done about this?
True
QCMA stop connecting over WiFi with time - Ubuntu 16.04 QCMA 0.4.1 Ubuntu linked to N56U router w/Padavan (OpenWRT) by cable, the same router serves wifi to VITA Starts with the system and work flawlessly several hours. Then stops connecting at all - PSVITA gives "PC is not connected" error What can be done about th...
main
qcma stop connecting over wifi with time ubuntu qcma ubuntu linked to router w padavan openwrt by cable the same router serves wifi to vita starts with the system and work flawlessly several hours then stops connecting at all psvita gives pc is not connected error what can be done about this
1
4,457
23,211,519,746
IssuesEvent
2022-08-02 10:33:04
mozilla/foundation.mozilla.org
https://api.github.com/repos/mozilla/foundation.mozilla.org
closed
Research Google Analytics 4
engineering Maintain
We will need to update to [Google Analytics 4](https://blog.google/products/marketingplatform/analytics/prepare-for-future-with-google-analytics-4/) however I have no idea how much or little effort this will be. - [ ] Get confirmation from from Jackie that it is ok to upgrade (I have pinged Jackie to see if it needs...
True
Research Google Analytics 4 - We will need to update to [Google Analytics 4](https://blog.google/products/marketingplatform/analytics/prepare-for-future-with-google-analytics-4/) however I have no idea how much or little effort this will be. - [ ] Get confirmation from from Jackie that it is ok to upgrade (I have pi...
main
research google analytics we will need to update to however i have no idea how much or little effort this will be get confirmation from from jackie that it is ok to upgrade i have pinged jackie to see if it needs to go through privacy and legal review look into how it is done and what the effects...
1
631
4,147,294,130
IssuesEvent
2016-06-15 06:10:55
Particular/ServiceControl
https://api.github.com/repos/Particular/ServiceControl
closed
Support "NT AUTHORITY\LocalService" in installer
Tag: Installer Tag: Maintainer Prio Type: Improvement
I almost always install SC using the *NT AUTHORITY\LocalService* account and have to search for the exact string to paste into the box. it would help if this account could be added in the list: ![image](https://cloud.githubusercontent.com/assets/152998/14665735/908021d2-06d5-11e6-9700-aad5f0c6d1ae.png) This ma...
True
Support "NT AUTHORITY\LocalService" in installer - I almost always install SC using the *NT AUTHORITY\LocalService* account and have to search for the exact string to paste into the box. it would help if this account could be added in the list: ![image](https://cloud.githubusercontent.com/assets/152998/14665735/9...
main
support nt authority localservice in installer i almost always install sc using the nt authority localservice account and have to search for the exact string to paste into the box it would help if this account could be added in the list this makes it possible to install sc for sql with integrated ...
1
2,288
8,142,152,473
IssuesEvent
2018-08-21 06:26:20
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
Crayons color the full tile then just draw the drawing
Maintainability/Hinders improvements
It really fucks up my drawing if i write a black D and the whole background is an D we had paint for tile colouring crayon shouldnt do this
True
Crayons color the full tile then just draw the drawing - It really fucks up my drawing if i write a black D and the whole background is an D we had paint for tile colouring crayon shouldnt do this
main
crayons color the full tile then just draw the drawing it really fucks up my drawing if i write a black d and the whole background is an d we had paint for tile colouring crayon shouldnt do this
1
4,015
18,750,147,654
IssuesEvent
2021-11-05 00:06:06
portage-brew/portage-brew-staging-and-evolution
https://api.github.com/repos/portage-brew/portage-brew-staging-and-evolution
closed
Bikeshed the Name
enhancement help wanted Needs Discussion Needs Maintainer Feedback
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Placing an assumption that whatever keys off of what's already here ends up being a Homebrew fork is, admittedly, rather presumptuous of me. (I can move it to a personal repository and just let this repository serve as a staging ground for something that only takes _some_ points from it i...
True
Bikeshed the Name - &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Placing an assumption that whatever keys off of what's already here ends up being a Homebrew fork is, admittedly, rather presumptuous of me. (I can move it to a personal repository and just let this repository serve as a staging ground for something that only takes _so...
main
bikeshed the name nbsp nbsp nbsp nbsp nbsp placing an assumption that whatever keys off of what s already here ends up being a homebrew fork is admittedly rather presumptuous of me i can move it to a personal repository and just let this repository serve as a staging ground for something that only takes so...
1
806,148
29,803,017,788
IssuesEvent
2023-06-16 09:31:21
smol-dot/smoldot
https://api.github.com/repos/smol-dot/smoldot
opened
No longer use the `log` crate in `light-base`
priority-low
Instead, the `PlatformRef` trait should get a `log` function.
1.0
No longer use the `log` crate in `light-base` - Instead, the `PlatformRef` trait should get a `log` function.
non_main
no longer use the log crate in light base instead the platformref trait should get a log function
0
1,331
5,714,470,665
IssuesEvent
2017-04-19 10:29:04
caskroom/homebrew-cask
https://api.github.com/repos/caskroom/homebrew-cask
closed
Cannot uninstall adobe-air
awaiting maintainer feedback
#### General troubleshooting steps - [X] I have checked the instructions for [reporting bugs](https://github.com/caskroom/homebrew-cask#reporting-bugs) (or [making requests](https://github.com/caskroom/homebrew-cask#requests)) before opening the issue. - [X] None of the templates was appropriate for my issue, or I’...
True
Cannot uninstall adobe-air - #### General troubleshooting steps - [X] I have checked the instructions for [reporting bugs](https://github.com/caskroom/homebrew-cask#reporting-bugs) (or [making requests](https://github.com/caskroom/homebrew-cask#requests)) before opening the issue. - [X] None of the templates was ap...
main
cannot uninstall adobe air general troubleshooting steps i have checked the instructions for or before opening the issue none of the templates was appropriate for my issue or i’m not sure i ran brew update reset brew update and retried my command i ran brew doctor fixed...
1
777,868
27,296,263,031
IssuesEvent
2023-02-23 20:38:10
NuGet/Home
https://api.github.com/repos/NuGet/Home
closed
WebSite projects opened from IIS fail to install packages
Priority:1 Product:VS.Client Type:Bug Functionality:Install Style:Packages.Config RegressionFromPreviousRTM
### NuGet Product Used Visual Studio Package Management UI, Visual Studio Package Manager Console ### Product Version VS 17.4 ### Worked before? 17.3 ### Impact I'm unable to use this version ### Repro Steps & Context 1. In IIS Manager, create a virtual directory as an application. 2. In VS, use "open website...
1.0
WebSite projects opened from IIS fail to install packages - ### NuGet Product Used Visual Studio Package Management UI, Visual Studio Package Manager Console ### Product Version VS 17.4 ### Worked before? 17.3 ### Impact I'm unable to use this version ### Repro Steps & Context 1. In IIS Manager, create a virtu...
non_main
website projects opened from iis fail to install packages nuget product used visual studio package management ui visual studio package manager console product version vs worked before impact i m unable to use this version repro steps context in iis manager create a virtual...
0
7,016
10,166,810,409
IssuesEvent
2019-08-07 16:39:56
googleapis/google-cloud-python
https://api.github.com/repos/googleapis/google-cloud-python
closed
Bigtable: 'test_bigtable_create_table' snippet flakes with '504 Deadline Exceeded'.
api: bigtable flaky testing type: process
From [this Kokoro failure](https://source.cloud.google.com/results/invocations/2322354e-a3c8-4e30-8cac-2dbf3a814cad/targets/cloud-devrel%2Fclient-libraries%2Fgoogle-cloud-python%2Fpresubmit%2Fbigtable/log): ```python __________________________ test_bigtable_create_table __________________________ args = (parent: "...
1.0
Bigtable: 'test_bigtable_create_table' snippet flakes with '504 Deadline Exceeded'. - From [this Kokoro failure](https://source.cloud.google.com/results/invocations/2322354e-a3c8-4e30-8cac-2dbf3a814cad/targets/cloud-devrel%2Fclient-libraries%2Fgoogle-cloud-python%2Fpresubmit%2Fbigtable/log): ```python _____________...
non_main
bigtable test bigtable create table snippet flakes with deadline exceeded from python test bigtable create table args parent projects precise truck instances snippet tests table id table my table column families key ...
0
4,673
24,160,487,637
IssuesEvent
2022-09-22 11:13:28
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Hide selection background when only one cell is selected
type: enhancement work: frontend restricted: maintainers status: review
## Current behavior - A blue background displays on all cells that are selected -- even when only one cell is selected. - The background displays during edit mode too, which is particularly weird. ## Desired behavior - The selection cell background is hidden when any of the following conditions are true: ...
True
Hide selection background when only one cell is selected - ## Current behavior - A blue background displays on all cells that are selected -- even when only one cell is selected. - The background displays during edit mode too, which is particularly weird. ## Desired behavior - The selection cell background is...
main
hide selection background when only one cell is selected current behavior a blue background displays on all cells that are selected even when only one cell is selected the background displays during edit mode too which is particularly weird desired behavior the selection cell background is...
1
616,714
19,318,748,482
IssuesEvent
2021-12-14 01:20:27
bounswe/2021SpringGroup8
https://api.github.com/repos/bounswe/2021SpringGroup8
closed
Choose City API is changed
enhancement Priority - Normal Revision mobile improvement
When a user chooses city in sighnup page, backend stored only name of the city but now, backend wants langitude and lattitude points as well. In android it should be fixed.
1.0
Choose City API is changed - When a user chooses city in sighnup page, backend stored only name of the city but now, backend wants langitude and lattitude points as well. In android it should be fixed.
non_main
choose city api is changed when a user chooses city in sighnup page backend stored only name of the city but now backend wants langitude and lattitude points as well in android it should be fixed
0
384,553
26,592,630,225
IssuesEvent
2023-01-23 09:58:32
starlite-api/starlite
https://api.github.com/repos/starlite-api/starlite
opened
Documentation: How do I log to a file?
documentation
Hi all, apologies if this is answered else where in the documentation or if it is obvious. But, how do I configure starlite logging to log to a file instead of console? I would like to be able to make the logging middleware to log to the file as well. Moreover, how do I use the logger configured by starlite outside ...
1.0
Documentation: How do I log to a file? - Hi all, apologies if this is answered else where in the documentation or if it is obvious. But, how do I configure starlite logging to log to a file instead of console? I would like to be able to make the logging middleware to log to the file as well. Moreover, how do I use ...
non_main
documentation how do i log to a file hi all apologies if this is answered else where in the documentation or if it is obvious but how do i configure starlite logging to log to a file instead of console i would like to be able to make the logging middleware to log to the file as well moreover how do i use ...
0
354,304
10,565,304,843
IssuesEvent
2019-10-05 10:12:22
EUCweb/BIS-F
https://api.github.com/repos/EUCweb/BIS-F
closed
Citrix BrokerAgent Service set to manual
Priority: Medium wontfix
If ADMX VDA Configuration is enabled, the Citrix BrokerAgent Service is disabled during preparation, it's possible to stop and set to manual. Sometimes is see the BrokerAgent service is not started on BIS-F personalization.
1.0
Citrix BrokerAgent Service set to manual - If ADMX VDA Configuration is enabled, the Citrix BrokerAgent Service is disabled during preparation, it's possible to stop and set to manual. Sometimes is see the BrokerAgent service is not started on BIS-F personalization.
non_main
citrix brokeragent service set to manual if admx vda configuration is enabled the citrix brokeragent service is disabled during preparation it s possible to stop and set to manual sometimes is see the brokeragent service is not started on bis f personalization
0
15,454
19,717,645,004
IssuesEvent
2022-01-13 12:38:41
Creators-of-Create/Create
https://api.github.com/repos/Creators-of-Create/Create
closed
[mc1.16.5_v0.3.1c] Cannot extract fluids from mixer
needs more info from author compatibility stale
I created chocolate from a mixer but as my basin still have milk, I have to filter to import only chocolate. But when I filter on chocolate liquid nothing is imported (works without filter) I tried with a lot of different pipes with filters (Refined Storage, Applied Energistics, Pipez...) but nothing is extracted. T...
True
[mc1.16.5_v0.3.1c] Cannot extract fluids from mixer - I created chocolate from a mixer but as my basin still have milk, I have to filter to import only chocolate. But when I filter on chocolate liquid nothing is imported (works without filter) I tried with a lot of different pipes with filters (Refined Storage, Appli...
non_main
cannot extract fluids from mixer i created chocolate from a mixer but as my basin still have milk i have to filter to import only chocolate but when i filter on chocolate liquid nothing is imported works without filter i tried with a lot of different pipes with filters refined storage applied energistics p...
0
798,399
28,262,986,501
IssuesEvent
2023-04-07 02:15:26
AY2223S2-CS2103-W17-3/tp
https://api.github.com/repos/AY2223S2-CS2103-W17-3/tp
closed
[PE-D][Tester D] Find functionality inconsistent with UserGuide (partial vs full word search)
bug docs priority.Medium
## Bug Report - ezSchedule App ### Issue Description There is an issue with find, where finding strings that are partial in a word will return the event. For example, `find e` will return any events which names' contain the letter e. This contradicts the userguide, which says that find finds based on **keyword**. ![S...
1.0
[PE-D][Tester D] Find functionality inconsistent with UserGuide (partial vs full word search) - ## Bug Report - ezSchedule App ### Issue Description There is an issue with find, where finding strings that are partial in a word will return the event. For example, `find e` will return any events which names' contain th...
non_main
find functionality inconsistent with userguide partial vs full word search bug report ezschedule app issue description there is an issue with find where finding strings that are partial in a word will return the event for example find e will return any events which names contain the letter e th...
0
1,164
5,071,492,845
IssuesEvent
2016-12-26 13:53:56
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Docker troubles with ansible hostname module
affects_2.3 bug_report waiting_on_maintainer
Hi, I prepared a usecase that will fail with ansible https://github.com/xrow/docker.ansible.bug1. The output will be like this. I believe the reason why hostnamectl doesn't exists is that the systemd package was replaced by systemd-container. Maybe the solution would be to skip that task if the binary doesn't exist. ...
True
Docker troubles with ansible hostname module - Hi, I prepared a usecase that will fail with ansible https://github.com/xrow/docker.ansible.bug1. The output will be like this. I believe the reason why hostnamectl doesn't exists is that the systemd package was replaced by systemd-container. Maybe the solution would be ...
main
docker troubles with ansible hostname module hi i prepared a usecase that will fail with ansible the output will be like this i believe the reason why hostnamectl doesn t exists is that the systemd package was replaced by systemd container maybe the solution would be to skip that task if the binary doesn t exi...
1
11,029
4,868,275,598
IssuesEvent
2016-11-15 08:51:45
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
Cat tests expect indices to be returned in a particular order
build
This [build](https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+java9-periodic/656/console) failed because the `_cat` API returned index `twitter2` before `twitter`, while the regular expression expected them to occur in the opposite order. I think we should either fix the test to not care about the o...
1.0
Cat tests expect indices to be returned in a particular order - This [build](https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+java9-periodic/656/console) failed because the `_cat` API returned index `twitter2` before `twitter`, while the regular expression expected them to occur in the opposite orde...
non_main
cat tests expect indices to be returned in a particular order this failed because the cat api returned index before twitter while the regular expression expected them to occur in the opposite order i think we should either fix the test to not care about the order or the cat api to return indices in a s...
0
2,535
8,657,435,098
IssuesEvent
2018-11-27 21:19:14
Kapeli/Dash-User-Contributions
https://api.github.com/repos/Kapeli/Dash-User-Contributions
closed
Flow Docset maintainer needed
needs maintainer
I can no longer have time to maintain this docset and I am looking for additional contributors to assist. My repo is located at [https://github.com/epitaphmike/flow-dash](https://github.com/epitaphmike/flow-dash). If this is something you are interested in helping with please reach out. Thank you.
True
Flow Docset maintainer needed - I can no longer have time to maintain this docset and I am looking for additional contributors to assist. My repo is located at [https://github.com/epitaphmike/flow-dash](https://github.com/epitaphmike/flow-dash). If this is something you are interested in helping with please reach out. ...
main
flow docset maintainer needed i can no longer have time to maintain this docset and i am looking for additional contributors to assist my repo is located at if this is something you are interested in helping with please reach out thank you
1
5,407
27,144,114,236
IssuesEvent
2023-02-16 18:30:23
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Access control in Table page: general -
work: frontend status: ready restricted: maintainers
- Editing the spreadsheet - Adding new columns - Operations in right-click context menus
True
Access control in Table page: general - - - Editing the spreadsheet - Adding new columns - Operations in right-click context menus
main
access control in table page general editing the spreadsheet adding new columns operations in right click context menus
1
5,140
26,201,103,346
IssuesEvent
2023-01-03 17:32:25
omigroup/omigroup
https://api.github.com/repos/omigroup/omigroup
closed
Let's learn from Sindhu
Make the metaverse more human Cultivate Resiliency Maintain sustainable innovation
Let's learn from Sindhu, who has extensive experience as both a Scrum Master, and Project Manager. Sindhu has identified a few gaps in our communication approach to help people actually get involved and get work done. What can we learn? How can we channel those learnings into our working groups who want to learn? M...
True
Let's learn from Sindhu - Let's learn from Sindhu, who has extensive experience as both a Scrum Master, and Project Manager. Sindhu has identified a few gaps in our communication approach to help people actually get involved and get work done. What can we learn? How can we channel those learnings into our working gro...
main
let s learn from sindhu let s learn from sindhu who has extensive experience as both a scrum master and project manager sindhu has identified a few gaps in our communication approach to help people actually get involved and get work done what can we learn how can we channel those learnings into our working gro...
1
5,546
27,769,433,836
IssuesEvent
2023-03-16 13:37:22
oele-isis-vanderbilt/ChimeraPy
https://api.github.com/repos/oele-isis-vanderbilt/ChimeraPy
closed
Segment Test Execution by Markers
enhancement maintainence
It might be nice to segment test execution by `slow` and `not slow` markers introduced in #130.
True
Segment Test Execution by Markers - It might be nice to segment test execution by `slow` and `not slow` markers introduced in #130.
main
segment test execution by markers it might be nice to segment test execution by slow and not slow markers introduced in
1
5,135
26,184,079,321
IssuesEvent
2023-01-02 20:18:03
OpenRefine/OpenRefine
https://api.github.com/repos/OpenRefine/OpenRefine
opened
Remove backend commands exposed for each operation
enhancement maintainability
So far, each operation that the user can run on a project comes with the following Java classes in the backend: * an Operation class, which holds the metadata for the operation and is responsible for its JSON serialization (which is exposed in the history tab, among others) * a Change class (often reused by different...
True
Remove backend commands exposed for each operation - So far, each operation that the user can run on a project comes with the following Java classes in the backend: * an Operation class, which holds the metadata for the operation and is responsible for its JSON serialization (which is exposed in the history tab, among...
main
remove backend commands exposed for each operation so far each operation that the user can run on a project comes with the following java classes in the backend an operation class which holds the metadata for the operation and is responsible for its json serialization which is exposed in the history tab among...
1
504,516
14,620,016,818
IssuesEvent
2020-12-22 18:55:21
metal3-io/baremetal-operator
https://api.github.com/repos/metal3-io/baremetal-operator
closed
On bmo pod restart unable to provision ready state BMH's
kind/bug lifecycle/stale priority/backlog
There appears to be a bug where after creating a number of bmh that go through the registering -> inspecting -> ready phases, after which the baremetal operator pod is restarted, you are no longer able to provision any kube machines on these bmhs, and the following error is thrown: `host validation error: Node 3a0e38e3...
1.0
On bmo pod restart unable to provision ready state BMH's - There appears to be a bug where after creating a number of bmh that go through the registering -> inspecting -> ready phases, after which the baremetal operator pod is restarted, you are no longer able to provision any kube machines on these bmhs, and the foll...
non_main
on bmo pod restart unable to provision ready state bmh s there appears to be a bug where after creating a number of bmh that go through the registering inspecting ready phases after which the baremetal operator pod is restarted you are no longer able to provision any kube machines on these bmhs and the foll...
0
5,748
30,450,460,999
IssuesEvent
2023-07-16 08:16:14
0ptim/JellyChat
https://api.github.com/repos/0ptim/JellyChat
opened
Embeddings from production to local
docs/maintainance area:general
To debug and develop locally, there needs to be a way we can load the embeddings from the production Supabase DB to the local running Supabase instance.
True
Embeddings from production to local - To debug and develop locally, there needs to be a way we can load the embeddings from the production Supabase DB to the local running Supabase instance.
main
embeddings from production to local to debug and develop locally there needs to be a way we can load the embeddings from the production supabase db to the local running supabase instance
1
128,218
17,464,494,228
IssuesEvent
2021-08-06 14:57:36
raft-tech/TANF-app
https://api.github.com/repos/raft-tech/TANF-app
closed
Demo user research + prototyping progress to regional offices
Research & Design triage
Description: Why: get regional data leads invested in the new TDRS process and introduce Raft to regional team "Regional staff wants to have a chance to understand the direction that we're moving in with the new system. They'd like to learn more about what we've learned so far. The data group has at least 1 person fro...
1.0
Demo user research + prototyping progress to regional offices - Description: Why: get regional data leads invested in the new TDRS process and introduce Raft to regional team "Regional staff wants to have a chance to understand the direction that we're moving in with the new system. They'd like to learn more about wha...
non_main
demo user research prototyping progress to regional offices description why get regional data leads invested in the new tdrs process and introduce raft to regional team regional staff wants to have a chance to understand the direction that we re moving in with the new system they d like to learn more about wha...
0
4,981
2,893,749,461
IssuesEvent
2015-06-15 19:37:00
ldionne/hana
https://api.github.com/repos/ldionne/hana
closed
[Design][Documentation]Β Concepts do not convert from one to the other
documentation enhancement
In http://ldionne.com/hana/structboost_1_1hana_1_1Foldable.html it is written that any Foldable can be converted to a Sequence Do you mean that any instance/model of Foldable can be seen as an instance+model of a Sequence? The function `to<Tuple>` e.g. is a function from concrete models to a concrete mo...
1.0
[Design][Documentation]Β Concepts do not convert from one to the other - In http://ldionne.com/hana/structboost_1_1hana_1_1Foldable.html it is written that any Foldable can be converted to a Sequence Do you mean that any instance/model of Foldable can be seen as an instance+model of a Sequence? The funct...
non_main
Β concepts do not convert from one to the other in it is written that any foldable can be converted to a sequence do you mean that any instance model of foldable can be seen as an instance model of a sequence the function to e g is a function from concrete models to a concrete model do we re...
0
180,582
14,788,039,240
IssuesEvent
2021-01-12 08:37:53
rdsaliba/notorious-eng
https://api.github.com/repos/rdsaliba/notorious-eng
opened
UI - smoothering and improving UI
UI documentation enhancement
The PO made a few comments about the changes he would like to see happen in the UI. This is one of his priorities (even though it is not the highest). PO comments: - In general, the UI should be cleared. This means using more colors and more contrasts between the different UI elements so it's easier for the user to d...
1.0
UI - smoothering and improving UI - The PO made a few comments about the changes he would like to see happen in the UI. This is one of his priorities (even though it is not the highest). PO comments: - In general, the UI should be cleared. This means using more colors and more contrasts between the different UI eleme...
non_main
ui smoothering and improving ui the po made a few comments about the changes he would like to see happen in the ui this is one of his priorities even though it is not the highest po comments in general the ui should be cleared this means using more colors and more contrasts between the different ui eleme...
0
3,506
13,686,575,142
IssuesEvent
2020-09-30 08:53:52
darekkay/dashboard
https://api.github.com/repos/darekkay/dashboard
opened
Replace withErrorHandling with react-error-boundary
Type: Maintainance good first issue
The existing `withErrorHandling` should be replaced with [react-error-boundary](https://github.com/bvaughn/react-error-boundary), because it decouples the error state from the `widget` component (and provides some developer experience features).
True
Replace withErrorHandling with react-error-boundary - The existing `withErrorHandling` should be replaced with [react-error-boundary](https://github.com/bvaughn/react-error-boundary), because it decouples the error state from the `widget` component (and provides some developer experience features).
main
replace witherrorhandling with react error boundary the existing witherrorhandling should be replaced with because it decouples the error state from the widget component and provides some developer experience features
1
5,581
27,964,679,412
IssuesEvent
2023-03-24 18:23:38
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
closed
[MAINTAIN] `bioarchlinux-keyring` has been _downgraded_. What is going on?, and increment `$epoch`.
maintain
I see that the package `bioarchlinux-keyring` from the Arch Linux repository "[bioarchlinux](https://wiki.archlinux.org/title/Unofficial_user_repositories#bioarchlinux) has been _downgraded_ in your repository!: ``` Package (1) Old Version New Version bioarchlinux/bioarchlinux-keyring 2022...
True
[MAINTAIN] `bioarchlinux-keyring` has been _downgraded_. What is going on?, and increment `$epoch`. - I see that the package `bioarchlinux-keyring` from the Arch Linux repository "[bioarchlinux](https://wiki.archlinux.org/title/Unofficial_user_repositories#bioarchlinux) has been _downgraded_ in your repository!: ```...
main
bioarchlinux keyring has been downgraded what is going on and increment epoch i see that the package bioarchlinux keyring from the arch linux repository has been downgraded in your repository package old version new version bioarchlinux bioarchlinux keyring...
1
4,143
19,686,770,446
IssuesEvent
2022-01-11 23:21:54
truecharts/apps
https://api.github.com/repos/truecharts/apps
reopened
Add ApacheGuacamole
New App Request No-Maintainer
Home: [https://guacamole.apache.org/]() Official docker [https://registry.hub.docker.com/r/guacamole/guacamole]() needs also Postgre/MySQL 3rd Party docker [https://registry.hub.docker.com/r/jasonbean/guacamole]() embedded mysql.
True
Add ApacheGuacamole - Home: [https://guacamole.apache.org/]() Official docker [https://registry.hub.docker.com/r/guacamole/guacamole]() needs also Postgre/MySQL 3rd Party docker [https://registry.hub.docker.com/r/jasonbean/guacamole]() embedded mysql.
main
add apacheguacamole home official docker needs also postgre mysql party docker embedded mysql
1
50,138
13,187,343,730
IssuesEvent
2020-08-13 03:06:44
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
i3Monitoring ROOT output file names needs an additional identifier (Trac #187)
Migrated from Trac defect jeb + pnf
In current system, if JEB system is stopped and restarted, existing ROOT files will be overwritten. To avoid this, and to generate multiple ROOT files per client in this case, need to add a unique ID (in this case the PID will likely work well) to each filename, so that: EvtMon_PhysicsData_PhysicsFiltering_PFClient.sp...
1.0
i3Monitoring ROOT output file names needs an additional identifier (Trac #187) - In current system, if JEB system is stopped and restarted, existing ROOT files will be overwritten. To avoid this, and to generate multiple ROOT files per client in this case, need to add a unique ID (in this case the PID will likely work ...
non_main
root output file names needs an additional identifier trac in current system if jeb system is stopped and restarted existing root files will be overwritten to avoid this and to generate multiple root files per client in this case need to add a unique id in this case the pid will likely work well to each...
0
4,842
24,960,337,139
IssuesEvent
2022-11-01 15:03:45
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
opened
[MAINTAIN] java related packages polishment
maintain
<!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> **List of Pacakges** <details> - [ ] bbmap - [ ] beast - [ ] beast2 - [ ] canu - [ ] cytoscape - [ ] emboss - [ ] fastqc - [ ] figtree - [ ] gatk - [ ] insight-toolkit - [ ] jane - [ ] lib...
True
[MAINTAIN] java related packages polishment - <!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> **List of Pacakges** <details> - [ ] bbmap - [ ] beast - [ ] beast2 - [ ] canu - [ ] cytoscape - [ ] emboss - [ ] fastqc - [ ] figtree - [ ] gatk...
main
java related packages polishment please report the error of one package in one issue use multi issues to report multi bugs thanks list of pacakges bbmap beast canu cytoscape emboss fastqc figtree gatk insight toolkit jane lib...
1
3,817
16,602,944,794
IssuesEvent
2021-06-01 22:18:37
jesus2099/konami-command
https://api.github.com/repos/jesus2099/konami-command
opened
Use regex includes
maintainability mb_ALL-LINKS ninja
β†– #488 – y-van-z/yvanzo’s All shook up links --- Refactor match and exclude, use regex include, instead. Because the following is making the script fail on [other URL](https://musicbrainz.org/artist/88d8f38f-adb4-48a0-8c1f-ec34f2a675ff/recordings?filter.artist_credit_id=&filter.name=%E6%9C%88%E5%A7%AB) than inte...
True
Use regex includes - β†– #488 – y-van-z/yvanzo’s All shook up links --- Refactor match and exclude, use regex include, instead. Because the following is making the script fail on [other URL](https://musicbrainz.org/artist/88d8f38f-adb4-48a0-8c1f-ec34f2a675ff/recordings?filter.artist_credit_id=&filter.name=%E6%9C%8...
main
use regex includes β†– – y van z yvanzo’s all shook up links refactor match and exclude use regex include instead because the following is making the script fail on than intended and remembering what was intended is not even easy with such loose patterns js exclude org edit ...
1
80,925
15,604,981,454
IssuesEvent
2021-03-19 05:10:29
nhcarrigan/we-love-hacktoberfest
https://api.github.com/repos/nhcarrigan/we-love-hacktoberfest
closed
[OTHER] - Refactor codebase, implement HTTP endpoint
✨ goal: improvement 🏁 status: ready for dev πŸ’» aspect: code πŸ”’ staff only πŸŸ₯ priority: critical
# Other Issue ## Describe the issue Codebase needs refactored and cleaned up Need to implement an HTTP endpoint as well for uptime monitoring <!--A clear and concise description of the issue/concern--> ## Additional information <!--Add any other context about the problem here.-->
1.0
[OTHER] - Refactor codebase, implement HTTP endpoint - # Other Issue ## Describe the issue Codebase needs refactored and cleaned up Need to implement an HTTP endpoint as well for uptime monitoring <!--A clear and concise description of the issue/concern--> ## Additional information <!--Add any other con...
non_main
refactor codebase implement http endpoint other issue describe the issue codebase needs refactored and cleaned up need to implement an http endpoint as well for uptime monitoring additional information
0
4,708
24,270,830,013
IssuesEvent
2022-09-28 10:07:29
mozilla/foundation.mozilla.org
https://api.github.com/repos/mozilla/foundation.mozilla.org
closed
SEO | PagesΒ have slow load speedΒ 
engineering Maintain
This is a set of pages that have indicated aslow load speed. In this scenario page speed is measured by the time it takes the crawler to load a webpage’s HTML code - load times for images, JavaScript and CSS are not factored in. The page in this list may have a much heavier load from dynamic content listing - and may b...
True
SEO | PagesΒ have slow load speedΒ  - This is a set of pages that have indicated aslow load speed. In this scenario page speed is measured by the time it takes the crawler to load a webpage’s HTML code - load times for images, JavaScript and CSS are not factored in. The page in this list may have a much heavier load from...
main
seo pagesΒ have slow load speedΒ  this is a set of pages that have indicated aslow load speed in this scenario page speed is measured by the time it takes the crawler to load a webpage’s html code load times for images javascript and css are not factored in the page in this list may have a much heavier load from...
1
440,637
12,702,145,375
IssuesEvent
2020-06-22 19:35:08
IngenioUN/back_end
https://api.github.com/repos/IngenioUN/back_end
closed
Historia #47 - Agregar nuevos autores
Cap: Back-End Priority: High Type: New
**Tipo de usuario:** Type = 2 -> Administrador **Ruta para ver lista de solicitudes:** /user/author-requests **Ruta para ver informaciΓ³n detallada de solicitud:** /user/accepted-author/{userId}
1.0
Historia #47 - Agregar nuevos autores - **Tipo de usuario:** Type = 2 -> Administrador **Ruta para ver lista de solicitudes:** /user/author-requests **Ruta para ver informaciΓ³n detallada de solicitud:** /user/accepted-author/{userId}
non_main
historia agregar nuevos autores tipo de usuario type administrador ruta para ver lista de solicitudes user author requests ruta para ver informaciΓ³n detallada de solicitud user accepted author userid
0
386
3,420,554,919
IssuesEvent
2015-12-08 15:19:20
dotnet/roslyn-analyzers
https://api.github.com/repos/dotnet/roslyn-analyzers
opened
Fix DoNotIgnoreMethodResultsAnalyzer (CA1806 port) to handle PreserveSig methods
Area-Microsoft.Maintainability.Analyzers Bug
`DoNotIgnoreMethodResultsAnalyzer.IsHResultOrErrorCodeReturningMethod` does not completely match the FXCop implementation [here](http://index/UsageRules/R/88335f66dce7e0ad.html) - especially for ComImport types with methods marked with PreserveSig. We need to tune this method to match the FxCop behavior once https:/...
True
Fix DoNotIgnoreMethodResultsAnalyzer (CA1806 port) to handle PreserveSig methods - `DoNotIgnoreMethodResultsAnalyzer.IsHResultOrErrorCodeReturningMethod` does not completely match the FXCop implementation [here](http://index/UsageRules/R/88335f66dce7e0ad.html) - especially for ComImport types with methods marked with P...
main
fix donotignoremethodresultsanalyzer port to handle preservesig methods donotignoremethodresultsanalyzer ishresultorerrorcodereturningmethod does not completely match the fxcop implementation especially for comimport types with methods marked with preservesig we need to tune this method to match the f...
1
417,105
28,110,113,387
IssuesEvent
2023-03-31 06:20:55
Nafeij/ped
https://api.github.com/repos/Nafeij/ped
opened
User Guide - Lack of explanations in examples
severity.VeryLow type.DocumentationBug
A single sentence describing the effect of each `Add *` command would be a good addition. E.g: > `add student n/Bellman telegram/97482842 e/e1234567@u.nus.edu score/100` _adds a student named Bellman with telegram number 97482842, email e1234567@u.nus.edu and score 100 to TrAcker_ <!--session: 1680242621233-1c655e1...
1.0
User Guide - Lack of explanations in examples - A single sentence describing the effect of each `Add *` command would be a good addition. E.g: > `add student n/Bellman telegram/97482842 e/e1234567@u.nus.edu score/100` _adds a student named Bellman with telegram number 97482842, email e1234567@u.nus.edu and score 100 ...
non_main
user guide lack of explanations in examples a single sentence describing the effect of each add command would be a good addition e g add student n bellman telegram e u nus edu score adds a student named bellman with telegram number email u nus edu and score to tracker
0
71,845
30,921,674,390
IssuesEvent
2023-08-06 01:18:11
Zahlungsmittel/Zahlungsmittel
https://api.github.com/repos/Zahlungsmittel/Zahlungsmittel
opened
[CLOSED] πŸ’₯ [DevOps] Update Cypress
devops test service: e2e end-to-end imported
<a href="https://github.com/mahula"><img src="https://avatars.githubusercontent.com/u/3883288?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mahula](https://github.com/mahula)** _Tuesday Jun 13, 2023 at 13:04 GMT_ _Originally opened as https://github.com/gradido/gradido/issues/3055_ ---- ...
1.0
[CLOSED] πŸ’₯ [DevOps] Update Cypress - <a href="https://github.com/mahula"><img src="https://avatars.githubusercontent.com/u/3883288?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mahula](https://github.com/mahula)** _Tuesday Jun 13, 2023 at 13:04 GMT_ _Originally opened as https://github.co...
non_main
πŸ’₯ update cypress issue by tuesday jun at gmt originally opened as πŸ’₯ devops ticket update cypress relevant topics and packages the experimentalsessionandorigin configuration option was removed in cypress version you can safely remove this option from your config ...
0
2,967
10,661,023,780
IssuesEvent
2019-10-18 11:19:31
arcticicestudio/snowsaw
https://api.github.com/repos/arcticicestudio/snowsaw
closed
App version with pure Go Git and SemVer libraries
context-workflow scope-compatibility scope-dx scope-maintainability scope-stability type-improvement
<img src="https://raw.githubusercontent.com/src-d/design/master/go-git/files/go-git-logo.png" /> <!-- <img src="https://raw.githubusercontent.com/src-d/design/master/go-git/files/go-git-github-readme-header.png" /> --> Currently the version of the application is determined by calling `git` commands in a new shell ...
True
App version with pure Go Git and SemVer libraries - <img src="https://raw.githubusercontent.com/src-d/design/master/go-git/files/go-git-logo.png" /> <!-- <img src="https://raw.githubusercontent.com/src-d/design/master/go-git/files/go-git-github-readme-header.png" /> --> Currently the version of the application is ...
main
app version with pure go git and semver libraries currently the version of the application is determined by calling git commands in a new shell process this works in most cases but might fail if git is not installed on the running system to prevent further enlargement of the required development env...
1
2,892
10,319,644,974
IssuesEvent
2019-08-30 18:06:44
backdrop-ops/contrib
https://api.github.com/repos/backdrop-ops/contrib
closed
Requesting access to contrib
Maintainer application
Hello! I'm Les Lim (https://www.drupal.org/u/les-lim), and I'm the creator of Object Log module (https://www.drupal.org/project/object_log) and a co-maintainer for Mailsystem module (https://www.drupal.org/project/mailsystem) in Drupal 7. I have a working port of Object Log ready to go for Backdrop, and I'd like access...
True
Requesting access to contrib - Hello! I'm Les Lim (https://www.drupal.org/u/les-lim), and I'm the creator of Object Log module (https://www.drupal.org/project/object_log) and a co-maintainer for Mailsystem module (https://www.drupal.org/project/mailsystem) in Drupal 7. I have a working port of Object Log ready to go fo...
main
requesting access to contrib hello i m les lim and i m the creator of object log module and a co maintainer for mailsystem module in drupal i have a working port of object log ready to go for backdrop and i d like access to backdrop ops contrib to create a project for it there i m also interesting...
1
466,128
13,397,351,954
IssuesEvent
2020-09-03 11:27:15
googleapis/nodejs-language
https://api.github.com/repos/googleapis/nodejs-language
closed
Synthesis failed for nodejs-language
api: language autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate nodejs-language. :broken_heart: Here's the output from running `synth.py`: ``` xternal/gapic_generator_python/requirements.txt (line 4)) Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-...
1.0
Synthesis failed for nodejs-language - Hello! Autosynth couldn't regenerate nodejs-language. :broken_heart: Here's the output from running `synth.py`: ``` xternal/gapic_generator_python/requirements.txt (line 4)) Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6...
non_main
synthesis failed for nodejs language hello autosynth couldn t regenerate nodejs language broken heart here s the output from running synth py xternal gapic generator python requirements txt line using cached saved none any whl collecting markupsafe from r home kbuilder ...
0
4,330
21,780,014,594
IssuesEvent
2022-05-13 17:45:15
spack/spack
https://api.github.com/repos/spack/spack
closed
Possible redundancy bug deriving spec hash?
maintainers
I just saw this: https://github.com/spack/spack/blob/83b91246b101a30f78f246fb40fa9df54a1e8403/lib/spack/spack/spec.py#L4900-L4903 Should this be indexing something else if build_spec is found as a key? Or just nix the if and always look for that hash? It seems to do the same thing either way.
True
Possible redundancy bug deriving spec hash? - I just saw this: https://github.com/spack/spack/blob/83b91246b101a30f78f246fb40fa9df54a1e8403/lib/spack/spack/spec.py#L4900-L4903 Should this be indexing something else if build_spec is found as a key? Or just nix the if and always look for that hash? It seems to do t...
main
possible redundancy bug deriving spec hash i just saw this should this be indexing something else if build spec is found as a key or just nix the if and always look for that hash it seems to do the same thing either way
1
638,292
20,720,877,078
IssuesEvent
2022-03-13 11:21:40
kiudee/chess-tuning-tools
https://api.github.com/repos/kiudee/chess-tuning-tools
closed
Log version of chess-tuning-tools
enhancement Priority: Low
It can be useful to see at a glance which version of chess-tuning-tools was used for a given log file.
1.0
Log version of chess-tuning-tools - It can be useful to see at a glance which version of chess-tuning-tools was used for a given log file.
non_main
log version of chess tuning tools it can be useful to see at a glance which version of chess tuning tools was used for a given log file
0
615,372
19,254,362,694
IssuesEvent
2021-12-09 09:42:20
googleapis/nodejs-pubsub
https://api.github.com/repos/googleapis/nodejs-pubsub
opened
subscriptions: should create a subscription with dead letter policy. failed
priority: p1 type: bug flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 98840fcc38a05be07de6e7dc97d8a79616940df9 b...
1.0
subscriptions: should create a subscription with dead letter policy. failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I ...
non_main
subscriptions should create a subscription with dead letter policy failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output expected to inclu...
0
446,287
12,854,602,850
IssuesEvent
2020-07-09 02:28:38
kubesphere/kubesphere
https://api.github.com/repos/kubesphere/kubesphere
opened
Admin can't open any page under system-workspace
area/console kind/bug priority/high
The `admin` user almost can open any page of the host cluster under multi-cluster env. <img width="1229" alt="Screen Shot 2020-07-09 at 10 25 50 AM" src="https://user-images.githubusercontent.com/28859385/86990267-cd4caf00-c1ce-11ea-99ac-c215d7bfcd5c.png">
1.0
Admin can't open any page under system-workspace - The `admin` user almost can open any page of the host cluster under multi-cluster env. <img width="1229" alt="Screen Shot 2020-07-09 at 10 25 50 AM" src="https://user-images.githubusercontent.com/28859385/86990267-cd4caf00-c1ce-11ea-99ac-c215d7bfcd5c.png">
non_main
admin can t open any page under system workspace the admin user almost can open any page of the host cluster under multi cluster env img width alt screen shot at am src
0
1,825
6,577,335,360
IssuesEvent
2017-09-12 00:11:29
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
module junos_config with the parameter lines + delete: the delete details doesnt apply
affects_2.1 bug_report networking waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> junos_config https://github.com/ansible/ansible-modules-core/blob/devel/network/junos/junos_config.py http://docs.ansible.com/ansible/junos_config_module.html ##### ANSIBLE VERSION <!--- Paste verbatim output from β€œansible --...
True
module junos_config with the parameter lines + delete: the delete details doesnt apply - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> junos_config https://github.com/ansible/ansible-modules-core/blob/devel/network/junos/junos_config.py http://docs.ansible.com/ansible/jun...
main
module junos config with the parameter lines delete the delete details doesnt apply issue type bug report component name junos config ansible version ksator ubuntu ansible training for junos ansible version ansible config file etc ansible ansible cfg configur...
1
32,269
12,102,230,257
IssuesEvent
2020-04-20 16:21:58
spinnaker/spinnaker
https://api.github.com/repos/spinnaker/spinnaker
closed
Spinnaker 1.19.4 - service accounts created in Front50 not synced to Fiat
sig/security
### Issue Summary: Service accounts are not synced to Fiat ### Cloud Provider(s): Google Cloud Platform ### Environment: Spinnaker 1.19.4 running on GKE ### Feature Area: Service accounts, Fiat, Front50 ### Description: When creating a new service account, it is not synced over to Fiat. ### Steps to...
True
Spinnaker 1.19.4 - service accounts created in Front50 not synced to Fiat - ### Issue Summary: Service accounts are not synced to Fiat ### Cloud Provider(s): Google Cloud Platform ### Environment: Spinnaker 1.19.4 running on GKE ### Feature Area: Service accounts, Fiat, Front50 ### Description: When cr...
non_main
spinnaker service accounts created in not synced to fiat issue summary service accounts are not synced to fiat cloud provider s google cloud platform environment spinnaker running on gke feature area service accounts fiat description when creating a new s...
0
138,206
20,372,764,474
IssuesEvent
2022-02-21 12:53:31
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Template part transforms
Needs Design Feedback [Type] Discussion [Block] Template Part
I think it may be worth discussing and exploring the transform options for template parts. Currently the transform menu includes options to transform template parts in to Columns or Group blocks: <img width="392" alt="Screenshot 2021-02-23 at 10 14 43" src="https://user-images.githubusercontent.com/846565/108829485-...
1.0
Template part transforms - I think it may be worth discussing and exploring the transform options for template parts. Currently the transform menu includes options to transform template parts in to Columns or Group blocks: <img width="392" alt="Screenshot 2021-02-23 at 10 14 43" src="https://user-images.githubuserco...
non_main
template part transforms i think it may be worth discussing and exploring the transform options for template parts currently the transform menu includes options to transform template parts in to columns or group blocks img width alt screenshot at src however neither of this options work...
0
5,704
30,081,740,273
IssuesEvent
2023-06-29 04:30:16
Apple-Dev-Projects/RoamX
https://api.github.com/repos/Apple-Dev-Projects/RoamX
closed
Configure CI/CD build action
maintain
Setup gated check-ins and create hosted build action for repository
True
Configure CI/CD build action - Setup gated check-ins and create hosted build action for repository
main
configure ci cd build action setup gated check ins and create hosted build action for repository
1
5,808
30,760,382,295
IssuesEvent
2023-07-29 16:13:10
NIAEFEUP/website-niaefeup-frontend
https://api.github.com/repos/NIAEFEUP/website-niaefeup-frontend
closed
global: Implement comprehensive color system
maintainability
So far, the custom colors added lack consistent and clear names, and would benefit from a more comprehensive system prepared for future additions and large number of elements. We should agree on a convention to implement for this matter.
True
global: Implement comprehensive color system - So far, the custom colors added lack consistent and clear names, and would benefit from a more comprehensive system prepared for future additions and large number of elements. We should agree on a convention to implement for this matter.
main
global implement comprehensive color system so far the custom colors added lack consistent and clear names and would benefit from a more comprehensive system prepared for future additions and large number of elements we should agree on a convention to implement for this matter
1
1,798
6,575,912,625
IssuesEvent
2017-09-11 17:48:35
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Add ability to handle snapshots to vsphere_guest module
affects_2.1 cloud feature_idea vmware waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> Original issue was https://github.com/ansible/ansible-modules-core/issues/2671. I used a wrong name in that ticket, I meant vsphere_guest. I was suggested by ansibot to re-open it here. ansibot commented 7 minutes ago @ronator: Thanks fo...
True
Add ability to handle snapshots to vsphere_guest module - <!--- Verify first that your issue/request is not already reported in GitHub --> Original issue was https://github.com/ansible/ansible-modules-core/issues/2671. I used a wrong name in that ticket, I meant vsphere_guest. I was suggested by ansibot to re-open it ...
main
add ability to handle snapshots to vsphere guest module original issue was i used a wrong name in that ticket i meant vsphere guest i was suggested by ansibot to re open it here ansibot commented minutes ago ronator thanks for taking the time to open this issue but it was filed under the wrong github re...
1
2,717
9,548,733,665
IssuesEvent
2019-05-02 06:50:01
RalfKoban/MiKo-Analyzers
https://api.github.com/repos/RalfKoban/MiKo-Analyzers
reopened
Test classes are in same namespace as Type under Test
Area: analyzer Area: maintainability feature
Its a good practice to place the tests for a type in the exact same namespace as the type's namespace.
True
Test classes are in same namespace as Type under Test - Its a good practice to place the tests for a type in the exact same namespace as the type's namespace.
main
test classes are in same namespace as type under test its a good practice to place the tests for a type in the exact same namespace as the type s namespace
1
35,018
9,530,867,918
IssuesEvent
2019-04-29 14:47:33
w3f/polkadot-wiki
https://api.github.com/repos/w3f/polkadot-wiki
closed
Guide/Script: Docker file for Polkadot local testnet
build
We need some way for people to be able to play around with Polkadot through deploying parachains / creating referendums without giving them a proportionally high level of DOTs and potentially letting them create arbitrary governance proposals. The best idea is to create a docker container which would start a local P...
1.0
Guide/Script: Docker file for Polkadot local testnet - We need some way for people to be able to play around with Polkadot through deploying parachains / creating referendums without giving them a proportionally high level of DOTs and potentially letting them create arbitrary governance proposals. The best idea is t...
non_main
guide script docker file for polkadot local testnet we need some way for people to be able to play around with polkadot through deploying parachains creating referendums without giving them a proportionally high level of dots and potentially letting them create arbitrary governance proposals the best idea is t...
0
3,370
13,041,800,285
IssuesEvent
2020-07-28 21:05:05
short-d/short
https://api.github.com/repos/short-d/short
closed
[Refactor] Extract out Error Modal into a separate component
good first issue maintainability p1
Currently, error modal code is nested inside Home page component (https://github.com/short-d/short/blob/master/frontend/src/component/pages/Home.tsx#L290-L308) which increased the complexity of home page. Let's extract it out into a separate component so that it is easier to read and understand the core logic of hom...
True
[Refactor] Extract out Error Modal into a separate component - Currently, error modal code is nested inside Home page component (https://github.com/short-d/short/blob/master/frontend/src/component/pages/Home.tsx#L290-L308) which increased the complexity of home page. Let's extract it out into a separate component so...
main
extract out error modal into a separate component currently error modal code is nested inside home page component which increased the complexity of home page let s extract it out into a separate component so that it is easier to read and understand the core logic of home page
1
780,951
27,415,897,593
IssuesEvent
2023-03-01 13:46:04
MAIF/otoroshi
https://api.github.com/repos/MAIF/otoroshi
closed
remove old directories
roadmap-2023 priority/P1 size/S
- [x] archives - [x] clients - [x] connectors - [x] test-resources - [x] move useful client to a `tools` directory - [x] move wasm-manager to a `tools` directory
1.0
remove old directories - - [x] archives - [x] clients - [x] connectors - [x] test-resources - [x] move useful client to a `tools` directory - [x] move wasm-manager to a `tools` directory
non_main
remove old directories archives clients connectors test resources move useful client to a tools directory move wasm manager to a tools directory
0
555,894
16,472,236,706
IssuesEvent
2021-05-23 16:44:14
magento/magento2
https://api.github.com/repos/magento/magento2
closed
Vertical "ice skating" in zoom function in Chrome on product page with large image
Component: Framework/Image Event: cdkyiv2019 Issue: Confirmed Priority: P4 Progress: ready for dev Reproduced on 2.3.x Severity: S4 stale issue
### Preconditions (*) * Magento 2.2.7, but code in question has not been changed in 2.3.x * Chrome 72 ### Steps to reproduce (*) 1. Open product page with a large image included. 2. Open full-screen zoom 3. Zoom in all the way so that the image is larger than the window (shrink browser window if need be) 4. Cl...
1.0
Vertical "ice skating" in zoom function in Chrome on product page with large image - ### Preconditions (*) * Magento 2.2.7, but code in question has not been changed in 2.3.x * Chrome 72 ### Steps to reproduce (*) 1. Open product page with a large image included. 2. Open full-screen zoom 3. Zoom in all the way ...
non_main
vertical ice skating in zoom function in chrome on product page with large image preconditions magento but code in question has not been changed in x chrome steps to reproduce open product page with a large image included open full screen zoom zoom in all the way s...
0
353,848
25,138,443,757
IssuesEvent
2022-11-09 20:44:01
dagster-io/dagster
https://api.github.com/repos/dagster-io/dagster
closed
[docs] - Add docs for env vars and secrets in Dagster Cloud
documentation
This issue serves to track research / content work for adding documentation about environment variables and secrets to Dagster Cloud. --- ### Message from the maintainers Impacted by this issue? Give it a πŸ‘! We factor engagement into prioritization.
1.0
[docs] - Add docs for env vars and secrets in Dagster Cloud - This issue serves to track research / content work for adding documentation about environment variables and secrets to Dagster Cloud. --- ### Message from the maintainers Impacted by this issue? Give it a πŸ‘! We factor engagement into prioritizatio...
non_main
add docs for env vars and secrets in dagster cloud this issue serves to track research content work for adding documentation about environment variables and secrets to dagster cloud message from the maintainers impacted by this issue give it a πŸ‘ we factor engagement into prioritization
0
50,609
3,006,510,347
IssuesEvent
2015-07-27 10:53:57
Itseez/opencv
https://api.github.com/repos/Itseez/opencv
opened
Niblack's adaptive thresholding
auto-transferred category: imgproc category: video feature priority: low
Transferred from http://code.opencv.org/issues/4024 ``` || Sancho McCann on 2014-11-24 19:46 || Priority: Low || Affected: None || Category: imgproc, video || Tracker: Feature || Difficulty: Medium || PR: https://github.com/Itseez/opencv_contrib/pull/181 || Platform: None / None ``` Niblack's adaptive thresholding --...
1.0
Niblack's adaptive thresholding - Transferred from http://code.opencv.org/issues/4024 ``` || Sancho McCann on 2014-11-24 19:46 || Priority: Low || Affected: None || Category: imgproc, video || Tracker: Feature || Difficulty: Medium || PR: https://github.com/Itseez/opencv_contrib/pull/181 || Platform: None / None ``` ...
non_main
niblack s adaptive thresholding transferred from sancho mccann on priority low affected none category imgproc video tracker feature difficulty medium pr platform none none niblack s adaptive thresholding i m interested in including niblack s ad...
0
143,460
5,517,645,256
IssuesEvent
2017-03-18 00:39:17
SOCR/SOCRAT-issues
https://api.github.com/repos/SOCR/SOCRAT-issues
closed
Make Service / Page for Trellis Charts
component: charts priority: high
* have it be the default chart shown * but also not block bar charts as an issue (it doesn't like graph properly rn but there is at least the frame and, as explained in the journal, I spent a large enough chunk of time on this / thought adding a new file deserved an issue as a part of the epic of trellis?) <img w...
1.0
Make Service / Page for Trellis Charts - * have it be the default chart shown * but also not block bar charts as an issue (it doesn't like graph properly rn but there is at least the frame and, as explained in the journal, I spent a large enough chunk of time on this / thought adding a new file deserved an issue a...
non_main
make service page for trellis charts have it be the default chart shown but also not block bar charts as an issue it doesn t like graph properly rn but there is at least the frame and as explained in the journal i spent a large enough chunk of time on this thought adding a new file deserved an issue a...
0
302,586
22,832,402,398
IssuesEvent
2022-07-12 13:58:25
milvus-io/milvus-operator
https://api.github.com/repos/milvus-io/milvus-operator
opened
Add markdown link check to avoid broken links
documentation good first issue
for example use: github-action-markdown-link-check@v1
1.0
Add markdown link check to avoid broken links - for example use: github-action-markdown-link-check@v1
non_main
add markdown link check to avoid broken links for example use github action markdown link check
0
43,879
23,411,836,937
IssuesEvent
2022-08-12 18:27:07
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
RuntimeType.GetGenericTypeDefinition() performance issue
tenet-performance
`RuntimeType.GetGenericTypeDefinition()` is a bit expensive. As in a Dictionary<type,type> cache lookup is faster. I would naively expect that the generic definition of a type is stored in a field of the constructed type and GetGenericTypeDefinition to be a simple field access.
True
RuntimeType.GetGenericTypeDefinition() performance issue - `RuntimeType.GetGenericTypeDefinition()` is a bit expensive. As in a Dictionary<type,type> cache lookup is faster. I would naively expect that the generic definition of a type is stored in a field of the constructed type and GetGenericTypeDefinition to be a s...
non_main
runtimetype getgenerictypedefinition performance issue runtimetype getgenerictypedefinition is a bit expensive as in a dictionary cache lookup is faster i would naively expect that the generic definition of a type is stored in a field of the constructed type and getgenerictypedefinition to be a simple fiel...
0
253,195
8,052,639,554
IssuesEvent
2018-08-01 19:59:24
ARCH-commons/i2p-transform
https://api.github.com/repos/ARCH-commons/i2p-transform
closed
orphan providerids aren't legal
Oracle bug high priority
Getting DCQ error: "Orphan PROVIDERID(S) in the ENCOUNTER, DIAGNOSIS,MED_ADMIN, OBS_CLIN, PRESCRIBING, or PROCEDURES table." Will need to write a script to fill in the provider table.
1.0
orphan providerids aren't legal - Getting DCQ error: "Orphan PROVIDERID(S) in the ENCOUNTER, DIAGNOSIS,MED_ADMIN, OBS_CLIN, PRESCRIBING, or PROCEDURES table." Will need to write a script to fill in the provider table.
non_main
orphan providerids aren t legal getting dcq error orphan providerid s in the encounter diagnosis med admin obs clin prescribing or procedures table will need to write a script to fill in the provider table
0