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
62,558
17,048,912,773
IssuesEvent
2021-07-06 06:11:29
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
slate weird autocomplete
P1 S-Major T-Defect
`/dev` in HQ in Draft completes to /dev/ponies, in Slate it completes without the `/`
1.0
slate weird autocomplete - `/dev` in HQ in Draft completes to /dev/ponies, in Slate it completes without the `/`
defect
slate weird autocomplete dev in hq in draft completes to dev ponies in slate it completes without the
1
13,569
16,086,239,723
IssuesEvent
2021-04-26 11:35:43
X-Sharp/XSharpPublic
https://api.github.com/repos/X-Sharp/XSharpPublic
opened
VOWED incompatibility with VO with the InitMethod entry in cavowed.inf for generating constructor signature
VS VO compatible binary editor bug
https://www.xsharp.eu/forum/public-product/2472-cavowed-inf-and-vo15-option-being-off-treat-missing-types-as-usual#18164
True
VOWED incompatibility with VO with the InitMethod entry in cavowed.inf for generating constructor signature - https://www.xsharp.eu/forum/public-product/2472-cavowed-inf-and-vo15-option-being-off-treat-missing-types-as-usual#18164
non_defect
vowed incompatibility with vo with the initmethod entry in cavowed inf for generating constructor signature
0
472,279
13,622,070,263
IssuesEvent
2020-09-24 02:32:50
AY2021S1-CS2103T-W17-1/tp
https://api.github.com/repos/AY2021S1-CS2103T-W17-1/tp
opened
As a user, I can remove tags to an existing bug in the tracker when I find them not appropriate anymore
priority.Medium type.Story
... so that my list of bugs is more well-categorized
1.0
As a user, I can remove tags to an existing bug in the tracker when I find them not appropriate anymore - ... so that my list of bugs is more well-categorized
non_defect
as a user i can remove tags to an existing bug in the tracker when i find them not appropriate anymore so that my list of bugs is more well categorized
0
319,517
23,776,241,030
IssuesEvent
2022-09-01 21:15:25
afonsolage/bevy_ecss
https://api.github.com/repos/afonsolage/bevy_ecss
closed
Add showcase example
documentation
Before releasing the crate, a showcase example is needed, to show to future users what is able to accomplish using this crate.
1.0
Add showcase example - Before releasing the crate, a showcase example is needed, to show to future users what is able to accomplish using this crate.
non_defect
add showcase example before releasing the crate a showcase example is needed to show to future users what is able to accomplish using this crate
0
19,000
3,121,153,333
IssuesEvent
2015-09-05 11:05:06
koct9i/ioping
https://api.github.com/repos/koct9i/ioping
closed
Failing to write more than 2147479552, unclear message
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. ioping . -s 4G (actually starting from 2G) What is the expected output? What do you see instead? I expect normal workflow, instead I get: ioping: write failed: Success What version of the product are you using? On what operating system? Centos 7.1 3.10.0-123.20.1.el7.x...
1.0
Failing to write more than 2147479552, unclear message - ``` What steps will reproduce the problem? 1. ioping . -s 4G (actually starting from 2G) What is the expected output? What do you see instead? I expect normal workflow, instead I get: ioping: write failed: Success What version of the product are you using? On...
defect
failing to write more than unclear message what steps will reproduce the problem ioping s actually starting from what is the expected output what do you see instead i expect normal workflow instead i get ioping write failed success what version of the product are you using on what opera...
1
250,079
7,968,286,089
IssuesEvent
2018-07-16 01:29:54
SETI/pds-opus
https://api.github.com/repos/SETI/pds-opus
opened
API needs to be stress tested
A-Bug B-OPUS Django Effort 2 Medium Priority TBD
Right now there are far too many cases where badly formatted requests (missing fields, bad slugs) throw exceptions that are not reported to the user and instead end up in the OPUS error log. The whole exception handling architecture needs to be cleaned up.
1.0
API needs to be stress tested - Right now there are far too many cases where badly formatted requests (missing fields, bad slugs) throw exceptions that are not reported to the user and instead end up in the OPUS error log. The whole exception handling architecture needs to be cleaned up.
non_defect
api needs to be stress tested right now there are far too many cases where badly formatted requests missing fields bad slugs throw exceptions that are not reported to the user and instead end up in the opus error log the whole exception handling architecture needs to be cleaned up
0
61,767
17,023,775,179
IssuesEvent
2021-07-03 03:47:04
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
German word for January
Component: website Priority: trivial Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 2.06pm, Tuesday, 14th February 2012]** Someone seems to have changed the German translation of "January" from "Januar" to "Jnner". That is Austrian (de-at), not German. The history page (with the language preference set to "de" in my browser as well as in my OSM prof...
1.0
German word for January - **[Submitted to the original trac issue database at 2.06pm, Tuesday, 14th February 2012]** Someone seems to have changed the German translation of "January" from "Januar" to "Jnner". That is Austrian (de-at), not German. The history page (with the language preference set to "de" in my browser...
defect
german word for january someone seems to have changed the german translation of january from januar to jnner that is austrian de at not german the history page with the language preference set to de in my browser as well as in my osm profile now says jnner for edits made in january
1
70,802
23,321,819,390
IssuesEvent
2022-08-08 17:06:39
matrix-org/matrix-appservice-node
https://api.github.com/repos/matrix-org/matrix-appservice-node
closed
On error in onUserQuery, send back specific HTTP status and errorcode
S-Major T-Defect
**Describe the bug** I am building an appservice. The AppService.onGetUsers returns http status 200 in the response message when an exception has occurred `this.onUserQuery`. Specifically, the onGetUsers method catches the exception, but does this: // AppService.ts line 232 `} catch (e) { res.send({ ...
1.0
On error in onUserQuery, send back specific HTTP status and errorcode - **Describe the bug** I am building an appservice. The AppService.onGetUsers returns http status 200 in the response message when an exception has occurred `this.onUserQuery`. Specifically, the onGetUsers method catches the exception, but does this...
defect
on error in onuserquery send back specific http status and errorcode describe the bug i am building an appservice the appservice ongetusers returns http status in the response message when an exception has occurred this onuserquery specifically the ongetusers method catches the exception but does this ...
1
80,318
30,223,462,453
IssuesEvent
2023-07-05 21:27:33
vector-im/element-desktop
https://api.github.com/repos/vector-im/element-desktop
closed
LaTeX does not render anymore
T-Defect
### Steps to reproduce **1. Where are you starting? What can you see?** Send a message of the format `$<TeX notation here>$` in any room. **2. What do you click?** Room -> Send message. (Alternatively tried checking if there is a context-menu formatting option, there is not) **3. More steps...** This us...
1.0
LaTeX does not render anymore - ### Steps to reproduce **1. Where are you starting? What can you see?** Send a message of the format `$<TeX notation here>$` in any room. **2. What do you click?** Room -> Send message. (Alternatively tried checking if there is a context-menu formatting option, there is not) ...
defect
latex does not render anymore steps to reproduce where are you starting what can you see send a message of the format in any room what do you click room send message alternatively tried checking if there is a context menu formatting option there is not more steps ...
1
13,059
2,732,890,585
IssuesEvent
2015-04-17 10:01:24
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
Show magnets when creating edges using the shape menu
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. mouse down on the sequence flow icon in the shape menu of a node 2. move over another node What is the expected output? The magnets of the target node should appear if connection is allowed What do you see instead? No magnets. I have to connect the edge to some place and ...
1.0
Show magnets when creating edges using the shape menu - ``` What steps will reproduce the problem? 1. mouse down on the sequence flow icon in the shape menu of a node 2. move over another node What is the expected output? The magnets of the target node should appear if connection is allowed What do you see instead? N...
defect
show magnets when creating edges using the shape menu what steps will reproduce the problem mouse down on the sequence flow icon in the shape menu of a node move over another node what is the expected output the magnets of the target node should appear if connection is allowed what do you see instead n...
1
136,981
20,025,408,333
IssuesEvent
2022-02-01 20:43:16
Pyomo/pyomo
https://api.github.com/repos/Pyomo/pyomo
closed
LinearExpression args
design discussions pyomo.core
What should `LinearExpression.args` and `LinearExpression.nargs()` return?
1.0
LinearExpression args - What should `LinearExpression.args` and `LinearExpression.nargs()` return?
non_defect
linearexpression args what should linearexpression args and linearexpression nargs return
0
114,356
17,202,901,461
IssuesEvent
2021-07-17 16:24:30
flavorjones/loofah-activerecord
https://api.github.com/repos/flavorjones/loofah-activerecord
closed
XSS Still Possible via tags within tags?
Security
Apologies if this isn't a loofah issue as much as a nokogiri one, but we had a penetration testing firm uncover what still seems like an XSS vulnerability. Saving a model with the following string: ``` Incoming evil content: <<b>img src=x onerror=alert('asdf')/> ``` `xss_foliate`s to ``` Incoming evil conte...
True
XSS Still Possible via tags within tags? - Apologies if this isn't a loofah issue as much as a nokogiri one, but we had a penetration testing firm uncover what still seems like an XSS vulnerability. Saving a model with the following string: ``` Incoming evil content: <<b>img src=x onerror=alert('asdf')/> ``` `x...
non_defect
xss still possible via tags within tags apologies if this isn t a loofah issue as much as a nokogiri one but we had a penetration testing firm uncover what still seems like an xss vulnerability saving a model with the following string incoming evil content img src x onerror alert asdf xss ...
0
63,209
17,463,297,086
IssuesEvent
2021-08-06 13:34:32
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Clicking on whitespace areas in replies takes you to matrix.to
T-Defect X-Regression S-Minor A-Replies P-Medium
This happens if you click anywhere that's inside the reply tile `a` tag, but is not inside any of the `a` tag's children. This occurs on both modern and bubble layouts, though the hitbox is different for each since they lay out reply tiles slightly differently.
1.0
Clicking on whitespace areas in replies takes you to matrix.to - This happens if you click anywhere that's inside the reply tile `a` tag, but is not inside any of the `a` tag's children. This occurs on both modern and bubble layouts, though the hitbox is different for each since they lay out reply tiles slightly differ...
defect
clicking on whitespace areas in replies takes you to matrix to this happens if you click anywhere that s inside the reply tile a tag but is not inside any of the a tag s children this occurs on both modern and bubble layouts though the hitbox is different for each since they lay out reply tiles slightly differ...
1
65,536
19,568,406,239
IssuesEvent
2022-01-04 06:10:41
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
[BUG]: b743c72a crashing intermittently on use of hotkey 'Mark selected item read'
Type-Defect Component-Feed-List Status-Fixed
### Brief description of the issue As above. ### How to reproduce the bug? 1. Set hotkey as necessary. 2. Sync. 3. Select 'unread feeds' only in left pane. 4. Select feed from left pane. 5. Hit hotkey. 6. Move to next feed with 'next unread article' hotkey. ### What was the expected result? Expected result: f...
1.0
[BUG]: b743c72a crashing intermittently on use of hotkey 'Mark selected item read' - ### Brief description of the issue As above. ### How to reproduce the bug? 1. Set hotkey as necessary. 2. Sync. 3. Select 'unread feeds' only in left pane. 4. Select feed from left pane. 5. Hit hotkey. 6. Move to next feed with...
defect
crashing intermittently on use of hotkey mark selected item read brief description of the issue as above how to reproduce the bug set hotkey as necessary sync select unread feeds only in left pane select feed from left pane hit hotkey move to next feed with next unre...
1
23,157
2,653,441,217
IssuesEvent
2015-03-16 23:28:17
GoogleCloudPlatform/kubernetes
https://api.github.com/repos/GoogleCloudPlatform/kubernetes
closed
Cadvisor test failures
priority/P1 team/node
We've seen this a few times on GCE now, and I saw it flake on `gke-ci` now as well (cc @vish @ixdy): ``` /go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/cadvisor.go:45 Failed after retrying 10 times for cadvisor to be healthy on all nod...
1.0
Cadvisor test failures - We've seen this a few times on GCE now, and I saw it flake on `gke-ci` now as well (cc @vish @ixdy): ``` /go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/cadvisor.go:45 Failed after retrying 10 times for cadvisor...
non_defect
cadvisor test failures we ve seen this a few times on gce now and i saw it flake on gke ci now as well cc vish ixdy go src github com googlecloudplatform kubernetes output dockerized go src github com googlecloudplatform kubernetes test cadvisor go failed after retrying times for cadvisor to ...
0
74,981
25,459,414,983
IssuesEvent
2022-11-24 17:01:54
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
SelectOneRadio: problem with accessibility with Custom Layout (Facet)
:lady_beetle: defect :bangbang: needs-triage
### Describe the bug The extension Accessibility Insights for Web (https://chrome.google.com/webstore/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni) report a problem of accessibility WCAG 4.1.2 on SelectOneRadio Custom Layout (Facet) ``` <span class="field-radiobutton" role="radio" aria-checked="...
1.0
SelectOneRadio: problem with accessibility with Custom Layout (Facet) - ### Describe the bug The extension Accessibility Insights for Web (https://chrome.google.com/webstore/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni) report a problem of accessibility WCAG 4.1.2 on SelectOneRadio Custom Layout (...
defect
selectoneradio problem with accessibility with custom layout facet describe the bug the extension accessibility insights for web report a problem of accessibility wcag on selectoneradio custom layout facet input id j customradio clone name j customra...
1
20,780
16,045,180,146
IssuesEvent
2021-04-22 12:54:03
rokwire/safer-illinois-app
https://api.github.com/repos/rokwire/safer-illinois-app
reopened
[USABILITY] Add interaction clue to Find Locations
Type: Usability
**Describe the usability issue** A University UX design class (Technology Entrepreneurship 498 UX Fundamentals) submitted this feedback. Through user interviews, the students found that "nobody" knows that the testing location addresses are clickable and take you to a map. They suggest to add a visual clue to sh...
True
[USABILITY] Add interaction clue to Find Locations - **Describe the usability issue** A University UX design class (Technology Entrepreneurship 498 UX Fundamentals) submitted this feedback. Through user interviews, the students found that "nobody" knows that the testing location addresses are clickable and take you...
non_defect
add interaction clue to find locations describe the usability issue a university ux design class technology entrepreneurship ux fundamentals submitted this feedback through user interviews the students found that nobody knows that the testing location addresses are clickable and take you to a map ...
0
162,548
25,553,715,148
IssuesEvent
2022-11-30 03:32:23
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
AppBar changes Android Navigation Bar color when scrolling
platform-android framework f: material design f: scrolling a: layout has reproducible steps found in release: 1.21
When you scroll a ListView and there is an AppBar in the middle of it, it changes the Android navigation bar in Samsung devices (and it is possible other devices are affected, too). Edit: CupertinoNavigationBar also produces the same issue. ListTile also. Gif proof: <img src="https://user-images.githubusercont...
1.0
AppBar changes Android Navigation Bar color when scrolling - When you scroll a ListView and there is an AppBar in the middle of it, it changes the Android navigation bar in Samsung devices (and it is possible other devices are affected, too). Edit: CupertinoNavigationBar also produces the same issue. ListTile also....
non_defect
appbar changes android navigation bar color when scrolling when you scroll a listview and there is an appbar in the middle of it it changes the android navigation bar in samsung devices and it is possible other devices are affected too edit cupertinonavigationbar also produces the same issue listtile also ...
0
26,846
4,802,902,479
IssuesEvent
2016-11-02 08:09:38
TNGSB/eWallet
https://api.github.com/repos/TNGSB/eWallet
opened
eWallet_MobileApp_Android (Registration) #05
Defect - High (Sev-2)
[Defect_Mobile App #05.xlsx](https://github.com/TNGSB/eWallet/files/565953/Defect_Mobile.App.05.xlsx) Test Description : To validate error message displayed when only "Password" field are left blank Expected Result : System should display a correct error message "Please fill in the blank with *" Actual Result : Sy...
1.0
eWallet_MobileApp_Android (Registration) #05 - [Defect_Mobile App #05.xlsx](https://github.com/TNGSB/eWallet/files/565953/Defect_Mobile.App.05.xlsx) Test Description : To validate error message displayed when only "Password" field are left blank Expected Result : System should display a correct error message "Pleas...
defect
ewallet mobileapp android registration test description to validate error message displayed when only password field are left blank expected result system should display a correct error message please fill in the blank with actual result system displayed wrong error message refer attachme...
1
73,064
24,437,469,168
IssuesEvent
2022-10-06 12:31:45
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
URL previews includes unicode punycode which causes issues URLs in the text body
S-Minor T-Defect O-Occasional
### Description https://github.com/vector-im/element-web/issues/23432 Synapse injects `“` (`5o0a`) punycode into og:description of twitter URLs, leading to broken links. ### Steps to reproduce Forwarded Element issue: ### Steps to reproduce 1. Post a twitter URL into a room, URL previews enabled 2. Twitter...
1.0
URL previews includes unicode punycode which causes issues URLs in the text body - ### Description https://github.com/vector-im/element-web/issues/23432 Synapse injects `“` (`5o0a`) punycode into og:description of twitter URLs, leading to broken links. ### Steps to reproduce Forwarded Element issue: ### Steps ...
defect
url previews includes unicode punycode which causes issues urls in the text body description synapse injects “ punycode into og description of twitter urls leading to broken links steps to reproduce forwarded element issue steps to reproduce post a twitter url into a room url ...
1
210,480
7,190,276,643
IssuesEvent
2018-02-02 16:42:39
jorisvddonk/httpom
https://api.github.com/repos/jorisvddonk/httpom
closed
Provide source for the cuteness of Pomeranians
high-priority
Currently, `README.md` claims that Pomeranians are cute, but does not provide a source for said claim. The readme should be amended such that it links to, for example, images on the [/r/pomeranians subreddit](https://www.reddit.com/r/Pomeranians/).
1.0
Provide source for the cuteness of Pomeranians - Currently, `README.md` claims that Pomeranians are cute, but does not provide a source for said claim. The readme should be amended such that it links to, for example, images on the [/r/pomeranians subreddit](https://www.reddit.com/r/Pomeranians/).
non_defect
provide source for the cuteness of pomeranians currently readme md claims that pomeranians are cute but does not provide a source for said claim the readme should be amended such that it links to for example images on the
0
388,246
26,756,386,889
IssuesEvent
2023-01-31 00:47:31
jhudsl/OTTR_Template
https://api.github.com/repos/jhudsl/OTTR_Template
closed
Style updates
documentation enhancement
In reference to #365 I would like to: - describe more in the wiki about what is possible with the current style options - make some of these style elements more customizable (would be great if we could automate some of this at some point... I can imagine an rstudio [addin](http://rstudio.github.io/rstudioaddins...
1.0
Style updates - In reference to #365 I would like to: - describe more in the wiki about what is possible with the current style options - make some of these style elements more customizable (would be great if we could automate some of this at some point... I can imagine an rstudio [addin](http://rstudio.github....
non_defect
style updates in reference to i would like to describe more in the wiki about what is possible with the current style options make some of these style elements more customizable would be great if we could automate some of this at some point i can imagine an rstudio addins could also be great f...
0
282,415
21,315,488,206
IssuesEvent
2022-04-16 07:38:42
YiFei2/pe
https://api.github.com/repos/YiFei2/pe
opened
User stories for unarchive command is missing
type.DocumentationBug severity.Low
![image.png](https://raw.githubusercontent.com/YiFei2/pe/main/files/53458d6b-2f00-47f4-b6cb-dcc2c8742d5e.png) User stories for the unarchive command is missing although the command is implemented. <!--session: 1650087928613-d29ec7a4-5622-4c79-bfcf-04c68f7279ac--> <!--Version: Web v3.4.2-->
1.0
User stories for unarchive command is missing - ![image.png](https://raw.githubusercontent.com/YiFei2/pe/main/files/53458d6b-2f00-47f4-b6cb-dcc2c8742d5e.png) User stories for the unarchive command is missing although the command is implemented. <!--session: 1650087928613-d29ec7a4-5622-4c79-bfcf-04c68f7279ac--> <!--V...
non_defect
user stories for unarchive command is missing user stories for the unarchive command is missing although the command is implemented
0
42,052
10,765,141,569
IssuesEvent
2019-11-01 10:12:31
armadillo-apps/arms2
https://api.github.com/repos/armadillo-apps/arms2
closed
Run Cypress error
Defect
**Running:** apartments.spec.js line: 279 **Failing test name:** Apartments, Occupant, and ApartmentAssign Assign occupant to apartment be able to assign an occupant to apartment: **Error Message:** CypressError: Timed out retrying: expected '<td.apartmentDetails__td>' to have class 'inverted'
1.0
Run Cypress error - **Running:** apartments.spec.js line: 279 **Failing test name:** Apartments, Occupant, and ApartmentAssign Assign occupant to apartment be able to assign an occupant to apartment: **Error Message:** CypressError: Timed out retrying: expected '<td.apartmentDetails__td>' to have class '...
defect
run cypress error running apartments spec js line failing test name apartments occupant and apartmentassign assign occupant to apartment be able to assign an occupant to apartment error message cypresserror timed out retrying expected to have class inverted
1
293,898
25,332,374,810
IssuesEvent
2022-11-18 14:14:53
eclipse/kiso-testing
https://api.github.com/repos/eclipse/kiso-testing
opened
Refactor step-report
size L refactoring test
**In order to** make the step-report more maintainable, **we want to** * transform the report generator to a `TestResult` class (e.g. https://github.com/eclipse/kiso-testing/blob/master/src/pykiso/test_result/xml_result.py#L92)
1.0
Refactor step-report - **In order to** make the step-report more maintainable, **we want to** * transform the report generator to a `TestResult` class (e.g. https://github.com/eclipse/kiso-testing/blob/master/src/pykiso/test_result/xml_result.py#L92)
non_defect
refactor step report in order to make the step report more maintainable we want to transform the report generator to a testresult class e g
0
57,469
15,795,740,506
IssuesEvent
2021-04-02 13:42:17
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
Installation of BigBlueButton does not complete behind a HTTP proxy server
Defect Maintainability Normal Priority Recording
Originally reported on Google Code with ID 1334 ``` When installing BigBlueButton within a network protected by a HTTP Proxy, the installation will fail. Specifically, the gems will not install. We need to modify the packaging scripts so they either access the HTTP_PROXY environment variable, or we provide an altern...
1.0
Installation of BigBlueButton does not complete behind a HTTP proxy server - Originally reported on Google Code with ID 1334 ``` When installing BigBlueButton within a network protected by a HTTP Proxy, the installation will fail. Specifically, the gems will not install. We need to modify the packaging scripts so th...
defect
installation of bigbluebutton does not complete behind a http proxy server originally reported on google code with id when installing bigbluebutton within a network protected by a http proxy the installation will fail specifically the gems will not install we need to modify the packaging scripts so they ...
1
92,502
18,875,744,226
IssuesEvent
2021-11-14 00:47:16
microsoft/pxt-arcade
https://api.github.com/repos/microsoft/pxt-arcade
closed
Two links in gamejam page navigate to the current page again
hour of code
**Describe the bug** Two links in gamejam page navigate to the current page again **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/gamejam/global-2021 2.**EDUCATOT TRAINING**----->**FREE TRAINING** 3.**MORE GAME JAM**----->**how-to guide** **Actual behavior** Two links (**EDUCATO...
1.0
Two links in gamejam page navigate to the current page again - **Describe the bug** Two links in gamejam page navigate to the current page again **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/gamejam/global-2021 2.**EDUCATOT TRAINING**----->**FREE TRAINING** 3.**MORE GAME JAM**----...
non_defect
two links in gamejam page navigate to the current page again describe the bug two links in gamejam page navigate to the current page again steps to reproduce the behavior navigate to educatot training free training more game jam how to guide actual behavior two...
0
409,068
11,956,188,040
IssuesEvent
2020-04-04 09:06:26
Flashrow/CyberPunk2020
https://api.github.com/repos/Flashrow/CyberPunk2020
opened
NPC animacje, zaawansowane postacie
enemies npc priority: medium
Wyszczał z broni, animacje typu "die", ogólnie dodanie jakiś typów "rzeczywistych" postaci itp.
1.0
NPC animacje, zaawansowane postacie - Wyszczał z broni, animacje typu "die", ogólnie dodanie jakiś typów "rzeczywistych" postaci itp.
non_defect
npc animacje zaawansowane postacie wyszczał z broni animacje typu die ogólnie dodanie jakiś typów rzeczywistych postaci itp
0
20,384
3,351,084,058
IssuesEvent
2015-11-17 17:06:31
identpro/atid-at911n
https://api.github.com/repos/identpro/atid-at911n
opened
Noisy Pistol-Battery
defect high priority
There is a noisy sound sometimes, which seems to come from the pistol battery after shutdown the device. It's difficult to reproduce this defect, but we can provoke it by: 1. start ATID RFID Demo App 2. trigger some inventory reads 3. power off the device by power button repeat this procedure several times.
1.0
Noisy Pistol-Battery - There is a noisy sound sometimes, which seems to come from the pistol battery after shutdown the device. It's difficult to reproduce this defect, but we can provoke it by: 1. start ATID RFID Demo App 2. trigger some inventory reads 3. power off the device by power button repeat this proced...
defect
noisy pistol battery there is a noisy sound sometimes which seems to come from the pistol battery after shutdown the device it s difficult to reproduce this defect but we can provoke it by start atid rfid demo app trigger some inventory reads power off the device by power button repeat this proced...
1
172,633
14,370,330,798
IssuesEvent
2020-12-01 10:57:23
beatarynkevic/8-coming-soon
https://api.github.com/repos/beatarynkevic/8-coming-soon
closed
Progress bar rendering
documentation js js render js validation
*data from separate file *input validation (selector) *render progress bars with JS *js docs
1.0
Progress bar rendering - *data from separate file *input validation (selector) *render progress bars with JS *js docs
non_defect
progress bar rendering data from separate file input validation selector render progress bars with js js docs
0
8,631
3,202,539,324
IssuesEvent
2015-10-02 14:32:54
energia/Energia
https://api.github.com/repos/energia/Energia
opened
Change sslConnect for connectSSL for compatibility with new WiFi library
IDE Documentation IDE Energia Library Core Library IoT Type Feature request
Arduino has deprecated the WiFi library and promotes the new [WiFi101 library](https://www.arduino.cc/en/Reference/WiFi101) with the new `connectSSL()` [function](https://www.arduino.cc/en/Reference/WiFi101ClientConnectSSL). The Energia WiFi library provides the `sslConnect()` function, but documentation is mum abo...
1.0
Change sslConnect for connectSSL for compatibility with new WiFi library - Arduino has deprecated the WiFi library and promotes the new [WiFi101 library](https://www.arduino.cc/en/Reference/WiFi101) with the new `connectSSL()` [function](https://www.arduino.cc/en/Reference/WiFi101ClientConnectSSL). The Energia WiFi...
non_defect
change sslconnect for connectssl for compatibility with new wifi library arduino has deprecated the wifi library and promotes the new with the new connectssl the energia wifi library provides the sslconnect function but documentation is mum about it change sslconnect for connectssl ...
0
47,378
13,056,152,704
IssuesEvent
2020-07-30 03:49:13
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
trunk offline-software (cmake) testing framework does not support multiple test executables per project (Trac #453)
Migrated from Trac combo core defect
mmc-icetray and neutrino-generator use multiple "i3_test_executable" statements in their respective CMakeLists.txt files. This fails during the cmake stage (rebuild_cache) with current offline-software/trunk (as of r95785) with: ```text CMake Error at cmake/project.cmake:456 (add_test): add_test given test NAME "mmc...
1.0
trunk offline-software (cmake) testing framework does not support multiple test executables per project (Trac #453) - mmc-icetray and neutrino-generator use multiple "i3_test_executable" statements in their respective CMakeLists.txt files. This fails during the cmake stage (rebuild_cache) with current offline-software/...
defect
trunk offline software cmake testing framework does not support multiple test executables per project trac mmc icetray and neutrino generator use multiple test executable statements in their respective cmakelists txt files this fails during the cmake stage rebuild cache with current offline software tru...
1
201,846
7,037,272,749
IssuesEvent
2017-12-28 13:55:28
mazmaz2k/Modular-Construction-of-Minimal-Models
https://api.github.com/repos/mazmaz2k/Modular-Construction-of-Minimal-Models
closed
GUI
Difficulty - Normal Iteration2 On Progress Priority - normal Rules
create a GUI class in order to be more visual the class have options to read the file and calculate minimal model
1.0
GUI - create a GUI class in order to be more visual the class have options to read the file and calculate minimal model
non_defect
gui create a gui class in order to be more visual the class have options to read the file and calculate minimal model
0
45,297
12,706,596,667
IssuesEvent
2020-06-23 07:29:05
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[TEST-FAILURE] ClientCacheEventJournalBasicTest>AbstractEventJournalBasicTest.allowReadingWithFutureSeq
Module: IMap Source: Internal Team: Client Team: Core Type: Defect Type: Test-Failure
Failed here: https://github.com/hazelcast/hazelcast/pull/16961#issuecomment-625114772 The job `Hazelcast-pr-builder` of your PR failed ([log]( https://j-artifacts.s3.amazonaws.com/Hazelcast-pr-builder/572/build_log.txt), [artifacts](https://j-artifacts.s3.amazonaws.com/Hazelcast-pr-builder/572/Hazelcast-pr-builde...
1.0
[TEST-FAILURE] ClientCacheEventJournalBasicTest>AbstractEventJournalBasicTest.allowReadingWithFutureSeq - Failed here: https://github.com/hazelcast/hazelcast/pull/16961#issuecomment-625114772 The job `Hazelcast-pr-builder` of your PR failed ([log]( https://j-artifacts.s3.amazonaws.com/Hazelcast-pr-builder/572/bui...
defect
clientcacheeventjournalbasictest abstracteventjournalbasictest allowreadingwithfutureseq failed here the job hazelcast pr builder of your pr failed through arcane magic we have determined that the following fragments from the build log may contain information about the problem click to ...
1
108,233
9,292,843,302
IssuesEvent
2019-03-22 05:22:25
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
opened
Vulnerability [ABAC_Level2] : GET:/api/v1/orgs/find-by-name/{name}
testdata
Project : testdata Template : ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2 Run Id : <html><a href=18.144.40.113/#/app/projects/8a80806469a378f00169a3b6a03a007b/jobs/8a80806469a378f00169a3b95d8107b0/runs/8a80806469a378f00169a3d000b82eb3>8a80806469a378f00169a3d000b82eb3</a></html> Job ...
1.0
Vulnerability [ABAC_Level2] : GET:/api/v1/orgs/find-by-name/{name} - Project : testdata Template : ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2 Run Id : <html><a href=18.144.40.113/#/app/projects/8a80806469a378f00169a3b6a03a007b/jobs/8a80806469a378f00169a3b95d8107b0/runs/8a80806469a37...
non_defect
vulnerability get api orgs find by name name project testdata template run id job uat env uat category abac tags severity major region us east result fail status code headers www authenticate x content type options x xss protec...
0
137,350
18,752,691,834
IssuesEvent
2021-11-05 05:50:10
madhans23/linux-4.15
https://api.github.com/repos/madhans23/linux-4.15
opened
CVE-2018-20836 (High) detected in wip-kernelv4.15.3-wip-x12
security vulnerability
## CVE-2018-20836 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>wip-kernelv4.15.3-wip-x12</b></p></summary> <p> <p>WIP Patched Kernel Sources (Linux 4.15.15-wip-x45)</p> <p>Library h...
True
CVE-2018-20836 (High) detected in wip-kernelv4.15.3-wip-x12 - ## CVE-2018-20836 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>wip-kernelv4.15.3-wip-x12</b></p></summary> <p> <p>WIP P...
non_defect
cve high detected in wip wip cve high severity vulnerability vulnerable library wip wip wip patched kernel sources linux wip library home page git git code sf net p wip kernel code found in head commit a href found in base branch master ...
0
37,959
8,607,536,317
IssuesEvent
2018-11-17 23:37:12
supertuxkart/stk-code
https://api.github.com/repos/supertuxkart/stk-code
closed
Wall in Fort Magma is not solid
P3: normal T: defect
**Author: keewis** The wall beneath the window in the room on the same level as the start is not solid. Was that intended? Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/820 ( attachements can be found at http://supertuxkart.sourceforge.net/TracFilesBackup/820 )
1.0
Wall in Fort Magma is not solid - **Author: keewis** The wall beneath the window in the room on the same level as the start is not solid. Was that intended? Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/820 ( attachements can be found at http://supertuxkart.sourceforge.net/TracFilesBackup/820 )...
defect
wall in fort magma is not solid author keewis the wall beneath the window in the room on the same level as the start is not solid was that intended migrated from attachements can be found at
1
461,134
13,224,061,084
IssuesEvent
2020-08-17 18:24:22
magento/magento2
https://api.github.com/repos/magento/magento2
opened
[Issue] magento/magento2#: Replace deprecated functionality in “customer:hash:upgrade” command [WIP]
Component: Customer Priority: P3 Severity: S3
This issue is automatically created based on existing pull request: magento/magento2#27333: magento/magento2#: Replace deprecated functionality in “customer:hash:upgrade” command [WIP] --------- <!--- Thank you for contributing to Magento. To help us process this pull request we recommend that you add the fo...
1.0
[Issue] magento/magento2#: Replace deprecated functionality in “customer:hash:upgrade” command [WIP] - This issue is automatically created based on existing pull request: magento/magento2#27333: magento/magento2#: Replace deprecated functionality in “customer:hash:upgrade” command [WIP] --------- <!--- Thank you ...
non_defect
magento replace deprecated functionality in “customer hash upgrade” command this issue is automatically created based on existing pull request magento magento replace deprecated functionality in “customer hash upgrade” command thank you for contributing to magento to he...
0
44,174
12,025,547,610
IssuesEvent
2020-04-12 09:49:08
tiangolo/jbrout
https://api.github.com/repos/tiangolo/jbrout
closed
unit tests need to be run from manatlan's machine?
Priority-Low Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. `cd unittests` 2. `python runtests.py` 3. What is the expected output? What do you see instead? Expected output should be something about how the unit tests completed successfully. Instead I see this: (cut) ... --- Tests tests_dbtags.py Traceback (most recent call last):...
1.0
unit tests need to be run from manatlan's machine? - ``` What steps will reproduce the problem? 1. `cd unittests` 2. `python runtests.py` 3. What is the expected output? What do you see instead? Expected output should be something about how the unit tests completed successfully. Instead I see this: (cut) ... --- Tes...
defect
unit tests need to be run from manatlan s machine what steps will reproduce the problem cd unittests python runtests py what is the expected output what do you see instead expected output should be something about how the unit tests completed successfully instead i see this cut tes...
1
198,088
14,961,392,807
IssuesEvent
2021-01-27 07:41:01
jhipster/generator-jhipster
https://api.github.com/repos/jhipster/generator-jhipster
closed
Add Okta support to Cypress tests
$$ bug-bounty $$ $200 area: feature request :bulb: theme: tests
##### **Overview of the feature request** Our current Protractor tests support testing against Okta. Our Cypress tests should have the same ability. The major thing to make this happen is allowing `E2E_USERNAME` and `E2E_PASSWORD` to be read if they're set. Otherwise, default to `admin/admin` for Keycloak. ##### ...
1.0
Add Okta support to Cypress tests - ##### **Overview of the feature request** Our current Protractor tests support testing against Okta. Our Cypress tests should have the same ability. The major thing to make this happen is allowing `E2E_USERNAME` and `E2E_PASSWORD` to be read if they're set. Otherwise, default to `...
non_defect
add okta support to cypress tests overview of the feature request our current protractor tests support testing against okta our cypress tests should have the same ability the major thing to make this happen is allowing username and password to be read if they re set otherwise default to admi...
0
98,400
20,718,626,895
IssuesEvent
2022-03-13 02:30:35
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
CodeLens - Bloating screen too much
feature-request code-lens
Can CodeLens be displayed on the same line (not as extra line). It has been already nicely designed at https://github.com/Microsoft/vscode/issues/23652 Issue has been closed because of wrong assumption that only problem is UI jumps. I don't mind jumping. They take to much screen space. So I've to turn them off. ...
1.0
CodeLens - Bloating screen too much - Can CodeLens be displayed on the same line (not as extra line). It has been already nicely designed at https://github.com/Microsoft/vscode/issues/23652 Issue has been closed because of wrong assumption that only problem is UI jumps. I don't mind jumping. They take to much scre...
non_defect
codelens bloating screen too much can codelens be displayed on the same line not as extra line it has been already nicely designed at issue has been closed because of wrong assumption that only problem is ui jumps i don t mind jumping they take to much screen space so i ve to turn them off images f...
0
40,715
10,140,875,985
IssuesEvent
2019-08-03 08:30:56
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
nvcc compile error:
category: compute compiler: nvcc tag: wontfix type: defect
Please review below. Please advise if you've some inkling of what to tweak ## Expected Behavior Compilation to succeed. ## Actual Behavior nvcc failed: ``` /usr/local/cuda/bin/nvcc /mnt/orrl/cluster_sw/hpx/hpx/tests/unit/computeapi/cuda/transform_compute.cu /mnt/orrl/cluster_sw/hpx/hpx/hpx/util/de...
1.0
nvcc compile error: - Please review below. Please advise if you've some inkling of what to tweak ## Expected Behavior Compilation to succeed. ## Actual Behavior nvcc failed: ``` /usr/local/cuda/bin/nvcc /mnt/orrl/cluster_sw/hpx/hpx/tests/unit/computeapi/cuda/transform_compute.cu /mnt/orrl/cluster...
defect
nvcc compile error please review below please advise if you ve some inkling of what to tweak expected behavior compilation to succeed actual behavior nvcc failed usr local cuda bin nvcc mnt orrl cluster sw hpx hpx tests unit computeapi cuda transform compute cu mnt orrl cluster...
1
371,122
25,938,572,069
IssuesEvent
2022-12-16 16:10:55
thomasa88/ThreadKeeper
https://api.github.com/repos/thomasa88/ThreadKeeper
closed
No TOOLS menu on MacOS 13, Fusion 360 2.0.15050 x86_64 [Rosetta 2]
documentation
Fusion 360 2.0.15050 x86_64 [Rosetta 2] Active Plan: Personal macOS 13.0.1 (22A400) on Mac13,1 I have installed this plugin and restarted Fusion360. Instructions say, "Start by storing thread definitions inside ThreadKeeper's threads directory. Open the directory by clicking TOOLS -> THREADKEEPER -> Open ThreadK...
1.0
No TOOLS menu on MacOS 13, Fusion 360 2.0.15050 x86_64 [Rosetta 2] - Fusion 360 2.0.15050 x86_64 [Rosetta 2] Active Plan: Personal macOS 13.0.1 (22A400) on Mac13,1 I have installed this plugin and restarted Fusion360. Instructions say, "Start by storing thread definitions inside ThreadKeeper's threads directory....
non_defect
no tools menu on macos fusion fusion active plan personal macos on i have installed this plugin and restarted instructions say start by storing thread definitions inside threadkeeper s threads directory open the directory by clicking tools threadkeeper ...
0
16,464
21,390,659,125
IssuesEvent
2022-04-21 06:42:36
zammad/zammad
https://api.github.com/repos/zammad/zammad
closed
parsing incoming mails breaks on this line "Reply-To: <>"
enhancement verified prioritised by payment mail processing
<!-- Hi there - thanks for filing an issue. Please ensure the following things before creating an issue - thank you! 🤓 Since november 15th we handle all requests, except real bugs, at our community board. Full explanation: https://community.zammad.org/t/major-change-regarding-github-issues-community-board/21 P...
1.0
parsing incoming mails breaks on this line "Reply-To: <>" - <!-- Hi there - thanks for filing an issue. Please ensure the following things before creating an issue - thank you! 🤓 Since november 15th we handle all requests, except real bugs, at our community board. Full explanation: https://community.zammad.org/t/...
non_defect
parsing incoming mails breaks on this line reply to hi there thanks for filing an issue please ensure the following things before creating an issue thank you 🤓 since november we handle all requests except real bugs at our community board full explanation please post feature reques...
0
71,272
23,515,782,180
IssuesEvent
2022-08-18 21:11:48
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
closed
Combobox as Search Field gets doubled focus for clear and search
bug Defect Hunting focus
#### Is this a bug, enhancement, or feature request? bug #### Briefly describe your proposal. Combobox as Search Field gets doubled focus for clear and search <img width="1195" alt="Screen Shot 2022-07-11 at 3 07 53 PM" src="https://user-images.githubusercontent.com/39598672/178339948-3f6c6bbd-035c-4ed5-9609-3b6...
1.0
Combobox as Search Field gets doubled focus for clear and search - #### Is this a bug, enhancement, or feature request? bug #### Briefly describe your proposal. Combobox as Search Field gets doubled focus for clear and search <img width="1195" alt="Screen Shot 2022-07-11 at 3 07 53 PM" src="https://user-images.g...
defect
combobox as search field gets doubled focus for clear and search is this a bug enhancement or feature request bug briefly describe your proposal combobox as search field gets doubled focus for clear and search img width alt screen shot at pm src img width alt screen s...
1
68,521
21,683,796,351
IssuesEvent
2022-05-09 09:17:39
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
InputNumber: Touch and hold button spin doesn't work on iOS browser
defect mobile
### Describe the bug The touch and hold spin doesn't seem to work on iOS. I tried adding similar functions as onMouseDown and onMouseUp to the button's onTouchStart and onTouchEnd but it causes a double-click issue with onMouseDown / onTouchStart. ### Reproducer (https://www.primefaces.org/primereact/inputnumb...
1.0
InputNumber: Touch and hold button spin doesn't work on iOS browser - ### Describe the bug The touch and hold spin doesn't seem to work on iOS. I tried adding similar functions as onMouseDown and onMouseUp to the button's onTouchStart and onTouchEnd but it causes a double-click issue with onMouseDown / onTouchStart....
defect
inputnumber touch and hold button spin doesn t work on ios browser describe the bug the touch and hold spin doesn t seem to work on ios i tried adding similar functions as onmousedown and onmouseup to the button s ontouchstart and ontouchend but it causes a double click issue with onmousedown ontouchstart ...
1
242,869
18,673,077,384
IssuesEvent
2021-10-31 03:47:37
AY2122S1-CS2103T-T09-4/tp
https://api.github.com/repos/AY2122S1-CS2103T-T09-4/tp
closed
[PE-D] UG markdown error
documentation severity.Medium
![image.png](https://raw.githubusercontent.com/Pulpy-y/ped/main/files/b0bf01cd-1f17-46e6-bfe1-db907826b243.png) Is this format intended for local-part explanation? It might be confusing to readers. <!--session: 1635494405543-941eecba-97e4-468b-b880-fe6464b30d81--> <!--Version: Web v3.4.1--> ------------- Labels: `s...
1.0
[PE-D] UG markdown error - ![image.png](https://raw.githubusercontent.com/Pulpy-y/ped/main/files/b0bf01cd-1f17-46e6-bfe1-db907826b243.png) Is this format intended for local-part explanation? It might be confusing to readers. <!--session: 1635494405543-941eecba-97e4-468b-b880-fe6464b30d81--> <!--Version: Web v3.4.1-...
non_defect
ug markdown error is this format intended for local part explanation it might be confusing to readers labels severity verylow type documentationbug original pulpy y ped
0
419,479
12,224,015,842
IssuesEvent
2020-05-02 20:20:13
hochreutenerl/camp-dictionary
https://api.github.com/repos/hochreutenerl/camp-dictionary
opened
Ideen Struktur
enhancement feedback medium priority medium task
Die Hauptkategorien sind relativ breit. Man könnte die Begriffe aber noch taggen und dort feingranularer arbeiten: z. B. Kartenkunde, Bäume, Getreide, Holzbearbeitung, Metallbearbeitung, Krankheitssymptome, Krankheiten, Mannschaftssportarten, …
1.0
Ideen Struktur - Die Hauptkategorien sind relativ breit. Man könnte die Begriffe aber noch taggen und dort feingranularer arbeiten: z. B. Kartenkunde, Bäume, Getreide, Holzbearbeitung, Metallbearbeitung, Krankheitssymptome, Krankheiten, Mannschaftssportarten, …
non_defect
ideen struktur die hauptkategorien sind relativ breit man könnte die begriffe aber noch taggen und dort feingranularer arbeiten z b kartenkunde bäume getreide holzbearbeitung metallbearbeitung krankheitssymptome krankheiten mannschaftssportarten …
0
101,745
11,255,951,472
IssuesEvent
2020-01-12 13:08:33
ManoukK/NIBUD_datavisualisatie
https://api.github.com/repos/ManoukK/NIBUD_datavisualisatie
opened
README maken
documentation
readme make en afmaken Hierin moet ook staan hoe het werkt met de dataset van het HIBUD omdat die niet online kan
1.0
README maken - readme make en afmaken Hierin moet ook staan hoe het werkt met de dataset van het HIBUD omdat die niet online kan
non_defect
readme maken readme make en afmaken hierin moet ook staan hoe het werkt met de dataset van het hibud omdat die niet online kan
0
206,304
15,724,655,937
IssuesEvent
2021-03-29 09:03:58
Realm667/WolfenDoom
https://api.github.com/repos/Realm667/WolfenDoom
closed
Enemy can see through door.
playtesting
In C3M2, somehow enemies on the other side of this door can see me and shoot me through the door, as if the door isn't there. ![Screenshot_Doom_20210328_132318](https://user-images.githubusercontent.com/77861029/112757778-794b5a00-8feb-11eb-84c3-ef3f86cccd17.png)
1.0
Enemy can see through door. - In C3M2, somehow enemies on the other side of this door can see me and shoot me through the door, as if the door isn't there. ![Screenshot_Doom_20210328_132318](https://user-images.githubusercontent.com/77861029/112757778-794b5a00-8feb-11eb-84c3-ef3f86cccd17.png)
non_defect
enemy can see through door in somehow enemies on the other side of this door can see me and shoot me through the door as if the door isn t there
0
40,692
10,128,828,364
IssuesEvent
2019-08-01 13:37:02
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
closed
The text written in the search bar disappears in PropertyEditor activity after a screen orientation change
Defect Low Priority
When I change the orientation of the device screen, the text written in the search bar disappears ![2019-07-20 21-46-28_before](https://user-images.githubusercontent.com/53469180/62285282-97973600-b455-11e9-8b96-1dc43dcfd878.png) ![2019-07-20 21-46-28_after](https://user-images.githubusercontent.com/53469180/62285283...
1.0
The text written in the search bar disappears in PropertyEditor activity after a screen orientation change - When I change the orientation of the device screen, the text written in the search bar disappears ![2019-07-20 21-46-28_before](https://user-images.githubusercontent.com/53469180/62285282-97973600-b455-11e9-8b9...
defect
the text written in the search bar disappears in propertyeditor activity after a screen orientation change when i change the orientation of the device screen the text written in the search bar disappears
1
333,093
24,363,391,358
IssuesEvent
2022-10-03 13:29:56
PerlAlien/Alien-Build
https://api.github.com/repos/PerlAlien/Alien-Build
opened
FAQ for why we install in arch directory
📖Documentation
The isn't that frequently asked, but it might be a good place to sumarize the reasons why and how to modify it. I answered this question fairly thoroughly here: https://github.com/PerlAlien/Alien-Libxml2/issues/35
1.0
FAQ for why we install in arch directory - The isn't that frequently asked, but it might be a good place to sumarize the reasons why and how to modify it. I answered this question fairly thoroughly here: https://github.com/PerlAlien/Alien-Libxml2/issues/35
non_defect
faq for why we install in arch directory the isn t that frequently asked but it might be a good place to sumarize the reasons why and how to modify it i answered this question fairly thoroughly here
0
38,682
8,952,143,282
IssuesEvent
2019-01-25 15:47:46
svigerske/ipopt-donotuse
https://api.github.com/repos/svigerske/ipopt-donotuse
closed
Termination code 11
Ipopt defect
Issue created by migration from Trac. Original creator: jakesson Original creation time: 2009-05-25 12:59:15 Assignee: ipopt-team Version: The issue is described in the mailing list post http://list.coin-or.org/pipermail/ipopt/2009-May/001517.html Termination code 11 results if IPOPT (when invoked from AMPL) is...
1.0
Termination code 11 - Issue created by migration from Trac. Original creator: jakesson Original creation time: 2009-05-25 12:59:15 Assignee: ipopt-team Version: The issue is described in the mailing list post http://list.coin-or.org/pipermail/ipopt/2009-May/001517.html Termination code 11 results if IPOPT (when...
defect
termination code issue created by migration from trac original creator jakesson original creation time assignee ipopt team version the issue is described in the mailing list post termination code results if ipopt when invoked from ampl is compiled after running the configure script wi...
1
14,991
10,239,438,542
IssuesEvent
2019-08-19 18:15:05
aws/aws-lambda-dotnet
https://api.github.com/repos/aws/aws-lambda-dotnet
closed
ALB returning 502 from Lambda
guidance service-api
I've created a Lambda that check on a DynamoDB table the existence of a record matching host and request path and, if found, returns a redirect to the matching URL. My Lambda returns this response but the ALB returns 502. ``` { "statusCode": 301, "statusDescription": null, "headers": { "Loc...
1.0
ALB returning 502 from Lambda - I've created a Lambda that check on a DynamoDB table the existence of a record matching host and request path and, if found, returns a redirect to the matching URL. My Lambda returns this response but the ALB returns 502. ``` { "statusCode": 301, "statusDescription": null,...
non_defect
alb returning from lambda i ve created a lambda that check on a dynamodb table the existence of a record matching host and request path and if found returns a redirect to the matching url my lambda returns this response but the alb returns statuscode statusdescription null ...
0
103,120
8,880,360,989
IssuesEvent
2019-01-14 05:32:54
flemingcaleb/InfraBot
https://api.github.com/repos/flemingcaleb/InfraBot
closed
Add command for help
Pushed To Testing enhancement
Add a !help command that lists all available commands and a short blurb about them.
1.0
Add command for help - Add a !help command that lists all available commands and a short blurb about them.
non_defect
add command for help add a help command that lists all available commands and a short blurb about them
0
2,037
2,603,975,326
IssuesEvent
2015-02-24 19:01:21
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳宫颈疱疹
auto-migrated Priority-Medium Type-Defect
``` 沈阳宫颈疱疹〓沈陽軍區政治部醫院性病〓TEL:024-31023308〓�� �立于1946年,68年專注于性傳播疾病的研究和治療。位于沈陽� ��沈河區二緯路32號。是一所與新中國同建立共輝煌的歷史悠� ��、設備精良、技術權威、專家云集,是預防、保健、醫療、 科研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫�� �、全國首批醫療規范定點單位,是第四軍醫大學、東南大學� ��知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤部 衛生部評為衛生工作先進單位,先后兩次榮立集體二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@g...
1.0
沈阳宫颈疱疹 - ``` 沈阳宫颈疱疹〓沈陽軍區政治部醫院性病〓TEL:024-31023308〓�� �立于1946年,68年專注于性傳播疾病的研究和治療。位于沈陽� ��沈河區二緯路32號。是一所與新中國同建立共輝煌的歷史悠� ��、設備精良、技術權威、專家云集,是預防、保健、醫療、 科研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫�� �、全國首批醫療規范定點單位,是第四軍醫大學、東南大學� ��知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤部 衛生部評為衛生工作先進單位,先后兩次榮立集體二等功。 ``` ----- Original issue reported on code.google.com by `q96...
defect
沈阳宫颈疱疹 沈阳宫颈疱疹〓沈陽軍區政治部醫院性病〓tel: 〓�� � , 。位于沈陽� �� 。是一所與新中國同建立共輝煌的歷史悠� ��、設備精良、技術權威、專家云集,是預防、保健、醫療、 科研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫�� �、全國首批醫療規范定點單位,是第四軍醫大學、東南大學� ��知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤部 衛生部評為衛生工作先進單位,先后兩次榮立集體二等功。 original issue reported on code google com by gmail com on jun at
1
402,247
11,806,817,613
IssuesEvent
2020-03-19 10:14:48
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
dnb.no - design is broken
browser-firefox engine-gecko ml-needsdiagnosis-false priority-normal
<!-- @browser: Firefox 74.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0 --> <!-- @reported_with: --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/50385 --> **URL**: https://dnb.no **Browser / Version**: Firefox 74.0 **Operating System**: Window...
1.0
dnb.no - design is broken - <!-- @browser: Firefox 74.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0 --> <!-- @reported_with: --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/50385 --> **URL**: https://dnb.no **Browser / Version**: Firefox 74.0 ...
non_defect
dnb no design is broken url browser version firefox operating system windows tested another browser yes problem type design is broken description the login page does not load correctly steps to reproduce after entering personal information to log in the ne...
0
418,505
12,198,696,569
IssuesEvent
2020-04-29 23:31:18
ManifoldScholar/manifold
https://api.github.com/repos/ManifoldScholar/manifold
closed
Adjust save process for user-added stylesheets
Priority: Critical Status: In Progress Status: Planned Type: Bug
When a user creates a stylesheet to apply to a text, when they click the Save button the view does not change. While notice that the stylesheet has saved displays, it is unclear what the user should do at this point. If they click the Save button again, a second, identical stylesheet is created. An example of this beha...
1.0
Adjust save process for user-added stylesheets - When a user creates a stylesheet to apply to a text, when they click the Save button the view does not change. While notice that the stylesheet has saved displays, it is unclear what the user should do at this point. If they click the Save button again, a second, identic...
non_defect
adjust save process for user added stylesheets when a user creates a stylesheet to apply to a text when they click the save button the view does not change while notice that the stylesheet has saved displays it is unclear what the user should do at this point if they click the save button again a second identic...
0
74,020
24,907,169,796
IssuesEvent
2022-10-29 12:02:40
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
reopened
Consistent NULL dereference during ZTS on Linux/sparc64
Type: Defect Status: Stale Status: Triage Needed
### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Debian Distribution Version | sid Linux Kernel | 4.15.0-2-sparc64 Architecture | sparc64 ZFS Version | 7457b024b* (The * is "plus the trivial patch to fix #12008" ) ### Describe the problem you'...
1.0
Consistent NULL dereference during ZTS on Linux/sparc64 - ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Debian Distribution Version | sid Linux Kernel | 4.15.0-2-sparc64 Architecture | sparc64 ZFS Version | 7457b024b* (The * is "plus the tri...
defect
consistent null dereference during zts on linux system information type version name distribution name debian distribution version sid linux kernel architecture zfs version the is plus the trivial patch to fix describe the problem you re observing ...
1
24,090
3,911,287,244
IssuesEvent
2016-04-20 04:37:53
soravux/scoop
https://api.github.com/repos/soravux/scoop
closed
Traceback in SCOOP
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. I have no idea, this is the 2nd time I've seen it though, will running SCOOP for about a couple of days What version of the product are you using? On what operating system? pip reports 0.7.2.dev, but I am using the latest from hg. Please provide any additional informatio...
1.0
Traceback in SCOOP - ``` What steps will reproduce the problem? 1. I have no idea, this is the 2nd time I've seen it though, will running SCOOP for about a couple of days What version of the product are you using? On what operating system? pip reports 0.7.2.dev, but I am using the latest from hg. Please provide any ...
defect
traceback in scoop what steps will reproduce the problem i have no idea this is the time i ve seen it though will running scoop for about a couple of days what version of the product are you using on what operating system pip reports dev but i am using the latest from hg please provide any ad...
1
77,653
27,096,538,287
IssuesEvent
2023-02-15 03:41:52
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Calling iterator() on a stream causes eager evaluation
T: Defect
### Expected behavior My rough expectation is that the `iterator()` to be non-eager (as described in the [docs here](https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html#StreamOps) ). However, it looks like calling it eagerly evaluates the stream. Here's a small example: **No call to...
1.0
Calling iterator() on a stream causes eager evaluation - ### Expected behavior My rough expectation is that the `iterator()` to be non-eager (as described in the [docs here](https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html#StreamOps) ). However, it looks like calling it eagerly evaluates...
defect
calling iterator on a stream causes eager evaluation expected behavior my rough expectation is that the iterator to be non eager as described in the however it looks like calling it eagerly evaluates the stream here s a small example no call to iterator directly consuming stream ...
1
29,913
4,541,130,168
IssuesEvent
2016-09-09 16:45:29
FreeCodeCamp/FreeCodeCamp
https://api.github.com/repos/FreeCodeCamp/FreeCodeCamp
closed
Last test case for Javascript Slot Machine does not pass
help wanted tests
Challenge [create-a-javascript-slot-machine](https://www.freecodecamp.com/en/challenges/basic-javascript/create-a-javascript-slot-machine) has an issue. User Agent is: <code>Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Safari/537.36</code>. Please describe how t...
1.0
Last test case for Javascript Slot Machine does not pass - Challenge [create-a-javascript-slot-machine](https://www.freecodecamp.com/en/challenges/basic-javascript/create-a-javascript-slot-machine) has an issue. User Agent is: <code>Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome...
non_defect
last test case for javascript slot machine does not pass challenge has an issue user agent is mozilla windows nt applewebkit khtml like gecko chrome safari please describe how to reproduce this issue and include links to screenshots if possible slotone math...
0
373,167
11,034,588,535
IssuesEvent
2019-12-07 06:51:03
responsiv/currency-plugin
https://api.github.com/repos/responsiv/currency-plugin
closed
Call to undefined method October\Rain\Support\Singleton::listConverters()
Priority: High Status: Accepted Type: Bug
With a clean install of OctoberCMS, I have installed this plugin. Under settings, "Currencies" shows a list of some currencies. However, clicking on "Currency converters" in the settings throws an exception: ``` Call to undefined method October\Rain\Support\Singleton::listConverters() /var/www/project/plu...
1.0
Call to undefined method October\Rain\Support\Singleton::listConverters() - With a clean install of OctoberCMS, I have installed this plugin. Under settings, "Currencies" shows a list of some currencies. However, clicking on "Currency converters" in the settings throws an exception: ``` Call to undefined met...
non_defect
call to undefined method october rain support singleton listconverters with a clean install of octobercms i have installed this plugin under settings currencies shows a list of some currencies however clicking on currency converters in the settings throws an exception call to undefined met...
0
45,074
12,534,323,731
IssuesEvent
2020-06-04 19:13:00
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
508-defect-1 ❗ Launchblocker [SEMANTIC MARKUP]: Form elements MUST be paired with labels
508-defect-1 508-issue-semantic-markup 508/Accessibility vsa vsa-caregiver
# [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1) **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️Should** if the feedback is best practic...
1.0
508-defect-1 ❗ Launchblocker [SEMANTIC MARKUP]: Form elements MUST be paired with labels - # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1) **Feedback framework** - **❗️ ...
defect
defect ❗ launchblocker form elements must be paired with labels feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enhancements description the text input for the individual signa...
1
41,171
10,322,516,240
IssuesEvent
2019-08-31 13:05:38
MacSysadmin/pymacadmin
https://api.github.com/repos/MacSysadmin/pymacadmin
closed
Installing things in crazy places!
Priority-Medium Type-Defect auto-migrated
_From @GoogleCodeExporter on May 20, 2015 16:39_ ``` What is it doing putting crankd.py in /usr/local/stow/leafnode-1.11.8/sbin/ ? This is very surprising! pluto:~/src/pymacadmin dave% sudo ./install-crankd.sh pluto:~/src/pymacadmin dave% /usr/local/sbin/crankd.py Module directory /Users/dave/Library/Application Sup...
1.0
Installing things in crazy places! - _From @GoogleCodeExporter on May 20, 2015 16:39_ ``` What is it doing putting crankd.py in /usr/local/stow/leafnode-1.11.8/sbin/ ? This is very surprising! pluto:~/src/pymacadmin dave% sudo ./install-crankd.sh pluto:~/src/pymacadmin dave% /usr/local/sbin/crankd.py Module director...
defect
installing things in crazy places from googlecodeexporter on may what is it doing putting crankd py in usr local stow leafnode sbin this is very surprising pluto src pymacadmin dave sudo install crankd sh pluto src pymacadmin dave usr local sbin crankd py module directory user...
1
29,301
5,638,846,685
IssuesEvent
2017-04-06 13:03:20
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Disabled checkboxes have disabled hidden fields
Defect Question
This is a (multiple allowed): * [x] bug * CakePHP Version: 3.4.3 ### What you did ``` $this->Form->checkbox('x', ['disabled' => true, 'hiddenField' => 1, 'checked' => true]) ``` ### What happened ```html <input type="hidden" name="x" disabled="disabled" value="1"/><input type="checkbox" name="x" value=...
1.0
Disabled checkboxes have disabled hidden fields - This is a (multiple allowed): * [x] bug * CakePHP Version: 3.4.3 ### What you did ``` $this->Form->checkbox('x', ['disabled' => true, 'hiddenField' => 1, 'checked' => true]) ``` ### What happened ```html <input type="hidden" name="x" disabled="disabled"...
defect
disabled checkboxes have disabled hidden fields this is a multiple allowed bug cakephp version what you did this form checkbox x what happened html what you expected to happen the hidden field must no be disabled otherwise it is quite usele...
1
150,931
19,634,221,718
IssuesEvent
2022-01-08 01:54:56
artsking/linux-5.12.9
https://api.github.com/repos/artsking/linux-5.12.9
opened
WS-2021-0439 (Medium) detected in linuxv5.12.10
security vulnerability
## WS-2021-0439 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.12.10</b></p></summary> <p> <p>Linux kernel stable tree</p> <p>Library home page: <a href=https://git.kernel.o...
True
WS-2021-0439 (Medium) detected in linuxv5.12.10 - ## WS-2021-0439 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.12.10</b></p></summary> <p> <p>Linux kernel stable tree</p> ...
non_defect
ws medium detected in ws medium severity vulnerability vulnerable library linux kernel stable tree library home page a href found in base branch master vulnerable source files sound isa gus gus dma c sound isa gus gus dma c ...
0
32,769
6,925,500,034
IssuesEvent
2017-11-30 16:06:51
omniti-labs/mungo
https://api.github.com/repos/omniti-labs/mungo
closed
Need $Server->sub URLDecode.
P: Major R: fixed T: defect
**Reported by jesus on 1 Jan 1970 00:19 UTC** ``` sub URLDecode { my $self = shift; my $s = shift; $s =~ s/%([a-fA-F0-9]{2})/chr(hex($1))/eg; return $s; } ```
1.0
Need $Server->sub URLDecode. - **Reported by jesus on 1 Jan 1970 00:19 UTC** ``` sub URLDecode { my $self = shift; my $s = shift; $s =~ s/%([a-fA-F0-9]{2})/chr(hex($1))/eg; return $s; } ```
defect
need server sub urldecode reported by jesus on jan utc sub urldecode my self shift my s shift s s chr hex eg return s
1
66,997
20,797,584,110
IssuesEvent
2022-03-17 10:47:40
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
opened
Editing cache description without configured reactivation rule leads to issue with sending form
Priority Medium Type Defect Component CacheEdit
Steps to reproduce 1. Go to cache description edit (for cache that reactivation rule is not set yet) 2. Set reactivation option that you choose 3. Try to send form 4. Sending is not possible because form is still asking for reactivation rule. ![Screenshot_64](https://user-images.githubusercontent.com/13780868/15...
1.0
Editing cache description without configured reactivation rule leads to issue with sending form - Steps to reproduce 1. Go to cache description edit (for cache that reactivation rule is not set yet) 2. Set reactivation option that you choose 3. Try to send form 4. Sending is not possible because form is still askin...
defect
editing cache description without configured reactivation rule leads to issue with sending form steps to reproduce go to cache description edit for cache that reactivation rule is not set yet set reactivation option that you choose try to send form sending is not possible because form is still askin...
1
5,633
2,610,192,302
IssuesEvent
2015-02-26 19:00:45
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
解读色斑的去除自制方法
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色�� �满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相� ��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处 ,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着�� �,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片� ��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞 奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自�� �的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑� ��话,也许我也会活的很自在!色斑的去除自制方法, 《客户案例》   有一句话怎么说来着,“十个女人九个斑”,可是走在�� �街上我也没有发现多少个女孩有斑啊...
1.0
解读色斑的去除自制方法 - ``` 《摘要》 今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色�� �满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相� ��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处 ,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着�� �,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片� ��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞 奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自�� �的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑� ��话,也许我也会活的很自在!色斑的去除自制方法, 《客户案例》   有一句话怎么说来着,“十个女人九个斑”,可是走在�� �街...
defect
解读色斑的去除自制方法 《摘要》 今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色�� �满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相� ��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处 ,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着�� �,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片� ��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞 奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自�� �的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑� ��话,也许我也会活的很自在!色斑的去除自制方法, 《客户案例》   有一句话怎么说来着,“十个女人九个斑”,可是走在�� �街...
1
198,422
15,708,670,529
IssuesEvent
2021-03-26 20:57:23
drupalsaudi/saudi-distribution
https://api.github.com/repos/drupalsaudi/saudi-distribution
closed
للمساهمه في التوزيعه
documentation بحاجة رأي المجتمع
السلام عليكم ورحمة الله وبركاته هذي بذره لحصر كل اللي نحتاجه حتى نسهل على المنضمين الجدد تحديد اللي يرغبون فيه في التصميم = 1- تصميم المواقع : بحاجه الى مبدعين لاضافة لمساتهم من ناحية تصميم الواجهه ولوحة التحكم ومبدعين في UX لتحسين تجربة المستخدم 2- تصميم جرافكس : بحاجة الى تصميم شعار وبنرات وبروشورا...
1.0
للمساهمه في التوزيعه - السلام عليكم ورحمة الله وبركاته هذي بذره لحصر كل اللي نحتاجه حتى نسهل على المنضمين الجدد تحديد اللي يرغبون فيه في التصميم = 1- تصميم المواقع : بحاجه الى مبدعين لاضافة لمساتهم من ناحية تصميم الواجهه ولوحة التحكم ومبدعين في UX لتحسين تجربة المستخدم 2- تصميم جرافكس : بحاجة الى تصم...
non_defect
للمساهمه في التوزيعه السلام عليكم ورحمة الله وبركاته هذي بذره لحصر كل اللي نحتاجه حتى نسهل على المنضمين الجدد تحديد اللي يرغبون فيه في التصميم تصميم المواقع بحاجه الى مبدعين لاضافة لمساتهم من ناحية تصميم الواجهه ولوحة التحكم ومبدعين في ux لتحسين تجربة المستخدم تصميم جرافكس بحاجة الى تصم...
0
30,827
25,102,238,805
IssuesEvent
2022-11-08 14:23:14
twosixlabs/armory
https://api.github.com/repos/twosixlabs/armory
closed
discard yamllint from armory
infrastructure
In the commit hooks and CI jobs there is a yamllint invocation. I believe that was placed there to guard against silly mistakes in Github Actions, but I think we're past that being an issue with editor support and fewer working on infrastructure. The same goes for `environment.yml` and `mkdocs.yml` which are the only ...
1.0
discard yamllint from armory - In the commit hooks and CI jobs there is a yamllint invocation. I believe that was placed there to guard against silly mistakes in Github Actions, but I think we're past that being an issue with editor support and fewer working on infrastructure. The same goes for `environment.yml` and `...
non_defect
discard yamllint from armory in the commit hooks and ci jobs there is a yamllint invocation i believe that was placed there to guard against silly mistakes in github actions but i think we re past that being an issue with editor support and fewer working on infrastructure the same goes for environment yml and ...
0
39,442
9,460,444,145
IssuesEvent
2019-04-17 10:59:30
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
input is repeated on Spinner
defect pending-review
<!-- - IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING. - IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours. --> **I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github fo...
1.0
input is repeated on Spinner - <!-- - IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING. - IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours. --> **I'm submitting a ...** (check one with "x") ``` [x]...
defect
input is repeated on spinner if you don t fill out the following information we might close your issue without investigating if you d like to secure our response you may consider primeng pro support where support is provided within hours i m submitting a check one with x b...
1
51,452
13,207,491,732
IssuesEvent
2020-08-14 23:18:39
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
GCD generation warning/error (Trac #452)
I3Db Incomplete Migration Migrated from Trac defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/452">https://code.icecube.wisc.edu/projects/icecube/ticket/452</a>, reported by ofadiranand owned by kohnen</em></summary> <p> ```json { "status": "closed", "changetime": "2013-05-02T12:00:58", "_ts": "1367...
1.0
GCD generation warning/error (Trac #452) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/452">https://code.icecube.wisc.edu/projects/icecube/ticket/452</a>, reported by ofadiranand owned by kohnen</em></summary> <p> ```json { "status": "closed", "changetim...
defect
gcd generation warning error trac migrated from json status closed changetime ts description hi georges i m getting the following warning from the project when i try to generate gcd files n n net user offlineprocessing icerec ...
1
52,302
13,222,343,922
IssuesEvent
2020-08-17 15:23:26
snowplow/snowplow-javascript-tracker
https://api.github.com/repos/snowplow/snowplow-javascript-tracker
closed
Change initial page ping to fire at minimum visit length when less than heart beat delay.
category:browser priority:medium type:defect
When the minimum visit length delay is set to smaller than heat beat delay, the first page ping doesn't fire. For example: snowplow_name_here('enableActivityTracking', 5, 20), won't trigger a page ping after 5 second, only the rest 20s will.
1.0
Change initial page ping to fire at minimum visit length when less than heart beat delay. - When the minimum visit length delay is set to smaller than heat beat delay, the first page ping doesn't fire. For example: snowplow_name_here('enableActivityTracking', 5, 20), won't trigger a page ping after 5 second, only...
defect
change initial page ping to fire at minimum visit length when less than heart beat delay when the minimum visit length delay is set to smaller than heat beat delay the first page ping doesn t fire for example snowplow name here enableactivitytracking won t trigger a page ping after second only ...
1
424,087
29,044,242,676
IssuesEvent
2023-05-13 10:49:11
noemichis/out-n-about-sligo
https://api.github.com/repos/noemichis/out-n-about-sligo
closed
TASK : Wireframe
documentation
**Acceptance criteria** - Good representation of HTML elements. **Subtasks** - [x] Wireframe for Desktop. - [x] Wireframe for Mobile. - [x] Landing page, Content page.
1.0
TASK : Wireframe - **Acceptance criteria** - Good representation of HTML elements. **Subtasks** - [x] Wireframe for Desktop. - [x] Wireframe for Mobile. - [x] Landing page, Content page.
non_defect
task wireframe acceptance criteria good representation of html elements subtasks wireframe for desktop wireframe for mobile landing page content page
0
77,396
26,965,293,950
IssuesEvent
2023-02-08 21:46:23
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Favourites metaspace keeps showing unread notification for room that's not a favourite
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? 2. What do you click? 3. More steps… ### Outcome #### What did you expect? #### What happened instead? ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp _No response_ ### Application version ...
1.0
Favourites metaspace keeps showing unread notification for room that's not a favourite - ### Steps to reproduce 1. Where are you starting? What can you see? 2. What do you click? 3. More steps… ### Outcome #### What did you expect? #### What happened instead? ### Operating system _No response_ ### Browse...
defect
favourites metaspace keeps showing unread notification for room that s not a favourite steps to reproduce where are you starting what can you see what do you click more steps… outcome what did you expect what happened instead operating system no response browse...
1
53,229
13,261,218,650
IssuesEvent
2020-08-20 19:29:54
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
Making release of Cascade L3 filter for 2014 (Trac #1009)
Migrated from Trac cmake defect
Cascade L3 filter has been adapted to processing 2014 data. Yiqian from Cascade group has test-run the script on one run of 2014 data and compare it with a run from the same date of 2013. Cascade level3 and level2 rates are consistent between these two runs and cascade level3 cutting variables' shapes are consistent as...
1.0
Making release of Cascade L3 filter for 2014 (Trac #1009) - Cascade L3 filter has been adapted to processing 2014 data. Yiqian from Cascade group has test-run the script on one run of 2014 data and compare it with a run from the same date of 2013. Cascade level3 and level2 rates are consistent between these two runs an...
defect
making release of cascade filter for trac cascade filter has been adapted to processing data yiqian from cascade group has test run the script on one run of data and compare it with a run from the same date of cascade and rates are consistent between these two runs and cascade cutting variabl...
1
555
2,566,982,313
IssuesEvent
2015-02-09 01:51:26
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
3.0 - Problem when generating fixture with an I18n table
Defect
Hello, I think the screen say all : ![screenshot_10](https://cloud.githubusercontent.com/assets/8210023/5930151/13da7704-a68c-11e4-86f3-270100b48a14.png) I think Cake must add an exception in `Inflector::pluralize()` for all tables who are finished by `I18n`.
1.0
3.0 - Problem when generating fixture with an I18n table - Hello, I think the screen say all : ![screenshot_10](https://cloud.githubusercontent.com/assets/8210023/5930151/13da7704-a68c-11e4-86f3-270100b48a14.png) I think Cake must add an exception in `Inflector::pluralize()` for all tables who are finished by `I18...
defect
problem when generating fixture with an table hello i think the screen say all i think cake must add an exception in inflector pluralize for all tables who are finished by
1
349,346
10,467,802,018
IssuesEvent
2019-09-22 08:47:30
8bitPit/Niagara-Issues
https://api.github.com/repos/8bitPit/Niagara-Issues
closed
Feature Request: Gesture Bar
enhancement low priority not in 2020
As I wrote in #2: > Here's an idea for how to solve the lack of possible one hand gestures: instead of totally hiding the nav bar you could replace it with either a bar of buttons for different actions, or a gesture based bar for different actions aka Pie's gestures, so a simple pill at the bottom of the screen, ta...
1.0
Feature Request: Gesture Bar - As I wrote in #2: > Here's an idea for how to solve the lack of possible one hand gestures: instead of totally hiding the nav bar you could replace it with either a bar of buttons for different actions, or a gesture based bar for different actions aka Pie's gestures, so a simple pill ...
non_defect
feature request gesture bar as i wrote in here s an idea for how to solve the lack of possible one hand gestures instead of totally hiding the nav bar you could replace it with either a bar of buttons for different actions or a gesture based bar for different actions aka pie s gestures so a simple pill ...
0
34,438
7,451,510,436
IssuesEvent
2018-03-29 03:24:39
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
Kohtade lehitsemises avada otsitav tase
C: AIS P: highest R: fixed T: defect
**Reported by katrin vesterblom on 8 Apr 2013 09:04 UTC** aadress rahvusarhiiv.tietotest.ee . Lehitsen loendit "Kohad". Kui panen peale mingi filtri, siis tulemuses ei avane edasi jaotus "Eesti 1991...". Kõik muud tulevad, (tõsi, veidi aeglaselt küll). Katsetasin "abja", "otepää", "paluoja", "argentina", "saare". ...
1.0
Kohtade lehitsemises avada otsitav tase - **Reported by katrin vesterblom on 8 Apr 2013 09:04 UTC** aadress rahvusarhiiv.tietotest.ee . Lehitsen loendit "Kohad". Kui panen peale mingi filtri, siis tulemuses ei avane edasi jaotus "Eesti 1991...". Kõik muud tulevad, (tõsi, veidi aeglaselt küll). Katsetasin "abja", "o...
defect
kohtade lehitsemises avada otsitav tase reported by katrin vesterblom on apr utc aadress rahvusarhiiv tietotest ee lehitsen loendit kohad kui panen peale mingi filtri siis tulemuses ei avane edasi jaotus eesti kõik muud tulevad tõsi veidi aeglaselt küll katsetasin abja otepää ...
1
529,067
15,379,862,779
IssuesEvent
2021-03-02 20:15:57
publiclab/community-toolbox
https://api.github.com/repos/publiclab/community-toolbox
closed
migrate from Travis CI to Github Actions for automated tests
priority
We need to migrate from Travis CI to Github Actions and get those checks and tests running again! Just like we did here: https://github.com/publiclab/leaflet-environmental-layers/pull/503
1.0
migrate from Travis CI to Github Actions for automated tests - We need to migrate from Travis CI to Github Actions and get those checks and tests running again! Just like we did here: https://github.com/publiclab/leaflet-environmental-layers/pull/503
non_defect
migrate from travis ci to github actions for automated tests we need to migrate from travis ci to github actions and get those checks and tests running again just like we did here
0
284,303
8,737,242,564
IssuesEvent
2018-12-11 21:57:31
aowen87/TicketTester
https://api.github.com/repos/aowen87/TicketTester
closed
We need to switch the building of the chaos 4 version for the LLNL Collaboration Zone (CZ) from atlas to prism.
enhancement priority reviewed
Atlas has been retired, so we need to build the chaos 4 version for the CZ on another machine. Prism is probably the next best system to do that on. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the tr...
1.0
We need to switch the building of the chaos 4 version for the LLNL Collaboration Zone (CZ) from atlas to prism. - Atlas has been retired, so we need to build the chaos 4 version for the CZ on another machine. Prism is probably the next best system to do that on. -----------------------REDMINE MIGRATION------------...
non_defect
we need to switch the building of the chaos version for the llnl collaboration zone cz from atlas to prism atlas has been retired so we need to build the chaos version for the cz on another machine prism is probably the next best system to do that on redmine migration ...
0
50,115
13,187,330,524
IssuesEvent
2020-08-13 03:04:13
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
reclaiming signals from root reduxduxdux (Trac #138)
IceTray Migrated from Trac defect
do so in a singleton that first calls some function of ROOT's that will guarantee that its signal handling has been installed already. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/138 , reported by troy and owned by troy_</summary> <p> ```json { "status": "closed", "changetime": "...
1.0
reclaiming signals from root reduxduxdux (Trac #138) - do so in a singleton that first calls some function of ROOT's that will guarantee that its signal handling has been installed already. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/138 , reported by troy and owned by troy_</summary> <p> ...
defect
reclaiming signals from root reduxduxdux trac do so in a singleton that first calls some function of root s that will guarantee that its signal handling has been installed already migrated from reported by troy and owned by troy json status closed changetime ...
1
20
2,492,126,420
IssuesEvent
2015-01-04 13:25:35
openlvc/portico
https://api.github.com/repos/openlvc/portico
opened
Portico 1516e always uses DoubleTime, even when user requests integer time
defect
Summary -------------- The guts of the problem here is that the 1516e (and 1516 for that matter) specification is completely, utterly, irrevocably broken. Designed to support edge cases present in the 0.001% of situations, they have made everybody pay through the introduction of an API that is even more convoluted, a...
1.0
Portico 1516e always uses DoubleTime, even when user requests integer time - Summary -------------- The guts of the problem here is that the 1516e (and 1516 for that matter) specification is completely, utterly, irrevocably broken. Designed to support edge cases present in the 0.001% of situations, they have made eve...
defect
portico always uses doubletime even when user requests integer time summary the guts of the problem here is that the and for that matter specification is completely utterly irrevocably broken designed to support edge cases present in the of situations they have made everybody pay th...
1
6,138
2,610,221,883
IssuesEvent
2015-02-26 19:10:23
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
msidcrl40 dll для gta 4
auto-migrated Priority-Medium Type-Defect
``` '''Гелеон Симонов''' День добрый никак не могу найти .msidcrl40 dll для gta 4. как то выкладывали уже '''Варфоломей Александров''' Вот хороший сайт где можно скачать http://bit.ly/1b4gLOq '''Авксентий Мамонтов''' Просит ввести номер мобилы!Не опасно ли это? '''Герасим Шубин''' Неа все ок у меня ничего не списа...
1.0
msidcrl40 dll для gta 4 - ``` '''Гелеон Симонов''' День добрый никак не могу найти .msidcrl40 dll для gta 4. как то выкладывали уже '''Варфоломей Александров''' Вот хороший сайт где можно скачать http://bit.ly/1b4gLOq '''Авксентий Мамонтов''' Просит ввести номер мобилы!Не опасно ли это? '''Герасим Шубин''' Неа все...
defect
dll для gta гелеон симонов день добрый никак не могу найти dll для gta как то выкладывали уже варфоломей александров вот хороший сайт где можно скачать авксентий мамонтов просит ввести номер мобилы не опасно ли это герасим шубин неа все ок у меня ничего не списало гек...
1
56,204
14,978,646,906
IssuesEvent
2021-01-28 11:06:44
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
Cascade Select material theming is inconsistent
defect
Material select theming does not fully apply to CascadeSelect
1.0
Cascade Select material theming is inconsistent - Material select theming does not fully apply to CascadeSelect
defect
cascade select material theming is inconsistent material select theming does not fully apply to cascadeselect
1
785,349
27,610,260,984
IssuesEvent
2023-03-09 15:32:30
kubernetes/ingress-nginx
https://api.github.com/repos/kubernetes/ingress-nginx
reopened
Real IP not forwarded, tcp-services, metallb
kind/support needs-triage needs-priority
**Environment**: ``` OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME Ubuntu 20.04.4 LTS 5.4.0-135-generic docker://20.10.14 ``` Metallb: image: quay.io/metallb/controller:v0.12.1 ** NIC: ``` labels: app.kubernetes.io/component: controller app.kubernetes.io/instance: nginx-ingress-...
1.0
Real IP not forwarded, tcp-services, metallb - **Environment**: ``` OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME Ubuntu 20.04.4 LTS 5.4.0-135-generic docker://20.10.14 ``` Metallb: image: quay.io/metallb/controller:v0.12.1 ** NIC: ``` labels: app.kubernetes.io/component: controller ...
non_defect
real ip not forwarded tcp services metallb environment os image kernel version container runtime ubuntu lts generic docker metallb image quay io metallb controller nic labels app kubernetes io component controller app ...
0
65,382
19,457,169,597
IssuesEvent
2021-12-23 01:16:42
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
closed
CCP v2.0 - Captura Híbrida de mercancías formato FT
resolved defect
Hacer este separado por comas o por pipes. Por comas, lo podrían generar desde excel. Por pipes, creo que solo desde un editor de texto. igual y separado por comas es buena opción... [layoutFTMercancias.txt](https://github.com/jccastillo0007/eFacturaT/files/7681445/layoutFTMercancias.txt)
1.0
CCP v2.0 - Captura Híbrida de mercancías formato FT - Hacer este separado por comas o por pipes. Por comas, lo podrían generar desde excel. Por pipes, creo que solo desde un editor de texto. igual y separado por comas es buena opción... [layoutFTMercancias.txt](https://github.com/jccastillo0007/eFacturaT/fil...
defect
ccp captura híbrida de mercancías formato ft hacer este separado por comas o por pipes por comas lo podrían generar desde excel por pipes creo que solo desde un editor de texto igual y separado por comas es buena opción
1
144,594
11,624,370,158
IssuesEvent
2020-02-27 10:38:42
ebmdatalab/openpath-dash
https://api.github.com/repos/ebmdatalab/openpath-dash
opened
Somehow make it clear there is more to see if you scroll
usertesting
Perhaps just ensure more is above the fold on typical resolutions? Other ideas?
1.0
Somehow make it clear there is more to see if you scroll - Perhaps just ensure more is above the fold on typical resolutions? Other ideas?
non_defect
somehow make it clear there is more to see if you scroll perhaps just ensure more is above the fold on typical resolutions other ideas
0
371,567
10,974,126,707
IssuesEvent
2019-11-29 08:19:33
codecampleipzig/communic
https://api.github.com/repos/codecampleipzig/communic
opened
404 Error Page
@frontend point: 5 priority: medium type: bug
## User Story Title - As a **user** - I want **to see a nice error-page with a good guidance back on track** - So that **I'm not frustrated if something doesn't work**
1.0
404 Error Page - ## User Story Title - As a **user** - I want **to see a nice error-page with a good guidance back on track** - So that **I'm not frustrated if something doesn't work**
non_defect
error page user story title as a user i want to see a nice error page with a good guidance back on track so that i m not frustrated if something doesn t work
0
33,864
7,276,569,042
IssuesEvent
2018-02-21 16:44:07
BCDevExchange/devex
https://api.github.com/repos/BCDevExchange/devex
closed
Attachments tab is not available....
defect
...in the proposal until after I hit the SAVE CHANGES button. Can we just make it so that all tabs are visible and available right from the get-go?
1.0
Attachments tab is not available.... - ...in the proposal until after I hit the SAVE CHANGES button. Can we just make it so that all tabs are visible and available right from the get-go?
defect
attachments tab is not available in the proposal until after i hit the save changes button can we just make it so that all tabs are visible and available right from the get go
1
161,118
20,120,407,863
IssuesEvent
2022-02-08 01:16:03
arohablue/BlockDockServer
https://api.github.com/repos/arohablue/BlockDockServer
closed
CVE-2020-11112 (High) detected in jackson-databind-2.8.8.jar - autoclosed
security vulnerability
## CVE-2020-11112 - 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.8.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-11112 (High) detected in jackson-databind-2.8.8.jar - autoclosed - ## CVE-2020-11112 - 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.8.8.jar</b></p></summary...
non_defect
cve high detected in jackson databind jar autoclosed 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 blockdockserver b...
0
75,648
25,975,918,161
IssuesEvent
2022-12-19 14:53:17
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Timeline blank / white when viewing a room
T-Defect
### Steps to reproduce 1. Open existing room ### Outcome #### What did you expect? Can see the timeline #### What happened instead? Cannot see the timeline. White / blank space only ![image](https://user-images.githubusercontent.com/6216686/208453394-0b7f5fe9-85ef-47c1-bc58-f38f6d83190a.png) ### Opera...
1.0
Timeline blank / white when viewing a room - ### Steps to reproduce 1. Open existing room ### Outcome #### What did you expect? Can see the timeline #### What happened instead? Cannot see the timeline. White / blank space only ![image](https://user-images.githubusercontent.com/6216686/208453394-0b7f5fe9-...
defect
timeline blank white when viewing a room steps to reproduce open existing room outcome what did you expect can see the timeline what happened instead cannot see the timeline white blank space only operating system ubuntu lts application version eleme...
1
56,492
14,078,440,142
IssuesEvent
2020-11-04 13:34:36
themagicalmammal/android_kernel_samsung_a5xelte
https://api.github.com/repos/themagicalmammal/android_kernel_samsung_a5xelte
opened
CVE-2019-19332 (Medium) detected in linuxv3.10
security vulnerability
## CVE-2019-19332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.10</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/to...
True
CVE-2019-19332 (Medium) detected in linuxv3.10 - ## CVE-2019-19332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.10</b></p></summary> <p> <p>Linux kernel source tree</p> <p...
non_defect
cve medium detected in cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch cosmic experimental vulnerable source files android kernel...
0
28,638
5,317,615,493
IssuesEvent
2017-02-13 23:02:24
netty/netty
https://api.github.com/repos/netty/netty
closed
NPE in CipherSuiteConverter.toJava(CipherSuiteConverter.java:281)
defect
Providing repro shortly but it's triggered by an Unit Test for the OCSP Stapling PR. Basically... OpenSSL (native) is calling my OCSP callback (java) which throws for the sake of the test an Exception. Instead of bubbling up the Exceptions it's running into an unhandled (?) NPE and my purposely thrown Exception gets...
1.0
NPE in CipherSuiteConverter.toJava(CipherSuiteConverter.java:281) - Providing repro shortly but it's triggered by an Unit Test for the OCSP Stapling PR. Basically... OpenSSL (native) is calling my OCSP callback (java) which throws for the sake of the test an Exception. Instead of bubbling up the Exceptions it's runn...
defect
npe in ciphersuiteconverter tojava ciphersuiteconverter java providing repro shortly but it s triggered by an unit test for the ocsp stapling pr basically openssl native is calling my ocsp callback java which throws for the sake of the test an exception instead of bubbling up the exceptions it s runnin...
1
393,779
27,009,044,217
IssuesEvent
2023-02-10 14:03:21
zauberzeug/nicegui
https://api.github.com/repos/zauberzeug/nicegui
closed
Provide example to use hamburger menu button for drawer expanding/collapsing
documentation enhancement
Quasar seems to allow a hamburger menu button that expands or collapses a drawer: https://github.com/quasarframework/quasar/blob/dev/docs/public/examples/QDrawer/Menu.vue It would be nice to see how to do this within NiceGUI, since it's a standard layout choice for more real estate.
1.0
Provide example to use hamburger menu button for drawer expanding/collapsing - Quasar seems to allow a hamburger menu button that expands or collapses a drawer: https://github.com/quasarframework/quasar/blob/dev/docs/public/examples/QDrawer/Menu.vue It would be nice to see how to do this within NiceGUI, since it's a...
non_defect
provide example to use hamburger menu button for drawer expanding collapsing quasar seems to allow a hamburger menu button that expands or collapses a drawer it would be nice to see how to do this within nicegui since it s a standard layout choice for more real estate
0
60,251
17,023,380,578
IssuesEvent
2021-07-03 01:43:45
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Compile error
Component: merkaartor Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 2.41pm, Thursday, 2nd April 2009]** g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -D_REENTRANT -DVERSION="\"0.14\""-DREVISION="\"-svn\"" -DNDEBUG -DQT_NO_DEBUG_OUTPUT -DUSE_WEBKIT...
1.0
Compile error - **[Submitted to the original trac issue database at 2.41pm, Thursday, 2nd April 2009]** g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -D_REENTRANT -DVERSION="\"0.14\""-DREVISION="\"-svn\"" -DNDEBUG -DQT_NO_DEBUG_OUT...
defect
compile error g c pipe g pipe wall wp d fortify source fstack protector param ssp buffer size mtune generic wall w d reentrant dversion drevision svn dndebug dqt no debug output duse webkit dosmarender dlibxml static dlibxslt static dlibexslt static d tty ...
1
276,799
24,020,849,628
IssuesEvent
2022-09-15 07:31:17
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: backup/2TB/n10cpu4 failed
C-test-failure O-robot O-roachtest release-blocker branch-release-21.2
roachtest.backup/2TB/n10cpu4 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=6471007&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=6471007&tab=artifacts#/backup/2TB/n10cpu4) on release-21.2 @ [1320344fa7efce2032e8ec74a1f7baaabe11f2df](https://github.com/cockroachdb/...
2.0
roachtest: backup/2TB/n10cpu4 failed - roachtest.backup/2TB/n10cpu4 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=6471007&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=6471007&tab=artifacts#/backup/2TB/n10cpu4) on release-21.2 @ [1320344fa7efce2032e8ec74a1f7baaabe...
non_defect
roachtest backup failed roachtest backup with on release usr local go src runtime asm s wraps output in run cockroach sql wraps home agent work go src github com cockroachdb cockroach bin roachprod run teamcity cockroach sql insecure ...
0
77,725
3,507,232,885
IssuesEvent
2016-01-08 12:03:55
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Essence yell spam at end of phase (BB #705)
Category: Entities migrated Priority: Low Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** smoldar **Original Date:** 29.09.2014 08:32:59 GMT+0000 **Original Priority:** trivial **Original Type:** bug **Original State:** invalid **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/705 <hr> This is only minor bug ( cosmetic i think ) ...
1.0
Essence yell spam at end of phase (BB #705) - This issue was migrated from bitbucket. **Original Reporter:** smoldar **Original Date:** 29.09.2014 08:32:59 GMT+0000 **Original Priority:** trivial **Original Type:** bug **Original State:** invalid **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/705 <hr> ...
non_defect
essence yell spam at end of phase bb this issue was migrated from bitbucket original reporter smoldar original date gmt original priority trivial original type bug original state invalid direct link this is only minor bug cosmetic i think
0