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
41,741
10,585,203,882
IssuesEvent
2019-10-08 16:58:57
openanthem/nimbus-core
https://api.github.com/repos/openanthem/nimbus-core
closed
Rendering issue in different resolution screens
Defect In Review configuration error wontfix
# Issue Details The current application, when opened in a lower resolution screen (laptop) places the 4 columns tab within the prescribed space whereas when opened in a higher resolution screen (Monitor) there exist white spaces to the right side of the screen and appears to be a 6 columns tab. ``` [X ] Bug Report...
1.0
Rendering issue in different resolution screens - # Issue Details The current application, when opened in a lower resolution screen (laptop) places the 4 columns tab within the prescribed space whereas when opened in a higher resolution screen (Monitor) there exist white spaces to the right side of the screen and ap...
defect
rendering issue in different resolution screens issue details the current application when opened in a lower resolution screen laptop places the columns tab within the prescribed space whereas when opened in a higher resolution screen monitor there exist white spaces to the right side of the screen and ap...
1
713,988
24,546,005,623
IssuesEvent
2022-10-12 08:51:00
aleksbobic/csx
https://api.github.com/repos/aleksbobic/csx
closed
Filter nodes by attributes
enhancement priority:low Complexity:medium
Identify particular nodes by attributes (e.g. specific values for centrality, on nodes and attributes in nodes) Probably a separate filtering mechanism from the table search mechanism.
1.0
Filter nodes by attributes - Identify particular nodes by attributes (e.g. specific values for centrality, on nodes and attributes in nodes) Probably a separate filtering mechanism from the table search mechanism.
non_defect
filter nodes by attributes identify particular nodes by attributes e g specific values for centrality on nodes and attributes in nodes probably a separate filtering mechanism from the table search mechanism
0
776,968
27,264,991,319
IssuesEvent
2023-02-22 17:20:36
ChainSafe/forest
https://api.github.com/repos/ChainSafe/forest
closed
Switch to 64bit (u64) hash for deduplicating CIDs in `walk_snapshot`
Priority: 2 - High Ready
**Issue summary** <!-- A clear and concise description of what the task is. --> It has been implemented and tested as part of https://github.com/ChainSafe/forest/pull/2486 for ~1 week, everything works fine and peak memory usage does drop. We could consider shipping it. Below is the 14-day memory usage chart of th...
1.0
Switch to 64bit (u64) hash for deduplicating CIDs in `walk_snapshot` - **Issue summary** <!-- A clear and concise description of what the task is. --> It has been implemented and tested as part of https://github.com/ChainSafe/forest/pull/2486 for ~1 week, everything works fine and peak memory usage does drop. We coul...
non_defect
switch to hash for deduplicating cids in walk snapshot issue summary it has been implemented and tested as part of for week everything works fine and peak memory usage does drop we could consider shipping it below is the day memory usage chart of the do droplet after the being deploy...
0
685,700
23,465,704,273
IssuesEvent
2022-08-16 16:33:27
googleapis/nodejs-pubsub
https://api.github.com/repos/googleapis/nodejs-pubsub
opened
Overlapping delivery for ordered subscriptions
type: question priority: p3
While "official" documentation is lacking, [this blog post](https://medium.com/google-cloud/google-cloud-pub-sub-ordered-delivery-1e4181f60bc8) seems to provide the most detailed and quasi-official description of ordered delivery in pubsub[^1]. One notable item it notes is: > **Streaming Pull (Via the Client Libr...
1.0
Overlapping delivery for ordered subscriptions - While "official" documentation is lacking, [this blog post](https://medium.com/google-cloud/google-cloud-pub-sub-ordered-delivery-1e4181f60bc8) seems to provide the most detailed and quasi-official description of ordered delivery in pubsub[^1]. One notable item it not...
non_defect
overlapping delivery for ordered subscriptions while official documentation is lacking seems to provide the most detailed and quasi official description of ordered delivery in pubsub one notable item it notes is streaming pull via the client libraries the client libraries guarantee that for...
0
181,031
30,608,611,991
IssuesEvent
2023-07-23 10:26:01
dev-launchers/dev-launchers-platform
https://api.github.com/repos/dev-launchers/dev-launchers-platform
opened
Develop Unified Usability Testing Process Document
Universal Design
**Description:** Create a comprehensive document outlining the unified usability testing process based on the workshop outcomes. **Acceptance Criteria:** - The document includes clear step-by-step guidelines for conducting usability testing. - Roles and responsibilities of team members involved in usability testing ar...
1.0
Develop Unified Usability Testing Process Document - **Description:** Create a comprehensive document outlining the unified usability testing process based on the workshop outcomes. **Acceptance Criteria:** - The document includes clear step-by-step guidelines for conducting usability testing. - Roles and responsibili...
non_defect
develop unified usability testing process document description create a comprehensive document outlining the unified usability testing process based on the workshop outcomes acceptance criteria the document includes clear step by step guidelines for conducting usability testing roles and responsibili...
0
660,454
21,966,714,149
IssuesEvent
2022-05-24 21:08:07
shaka-project/shaka-player
https://api.github.com/repos/shaka-project/shaka-player
closed
(Offline) Download of HLS stream stops after first chunk
type: bug status: waiting on response component: HLS priority: P2 component: offline
**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes **What version of Shaka Player are you using?** ^3.3.0 **Can you reproduce the issue with our latest release version?** Yes **Can you reproduce the issue with the latest code from `master`?** Seems l...
1.0
(Offline) Download of HLS stream stops after first chunk - **Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes **What version of Shaka Player are you using?** ^3.3.0 **Can you reproduce the issue with our latest release version?** Yes **Can you reproduce...
non_defect
offline download of hls stream stops after first chunk have you read the and checked for duplicate open issues yes what version of shaka player are you using can you reproduce the issue with our latest release version yes can you reproduce the issue with the latest ...
0
2,731
5,476,671,352
IssuesEvent
2017-03-11 22:52:03
m3co/pseudoimport-html
https://api.github.com/repos/m3co/pseudoimport-html
closed
Process the URI schemes properly
bug compatibility support
Schemes like ```http://``` or ```https://``` are being ignored completely by [preparePath](https://github.com/m3co/pseudoimport-html/blob/57043045f2431c7db66967ce7e30d025d8d3628b/includes/utils.js#L25). Let's try to fix it up by including a list of schemes.
True
Process the URI schemes properly - Schemes like ```http://``` or ```https://``` are being ignored completely by [preparePath](https://github.com/m3co/pseudoimport-html/blob/57043045f2431c7db66967ce7e30d025d8d3628b/includes/utils.js#L25). Let's try to fix it up by including a list of schemes.
non_defect
process the uri schemes properly schemes like or are being ignored completely by let s try to fix it up by including a list of schemes
0
174,770
6,542,938,080
IssuesEvent
2017-09-02 15:03:21
LinxGem33/Arc-Menu
https://api.github.com/repos/LinxGem33/Arc-Menu
closed
Keybinding doesn't work after lockscreen
bug low priority
after lock screen keybinding doesn't, i have to restart gnome-shell session by ALT+F2 'r' to make it work again.
1.0
Keybinding doesn't work after lockscreen - after lock screen keybinding doesn't, i have to restart gnome-shell session by ALT+F2 'r' to make it work again.
non_defect
keybinding doesn t work after lockscreen after lock screen keybinding doesn t i have to restart gnome shell session by alt r to make it work again
0
73,433
24,624,295,902
IssuesEvent
2022-10-16 10:06:52
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Deletig avatar picture resets ALL room specific nicknames
T-Defect
### Steps to reproduce 1. Make sure you have an avatar picture set for your account 1. Define some room specific nicknames using the /myroomnick command 2. Go to the Element Desktop settings and remove your avatar picture. Confirm/save setting. ### Outcome Go back to a room where you have set a specific nick be...
1.0
Deletig avatar picture resets ALL room specific nicknames - ### Steps to reproduce 1. Make sure you have an avatar picture set for your account 1. Define some room specific nicknames using the /myroomnick command 2. Go to the Element Desktop settings and remove your avatar picture. Confirm/save setting. ### Outc...
defect
deletig avatar picture resets all room specific nicknames steps to reproduce make sure you have an avatar picture set for your account define some room specific nicknames using the myroomnick command go to the element desktop settings and remove your avatar picture confirm save setting outc...
1
408,600
27,698,162,262
IssuesEvent
2023-03-14 05:09:23
Eu4ng/TIL
https://api.github.com/repos/Eu4ng/TIL
opened
[C++] enum과 enum class
documentation
# enum class 기존의 C++의 enum은 내부적으로 int와 동일하게 사용되고, int형 변수와 비교도 하고 서로 다른 enum끼리도 비교가 가능했다. 이는 올바른 사용법이 아니라 생각되어 더 제약적인 enum을 만들어낸 것이 바로 enum class이다. ## 기존의 스코프 문제 해결 ```cpp // 기존 enum Color { RED, GREEN, BLUE }; enum TrafficLight { GREEN, // 오류 YELLOW, RED // 오류 }; // enum class enum cla...
1.0
[C++] enum과 enum class - # enum class 기존의 C++의 enum은 내부적으로 int와 동일하게 사용되고, int형 변수와 비교도 하고 서로 다른 enum끼리도 비교가 가능했다. 이는 올바른 사용법이 아니라 생각되어 더 제약적인 enum을 만들어낸 것이 바로 enum class이다. ## 기존의 스코프 문제 해결 ```cpp // 기존 enum Color { RED, GREEN, BLUE }; enum TrafficLight { GREEN, // 오류 YELLOW, RED // 오류 }; ...
non_defect
enum과 enum class enum class 기존의 c 의 enum은 내부적으로 int와 동일하게 사용되고 int형 변수와 비교도 하고 서로 다른 enum끼리도 비교가 가능했다 이는 올바른 사용법이 아니라 생각되어 더 제약적인 enum을 만들어낸 것이 바로 enum class이다 기존의 스코프 문제 해결 cpp 기존 enum color red green blue enum trafficlight green 오류 yellow red 오류 ...
0
50,062
13,187,317,971
IssuesEvent
2020-08-13 03:01:55
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
svn version upgrade needed (Trac #73)
Migrated from Trac defect infrastructure
DART nodes need svn version 1.4.x or better for latest and greatest dartboard voodoo. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/73 , reported by blaufuss and owned by cgils_</summary> <p> ```json { "status": "closed", "changetime": "2007-06-26T16:16:23", "description": "D...
1.0
svn version upgrade needed (Trac #73) - DART nodes need svn version 1.4.x or better for latest and greatest dartboard voodoo. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/73 , reported by blaufuss and owned by cgils_</summary> <p> ```json { "status": "closed", "changetime": "2007...
defect
svn version upgrade needed trac dart nodes need svn version x or better for latest and greatest dartboard voodoo migrated from reported by blaufuss and owned by cgils json status closed changetime description dart nodes need svn version x or ...
1
127,159
5,019,727,832
IssuesEvent
2016-12-14 12:47:26
emfoundation/ce100-app
https://api.github.com/repos/emfoundation/ce100-app
closed
pg transition: /people/activate/hashedId POST
enhancement priority-2 T4h
Post endpoint /people/activate/hashedId In this handler we need to: - [x] use jwt to decrypt the user id from the url - [x] use bcrypt to hash the password given - [x] add the password to the user table - [x] query should return the user that they just updated - [x] if no error, add a session - [x] redirect...
1.0
pg transition: /people/activate/hashedId POST - Post endpoint /people/activate/hashedId In this handler we need to: - [x] use jwt to decrypt the user id from the url - [x] use bcrypt to hash the password given - [x] add the password to the user table - [x] query should return the user that they just updated -...
non_defect
pg transition people activate hashedid post post endpoint people activate hashedid in this handler we need to use jwt to decrypt the user id from the url use bcrypt to hash the password given add the password to the user table query should return the user that they just updated if no...
0
52,968
13,249,318,186
IssuesEvent
2020-08-19 20:35:01
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[COGNTION]: STEM Standalone - CONSIDER removing the opt-out direct deposit message when users have opted in
508-defect-4 508-issue-cognition 508/Accessibility Awaiting Feedback bah-stem bug ux
# [508-defect-4](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context ...
1.0
[COGNTION]: STEM Standalone - CONSIDER removing the opt-out direct deposit message when users have opted in - # [508-defect-4](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4) <!-- Enter an issue title using the format ...
defect
stem standalone consider removing the opt out direct deposit message when users have opted in 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 sho...
1
328,694
9,998,836,827
IssuesEvent
2019-07-12 09:10:04
devspace-cloud/devspace
https://api.github.com/repos/devspace-cloud/devspace
closed
Vars: devspace reset vars
area/config kind/feature priority/longterm
Currently it's only possible to reset vars by deleting the `.devspace/generated.yaml`. We should provide a command like `devspace reset vars` to reset all entered variables.
1.0
Vars: devspace reset vars - Currently it's only possible to reset vars by deleting the `.devspace/generated.yaml`. We should provide a command like `devspace reset vars` to reset all entered variables.
non_defect
vars devspace reset vars currently it s only possible to reset vars by deleting the devspace generated yaml we should provide a command like devspace reset vars to reset all entered variables
0
53,712
13,262,127,547
IssuesEvent
2020-08-20 21:09:23
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
steamshovel - python bits still explicitly import PyQt4 (Trac #1919)
Migrated from Trac combo core defect
fix that <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1919">https://code.icecube.wisc.edu/projects/icecube/ticket/1919</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2017-10-03T13:07:30", "_ts":...
1.0
steamshovel - python bits still explicitly import PyQt4 (Trac #1919) - fix that <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1919">https://code.icecube.wisc.edu/projects/icecube/ticket/1919</a>, reported by negaand owned by nega</em></summary> <p> ```json { ...
defect
steamshovel python bits still explicitly import trac fix that migrated from json status closed changetime ts description fix that reporter nega cc david schultz resolution fixed time c...
1
77,601
27,068,787,426
IssuesEvent
2023-02-14 04:06:10
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
CMS Editors Should Not Be Able to Rename/Re-URL-alias Vet Center Facility Service Pages
Defect VAMC Drupal engineering Facilities Vet Center User support
## Describe the defect All Vet Centers have various facility services that are necessary to add to each Vet Center homepage. Many of these services are listed as required, while some are optional. Vet Center facility services include "Community engagement", "Grief and bereavement counseling", "Mental health care", ...
1.0
CMS Editors Should Not Be Able to Rename/Re-URL-alias Vet Center Facility Service Pages - ## Describe the defect All Vet Centers have various facility services that are necessary to add to each Vet Center homepage. Many of these services are listed as required, while some are optional. Vet Center facility services ...
defect
cms editors should not be able to rename re url alias vet center facility service pages describe the defect all vet centers have various facility services that are necessary to add to each vet center homepage many of these services are listed as required while some are optional vet center facility services ...
1
456
2,540,682,783
IssuesEvent
2015-01-27 23:31:30
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Jacobian block are not properly sized in NodeFaceConstraints
C: MOOSE P: critical T: defect
I found this by running RELAP-7 in devel mode (i.e. asserts active). This is related to the recent change that enabled subdomain restricted scalar variables. Before that each node had the same amount of dofs per scalar variable. Now, that scalar variables are restricted to the domain, this number can change and ther...
1.0
Jacobian block are not properly sized in NodeFaceConstraints - I found this by running RELAP-7 in devel mode (i.e. asserts active). This is related to the recent change that enabled subdomain restricted scalar variables. Before that each node had the same amount of dofs per scalar variable. Now, that scalar variable...
defect
jacobian block are not properly sized in nodefaceconstraints i found this by running relap in devel mode i e asserts active this is related to the recent change that enabled subdomain restricted scalar variables before that each node had the same amount of dofs per scalar variable now that scalar variable...
1
52,602
13,224,857,215
IssuesEvent
2020-08-17 19:59:32
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
I3Db needed in release (Trac #46)
Migrated from Trac defect offline-software
Latest I3Db needs to be in the release (will be used in the JEB online) <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/46">https://code.icecube.wisc.edu/projects/icecube/ticket/46</a>, reported by blaufuss</summary> <p> ```json { "status": "closed", "chang...
1.0
I3Db needed in release (Trac #46) - Latest I3Db needs to be in the release (will be used in the JEB online) <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/46">https://code.icecube.wisc.edu/projects/icecube/ticket/46</a>, reported by blaufuss</summary> <p> ```json ...
defect
needed in release trac latest needs to be in the release will be used in the jeb online migrated from json status closed changetime ts description latest needs to be in the release will be used in the jeb online reporter blauf...
1
55,024
14,140,785,136
IssuesEvent
2020-11-10 11:43:05
hazelcast/hazelcast-nodejs-client
https://api.github.com/repos/hazelcast/hazelcast-nodejs-client
closed
Invalid Promise<void> conversions
Source: Internal Type: Defect
We have a bunch of places where we convert `Promise<T>` to `Promise<void>` with `.then()`. Although TS compiler is OK with that, the resulting promise is still resolved with `T`, not `undefined`. That behavior follows item 3 of the [spec section](http://www.ecma-international.org/ecma-262/6.0/#sec-performpromisethen), ...
1.0
Invalid Promise<void> conversions - We have a bunch of places where we convert `Promise<T>` to `Promise<void>` with `.then()`. Although TS compiler is OK with that, the resulting promise is still resolved with `T`, not `undefined`. That behavior follows item 3 of the [spec section](http://www.ecma-international.org/ecm...
defect
invalid promise conversions we have a bunch of places where we convert promise to promise with then although ts compiler is ok with that the resulting promise is still resolved with t not undefined that behavior follows item of the i e in the described scenario an identity function is impli...
1
41,663
10,562,898,762
IssuesEvent
2019-10-04 19:30:53
zfsonlinux/zfs
https://api.github.com/repos/zfsonlinux/zfs
closed
Automount fails when accessing snapshots for root filesystem
Type: Defect
<!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please search our issue tracker *before* making a new issue. If you cannot find a similar issue, then create a new issue. https://github.com/zfsonlinux/zf...
1.0
Automount fails when accessing snapshots for root filesystem - <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please search our issue tracker *before* making a new issue. If you cannot find a similar is...
defect
automount fails when accessing snapshots for root filesystem thank you for reporting an issue important please search our issue tracker before making a new issue if you cannot find a similar issue then create a new issue important this issue tracker is for bugs and issues only ...
1
73,306
24,555,916,492
IssuesEvent
2022-10-12 15:51:22
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
508-defect-2 [SCREEN READER]: Notes should be programatically linked with aria-describedby to their relevant fields
508/Accessibility 508-defect-2
# [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 [SCREEN READER]: Notes should be programatically linked with aria-describedby to their relevant fields - # [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...
defect
defect notes should be programatically linked with aria describedby to their relevant fields 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 sh...
1
350,816
31,932,348,063
IssuesEvent
2023-09-19 08:17:35
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix jax_src_tree_util.test_jax_tree_leaves
JAX Frontend Sub Task Failing Test
| | | |---|---| |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/6214672200/job/16866833410"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/6214672200/job/16866833410"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflo...
1.0
Fix jax_src_tree_util.test_jax_tree_leaves - | | | |---|---| |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/6214672200/job/16866833410"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/6214672200/job/16866833410"><img src=https://img.s...
non_defect
fix jax src tree util test jax tree leaves numpy a href src jax a href src tensorflow a href src torch a href src paddle a href src
0
57,803
6,557,818,466
IssuesEvent
2017-09-06 18:53:09
chemheritage/chf-sufia
https://api.github.com/repos/chemheritage/chf-sufia
opened
Suggest feature for date keywords
user testing
Users were confused when they searched for "18th century" and found that 2 out of 3 of the hits weren't 18th century (those words were in the description). Possibly add a suggested text "Did you mean [facet to date or subject that's more relevant" @archivistsarah found another website that does this.
1.0
Suggest feature for date keywords - Users were confused when they searched for "18th century" and found that 2 out of 3 of the hits weren't 18th century (those words were in the description). Possibly add a suggested text "Did you mean [facet to date or subject that's more relevant" @archivistsarah found another websit...
non_defect
suggest feature for date keywords users were confused when they searched for century and found that out of of the hits weren t century those words were in the description possibly add a suggested text did you mean facet to date or subject that s more relevant archivistsarah found another website that...
0
52,247
13,211,411,827
IssuesEvent
2020-08-15 22:57:31
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[docs] mac install (Trac #1914)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1914">https://code.icecube.wisc.edu/projects/icecube/ticket/1914</a>, reported by david.schultzand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2019-01-12T00:33:41", "_ts": ...
1.0
[docs] mac install (Trac #1914) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1914">https://code.icecube.wisc.edu/projects/icecube/ticket/1914</a>, reported by david.schultzand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": ...
defect
mac install trac migrated from json status closed changetime ts description for package pyqt does not exist anymore reporter david schultz cc resolution fixed time component combo ...
1
243,946
18,734,772,668
IssuesEvent
2021-11-04 05:11:55
jbold569/profile
https://api.github.com/repos/jbold569/profile
opened
Testing Discussion by Actions
documentation.blog
title: Testing Discussion by Actions type: tech description: <brief summary of post>
1.0
Testing Discussion by Actions - title: Testing Discussion by Actions type: tech description: <brief summary of post>
non_defect
testing discussion by actions title testing discussion by actions type tech description
0
35,159
7,621,536,700
IssuesEvent
2018-05-03 08:55:13
sccn/labstreaminglayer
https://api.github.com/repos/sccn/labstreaminglayer
closed
Unable to resolve a network EEG stream from EGI Amp Server
Priority-Medium Type-Defect auto-migrated
``` Dear all, I'm unable to resolve a network stream from an EGI Net Amps 300 neither with the ReceiveData Python nor MATLAB example scripts. First I have tried to connect to the Net Amps 300 via a provided GUI "EGI Amp Server Connector". This program crashes a second after pressing the "Link" button. The resultin...
1.0
Unable to resolve a network EEG stream from EGI Amp Server - ``` Dear all, I'm unable to resolve a network stream from an EGI Net Amps 300 neither with the ReceiveData Python nor MATLAB example scripts. First I have tried to connect to the Net Amps 300 via a provided GUI "EGI Amp Server Connector". This program cra...
defect
unable to resolve a network eeg stream from egi amp server dear all i m unable to resolve a network stream from an egi net amps neither with the receivedata python nor matlab example scripts first i have tried to connect to the net amps via a provided gui egi amp server connector this program crashes...
1
55,290
13,578,480,738
IssuesEvent
2020-09-20 07:59:41
zyantific/zycore-c
https://api.github.com/repos/zyantific/zycore-c
closed
Tag/release zycore-c?
A-build C-enhancement P-medium
Hi - I am building zydis, which depends on zycore-c. The internal packaging tool I'm using works nicely when there are *versioned* releases of the source code - in particular, where there are "official" tagged versioned releases, which github.com will offer as tar.gz (otherwise, I have to create my own versioning schem...
1.0
Tag/release zycore-c? - Hi - I am building zydis, which depends on zycore-c. The internal packaging tool I'm using works nicely when there are *versioned* releases of the source code - in particular, where there are "official" tagged versioned releases, which github.com will offer as tar.gz (otherwise, I have to create...
non_defect
tag release zycore c hi i am building zydis which depends on zycore c the internal packaging tool i m using works nicely when there are versioned releases of the source code in particular where there are official tagged versioned releases which github com will offer as tar gz otherwise i have to create...
0
15,942
2,869,254,857
IssuesEvent
2015-06-06 01:31:58
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
No work default types in TypeMap
Defect
I found the problem of TypeMap. # Steps to reproduce * Overview<br> Use SQL function with types. * MySQL table ``` CREATE TABLE `samples` ( `id` int(11) NOT NULL AUTO_INCREMENT, `level` int(11), PRIMARY KEY (`id`), ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ; ``` * Code ```PHP $theTabl...
1.0
No work default types in TypeMap - I found the problem of TypeMap. # Steps to reproduce * Overview<br> Use SQL function with types. * MySQL table ``` CREATE TABLE `samples` ( `id` int(11) NOT NULL AUTO_INCREMENT, `level` int(11), PRIMARY KEY (`id`), ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf...
defect
no work default types in typemap i found the problem of typemap steps to reproduce overview use sql function with types mysql table create table samples id int not null auto increment level int primary key id engine innodb auto increment default charset ...
1
7,931
2,611,067,480
IssuesEvent
2015-02-27 00:31:32
alistairreilly/andors-trail
https://api.github.com/repos/alistairreilly/andors-trail
closed
2 loot windows
auto-migrated Type-Defect
``` On occasion I am seeing multiple loot windows What steps will reproduce the problem? 1. Defeat monster. 2. 2 loot windows appear. 3. Click "pickup" in both windows and they both close. User is not credited with twice the loot which is correct. What is the expected output? What do you see instead? See only one ...
1.0
2 loot windows - ``` On occasion I am seeing multiple loot windows What steps will reproduce the problem? 1. Defeat monster. 2. 2 loot windows appear. 3. Click "pickup" in both windows and they both close. User is not credited with twice the loot which is correct. What is the expected output? What do you see inste...
defect
loot windows on occasion i am seeing multiple loot windows what steps will reproduce the problem defeat monster loot windows appear click pickup in both windows and they both close user is not credited with twice the loot which is correct what is the expected output what do you see inste...
1
7,964
2,611,069,549
IssuesEvent
2015-02-27 00:32:30
alistairreilly/andors-trail
https://api.github.com/repos/alistairreilly/andors-trail
closed
Rent Fallhaven bed with not enough gold
auto-migrated Milestone-0.6.11 Priority-Low Type-Defect
``` You should not be able to rent the room. It allows you to rent the room and you end up with a negative amount of gold. More info: http://andorstrail.com/viewtopic.php?f=3&t=1236 Thanks to Grävling for finding the bug. ``` Original issue reported on code.google.com by `sdeva...@gmail.com` on 6 Dec 2011 at 2:14
1.0
Rent Fallhaven bed with not enough gold - ``` You should not be able to rent the room. It allows you to rent the room and you end up with a negative amount of gold. More info: http://andorstrail.com/viewtopic.php?f=3&t=1236 Thanks to Grävling for finding the bug. ``` Original issue reported on code.google.com by `...
defect
rent fallhaven bed with not enough gold you should not be able to rent the room it allows you to rent the room and you end up with a negative amount of gold more info thanks to grävling for finding the bug original issue reported on code google com by sdeva gmail com on dec at
1
53,850
13,262,372,459
IssuesEvent
2020-08-20 21:41:21
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[dataclasses] Heisenbug in I3SuperDST::EncodeWidth() (Trac #2177)
Migrated from Trac combo core defect
When running the test `CoincSuite/resources/test/recursionTest.py` on OSX Sierra, when run in release mode this function returns 0xffffffff. In debug mode it runs fine, and when adding print statements in release mode the function behaves correctly. Presumably, this is an optimization not playing nice with floating poi...
1.0
[dataclasses] Heisenbug in I3SuperDST::EncodeWidth() (Trac #2177) - When running the test `CoincSuite/resources/test/recursionTest.py` on OSX Sierra, when run in release mode this function returns 0xffffffff. In debug mode it runs fine, and when adding print statements in release mode the function behaves correctly. Pr...
defect
heisenbug in encodewidth trac when running the test coincsuite resources test recursiontest py on osx sierra when run in release mode this function returns in debug mode it runs fine and when adding print statements in release mode the function behaves correctly presumably this is an optimization...
1
71,710
8,676,640,496
IssuesEvent
2018-11-30 14:41:45
mailpile/Mailpile
https://api.github.com/repos/mailpile/Mailpile
closed
XMPP chat integration
Back End Design Front End
Hi guys, I'm very excited by the promise that Mailpile holds, especially in light of the open development model and the great ideas that are coming out of this issue tracker. I see one of your stretch goals is _built-in support for XMPP chat_. I'm the main author of Converse.js, an XMPP chat client similar to GTalk,...
1.0
XMPP chat integration - Hi guys, I'm very excited by the promise that Mailpile holds, especially in light of the open development model and the great ideas that are coming out of this issue tracker. I see one of your stretch goals is _built-in support for XMPP chat_. I'm the main author of Converse.js, an XMPP chat ...
non_defect
xmpp chat integration hi guys i m very excited by the promise that mailpile holds especially in light of the open development model and the great ideas that are coming out of this issue tracker i see one of your stretch goals is built in support for xmpp chat i m the main author of converse js an xmpp chat ...
0
72,449
24,122,596,971
IssuesEvent
2022-09-20 20:10:48
E1337Kat/cyberpunk2077_ext_redux
https://api.github.com/repos/E1337Kat/cyberpunk2077_ext_redux
opened
Don't Restrict Number of Mod Dirs in one REDmod
defect Mod Prompts
A single mod should be able to safely have any number of subdirs as long as they look good otherwise. If this becomes an issue or if we need to do something different with different REDmod types, let's do that separately.
1.0
Don't Restrict Number of Mod Dirs in one REDmod - A single mod should be able to safely have any number of subdirs as long as they look good otherwise. If this becomes an issue or if we need to do something different with different REDmod types, let's do that separately.
defect
don t restrict number of mod dirs in one redmod a single mod should be able to safely have any number of subdirs as long as they look good otherwise if this becomes an issue or if we need to do something different with different redmod types let s do that separately
1
287,012
31,807,883,376
IssuesEvent
2023-09-13 14:57:36
Trinadh465/external_tcpdump_CVE-2018-14880
https://api.github.com/repos/Trinadh465/external_tcpdump_CVE-2018-14880
opened
CVE-2018-14466 (High) detected in tcpdump32027e199368dad9508965aae8cd8de5b6ab5231
Mend: dependency security vulnerability
## CVE-2018-14466 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tcpdump32027e199368dad9508965aae8cd8de5b6ab5231</b></p></summary> <p> <p>the TCPdump network dissector</p> <p>Library ...
True
CVE-2018-14466 (High) detected in tcpdump32027e199368dad9508965aae8cd8de5b6ab5231 - ## CVE-2018-14466 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tcpdump32027e199368dad9508965aae8cd...
non_defect
cve high detected in cve high severity vulnerability vulnerable library the tcpdump network dissector library home page a href found in head commit a href found in base branch main vulnerable source files print rx c vulne...
0
92,565
10,758,050,151
IssuesEvent
2019-10-31 14:21:42
G-Research/armada
https://api.github.com/repos/G-Research/armada
closed
Some improvements for the README
documentation
I went through the quickstart, and got through it, which was pretty nice. Here are some small changes that might improve it: * Mention need for 5GB+ disk space. I ran out. * Maybe add a sentence explaining what `kind` is, for those who haven't heard of it. * Installing `kind` via the official install instructi...
1.0
Some improvements for the README - I went through the quickstart, and got through it, which was pretty nice. Here are some small changes that might improve it: * Mention need for 5GB+ disk space. I ran out. * Maybe add a sentence explaining what `kind` is, for those who haven't heard of it. * Installing `kind`...
non_defect
some improvements for the readme i went through the quickstart and got through it which was pretty nice here are some small changes that might improve it mention need for disk space i ran out maybe add a sentence explaining what kind is for those who haven t heard of it installing kind v...
0
52,335
13,224,658,658
IssuesEvent
2020-08-17 19:34:53
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[steamshovel] option dropdown disappears (Trac #2044)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2044">https://code.icecube.wisc.edu/projects/icecube/ticket/2044</a>, reported by david.schultzand owned by sander.vanheule</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:03", ...
1.0
[steamshovel] option dropdown disappears (Trac #2044) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2044">https://code.icecube.wisc.edu/projects/icecube/ticket/2044</a>, reported by david.schultzand owned by sander.vanheule</em></summary> <p> ```json { "stat...
defect
option dropdown disappears trac migrated from json status closed changetime ts description on some of the option dropdowns if the selection is blank the default the dropdown disappears into the white background this confuses users as the...
1
247,027
26,668,259,437
IssuesEvent
2023-01-26 07:42:17
RG4421/ray
https://api.github.com/repos/RG4421/ray
opened
CVE-2022-25908 (Medium) detected in simple-git-1.132.0.tgz
security vulnerability
## CVE-2022-25908 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-git-1.132.0.tgz</b></p></summary> <p>Simple GIT interface for node.js</p> <p>Library home page: <a href="http...
True
CVE-2022-25908 (Medium) detected in simple-git-1.132.0.tgz - ## CVE-2022-25908 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-git-1.132.0.tgz</b></p></summary> <p>Simple GIT ...
non_defect
cve medium detected in simple git tgz cve medium severity vulnerability vulnerable library simple git tgz simple git interface for node js library home page a href path to dependency file package json path to vulnerable library node modules simple git package json ...
0
85,694
10,675,275,690
IssuesEvent
2019-10-21 11:17:45
hotosm/tasking-manager
https://api.github.com/repos/hotosm/tasking-manager
closed
Create logic for popular projects
Component: Backend Difficulty: Medium Project: redesign Status: In Progress Type: Enhancement
Develop a logic to define which projects are the most popular right now. Think ways to return that data to the frontend, maybe a rating number or a specific filtered endpoint.
1.0
Create logic for popular projects - Develop a logic to define which projects are the most popular right now. Think ways to return that data to the frontend, maybe a rating number or a specific filtered endpoint.
non_defect
create logic for popular projects develop a logic to define which projects are the most popular right now think ways to return that data to the frontend maybe a rating number or a specific filtered endpoint
0
51,988
13,211,356,554
IssuesEvent
2020-08-15 22:32:42
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[steamshovel] following G-frames do not supercede (Trac #1425)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1425">https://code.icecube.wisc.edu/projects/icecube/ticket/1425</a>, reported by mzolland owned by hdembinski</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:08", "_ts": "1...
1.0
[steamshovel] following G-frames do not supercede (Trac #1425) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1425">https://code.icecube.wisc.edu/projects/icecube/ticket/1425</a>, reported by mzolland owned by hdembinski</em></summary> <p> ```json { "status":...
defect
following g frames do not supercede trac migrated from json status closed changetime ts description in a stream gcdgqp the first g frame will determine the geometry for the q and p frame not as expected the second g frame from the streaming c...
1
78,921
27,820,243,697
IssuesEvent
2023-03-19 06:01:31
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
Pool corruption after export when using special vdev
Type: Defect Status: Stale
### System information <!-- add version after "|" character --> Type | Ryzen 7 2700X / 32GiB ECC / LSI-9300 --- | --- Distribution Name | Ubuntu Distribution Version | 20.04 Linux Kernel | 5.40 Architecture | x86_64 ZFS Version | 0.8.3-1ubuntu12.2 SPL Version | 0.8.3-1ubuntu12 ### Describe the problem you...
1.0
Pool corruption after export when using special vdev - ### System information <!-- add version after "|" character --> Type | Ryzen 7 2700X / 32GiB ECC / LSI-9300 --- | --- Distribution Name | Ubuntu Distribution Version | 20.04 Linux Kernel | 5.40 Architecture | x86_64 ZFS Version | 0.8.3-1ubuntu12.2 SPL Ve...
defect
pool corruption after export when using special vdev system information type ryzen ecc lsi distribution name ubuntu distribution version linux kernel architecture zfs version spl version describe the problem you re observing p...
1
379,359
26,368,253,333
IssuesEvent
2023-01-11 18:19:37
LiliBear1/Sports-Project
https://api.github.com/repos/LiliBear1/Sports-Project
closed
Proposal doc for Diego review
documentation
- Project Title - Project Description - User Stories - Wireframe or Sketch of Design - APIs - Rough Breakdown of task - Team
1.0
Proposal doc for Diego review - - Project Title - Project Description - User Stories - Wireframe or Sketch of Design - APIs - Rough Breakdown of task - Team
non_defect
proposal doc for diego review project title project description user stories wireframe or sketch of design apis rough breakdown of task team
0
12,654
2,712,177,288
IssuesEvent
2015-04-09 12:09:04
xgenvn/android-vnc-server
https://api.github.com/repos/xgenvn/android-vnc-server
closed
Colaboration question
auto-migrated Priority-Medium Type-Defect
``` Hi, sorry for posting here, i dont know how to contact you :S I've been patching your application to support autodetection of input devices, and added a simple GUI, are you interested in merging the code to provide users a better user experience? I'll send you the code after you manifest your interest, of cours...
1.0
Colaboration question - ``` Hi, sorry for posting here, i dont know how to contact you :S I've been patching your application to support autodetection of input devices, and added a simple GUI, are you interested in merging the code to provide users a better user experience? I'll send you the code after you manifest...
defect
colaboration question hi sorry for posting here i dont know how to contact you s i ve been patching your application to support autodetection of input devices and added a simple gui are you interested in merging the code to provide users a better user experience i ll send you the code after you manifest...
1
6,771
2,610,278,068
IssuesEvent
2015-02-26 19:28:57
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
Zemanta and Pictures Insertion
auto-migrated Priority-Medium Type-Defect
``` What's the problem? Zemanta doesn't work when I tried to insert related articles. Also, i cannot insert pictures (it does not upload) What browser are you using? Google Chrome What version of ScribeFire are you running? I am not sure ``` ----- Original issue reported on code.google.com by `einujac...@gma...
1.0
Zemanta and Pictures Insertion - ``` What's the problem? Zemanta doesn't work when I tried to insert related articles. Also, i cannot insert pictures (it does not upload) What browser are you using? Google Chrome What version of ScribeFire are you running? I am not sure ``` ----- Original issue reported on c...
defect
zemanta and pictures insertion what s the problem zemanta doesn t work when i tried to insert related articles also i cannot insert pictures it does not upload what browser are you using google chrome what version of scribefire are you running i am not sure original issue reported on c...
1
69,269
8,390,375,116
IssuesEvent
2018-10-09 12:28:14
mikeboers/PyAV
https://api.github.com/repos/mikeboers/PyAV
closed
Silence some warnings.
design
There are some warnings, e.g. those related to #222, which keep popping up in issues here. Those warnings are to the developers, not the users. Perhaps we should add to the logging machinery a few things that it can ignore, starting with messages that start with `"Using AVStream.codec to pass codec parameters to mux...
1.0
Silence some warnings. - There are some warnings, e.g. those related to #222, which keep popping up in issues here. Those warnings are to the developers, not the users. Perhaps we should add to the logging machinery a few things that it can ignore, starting with messages that start with `"Using AVStream.codec to pas...
non_defect
silence some warnings there are some warnings e g those related to which keep popping up in issues here those warnings are to the developers not the users perhaps we should add to the logging machinery a few things that it can ignore starting with messages that start with using avstream codec to pass ...
0
23,133
3,769,980,673
IssuesEvent
2016-03-16 13:02:24
gstreamer-java/gstreamer-java
https://api.github.com/repos/gstreamer-java/gstreamer-java
closed
mstudio tutorial
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Have you tried to verify this is a gstreamer-java specific issue, and not a problem with the gstreamer framework itself? What version of the product are you using? On what operating system? Please provide any ...
1.0
mstudio tutorial - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Have you tried to verify this is a gstreamer-java specific issue, and not a problem with the gstreamer framework itself? What version of the product are you using? On what operating system? ...
defect
mstudio tutorial what steps will reproduce the problem what is the expected output what do you see instead have you tried to verify this is a gstreamer java specific issue and not a problem with the gstreamer framework itself what version of the product are you using on what operating system ...
1
197,206
22,581,312,220
IssuesEvent
2022-06-28 11:54:43
KDWSS/dd-trace-java
https://api.github.com/repos/KDWSS/dd-trace-java
opened
CVE-2022-24329 (Medium) detected in kotlin-stdlib-1.3.72.jar
security vulnerability
## CVE-2022-24329 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kotlin-stdlib-1.3.72.jar</b></p></summary> <p>Kotlin Standard Library for JVM</p> <p>Library home page: <a href="htt...
True
CVE-2022-24329 (Medium) detected in kotlin-stdlib-1.3.72.jar - ## CVE-2022-24329 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kotlin-stdlib-1.3.72.jar</b></p></summary> <p>Kotlin ...
non_defect
cve medium detected in kotlin stdlib jar cve medium severity vulnerability vulnerable library kotlin stdlib jar kotlin standard library for jvm library home page a href path to dependency file dd java agent instrumentation kotlin coroutines kotlin coroutines gradle p...
0
357,924
25,176,505,159
IssuesEvent
2022-11-11 09:44:11
Than-Duc-Huy/pe
https://api.github.com/repos/Than-Duc-Huy/pe
opened
DG: Lack of standardisation
severity.VeryLow type.DocumentationBug
The diagrams are made using different tools. Hence they have different look looks like UML ![image.png](https://raw.githubusercontent.com/Than-Duc-Huy/pe/main/files/478bb17e-b119-4ce1-a460-d7e42ab95aad.png) looks like MS Office suit ![image.png](https://raw.githubusercontent.com/Than-Duc-Huy/pe/main/files/400ef57...
1.0
DG: Lack of standardisation - The diagrams are made using different tools. Hence they have different look looks like UML ![image.png](https://raw.githubusercontent.com/Than-Duc-Huy/pe/main/files/478bb17e-b119-4ce1-a460-d7e42ab95aad.png) looks like MS Office suit ![image.png](https://raw.githubusercontent.com/Than...
non_defect
dg lack of standardisation the diagrams are made using different tools hence they have different look looks like uml looks like ms office suit
0
40,690
10,128,524,656
IssuesEvent
2019-08-01 12:58:26
vector-im/riot-web
https://api.github.com/repos/vector-im/riot-web
closed
Remove green border from warning buttons
bug defect p2 ui/ux
Warning / danger buttons like the one below look strange with a green border. (In other places, we don't apply this green border.) ![image](https://user-images.githubusercontent.com/279572/61043435-2b815f00-a3ce-11e9-91da-5b4992b2fe30.png)
1.0
Remove green border from warning buttons - Warning / danger buttons like the one below look strange with a green border. (In other places, we don't apply this green border.) ![image](https://user-images.githubusercontent.com/279572/61043435-2b815f00-a3ce-11e9-91da-5b4992b2fe30.png)
defect
remove green border from warning buttons warning danger buttons like the one below look strange with a green border in other places we don t apply this green border
1
21,766
3,551,616,327
IssuesEvent
2016-01-21 05:14:57
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
Not able share webcam
Defect Low Priority
Originally reported on Google Code with ID 1628 ``` I have shared the video and stopped sharing but the LED for the webcam was still on. I tried to share cam again it worked but after doing the same process again sharing and unsharing it comes to a point where I am not able to share. It started saying that "Web cam is ...
1.0
Not able share webcam - Originally reported on Google Code with ID 1628 ``` I have shared the video and stopped sharing but the LED for the webcam was still on. I tried to share cam again it worked but after doing the same process again sharing and unsharing it comes to a point where I am not able to share. It started ...
defect
not able share webcam originally reported on google code with id i have shared the video and stopped sharing but the led for the webcam was still on i tried to share cam again it worked but after doing the same process again sharing and unsharing it comes to a point where i am not able to share it started say...
1
19,763
3,253,893,338
IssuesEvent
2015-10-19 21:06:43
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
Problems compiling application on smic
affecting: LSU category: CMake type: defect
Parquet application will compile when in debug mode. That is if HPX is compiled in Debug and the application is compiled in Debug mode the application compiles and runs successfully. If switched to release however I get the following error upon compilation: ``` matrix.cpp:(.text.startup+0x321): undefined reference t...
1.0
Problems compiling application on smic - Parquet application will compile when in debug mode. That is if HPX is compiled in Debug and the application is compiled in Debug mode the application compiles and runs successfully. If switched to release however I get the following error upon compilation: ``` matrix.cpp:(.t...
defect
problems compiling application on smic parquet application will compile when in debug mode that is if hpx is compiled in debug and the application is compiled in debug mode the application compiles and runs successfully if switched to release however i get the following error upon compilation matrix cpp t...
1
353,100
25,101,443,147
IssuesEvent
2022-11-08 13:55:22
RCVolus/league-prod-toolkit
https://api.github.com/repos/RCVolus/league-prod-toolkit
closed
Add instructions for Twitch module
documentation
Add instructions for Twitch module _Originally posted by @shir0xyz in https://github.com/RCVolus/league-prod-toolkit/issues/146#issuecomment-1301512348_
1.0
Add instructions for Twitch module - Add instructions for Twitch module _Originally posted by @shir0xyz in https://github.com/RCVolus/league-prod-toolkit/issues/146#issuecomment-1301512348_
non_defect
add instructions for twitch module add instructions for twitch module originally posted by in
0
14,044
2,789,869,058
IssuesEvent
2015-05-08 22:02:44
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
opened
ImageSparkLine swapping dimensions
Priority-Medium Type-Defect
Original [issue 371](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=371) created by orwant on 2010-08-11T16:18:27.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> 1. See http://code.google.com/apis/a...
1.0
ImageSparkLine swapping dimensions - Original [issue 371](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=371) created by orwant on 2010-08-11T16:18:27.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b>...
defect
imagesparkline swapping dimensions original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code see add the following config object width height confirm that it will in fact generate an...
1
35,223
12,321,121,327
IssuesEvent
2020-05-13 08:12:16
tamirverthim/arthas
https://api.github.com/repos/tamirverthim/arthas
opened
CVE-2019-14893 (High) detected in jackson-databind-2.7.9.4.jar
security vulnerability
## CVE-2019-14893 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.7.9.4.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core stream...
True
CVE-2019-14893 (High) detected in jackson-databind-2.7.9.4.jar - ## CVE-2019-14893 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.7.9.4.jar</b></p></summary> <p>Gen...
non_defect
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm arthas core pom...
0
74,958
7,453,264,891
IssuesEvent
2018-03-29 11:18:31
rmotr-curriculum/base-python-curriculum-questions
https://api.github.com/repos/rmotr-curriculum/base-python-curriculum-questions
closed
How to complete this task DRY, for indefinite number of parameters?
base-python-track greatest-parameter intro-to-control-flow validated
So I got a solution, after checking other questions on Github. This is not DRY enough for me! I want to know how to do this with elegant code for an indefinite number of parameters. How do I do this with a loop based on number of parameters passed? Or how do I accomplish this with max()? I checked the Python documenta...
1.0
How to complete this task DRY, for indefinite number of parameters? - So I got a solution, after checking other questions on Github. This is not DRY enough for me! I want to know how to do this with elegant code for an indefinite number of parameters. How do I do this with a loop based on number of parameters passed? ...
non_defect
how to complete this task dry for indefinite number of parameters so i got a solution after checking other questions on github this is not dry enough for me i want to know how to do this with elegant code for an indefinite number of parameters how do i do this with a loop based on number of parameters passed ...
0
164,609
13,958,044,947
IssuesEvent
2020-10-24 10:00:07
Cristiandi/basic-acl-api
https://api.github.com/repos/Cristiandi/basic-acl-api
closed
Docs for api
documentation enhancement
## Description Add docs for the API and use swagger. ## Instructions ... ## Files involved: > example/file.js ## Screenshots or something visual (if it's neccesary): ... ## Criteria of acceptance - [ ] Criteria 1. - [ ] Criteria 2.
1.0
Docs for api - ## Description Add docs for the API and use swagger. ## Instructions ... ## Files involved: > example/file.js ## Screenshots or something visual (if it's neccesary): ... ## Criteria of acceptance - [ ] Criteria 1. - [ ] Criteria 2.
non_defect
docs for api description add docs for the api and use swagger instructions files involved example file js screenshots or something visual if it s neccesary criteria of acceptance criteria criteria
0
115,407
24,760,469,546
IssuesEvent
2022-10-21 23:07:27
WordPress/openverse-catalog
https://api.github.com/repos/WordPress/openverse-catalog
opened
Capture thumbnails for Rawpixel
🟨 priority: medium ✨ goal: improvement 💻 aspect: code ⛔ status: blocked
## Description <!-- Describe the feature and how it solves the problem. --> For context, see the refactor PR: https://github.com/WordPress/openverse-catalog/pull/795#discussion_r1002145671 Presently we do not have a well-defined field for thumbnails. We will going to be deciding where thumbnails will go in a discussio...
1.0
Capture thumbnails for Rawpixel - ## Description <!-- Describe the feature and how it solves the problem. --> For context, see the refactor PR: https://github.com/WordPress/openverse-catalog/pull/795#discussion_r1002145671 Presently we do not have a well-defined field for thumbnails. We will going to be deciding where...
non_defect
capture thumbnails for rawpixel description for context see the refactor pr presently we do not have a well defined field for thumbnails we will going to be deciding where thumbnails will go in a discussion on our but until we do it s best to exclude this field for now a potential implementation is a...
0
79,513
28,323,720,062
IssuesEvent
2023-04-11 04:57:04
apache/jmeter
https://api.github.com/repos/apache/jmeter
opened
HTTP Sampler Not Stopping or not Receiving response until we stop
defect to-triage
### Expected behavior In my application policy issuance transaction will take around 4 to 5 mins to get response from server. In JMeter that same transaction some time receiving response with in 4 to 5mins. But most of the times Its not at all receiving response from server and the http sampler still running even a...
1.0
HTTP Sampler Not Stopping or not Receiving response until we stop - ### Expected behavior In my application policy issuance transaction will take around 4 to 5 mins to get response from server. In JMeter that same transaction some time receiving response with in 4 to 5mins. But most of the times Its not at all rece...
defect
http sampler not stopping or not receiving response until we stop expected behavior in my application policy issuance transaction will take around to mins to get response from server in jmeter that same transaction some time receiving response with in to but most of the times its not at all receivin...
1
347,373
24,888,134,205
IssuesEvent
2022-10-28 09:32:44
Effixion/ped
https://api.github.com/repos/Effixion/ped
opened
Not enough screenshots used in user guide.
type.DocumentationBug severity.VeryLow
The reader of the user guide might not know how the application should look like after trying out some of the commands. Having more screenshots or visuals will definitely help the reader to know that they are on the right track. <!--session: 1666944146477-5c2c8eb1-8e39-488a-b045-507efdccf835--> <!--Version: Web v3....
1.0
Not enough screenshots used in user guide. - The reader of the user guide might not know how the application should look like after trying out some of the commands. Having more screenshots or visuals will definitely help the reader to know that they are on the right track. <!--session: 1666944146477-5c2c8eb1-8e39-4...
non_defect
not enough screenshots used in user guide the reader of the user guide might not know how the application should look like after trying out some of the commands having more screenshots or visuals will definitely help the reader to know that they are on the right track
0
322,881
27,641,473,128
IssuesEvent
2023-03-10 18:27:08
grpc/grpc-go
https://api.github.com/repos/grpc/grpc-go
closed
Flaky test: Test/NodeProtoSentOnlyInFirstRequest
Type: Testing
``` --- FAIL: Test (18.37s) --- FAIL: Test/NodeProtoSentOnlyInFirstRequest (5.01s) tlogger.go:116: INFO server.go:632 [core] [Server #908] Server created (t=+1.005822ms) tlogger.go:116: INFO server.go:820 [core] [Server #908 ListenSocket #909] ListenSocket created (t=+1.315828ms) tlog...
1.0
Flaky test: Test/NodeProtoSentOnlyInFirstRequest - ``` --- FAIL: Test (18.37s) --- FAIL: Test/NodeProtoSentOnlyInFirstRequest (5.01s) tlogger.go:116: INFO server.go:632 [core] [Server #908] Server created (t=+1.005822ms) tlogger.go:116: INFO server.go:820 [core] [Server #908 ListenSocket #909] ...
non_defect
flaky test test nodeprotosentonlyinfirstrequest fail test fail test nodeprotosentonlyinfirstrequest tlogger go info server go server created t tlogger go info server go listensocket created t tlogger go info client new go...
0
95,640
8,568,555,888
IssuesEvent
2018-11-10 22:46:33
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Failing Test: [sig-storage] Mounted flexvolume expand[Slow] Should verify mounted flex volumes can be resized
kind/failing-test priority/critical-urgent priority/important-soon sig/storage
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: gce-cos-master-slow **Which test(s) are failing**: [sig-storage] Mounted flexvolume expand[Slow] Should verify mounted flex volumes can be resized **Since when has it been failing...
1.0
Failing Test: [sig-storage] Mounted flexvolume expand[Slow] Should verify mounted flex volumes can be resized - <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: gce-cos-master-slow **Which test(s) are failing**: [sig-storage] Mount...
non_defect
failing test mounted flexvolume expand should verify mounted flex volumes can be resized which jobs are failing gce cos master slow which test s are failing mounted flexvolume expand should verify mounted flex volumes can be resized since when has it been failing testgrid ...
0
31,801
6,627,875,372
IssuesEvent
2017-09-23 10:10:29
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
List Remove Null throw ArgumentOutOfRangeException
defect
Removing null element from List causes exception (prior to removing, add and remove an element to reproduce the issue). ### Steps To Reproduce https://dotnetfiddle.net/JfDzvO https://deck.net/92730aad172b0a22981c21933f953027 ```csharp public class Program { public static void Main() { v...
1.0
List Remove Null throw ArgumentOutOfRangeException - Removing null element from List causes exception (prior to removing, add and remove an element to reproduce the issue). ### Steps To Reproduce https://dotnetfiddle.net/JfDzvO https://deck.net/92730aad172b0a22981c21933f953027 ```csharp public class Progra...
defect
list remove null throw argumentoutofrangeexception removing null element from list causes exception prior to removing add and remove an element to reproduce the issue steps to reproduce csharp public class program public static void main var listofints new list ...
1
49,901
13,187,287,461
IssuesEvent
2020-08-13 02:56:12
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
Remove Noise paremter injecto in Vuvuzela segment (Trac #2243)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2243">https://code.icecube.wisc.edu/ticket/2243</a>, reported by juancarlos and owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-27T20:09:10", "description": "As per Andrii Terli...
1.0
Remove Noise paremter injecto in Vuvuzela segment (Trac #2243) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2243">https://code.icecube.wisc.edu/ticket/2243</a>, reported by juancarlos and owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime"...
defect
remove noise paremter injecto in vuvuzela segment trac migrated from json status closed changetime description as per andrii terliuk s presentation in the icecube bi weekly call january n n reporter juancarlos cc resol...
1
54,681
11,276,358,046
IssuesEvent
2020-01-14 23:00:22
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Hot reload codelab experience: Step 5, part I
d: codelabs documentation passed first triage t: hot reload
This bug is filed to track a suboptimal hot reload experience during a step in our primary codelab (https://codelabs.developers.google.com/codelabs/flutter/). Other similar bugs exist for other steps. This bug tracks step 5, part I (Add an interactive text input field). Before code: ```dart import 'package:flut...
1.0
Hot reload codelab experience: Step 5, part I - This bug is filed to track a suboptimal hot reload experience during a step in our primary codelab (https://codelabs.developers.google.com/codelabs/flutter/). Other similar bugs exist for other steps. This bug tracks step 5, part I (Add an interactive text input field)...
non_defect
hot reload codelab experience step part i this bug is filed to track a suboptimal hot reload experience during a step in our primary codelab other similar bugs exist for other steps this bug tracks step part i add an interactive text input field before code dart import package flutter mater...
0
757,504
26,515,510,977
IssuesEvent
2023-01-18 20:26:11
microsoft/terminal
https://api.github.com/repos/microsoft/terminal
closed
Narrow emoji >=U+10000 make WriteCharsLegacy sad ("wrong character insertion when scrolling to bash history")
Product-Conhost Area-Output Issue-Bug In-PR Priority-2
_Notes from https://github.com/microsoft/terminal/issues/6555#issuecomment-646206984_ ``` [0x4] OpenConsoleFullPDB!IsGlyphFullWidth + 0x9 [0x5] OpenConsoleFullPDB!WriteCharsLegacy + 0x2a3 <<<<<<<<<<<<<<<<< [0x6] OpenConsoleFullPDB!WriteBuffer::_DefaultStringCase + 0xaf [0x7] OpenCo...
1.0
Narrow emoji >=U+10000 make WriteCharsLegacy sad ("wrong character insertion when scrolling to bash history") - _Notes from https://github.com/microsoft/terminal/issues/6555#issuecomment-646206984_ ``` [0x4] OpenConsoleFullPDB!IsGlyphFullWidth + 0x9 [0x5] OpenConsoleFullPDB!WriteCharsLegacy + 0x2a3 ...
non_defect
narrow emoji u make writecharslegacy sad wrong character insertion when scrolling to bash history notes from openconsolefullpdb isglyphfullwidth openconsolefullpdb writecharslegacy openconsolefullpdb writebuffer defaultstringcase ...
0
639,973
20,770,388,726
IssuesEvent
2022-03-16 03:32:38
AlbertaSat/ex2_ground_station_website
https://api.github.com/repos/AlbertaSat/ex2_ground_station_website
closed
Allow notification opt-in for users
enhancement low priority
### Brief Feature Description Users should be able to opt-in to slack notifications upon acquisition of the satellite's signal (AOS) (i.e., when the satellite comes into range). _1.6 As a satellite operator or mission stakeholder, I want to opt-in to be automatically notified on Slack when a pass is being executed,...
1.0
Allow notification opt-in for users - ### Brief Feature Description Users should be able to opt-in to slack notifications upon acquisition of the satellite's signal (AOS) (i.e., when the satellite comes into range). _1.6 As a satellite operator or mission stakeholder, I want to opt-in to be automatically notified o...
non_defect
allow notification opt in for users brief feature description users should be able to opt in to slack notifications upon acquisition of the satellite s signal aos i e when the satellite comes into range as a satellite operator or mission stakeholder i want to opt in to be automatically notified o...
0
55,652
14,616,949,824
IssuesEvent
2020-12-22 14:03:42
NeuralEnsemble/PyNN
https://api.github.com/repos/NeuralEnsemble/PyNN
closed
Unable to use Nest with pyNN
defect documentation installation
I am running Ubuntu 18.04 LTS I have successfully installed NEST 2.20.0 with Anaconda Python, by using the following command **"conda create --name ENVNAME -c conda-forge nest-simulator"** given in the site _**"https://nest-simulator.readthedocs.io/en/stable/installation/index.html**"_,I then installed pyNN using pip...
1.0
Unable to use Nest with pyNN - I am running Ubuntu 18.04 LTS I have successfully installed NEST 2.20.0 with Anaconda Python, by using the following command **"conda create --name ENVNAME -c conda-forge nest-simulator"** given in the site _**"https://nest-simulator.readthedocs.io/en/stable/installation/index.html**"_,...
defect
unable to use nest with pynn i am running ubuntu lts i have successfully installed nest with anaconda python by using the following command conda create name envname c conda forge nest simulator given in the site then installed pynn using pip but import pynn nest as sim gives ...
1
272,453
20,746,462,468
IssuesEvent
2022-03-14 23:53:41
nakajima97/laravel-anonymous-forum
https://api.github.com/repos/nakajima97/laravel-anonymous-forum
closed
laravel sailとformatterのいい感じの運用方法を決める
documentation
# 概要 formatterとlint入れてprecommit設定したけど、sail内からコミットしないと動作しない sail内でコミットする際は日本語入力ができない いい感じの運用方法を決める # 終了条件 - [x] 運用方法を決める # アプローチ Github Actionsでmerge前にformatterとlint動かす ■理由 - 理想はpre-commit時 - 非整形のコードをリモートにpushしたくない - docker内のgitは使いたくないのでpre-commit時にやるのは選択肢から消えた - コミットメッセージで日本語が使えない(設定見直せば使えるかも) ...
1.0
laravel sailとformatterのいい感じの運用方法を決める - # 概要 formatterとlint入れてprecommit設定したけど、sail内からコミットしないと動作しない sail内でコミットする際は日本語入力ができない いい感じの運用方法を決める # 終了条件 - [x] 運用方法を決める # アプローチ Github Actionsでmerge前にformatterとlint動かす ■理由 - 理想はpre-commit時 - 非整形のコードをリモートにpushしたくない - docker内のgitは使いたくないのでpre-commit時にやるのは選択肢から消えた ...
non_defect
laravel sailとformatterのいい感じの運用方法を決める 概要 formatterとlint入れてprecommit設定したけど、sail内からコミットしないと動作しない sail内でコミットする際は日本語入力ができない いい感じの運用方法を決める 終了条件 運用方法を決める アプローチ github actionsでmerge前にformatterとlint動かす ■理由 理想はpre commit時 非整形のコードをリモートにpushしたくない docker内のgitは使いたくないのでpre commit時にやるのは選択肢から消えた ...
0
126,431
26,855,014,919
IssuesEvent
2023-02-03 14:01:06
neontribe/www
https://api.github.com/repos/neontribe/www
closed
Remove "Teaching Tech" page
Code/ Dev Backlog
Needs taking off menu, page taking down and the copy saving somewhere in case it is wanted again in future **Acceptance criteria** - [ ] There does not exist a 'teaching tech' page on the website
1.0
Remove "Teaching Tech" page - Needs taking off menu, page taking down and the copy saving somewhere in case it is wanted again in future **Acceptance criteria** - [ ] There does not exist a 'teaching tech' page on the website
non_defect
remove teaching tech page needs taking off menu page taking down and the copy saving somewhere in case it is wanted again in future acceptance criteria there does not exist a teaching tech page on the website
0
274,742
8,564,884,657
IssuesEvent
2018-11-09 18:04:50
desktop/desktop
https://api.github.com/repos/desktop/desktop
closed
"Commit merge" after conflicts includes commented lines in commit message
bug priority-2
## Description After completing the merge conflict flow, I noticed in at least one repository that the commit message contains commented lines (these should be ignored by Git if we're behaving ourselves). ## Version * GitHub Desktop: `1.5.0-beta4` * Operating system: macOS ## Steps to Reproduce - unzip...
1.0
"Commit merge" after conflicts includes commented lines in commit message - ## Description After completing the merge conflict flow, I noticed in at least one repository that the commit message contains commented lines (these should be ignored by Git if we're behaving ourselves). ## Version * GitHub Desktop: `1....
non_defect
commit merge after conflicts includes commented lines in commit message description after completing the merge conflict flow i noticed in at least one repository that the commit message contains commented lines these should be ignored by git if we re behaving ourselves version github desktop ...
0
3,912
17,469,305,010
IssuesEvent
2021-08-06 22:42:08
SNDST00M/material-dynmap
https://api.github.com/repos/SNDST00M/material-dynmap
opened
Cross-browser testing for endpoints
context-workflow scope-maintainability type-improvement status-evaluation
## 🏗 Feature Request #### Is your feature request related to a problem? Currently the CI workflow does not test whether UI elements are injected into the DOM after running the script. #### Describe the solution you'd like By adopting cross-browser testing in the stack, we can check that elements load as expec...
True
Cross-browser testing for endpoints - ## 🏗 Feature Request #### Is your feature request related to a problem? Currently the CI workflow does not test whether UI elements are injected into the DOM after running the script. #### Describe the solution you'd like By adopting cross-browser testing in the stack, we...
non_defect
cross browser testing for endpoints 🏗 feature request is your feature request related to a problem currently the ci workflow does not test whether ui elements are injected into the dom after running the script describe the solution you d like by adopting cross browser testing in the stack we...
0
77,571
27,055,399,614
IssuesEvent
2023-02-13 15:51:40
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: optimize.shgo: not using options
defect scipy.optimize
hi, I am using optimize.shgo to find the minimum of def f(x): x1,x2=x return M1(x1,x2)**2+M2(x1,x2)**2 where M1 and M2 are two complicated function which take a lot of time (9 secs) to evaluate. I notice that it takes a long time for optimize.shgo to finish (about 1hr) so I wan to use options dictionary to make ...
1.0
BUG: optimize.shgo: not using options - hi, I am using optimize.shgo to find the minimum of def f(x): x1,x2=x return M1(x1,x2)**2+M2(x1,x2)**2 where M1 and M2 are two complicated function which take a lot of time (9 secs) to evaluate. I notice that it takes a long time for optimize.shgo to finish (about 1hr) so ...
defect
bug optimize shgo not using options hi i am using optimize shgo to find the minimum of def f x x return where and are two complicated function which take a lot of time secs to evaluate i notice that it takes a long time for optimize shgo to finish about so i wan to use...
1
34,701
30,296,627,781
IssuesEvent
2023-07-09 23:09:41
shiftkey/desktop
https://api.github.com/repos/shiftkey/desktop
closed
pre-requisites for experimental ARM build
help wanted infrastructure
There have been several requests for shipping something for ARM versions: - #86 - #245 I'm going to use this issue to capture blockers for this: - embedded Git - https://github.com/desktop/dugite-native/pull/315 - need to figure out how to build Git from source locally and slipstream the packaged bits in...
1.0
pre-requisites for experimental ARM build - There have been several requests for shipping something for ARM versions: - #86 - #245 I'm going to use this issue to capture blockers for this: - embedded Git - https://github.com/desktop/dugite-native/pull/315 - need to figure out how to build Git from source...
non_defect
pre requisites for experimental arm build there have been several requests for shipping something for arm versions i m going to use this issue to capture blockers for this embedded git need to figure out how to build git from source locally and slipstream the packaged bits into a bu...
0
4,519
2,610,111,998
IssuesEvent
2015-02-26 18:34:41
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
0.1.1.0 has less functions than 0.1.0.0
auto-migrated Priority-Medium Type-Defect
``` What's the problem? In the last version has less options that were in version 0.1.0.0! Example: Insert picture What version of ScribeFire for Chrome are you running? ``` ----- Original issue reported on code.google.com by `franchar...@gmail.com` on 29 Apr 2010 at 10:27 Attachments: * [ScribeFire - 0.1.0.0.jpe...
1.0
0.1.1.0 has less functions than 0.1.0.0 - ``` What's the problem? In the last version has less options that were in version 0.1.0.0! Example: Insert picture What version of ScribeFire for Chrome are you running? ``` ----- Original issue reported on code.google.com by `franchar...@gmail.com` on 29 Apr 2010 at 10:27...
defect
has less functions than what s the problem in the last version has less options that were in version example insert picture what version of scribefire for chrome are you running original issue reported on code google com by franchar gmail com on apr at atta...
1
206,951
7,123,212,321
IssuesEvent
2018-01-19 14:44:40
ipfs/ipfs-cluster
https://api.github.com/repos/ipfs/ipfs-cluster
opened
State migration problems
bug difficulty:hard priority:high ready
This issue is to document issues when performing state ugprades. After deploying a new version of cluster in my test setup, it has correctly shown the error saying that the state needs an ugprade. I have done `ipfs-cluster-state upgrade` correctly in all peers. After starting the peers, then the following erro...
1.0
State migration problems - This issue is to document issues when performing state ugprades. After deploying a new version of cluster in my test setup, it has correctly shown the error saying that the state needs an ugprade. I have done `ipfs-cluster-state upgrade` correctly in all peers. After starting the pee...
non_defect
state migration problems this issue is to document issues when performing state ugprades after deploying a new version of cluster in my test setup it has correctly shown the error saying that the state needs an ugprade i have done ipfs cluster state upgrade correctly in all peers after starting the pee...
0
95,529
10,881,800,364
IssuesEvent
2019-11-17 20:08:02
TitusKirch/tkTabernam
https://api.github.com/repos/TitusKirch/tkTabernam
closed
Fixed language errors in README.md
bug documentation
**Describe the bug** N/A **To Reproduce** N/A **Expected behavior** `Table of Contents` => `Table of contents` `Getting Started` => `Getting started` `Built With` => `Built with` **Screenshots** N/A **Desktop (please complete the following information):** N/A **Smartphone (please complete the foll...
1.0
Fixed language errors in README.md - **Describe the bug** N/A **To Reproduce** N/A **Expected behavior** `Table of Contents` => `Table of contents` `Getting Started` => `Getting started` `Built With` => `Built with` **Screenshots** N/A **Desktop (please complete the following information):** N/A *...
non_defect
fixed language errors in readme md describe the bug n a to reproduce n a expected behavior table of contents table of contents getting started getting started built with built with screenshots n a desktop please complete the following information n a ...
0
75,141
25,551,524,217
IssuesEvent
2022-11-30 00:25:53
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Heat Exchanger in AirLoopHVAC:DedicatedOutdoorAirSystem fails with set point manager not found
Defect
Issue overview -------------- User file on UnmetHours shows an issue with HXs in the DOAS air loop where the set point manager set point was not found yet there is a set point manager at the supply air outlet of the HX. The mixed air manager SPM did not have a reference set point so that was added. SetpointMan...
1.0
Heat Exchanger in AirLoopHVAC:DedicatedOutdoorAirSystem fails with set point manager not found - Issue overview -------------- User file on UnmetHours shows an issue with HXs in the DOAS air loop where the set point manager set point was not found yet there is a set point manager at the supply air outlet of the HX. T...
defect
heat exchanger in airloophvac dedicatedoutdoorairsystem fails with set point manager not found issue overview user file on unmethours shows an issue with hxs in the doas air loop where the set point manager set point was not found yet there is a set point manager at the supply air outlet of the hx t...
1
442,842
30,859,714,502
IssuesEvent
2023-08-03 01:11:47
mi-gan-zi/FE-MiGanZi
https://api.github.com/repos/mi-gan-zi/FE-MiGanZi
closed
[Todo] 7/24 토요일(중간점검)까지
documentation 🚀 Todo
## Task 24-29 ### yarn - [ ] 버그 잡기 → react-query를 이용해서 post 버튼 연타 막기 - [ ] #97 - [x] 플레이 리스트 UI 수정 → 검정 테두리 ### susu - [ ] 로그인/ 재로그인 - [x] **알림 뷰, 내가 쓴 댓글, 글 api요청** ### pangGu ~~UI 수정 → ratio~~ - [x] API수정 - [ ] 닉네임 중복검사 기능 추가 - [ ] 마이페이지 닉네임 변경할 때 중복 검사 버튼을 누르지 않고 자동으로(with max) ...
1.0
[Todo] 7/24 토요일(중간점검)까지 - ## Task 24-29 ### yarn - [ ] 버그 잡기 → react-query를 이용해서 post 버튼 연타 막기 - [ ] #97 - [x] 플레이 리스트 UI 수정 → 검정 테두리 ### susu - [ ] 로그인/ 재로그인 - [x] **알림 뷰, 내가 쓴 댓글, 글 api요청** ### pangGu ~~UI 수정 → ratio~~ - [x] API수정 - [ ] 닉네임 중복검사 기능 추가 - [ ] 마이페이지 닉네임 변경할 때 중복 검사 버튼...
non_defect
토요일 중간점검 까지 task yarn 버그 잡기 → react query를 이용해서 post 버튼 연타 막기 플레이 리스트 ui 수정 → 검정 테두리 susu 로그인 재로그인 알림 뷰 내가 쓴 댓글 글 api요청 panggu ui 수정 → ratio api수정 닉네임 중복검사 기능 추가 마이페이지 닉네임 변경할 때 중복 검사 버튼을 누르지 않고 자동으로 with max ...
0
196,127
6,924,885,463
IssuesEvent
2017-11-30 14:20:39
Caleydo/lineupjs
https://api.github.com/repos/Caleydo/lineupjs
closed
Show actual values when hovering over a boxplot of a collapsed row
priority: low type: feature
When collapsing multiple rows into one, numerical values can be visualized as boxplots. When hovering over them, a tooltip with information about min, q1, median, q3, and max is shown. However, instead of showing the normalized values (between 0 and 1), it would be likely be better / more intuitive if the actual data v...
1.0
Show actual values when hovering over a boxplot of a collapsed row - When collapsing multiple rows into one, numerical values can be visualized as boxplots. When hovering over them, a tooltip with information about min, q1, median, q3, and max is shown. However, instead of showing the normalized values (between 0 and 1...
non_defect
show actual values when hovering over a boxplot of a collapsed row when collapsing multiple rows into one numerical values can be visualized as boxplots when hovering over them a tooltip with information about min median and max is shown however instead of showing the normalized values between and ...
0
64,502
18,718,854,058
IssuesEvent
2021-11-03 09:26:57
SUI-Components/sui-components
https://api.github.com/repos/SUI-Components/sui-components
closed
Autosuggest - Width of the dropdown is different from the input
hacktoberfest defect ★★☆☆☆☆ Medium
**Component** [Autosuggest](https://sui-components.vercel.app/workbench/molecule/autosuggest/demo) **Is your iteration request related to a problem?** The width of the dropdown is not the same as the input field ![Frame 1](https://user-images.githubusercontent.com/23620759/135280651-165d3d15-dc7d-4aa9-9c31-d049...
1.0
Autosuggest - Width of the dropdown is different from the input - **Component** [Autosuggest](https://sui-components.vercel.app/workbench/molecule/autosuggest/demo) **Is your iteration request related to a problem?** The width of the dropdown is not the same as the input field ![Frame 1](https://user-images.git...
defect
autosuggest width of the dropdown is different from the input component is your iteration request related to a problem the width of the dropdown is not the same as the input field describe the solution you d like both the dropdown and the input should have the ame width ...
1
53,618
13,851,519,275
IssuesEvent
2020-10-15 04:13:23
keepassxreboot/keepassxc
https://api.github.com/repos/keepassxreboot/keepassxc
closed
Password placeholder is not masked out in cmd confirmation message box
bug security
When a new or modified cmd:// url is added to an item, a message box pops up displaying the full command line and prompting the user if they wish to execute it. The password is shown in plain text and should be *******.
True
Password placeholder is not masked out in cmd confirmation message box - When a new or modified cmd:// url is added to an item, a message box pops up displaying the full command line and prompting the user if they wish to execute it. The password is shown in plain text and should be *******.
non_defect
password placeholder is not masked out in cmd confirmation message box when a new or modified cmd url is added to an item a message box pops up displaying the full command line and prompting the user if they wish to execute it the password is shown in plain text and should be
0
166,316
20,718,431,215
IssuesEvent
2022-03-13 01:39:41
kapseliboi/sttm-web
https://api.github.com/repos/kapseliboi/sttm-web
opened
CVE-2022-0122 (Medium) detected in node-forge-0.10.0.tgz
security vulnerability
## CVE-2022-0122 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary> <p>JavaScript implementations of network transports, cryptography, ciphers, P...
True
CVE-2022-0122 (Medium) detected in node-forge-0.10.0.tgz - ## CVE-2022-0122 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary> <p>JavaScript impl...
non_defect
cve medium detected in node forge tgz cve medium severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to dependency fil...
0
772,683
27,131,752,892
IssuesEvent
2023-02-16 10:16:21
memgraph/docs
https://api.github.com/repos/memgraph/docs
closed
find_edge_by_id
priority: medium (missing info)
find_edge_by_id: it’s possible to store vertex ids on the app side, visualization already has them, elastic doesn’t but it should be possible to add https://memgraph.slack.com/archives/CSFF16NCD/p1667392485720689
1.0
find_edge_by_id - find_edge_by_id: it’s possible to store vertex ids on the app side, visualization already has them, elastic doesn’t but it should be possible to add https://memgraph.slack.com/archives/CSFF16NCD/p1667392485720689
non_defect
find edge by id find edge by id it’s possible to store vertex ids on the app side visualization already has them elastic doesn’t but it should be possible to add
0
222,440
24,708,929,783
IssuesEvent
2022-10-19 21:51:00
lukebrogan-mend/bag-of-holding
https://api.github.com/repos/lukebrogan-mend/bag-of-holding
closed
CVE-2021-23337 (High) detected in lodash-1.0.2.tgz, lodash-2.4.2.tgz - autoclosed
security vulnerability
## CVE-2021-23337 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-1.0.2.tgz</b>, <b>lodash-2.4.2.tgz</b></p></summary> <p> <details><summary><b>lodash-1.0.2.tgz</b></p></summa...
True
CVE-2021-23337 (High) detected in lodash-1.0.2.tgz, lodash-2.4.2.tgz - autoclosed - ## CVE-2021-23337 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-1.0.2.tgz</b>, <b>lodash-2...
non_defect
cve high detected in lodash tgz lodash tgz autoclosed cve high severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz a utility library delivering consistency customization performance and extras library home page a ...
0
73,558
19,710,474,749
IssuesEvent
2022-01-13 04:22:11
NatronGitHub/Natron
https://api.github.com/repos/NatronGitHub/Natron
opened
(Release): Natron 2.4.3 - any blockers?
func:buildsystem
Does anyone have blockers or things they want to merge before 2.4.3? @rodlie color palette? For the next 2.5.0 alpha, we are waiting for the Windows build (I can hear it coming).
1.0
(Release): Natron 2.4.3 - any blockers? - Does anyone have blockers or things they want to merge before 2.4.3? @rodlie color palette? For the next 2.5.0 alpha, we are waiting for the Windows build (I can hear it coming).
non_defect
release natron any blockers does anyone have blockers or things they want to merge before rodlie color palette for the next alpha we are waiting for the windows build i can hear it coming
0
10,979
2,622,856,404
IssuesEvent
2015-03-04 08:08:00
max99x/dict-lookup-chrome-ext
https://api.github.com/repos/max99x/dict-lookup-chrome-ext
closed
Not all style overriden on some sites
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Go to github.com. 2. Trigger Dicitonary Lookup. What is the expected output? What do you see instead? Should pop up correctly stylized form. Actually pops up a partially stylized form. Please use labels and text to provide additional information. Some extra properties ne...
1.0
Not all style overriden on some sites - ``` What steps will reproduce the problem? 1. Go to github.com. 2. Trigger Dicitonary Lookup. What is the expected output? What do you see instead? Should pop up correctly stylized form. Actually pops up a partially stylized form. Please use labels and text to provide addition...
defect
not all style overriden on some sites what steps will reproduce the problem go to github com trigger dicitonary lookup what is the expected output what do you see instead should pop up correctly stylized form actually pops up a partially stylized form please use labels and text to provide addition...
1
3,732
2,539,678,242
IssuesEvent
2015-01-27 16:46:27
olga-jane/prizm
https://api.github.com/repos/olga-jane/prizm
closed
Lookup pipes at railcar by entering number or part of number (like at joint)
client req Coding MEDIUM priority Mill railcar
estimation: 4 hrs
1.0
Lookup pipes at railcar by entering number or part of number (like at joint) - estimation: 4 hrs
non_defect
lookup pipes at railcar by entering number or part of number like at joint estimation hrs
0
4,448
2,610,094,267
IssuesEvent
2015-02-26 18:28:28
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 8:14
1.0
深圳红蓝光祛痘 - ``` 深圳红蓝光祛痘【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:14
defect
深圳红蓝光祛痘 深圳红蓝光祛痘【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� original issue reported on code google com by szft com on may at
1
72,157
23,963,239,130
IssuesEvent
2022-09-12 21:15:37
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Homepage prototype: OPIA image is broken
Defect VA.gov frontend ⭐️ Public Websites
**HOLD:** we'll fix this along with other homepage design updates in 2nd prototype iteration ## Description page: https://staging.va.gov/homepage-test image path: https://blogs.va.gov/VAntage/wp-content/uploads/2022/02/Handing-out-food-700x441.jpg -- returns 404, OPIA may have moved or removed the image ![ima...
1.0
Homepage prototype: OPIA image is broken - **HOLD:** we'll fix this along with other homepage design updates in 2nd prototype iteration ## Description page: https://staging.va.gov/homepage-test image path: https://blogs.va.gov/VAntage/wp-content/uploads/2022/02/Handing-out-food-700x441.jpg -- returns 404, OPIA ...
defect
homepage prototype opia image is broken hold we ll fix this along with other homepage design updates in prototype iteration description page image path returns opia may have moved or removed the image need to decide new image and update for user testing but we may batch wit...
1
425,541
12,341,981,346
IssuesEvent
2020-05-14 23:21:23
GoogleCloudPlatform/python-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples
closed
Missing CI/CD and tests for contributed code in AutoML/census_income_prediction
:rotating_light: api: automl priority: p2 type: bug
It looks like someone is circumventing our style checks and avoiding contributing tests by putting code in Jupyter notebooks. [See this PR](https://github.com/GoogleCloudPlatform/python-docs-samples/pull/2338) for additional details regarding the missing tests for AutoML/census_income_prediction. For all functions ...
1.0
Missing CI/CD and tests for contributed code in AutoML/census_income_prediction - It looks like someone is circumventing our style checks and avoiding contributing tests by putting code in Jupyter notebooks. [See this PR](https://github.com/GoogleCloudPlatform/python-docs-samples/pull/2338) for additional details re...
non_defect
missing ci cd and tests for contributed code in automl census income prediction it looks like someone is circumventing our style checks and avoiding contributing tests by putting code in jupyter notebooks for additional details regarding the missing tests for automl census income prediction for all function...
0
37,559
8,434,374,555
IssuesEvent
2018-10-17 10:00:23
scalameta/metals
https://api.github.com/repos/scalameta/metals
closed
mtags should not override already defined symbols
defect
I have a project where the source jars for some reason define the same symbols as .semanticdb files in the current project. When indexing with mtags we should only index documents IF they don't exist in the DocumentIndex. This would be a good first step towards #139, since we could then just mtags index all *.scala fil...
1.0
mtags should not override already defined symbols - I have a project where the source jars for some reason define the same symbols as .semanticdb files in the current project. When indexing with mtags we should only index documents IF they don't exist in the DocumentIndex. This would be a good first step towards #139, ...
defect
mtags should not override already defined symbols i have a project where the source jars for some reason define the same symbols as semanticdb files in the current project when indexing with mtags we should only index documents if they don t exist in the documentindex this would be a good first step towards si...
1
512,964
14,913,322,721
IssuesEvent
2021-01-22 13:59:15
drobnikj/crawler-google-places
https://api.github.com/repos/drobnikj/crawler-google-places
opened
Extract "Reserve a link" URL
enhancement low priority
There isn't a direct link but XHR after a click. But it looks like a public URL so we should be able to construct it automatically. If we have to make a request for it, we should do it only optionally. Example Place: https://goo.gl/maps/YFtwtqMvh7fU6HZR6 ![reserve a table](https://user-images.githubusercontent...
1.0
Extract "Reserve a link" URL - There isn't a direct link but XHR after a click. But it looks like a public URL so we should be able to construct it automatically. If we have to make a request for it, we should do it only optionally. Example Place: https://goo.gl/maps/YFtwtqMvh7fU6HZR6 ![reserve a table](https:...
non_defect
extract reserve a link url there isn t a direct link but xhr after a click but it looks like a public url so we should be able to construct it automatically if we have to make a request for it we should do it only optionally example place
0
78,158
15,569,927,339
IssuesEvent
2021-03-17 01:19:05
AlexRogalskiy/proverbs
https://api.github.com/repos/AlexRogalskiy/proverbs
closed
CVE-2020-7789 (Medium) detected in node-notifier-8.0.0.tgz - autoclosed
security vulnerability
## CVE-2020-7789 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-notifier-8.0.0.tgz</b></p></summary> <p>A Node.js module for sending notifications on native Mac, Windows (post ...
True
CVE-2020-7789 (Medium) detected in node-notifier-8.0.0.tgz - autoclosed - ## CVE-2020-7789 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-notifier-8.0.0.tgz</b></p></summary> <...
non_defect
cve medium detected in node notifier tgz autoclosed cve medium severity vulnerability vulnerable library node notifier tgz a node js module for sending notifications on native mac windows post and pre and linux or growl as fallback library home page a href path ...
0
190,208
6,812,553,234
IssuesEvent
2017-11-06 03:56:26
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
m.facebook.com - see bug description
browser-firefox-mobile priority-critical
<!-- @browser: Firefox Mobile 58.0 --> <!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:58.0) Gecko/58.0 Firefox/58.0 --> <!-- @reported_with: web --> **URL**: https://m.facebook.com/home.php?__req=4 **Browser / Version**: Firefox Mobile 58.0 **Operating System**: Android 7.0 **Tested Another Browser**: No **Pr...
1.0
m.facebook.com - see bug description - <!-- @browser: Firefox Mobile 58.0 --> <!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:58.0) Gecko/58.0 Firefox/58.0 --> <!-- @reported_with: web --> **URL**: https://m.facebook.com/home.php?__req=4 **Browser / Version**: Firefox Mobile 58.0 **Operating System**: Android 7...
non_defect
m facebook com see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description on facebook you can not use it as instant ap steps to reproduce from with ❤️
0
753,133
26,340,073,916
IssuesEvent
2023-01-10 17:00:07
sugarlabs/musicblocks
https://api.github.com/repos/sugarlabs/musicblocks
closed
all wet?
Issue-Enhancement Issue-Wontfix Priority-Minor
As per https://github.com/Tonejs/Tone.js/wiki/Effects we can mix in more or less of an effect (and also fade in the effect.) Not sure how best to add this to the UI.
1.0
all wet? - As per https://github.com/Tonejs/Tone.js/wiki/Effects we can mix in more or less of an effect (and also fade in the effect.) Not sure how best to add this to the UI.
non_defect
all wet as per we can mix in more or less of an effect and also fade in the effect not sure how best to add this to the ui
0
245,608
26,549,303,261
IssuesEvent
2023-01-20 05:30:09
nidhi7598/linux-3.0.35_CVE-2022-45934
https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2022-45934
opened
CVE-2013-3226 (Medium) detected in linux-stable-rtv3.8.6
security vulnerability
## CVE-2013-3226 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home pag...
True
CVE-2013-3226 (Medium) detected in linux-stable-rtv3.8.6 - ## CVE-2013-3226 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartw...
non_defect
cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source f...
0
1,738
2,603,970,437
IssuesEvent
2015-02-24 19:00:08
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
32,235
6,737,181,518
IssuesEvent
2017-10-19 08:27:43
xmindltd/xmind
https://api.github.com/repos/xmindltd/xmind
closed
Xmind3 for Eclipse installation error '404'
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Create new remote update site for Xmind3 2. Begin download/install 3. Encounter 'Update operation has failed' What is the expected output? What do you see instead? Expected output: successful install, restart Eclipse See instead: Error retrieving "plugins/org.bouncyc...
1.0
Xmind3 for Eclipse installation error '404' - ``` What steps will reproduce the problem? 1. Create new remote update site for Xmind3 2. Begin download/install 3. Encounter 'Update operation has failed' What is the expected output? What do you see instead? Expected output: successful install, restart Eclipse See i...
defect
for eclipse installation error what steps will reproduce the problem create new remote update site for begin download install encounter update operation has failed what is the expected output what do you see instead expected output successful install restart eclipse see instead err...
1
74,626
25,219,836,663
IssuesEvent
2022-11-14 11:57:38
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
hided file name after deencrypt in riot-desktop
T-Defect P2 S-Major S-Tolerable
1. encrypted room with 2 users 2. user1 send 3 files in room 3. user2 see 3 files as "Decode file1 ...\n Decode file2 e.t.c.": ![default](https://user-images.githubusercontent.com/1297163/49559841-df63cd00-f95b-11e8-8cc7-e55cca3f283c.JPG) 4. User2 press to links for decode this files and links hide: ![2](https://u...
1.0
hided file name after deencrypt in riot-desktop - 1. encrypted room with 2 users 2. user1 send 3 files in room 3. user2 see 3 files as "Decode file1 ...\n Decode file2 e.t.c.": ![default](https://user-images.githubusercontent.com/1297163/49559841-df63cd00-f95b-11e8-8cc7-e55cca3f283c.JPG) 4. User2 press to links for...
defect
hided file name after deencrypt in riot desktop encrypted room with users send files in room see files as decode n decode e t c press to links for decode this files and links hide p s on riot web in firefox all work fine error only in riot desktop riot web...
1
1,992
2,603,974,611
IssuesEvent
2015-02-24 19:01:11
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
68,743
21,875,751,657
IssuesEvent
2022-05-19 09:58:21
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Avoid MySQL's BITNOT implementation turning signed numbers to unsigned numbers
T: Defect C: Functionality P: Medium T: Incompatible change E: All Editions
Given this query in MySQL: ```sql select s, u, ~s, ~u, cast(~s as signed), cast(~u as unsigned) from ( select cast(0 as signed) as s, cast(0 as unsigned) as u ) t ``` The result is ``` |s |u |~s |~u |cast(~s as signed)|cast(~u as unsigned)| ...
1.0
Avoid MySQL's BITNOT implementation turning signed numbers to unsigned numbers - Given this query in MySQL: ```sql select s, u, ~s, ~u, cast(~s as signed), cast(~u as unsigned) from ( select cast(0 as signed) as s, cast(0 as unsigned) as u ) t ``` The result is ``` |s |u |~s ...
defect
avoid mysql s bitnot implementation turning signed numbers to unsigned numbers given this query in mysql sql select s u s u cast s as signed cast u as unsigned from select cast as signed as s cast as unsigned as u t the result is s u s ...
1