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
821
4,442,718,688
IssuesEvent
2016-08-19 14:25:15
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
mount should not require fstype/src for state=unmounted
bug_report waiting_on_maintainer
Issue: Bug report Ansible version: devel Ansible configuration: NA Environment: NA Summary: The ``mount`` module requires that ``src`` and ``fstype`` always be specified, even when this information is not needed, as is the case with ``state=unmounted``. Steps to reproduce: - mount: name=/some/mount/pat...
True
mount should not require fstype/src for state=unmounted - Issue: Bug report Ansible version: devel Ansible configuration: NA Environment: NA Summary: The ``mount`` module requires that ``src`` and ``fstype`` always be specified, even when this information is not needed, as is the case with ``state=unmounted``. ...
main
mount should not require fstype src for state unmounted issue bug report ansible version devel ansible configuration na environment na summary the mount module requires that src and fstype always be specified even when this information is not needed as is the case with state unmounted ...
1
1,183
5,097,755,331
IssuesEvent
2017-01-03 22:32:49
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
vmware_guest does not create multiple disks on clone
affects_2.2 bug_report cloud vmware waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME vmware_guest.py ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` 2.2 ``` ##### CONFIGURATION <!--- Mention any settings you have...
True
vmware_guest does not create multiple disks on clone - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME vmware_guest.py ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` 2.2 ``` #...
main
vmware guest does not create multiple disks on clone issue type bug report component name vmware guest py ansible version configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os ...
1
1,586
6,572,360,079
IssuesEvent
2017-09-11 01:42:22
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
datadog_event module does not correctly set host for event
affects_2.1 bug_report waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME datadog_event ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.1.0 ``` ##### SUMMARY The `datadog_event` module does not allow correctly setting the host to be associated with events. The hostname s...
True
datadog_event module does not correctly set host for event - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME datadog_event ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.1.0 ``` ##### SUMMARY The `datadog_event` module does not allow correctly ...
main
datadog event module does not correctly set host for event issue type bug report component name datadog event ansible version ansible summary the datadog event module does not allow correctly setting the host to be associated with events the hostname should be passed...
1
202,576
15,287,018,849
IssuesEvent
2021-02-23 15:19:33
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: replicate/rebalance/3to5 failed
C-test-failure O-roachtest O-robot branch-release-20.2 release-blocker
[(roachtest).replicate/rebalance/3to5 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2657161&tab=buildLog) on [release-20.2@8c79e2bc4b35d36c8527f4c40c974f03d9034f46](https://github.com/cockroachdb/cockroach/commits/8c79e2bc4b35d36c8527f4c40c974f03d9034f46): ``` The test failed on branch=release-20.2, cl...
2.0
roachtest: replicate/rebalance/3to5 failed - [(roachtest).replicate/rebalance/3to5 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2657161&tab=buildLog) on [release-20.2@8c79e2bc4b35d36c8527f4c40c974f03d9034f46](https://github.com/cockroachdb/cockroach/commits/8c79e2bc4b35d36c8527f4c40c974f03d9034f46): `...
non_main
roachtest replicate rebalance failed on the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts replicate rebalance run cluster go allocator go allocator go test runner go output in run worklo...
0
256,788
19,458,080,710
IssuesEvent
2021-12-23 03:25:13
StonePanda/Qt-learning
https://api.github.com/repos/StonePanda/Qt-learning
closed
Qt Widgets vs Qt Quick
documentation
初次尝试使用的Qt for Python,但是后来想写C++了。 总的来说,Qt Widgets Application 是传统的c++,不适合移动端开发,它比较“老”。Qt Quick Application 是qt的QML和C++的结合 比较适合做界面类的东西,页面布局(UI)用的QML,但是内部的业务逻辑还是用QT语法,协同JavaScript,它比较新,可以用于移动端开发。 参考文献: [腾讯云社区-Qt Widgets vs Qt Quick ](https://cloud.tencent.com/developer/article/1360474) [华为云社区Qt Widgets Application...
1.0
Qt Widgets vs Qt Quick - 初次尝试使用的Qt for Python,但是后来想写C++了。 总的来说,Qt Widgets Application 是传统的c++,不适合移动端开发,它比较“老”。Qt Quick Application 是qt的QML和C++的结合 比较适合做界面类的东西,页面布局(UI)用的QML,但是内部的业务逻辑还是用QT语法,协同JavaScript,它比较新,可以用于移动端开发。 参考文献: [腾讯云社区-Qt Widgets vs Qt Quick ](https://cloud.tencent.com/developer/article/1360474) [华为...
non_main
qt widgets vs qt quick 初次尝试使用的qt for python,但是后来想写c 了。 总的来说,qt widgets application 是传统的c ,不适合移动端开发,它比较“老”。qt quick application 是qt的qml和c 的结合 比较适合做界面类的东西,页面布局(ui)用的qml,但是内部的业务逻辑还是用qt语法,协同javascript,它比较新,可以用于移动端开发。 参考文献:
0
4,511
23,462,312,099
IssuesEvent
2022-08-16 14:02:27
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
opened
[MAINTAIN] R alias
maintain
- [ ] r-jaspdistributions - [ ] r-bayesplay - [ ] r-boomspikeslab - [ ] r-bspm - [ ] r-pak - [ ] r-openmx - [ ] r-jaspreliability - [ ] r-jaspprocesscontrol - [ ] r-metabma - [ ] r-auc - [ ] r-restfulsedata - [ ] r-gparotation - [ ] r-boom - [ ] r-lisreltor - [ ] r-daewr - [ ] r-bayestestr - [ ] r-jaspb...
True
[MAINTAIN] R alias - - [ ] r-jaspdistributions - [ ] r-bayesplay - [ ] r-boomspikeslab - [ ] r-bspm - [ ] r-pak - [ ] r-openmx - [ ] r-jaspreliability - [ ] r-jaspprocesscontrol - [ ] r-metabma - [ ] r-auc - [ ] r-restfulsedata - [ ] r-gparotation - [ ] r-boom - [ ] r-lisreltor - [ ] r-daewr - [ ] r-baye...
main
r alias r jaspdistributions r bayesplay r boomspikeslab r bspm r pak r openmx r jaspreliability r jaspprocesscontrol r metabma r auc r restfulsedata r gparotation r boom r lisreltor r daewr r bayestestr r jaspbase r xmlparsedat...
1
2,558
8,700,590,095
IssuesEvent
2018-12-05 09:11:47
dgets/lasttime
https://api.github.com/repos/dgets/lasttime
opened
Add header information to the database
enhancement maintainability
Header information, much like the navbar info in issue #28, needs to be added to the database, so that changes in this data can be made easily, without having to change every instance of the static HTML in every one of the views.
True
Add header information to the database - Header information, much like the navbar info in issue #28, needs to be added to the database, so that changes in this data can be made easily, without having to change every instance of the static HTML in every one of the views.
main
add header information to the database header information much like the navbar info in issue needs to be added to the database so that changes in this data can be made easily without having to change every instance of the static html in every one of the views
1
1,054
4,864,099,234
IssuesEvent
2016-11-14 17:04:13
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
ec_asg does not support creation of ASGs that specify a placement group
affects_2.1 aws bug_report cloud waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ec2_asg ##### ANSIBLE VERSION ``` ansible 2.1.0.0 ``` ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY ec_asg does not support creation of ASGs that specify a placement group, even though Boto does support it. ##### STEPS TO REPRODUCE ``` ec2_asg: ...
True
ec_asg does not support creation of ASGs that specify a placement group - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ec2_asg ##### ANSIBLE VERSION ``` ansible 2.1.0.0 ``` ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY ec_asg does not support creation of ASGs that specify a placement group, even tho...
main
ec asg does not support creation of asgs that specify a placement group issue type bug report component name asg ansible version ansible configuration os environment summary ec asg does not support creation of asgs that specify a placement group even thoug...
1
3,035
11,258,952,674
IssuesEvent
2020-01-13 06:50:45
microsoft/DirectXMesh
https://api.github.com/repos/microsoft/DirectXMesh
closed
Retire support for VS 2015
maintainence
In 2020, I plan to retire support for VS 2015. The following projects will be removed, and the NuGet ``directxmesh_desktop_2015`` package will be deprecated in favor of one built with VS 2017 and/or VS 2019: DirectXMesh_Desktop_2015 DirectXMesh_Desktop_2015_Win10 DirectXMesh_Windows10_2015 DirectX...
True
Retire support for VS 2015 - In 2020, I plan to retire support for VS 2015. The following projects will be removed, and the NuGet ``directxmesh_desktop_2015`` package will be deprecated in favor of one built with VS 2017 and/or VS 2019: DirectXMesh_Desktop_2015 DirectXMesh_Desktop_2015_Win10 DirectXMes...
main
retire support for vs in i plan to retire support for vs the following projects will be removed and the nuget directxmesh desktop package will be deprecated in favor of one built with vs and or vs directxmesh desktop directxmesh desktop directxmesh directxmesh xboxo...
1
3,837
16,720,196,800
IssuesEvent
2021-06-10 06:09:09
OpenRefine/OpenRefine
https://api.github.com/repos/OpenRefine/OpenRefine
closed
Replace jdatapath dependency with Java 8 user home directory finding
enhancement maintainability packaging
We currently use an obscure dependency, `jdatapath`, to find the user's home directory on Windows. Since Java 8 was taught how to do that correctly itself, we should switch to that and drop the dependency. `System.getProperty("user.home")` or `org.apache.commons.lang3.SystemUtils.getUserHome()` https://stackoverf...
True
Replace jdatapath dependency with Java 8 user home directory finding - We currently use an obscure dependency, `jdatapath`, to find the user's home directory on Windows. Since Java 8 was taught how to do that correctly itself, we should switch to that and drop the dependency. `System.getProperty("user.home")` or `or...
main
replace jdatapath dependency with java user home directory finding we currently use an obscure dependency jdatapath to find the user s home directory on windows since java was taught how to do that correctly itself we should switch to that and drop the dependency system getproperty user home or or...
1
3,439
13,211,540,176
IssuesEvent
2020-08-15 23:59:10
ansible/ansible
https://api.github.com/repos/ansible/ansible
closed
lldpd module in Ansible 2.8.3 barfs when used with lldpd version 1.0.4
affects_2.8 bot_closed bug collection collection:community.general module needs_collection_redirect needs_maintainer needs_triage net_tools python3 support:community traceback
<!--- Verify first that your issue is not already reported on GitHub --> <!--- Also test if the latest release and devel branch are affected too --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY <!--- Explain the problem briefly below --> If you're using VLAN ...
True
lldpd module in Ansible 2.8.3 barfs when used with lldpd version 1.0.4 - <!--- Verify first that your issue is not already reported on GitHub --> <!--- Also test if the latest release and devel branch are affected too --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SU...
main
lldpd module in ansible barfs when used with lldpd version summary if you re using vlan subinterfaces on a linux box such as etc and run lldpd on that box it now returns additional lldpd entries of the form lldp vlan vlan id and this causes the lldpd module to bar...
1
4,122
19,542,141,519
IssuesEvent
2022-01-01 04:46:52
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
closed
[BUG] iqtree: No space left on device
maintain
<!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> **Log of the bug** <details> ``` | lto-wrapper: fatal error: write: No space left on device compilation terminated. /usr/bin/ld: error: lto-wrapper failed collect2: error: ld returned 1 e...
True
[BUG] iqtree: No space left on device - <!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> **Log of the bug** <details> ``` | lto-wrapper: fatal error: write: No space left on device compilation terminated. /usr/bin/ld: error: lto-wrapper ...
main
iqtree no space left on device please report the error of one package in one issue use multi issues to report multi bugs thanks log of the bug lto wrapper fatal error write no space left on device compilation terminated usr bin ld error lto wrapper failed e...
1
441,592
12,727,696,943
IssuesEvent
2020-06-25 00:02:46
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Comments are not displaying on Homepage. (only in swift theme)
NEXT UPDATE Urgent [Priority: HIGH] bug
The user is trying to add comments on the homepage but in AMP, comments are not displaying on the home page(only in swift theme). The issue is occurring from AMP version: 0.9.98.12, before that it is perfectly displaying on all designs. This may be due to the below reference ticket: https://github.com/ahmedkalud...
1.0
Comments are not displaying on Homepage. (only in swift theme) - The user is trying to add comments on the homepage but in AMP, comments are not displaying on the home page(only in swift theme). The issue is occurring from AMP version: 0.9.98.12, before that it is perfectly displaying on all designs. This may be ...
non_main
comments are not displaying on homepage only in swift theme the user is trying to add comments on the homepage but in amp comments are not displaying on the home page only in swift theme the issue is occurring from amp version before that it is perfectly displaying on all designs this may be du...
0
3,442
13,211,584,611
IssuesEvent
2020-08-16 00:18:12
ansible/ansible
https://api.github.com/repos/ansible/ansible
closed
Add support for terraform import resources
affects_2.10 bot_closed cloud collection collection:community.general feature has_pr module needs_collection_redirect needs_maintainer needs_triage support:community
<!--- Verify first that your feature was not already discussed on GitHub --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY Allow to import resources to Terraform ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME <!--- Write the short name of the modul...
True
Add support for terraform import resources - <!--- Verify first that your feature was not already discussed on GitHub --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY Allow to import resources to Terraform ##### ISSUE TYPE - Feature Idea ##### COMPONENT ...
main
add support for terraform import resources summary allow to import resources to terraform issue type feature idea component name terraform additional information yaml terraform state import project path terraform addr aws instance we...
1
5,547
27,775,977,649
IssuesEvent
2023-03-16 17:14:57
tModLoader/tModLoader
https://api.github.com/repos/tModLoader/tModLoader
closed
[1.4.4] About `ContainerName` Code Update
Feature - Hook Requestor-TML Maintainers
Not something that is too serious, but... I'm trying to update some 1.4.3.6 code towards 1.4.4.9 to test features (even though 1.4.4.9 TML is meant for testing. The problem is that some methods have not been updated by TMPorter, like ContainerName (in the case of applying the intended method). I tried to fix the er...
True
[1.4.4] About `ContainerName` Code Update - Not something that is too serious, but... I'm trying to update some 1.4.3.6 code towards 1.4.4.9 to test features (even though 1.4.4.9 TML is meant for testing. The problem is that some methods have not been updated by TMPorter, like ContainerName (in the case of applying...
main
about containername code update not something that is too serious but i m trying to update some code towards to test features even though tml is meant for testing the problem is that some methods have not been updated by tmporter like containername in the case of applying the i...
1
53,179
6,303,771,645
IssuesEvent
2017-07-21 14:29:02
CARLI/vufind
https://api.github.com/repos/CARLI/vufind
opened
VuFind 3.1.4 update
Ready for Testing
TEST and DEVEL have been updated to 3.1.4. Please test for any unintended consquences.
1.0
VuFind 3.1.4 update - TEST and DEVEL have been updated to 3.1.4. Please test for any unintended consquences.
non_main
vufind update test and devel have been updated to please test for any unintended consquences
0
3,334
12,945,958,985
IssuesEvent
2020-07-18 17:09:35
OpenRefine/OpenRefine
https://api.github.com/repos/OpenRefine/OpenRefine
opened
Update to official marc4j distribution
enhancement maintainability
Instead of using our own self-published artefact, we should update to the latest official `marc4j` which is currently `org.marc4j:marc4j:2.9.1`
True
Update to official marc4j distribution - Instead of using our own self-published artefact, we should update to the latest official `marc4j` which is currently `org.marc4j:marc4j:2.9.1`
main
update to official distribution instead of using our own self published artefact we should update to the latest official which is currently org
1
3,487
13,608,073,600
IssuesEvent
2020-09-23 01:18:35
amyjko/faculty
https://api.github.com/repos/amyjko/faculty
closed
Publications: Make author names symbolic
maintainability
This will have a few benefits: * A single author identity that I can use to quickly change names * Consistent name rendering (e.g., no inconsistent initials) * Links to more author details.
True
Publications: Make author names symbolic - This will have a few benefits: * A single author identity that I can use to quickly change names * Consistent name rendering (e.g., no inconsistent initials) * Links to more author details.
main
publications make author names symbolic this will have a few benefits a single author identity that i can use to quickly change names consistent name rendering e g no inconsistent initials links to more author details
1
589,770
17,761,102,945
IssuesEvent
2021-08-29 18:05:19
ClinGen/clincoded
https://api.github.com/repos/ClinGen/clincoded
closed
Add Final Approval Date to Evidence Summary
priority: high GCI EP request
Update the Evidence Summary to include the "Final Approval Date" so that this appears in the PDF output. That is, the "Final Approval Date" as seen here in the Approve Classification modal: ![Screen Shot 2020-11-11 at 10 56 27](https://user-images.githubusercontent.com/15131169/98852712-eb404f80-240c-11eb-863d-...
1.0
Add Final Approval Date to Evidence Summary - Update the Evidence Summary to include the "Final Approval Date" so that this appears in the PDF output. That is, the "Final Approval Date" as seen here in the Approve Classification modal: ![Screen Shot 2020-11-11 at 10 56 27](https://user-images.githubusercontent....
non_main
add final approval date to evidence summary update the evidence summary to include the final approval date so that this appears in the pdf output that is the final approval date as seen here in the approve classification modal should be shown in the header of the evidence summary
0
4,317
21,718,731,223
IssuesEvent
2022-05-10 20:49:25
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
closed
[MAINTAIN] r-monocle: MD
maintain
<!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> https://cran.r-project.org/web/packages/leidenbase/index.html for r-monocle **Log of the bug** <details> ``` put the output here ``` </details> **Packages (please complete the following info...
True
[MAINTAIN] r-monocle: MD - <!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> https://cran.r-project.org/web/packages/leidenbase/index.html for r-monocle **Log of the bug** <details> ``` put the output here ``` </details> **Packages (please ...
main
r monocle md please report the error of one package in one issue use multi issues to report multi bugs thanks for r monocle log of the bug put the output here packages please complete the following information package name description add any...
1
291,474
21,926,325,950
IssuesEvent
2022-05-23 04:51:42
vercel/next.js
https://api.github.com/repos/vercel/next.js
closed
Docs: What about busting the build cache on data update? Is this possible?
template: documentation
### What is the improvement or update you wish to see? I am wondering about something that is not mentioned on the Pages documentation https://nextjs.org/docs/basic-features/pages Is it possible to blow up the static cache on data updates? As in, a shop on a marketplace updates its bio. But the page is stati...
1.0
Docs: What about busting the build cache on data update? Is this possible? - ### What is the improvement or update you wish to see? I am wondering about something that is not mentioned on the Pages documentation https://nextjs.org/docs/basic-features/pages Is it possible to blow up the static cache on data updat...
non_main
docs what about busting the build cache on data update is this possible what is the improvement or update you wish to see i am wondering about something that is not mentioned on the pages documentation is it possible to blow up the static cache on data updates as in a shop on a marketplace upda...
0
3,721
15,384,713,367
IssuesEvent
2021-03-03 05:13:26
fatlard1993/phaserload
https://api.github.com/repos/fatlard1993/phaserload
closed
map support for multiple sprites in one position
Feature maintainability
requires map restructure as follows: from: map[x][y] = 0-n to: map[x][y] = [0-n, ...]
True
map support for multiple sprites in one position - requires map restructure as follows: from: map[x][y] = 0-n to: map[x][y] = [0-n, ...]
main
map support for multiple sprites in one position requires map restructure as follows from map n to map
1
310,065
26,697,651,511
IssuesEvent
2023-01-27 11:47:49
rancher/cis-operator
https://api.github.com/repos/rancher/cis-operator
closed
[Backport v2.6] Downloaded CIS v2 report does not have the cis-1.5-profile or the benchmark value
bug enhancement [zube]: To Test team/infracloud
Backport issue of https://github.com/rancher/cis-operator/issues/39
1.0
[Backport v2.6] Downloaded CIS v2 report does not have the cis-1.5-profile or the benchmark value - Backport issue of https://github.com/rancher/cis-operator/issues/39
non_main
downloaded cis report does not have the cis profile or the benchmark value backport issue of
0
4,216
20,828,817,847
IssuesEvent
2022-03-19 04:24:55
microsoft/UVAtlas
https://api.github.com/repos/microsoft/UVAtlas
opened
ARM64 version of uvatlastool
maintainence
The VC++ projects only currently build x86/x64 versions of this tool for desktop. The CMakeLists.txt supports creating the ARM64 version of this tool, so this should be added to the VC++ projects.
True
ARM64 version of uvatlastool - The VC++ projects only currently build x86/x64 versions of this tool for desktop. The CMakeLists.txt supports creating the ARM64 version of this tool, so this should be added to the VC++ projects.
main
version of uvatlastool the vc projects only currently build versions of this tool for desktop the cmakelists txt supports creating the version of this tool so this should be added to the vc projects
1
950
4,691,246,560
IssuesEvent
2016-10-11 09:50:17
De7vID/klingon-assistant
https://api.github.com/repos/De7vID/klingon-assistant
opened
find alternative mechanism for running on Chrome
Maintainability
A new post on the Chromium Blog says that Chrome apps are about to be deprecated: https://blog.chromium.org/2016/08/from-chrome-apps-to-web.html
True
find alternative mechanism for running on Chrome - A new post on the Chromium Blog says that Chrome apps are about to be deprecated: https://blog.chromium.org/2016/08/from-chrome-apps-to-web.html
main
find alternative mechanism for running on chrome a new post on the chromium blog says that chrome apps are about to be deprecated
1
172,420
6,505,415,293
IssuesEvent
2017-08-24 02:47:53
muninn/ontology-tools
https://api.github.com/repos/muninn/ontology-tools
opened
Make use of Pellet to ensure consistency within ontology
priority:low status:deferred type:task
https://github.com/stardog-union/pellet Repo is rather dated, may not be entirely reliable, needs to be tested.
1.0
Make use of Pellet to ensure consistency within ontology - https://github.com/stardog-union/pellet Repo is rather dated, may not be entirely reliable, needs to be tested.
non_main
make use of pellet to ensure consistency within ontology repo is rather dated may not be entirely reliable needs to be tested
0
1,838
6,577,373,619
IssuesEvent
2017-09-12 00:27:42
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
change logging server on cisco router failed with Networking module ios_config or ios_template
affects_2.2 feature_idea networking waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME - ios_config - ios_template ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel f961f9f4d0) last updated 2016/05/28 09:56:33 (GMT +800) lib/ans...
True
change logging server on cisco router failed with Networking module ios_config or ios_template - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME - ios_config - ios_template ##### ANSIBLE VE...
main
change logging server on cisco router failed with networking module ios config or ios template issue type bug report component name ios config ios template ansible version ansible devel last updated gmt lib ansible modules core detached head last upd...
1
5,191
26,398,926,158
IssuesEvent
2023-01-12 22:24:27
aws/aws-lambda-builders
https://api.github.com/repos/aws/aws-lambda-builders
closed
Can we remove the CustomMakeBuilder:CopySource from custom_make workflow?
type/feature maintainer/need-followup stage/pm-review
**Description:** I already oped a ticket with aws-cli-sam here https://github.com/aws/aws-sam-cli/issues/3350 about one of the problems/limitations of the `CustomMakeBuilder:CopySource` step. I was able to work around it for the time being but I just saw another problem with copying source code to a scratch director...
True
Can we remove the CustomMakeBuilder:CopySource from custom_make workflow? - **Description:** I already oped a ticket with aws-cli-sam here https://github.com/aws/aws-sam-cli/issues/3350 about one of the problems/limitations of the `CustomMakeBuilder:CopySource` step. I was able to work around it for the time being ...
main
can we remove the custommakebuilder copysource from custom make workflow description i already oped a ticket with aws cli sam here about one of the problems limitations of the custommakebuilder copysource step i was able to work around it for the time being but i just saw another problem with copying s...
1
1,340
5,721,486,281
IssuesEvent
2017-04-20 06:47:06
tomchentw/react-google-maps
https://api.github.com/repos/tomchentw/react-google-maps
closed
Warnings wordings for #168
CALL_FOR_MAINTAINERS
Thanks to @aug-riedinger in https://github.com/tomchentw/react-google-maps/pull/168#issuecomment-225692098 > Make sure you've put the <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY" ></script> tag in your <head> element to load Google Maps JavaScript API v3. > Careful the `async defer` options ...
True
Warnings wordings for #168 - Thanks to @aug-riedinger in https://github.com/tomchentw/react-google-maps/pull/168#issuecomment-225692098 > Make sure you've put the <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY" ></script> tag in your <head> element to load Google Maps JavaScript API v3. > Caref...
main
warnings wordings for thanks to aug riedinger in make sure you ve put the tag in your element to load google maps javascript api careful the async defer options as suggested here doesn t work if you re looking for built in support to load it for you use the async scriptjsloader instead ...
1
707,798
24,319,657,795
IssuesEvent
2022-09-30 09:34:49
python/mypy
https://api.github.com/repos/python/mypy
closed
Crash when assigning a field to a `Final` variable in a dataclass
crash priority-0-high topic-final topic-dataclasses
**Traceback** ``` Traceback (most recent call last): File "env/bin/mypy", line 8, in <module> sys.exit(console_entry()) File "env/lib/python3.10/site-packages/mypy/__main__.py", line 15, in console_entry main() File "mypy/main.py", line 95, in main File "mypy/main.py", line 174, in run_build ...
1.0
Crash when assigning a field to a `Final` variable in a dataclass - **Traceback** ``` Traceback (most recent call last): File "env/bin/mypy", line 8, in <module> sys.exit(console_entry()) File "env/lib/python3.10/site-packages/mypy/__main__.py", line 15, in console_entry main() File "mypy/main.py...
non_main
crash when assigning a field to a final variable in a dataclass traceback traceback most recent call last file env bin mypy line in sys exit console entry file env lib site packages mypy main py line in console entry main file mypy main py line in m...
0
1,900
6,577,555,302
IssuesEvent
2017-09-12 01:43:58
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
rhn_register stops working after upgrade from 1.9.4 to 2.0.1
affects_2.0 bug_report waiting_on_maintainer
##### Issue Type: - Bug Report ##### Plugin Name: rhn_register ##### Ansible Version: ``` ansible 2.0.1.0 config file = /home/ansible/esl-playbooks/ansible.cfg configured module search path = Default w/o overrides ``` ##### Ansible Configuration: Only modified roles_path to point to relative location ##### Envi...
True
rhn_register stops working after upgrade from 1.9.4 to 2.0.1 - ##### Issue Type: - Bug Report ##### Plugin Name: rhn_register ##### Ansible Version: ``` ansible 2.0.1.0 config file = /home/ansible/esl-playbooks/ansible.cfg configured module search path = Default w/o overrides ``` ##### Ansible Configuration: Onl...
main
rhn register stops working after upgrade from to issue type bug report plugin name rhn register ansible version ansible config file home ansible esl playbooks ansible cfg configured module search path default w o overrides ansible configuration onl...
1
85,452
24,606,463,281
IssuesEvent
2022-10-14 16:41:52
rocm-arch/rocm-arch
https://api.github.com/repos/rocm-arch/rocm-arch
closed
[rocm-llvm-mlir] MIOpenPasses.h.inc: No such file or directory
build error
Opening this as #769 has been close, I still face the same error: ``` export NINJAFLAGS="-j24" ...
1.0
[rocm-llvm-mlir] MIOpenPasses.h.inc: No such file or directory - Opening this as #769 has been close, I still face the same error: ``` export NINJAFLAGS="-j24" ...
non_main
miopenpasses h inc no such file or directory opening this as has been close i still face the same error export ninjaflags ...
0
56,604
32,075,314,885
IssuesEvent
2023-09-25 10:35:56
input-output-hk/mithril
https://api.github.com/repos/input-output-hk/mithril
closed
Client traffic creates performance bottleneck in aggregator
performances :1st_place_medal:
## Issue During our stress test benchmarks of the aggregator, we have noticed that a bottleneck probably exists with the client traffic (sent during phase 2) which leads to unexplained `404` errors when signers send signatures. Here are the result from test ran with `0`, `10` and `50` clients: ```bash $ cargo run --b...
True
Client traffic creates performance bottleneck in aggregator - ## Issue During our stress test benchmarks of the aggregator, we have noticed that a bottleneck probably exists with the client traffic (sent during phase 2) which leads to unexplained `404` errors when signers send signatures. Here are the result from test...
non_main
client traffic creates performance bottleneck in aggregator issue during our stress test benchmarks of the aggregator we have noticed that a bottleneck probably exists with the client traffic sent during phase which leads to unexplained errors when signers send signatures here are the result from test r...
0
53,091
10,988,087,368
IssuesEvent
2019-12-02 10:30:54
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
DefaultRelations#getCheckConstraints() returns all checks on first call
C: Code Generation E: All Editions P: Medium T: Defect
A bug in the implementation of `org.jooq.meta.DefaultRelations.getCheckConstraints(TableDefinition)` (of module `jooq-meta`) has the effect of declaring the first table for which the method gets called as the owner of all constraints.
1.0
DefaultRelations#getCheckConstraints() returns all checks on first call - A bug in the implementation of `org.jooq.meta.DefaultRelations.getCheckConstraints(TableDefinition)` (of module `jooq-meta`) has the effect of declaring the first table for which the method gets called as the owner of all constraints.
non_main
defaultrelations getcheckconstraints returns all checks on first call a bug in the implementation of org jooq meta defaultrelations getcheckconstraints tabledefinition of module jooq meta has the effect of declaring the first table for which the method gets called as the owner of all constraints
0
1,931
2,579,077,760
IssuesEvent
2015-02-13 06:21:58
CMPUT301W15T13/TravelPlanner
https://api.github.com/repos/CMPUT301W15T13/TravelPlanner
closed
03.01.01
Testing
As a claimant, I want to give an expense claim one zero or more alphanumeric tags, so that claims can be organized by me into groups. updated 2015-02-09
1.0
03.01.01 - As a claimant, I want to give an expense claim one zero or more alphanumeric tags, so that claims can be organized by me into groups. updated 2015-02-09
non_main
as a claimant i want to give an expense claim one zero or more alphanumeric tags so that claims can be organized by me into groups updated
0
285,610
8,767,159,280
IssuesEvent
2018-12-17 18:54:59
golemfactory/concent
https://api.github.com/repos/golemfactory/concent
closed
The settlement algorithm does not do forced subtask payment matching
_high_priority bug payment use case
As explained in the #996 blueprint, Concent should only take a forced subtask payment into account if the provider has submitted an acceptance with matching subtask ID. Otherwise it should not include its value in `LF`. This was confirmed yesterday by @lukasz-glen: > Do payment matchingu bierze się tylko `Reimburse...
1.0
The settlement algorithm does not do forced subtask payment matching - As explained in the #996 blueprint, Concent should only take a forced subtask payment into account if the provider has submitted an acceptance with matching subtask ID. Otherwise it should not include its value in `LF`. This was confirmed yesterd...
non_main
the settlement algorithm does not do forced subtask payment matching as explained in the blueprint concent should only take a forced subtask payment into account if the provider has submitted an acceptance with matching subtask id otherwise it should not include its value in lf this was confirmed yesterday...
0
1,364
5,887,835,148
IssuesEvent
2017-05-17 08:36:40
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
win_firewall_rule fails if rule already exists
affects_2.2 bug_report waiting_on_maintainer windows
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> win_firewall_rule ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” betw...
True
win_firewall_rule fails if rule already exists - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> win_firewall_rule ##### ANSIBLE VERSION <!--- Pa...
main
win firewall rule fails if rule already exists issue type bug report component name win firewall rule ansible version ansible devel last updated gmt lib ansible modules core detached head last updated gmt lib ansible modules ext...
1
38,805
6,705,721,800
IssuesEvent
2017-10-12 02:12:15
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
Release notes for 0.19.x
documentation ✍ release-notes/exclude
Release Notes: - Suggestion race condition can lead to undefined. ([#11467](https://github.com/brave/browser-laptop/issues/11467)) - Update column header text in monthly ledger statement PDF. ([#11309](https://github.com/brave/browser-laptop/issues/11309)) - Edit Brave Payments Welcome Screen to reflect BAT integ...
1.0
Release notes for 0.19.x - Release Notes: - Suggestion race condition can lead to undefined. ([#11467](https://github.com/brave/browser-laptop/issues/11467)) - Update column header text in monthly ledger statement PDF. ([#11309](https://github.com/brave/browser-laptop/issues/11309)) - Edit Brave Payments Welcome ...
non_main
release notes for x release notes suggestion race condition can lead to undefined update column header text in monthly ledger statement pdf edit brave payments welcome screen to reflect bat integration implement new add funds wizard ui to support bat add maps google co...
0
3,350
12,992,721,045
IssuesEvent
2020-07-23 07:29:55
tgstation/tgstation-server
https://api.github.com/repos/tgstation/tgstation-server
opened
IrcProvider needs a rewrite
Area: Chat Backlog Component Issue Maintainability Issue Refactor
Preferably using a new nuget library. The current one is unmaintained and blocks all the fucking time. The thread/task handling in it is atrocious.
True
IrcProvider needs a rewrite - Preferably using a new nuget library. The current one is unmaintained and blocks all the fucking time. The thread/task handling in it is atrocious.
main
ircprovider needs a rewrite preferably using a new nuget library the current one is unmaintained and blocks all the fucking time the thread task handling in it is atrocious
1
21
2,517,043,870
IssuesEvent
2015-01-16 11:08:20
simplesamlphp/simplesamlphp
https://api.github.com/repos/simplesamlphp/simplesamlphp
closed
Remove long-deprecated IdP logout endpoints
enhancement low maintainability started
More specifically: * `www/saml2/idp/idpInitSingleLogoutServiceiFrame.php` * `www/saml2/idp/SingleLogoutServiceiFrame.php` * `www/saml2/idp/SingleLogoutServiceiFrameResponse.php`
True
Remove long-deprecated IdP logout endpoints - More specifically: * `www/saml2/idp/idpInitSingleLogoutServiceiFrame.php` * `www/saml2/idp/SingleLogoutServiceiFrame.php` * `www/saml2/idp/SingleLogoutServiceiFrameResponse.php`
main
remove long deprecated idp logout endpoints more specifically www idp idpinitsinglelogoutserviceiframe php www idp singlelogoutserviceiframe php www idp singlelogoutserviceiframeresponse php
1
395
3,439,584,679
IssuesEvent
2015-12-14 10:19:51
Homebrew/homebrew
https://api.github.com/repos/Homebrew/homebrew
opened
Stop refactoring without adding unit tests (first) and reverting PRs
bug features maintainer feedback needs response usability
CC @Homebrew/maintainers for a change because this is important. I don't want to name any names/PRs (as I've made this mistake too) but: we need to stop doing refactoring without adding additional tests. Almost every major refactoring we've done recently has added no direct benefit to users but has caused one or mor...
True
Stop refactoring without adding unit tests (first) and reverting PRs - CC @Homebrew/maintainers for a change because this is important. I don't want to name any names/PRs (as I've made this mistake too) but: we need to stop doing refactoring without adding additional tests. Almost every major refactoring we've done ...
main
stop refactoring without adding unit tests first and reverting prs cc homebrew maintainers for a change because this is important i don t want to name any names prs as i ve made this mistake too but we need to stop doing refactoring without adding additional tests almost every major refactoring we ve done ...
1
140,247
12,889,770,159
IssuesEvent
2020-07-13 15:00:22
phseiff/github-flavored-markdown-to-html
https://api.github.com/repos/phseiff/github-flavored-markdown-to-html
closed
Old API referenced.
documentation fixed
The README-file references the old GitHub .md-to-HTML documentation at https://developer.github.com/v3/markdown/ instead of the new one at https://docs.github.com/en/rest/reference/markdown.
1.0
Old API referenced. - The README-file references the old GitHub .md-to-HTML documentation at https://developer.github.com/v3/markdown/ instead of the new one at https://docs.github.com/en/rest/reference/markdown.
non_main
old api referenced the readme file references the old github md to html documentation at instead of the new one at
0
3,222
12,359,254,402
IssuesEvent
2020-05-17 10:02:16
eggplants/wbsv-cli
https://api.github.com/repos/eggplants/wbsv-cli
closed
Reduce complexity (using Code Climate)
maintainability
Codeclimate says "this repo's complexity is too high. Let me classify this C." So I have to fix issues.
True
Reduce complexity (using Code Climate) - Codeclimate says "this repo's complexity is too high. Let me classify this C." So I have to fix issues.
main
reduce complexity using code climate codeclimate says this repo s complexity is too high let me classify this c so i have to fix issues
1
381,315
11,275,908,706
IssuesEvent
2020-01-14 21:50:56
googleapis/java-translate
https://api.github.com/repos/googleapis/java-translate
closed
Synthesis failed for java-translate
autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate java-translate. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth' Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main ...
1.0
Synthesis failed for java-translate - Hello! Autosynth couldn't regenerate java-translate. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth' Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py"...
non_main
synthesis failed for java translate hello autosynth couldn t regenerate java translate broken heart here s the output from running synth py cloning into working repo switched to branch autosynth traceback most recent call last file home kbuilder pyenv versions lib runpy py line...
0
400,787
11,780,700,447
IssuesEvent
2020-03-16 20:39:50
HEXRD/hexrdgui
https://api.github.com/repos/HEXRD/hexrdgui
closed
Loaded images not updated if in cartesian view
bug high priority
I just encountered this problem: if you have loaded an imageseries (from the "File➜Open➜Images" dialog), if you try to load another while in the cartesian view, it does not update. If you toggle between raw and cartesian, however, it does. I would suspect the same bug is also present for the polar view. One of the...
1.0
Loaded images not updated if in cartesian view - I just encountered this problem: if you have loaded an imageseries (from the "File➜Open➜Images" dialog), if you try to load another while in the cartesian view, it does not update. If you toggle between raw and cartesian, however, it does. I would suspect the same bug ...
non_main
loaded images not updated if in cartesian view i just encountered this problem if you have loaded an imageseries from the file➜open➜images dialog if you try to load another while in the cartesian view it does not update if you toggle between raw and cartesian however it does i would suspect the same bug ...
0
1,628
6,572,656,239
IssuesEvent
2017-09-11 04:07:59
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
iptables module always installs duplicate rules with older versions of netfilter
affects_2.2 bug_report waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> iptables ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” b...
True
iptables module always installs duplicate rules with older versions of netfilter - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> ipta...
main
iptables module always installs duplicate rules with older versions of netfilter issue type bug report component name iptables ansible version ansible configuration mention any settings you have changed added removed in ansible cfg or u...
1
15,189
5,076,294,141
IssuesEvent
2016-12-28 01:21:38
elastic-rs/elastic
https://api.github.com/repos/elastic-rs/elastic
closed
Rework REST API client design
codegen hyper
The current `elastic_hyper` design is very simple; it does some basic codegen from the API spec and dumps out unique methods for each possible endpoint, wrapping up a `hyper::Client`. See #145 for a discussion of where this isn't stacking up. I think the issue is that the API generated for `elastic_hyper` is really ju...
1.0
Rework REST API client design - The current `elastic_hyper` design is very simple; it does some basic codegen from the API spec and dumps out unique methods for each possible endpoint, wrapping up a `hyper::Client`. See #145 for a discussion of where this isn't stacking up. I think the issue is that the API generated ...
non_main
rework rest api client design the current elastic hyper design is very simple it does some basic codegen from the api spec and dumps out unique methods for each possible endpoint wrapping up a hyper client see for a discussion of where this isn t stacking up i think the issue is that the api generated fo...
0
4,191
20,378,896,713
IssuesEvent
2022-02-21 18:45:21
HPCL/code-analysis
https://api.github.com/repos/HPCL/code-analysis
closed
CWE-1121 Excessive McCabe Cyclomatic Complexity Value
CLAIMED ISO/IEC 5055:2021 ControlFlow Operation WEAKNESS CATEGORY: MAINTAINABILITY
**Usage name** Excessive Cyclomatic Complexity **Reference** [https://cwe.mitre.org/data/definitions/1121](https://cwe.mitre.org/data/definitions/1121) **Roles** - the *Operation* - the *ControlFlow* **Detection Patterns** - 8.2.117 ASCQM Limit Algorithmic Complexity via Cyclomatic Complexity Value
True
CWE-1121 Excessive McCabe Cyclomatic Complexity Value - **Usage name** Excessive Cyclomatic Complexity **Reference** [https://cwe.mitre.org/data/definitions/1121](https://cwe.mitre.org/data/definitions/1121) **Roles** - the *Operation* - the *ControlFlow* **Detection Patterns** - 8.2.117 ASCQM Limit Algo...
main
cwe excessive mccabe cyclomatic complexity value usage name excessive cyclomatic complexity reference roles the operation the controlflow detection patterns ascqm limit algorithmic complexity via cyclomatic complexity value
1
35,117
30,768,180,025
IssuesEvent
2023-07-30 15:09:07
DrewMcArthur/lochstep
https://api.github.com/repos/DrewMcArthur/lochstep
opened
use auth guard middleware
infrastructure
currently just have an if statement checking auth state in session, should use axum-login or some auth middleware instead.
1.0
use auth guard middleware - currently just have an if statement checking auth state in session, should use axum-login or some auth middleware instead.
non_main
use auth guard middleware currently just have an if statement checking auth state in session should use axum login or some auth middleware instead
0
135,664
18,716,947,391
IssuesEvent
2021-11-03 06:54:03
MicrosoftDocs/windowsserverdocs
https://api.github.com/repos/MicrosoftDocs/windowsserverdocs
closed
GMSA - missing information?
Pri2 windows-server/prod security/tech
Basically I miss the complete installation instructions for CEP / CES. Information I can find is fragmented and sometimes outdated. In the section Configuration is stated "You can also configure any user service account, MSA, or GMSA for CES to work." We can get it to work with a service account, but of course we p...
True
GMSA - missing information? - Basically I miss the complete installation instructions for CEP / CES. Information I can find is fragmented and sometimes outdated. In the section Configuration is stated "You can also configure any user service account, MSA, or GMSA for CES to work." We can get it to work with a servi...
non_main
gmsa missing information basically i miss the complete installation instructions for cep ces information i can find is fragmented and sometimes outdated in the section configuration is stated you can also configure any user service account msa or gmsa for ces to work we can get it to work with a servi...
0
5,211
26,464,337,427
IssuesEvent
2023-01-16 21:18:07
bazelbuild/intellij
https://api.github.com/repos/bazelbuild/intellij
closed
Flag --incompatible_disable_starlark_host_transitions will break IntelliJ Plugin Aspect in Bazel 7.0
type: bug product: IntelliJ topic: bazel awaiting-maintainer
Incompatible flag `--incompatible_disable_starlark_host_transitions` will be enabled by default in the next major release (Bazel 7.0), thus breaking IntelliJ Plugin Aspect. Please migrate to fix this and unblock the flip of this flag. The flag is documented here: [bazelbuild/bazel#17032](https://github.com/bazelbuil...
True
Flag --incompatible_disable_starlark_host_transitions will break IntelliJ Plugin Aspect in Bazel 7.0 - Incompatible flag `--incompatible_disable_starlark_host_transitions` will be enabled by default in the next major release (Bazel 7.0), thus breaking IntelliJ Plugin Aspect. Please migrate to fix this and unblock the f...
main
flag incompatible disable starlark host transitions will break intellij plugin aspect in bazel incompatible flag incompatible disable starlark host transitions will be enabled by default in the next major release bazel thus breaking intellij plugin aspect please migrate to fix this and unblock the f...
1
56,870
3,081,210,104
IssuesEvent
2015-08-22 13:52:51
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
separate chat messages from server messages
enhancement imported Priority-Medium
_From [buckyballreaction](https://code.google.com/u/buckyballreaction/) on April 09, 2011 18:51:47_ It is difficult to see and catch the player chat message in-game when there are a lot of server messages spamming the message area. Separate chat from server messages. See: http://bitfighter.org/forums/viewtopic.p...
1.0
separate chat messages from server messages - _From [buckyballreaction](https://code.google.com/u/buckyballreaction/) on April 09, 2011 18:51:47_ It is difficult to see and catch the player chat message in-game when there are a lot of server messages spamming the message area. Separate chat from server messages. ...
non_main
separate chat messages from server messages from on april it is difficult to see and catch the player chat message in game when there are a lot of server messages spamming the message area separate chat from server messages see original issue
0
1,829
6,577,351,751
IssuesEvent
2017-09-12 00:18:29
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
redhat_subscription attaches all pools of the same name
affects_1.9 bug_report feature_idea waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME redhat_subscription ##### ANSIBLE VERSION ``` [cloud-user@node8 ~]$ ansible --version ansible 1.9.4 configured module search path = None ``` ##### CONFIGURATION None ##### OS / ENVIRONMENT N/A ##### SUMMARY Based on the current implementation, you can specify po...
True
redhat_subscription attaches all pools of the same name - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME redhat_subscription ##### ANSIBLE VERSION ``` [cloud-user@node8 ~]$ ansible --version ansible 1.9.4 configured module search path = None ``` ##### CONFIGURATION None ##### OS / ENVIRONMENT N/A ##### SUMMAR...
main
redhat subscription attaches all pools of the same name issue type bug report component name redhat subscription ansible version ansible version ansible configured module search path none configuration none os environment n a summary based on the cur...
1
8,460
8,320,088,912
IssuesEvent
2018-09-25 19:07:16
Microsoft/vscode-cpptools
https://api.github.com/repos/Microsoft/vscode-cpptools
opened
Prevent ".C": "cpp" from getting added to files.associations and/or force ".c" to use C IntelliSense
Language Service bug
Due to bug https://github.com/Microsoft/vscode/issues/59369 .
1.0
Prevent ".C": "cpp" from getting added to files.associations and/or force ".c" to use C IntelliSense - Due to bug https://github.com/Microsoft/vscode/issues/59369 .
non_main
prevent c cpp from getting added to files associations and or force c to use c intellisense due to bug
0
1,679
6,574,141,070
IssuesEvent
2017-09-11 11:40:19
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Issue connecting when using nxos_acl
affects_2.2 bug_report networking waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> nxos_acl ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” be...
True
Issue connecting when using nxos_acl - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> nxos_acl ##### ANSIBLE VERSION <!--- Paste verb...
main
issue connecting when using nxos acl issue type bug report component name nxos acl ansible version ansible config file home robert nanney ansible cfg configured module search path default w o overrides configuration ask pass ...
1
2,502
8,655,458,231
IssuesEvent
2018-11-27 16:00:20
codestation/qcma
https://api.github.com/repos/codestation/qcma
closed
Qcma crashes on startup
unmaintained
Qcma startup 1 time, i got through the first start configuration and the it would not start any more, i have tried deleting al the preferences and application support files and downloading a new version but to no avail. crash report gives main reason as: Dyld Error Message: Symbol not found: _OSAtomicIncrement32Ba...
True
Qcma crashes on startup - Qcma startup 1 time, i got through the first start configuration and the it would not start any more, i have tried deleting al the preferences and application support files and downloading a new version but to no avail. crash report gives main reason as: Dyld Error Message: Symbol not fou...
main
qcma crashes on startup qcma startup time i got through the first start configuration and the it would not start any more i have tried deleting al the preferences and application support files and downloading a new version but to no avail crash report gives main reason as dyld error message symbol not fou...
1
4,073
19,213,186,566
IssuesEvent
2021-12-07 06:00:25
adda-team/adda
https://api.github.com/repos/adda-team/adda
opened
Remove dependence on Fortran for calculation of Bessel functions
maintainability comp-Library
While compiling Fortran sources is not a big deal (can be done reliably in various environments), we have a special compilation option `NO_FORTRAN` to compile without them. The functionality of the obtained executable is naturally determined by the absence of the corresponding Fortran routines. The main dependence so f...
True
Remove dependence on Fortran for calculation of Bessel functions - While compiling Fortran sources is not a big deal (can be done reliably in various environments), we have a special compilation option `NO_FORTRAN` to compile without them. The functionality of the obtained executable is naturally determined by the abse...
main
remove dependence on fortran for calculation of bessel functions while compiling fortran sources is not a big deal can be done reliably in various environments we have a special compilation option no fortran to compile without them the functionality of the obtained executable is naturally determined by the abse...
1
266,644
23,251,857,016
IssuesEvent
2022-08-04 05:08:07
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: pgx failed [panic "zero transaction timestamp" from newSchemaChangerTxnRunDependencies]
C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-schema
roachtest.pgx [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5954907?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5954907?buildTab=artifacts#/pgx) on master @ [7326bbbf94610c40ae...
2.0
roachtest: pgx failed [panic "zero transaction timestamp" from newSchemaChangerTxnRunDependencies] - roachtest.pgx [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5954907?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroac...
non_main
roachtest pgx failed roachtest pgx with on master test artifacts and logs in artifacts pgx run orm helpers go orm helpers go pgx go pgx go test runner go tests run on cockroach alpha tests run against pgx total tests run tests passed tests fail...
0
629,248
20,026,908,007
IssuesEvent
2022-02-01 22:28:57
radical-cybertools/radical.pilot
https://api.github.com/repos/radical-cybertools/radical.pilot
closed
Missing radical-pilot-resources script in virtual environment's bin path
type:bug layer:rp priority:low topic:deployment
The script _radical-pilot-resources_ is expected to be in /bin of virtual env's. Example here - https://radicalpilot.readthedocs.io/en/stable/user_guide/00_getting_started.html#executing-the-example The script is not in the bin because it's missed in setup.py's scripts argument along with _radical-pilot-ve_ an...
1.0
Missing radical-pilot-resources script in virtual environment's bin path - The script _radical-pilot-resources_ is expected to be in /bin of virtual env's. Example here - https://radicalpilot.readthedocs.io/en/stable/user_guide/00_getting_started.html#executing-the-example The script is not in the bin because ...
non_main
missing radical pilot resources script in virtual environment s bin path the script radical pilot resources is expected to be in bin of virtual env s example here the script is not in the bin because it s missed in setup py s scripts argument along with radical pilot ve and radical pilot limits py...
0
144,491
22,360,545,762
IssuesEvent
2022-06-15 20:00:47
jindonyy/issue-tracker
https://api.github.com/repos/jindonyy/issue-tracker
reopened
[FE] 버튼 컴포넌트 구현
💖 FE 💄 design
# Description 로그인 페이지에 필요한 버튼 컴포넌트를 구현한다. # Task ## Button Type - [x] Large Button - [ ] Medium Standard - [x] Small Standard - [ ] Small Secondary - [x] Medium Text - [ ] Small Text ## StoryBook Test Code - [ ] Button 타입별 Story 작성
1.0
[FE] 버튼 컴포넌트 구현 - # Description 로그인 페이지에 필요한 버튼 컴포넌트를 구현한다. # Task ## Button Type - [x] Large Button - [ ] Medium Standard - [x] Small Standard - [ ] Small Secondary - [x] Medium Text - [ ] Small Text ## StoryBook Test Code - [ ] Button 타입별 Story 작성
non_main
버튼 컴포넌트 구현 description 로그인 페이지에 필요한 버튼 컴포넌트를 구현한다 task button type large button medium standard small standard small secondary medium text small text storybook test code button 타입별 story 작성
0
105,353
16,637,263,370
IssuesEvent
2021-06-04 01:43:33
ScottCampit/stats503-w20-group17-project
https://api.github.com/repos/ScottCampit/stats503-w20-group17-project
opened
CVE-2021-28676 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2021-28676 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library home ...
True
CVE-2021-28676 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2021-28676 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp27-cp27mu-manylinux1_...
non_main
cve high detected in pillow whl cve high severity vulnerability vulnerable library pillow whl python imaging library fork library home page a href path to dependency file project webapp requirements txt path to vulnerable library pro...
0
5,558
27,808,343,083
IssuesEvent
2023-03-17 22:47:15
microsoft/UVAtlas
https://api.github.com/repos/microsoft/UVAtlas
closed
Retire legacy Xbox One XDK support
maintainence
The only scenario that still uses VS 2017 is for the legacy Xbox One XDK. This task is drop support for this older Xbox development model and remove the following projects: ``` UVAtlas_XboxOneXDK_2017.sln ```
True
Retire legacy Xbox One XDK support - The only scenario that still uses VS 2017 is for the legacy Xbox One XDK. This task is drop support for this older Xbox development model and remove the following projects: ``` UVAtlas_XboxOneXDK_2017.sln ```
main
retire legacy xbox one xdk support the only scenario that still uses vs is for the legacy xbox one xdk this task is drop support for this older xbox development model and remove the following projects uvatlas xboxonexdk sln
1
1,637
6,572,661,833
IssuesEvent
2017-09-11 04:11:09
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
consul_kv: Missing support for TLS client certificates
affects_2.2 feature_idea waiting_on_maintainer
##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME consul_kv ##### ANSIBLE VERSION ``` 2.2.0.0 ``` ##### SUMMARY When securing Consul communication vie TLS, client certificates are needed to authenticate to Consul. It would be nice if it was possible to use the consul_kv module to talk to a...
True
consul_kv: Missing support for TLS client certificates - ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME consul_kv ##### ANSIBLE VERSION ``` 2.2.0.0 ``` ##### SUMMARY When securing Consul communication vie TLS, client certificates are needed to authenticate to Consul. It would be nice if...
main
consul kv missing support for tls client certificates issue type feature idea component name consul kv ansible version summary when securing consul communication vie tls client certificates are needed to authenticate to consul it would be nice if...
1
972
4,712,136,545
IssuesEvent
2016-10-14 15:49:40
duckduckgo/zeroclickinfo-longtail
https://api.github.com/repos/duckduckgo/zeroclickinfo-longtail
closed
Stack Overflow - Code block not parsed correctly
Bug Maintainer Approved
The 0 in the beginning of a code-block is removed. See this search: https://duckduckgo.com/?q=crontab+every+2+hours&t=ffab&ia=qa While in DuckDuckGo the IA appears like this: ![screenshot from 2016-09-15 12 11 27](https://cloud.githubusercontent.com/assets/9155111/18546411/23e8fe08-7b3e-11e6-98bc-cec34aae0947.pn...
True
Stack Overflow - Code block not parsed correctly - The 0 in the beginning of a code-block is removed. See this search: https://duckduckgo.com/?q=crontab+every+2+hours&t=ffab&ia=qa While in DuckDuckGo the IA appears like this: ![screenshot from 2016-09-15 12 11 27](https://cloud.githubusercontent.com/assets/91551...
main
stack overflow code block not parsed correctly the in the beginning of a code block is removed see this search while in duckduckgo the ia appears like this the real stackoverflow answer in is
1
2,969
10,682,567,233
IssuesEvent
2019-10-22 05:56:34
Homebrew/homebrew-cask
https://api.github.com/repos/Homebrew/homebrew-cask
closed
tinymediamanager install fails
awaiting maintainer feedback bug
#### General troubleshooting steps - [x] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md). - [x] I have retried my command with `--force`. - [x] I ran `brew update-reset && brew ...
True
tinymediamanager install fails - #### General troubleshooting steps - [x] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md). - [x] I have retried my command with `--force`. - [x] ...
main
tinymediamanager install fails general troubleshooting steps i understand that i have retried my command with force i ran brew update reset brew update and retried my command i ran brew doctor fixed as many issues as possible and retried my command i have checked the...
1
4,988
25,601,579,407
IssuesEvent
2022-12-01 20:43:59
aws/serverless-application-model
https://api.github.com/repos/aws/serverless-application-model
closed
Changes to function's event source properties don't get applied
type/bug maintainer/need-response
**Description:** Scenario: I have a function consuming a Kinesis stream. Due to an error on our side we started receiving some corrupt records which jammed the stream. I tried to add `MaximumRetryAttempts` and a DestinationConfig that would send failing batches to an SQS DLQ. **Observed result:** The deploy wen...
True
Changes to function's event source properties don't get applied - **Description:** Scenario: I have a function consuming a Kinesis stream. Due to an error on our side we started receiving some corrupt records which jammed the stream. I tried to add `MaximumRetryAttempts` and a DestinationConfig that would send fail...
main
changes to function s event source properties don t get applied description scenario i have a function consuming a kinesis stream due to an error on our side we started receiving some corrupt records which jammed the stream i tried to add maximumretryattempts and a destinationconfig that would send fail...
1
4,117
19,533,236,176
IssuesEvent
2021-12-30 21:47:42
backdrop-ops/contrib
https://api.github.com/repos/backdrop-ops/contrib
closed
Join Backdrop-contrib (port cbb)
Port in progress Maintainer application
Hello and welcome to the contrib application process! We're happy to have you :) **Please indicate how you intend to help the Backdrop community by joining this group** * Option #1: I would like to contribute a project * Option #2: I would like to maintain a project, but have nothing to contribute at this time * ...
True
Join Backdrop-contrib (port cbb) - Hello and welcome to the contrib application process! We're happy to have you :) **Please indicate how you intend to help the Backdrop community by joining this group** * Option #1: I would like to contribute a project * Option #2: I would like to maintain a project, but have no...
main
join backdrop contrib port cbb hello and welcome to the contrib application process we re happy to have you please indicate how you intend to help the backdrop community by joining this group option i would like to contribute a project option i would like to maintain a project but have no...
1
4,826
24,878,729,685
IssuesEvent
2022-10-27 21:48:03
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Error "cursor already closed"
type: bug work: backend status: ready restricted: maintainers
I've been getting this error from the various endpoints occasionally: > InterfaceError at /api/db/v0/tables/19/columns/ > > (psycopg2.InterfaceError) cursor already closed > (Background on this error at: http://sqlalche.me/e/14/rvf5) ![image](https://user-images.githubusercontent.com/42411/185951883-8023486a-b...
True
Error "cursor already closed" - I've been getting this error from the various endpoints occasionally: > InterfaceError at /api/db/v0/tables/19/columns/ > > (psycopg2.InterfaceError) cursor already closed > (Background on this error at: http://sqlalche.me/e/14/rvf5) ![image](https://user-images.githubuserconten...
main
error cursor already closed i ve been getting this error from the various endpoints occasionally interfaceerror at api db tables columns interfaceerror cursor already closed background on this error at i can t reproduce it but it seems to happen when i m submitting mu...
1
2,452
8,639,873,001
IssuesEvent
2018-11-23 22:16:01
F5OEO/rpitx
https://api.github.com/repos/F5OEO/rpitx
closed
Audio Cut-Off
V1 related (not maintained)
I'm using RPITX on my Raspberry Pi 3 with just a single wire, but every-time I try to broadcast it cuts off after a short duration. Usually it takes it about 3 seconds of it playing for it to just cut off completely, even when the audio is longer than that amount of time. Has anybody else had this problem? Thanks....
True
Audio Cut-Off - I'm using RPITX on my Raspberry Pi 3 with just a single wire, but every-time I try to broadcast it cuts off after a short duration. Usually it takes it about 3 seconds of it playing for it to just cut off completely, even when the audio is longer than that amount of time. Has anybody else had this pr...
main
audio cut off i m using rpitx on my raspberry pi with just a single wire but every time i try to broadcast it cuts off after a short duration usually it takes it about seconds of it playing for it to just cut off completely even when the audio is longer than that amount of time has anybody else had this pr...
1
435,870
12,542,463,196
IssuesEvent
2020-06-05 14:05:13
jenkins-x/jx
https://api.github.com/repos/jenkins-x/jx
closed
pre installed builders not found
area/jenkins kind/bug lifecycle/rotten priority/important-longterm
### Summary pre installed builders not found ### Steps to reproduce the behavior ### Expected behavior cannot find maven-nodejs ### Actual behavior use maven-nodejs to build ``` ... java.io.IOException: container [maven-nodejs] does not exist in pod [maven-nodejs-1hhf7] at org.csanchez.jenkins.plugins.k...
1.0
pre installed builders not found - ### Summary pre installed builders not found ### Steps to reproduce the behavior ### Expected behavior cannot find maven-nodejs ### Actual behavior use maven-nodejs to build ``` ... java.io.IOException: container [maven-nodejs] does not exist in pod [maven-nodejs-1hhf7] ...
non_main
pre installed builders not found summary pre installed builders not found steps to reproduce the behavior expected behavior cannot find maven nodejs actual behavior use maven nodejs to build java io ioexception container does not exist in pod at org csanchez jenkins plugin...
0
171,964
13,256,612,443
IssuesEvent
2020-08-20 12:58:03
PavieOlivier/AndroidNotificationListener
https://api.github.com/repos/PavieOlivier/AndroidNotificationListener
closed
App Crashes new issue!
test awaiting
I am getting this issue right now. What can be the problem? E/AndroidRuntime(29516): java.lang.RuntimeException: Unable to instantiate service com.emilecode.android_notification_listener.AndroidNotificationListenerPlugin: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.co...
1.0
App Crashes new issue! - I am getting this issue right now. What can be the problem? E/AndroidRuntime(29516): java.lang.RuntimeException: Unable to instantiate service com.emilecode.android_notification_listener.AndroidNotificationListenerPlugin: java.lang.NullPointerException: Attempt to invoke virtual method 'ja...
non_main
app crashes new issue i am getting this issue right now what can be the problem e androidruntime java lang runtimeexception unable to instantiate service com emilecode android notification listener androidnotificationlistenerplugin java lang nullpointerexception attempt to invoke virtual method java l...
0
2,478
8,639,912,982
IssuesEvent
2018-11-23 22:39:05
F5OEO/rpitx
https://api.github.com/repos/F5OEO/rpitx
closed
DCF77 antenna
V1 related (not maintained)
Prompt please, for transmission of DCF77 some special antenna is necessary? Or the piece of a wire approaches? Just I connected a piece of a wire, but hours aren't set up and don't see a signal. But also I noted that in case of start of FM on receivers there are noises.
True
DCF77 antenna - Prompt please, for transmission of DCF77 some special antenna is necessary? Or the piece of a wire approaches? Just I connected a piece of a wire, but hours aren't set up and don't see a signal. But also I noted that in case of start of FM on receivers there are noises.
main
antenna prompt please for transmission of some special antenna is necessary or the piece of a wire approaches just i connected a piece of a wire but hours aren t set up and don t see a signal but also i noted that in case of start of fm on receivers there are noises
1
375,059
11,099,139,773
IssuesEvent
2019-12-16 16:26:54
bcdasilv/code-style-mining
https://api.github.com/repos/bcdasilv/code-style-mining
closed
Improve Python automation
high_priority python
Merge in the scripts that fetch repositories (run separately right now) - [x] User can chose to fetch repos by our script categories (by stars, by our keywords script, etc) - [x] User can chose number of repositories to fetch (default is no limit) - [x] User can specify which database and collection they ...
1.0
Improve Python automation - Merge in the scripts that fetch repositories (run separately right now) - [x] User can chose to fetch repos by our script categories (by stars, by our keywords script, etc) - [x] User can chose number of repositories to fetch (default is no limit) - [x] User can specify which d...
non_main
improve python automation merge in the scripts that fetch repositories run separately right now user can chose to fetch repos by our script categories by stars by our keywords script etc user can chose number of repositories to fetch default is no limit user can specify which databas...
0
4,519
23,495,862,296
IssuesEvent
2022-08-18 01:15:56
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
closed
[MAINTAIN] R alias
maintain
fix the following lilac.yaml of R pacakges and rm alias from any architecture packages - [x] r-jaspdistributions - [x] r-bayesplay - [x] r-boomspikeslab - [x] r-bspm - [x] r-pak - [x] r-openmx - [x] r-jaspreliability - [x] r-jaspprocesscontrol - [x] r-metabma - [x] r-auc - [x] r-restfulsedata - [x] r-gpar...
True
[MAINTAIN] R alias - fix the following lilac.yaml of R pacakges and rm alias from any architecture packages - [x] r-jaspdistributions - [x] r-bayesplay - [x] r-boomspikeslab - [x] r-bspm - [x] r-pak - [x] r-openmx - [x] r-jaspreliability - [x] r-jaspprocesscontrol - [x] r-metabma - [x] r-auc - [x] r-restfu...
main
r alias fix the following lilac yaml of r pacakges and rm alias from any architecture packages r jaspdistributions r bayesplay r boomspikeslab r bspm r pak r openmx r jaspreliability r jaspprocesscontrol r metabma r auc r restfulsedata r gparotation ...
1
3,632
14,680,375,621
IssuesEvent
2020-12-31 09:53:09
RalfKoban/MiKo-Analyzers
https://api.github.com/repos/RalfKoban/MiKo-Analyzers
closed
Assert should be preceded and followed by a blank line
Area: analyzer Area: maintainability feature
A call to `Assert` should be preceded by a blank line if the preceding line contains a call to something that is no `Assert`. The reason is ease of reading. Following should report a violation: ```c# var x = 42; var y = "something"; Assert.That(x, Is.EqualTo(42)); Assert.That(y, Is.EqualTo("something")); ``` ...
True
Assert should be preceded and followed by a blank line - A call to `Assert` should be preceded by a blank line if the preceding line contains a call to something that is no `Assert`. The reason is ease of reading. Following should report a violation: ```c# var x = 42; var y = "something"; Assert.That(x, Is.Equa...
main
assert should be preceded and followed by a blank line a call to assert should be preceded by a blank line if the preceding line contains a call to something that is no assert the reason is ease of reading following should report a violation c var x var y something assert that x is equal...
1
189,316
22,047,016,840
IssuesEvent
2022-05-30 03:43:10
praneethpanasala/linux
https://api.github.com/repos/praneethpanasala/linux
closed
CVE-2019-15807 (Medium) detected in linuxlinux-4.19.6 - autoclosed
security vulnerability
## CVE-2019-15807 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https:...
True
CVE-2019-15807 (Medium) detected in linuxlinux-4.19.6 - autoclosed - ## CVE-2019-15807 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary> <p> <p>Apac...
non_main
cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files ...
0
289,986
8,881,060,338
IssuesEvent
2019-01-14 08:58:23
metwork-framework/resources
https://api.github.com/repos/metwork-framework/resources
closed
Preparing the build system for a 0.4 release branch
Priority: High Status: In Progress Type: Maintenance
For the moment, we only build a master branch (and integration branch which is kind of "pre-master"). We also build "PRs" before acceptance which is great. Now, we need to prepare our build system to releases branches. - [x] modify the `guess_version.sh` script for `release_*` branches - [x] generate all integra...
1.0
Preparing the build system for a 0.4 release branch - For the moment, we only build a master branch (and integration branch which is kind of "pre-master"). We also build "PRs" before acceptance which is great. Now, we need to prepare our build system to releases branches. - [x] modify the `guess_version.sh` scrip...
non_main
preparing the build system for a release branch for the moment we only build a master branch and integration branch which is kind of pre master we also build prs before acceptance which is great now we need to prepare our build system to releases branches modify the guess version sh  script ...
0
176,901
21,448,331,110
IssuesEvent
2022-04-25 08:49:39
Satheesh575555/hardware_nxp_nfc_AOSP10_r33
https://api.github.com/repos/Satheesh575555/hardware_nxp_nfc_AOSP10_r33
opened
CVE-2020-0165 (Medium) detected in nfcandroid-10.0.0_r1
security vulnerability
## CVE-2020-0165 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nfcandroid-10.0.0_r1</b></p></summary> <p> <p>Bug: 68716290</p> <p>Library home page: <a href=https://android.googles...
True
CVE-2020-0165 (Medium) detected in nfcandroid-10.0.0_r1 - ## CVE-2020-0165 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nfcandroid-10.0.0_r1</b></p></summary> <p> <p>Bug: 68716290...
non_main
cve medium detected in nfcandroid cve medium severity vulnerability vulnerable library nfcandroid bug library home page a href found in head commit a href found in base branch master vulnerable source files halimpl hal phnxpn...
0
755
4,351,917,853
IssuesEvent
2016-08-01 02:55:20
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
os_network should be able to support "provider" options
cloud feature_idea waiting_on_maintainer
##### ISSUE TYPE Feature Request ##### COMPONENT NAME os_network module ##### ANSIBLE VERSION N/A ##### SUMMARY Currently there is no way of creating a network as follows: ``` neutron net-create public --provider:network_type vlan \ --provider:segmentation_id 10 \ --provider:physical_network datacent...
True
os_network should be able to support "provider" options - ##### ISSUE TYPE Feature Request ##### COMPONENT NAME os_network module ##### ANSIBLE VERSION N/A ##### SUMMARY Currently there is no way of creating a network as follows: ``` neutron net-create public --provider:network_type vlan \ --provider...
main
os network should be able to support provider options issue type feature request component name os network module ansible version n a summary currently there is no way of creating a network as follows neutron net create public provider network type vlan provider...
1
46,076
9,881,641,358
IssuesEvent
2019-06-24 15:05:17
startsole/StartSOLE-web-app
https://api.github.com/repos/startsole/StartSOLE-web-app
opened
Confirm RDN names for rings
better code let's talk about it question
In the backend we have a file defining the rings, called `polygons.js`. Steffen and I made some RDNs for each one but we just guessed these are just strings and can be anything as long as they are unique. We will use them internally to reference rings but also the user will see it in the URL when they're viewing the ri...
1.0
Confirm RDN names for rings - In the backend we have a file defining the rings, called `polygons.js`. Steffen and I made some RDNs for each one but we just guessed these are just strings and can be anything as long as they are unique. We will use them internally to reference rings but also the user will see it in the U...
non_main
confirm rdn names for rings in the backend we have a file defining the rings called polygons js steffen and i made some rdns for each one but we just guessed these are just strings and can be anything as long as they are unique we will use them internally to reference rings but also the user will see it in the u...
0
1,493
6,461,248,458
IssuesEvent
2017-08-16 07:35:07
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Yum can't downgrade packages
affects_2.3 bug_report waiting_on_maintainer
As of 1.9.1, the yum module can't downgrade packages. I saw a 77e66cb01e9121e5fcbdc08e87d248c21bdad497 attempting to fix this, but it had to be reverted in d77f1976a6cbf30cd2284817e92a838f7f7e47ef . (I don't know the story behind the revert, and I couldn't find an open bug or public discussion.. so I'm opening an iss...
True
Yum can't downgrade packages - As of 1.9.1, the yum module can't downgrade packages. I saw a 77e66cb01e9121e5fcbdc08e87d248c21bdad497 attempting to fix this, but it had to be reverted in d77f1976a6cbf30cd2284817e92a838f7f7e47ef . (I don't know the story behind the revert, and I couldn't find an open bug or public dis...
main
yum can t downgrade packages as of the yum module can t downgrade packages i saw a attempting to fix this but it had to be reverted in i don t know the story behind the revert and i couldn t find an open bug or public discussion so i m opening an issue
1
16,101
3,507,456,151
IssuesEvent
2016-01-08 13:26:55
RIOT-OS/RIOT
https://api.github.com/repos/RIOT-OS/RIOT
opened
pkg: micro-ecc: test takes 2 hours
pkg question tests
According to https://github.com/RIOT-OS/Release-Specs/issues/14 the `pkg_micro-ecc` test takes about two hours to complete. I remember similar results for the last release. (Though it's much faster (~30 minutes) on my computers.) The main question is why this test takes so long and if this package is suitable at all fo...
1.0
pkg: micro-ecc: test takes 2 hours - According to https://github.com/RIOT-OS/Release-Specs/issues/14 the `pkg_micro-ecc` test takes about two hours to complete. I remember similar results for the last release. (Though it's much faster (~30 minutes) on my computers.) The main question is why this test takes so long and ...
non_main
pkg micro ecc test takes hours according to the pkg micro ecc test takes about two hours to complete i remember similar results for the last release though it s much faster minutes on my computers the main question is why this test takes so long and if this package is suitable at all for iot hardwar...
0
3,379
13,087,342,801
IssuesEvent
2020-08-02 11:43:40
sambhav228/Stulysis
https://api.github.com/repos/sambhav228/Stulysis
opened
New React App
For Maintainers enhancement help wanted
<!-- Issue tracker is ONLY used for reporting bugs.--> ## What to do: We can create a new React App. @Priyanknasit can lead this task and others will follow-up together. ## Detailed Description All the discussion regarding this can be done in this particular issue
True
New React App - <!-- Issue tracker is ONLY used for reporting bugs.--> ## What to do: We can create a new React App. @Priyanknasit can lead this task and others will follow-up together. ## Detailed Description All the discussion regarding this can be done in this particular issue
main
new react app what to do we can create a new react app priyanknasit can lead this task and others will follow up together detailed description all the discussion regarding this can be done in this particular issue
1
99,545
12,429,753,347
IssuesEvent
2020-05-25 09:04:04
miatrinity/railsnew.io
https://api.github.com/repos/miatrinity/railsnew.io
closed
Do not allow flags to be broken on dash
bug design
An image is worth a thousand words: ![image](https://user-images.githubusercontent.com/59438283/82003600-0fd78c80-9661-11ea-85f3-35e25593550b.png) So yeah, nope, just no.
1.0
Do not allow flags to be broken on dash - An image is worth a thousand words: ![image](https://user-images.githubusercontent.com/59438283/82003600-0fd78c80-9661-11ea-85f3-35e25593550b.png) So yeah, nope, just no.
non_main
do not allow flags to be broken on dash an image is worth a thousand words so yeah nope just no
0
3,553
14,112,744,805
IssuesEvent
2020-11-07 07:15:50
grey-software/org
https://api.github.com/repos/grey-software/org
opened
🥅 Initiative: Hackathon with UTMSAM
Domain: User Experience Role: Maintainer Role: Product Owner
### Motivation 🏁 <!-- A clear and concise motivation for this initiative? How will this help execute the vision of the org? --> UTMSAM is hosting a hackathon, and participating as a guest org would increase our visibility and possibly generate partnerships. ### Initiative Overview 👁️‍🗨️ <!-- A clear and c...
True
🥅 Initiative: Hackathon with UTMSAM - ### Motivation 🏁 <!-- A clear and concise motivation for this initiative? How will this help execute the vision of the org? --> UTMSAM is hosting a hackathon, and participating as a guest org would increase our visibility and possibly generate partnerships. ### Initiative ...
main
🥅 initiative hackathon with utmsam motivation 🏁 a clear and concise motivation for this initiative how will this help execute the vision of the org utmsam is hosting a hackathon and participating as a guest org would increase our visibility and possibly generate partnerships initiative ...
1
446,318
12,854,949,468
IssuesEvent
2020-07-09 03:35:13
awilliams62090/awilliams62090.github.io
https://api.github.com/repos/awilliams62090/awilliams62090.github.io
opened
Move Project Fineapple
PRIORITY
Project Fineapple should be a project within the repo, not an associated repo- move it around while it is still small!
1.0
Move Project Fineapple - Project Fineapple should be a project within the repo, not an associated repo- move it around while it is still small!
non_main
move project fineapple project fineapple should be a project within the repo not an associated repo move it around while it is still small
0
2,906
3,696,825,412
IssuesEvent
2016-02-27 07:28:38
JuliaLang/julia
https://api.github.com/repos/JuliaLang/julia
opened
recent parser performance regression
parser performance regression
With the recent work on modifying julia-syntax, I assumed it should be faster now. However, I was surprised to find that f5033ad seemed to be about twice as fast on one of my torture benchmarks (https://github.com/JuliaLang/julia/pull/9729#issuecomment-71351493) than both v0.4 and master today (636916e). (there's no...
True
recent parser performance regression - With the recent work on modifying julia-syntax, I assumed it should be faster now. However, I was surprised to find that f5033ad seemed to be about twice as fast on one of my torture benchmarks (https://github.com/JuliaLang/julia/pull/9729#issuecomment-71351493) than both v0.4 an...
non_main
recent parser performance regression with the recent work on modifying julia syntax i assumed it should be faster now however i was surprised to find that seemed to be about twice as fast on one of my torture benchmarks than both and master today there s nothing special about that first commit ...
0
4,270
21,392,390,283
IssuesEvent
2022-04-21 08:25:43
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
closed
Spotless apparently not configured properly
kind/toil area/maintainability
**Description** Cannot really pinpoint the exact conditions, but lately I often have spotless errors in Jenkins. * I save my files with Idea and would assume that it applies the code style automatically. * running `mvn clean install -DskipTests -DskipChecks` does not change any files * running `mvn spotless:app...
True
Spotless apparently not configured properly - **Description** Cannot really pinpoint the exact conditions, but lately I often have spotless errors in Jenkins. * I save my files with Idea and would assume that it applies the code style automatically. * running `mvn clean install -DskipTests -DskipChecks` does not...
main
spotless apparently not configured properly description cannot really pinpoint the exact conditions but lately i often have spotless errors in jenkins i save my files with idea and would assume that it applies the code style automatically running mvn clean install dskiptests dskipchecks does not...
1
1,369
5,923,466,011
IssuesEvent
2017-05-23 08:01:04
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Ansible connection is sometimes dropped mid-play on windows hosts
affects_2.1 bug_report waiting_on_maintainer windows
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> win_user.ps1 ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between q...
True
Ansible connection is sometimes dropped mid-play on windows hosts - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> win_user.ps1 ##### ANSIBLE VER...
main
ansible connection is sometimes dropped mid play on windows hosts issue type bug report component name win user ansible version ansible config file configured module search path default w o overrides configuration mention any settings you have c...
1
43,540
5,640,724,389
IssuesEvent
2017-04-06 17:03:27
ProjectSidewalk/SidewalkWebpage
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
closed
Landing Page Redesign Ideas
Priority: Medium UI Design
A few things: - I want us to have a more captivating landing page, specifically the top ~1000 vertical pixels that a user first sees when they load a page. I think we should have a nice carousel similar to https://www.zooniverse.org/ or https://makeabilitylab.umiacs.umd.edu/ that helps quickly/visually capture the esse...
1.0
Landing Page Redesign Ideas - A few things: - I want us to have a more captivating landing page, specifically the top ~1000 vertical pixels that a user first sees when they load a page. I think we should have a nice carousel similar to https://www.zooniverse.org/ or https://makeabilitylab.umiacs.umd.edu/ that helps qui...
non_main
landing page redesign ideas a few things i want us to have a more captivating landing page specifically the top vertical pixels that a user first sees when they load a page i think we should have a nice carousel similar to or that helps quickly visually capture the essence of project sidewalk i want u...
0
1,092
4,953,371,687
IssuesEvent
2016-12-01 14:55:41
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
jenkins_plugin reports "change = true" even when nothing has changed
affects_2.2 bug_report waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME jenkins_plugin ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config file = /home/ext950/GIT/marc/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in an...
True
jenkins_plugin reports "change = true" even when nothing has changed - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME jenkins_plugin ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config file = /home/ext950/GIT/marc/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGUR...
main
jenkins plugin reports change true even when nothing has changed issue type bug report component name jenkins plugin ansible version ansible config file home git marc ansible cfg configured module search path default w o overrides configuration...
1
5,502
27,484,642,533
IssuesEvent
2023-03-04 01:03:11
Windham-High-School/CubeServer
https://api.github.com/repos/Windham-High-School/CubeServer
closed
Fix versioning guidelines
maintainability
The version in `develop` should be different than that of the previous release. Document and implement change ASAP.
True
Fix versioning guidelines - The version in `develop` should be different than that of the previous release. Document and implement change ASAP.
main
fix versioning guidelines the version in develop should be different than that of the previous release document and implement change asap
1
2,518
8,655,460,231
IssuesEvent
2018-11-27 16:00:33
codestation/qcma
https://api.github.com/repos/codestation/qcma
closed
Device pairing numbers are not showing up on my PC
unmaintained
Somehow when I try to pair my PSTV to my PC the pairing numbers don't show up. I get the popup, but the space where the numbers would be is completely empty. ![untitled](https://user-images.githubusercontent.com/38590806/39086816-b0e1c980-455d-11e8-91bc-72e68d0fe537.png)
True
Device pairing numbers are not showing up on my PC - Somehow when I try to pair my PSTV to my PC the pairing numbers don't show up. I get the popup, but the space where the numbers would be is completely empty. ![untitled](https://user-images.githubusercontent.com/38590806/39086816-b0e1c980-455d-11e8-91bc-72e68d0fe5...
main
device pairing numbers are not showing up on my pc somehow when i try to pair my pstv to my pc the pairing numbers don t show up i get the popup but the space where the numbers would be is completely empty
1
3,080
11,682,603,969
IssuesEvent
2020-03-05 00:39:12
spack/spack
https://api.github.com/repos/spack/spack
closed
Remove support for the old YAML format in the spec database
impact-low maintainers pkg-database
As a developer I want to remove support for the deprecated YAML database format so that there will be less vestigial code to maintain. ### Rationale In #2189 we changed the database format from YAML to JSON for performance reasons. To ease the transition for users the PR made it possible to read the old YAML form...
True
Remove support for the old YAML format in the spec database - As a developer I want to remove support for the deprecated YAML database format so that there will be less vestigial code to maintain. ### Rationale In #2189 we changed the database format from YAML to JSON for performance reasons. To ease the transiti...
main
remove support for the old yaml format in the spec database as a developer i want to remove support for the deprecated yaml database format so that there will be less vestigial code to maintain rationale in we changed the database format from yaml to json for performance reasons to ease the transition ...
1
160,100
6,076,677,726
IssuesEvent
2017-06-16 00:13:42
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
log spam from controller-manager about evicting pods
needs-sig priority/awaiting-more-evidence team/control-plane (deprecated - do not use)
``` I0211 07:53:26.351661 6 nodecontroller.go:450] Evicting pods on node kubernetes-master: 2016-02-11 07:53:26.351652773 +0000 UTC is later than 2016-02-11 07:50:16.107121558 +0000 UTC + -30s I0211 07:53:31.358104 6 nodecontroller.go:665] node kubernetes-master hasn't been updated for 3m15.25097032s. Last ...
1.0
log spam from controller-manager about evicting pods - ``` I0211 07:53:26.351661 6 nodecontroller.go:450] Evicting pods on node kubernetes-master: 2016-02-11 07:53:26.351652773 +0000 UTC is later than 2016-02-11 07:50:16.107121558 +0000 UTC + -30s I0211 07:53:31.358104 6 nodecontroller.go:665] node kubernet...
non_main
log spam from controller manager about evicting pods nodecontroller go evicting pods on node kubernetes master utc is later than utc nodecontroller go node kubernetes master hasn t been updated for last ready condition is typ...
0
5,222
26,489,410,748
IssuesEvent
2023-01-17 21:04:47
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Data Explorer styling & frontend granular meta issue
work: frontend status: ready restricted: maintainers type: meta
This meta issue tracks pending items in Data Explorer prioritized by demo video readiness 1. **The following are essential for the demo video, since they will be visible during the demo** - [x] Show cell content on the Cell inspector tab - DEMO VIDEO - [x] Automatically select inspector tabs based on colum...
True
Data Explorer styling & frontend granular meta issue - This meta issue tracks pending items in Data Explorer prioritized by demo video readiness 1. **The following are essential for the demo video, since they will be visible during the demo** - [x] Show cell content on the Cell inspector tab - DEMO VIDEO -...
main
data explorer styling frontend granular meta issue this meta issue tracks pending items in data explorer prioritized by demo video readiness the following are essential for the demo video since they will be visible during the demo show cell content on the cell inspector tab demo video ...
1
5,738
30,339,102,335
IssuesEvent
2023-07-11 11:34:26
IPVS-AS/MBP
https://api.github.com/repos/IPVS-AS/MBP
opened
Upgrade to newer JDKs
maintainance
Currently only JDK 8 is supported, JDK 9 does not work due to compatibility issues regarding WRO.
True
Upgrade to newer JDKs - Currently only JDK 8 is supported, JDK 9 does not work due to compatibility issues regarding WRO.
main
upgrade to newer jdks currently only jdk is supported jdk does not work due to compatibility issues regarding wro
1
489,547
14,107,959,380
IssuesEvent
2020-11-06 17:03:05
grpc/grpc
https://api.github.com/repos/grpc/grpc
closed
Testing flags: Migrate from gflags to abseil's flags
kind/internal cleanup lang/c++ priority/P2
Currently there are ~36 uses of [gflags](https://github.com/gflags/gflags) ([docs](https://gflags.github.io/gflags/)) under the `/test` subdirectory. This is to track changing them to use [Abseil Flags](https://github.com/abseil/abseil-cpp/tree/master/absl/flags) ([docs](https://abseil.io/docs/cpp/guides/flags)), which...
1.0
Testing flags: Migrate from gflags to abseil's flags - Currently there are ~36 uses of [gflags](https://github.com/gflags/gflags) ([docs](https://gflags.github.io/gflags/)) under the `/test` subdirectory. This is to track changing them to use [Abseil Flags](https://github.com/abseil/abseil-cpp/tree/master/absl/flags) (...
non_main
testing flags migrate from gflags to abseil s flags currently there are uses of under the test subdirectory this is to track changing them to use which aligns with migrations that have already occurred in the google monorepo abseil s flags is an evolution of gflags requiring use of getter ...
0
4,601
23,849,763,655
IssuesEvent
2022-09-06 16:47:50
ocsf/ocsf-schema
https://api.github.com/repos/ocsf/ocsf-schema
closed
All first release categories completed and merged into main
maintainers
First release Categories, checked if complete and merged into main: - [ ] System Activity - [ ] Findings - [ ] Audit Activity - [ ] Network Activity - [ ] Cloud Activity - [ ] Container Activity - [ ] Database Activity - [ ] Application Activity - [ ] Configuration / Inventory
True
All first release categories completed and merged into main - First release Categories, checked if complete and merged into main: - [ ] System Activity - [ ] Findings - [ ] Audit Activity - [ ] Network Activity - [ ] Cloud Activity - [ ] Container Activity - [ ] Database Activity - [ ] Application Activity - [ ] Confi...
main
all first release categories completed and merged into main first release categories checked if complete and merged into main system activity findings audit activity network activity cloud activity container activity database activity application activity configuration invento...
1
413,404
12,066,790,948
IssuesEvent
2020-04-16 12:23:01
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Store just the symbol table of a module in BIR binary
Area/jBallerina Points/5 Priority/High Type/Improvement
**Description:** This is an improvement to BIR serialization. We will need only the top level symbol of a module to symbol enter. But we are currently writing the whole BIR to the binary. With this change, BIR writing and reading will have improvements. **Steps to reproduce:** **Affected Versions:** **OS,...
1.0
Store just the symbol table of a module in BIR binary - **Description:** This is an improvement to BIR serialization. We will need only the top level symbol of a module to symbol enter. But we are currently writing the whole BIR to the binary. With this change, BIR writing and reading will have improvements. **...
non_main
store just the symbol table of a module in bir binary description this is an improvement to bir serialization we will need only the top level symbol of a module to symbol enter but we are currently writing the whole bir to the binary with this change bir writing and reading will have improvements ...
0