Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
110,676
13,927,747,057
IssuesEvent
2020-10-21 20:19:42
NixOS/nixos-homepage
https://api.github.com/repos/NixOS/nixos-homepage
opened
Website in reload loop
design
**Describe the glitch** Since the redesign the website is **unusable** on Firefox due constant reloads. **Additional context** firefox 76.0.1 (64-bit). umatrix and ublock Origin active but everything allowed.
1.0
Website in reload loop - **Describe the glitch** Since the redesign the website is **unusable** on Firefox due constant reloads. **Additional context** firefox 76.0.1 (64-bit). umatrix and ublock Origin active but everything allowed.
non_defect
website in reload loop describe the glitch since the redesign the website is unusable on firefox due constant reloads additional context firefox bit umatrix and ublock origin active but everything allowed
0
698,992
23,999,705,317
IssuesEvent
2022-09-14 10:23:20
MaibornWolff/codecharta
https://api.github.com/repos/MaibornWolff/codecharta
closed
loading indicator isn't working
bug pr-visualization priority:medium
# Bug ## Expected Behavior Given a huge map When I load it Then a loading indicator is displayed on the map while it is loading ## Actual Behavior The page becomes unresponsive until the map is loading ## Screenshots ## Steps to Reproduce the Problem 1. Load a huge map, which needs several seconds to l...
1.0
loading indicator isn't working - # Bug ## Expected Behavior Given a huge map When I load it Then a loading indicator is displayed on the map while it is loading ## Actual Behavior The page becomes unresponsive until the map is loading ## Screenshots ## Steps to Reproduce the Problem 1. Load a huge map...
non_defect
loading indicator isn t working bug expected behavior given a huge map when i load it then a loading indicator is displayed on the map while it is loading actual behavior the page becomes unresponsive until the map is loading screenshots steps to reproduce the problem load a huge map...
0
9,372
2,615,146,265
IssuesEvent
2015-03-01 06:22:18
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
closed
html5rocks.com SEO
auto-migrated Milestone-3 Priority-Medium Type-Defect
``` people saying they can't search and find the information , need to do some SEO here ``` Original issue reported on code.google.com by `v...@google.com` on 16 Aug 2010 at 7:34
1.0
html5rocks.com SEO - ``` people saying they can't search and find the information , need to do some SEO here ``` Original issue reported on code.google.com by `v...@google.com` on 16 Aug 2010 at 7:34
defect
com seo people saying they can t search and find the information need to do some seo here original issue reported on code google com by v google com on aug at
1
41,271
10,351,910,902
IssuesEvent
2019-09-05 08:05:34
mozilla-lockwise/lockwise-android
https://api.github.com/repos/mozilla-lockwise/lockwise-android
opened
Edit View: app is closed when saving or deleting an entry from this view
type: defect
## Steps to reproduce Open one entry Tap on hamburger menu -> Edit 1-Do some changes and tap on Done button or 2-Tap on Delete Entry ### Expected behavior 1-The changes are saved successfully 2-The entry is correctly removed and I guess user is taken back to ListView but the app should not be closed ### Actual b...
1.0
Edit View: app is closed when saving or deleting an entry from this view - ## Steps to reproduce Open one entry Tap on hamburger menu -> Edit 1-Do some changes and tap on Done button or 2-Tap on Delete Entry ### Expected behavior 1-The changes are saved successfully 2-The entry is correctly removed and I guess us...
defect
edit view app is closed when saving or deleting an entry from this view steps to reproduce open one entry tap on hamburger menu edit do some changes and tap on done button or tap on delete entry expected behavior the changes are saved successfully the entry is correctly removed and i guess us...
1
315,740
23,595,404,624
IssuesEvent
2022-08-23 18:44:49
tektoncd/pipeline
https://api.github.com/repos/tektoncd/pipeline
opened
Improved Docs for Authentication
kind/documentation
There are a few improvements I think we could make to our [docs on authentication](https://github.com/tektoncd/pipeline/blob/main/docs/auth.md). The most confusing thing IMO is that there are a few things "authentication" can refer to that our docs don't clearly distinguish: - Allowing the Tekton pipelines controll...
1.0
Improved Docs for Authentication - There are a few improvements I think we could make to our [docs on authentication](https://github.com/tektoncd/pipeline/blob/main/docs/auth.md). The most confusing thing IMO is that there are a few things "authentication" can refer to that our docs don't clearly distinguish: - All...
non_defect
improved docs for authentication there are a few improvements i think we could make to our the most confusing thing imo is that there are a few things authentication can refer to that our docs don t clearly distinguish allowing the tekton pipelines controller to read image metadata from a private registr...
0
208,730
7,157,776,359
IssuesEvent
2018-01-26 21:14:36
elementary/icons
https://api.github.com/repos/elementary/icons
closed
devices/phone is missing at certain sizes
Priority: Medium Status: Confirmed
- [ ] 24px - [x] 32px - [ ] 64px - [ ] 128px ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28997835-devices-phone-is-missing-at-certain-sizes?utm_campaign=plugin&utm_content=tracker%2F27377189&utm_medium=issues&utm_source=github)** We accept bounti...
1.0
devices/phone is missing at certain sizes - - [ ] 24px - [x] 32px - [ ] 64px - [ ] 128px ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28997835-devices-phone-is-missing-at-certain-sizes?utm_campaign=plugin&utm_content=tracker%2F27377189&utm_medium=...
non_defect
devices phone is missing at certain sizes want to back this issue we accept bounties via
0
31,711
6,598,510,905
IssuesEvent
2017-09-16 06:27:10
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
misc.imresize with 'nearest' returns incorrect values when downsampling.
defect scipy.misc
I'm using the following code to resize the label images of semantic segmentation task [PASCAL VOC] ( images with values in range 0 to `n_classes` with `n_classes` = 21). lbl = m.imread(lbl_path) lbl = np.array(lbl, dtype=np.int32) lbl = self.encode_segmap(lbl) print 'Unique: ', ...
1.0
misc.imresize with 'nearest' returns incorrect values when downsampling. - I'm using the following code to resize the label images of semantic segmentation task [PASCAL VOC] ( images with values in range 0 to `n_classes` with `n_classes` = 21). lbl = m.imread(lbl_path) lbl = np.array(lbl, dtype=n...
defect
misc imresize with nearest returns incorrect values when downsampling i m using the following code to resize the label images of semantic segmentation task images with values in range to n classes with n classes lbl m imread lbl path lbl np array lbl dtype np ...
1
523,198
15,174,598,182
IssuesEvent
2021-02-13 19:06:08
eclipse-ee4j/glassfish
https://api.github.com/repos/eclipse-ee4j/glassfish
closed
App client deployment/download/launch should support --libraries option on deploy command
4_0-exclude Component: standalone_client Priority: Major Type: Bug
#13144 describes the needs for app client deployments to support the --libraries option. This issue captures that need separately. If this is still a need we'll track it with this issue. #### Affected Versions [V3, 3.1, 3.1.1, 3.1.2, 3.1.2.2, 4.0_dev]
1.0
App client deployment/download/launch should support --libraries option on deploy command - #13144 describes the needs for app client deployments to support the --libraries option. This issue captures that need separately. If this is still a need we'll track it with this issue. #### Affected Versions [V3, 3.1, 3.1.1, ...
non_defect
app client deployment download launch should support libraries option on deploy command describes the needs for app client deployments to support the libraries option this issue captures that need separately if this is still a need we ll track it with this issue affected versions
0
30,120
6,032,797,938
IssuesEvent
2017-06-09 05:57:30
moosetechnology/Moose
https://api.github.com/repos/moosetechnology/Moose
closed
VerveineJ: Method in EnumValue -> anonymous or inner class
Component-VerveineJ Priority-Medium Type-Defect
Originally reported on Google Code with ID 998 ``` Consider the following Java code (real one, got from FindBugs plugin). There are some method definitions in Enum Value. How VerveineJ should consider the enum values? as anonymous or inner classes? If it is inner classes the definition of innerClass method has to be m...
1.0
VerveineJ: Method in EnumValue -> anonymous or inner class - Originally reported on Google Code with ID 998 ``` Consider the following Java code (real one, got from FindBugs plugin). There are some method definitions in Enum Value. How VerveineJ should consider the enum values? as anonymous or inner classes? If it is ...
defect
verveinej method in enumvalue anonymous or inner class originally reported on google code with id consider the following java code real one got from findbugs plugin there are some method definitions in enum value how verveinej should consider the enum values as anonymous or inner classes if it is in...
1
53,477
13,261,693,235
IssuesEvent
2020-08-20 20:21:57
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[CommonVariables] docs don't compile (Trac #1489)
Migrated from Trac combo reconstruction defect
When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error: ```text Sphinx error: 'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128) ``` When I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ub...
1.0
[CommonVariables] docs don't compile (Trac #1489) - When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error: ```text Sphinx error: 'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128) ``` When I delete CommonVariables docs, compilation goe...
defect
docs don t compile trac when i try to compile the docs i don t get past commonvariables with this not very helpful sphinx error text sphinx error ascii codec can t decode byte in position ordinal not in range when i delete commonvariables docs compilation goes through this happens bo...
1
11,647
2,660,015,667
IssuesEvent
2015-03-19 01:36:26
perfsonar/toolkit
https://api.github.com/repos/perfsonar/toolkit
opened
More info in JSON of index.cgi
Milestone-Release3.5 Priority-Medium Type-Defect
_From @arlake228 on March 14, 2015 12:46_ Original [issue 1037](https://code.google.com/p/perfsonar-ps/issues/detail?id=1037) created by arlake228 on 2015-01-06T20:38:49.000Z: On the USATLAS call Shawn asked if the following would be possible to add to the index.cgi JSON output: 1. The percentage of time that BWCT...
1.0
More info in JSON of index.cgi - _From @arlake228 on March 14, 2015 12:46_ Original [issue 1037](https://code.google.com/p/perfsonar-ps/issues/detail?id=1037) created by arlake228 on 2015-01-06T20:38:49.000Z: On the USATLAS call Shawn asked if the following would be possible to add to the index.cgi JSON output: 1....
defect
more info in json of index cgi from on march original created by on on the usatlas call shawn asked if the following would be possible to add to the index cgi json output the percentage of time that bwctl tests are running as shown on the quot configure tests quot page thi...
1
35,890
7,818,984,373
IssuesEvent
2018-06-13 13:54:07
telus/tds-core
https://api.github.com/repos/telus/tds-core
closed
[Typography] Better word hyphenation
low hanging fruit owner: core team priority: medium status: in progress type: defect
## Why On small screens such as the iPhone 5, long words in headings may exceed the width the screen. Since that is an unfavourable user experience, we should address text overflow within TDS while maintaining our content principles. ## What It was previously brought to our attention that long words get cut of...
1.0
[Typography] Better word hyphenation - ## Why On small screens such as the iPhone 5, long words in headings may exceed the width the screen. Since that is an unfavourable user experience, we should address text overflow within TDS while maintaining our content principles. ## What It was previously brought to o...
defect
better word hyphenation why on small screens such as the iphone long words in headings may exceed the width the screen since that is an unfavourable user experience we should address text overflow within tds while maintaining our content principles what it was previously brought to our attentio...
1
8,897
2,612,927,332
IssuesEvent
2015-02-27 17:33:32
chrsmith/windows-package-manager
https://api.github.com/repos/chrsmith/windows-package-manager
closed
install new software not working
auto-migrated Milestone-1.18 Type-Defect
``` What steps will reproduce the problem? 1. reload repositories (F5) What is the expected output? What do you see instead? Should see new list of available software. It starts loading, but blocks on 100 % cpu load. List is not loaded. What version of the product are you using? On what operating system? Npackd 1.1...
1.0
install new software not working - ``` What steps will reproduce the problem? 1. reload repositories (F5) What is the expected output? What do you see instead? Should see new list of available software. It starts loading, but blocks on 100 % cpu load. List is not loaded. What version of the product are you using? O...
defect
install new software not working what steps will reproduce the problem reload repositories what is the expected output what do you see instead should see new list of available software it starts loading but blocks on cpu load list is not loaded what version of the product are you using on w...
1
148,164
23,319,998,688
IssuesEvent
2022-08-08 15:32:04
webstudio-is/webstudio-designer
https://api.github.com/repos/webstudio-is/webstudio-designer
closed
Navigator Panel
help wanted type:question area:designer prio:2
This issue is to discuss all details of the Navigator panel that are not already covered in [Issue #131](https://github.com/webstudio-is/webstudio-designer/issues/131) Suggestions: Make it pinnable - As a user I want the ability to pin the navigator panel so it's always open on the left side (I have this permane...
1.0
Navigator Panel - This issue is to discuss all details of the Navigator panel that are not already covered in [Issue #131](https://github.com/webstudio-is/webstudio-designer/issues/131) Suggestions: Make it pinnable - As a user I want the ability to pin the navigator panel so it's always open on the left side (I...
non_defect
navigator panel this issue is to discuss all details of the navigator panel that are not already covered in suggestions make it pinnable as a user i want the ability to pin the navigator panel so it s always open on the left side i have this permanently enabled in webflow i use the navigator in webfl...
0
129,251
18,074,262,833
IssuesEvent
2021-09-21 08:05:44
owncloud/core
https://api.github.com/repos/owncloud/core
closed
Administrative changes should require verifying the identity by entering the password again all 15 minutes
enhancement settings:apps settings:admin settings:users security status/STALE
All administrative changes (e.g. create a user, or delete it) should require the user to verify his identity by providing the password again if the backend supports this. This verification is then cached for a sensible period of time. (e.g. 15 minutes). Important points to remember: - Has also to work with our API - N...
True
Administrative changes should require verifying the identity by entering the password again all 15 minutes - All administrative changes (e.g. create a user, or delete it) should require the user to verify his identity by providing the password again if the backend supports this. This verification is then cached for a s...
non_defect
administrative changes should require verifying the identity by entering the password again all minutes all administrative changes e g create a user or delete it should require the user to verify his identity by providing the password again if the backend supports this this verification is then cached for a se...
0
340,052
30,492,647,871
IssuesEvent
2023-07-18 08:45:09
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: schemachange/index/tpcc/w=800 failed
C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-foundations
roachtest.schemachange/index/tpcc/w=800 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=artifacts#/schemach...
2.0
roachtest: schemachange/index/tpcc/w=800 failed - roachtest.schemachange/index/tpcc/w=800 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNig...
non_defect
roachtest schemachange index tpcc w failed roachtest schemachange index tpcc w with on master cluster go start cockroach connect timeout cockroach sql url postgres root localhost sslmode disable e create schedule if not exists test only backup for backup into gs cockro...
0
226,481
18,021,672,986
IssuesEvent
2021-09-16 20:18:25
apache/cloudstack
https://api.github.com/repos/apache/cloudstack
closed
Cannot select constrained or unconstrained offering on powered on VM
type:bug status:needs-testing
<!-- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release and main branch are affected too. Always add information AFTER of these HTML comments, but no need to delete the comments. --> ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Bug Report ...
1.0
Cannot select constrained or unconstrained offering on powered on VM - <!-- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release and main branch are affected too. Always add information AFTER of these HTML comments, but no need to delete the comments. --> ##### ...
non_defect
cannot select constrained or unconstrained offering on powered on vm verify first that your issue request is not already reported on github also test if the latest release and main branch are affected too always add information after of these html comments but no need to delete the comments ...
0
8,954
27,261,401,629
IssuesEvent
2023-02-22 15:07:35
spacemeshos/smapp
https://api.github.com/repos/spacemeshos/smapp
opened
Make nightly-builds from develop branch
feature automation P1
### Rationale We need a new GHA workflow, which will build signed nightly artifacts from the develop branch on any push into `develop`. ### User story We want to make it possible for anyone to download & install the latest nightly Smapp build (from latest `develop`) without having to set up a dev environment. - [...
1.0
Make nightly-builds from develop branch - ### Rationale We need a new GHA workflow, which will build signed nightly artifacts from the develop branch on any push into `develop`. ### User story We want to make it possible for anyone to download & install the latest nightly Smapp build (from latest `develop`) withou...
non_defect
make nightly builds from develop branch rationale we need a new gha workflow which will build signed nightly artifacts from the develop branch on any push into develop user story we want to make it possible for anyone to download install the latest nightly smapp build from latest develop withou...
0
155,646
13,630,516,201
IssuesEvent
2020-09-24 16:33:33
twistlock/docs
https://api.github.com/repos/twistlock/docs
closed
Include OpenShift support in this System Requirements
documentation
https://docs.paloaltonetworks.com/prisma/prisma-cloud/20-09/prisma-cloud-compute-edition-admin/install/system_requirements.html Doesn't include OpenShift support details.
1.0
Include OpenShift support in this System Requirements - https://docs.paloaltonetworks.com/prisma/prisma-cloud/20-09/prisma-cloud-compute-edition-admin/install/system_requirements.html Doesn't include OpenShift support details.
non_defect
include openshift support in this system requirements doesn t include openshift support details
0
17,081
2,974,593,173
IssuesEvent
2015-07-15 02:10:24
Reimashi/jotai
https://api.github.com/repos/Reimashi/jotai
closed
ohm turns of machine in windows 8 consumer preview
auto-migrated Priority-Medium Type-Defect wontfix
``` What is the expected output? What do you see instead? what do u think? show the cpu temp What version of the product are you using? On what operating system? 0.4b windows 8 consumer preview Please provide any additional information below. Please attach a Report created with "File / Save Report...". how? if it t...
1.0
ohm turns of machine in windows 8 consumer preview - ``` What is the expected output? What do you see instead? what do u think? show the cpu temp What version of the product are you using? On what operating system? 0.4b windows 8 consumer preview Please provide any additional information below. Please attach a Repo...
defect
ohm turns of machine in windows consumer preview what is the expected output what do you see instead what do u think show the cpu temp what version of the product are you using on what operating system windows consumer preview please provide any additional information below please attach a repor...
1
58,171
16,388,393,988
IssuesEvent
2021-05-17 13:26:00
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
"Get help" button has accessibility issues.
Core Application Team Defect Product Support Team
**Describe the defect** The get help button on the login page has a couple of accessbility issues 1. No visible change of state on hover. 2. No visible indication of it being selected when using tab navigation. Since we are addressing CSS in this issue it may be advantageous to address this one too https://gith...
1.0
"Get help" button has accessibility issues. - **Describe the defect** The get help button on the login page has a couple of accessbility issues 1. No visible change of state on hover. 2. No visible indication of it being selected when using tab navigation. Since we are addressing CSS in this issue it may be adv...
defect
get help button has accessibility issues describe the defect the get help button on the login page has a couple of accessbility issues no visible change of state on hover no visible indication of it being selected when using tab navigation since we are addressing css in this issue it may be adv...
1
23,115
3,769,425,324
IssuesEvent
2016-03-16 10:36:02
fraimondo/pynetstation
https://api.github.com/repos/fraimondo/pynetstation
closed
move to github? (and/or to psychopy)
auto-migrated Priority-Medium Type-Defect
``` Hi there, I see that pynetstation hasn't been updated in a while. Maybe that means it's working so well it doesn't need changing, or that you're no longer doing EEG with an EGI system? PsychoPy has been packaging it as part of its Standalone distribution for a while, but 1. it seems that might not be possibl...
1.0
move to github? (and/or to psychopy) - ``` Hi there, I see that pynetstation hasn't been updated in a while. Maybe that means it's working so well it doesn't need changing, or that you're no longer doing EEG with an EGI system? PsychoPy has been packaging it as part of its Standalone distribution for a while, but ...
defect
move to github and or to psychopy hi there i see that pynetstation hasn t been updated in a while maybe that means it s working so well it doesn t need changing or that you re no longer doing eeg with an egi system psychopy has been packaging it as part of its standalone distribution for a while but ...
1
36,931
8,198,668,254
IssuesEvent
2018-08-31 17:14:19
google/googletest
https://api.github.com/repos/google/googletest
closed
Update XCode Project to 10.7 Lion
Priority-Medium Type-Defect auto-migrated
``` The project files you supply in the XCode folder of your distribution archive are quite outdated. I attached an updated version that works with current OS X versions. ``` Original issue reported on code.google.com by `jup...@gmail.com` on 31 Jan 2012 at 12:58 Attachments: - [gtest.xcodeproj.zip](https://storage...
1.0
Update XCode Project to 10.7 Lion - ``` The project files you supply in the XCode folder of your distribution archive are quite outdated. I attached an updated version that works with current OS X versions. ``` Original issue reported on code.google.com by `jup...@gmail.com` on 31 Jan 2012 at 12:58 Attachments: - [...
defect
update xcode project to lion the project files you supply in the xcode folder of your distribution archive are quite outdated i attached an updated version that works with current os x versions original issue reported on code google com by jup gmail com on jan at attachments
1
181,950
6,665,603,926
IssuesEvent
2017-10-03 02:29:56
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
mega.nz - desktop site instead of mobile site
browser-firefox-mobile priority-important status-needstriage
<!-- @browser: Firefox Mobile 58.0 --> <!-- @ua_header: Mozilla/5.0 (Android 5.1; Mobile; rv:58.0) Gecko/58.0 Firefox/58.0 --> <!-- @reported_with: web --> **URL**: https://mega.nz/#!7BchVTaT!xcCsk018wN0eblhtxw2txCfsG65Ry-Oft9bdGdt5Rgw **Browser / Version**: Firefox Mobile 58.0 **Operating System**: Android 5.1 **Tes...
1.0
mega.nz - desktop site instead of mobile site - <!-- @browser: Firefox Mobile 58.0 --> <!-- @ua_header: Mozilla/5.0 (Android 5.1; Mobile; rv:58.0) Gecko/58.0 Firefox/58.0 --> <!-- @reported_with: web --> **URL**: https://mega.nz/#!7BchVTaT!xcCsk018wN0eblhtxw2txCfsG65Ry-Oft9bdGdt5Rgw **Browser / Version**: Firefox Mob...
non_defect
mega nz desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser no problem type desktop site instead of mobile site description dont vouloir dowload steps to reproduce from with ❤️
0
40,635
10,081,755,542
IssuesEvent
2019-07-25 09:32:10
vesoft-inc/nebula
https://api.github.com/repos/vesoft-inc/nebula
closed
To fix or improve the dependencies between different modules
Enhancement defect
The only explicit dependencies we have to specify is the parts regarding the auto generated source files, i.e. *.yy, *.lex, *.thrift, etc. All others shall be resolved automatically by the building system. Besides, it's the very linking phase of some executable or shared object that requires(depends on) other module...
1.0
To fix or improve the dependencies between different modules - The only explicit dependencies we have to specify is the parts regarding the auto generated source files, i.e. *.yy, *.lex, *.thrift, etc. All others shall be resolved automatically by the building system. Besides, it's the very linking phase of some exe...
defect
to fix or improve the dependencies between different modules the only explicit dependencies we have to specify is the parts regarding the auto generated source files i e yy lex thrift etc all others shall be resolved automatically by the building system besides it s the very linking phase of some exe...
1
74,288
25,039,759,803
IssuesEvent
2022-11-04 19:26:49
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: SE_DRAIN_AFTER_SESSION_COUNT drains node before session completes
I-defect needs-triaging
### What happened? **Problem:** My chrome nodes drain before my session completes, I am running my tasks on AWS ECS as standalone. The hub is run using this image `selenium/hub:4.5.3`. I am passing the variable `SE_DRAIN_AFTER_SESSION_COUNT` to set drain count. Using JUnit if that counts ### How can we reproduce...
1.0
[🐛 Bug]: SE_DRAIN_AFTER_SESSION_COUNT drains node before session completes - ### What happened? **Problem:** My chrome nodes drain before my session completes, I am running my tasks on AWS ECS as standalone. The hub is run using this image `selenium/hub:4.5.3`. I am passing the variable `SE_DRAIN_AFTER_SESSION_COUNT...
defect
se drain after session count drains node before session completes what happened problem my chrome nodes drain before my session completes i am running my tasks on aws ecs as standalone the hub is run using this image selenium hub i am passing the variable se drain after session count to se...
1
20,479
3,363,103,060
IssuesEvent
2015-11-20 10:28:44
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Stream getter properties should not consume stream
area-dartium needs-info priority-unassigned resolution-assumed-stale Type-Defect x Deprecated Editor-Debugging
*This issue was originally filed by armiller...&#064;google.com* _____ **What steps will reproduce the problem?** 1. Construct a stream with Stream.fromIterable 2. Use the debugger to step through code that uses the stream. Have the stream object expended in the variables area. 3. Code trying to add a listener will thi...
1.0
Stream getter properties should not consume stream - *This issue was originally filed by armiller...&#064;google.com* _____ **What steps will reproduce the problem?** 1. Construct a stream with Stream.fromIterable 2. Use the debugger to step through code that uses the stream. Have the stream object expended in the vari...
defect
stream getter properties should not consume stream this issue was originally filed by armiller google com what steps will reproduce the problem construct a stream with stream fromiterable use the debugger to step through code that uses the stream have the stream object expended in the variab...
1
72,447
24,122,078,669
IssuesEvent
2022-09-20 19:41:48
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Postgres array columns are not generated with non-null nor defaults
T: Defect
### Expected behavior If I have the following SQL definition in Postgres 14 database: ``` CREATE TABLE xxx ( id SERIAL PRIMARY KEY, foo TEXT[] NOT NULL DEFAULT ARRAY []::TEXT[], bar TEXT[] NOT NULL, baz TEXT[] DEFAULT ARRAY []::TEXT[] ); ``` then running codegen should result in correct nulla...
1.0
Postgres array columns are not generated with non-null nor defaults - ### Expected behavior If I have the following SQL definition in Postgres 14 database: ``` CREATE TABLE xxx ( id SERIAL PRIMARY KEY, foo TEXT[] NOT NULL DEFAULT ARRAY []::TEXT[], bar TEXT[] NOT NULL, baz TEXT[] DEFAULT ARRAY []...
defect
postgres array columns are not generated with non null nor defaults expected behavior if i have the following sql definition in postgres database create table xxx id serial primary key foo text not null default array text bar text not null baz text default array text ...
1
78,650
27,664,180,214
IssuesEvent
2023-03-12 21:23:55
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: using LinearOperator as RHS operand of @ causes a NumPy error
defect scipy.sparse.linalg
### Describe your issue. Using a `LinearOperator` on the right hand side of a matmul (through the `@` operator) leads to a NumPy error (see attached). It does work as a left hand side operand. Moreover, `A @ B`, where `A` is a NumPy array and `B` is a `LinearOperator`, can be implemented using this expression as a ...
1.0
BUG: using LinearOperator as RHS operand of @ causes a NumPy error - ### Describe your issue. Using a `LinearOperator` on the right hand side of a matmul (through the `@` operator) leads to a NumPy error (see attached). It does work as a left hand side operand. Moreover, `A @ B`, where `A` is a NumPy array and `B` ...
defect
bug using linearoperator as rhs operand of causes a numpy error describe your issue using a linearoperator on the right hand side of a matmul through the operator leads to a numpy error see attached it does work as a left hand side operand moreover a b where a is a numpy array and b ...
1
497
2,550,592,342
IssuesEvent
2015-02-01 18:39:29
cakephp/plugin-installer
https://api.github.com/repos/cakephp/plugin-installer
closed
CakePHP 3 Installer problem
defect on hold
I'm doing a fresh install of CakePHP 3 and having this error message: [ErrorException] include(/var/www/cake3/vendor/cakephp/plugin-installer/src//Installer/PluginInstaller.php): failed to open stream: No such file or directory I'm on a fresh install on a vagrant box using this command for install composer cr...
1.0
CakePHP 3 Installer problem - I'm doing a fresh install of CakePHP 3 and having this error message: [ErrorException] include(/var/www/cake3/vendor/cakephp/plugin-installer/src//Installer/PluginInstaller.php): failed to open stream: No such file or directory I'm on a fresh install on a vagrant box using this comm...
defect
cakephp installer problem i m doing a fresh install of cakephp and having this error message include var www vendor cakephp plugin installer src installer plugininstaller php failed to open stream no such file or directory i m on a fresh install on a vagrant box using this command for install ...
1
53,891
13,262,426,362
IssuesEvent
2020-08-20 21:46:14
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
investigate replacing `boost::ublas`code (Trac #2246)
Migrated from Trac defect other
while looking at something else, i saw that source:/IceCube/meta-projects/combo/trunk/recclasses/public/recclasses/ParameterStorage.h included [https://www.boost.org/doc/libs/1_57_0/libs/numeric/ublas/doc/index.html boost::ublas], sorely out of date (and slow). We should think about replacing instances of `boost::ubla...
1.0
investigate replacing `boost::ublas`code (Trac #2246) - while looking at something else, i saw that source:/IceCube/meta-projects/combo/trunk/recclasses/public/recclasses/ParameterStorage.h included [https://www.boost.org/doc/libs/1_57_0/libs/numeric/ublas/doc/index.html boost::ublas], sorely out of date (and slow). W...
defect
investigate replacing boost ublas code trac while looking at something else i saw that source icecube meta projects combo trunk recclasses public recclasses parameterstorage h included sorely out of date and slow we should think about replacing instances of boost ublas usage with our optimized blas...
1
75,784
26,049,903,185
IssuesEvent
2022-12-22 17:34:11
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Cannot connect to Jitpack
T-Defect
### Steps to reproduce When I build the element android project, it was failed. ### Outcome I've got one of the errors: `Could not HEAD 'https://jitpack.io/com/github/hyuwah/DraggableView/1.0.0/DraggableView-1.0.0.aar'. Received status code 521 from server: ` ### Your phone model _No response_ ### Operating sy...
1.0
Cannot connect to Jitpack - ### Steps to reproduce When I build the element android project, it was failed. ### Outcome I've got one of the errors: `Could not HEAD 'https://jitpack.io/com/github/hyuwah/DraggableView/1.0.0/DraggableView-1.0.0.aar'. Received status code 521 from server: ` ### Your phone model _No...
defect
cannot connect to jitpack steps to reproduce when i build the element android project it was failed outcome i ve got one of the errors could not head received status code from server your phone model no response operating system version no response application version an...
1
310,754
26,740,887,662
IssuesEvent
2023-01-30 12:54:39
etherisc/depeg-ui
https://api.github.com/repos/etherisc/depeg-ui
closed
Form allow amounts like `.9` and `8..9` to be entered and transaction fails
bug ui mumbai test instance
must fix regex pattern
1.0
Form allow amounts like `.9` and `8..9` to be entered and transaction fails - must fix regex pattern
non_defect
form allow amounts like and to be entered and transaction fails must fix regex pattern
0
2,805
2,607,946,174
IssuesEvent
2015-02-26 00:33:21
chrsmithdemos/switchlist
https://api.github.com/repos/chrsmithdemos/switchlist
opened
Add Car Cards generator mode
auto-migrated Priority-Medium Type-Defect
``` Much of SwitchList's functionality matches what we'd need to generate car cards. Adding the ability to make car cards would be really cool. One potential design: * Add a new checkbox to the layouts tab to indicate when the layout is for car cards. This would disable the "Trains" tab, and change the overview ta...
1.0
Add Car Cards generator mode - ``` Much of SwitchList's functionality matches what we'd need to generate car cards. Adding the ability to make car cards would be really cool. One potential design: * Add a new checkbox to the layouts tab to indicate when the layout is for car cards. This would disable the "Trains" ...
defect
add car cards generator mode much of switchlist s functionality matches what we d need to generate car cards adding the ability to make car cards would be really cool one potential design add a new checkbox to the layouts tab to indicate when the layout is for car cards this would disable the trains ...
1
139,477
20,868,114,608
IssuesEvent
2022-03-22 09:23:08
GameLab-UNIL-EPFL/Lausanne-1830
https://api.github.com/repos/GameLab-UNIL-EPFL/Lausanne-1830
closed
Create new Map and Notebook Icons
enhancement Art Design
The icons/buttons need to grab the player's attention in the scene - [ ] The map should be accessed through its own icon/button and no longer be inside the notebook - [ ] The Notebook and the Map should be closable by clicking around them and not just their icons
1.0
Create new Map and Notebook Icons - The icons/buttons need to grab the player's attention in the scene - [ ] The map should be accessed through its own icon/button and no longer be inside the notebook - [ ] The Notebook and the Map should be closable by clicking around them and not just their icons
non_defect
create new map and notebook icons the icons buttons need to grab the player s attention in the scene the map should be accessed through its own icon button and no longer be inside the notebook the notebook and the map should be closable by clicking around them and not just their icons
0
387,919
26,744,696,615
IssuesEvent
2023-01-30 15:15:44
fzyzcjy/flutter_portal
https://api.github.com/repos/fzyzcjy/flutter_portal
closed
PortalFollower hittest
documentation wontfix
Hi i got the following situation ```dart SingleChildScrollView( child: Column( children: [ // Some widgets PortalTarget( portalFollower: Follower(), child: Child(), ), // Some more widgets ], ), ); ``` wh...
1.0
PortalFollower hittest - Hi i got the following situation ```dart SingleChildScrollView( child: Column( children: [ // Some widgets PortalTarget( portalFollower: Follower(), child: Child(), ), // Some more widgets ], ...
non_defect
portalfollower hittest hi i got the following situation dart singlechildscrollview child column children some widgets portaltarget portalfollower follower child child some more widgets ...
0
127,030
10,442,767,407
IssuesEvent
2019-09-18 13:42:15
boku-ilen/landscapelab
https://api.github.com/repos/boku-ilen/landscapelab
closed
The mouse-cursor-feedback particle gets spawned multiple times and randomly
bug needs testing
One particle gets spawned on starting the game directly at the player position. In the course of the game more cursor particles will spawn. I am uncertain how to reproduce this problem.
1.0
The mouse-cursor-feedback particle gets spawned multiple times and randomly - One particle gets spawned on starting the game directly at the player position. In the course of the game more cursor particles will spawn. I am uncertain how to reproduce this problem.
non_defect
the mouse cursor feedback particle gets spawned multiple times and randomly one particle gets spawned on starting the game directly at the player position in the course of the game more cursor particles will spawn i am uncertain how to reproduce this problem
0
56,069
14,919,200,527
IssuesEvent
2021-01-22 23:25:56
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
508-defect-2 [COGNITION]: Heading levels SHOULD increase by one in a logical order
508-defect-2 508-issue-cognition 508-issue-headings 508/Accessibility
# [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context ...
1.0
508-defect-2 [COGNITION]: Heading levels SHOULD increase by one in a logical order - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) <!-- Enter an issue title using the format [ERROR TYPE]: Brief descr...
defect
defect heading levels should increase by one in a logical order enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one erro...
1
55,422
14,449,859,078
IssuesEvent
2020-12-08 08:46:31
FoldingAtHome/fah-issues
https://api.github.com/repos/FoldingAtHome/fah-issues
closed
FAHControl not starting up
1.Type - Defect 2.Priority - High 3.Component - FAHControl 4.OS - macOS
<!-- Thanks for reporting a bug :) This issue tracker is for defects and enhancements found within F@H Software. If you require more general support please use the Forum: https://foldingforum.org/index.php Please follow the template and fill in as much of the template as possible. --> Your issue may already b...
1.0
FAHControl not starting up - <!-- Thanks for reporting a bug :) This issue tracker is for defects and enhancements found within F@H Software. If you require more general support please use the Forum: https://foldingforum.org/index.php Please follow the template and fill in as much of the template as possible. ...
defect
fahcontrol not starting up thanks for reporting a bug this issue tracker is for defects and enhancements found within f h software if you require more general support please use the forum please follow the template and fill in as much of the template as possible your issue may already be re...
1
45,738
13,046,560,611
IssuesEvent
2020-07-29 09:12:22
EOxServer/eoxserver
https://api.github.com/repos/EOxServer/eoxserver
closed
getMap of masked layer fails when outside of vector feature bounds on python3 + django 2
Component: EOxServer Services Priority: major Type: defect
Problem: When vector features of the mask on masked layer do not intersect with requested view bbox, following error is thrown on WMS request. ``` File "/usr/local/lib/python3.7/dist-packages/eoxserver/services/views.py", line 75, in ows result = handler.handle(request) File "/usr/local/lib/python3.7/dist-pac...
1.0
getMap of masked layer fails when outside of vector feature bounds on python3 + django 2 - Problem: When vector features of the mask on masked layer do not intersect with requested view bbox, following error is thrown on WMS request. ``` File "/usr/local/lib/python3.7/dist-packages/eoxserver/services/views.py", line ...
defect
getmap of masked layer fails when outside of vector feature bounds on django problem when vector features of the mask on masked layer do not intersect with requested view bbox following error is thrown on wms request file usr local lib dist packages eoxserver services views py line in ows ...
1
143,080
13,050,177,486
IssuesEvent
2020-07-29 15:07:13
hajimehoshi/ebiten
https://api.github.com/repos/hajimehoshi/ebiten
closed
text: Please add more detailed documentation to text.Draw
documentation request
Hello! I was kindly wondering what it means for text to be rendered at a "'dot' (period position)"? I'm creating a little Sudoku program with this library and I'm having trouble figuring out how to calculate the x and y for this function such that the number is rendered in the exact center of each tile. If it helps...
1.0
text: Please add more detailed documentation to text.Draw - Hello! I was kindly wondering what it means for text to be rendered at a "'dot' (period position)"? I'm creating a little Sudoku program with this library and I'm having trouble figuring out how to calculate the x and y for this function such that the number i...
non_defect
text please add more detailed documentation to text draw hello i was kindly wondering what it means for text to be rendered at a dot period position i m creating a little sudoku program with this library and i m having trouble figuring out how to calculate the x and y for this function such that the number i...
0
134,560
10,919,429,788
IssuesEvent
2019-11-21 19:00:31
Vachok/ftpplus
https://api.github.com/repos/Vachok/ftpplus
closed
testRunCheck
Medium TestQuality bug resolution_Dupe
Execute ChkMailAndUpdateDBTest::testRunCheck**testRunCheck** *ChkMailAndUpdateDBTest* *null TimeoutException - null ChkMailAndUpdateDBTest.java: ru.vachok.networker.exe.runnabletasks.ChkMailAndUpdateDBTest.testRunCheck(ChkMailAndUpdateDBTest.java:57) expected [null] but found [java.util.concurrent.TimeoutException]* ...
1.0
testRunCheck - Execute ChkMailAndUpdateDBTest::testRunCheck**testRunCheck** *ChkMailAndUpdateDBTest* *null TimeoutException - null ChkMailAndUpdateDBTest.java: ru.vachok.networker.exe.runnabletasks.ChkMailAndUpdateDBTest.testRunCheck(ChkMailAndUpdateDBTest.java:57) expected [null] but found [java.util.concurrent.Time...
non_defect
testruncheck execute chkmailandupdatedbtest testruncheck testruncheck chkmailandupdatedbtest null timeoutexception null chkmailandupdatedbtest java ru vachok networker exe runnabletasks chkmailandupdatedbtest testruncheck chkmailandupdatedbtest java expected but found java lang assertionerror
0
217,420
16,855,772,167
IssuesEvent
2021-06-21 06:24:36
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
raftstore::test_replication_mode::test_migrate_replication_mode failed
component/test-bench severity/moderate sig/raft
raftstore::test_replication_mode::test_migrate_replication_mode Latest failed builds: https://internal.pingcap.net/idc-jenkins/job/tikv_ghpr_test/27645/consoleFull
1.0
raftstore::test_replication_mode::test_migrate_replication_mode failed - raftstore::test_replication_mode::test_migrate_replication_mode Latest failed builds: https://internal.pingcap.net/idc-jenkins/job/tikv_ghpr_test/27645/consoleFull
non_defect
raftstore test replication mode test migrate replication mode failed raftstore test replication mode test migrate replication mode latest failed builds
0
797,958
28,210,559,463
IssuesEvent
2023-04-05 03:41:20
AY2223S2-CS2103T-T12-2/tp
https://api.github.com/repos/AY2223S2-CS2103T-T12-2/tp
reopened
View patients by priority levels
type.Story priority.Medium
As a staff member, I want to view patients by priority levels so that I can address higher priority patients more quickly
1.0
View patients by priority levels - As a staff member, I want to view patients by priority levels so that I can address higher priority patients more quickly
non_defect
view patients by priority levels as a staff member i want to view patients by priority levels so that i can address higher priority patients more quickly
0
175,514
14,531,126,819
IssuesEvent
2020-12-14 20:18:23
ns1/pktvisor
https://api.github.com/repos/ns1/pktvisor
closed
Documentation for connecting with grafana
documentation
there is no instruction for connecting with existing grafana like how to scrape the metric how to import the graphs
1.0
Documentation for connecting with grafana - there is no instruction for connecting with existing grafana like how to scrape the metric how to import the graphs
non_defect
documentation for connecting with grafana there is no instruction for connecting with existing grafana like how to scrape the metric how to import the graphs
0
604,975
18,722,279,935
IssuesEvent
2021-11-03 13:08:17
AY2122S1-CS2103T-T12-3/tp
https://api.github.com/repos/AY2122S1-CS2103T-T12-3/tp
closed
[PE-D] Inconsistency in UG description of addApp
priority.Medium
![image.png](https://raw.githubusercontent.com/dhshah1/ped/main/files/d0e0e7bf-6b2a-427b-b600-4668a6edf456.png) The UG mentions that for addApp, the time field is optional, however adding an appointment is not permitted without a time field. For e.g the command `addApp id/1,5 a/Starbucks @ Raffles City start/14-12-2...
1.0
[PE-D] Inconsistency in UG description of addApp - ![image.png](https://raw.githubusercontent.com/dhshah1/ped/main/files/d0e0e7bf-6b2a-427b-b600-4668a6edf456.png) The UG mentions that for addApp, the time field is optional, however adding an appointment is not permitted without a time field. For e.g the command `add...
non_defect
inconsistency in ug description of addapp the ug mentions that for addapp the time field is optional however adding an appointment is not permitted without a time field for e g the command addapp id a starbucks raffles city start end ds discuss marketing strategies will not add the a...
0
61,039
3,137,446,623
IssuesEvent
2015-09-11 02:37:54
andresriancho/w3af
https://api.github.com/repos/andresriancho/w3af
closed
Fix blind SQL injection false positive in WAVSEP
bug plugin priority:medium
> Blind SQL injection was found at: "http://localhost:8080/active/RXSS-Detection-Evaluation-POST/Case24-Js2ScriptTag.jsp", using HTTP method POST. The injectable parameter is: "userinput". This vulnerability was found in the requests with ids 7573 and 7575. There is no SQL injection there, the HTTP response body is ...
1.0
Fix blind SQL injection false positive in WAVSEP - > Blind SQL injection was found at: "http://localhost:8080/active/RXSS-Detection-Evaluation-POST/Case24-Js2ScriptTag.jsp", using HTTP method POST. The injectable parameter is: "userinput". This vulnerability was found in the requests with ids 7573 and 7575. There is...
non_defect
fix blind sql injection false positive in wavsep blind sql injection was found at using http method post the injectable parameter is userinput this vulnerability was found in the requests with ids and there is no sql injection there the http response body is small and contains the userinput in a...
0
213,513
7,254,255,497
IssuesEvent
2018-02-16 10:14:16
spring-projects/spring-boot
https://api.github.com/repos/spring-projects/spring-boot
opened
Fix the logging format in our tests
priority: normal type: chore
It's rather mangled at the moment: ``` %.S.S.S.S.SpringBootTestContextBootstrapperlr %.%.%.%.%.SpringBootTestContextBootstrapperlr $.$.$.$.$.SpringBootTestContextBootstrapperlr -.-.-.-.-.SpringBootTestContextBootstrapperlr o5.s5.b5.t5.c5.SpringBootTestContextBootstrapperlr }.}.}.}.}.SpringBootTestContextBootstrappe...
1.0
Fix the logging format in our tests - It's rather mangled at the moment: ``` %.S.S.S.S.SpringBootTestContextBootstrapperlr %.%.%.%.%.SpringBootTestContextBootstrapperlr $.$.$.$.$.SpringBootTestContextBootstrapperlr -.-.-.-.-.SpringBootTestContextBootstrapperlr o5.s5.b5.t5.c5.SpringBootTestContextBootstrapperlr }.}....
non_defect
fix the logging format in our tests it s rather mangled at the moment s s s s springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr ...
0
13,571
2,770,000,208
IssuesEvent
2015-05-01 09:38:16
OpenMS/OpenMS
https://api.github.com/repos/OpenMS/OpenMS
closed
TOPPAS fails to assign the correct extension to output files
Bug-Reports defect TOPPAS
Executing the workflow below with a consensusXML input file will result in a file named `<name-of-input-file>.unknown`. The workflow selects `out_type` in the FileConverter and I would assume that this is the reason that toppas cannot guess the correct extension. Should we add a heuristic that tries to select it ba...
1.0
TOPPAS fails to assign the correct extension to output files - Executing the workflow below with a consensusXML input file will result in a file named `<name-of-input-file>.unknown`. The workflow selects `out_type` in the FileConverter and I would assume that this is the reason that toppas cannot guess the correct exte...
defect
toppas fails to assign the correct extension to output files executing the workflow below with a consensusxml input file will result in a file named unknown the workflow selects out type in the fileconverter and i would assume that this is the reason that toppas cannot guess the correct extension should w...
1
141,245
18,956,972,726
IssuesEvent
2021-11-18 21:33:21
CliffCrerar/aws-amplift-starter
https://api.github.com/repos/CliffCrerar/aws-amplift-starter
opened
WS-2019-0427 (Medium) detected in elliptic-6.5.0.tgz
security vulnerability
## WS-2019-0427 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.0.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/...
True
WS-2019-0427 (Medium) detected in elliptic-6.5.0.tgz - ## WS-2019-0427 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.0.tgz</b></p></summary> <p>EC cryptography</p> <p>...
non_defect
ws medium detected in elliptic tgz ws medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file aws amplift starter package json path to vulnerable library aws amplift starter node modules elliptic ...
0
263,380
19,908,841,458
IssuesEvent
2022-01-25 15:19:56
caos/zitadel
https://api.github.com/repos/caos/zitadel
closed
User in wrong organization after Self Register
documentation enhancement question
**Describe the bug** When a new user Self Register himself from the login window in our application, the user is created in the wrong organization. He should be created in our organization that owns this project, however it is created in the "Global" organization. **Expected behavior** When user Self Register him...
1.0
User in wrong organization after Self Register - **Describe the bug** When a new user Self Register himself from the login window in our application, the user is created in the wrong organization. He should be created in our organization that owns this project, however it is created in the "Global" organization. *...
non_defect
user in wrong organization after self register describe the bug when a new user self register himself from the login window in our application the user is created in the wrong organization he should be created in our organization that owns this project however it is created in the global organization ...
0
76,454
26,436,867,011
IssuesEvent
2023-01-15 13:56:10
dkfans/keeperfx
https://api.github.com/repos/dkfans/keeperfx
closed
strange audio bug with footstep sounds in Alpha 3153
Type-Defect Priority-Critical Component-Sound
some footstep sounds seem to be replaced with other sounds. i also have the game on windowed mode and unfocused the window before i noticed this was happening. https://user-images.githubusercontent.com/33162051/209451891-22717a40-07bd-41bc-8aa6-095dcf4343e9.mp4
1.0
strange audio bug with footstep sounds in Alpha 3153 - some footstep sounds seem to be replaced with other sounds. i also have the game on windowed mode and unfocused the window before i noticed this was happening. https://user-images.githubusercontent.com/33162051/209451891-22717a40-07bd-41bc-8aa6-095dcf4343e9.mp4 ...
defect
strange audio bug with footstep sounds in alpha some footstep sounds seem to be replaced with other sounds i also have the game on windowed mode and unfocused the window before i noticed this was happening
1
146,680
13,187,915,620
IssuesEvent
2020-08-13 05:01:16
ministryofjustice/cloud-platform
https://api.github.com/repos/ministryofjustice/cloud-platform
closed
Manual snapshot documentation
BLOCKED Support documentation
There needs to be a section in our user-guide to explain how to take a manual RDS snapshot. The guide should : - Explain the current way to manage snapshots (!=automated, manual snapshot limit) - Requirements (RDS module version, access to K8S namespace) - Example of a backup + cleanup job
1.0
Manual snapshot documentation - There needs to be a section in our user-guide to explain how to take a manual RDS snapshot. The guide should : - Explain the current way to manage snapshots (!=automated, manual snapshot limit) - Requirements (RDS module version, access to K8S namespace) - Example of a backup + cl...
non_defect
manual snapshot documentation there needs to be a section in our user guide to explain how to take a manual rds snapshot the guide should explain the current way to manage snapshots automated manual snapshot limit requirements rds module version access to namespace example of a backup clea...
0
51,646
13,207,557,201
IssuesEvent
2020-08-14 23:34:57
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[examples] scripts should run and build docs properly (Trac #776)
Incomplete Migration Migrated from Trac defect other
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/776">https://code.icecube.wisc.edu/projects/icecube/ticket/776</a>, reported by negaand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2015-03-11T13:57:15", "_ts": "14260822...
1.0
[examples] scripts should run and build docs properly (Trac #776) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/776">https://code.icecube.wisc.edu/projects/icecube/ticket/776</a>, reported by negaand owned by olivas</em></summary> <p> ```json { "status": "cl...
defect
scripts should run and build docs properly trac migrated from json status closed changetime ts description many of the python modules and scripts in examples rely on imports from the long attic d utils project this breaks scripts modules a...
1
80,127
30,029,531,950
IssuesEvent
2023-06-27 08:41:45
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
SQLITE3 error "UNIQUE constraint failed: temp_user_filters.user_id" after update to 1.86.0
T-Defect A-Database
### Description Hi, I am using a Ubuntu server and had installed the matrix-synapse-py3. The update to version 1.86.0 appeared Today and I updated it as normal (via apt). After the update the server was not getting back. I've tried to rollback to version 1.71.0+focal1, but it complains the database has a newe...
1.0
SQLITE3 error "UNIQUE constraint failed: temp_user_filters.user_id" after update to 1.86.0 - ### Description Hi, I am using a Ubuntu server and had installed the matrix-synapse-py3. The update to version 1.86.0 appeared Today and I updated it as normal (via apt). After the update the server was not getting back....
defect
error unique constraint failed temp user filters user id after update to description hi i am using a ubuntu server and had installed the matrix synapse the update to version appeared today and i updated it as normal via apt after the update the server was not getting back i ve t...
1
196,230
22,441,176,056
IssuesEvent
2022-06-21 01:29:01
vasind/try-ember
https://api.github.com/repos/vasind/try-ember
closed
CVE-2019-10747 (High) detected in set-value-2.0.0.tgz, set-value-0.4.3.tgz - autoclosed
security vulnerability
## CVE-2019-10747 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-2.0.0.tgz</b>, <b>set-value-0.4.3.tgz</b></p></summary> <p> <details><summary><b>set-value-2.0.0.tgz</b></...
True
CVE-2019-10747 (High) detected in set-value-2.0.0.tgz, set-value-0.4.3.tgz - autoclosed - ## CVE-2019-10747 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-2.0.0.tgz</b>, <b...
non_defect
cve high detected in set value tgz set value tgz autoclosed cve high severity vulnerability vulnerable libraries set value tgz set value tgz set value tgz create nested values and any intermediaries using dot notation a b c paths library...
0
340,334
30,511,219,877
IssuesEvent
2023-07-18 21:01:03
verified-network-toolchain/petr4
https://api.github.com/repos/verified-network-toolchain/petr4
opened
lookahead unimplemented in P4light interpreter
stf-testing
This is causing several STF tests to fail with the following message. ``` [failure] packet_in.lookahead() not found in extern_funcs ```
1.0
lookahead unimplemented in P4light interpreter - This is causing several STF tests to fail with the following message. ``` [failure] packet_in.lookahead() not found in extern_funcs ```
non_defect
lookahead unimplemented in interpreter this is causing several stf tests to fail with the following message packet in lookahead not found in extern funcs
0
1,550
2,603,967,412
IssuesEvent
2015-02-24 18:59:23
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳生殖器有红色疙瘩
auto-migrated Priority-Medium Type-Defect
``` 沈阳生殖器有红色疙瘩〓沈陽軍區政治部醫院性病〓TEL:024-3 1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。� ��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 ``` ----- Original issue reported on code.google.com by `q964105...
1.0
沈阳生殖器有红色疙瘩 - ``` 沈阳生殖器有红色疙瘩〓沈陽軍區政治部醫院性病〓TEL:024-3 1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。� ��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 ``` ----- Original issue reported on code.google.co...
defect
沈阳生殖器有红色疙瘩 沈阳生殖器有红色疙瘩〓沈陽軍區政治部醫院性病〓tel: 〓 , 。� �� 。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 original issue reported on code google com by gmail com on jun at
1
58,409
16,527,932,652
IssuesEvent
2021-05-26 23:19:59
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Code generator output no longer compiles for 'create domain foo as bytea' bytea after updating from 3.13 to 3.14
T: Defect
### Expected behavior The output of the code generator for the example project compiles. ### Actual behavior The generator creates an invalid domain definition and references it from the table definition: ```java public static final Domain<Bytes> HASH = Internal.createDomain( schema() ...
1.0
Code generator output no longer compiles for 'create domain foo as bytea' bytea after updating from 3.13 to 3.14 - ### Expected behavior The output of the code generator for the example project compiles. ### Actual behavior The generator creates an invalid domain definition and references it from the table de...
defect
code generator output no longer compiles for create domain foo as bytea bytea after updating from to expected behavior the output of the code generator for the example project compiles actual behavior the generator creates an invalid domain definition and references it from the table defi...
1
109,200
16,832,715,294
IssuesEvent
2021-06-18 07:52:59
SmartBear/react-gherkin-editor
https://api.github.com/repos/SmartBear/react-gherkin-editor
closed
CVE-2020-36242 (High) detected in cryptography2.8 - autoclosed
security vulnerability
## CVE-2020-36242 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>cryptography2.8</b></p></summary> <p> <p>cryptography is a package designed to expose cryptographic primitives and rec...
True
CVE-2020-36242 (High) detected in cryptography2.8 - autoclosed - ## CVE-2020-36242 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>cryptography2.8</b></p></summary> <p> <p>cryptography...
non_defect
cve high detected in autoclosed cve high severity vulnerability vulnerable library cryptography is a package designed to expose cryptographic primitives and recipes to python developers library home page a href found in head commit a href found in base branch ma...
0
75,761
26,032,449,039
IssuesEvent
2022-12-21 23:06:23
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
closed
Cancelator - no está jalando.
resolved defect
Tengo instalada la aplicación de cancelaciones, que vendimos por ahí de Julio/Agosto. Es el facturat de escritorio. El jar mas reciente de esa aplicación, es del 27 de Julio del 2022. Al parecer no la han utilizado mucho y ahora están retomando. Revisé los XML que cancelamos en su momento (cuando entregamos) y son cf...
1.0
Cancelator - no está jalando. - Tengo instalada la aplicación de cancelaciones, que vendimos por ahí de Julio/Agosto. Es el facturat de escritorio. El jar mas reciente de esa aplicación, es del 27 de Julio del 2022. Al parecer no la han utilizado mucho y ahora están retomando. Revisé los XML que cancelamos en su mom...
defect
cancelator no está jalando tengo instalada la aplicación de cancelaciones que vendimos por ahí de julio agosto es el facturat de escritorio el jar mas reciente de esa aplicación es del de julio del al parecer no la han utilizado mucho y ahora están retomando revisé los xml que cancelamos en su momento...
1
653,536
21,605,870,014
IssuesEvent
2022-05-04 02:49:51
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
Market Shop Can't buy items.
status:confirmed component:core priority:low mode:renewal type:bug
How to get your GitHub Hash: 1. I update sever to ep17.2 2. Before update it's works. 3. If exchange works. Client Date: 23-04-22 Server Mode: Renewal Thank you advance. ![Screenshot_2](https://user-images.githubusercontent.com/80197766/164982094-17631f7d-a8bb-4a5f-9986-840c50c28725.png) .
1.0
Market Shop Can't buy items. - How to get your GitHub Hash: 1. I update sever to ep17.2 2. Before update it's works. 3. If exchange works. Client Date: 23-04-22 Server Mode: Renewal Thank you advance. ![Screenshot_2](https://user-images.githubusercontent.com/80197766/164982094-17631f7d-a8bb-4a5f-9986...
non_defect
market shop can t buy items how to get your github hash i update sever to before update it s works if exchange works client date server mode renewal thank you advance
0
69,077
22,139,139,845
IssuesEvent
2022-06-03 04:00:03
jezzsantos/automate
https://api.github.com/repos/jezzsantos/automate
opened
Defect: Validation of FilePath prevents expressions
defect-functional
`IsRuntimeFilePath` only permits simple scriban expressions in the regex of moustache expressions i.e. the text between {{ and }}
1.0
Defect: Validation of FilePath prevents expressions - `IsRuntimeFilePath` only permits simple scriban expressions in the regex of moustache expressions i.e. the text between {{ and }}
defect
defect validation of filepath prevents expressions isruntimefilepath only permits simple scriban expressions in the regex of moustache expressions i e the text between and
1
65,476
19,535,461,218
IssuesEvent
2021-12-31 05:16:58
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: Expires field of Network.setCookie not serialized as double
C-java I-defect
### What happened? When calling Network.setCookie, any value set for expires is serialized as a string ``` INFO: -> { "id": 5, "method": "Network.setCookie", "params": { "name": "test", "value": "test", "domain": ".example.com", "expires": "-1" }, "sessionId": "BBD81B244C0A68D25C...
1.0
[🐛 Bug]: Expires field of Network.setCookie not serialized as double - ### What happened? When calling Network.setCookie, any value set for expires is serialized as a string ``` INFO: -> { "id": 5, "method": "Network.setCookie", "params": { "name": "test", "value": "test", "domain": ".exam...
defect
expires field of network setcookie not serialized as double what happened when calling network setcookie any value set for expires is serialized as a string info id method network setcookie params name test value test domain example com...
1
223,214
17,574,028,631
IssuesEvent
2021-08-15 08:44:28
coronasafe/care_fe
https://api.github.com/repos/coronasafe/care_fe
reopened
Add Vaccine Name List in Patient Details
need testing
![Screenshot 2021-07-19 024703](https://user-images.githubusercontent.com/57055998/126082463-763b326d-a311-4e63-8e9c-39db843cb974.png) Add the name of vaccine approved by WHO in the droplist
1.0
Add Vaccine Name List in Patient Details - ![Screenshot 2021-07-19 024703](https://user-images.githubusercontent.com/57055998/126082463-763b326d-a311-4e63-8e9c-39db843cb974.png) Add the name of vaccine approved by WHO in the droplist
non_defect
add vaccine name list in patient details add the name of vaccine approved by who in the droplist
0
76,101
26,241,086,281
IssuesEvent
2023-01-05 11:33:31
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Poor voice broadcast look if bubble layout is active
T-Defect S-Minor O-Uncommon Z-Labs A-Broadcast
### Steps to reproduce 1. Enable bubble layout 2. Look at a broadcast or start a broadcast ### Outcome #### What did you expect? No bubble around broadcast tile #### What happened instead? Bubble around broadcast tile: ![image](https://user-images.githubusercontent.com/6216686/210390150-bd38e445-462...
1.0
Poor voice broadcast look if bubble layout is active - ### Steps to reproduce 1. Enable bubble layout 2. Look at a broadcast or start a broadcast ### Outcome #### What did you expect? No bubble around broadcast tile #### What happened instead? Bubble around broadcast tile: ![image](https://user-imag...
defect
poor voice broadcast look if bubble layout is active steps to reproduce enable bubble layout look at a broadcast or start a broadcast outcome what did you expect no bubble around broadcast tile what happened instead bubble around broadcast tile operating syst...
1
10,899
2,622,845,532
IssuesEvent
2015-03-04 08:02:22
max99x/pagemon-chrome-ext
https://api.github.com/repos/max99x/pagemon-chrome-ext
closed
Test dialog needs scroll bar
auto-migrated Priority-Medium Type-Defect
``` The dialog that pops up when you test an advanced regex or selector should be more useful. It'd be great if it could switch between raw text and html display, but at the minimum, it should be in a text box with a scroll bar. ``` Original issue reported on code.google.com by `bryce.schober` on 2 Jun 2010 at 4:28
1.0
Test dialog needs scroll bar - ``` The dialog that pops up when you test an advanced regex or selector should be more useful. It'd be great if it could switch between raw text and html display, but at the minimum, it should be in a text box with a scroll bar. ``` Original issue reported on code.google.com by `bryce....
defect
test dialog needs scroll bar the dialog that pops up when you test an advanced regex or selector should be more useful it d be great if it could switch between raw text and html display but at the minimum it should be in a text box with a scroll bar original issue reported on code google com by bryce ...
1
270,934
8,474,743,254
IssuesEvent
2018-10-24 16:58:21
brainvisa/testbidon
https://api.github.com/repos/brainvisa/testbidon
closed
Create and use CMake generated config files for C++ and Python
Priority: Normal Status: Closed Tracker: Feature
--- Author Name: **Cointepas, Yann** (Cointepas, Yann) Original Redmine Issue: 532, https://bioproj.extra.cea.fr/redmine/issues/532 Original Date: 2009-09-22 --- With CMake infrastructure (see #366), it is possible to generate config files that contains useful information that have been defined at compilation time...
1.0
Create and use CMake generated config files for C++ and Python - --- Author Name: **Cointepas, Yann** (Cointepas, Yann) Original Redmine Issue: 532, https://bioproj.extra.cea.fr/redmine/issues/532 Original Date: 2009-09-22 --- With CMake infrastructure (see #366), it is possible to generate config files that conta...
non_defect
create and use cmake generated config files for c and python author name cointepas yann cointepas yann original redmine issue original date with cmake infrastructure see it is possible to generate config files that contains useful information that have been defined at compil...
0
1,665
2,603,969,183
IssuesEvent
2015-02-24 18:59:49
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳疱疹如何治疗
auto-migrated Priority-Medium Type-Defect
``` 沈阳疱疹如何治疗〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by `q964105.....
1.0
沈阳疱疹如何治疗 - ``` 沈阳疱疹如何治疗〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by...
defect
沈阳疱疹如何治疗 沈阳疱疹如何治疗〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位于� �� 。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 original issue reported on code google com by gmail com on jun at
1
38,743
8,952,892,338
IssuesEvent
2019-01-25 17:48:05
svigerske/ipopt-donotuse
https://api.github.com/repos/svigerske/ipopt-donotuse
closed
Compilation error for bld 3.10.0 using MSVS-2010 ---> fatal error C1189 "don't have header file for math"
Compilation error Ipopt defect lowest
Issue created by migration from Trac. Original creator: dhavaljdave Original creation time: 2013-01-28 01:07:58 Assignee: ipopt-team Version: 3.10 When I compile IpOpt bld 3.10.0 using MSVS 2010 I get following error 1> IpAdaptiveMuUpdate.cpp 1>..\..\..\src\Algorithm\IpAdaptiveMuUpdate.cpp(18): fatal error C1189...
1.0
Compilation error for bld 3.10.0 using MSVS-2010 ---> fatal error C1189 "don't have header file for math" - Issue created by migration from Trac. Original creator: dhavaljdave Original creation time: 2013-01-28 01:07:58 Assignee: ipopt-team Version: 3.10 When I compile IpOpt bld 3.10.0 using MSVS 2010 I get follow...
defect
compilation error for bld using msvs fatal error don t have header file for math issue created by migration from trac original creator dhavaljdave original creation time assignee ipopt team version when i compile ipopt bld using msvs i get following error ipadap...
1
20,511
3,369,146,113
IssuesEvent
2015-11-23 08:21:17
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[TEST-FAILURE] VersionCheckTest.testVersionCheckParameters
Team: Integration Type: Defect
``` java.lang.AssertionError: Values should be different. Actual: 0 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failEquals(Assert.java:185) at org.junit.Assert.assertNotEquals(Assert.java:161) at org.junit.Assert.assertNotEquals(Assert.java:175) at com.hazelcast.util.VersionCheckTest.testVer...
1.0
[TEST-FAILURE] VersionCheckTest.testVersionCheckParameters - ``` java.lang.AssertionError: Values should be different. Actual: 0 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failEquals(Assert.java:185) at org.junit.Assert.assertNotEquals(Assert.java:161) at org.junit.Assert.assertNotEquals(Asse...
defect
versionchecktest testversioncheckparameters java lang assertionerror values should be different actual at org junit assert fail assert java at org junit assert failequals assert java at org junit assert assertnotequals assert java at org junit assert assertnotequals assert java at co...
1
58,163
16,385,386,605
IssuesEvent
2021-05-17 09:45:18
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
DefaultConverterProvider isn't able to look up value to single-arg constructor conversions
C: Functionality E: All Editions P: Medium R: Fixed T: Defect
3.14 introduced https://github.com/jOOQ/jOOQ/issues/10229 (not documented yet in release notes), where any type `A` can be converted to a type `B`, if `B` has a single parameter constructor `B(A)`. This functionality isn't recognised in the `DefaultConverterProvider` yet (see #3896). While this is a bug, `Convert...
1.0
DefaultConverterProvider isn't able to look up value to single-arg constructor conversions - 3.14 introduced https://github.com/jOOQ/jOOQ/issues/10229 (not documented yet in release notes), where any type `A` can be converted to a type `B`, if `B` has a single parameter constructor `B(A)`. This functionality isn't r...
defect
defaultconverterprovider isn t able to look up value to single arg constructor conversions introduced not documented yet in release notes where any type a can be converted to a type b if b has a single parameter constructor b a this functionality isn t recognised in the defaultconverterprovide...
1
21,240
3,477,596,456
IssuesEvent
2015-12-28 02:17:38
hackdefendr/gps-gimp-paint-studio
https://api.github.com/repos/hackdefendr/gps-gimp-paint-studio
closed
Download files aren't openable with the default tools of any major platform
auto-migrated Priority-Medium Type-Defect
``` Currently, I see two download formats - 7z and rar. Neither of these can be opened with the default tools of Windows, OS X, or most Linux distributions, requiring 7-Zip or WinRAR, respectively. Why not also put up a zip download? While marginally larger, the added ease of installation should make it worth it - and ...
1.0
Download files aren't openable with the default tools of any major platform - ``` Currently, I see two download formats - 7z and rar. Neither of these can be opened with the default tools of Windows, OS X, or most Linux distributions, requiring 7-Zip or WinRAR, respectively. Why not also put up a zip download? While ma...
defect
download files aren t openable with the default tools of any major platform currently i see two download formats and rar neither of these can be opened with the default tools of windows os x or most linux distributions requiring zip or winrar respectively why not also put up a zip download while mar...
1
122,680
17,762,091,051
IssuesEvent
2021-08-29 22:04:58
ghc-dev/Emily-Rice
https://api.github.com/repos/ghc-dev/Emily-Rice
opened
CVE-2020-8203 (High) detected in multiple libraries
security vulnerability
## CVE-2020-8203 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-0.9.2.tgz</b>, <b>lodash-3.10.1.tgz</b>, <b>lodash-3.7.0.tgz</b>, <b>lodash-0.10.0.tgz</b></p></summary> <p> <...
True
CVE-2020-8203 (High) detected in multiple libraries - ## CVE-2020-8203 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-0.9.2.tgz</b>, <b>lodash-3.10.1.tgz</b>, <b>lodash-3.7.0....
non_defect
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz lodash tgz lodash tgz a utility library delivering consistency customization performance and extras library hom...
0
42,280
17,093,866,591
IssuesEvent
2021-07-08 21:37:33
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
opened
Service Bus: Investigate Stress test results
Client Service Bus tenet-reliability
Investigate findings in the stress test results/create bugs for them if they require more investment. Dependent on #20834
1.0
Service Bus: Investigate Stress test results - Investigate findings in the stress test results/create bugs for them if they require more investment. Dependent on #20834
non_defect
service bus investigate stress test results investigate findings in the stress test results create bugs for them if they require more investment dependent on
0
10,030
7,059,037,399
IssuesEvent
2018-01-04 23:03:28
ianstormtaylor/slate
https://api.github.com/repos/ianstormtaylor/slate
closed
change `State.create` to default to not normalizing
improvement ⚑ performance ✶ breaking
Right now if you do: ```js State.create({ ... }) ``` It will automatically normalize the newly created `state` before returning it with the Slate's "core" schema. And to prevent that you'd need to do: ```js State.create({ ... }, { normalize: false }) ``` This was required previously, but I think with ht...
True
change `State.create` to default to not normalizing - Right now if you do: ```js State.create({ ... }) ``` It will automatically normalize the newly created `state` before returning it with the Slate's "core" schema. And to prevent that you'd need to do: ```js State.create({ ... }, { normalize: false }) ``...
non_defect
change state create to default to not normalizing right now if you do js state create it will automatically normalize the newly created state before returning it with the slate s core schema and to prevent that you d need to do js state create normalize false ...
0
32,477
6,802,552,872
IssuesEvent
2017-11-02 20:37:21
netty/netty
https://api.github.com/repos/netty/netty
closed
SSL failures Netty 4.1.13 -> 4.1.14
defect
I have fallen a little bit behind in the Netty releases and am in the process of upgrading from Netty 4.1.13 w/ netty-tcnative 2.0.5 (linux, openssl, custom static build) to Netty 4.1.14 with same netty-tcnative version. We're observing a failure where SSL is slowly failing and becoming more unreliable over a course...
1.0
SSL failures Netty 4.1.13 -> 4.1.14 - I have fallen a little bit behind in the Netty releases and am in the process of upgrading from Netty 4.1.13 w/ netty-tcnative 2.0.5 (linux, openssl, custom static build) to Netty 4.1.14 with same netty-tcnative version. We're observing a failure where SSL is slowly failing and ...
defect
ssl failures netty i have fallen a little bit behind in the netty releases and am in the process of upgrading from netty w netty tcnative linux openssl custom static build to netty with same netty tcnative version we re observing a failure where ssl is slowly failing and beco...
1
401,616
11,795,233,703
IssuesEvent
2020-03-18 08:32:37
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
userguides.tritondigital.com doesn't load properly because of adblock
bug feature/shields/webcompat priority/P5 workaround/allow-ads-and-tracking
Carried over from https://github.com/brave/browser-laptop/issues/14689 > 1. With shields enabled, visit https://userguides.tritondigital.com/adv/a2xspecdsp/ > 2. Notice totally blank screen > 3. Use shields menu and pick `Allow ads and tracking` under `Ad Control` > 4. Site works
1.0
userguides.tritondigital.com doesn't load properly because of adblock - Carried over from https://github.com/brave/browser-laptop/issues/14689 > 1. With shields enabled, visit https://userguides.tritondigital.com/adv/a2xspecdsp/ > 2. Notice totally blank screen > 3. Use shields menu and pick `Allow ads and tracking`...
non_defect
userguides tritondigital com doesn t load properly because of adblock carried over from with shields enabled visit notice totally blank screen use shields menu and pick allow ads and tracking under ad control site works
0
235,053
19,294,631,187
IssuesEvent
2021-12-12 11:34:35
zapccu/HMCCU
https://api.github.com/repos/zapccu/HMCCU
closed
Improve support of time values in week profile parameters
enhancement tested
Consider unit=minutes in parameterset description. Syntax for time value: { n | hh:[mm] } Error handling if value out of range. Update documentation for "set config" command.
1.0
Improve support of time values in week profile parameters - Consider unit=minutes in parameterset description. Syntax for time value: { n | hh:[mm] } Error handling if value out of range. Update documentation for "set config" command.
non_defect
improve support of time values in week profile parameters consider unit minutes in parameterset description syntax for time value n hh error handling if value out of range update documentation for set config command
0
5,677
2,610,193,128
IssuesEvent
2015-02-26 19:00:59
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
咨询脸上长色斑吃什么调理
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 化妆品已经普遍到每个人,不管是学生或是年轻人,还是老�� �人,都希望自己的皮肤白嫩细腻。但是皮肤粗糙长斑困扰着� ��多女性。大部分女性都经历过这种事情,白皙的皮肤莫名的 长斑,皮肤变的暗黄粗糙。只是一味的用美白祛斑的化妆品�� �不但皮肤没有得到改善,反而黄褐斑更重,皮肤更粗糙发黑� ��不化妆都不敢出门,全靠涂抹厚厚的化妆品遮盖,长此以往 造成脸上黄褐斑越来越严重,那么怎么样去除色斑怎么解决�� �。脸上长色斑吃什么调理, 《客户案例》   脸上的斑从小的时候就有,其实到了大学的时候我就开�� �找祛斑的产品了,而且老姐也相当的支持我,给我提供了大� ��的资金用于试用祛斑的产品,但不知道为什么,那些祛斑的 ...
1.0
咨询脸上长色斑吃什么调理 - ``` 《摘要》 化妆品已经普遍到每个人,不管是学生或是年轻人,还是老�� �人,都希望自己的皮肤白嫩细腻。但是皮肤粗糙长斑困扰着� ��多女性。大部分女性都经历过这种事情,白皙的皮肤莫名的 长斑,皮肤变的暗黄粗糙。只是一味的用美白祛斑的化妆品�� �不但皮肤没有得到改善,反而黄褐斑更重,皮肤更粗糙发黑� ��不化妆都不敢出门,全靠涂抹厚厚的化妆品遮盖,长此以往 造成脸上黄褐斑越来越严重,那么怎么样去除色斑怎么解决�� �。脸上长色斑吃什么调理, 《客户案例》   脸上的斑从小的时候就有,其实到了大学的时候我就开�� �找祛斑的产品了,而且老姐也相当的支持我,给我提供了大� ��的资金用于试用祛斑的产...
defect
咨询脸上长色斑吃什么调理 《摘要》 化妆品已经普遍到每个人,不管是学生或是年轻人,还是老�� �人,都希望自己的皮肤白嫩细腻。但是皮肤粗糙长斑困扰着� ��多女性。大部分女性都经历过这种事情,白皙的皮肤莫名的 长斑,皮肤变的暗黄粗糙。只是一味的用美白祛斑的化妆品�� �不但皮肤没有得到改善,反而黄褐斑更重,皮肤更粗糙发黑� ��不化妆都不敢出门,全靠涂抹厚厚的化妆品遮盖,长此以往 造成脸上黄褐斑越来越严重,那么怎么样去除色斑怎么解决�� �。脸上长色斑吃什么调理, 《客户案例》   脸上的斑从小的时候就有,其实到了大学的时候我就开�� �找祛斑的产品了,而且老姐也相当的支持我,给我提供了大� ��的资金用于试用祛斑的产...
1
59,529
17,023,152,784
IssuesEvent
2021-07-03 00:36:45
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
don't allow empty keys
Component: api Priority: major Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 9.28am, Sunday, 15th April 2007]** empty keys: ''='foo' don't make sense and shouldn't be accepted by the API
1.0
don't allow empty keys - **[Submitted to the original trac issue database at 9.28am, Sunday, 15th April 2007]** empty keys: ''='foo' don't make sense and shouldn't be accepted by the API
defect
don t allow empty keys empty keys foo don t make sense and shouldn t be accepted by the api
1
2,107
4,833,850,429
IssuesEvent
2016-11-08 12:29:22
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Can’t Update Edit Snippet and Focus Keyword
compatibility wait for feedback
Hi, This started happening a few Yoast versions ago, but I thought it would come good. If both the Yoast SEO and Events Manager plugins are active then in Yoast SEO the Edit Snippet and Focus Keyword won't change or update in posts and pages. I have already contacted Event Manager By Marcus Sykes and they say it is ...
True
Can’t Update Edit Snippet and Focus Keyword - Hi, This started happening a few Yoast versions ago, but I thought it would come good. If both the Yoast SEO and Events Manager plugins are active then in Yoast SEO the Edit Snippet and Focus Keyword won't change or update in posts and pages. I have already contacted Eve...
non_defect
can’t update edit snippet and focus keyword hi this started happening a few yoast versions ago but i thought it would come good if both the yoast seo and events manager plugins are active then in yoast seo the edit snippet and focus keyword won t change or update in posts and pages i have already contacted eve...
0
4,236
7,001,200,706
IssuesEvent
2017-12-18 09:21:18
angelleye/offers-for-woocommerce
https://api.github.com/repos/angelleye/offers-for-woocommerce
closed
Input fields focus problem on IOS
Compatibility Check
https://www.angelleye.com/support/scp/tickets.php?id=1537 Input fields focus problem on IOS: The Phone is Iphone 8 - IOS 11.0.3
True
Input fields focus problem on IOS - https://www.angelleye.com/support/scp/tickets.php?id=1537 Input fields focus problem on IOS: The Phone is Iphone 8 - IOS 11.0.3
non_defect
input fields focus problem on ios input fields focus problem on ios the phone is iphone ios
0
1,603
2,603,968,142
IssuesEvent
2015-02-24 18:59:34
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳男性生殖器有红疙瘩
auto-migrated Priority-Medium Type-Defect
``` 沈阳男性生殖器有红疙瘩〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google.com by `q96410...
1.0
沈阳男性生殖器有红疙瘩 - ``` 沈阳男性生殖器有红疙瘩〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google....
defect
沈阳男性生殖器有红疙瘩 沈阳男性生殖器有红疙瘩〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at
1
63,874
18,025,537,239
IssuesEvent
2021-09-17 03:40:07
Guake/guake
https://api.github.com/repos/Guake/guake
closed
"Always on Top" windows always steals focus from last focused window when guake hides
Type: Defect Priority: Low
To reproduce: 1. Start guake and hide it 2. Open two windows of any applications, call them "Window A" and "Window B" 3. Right click on "Window A" title bar: check "Always on Top" 4. Switch Focus to "Window B" 5. Open guake with F12 6. Hide guake with F12 Actual result: 1. Focus is on Window A Expected result: 1. Foc...
1.0
"Always on Top" windows always steals focus from last focused window when guake hides - To reproduce: 1. Start guake and hide it 2. Open two windows of any applications, call them "Window A" and "Window B" 3. Right click on "Window A" title bar: check "Always on Top" 4. Switch Focus to "Window B" 5. Open guake with F12...
defect
always on top windows always steals focus from last focused window when guake hides to reproduce start guake and hide it open two windows of any applications call them window a and window b right click on window a title bar check always on top switch focus to window b open guake with ...
1
72,733
24,260,979,379
IssuesEvent
2022-09-27 22:43:26
objectify/objectify
https://api.github.com/repos/objectify/objectify
closed
same query on a data range gives different count
Type-Defect Priority-Medium
Original [issue 103](https://code.google.com/p/objectify-appengine/issues/detail?id=103) created by objectify on 2011-08-31T19:26:12.000Z: When I query the SAME date range again and again like this: ``` return db.query(MyThingy.class) .filter(&quot;registrationDate &gt;=&quot;,startDate) .filter(&...
1.0
same query on a data range gives different count - Original [issue 103](https://code.google.com/p/objectify-appengine/issues/detail?id=103) created by objectify on 2011-08-31T19:26:12.000Z: When I query the SAME date range again and again like this: ``` return db.query(MyThingy.class) .filter(&quot;regist...
defect
same query on a data range gives different count original created by objectify on when i query the same date range again and again like this return db query mythingy class filter quot registrationdate gt quot startdate filter quot registrationdate lt quot endda...
1
54,431
13,672,402,584
IssuesEvent
2020-09-29 08:27:28
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Alignment issue on Scrollable TreeTable
defect
On scrollable treeTable, the header and footer have an alignment indent but the body doesn't have this indent.
1.0
Alignment issue on Scrollable TreeTable - On scrollable treeTable, the header and footer have an alignment indent but the body doesn't have this indent.
defect
alignment issue on scrollable treetable on scrollable treetable the header and footer have an alignment indent but the body doesn t have this indent
1
21,399
3,506,299,063
IssuesEvent
2016-01-08 05:28:36
toopriddy/mytime
https://api.github.com/repos/toopriddy/mytime
closed
Problemas con las estadisticas
auto-migrated Priority-Medium Type-Defect
``` !!! PLEASE ANSWER THE 9 QUESTIONS HERE: !!! Please fill out ALL of this form (there are several questions in this text entry box you need to answer, you will have to scroll down to answer them) This is for BUGS only, feature requests are done at http://code.google.com/p/mytime/wiki/Wishlist or email me N...
1.0
Problemas con las estadisticas - ``` !!! PLEASE ANSWER THE 9 QUESTIONS HERE: !!! Please fill out ALL of this form (there are several questions in this text entry box you need to answer, you will have to scroll down to answer them) This is for BUGS only, feature requests are done at http://code.google.com/p/my...
defect
problemas con las estadisticas please answer the questions here please fill out all of this form there are several questions in this text entry box you need to answer you will have to scroll down to answer them this is for bugs only feature requests are done at or email me never post p...
1
4,330
2,610,091,808
IssuesEvent
2015-02-26 18:27:44
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳粉刺的治疗
auto-migrated Priority-Medium Type-Defect
``` 深圳粉刺的治疗【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:52
1.0
深圳粉刺的治疗 - ``` 深圳粉刺的治疗【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:52
defect
深圳粉刺的治疗 深圳粉刺的治疗【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� original issue reported on code google com by szft com on may at
1
20,226
3,317,627,446
IssuesEvent
2015-11-06 22:42:14
spockframework/spock
https://api.github.com/repos/spockframework/spock
closed
Move from Maven Central/Sonatype to jCenter (or other repo that uses HTTPS)
Module-Core Status-New Type-Defect won't fix
Originally reported on Google Code with ID 372 ``` For security reasons, usage of Maven Central should be deprecated. See: http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/ ``` Reported by `msgilligan` on 2014-07-29 10:37:48
1.0
Move from Maven Central/Sonatype to jCenter (or other repo that uses HTTPS) - Originally reported on Google Code with ID 372 ``` For security reasons, usage of Maven Central should be deprecated. See: http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/ ``` Reported by `msgilligan` on...
defect
move from maven central sonatype to jcenter or other repo that uses https originally reported on google code with id for security reasons usage of maven central should be deprecated see reported by msgilligan on
1
209,647
16,238,928,321
IssuesEvent
2021-05-07 06:51:06
chocolatey/docs
https://api.github.com/repos/chocolatey/docs
closed
Document QDE ClientSetup.ps1 running on a hardened endpoint
documentation
There are some specific TLS related settings that need to be ensured for things to work appropriately. These need added to the QDE FAQ
1.0
Document QDE ClientSetup.ps1 running on a hardened endpoint - There are some specific TLS related settings that need to be ensured for things to work appropriately. These need added to the QDE FAQ
non_defect
document qde clientsetup running on a hardened endpoint there are some specific tls related settings that need to be ensured for things to work appropriately these need added to the qde faq
0
21,034
16,470,536,701
IssuesEvent
2021-05-23 10:15:17
aroberge/friendly
https://api.github.com/repos/aroberge/friendly
closed
Using with the logging module.
usability
During a recent PFPy meeting, a question has been raised about using with the logging module. Following a previous suggestion that was made to me during a PyConUS discussion, I was already planning to investigate capturing and processing `Warnings` with the logging module (https://docs.python.org/3/library/logging.html...
True
Using with the logging module. - During a recent PFPy meeting, a question has been raised about using with the logging module. Following a previous suggestion that was made to me during a PyConUS discussion, I was already planning to investigate capturing and processing `Warnings` with the logging module (https://docs....
non_defect
using with the logging module during a recent pfpy meeting a question has been raised about using with the logging module following a previous suggestion that was made to me during a pyconus discussion i was already planning to investigate capturing and processing warnings with the logging module thus enhanc...
0
25,051
7,620,348,398
IssuesEvent
2018-05-03 02:08:08
apache/incubator-mxnet
https://api.github.com/repos/apache/incubator-mxnet
closed
Build from sources with Cuda 9.0 cudnn 7.1 on Window 10.
Build CUDA Windows
Hi, everyone, Has anyone tried to compile mxnet from sources with Cuda 9.0 cudnn 7.1 on Window 10? I used VS2015, Cuda 9.0, cudnn7.1. When I use CMake to generate sln file for VS. I noticed that it print that: `CUDA detected: 9.0 Found cuDNN (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/inc...
1.0
Build from sources with Cuda 9.0 cudnn 7.1 on Window 10. - Hi, everyone, Has anyone tried to compile mxnet from sources with Cuda 9.0 cudnn 7.1 on Window 10? I used VS2015, Cuda 9.0, cudnn7.1. When I use CMake to generate sln file for VS. I noticed that it print that: `CUDA detected: 9.0 Found cuDNN (include: ...
non_defect
build from sources with cuda cudnn on window hi everyone has anyone tried to compile mxnet from sources with cuda cudnn on window i used cuda when i use cmake to generate sln file for vs i noticed that it print that cuda detected found cudnn include c program f...
0
137,399
30,684,841,392
IssuesEvent
2023-07-26 11:38:24
SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe
https://api.github.com/repos/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe
opened
Code Security Report: 30 high severity findings, 56 total findings
Mend: code security findings
# Code Security Report ### Scan Metadata **Latest Scan:** 2023-07-26 11:36am **Total Findings:** 56 | **New Findings:** 0 | **Resolved Findings:** 0 **Tested Project Files:** 1 **Detected Programming Languages:** 1 (Java*) <!-- SAST-MANUAL-SCAN-START --> - [ ] Check this box to manually trigger a scan <!-- SAST-MAN...
1.0
Code Security Report: 30 high severity findings, 56 total findings - # Code Security Report ### Scan Metadata **Latest Scan:** 2023-07-26 11:36am **Total Findings:** 56 | **New Findings:** 0 | **Resolved Findings:** 0 **Tested Project Files:** 1 **Detected Programming Languages:** 1 (Java*) <!-- SAST-MANUAL-SCAN-STA...
non_defect
code security report high severity findings total findings code security report scan metadata latest scan total findings new findings resolved findings tested project files detected programming languages java check this box to manually trig...
0
145,561
19,339,528,457
IssuesEvent
2021-12-15 01:41:58
artsking/linux-5.13.13
https://api.github.com/repos/artsking/linux-5.13.13
opened
CVE-2021-43975 (Medium) detected in linux-yoctov5.13.15
security vulnerability
## CVE-2021-43975 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.13.15</b></p></summary> <p> <p>Yocto Linux Embedded kernel</p> <p>Library home page: <a href=https://g...
True
CVE-2021-43975 (Medium) detected in linux-yoctov5.13.15 - ## CVE-2021-43975 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.13.15</b></p></summary> <p> <p>Yocto Linux E...
non_defect
cve medium detected in linux cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in base branch master vulnerable source files drivers net ethernet aquantia atlantic hw atl...
0
72,214
23,997,572,191
IssuesEvent
2022-09-14 08:48:24
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
IMap.get gets blocked forever when Cassandra NoNodeAvailableException is thrown from the MapStore [API-1387]
Type: Defect Team: Client Source: Community good first issue to-jira
**Describe the bug** The IMap.get() call will be blocked forever when a `com.datastax.oss.driver.api.core.NoNodeAvailableException` is thrown from the MapStore. **Setup:** Hazelcast v5.1.1 Cassandra SDK v4.14.1 Client-server setup Read through cache, Cassandra DB gets called on a cache miss. **Test scenari...
1.0
IMap.get gets blocked forever when Cassandra NoNodeAvailableException is thrown from the MapStore [API-1387] - **Describe the bug** The IMap.get() call will be blocked forever when a `com.datastax.oss.driver.api.core.NoNodeAvailableException` is thrown from the MapStore. **Setup:** Hazelcast v5.1.1 Cassandra SDK...
defect
imap get gets blocked forever when cassandra nonodeavailableexception is thrown from the mapstore describe the bug the imap get call will be blocked forever when a com datastax oss driver api core nonodeavailableexception is thrown from the mapstore setup hazelcast cassandra sdk cl...
1
47,097
13,056,030,490
IssuesEvent
2020-07-30 03:26:34
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
I3FrameSequence from Python add_file function fails for sensible usage, but no docs (Trac #2421)
Incomplete Migration Migrated from Trac combo core defect
Migrated from https://code.icecube.wisc.edu/ticket/2421 ```json { "status": "accepted", "changetime": "2020-06-30T17:09:06", "description": "No documentation, and the following construct fails:\n{{{\ni3file_iterator = dataio.I3FrameSequence()\nfor path in paths:\n i3file_iterator.add_file(path)\nwhile ...
1.0
I3FrameSequence from Python add_file function fails for sensible usage, but no docs (Trac #2421) - Migrated from https://code.icecube.wisc.edu/ticket/2421 ```json { "status": "accepted", "changetime": "2020-06-30T17:09:06", "description": "No documentation, and the following construct fails:\n{{{\ni3file_...
defect
from python add file function fails for sensible usage but no docs trac migrated from json status accepted changetime description no documentation and the following construct fails n iterator dataio nfor path in paths n iterator add file path ...
1
81,557
31,020,348,101
IssuesEvent
2023-08-10 04:30:16
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
2.5 timezone() is deprecated. Use setTimezone() instead
defect
### Description `i18nFormat` causes this error due to the following dependency ``` "cakephp/chronos": "^2.2" ``` It is getting chronos 2.4.0 when I compose install, which deprecates the timezone function ### CakePHP Version 4.4 ### PHP Version _No response_
1.0
2.5 timezone() is deprecated. Use setTimezone() instead - ### Description `i18nFormat` causes this error due to the following dependency ``` "cakephp/chronos": "^2.2" ``` It is getting chronos 2.4.0 when I compose install, which deprecates the timezone function ### CakePHP Version 4.4 ### PHP Version ...
defect
timezone is deprecated use settimezone instead description causes this error due to the following dependency cakephp chronos it is getting chronos when i compose install which deprecates the timezone function cakephp version php version no re...
1
492,185
14,189,685,308
IssuesEvent
2020-11-14 01:57:01
dkoslicki/PressPurt
https://api.github.com/repos/dkoslicki/PressPurt
closed
CRAN Submission
High priority
It's my understanding that CRAN re-runs the vignettes when you submit the package. They will not pass CRAN's test environment because it doesn't have python, etc. I briefly looked for a solution and I ran into static vignettes. All of the posts are from 7+ years ago so I don't know if that solution will work, but I c...
1.0
CRAN Submission - It's my understanding that CRAN re-runs the vignettes when you submit the package. They will not pass CRAN's test environment because it doesn't have python, etc. I briefly looked for a solution and I ran into static vignettes. All of the posts are from 7+ years ago so I don't know if that solution ...
non_defect
cran submission it s my understanding that cran re runs the vignettes when you submit the package they will not pass cran s test environment because it doesn t have python etc i briefly looked for a solution and i ran into static vignettes all of the posts are from years ago so i don t know if that solution ...
0
34,139
28,322,151,843
IssuesEvent
2023-04-11 02:42:43
APSIMInitiative/ApsimX
https://api.github.com/repos/APSIMInitiative/ApsimX
closed
Data display clock.today bug?
bug interface/infrastructure
Just noticed an odd behaviour of the datastore in my simulation. The clock ends up repeating itself in the display so I cannot interrogate the data via the gui. @hol430 not sure what's causing the bug though it should be related to the display since the simulation ran fine and the results can be imported into R/exc...
1.0
Data display clock.today bug? - Just noticed an odd behaviour of the datastore in my simulation. The clock ends up repeating itself in the display so I cannot interrogate the data via the gui. @hol430 not sure what's causing the bug though it should be related to the display since the simulation ran fine and the re...
non_defect
data display clock today bug just noticed an odd behaviour of the datastore in my simulation the clock ends up repeating itself in the display so i cannot interrogate the data via the gui not sure what s causing the bug though it should be related to the display since the simulation ran fine and the results...
0