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
26,595
4,235,540,218
IssuesEvent
2016-07-05 15:30:05
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
closed
User needs to manually restart VSCode to unplug tslint extension.
v-test
- VSCode Version: 1.0.0-alpha - OS Version: Windows10 Steps to Reproduce: 1. Launch VScode and install tslint extension. 2. Open folder which contains .ts file. 3. Verify it should highlight linter related issues. 4. Now uninstall the extension and verify app behavior. Actual: After uninstallation user is no...
1.0
User needs to manually restart VSCode to unplug tslint extension. - - VSCode Version: 1.0.0-alpha - OS Version: Windows10 Steps to Reproduce: 1. Launch VScode and install tslint extension. 2. Open folder which contains .ts file. 3. Verify it should highlight linter related issues. 4. Now uninstall the extension...
non_defect
user needs to manually restart vscode to unplug tslint extension vscode version alpha os version steps to reproduce launch vscode and install tslint extension open folder which contains ts file verify it should highlight linter related issues now uninstall the extension and ver...
0
465,374
13,384,155,900
IssuesEvent
2020-09-02 11:32:44
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.0 stagong-1750] Part of work party UI isn't updated immediately
Category: UI Priority: Medium
Step to reproduce: - add a new string for Laborers or add a new string for payment (or delete one of them): ![image](https://user-images.githubusercontent.com/45708377/91975966-e84c2300-ed28-11ea-9538-532043546ebc.png) ![image](https://user-images.githubusercontent.com/45708377/91976095-21849300-ed29-11ea-8fbb-4855f...
1.0
[0.9.0 stagong-1750] Part of work party UI isn't updated immediately - Step to reproduce: - add a new string for Laborers or add a new string for payment (or delete one of them): ![image](https://user-images.githubusercontent.com/45708377/91975966-e84c2300-ed28-11ea-9538-532043546ebc.png) ![image](https://user-image...
non_defect
part of work party ui isn t updated immediately step to reproduce add a new string for laborers or add a new string for payment or delete one of them it works for work
0
50,664
13,187,671,427
IssuesEvent
2020-08-13 04:10:58
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[trigger-splitter] ModuleTester.py is failing and project is missing in the metaproject documentation (Trac #1157)
Migrated from Trac combo reconstruction defect
ModuleTester.py is failing Traceback (most recent call last): File "ModuleTester.py", line 5, in <module> from icecube import icetray, dataclasses, dataio, jebclasses ImportError: cannot import name jebclasses after removing jebclasses, link to gcd file doesn't exist FATAL (icetray): problems opening file '/da...
1.0
[trigger-splitter] ModuleTester.py is failing and project is missing in the metaproject documentation (Trac #1157) - ModuleTester.py is failing Traceback (most recent call last): File "ModuleTester.py", line 5, in <module> from icecube import icetray, dataclasses, dataio, jebclasses ImportError: cannot import na...
defect
moduletester py is failing and project is missing in the metaproject documentation trac moduletester py is failing traceback most recent call last file moduletester py line in from icecube import icetray dataclasses dataio jebclasses importerror cannot import name jebclasses after removi...
1
66,575
20,361,709,820
IssuesEvent
2022-02-20 19:32:58
GoldenSoftwareLtd/gedemin
https://api.github.com/repos/GoldenSoftwareLtd/gedemin
closed
TxCalculatorEdit и property Text
GedeminExe Type-Defect Priority-Medium
Originally reported on Google Code with ID 2584 ``` У property Text стоит stored False, но есть формы, где в dfm все равно есть данная запись. Проблема заключается в том, что если в Text сохранилась запись типа float, то форма может не открыться на компьютере с другим разделителем дробной части. Предлагается в proced...
1.0
TxCalculatorEdit и property Text - Originally reported on Google Code with ID 2584 ``` У property Text стоит stored False, но есть формы, где в dfm все равно есть данная запись. Проблема заключается в том, что если в Text сохранилась запись типа float, то форма может не открыться на компьютере с другим разделителем др...
defect
txcalculatoredit и property text originally reported on google code with id у property text стоит stored false но есть формы где в dfm все равно есть данная запись проблема заключается в том что если в text сохранилась запись типа float то форма может не открыться на компьютере с другим разделителем дробн...
1
201,731
15,223,286,314
IssuesEvent
2021-02-18 02:18:13
ros2/rclcpp
https://api.github.com/repos/ros2/rclcpp
closed
👩‍🌾 test_graph_services_by_node regression
Linux tests
## Bug report **Required Info:** - Operating System: - Linux - Installation type: - source - Version or commit hash: - <master - DDS implementation: - default - Client library (if applicable): - `rclcpp` #### Steps to reproduce issue Test `rclcpp_lifecycle.TestDefaultStateMachine.test_gra...
1.0
👩‍🌾 test_graph_services_by_node regression - ## Bug report **Required Info:** - Operating System: - Linux - Installation type: - source - Version or commit hash: - <master - DDS implementation: - default - Client library (if applicable): - `rclcpp` #### Steps to reproduce issue Test `rc...
non_defect
👩‍🌾 test graph services by node regression bug report required info operating system linux installation type source version or commit hash master dds implementation default client library if applicable rclcpp steps to reproduce issue test rc...
0
40,823
10,169,719,747
IssuesEvent
2019-08-08 01:53:46
vesoft-inc/nebula
https://api.github.com/repos/vesoft-inc/nebula
closed
Unreachable code and flaky UT in FileUtils
R201910_beta defect
```c++ if (recursively) { if (dEnt->d_type == DT_DIR && !recursively) { // unreachable code here } } ``` And UT does not test the non-recursive part properly, should test a parent with a sub dir and a file under it.
1.0
Unreachable code and flaky UT in FileUtils - ```c++ if (recursively) { if (dEnt->d_type == DT_DIR && !recursively) { // unreachable code here } } ``` And UT does not test the non-recursive part properly, should test a parent with a sub dir and a file under it....
defect
unreachable code and flaky ut in fileutils c if recursively if dent d type dt dir recursively unreachable code here and ut does not test the non recursive part properly should test a parent with a sub dir and a file under it ...
1
13,894
2,789,640,291
IssuesEvent
2015-05-08 20:34:06
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
closed
In internet explorer, select event is not working.
Priority-Medium Type-Defect
Original [issue 2](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=2) created by google-admin on 2009-07-23T10:16:00.000Z: When I click on any of the bar in column or barchart, or piece in piechart, nothing happens. Even tooltip is not working. with chrome it works just fine.. Any he...
1.0
In internet explorer, select event is not working. - Original [issue 2](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=2) created by google-admin on 2009-07-23T10:16:00.000Z: When I click on any of the bar in column or barchart, or piece in piechart, nothing happens. Even tooltip is not ...
defect
in internet explorer select event is not working original created by google admin on when i click on any of the bar in column or barchart or piece in piechart nothing happens even tooltip is not working with chrome it works just fine any help will be appreciated thanks peecee...
1
76,908
26,664,028,785
IssuesEvent
2023-01-26 00:37:50
damen-dotcms/issue-test
https://api.github.com/repos/damen-dotcms/issue-test
closed
Inconsistent fonts sizes and colors
Type : Defect
[![Screenshot_2022-12-05_21-25-03.png](https://mrkr.io/s/638e61afb2c24eed6c48f7bb/2)](https://mrkr.io/s/638e61afb2c24eed6c48f7bb/0) --- **Reported by:** Melissa Rojas Rodríguez (melissa.rojas@dotcms.com) **Source URL:** [https://demo.dotcms.com/dotAdmin/#/c/c_Blog-Entries](https://demo.dotcms.com/dotAdmin/#/c/c_Blo...
1.0
Inconsistent fonts sizes and colors - [![Screenshot_2022-12-05_21-25-03.png](https://mrkr.io/s/638e61afb2c24eed6c48f7bb/2)](https://mrkr.io/s/638e61afb2c24eed6c48f7bb/0) --- **Reported by:** Melissa Rojas Rodríguez (melissa.rojas@dotcms.com) **Source URL:** [https://demo.dotcms.com/dotAdmin/#/c/c_Blog-Entries](http...
defect
inconsistent fonts sizes and colors reported by melissa rojas rodríguez melissa rojas dotcms com source url issue details device type desktop browser chrome screen size x os os x viewport size x zoom level pixel r...
1
482,767
13,912,846,230
IssuesEvent
2020-10-20 19:30:22
DIT212-Alpha/DIT212-Alpha
https://api.github.com/repos/DIT212-Alpha/DIT212-Alpha
closed
Terminate broadcast if the user leaves the area.
Priority: Medium Size: M User Story
## Description As a user I want the broadcast to self-terminate if I walk too far from the designated area. ## Confirmation ### Functional - [x] If the user that made the broadcast goes too far from the designated area the broadcast is terminated. ### Non-functional - [x] Once the broadcast has been termina...
1.0
Terminate broadcast if the user leaves the area. - ## Description As a user I want the broadcast to self-terminate if I walk too far from the designated area. ## Confirmation ### Functional - [x] If the user that made the broadcast goes too far from the designated area the broadcast is terminated. ### Non-fu...
non_defect
terminate broadcast if the user leaves the area description as a user i want the broadcast to self terminate if i walk too far from the designated area confirmation functional if the user that made the broadcast goes too far from the designated area the broadcast is terminated non func...
0
17,087
3,354,004,906
IssuesEvent
2015-11-18 09:54:56
NAFITH/IraqWeb
https://api.github.com/repos/NAFITH/IraqWeb
opened
Delete containers from Accepted BOL
Major Missing Design Open
 Port Operator (5001op01)  Cargo releases - Cargo Releases  Prerequisite: A BOL (status ACCPT) – Type Containers  Scenario • Log in to the system. • Open the bill of lading page • Search or\and select a BOL from the data grid then view it. • Delete one of the containers from the accepted BOL ...
1.0
Delete containers from Accepted BOL -  Port Operator (5001op01)  Cargo releases - Cargo Releases  Prerequisite: A BOL (status ACCPT) – Type Containers  Scenario • Log in to the system. • Open the bill of lading page • Search or\and select a BOL from the data grid then view it. • Delete one of...
non_defect
delete containers from accepted bol  port operator  cargo releases cargo releases  prerequisite a bol status accpt – type containers  scenario • log in to the system • open the bill of lading page • search or and select a bol from the data grid then view it • delete one of the co...
0
559,001
16,547,215,949
IssuesEvent
2021-05-28 02:30:32
The-Academic-Observatory/observatory-platform
https://api.github.com/repos/The-Academic-Observatory/observatory-platform
closed
OAeBU Dashboard Mockup in Kibana/ES
OAeBU_Mellon: Elasticsearch_Kibana Priority: High Type: Enhancement
Below is an overview of steps for creating the Mellon/OAeBN Mock-up dashboard. 1. **Create Ver 1.0 of a combined OAEBU schema based on HERMIOS and the 4 data source from the 2 partners**. – Alkim and I worked on this on Friday but did not finish this completely today. He and I will have another chat Monday about th...
1.0
OAeBU Dashboard Mockup in Kibana/ES - Below is an overview of steps for creating the Mellon/OAeBN Mock-up dashboard. 1. **Create Ver 1.0 of a combined OAEBU schema based on HERMIOS and the 4 data source from the 2 partners**. – Alkim and I worked on this on Friday but did not finish this completely today. He and I ...
non_defect
oaebu dashboard mockup in kibana es below is an overview of steps for creating the mellon oaebn mock up dashboard create ver of a combined oaebu schema based on hermios and the data source from the partners – alkim and i worked on this on friday but did not finish this completely today he and i ...
0
46,968
13,056,008,168
IssuesEvent
2020-07-30 03:22:35
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
Error compiling SNDAQ offline on Ubuntu 18.04 (Trac #2202)
Incomplete Migration Migrated from Trac defect other
Migrated from https://code.icecube.wisc.edu/ticket/2202 ```json { "status": "closed", "changetime": "2019-05-03T17:12:25", "description": "Cmake output:\n{{{\n-- Root version: 6.14.02 \n-- * binary: /home/sgris/data/root_6.14.02/bin/root\n-- * includes: /home/sgris/data/root_6.14.02/include\n-- * ...
1.0
Error compiling SNDAQ offline on Ubuntu 18.04 (Trac #2202) - Migrated from https://code.icecube.wisc.edu/ticket/2202 ```json { "status": "closed", "changetime": "2019-05-03T17:12:25", "description": "Cmake output:\n{{{\n-- Root version: 6.14.02 \n-- * binary: /home/sgris/data/root_6.14.02/bin/root\n--...
defect
error compiling sndaq offline on ubuntu trac migrated from json status closed changetime description cmake output n n root version n binary home sgris data root bin root n includes home sgris data root include n ...
1
325,598
27,946,827,651
IssuesEvent
2023-03-24 04:23:24
AndyChhuon/jojo-soen341project2023
https://api.github.com/repos/AndyChhuon/jojo-soen341project2023
opened
UAT-95: As a user, I want to have a page where I can see my notifications
Acceptance Test User Story 95
User Acceptance flow: 1 User log in 2 User can see there is one notification center on the website
1.0
UAT-95: As a user, I want to have a page where I can see my notifications - User Acceptance flow: 1 User log in 2 User can see there is one notification center on the website
non_defect
uat as a user i want to have a page where i can see my notifications user acceptance flow user log in user can see there is one notification center on the website
0
13,186
2,736,247,359
IssuesEvent
2015-04-19 07:55:11
cultibox/cultibox
https://api.github.com/repos/cultibox/cultibox
closed
[logs] probleme d'affichage fenetre d'info du pointeur
Component-cultiboxUI Priority-Low Type-Defect Type-ToTest
``` assez rapidement lorsque j'affiche plusieurs courbes , je n'arrive plus à avoir les valeur de plusieurs logs/état de prise/prog de la prise dans la fenétre d'info du pointeur ``` Original issue reported on code.google.com by `elchaf...@gmail.com` on 25 Mar 2015 at 5:50
1.0
[logs] probleme d'affichage fenetre d'info du pointeur - ``` assez rapidement lorsque j'affiche plusieurs courbes , je n'arrive plus à avoir les valeur de plusieurs logs/état de prise/prog de la prise dans la fenétre d'info du pointeur ``` Original issue reported on code.google.com by `elchaf...@gmail.com` on 25 Mar...
defect
probleme d affichage fenetre d info du pointeur assez rapidement lorsque j affiche plusieurs courbes je n arrive plus à avoir les valeur de plusieurs logs état de prise prog de la prise dans la fenétre d info du pointeur original issue reported on code google com by elchaf gmail com on mar at ...
1
15,626
8,982,097,927
IssuesEvent
2019-01-31 00:35:00
goharbor/harbor
https://api.github.com/repos/goharbor/harbor
closed
[feature-request] bittorrent support in harbor?
area/performance request/feature staled
## image distribution issue in our production system We are running into severe networking bandwidth issue when distributing the docker images to our Kubernetes clusters with thousands of docker hosts, the docker images pulls are bursting when new applications are deployed to the Kubernetes clusters, the network ban...
True
[feature-request] bittorrent support in harbor? - ## image distribution issue in our production system We are running into severe networking bandwidth issue when distributing the docker images to our Kubernetes clusters with thousands of docker hosts, the docker images pulls are bursting when new applications are de...
non_defect
bittorrent support in harbor image distribution issue in our production system we are running into severe networking bandwidth issue when distributing the docker images to our kubernetes clusters with thousands of docker hosts the docker images pulls are bursting when new applications are deployed to the ku...
0
65,318
19,347,952,993
IssuesEvent
2021-12-15 12:54:16
combatopera/aridity
https://api.github.com/repos/combatopera/aridity
opened
star directive implementation is too complicated
defect
surely there is a way to use the existing lookup mechanism for defaulting * perhaps star path component is of length zero for lookups * maybe some kind of indirection for what can be iterated would be generally helpful also see #31
1.0
star directive implementation is too complicated - surely there is a way to use the existing lookup mechanism for defaulting * perhaps star path component is of length zero for lookups * maybe some kind of indirection for what can be iterated would be generally helpful also see #31
defect
star directive implementation is too complicated surely there is a way to use the existing lookup mechanism for defaulting perhaps star path component is of length zero for lookups maybe some kind of indirection for what can be iterated would be generally helpful also see
1
162,289
12,642,787,000
IssuesEvent
2020-06-16 08:44:56
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Example plugin functional tests.test/examples/embeddables/adding_children·ts - embeddable explorer creating and adding children Can create a new child
Feature:Embedding Team:AppArch failed-test
A test failed on a tracked branch ``` Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="createNew-TODO_EMBEDDABLE"]) Wait timed out after 10030ms at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:841:17 at process._tickCallba...
1.0
Failing test: Example plugin functional tests.test/examples/embeddables/adding_children·ts - embeddable explorer creating and adding children Can create a new child - A test failed on a tracked branch ``` Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="create...
non_defect
failing test example plugin functional tests test examples embeddables adding children·ts embeddable explorer creating and adding children can create a new child a test failed on a tracked branch error retry try timeout timeouterror waiting for element to be located by css selector wait timed out after...
0
295,456
9,086,713,775
IssuesEvent
2019-02-18 11:43:09
Sinapse-Energia/AP-Sinapse
https://api.github.com/repos/Sinapse-Energia/AP-Sinapse
opened
[RF][Setup][220;] To setup the RF driver configuration in runtime
Device: EN Priority: high Size: 2 Status: new Type: enhancement
Since [](https://github.com/Sinapse-Energia/AP-Sinapse/commit/f5de78c247f3b348d6a807c7044c65ca60dfcf4a) we are using a new driver but this one better working with EC-LC-NEMA than with EC-EVO. It is necessary to develop a MQTT command to select the driver and configure it in runtime in the AP and EN contexts. Comm...
1.0
[RF][Setup][220;] To setup the RF driver configuration in runtime - Since [](https://github.com/Sinapse-Energia/AP-Sinapse/commit/f5de78c247f3b348d6a807c7044c65ca60dfcf4a) we are using a new driver but this one better working with EC-LC-NEMA than with EC-EVO. It is necessary to develop a MQTT command to select the d...
non_defect
to setup the rf driver configuration in runtime since we are using a new driver but this one better working with ec lc nema than with ec evo it is necessary to develop a mqtt command to select the driver and configure it in runtime in the ap and en contexts commands to be developed these...
0
385,140
26,620,325,925
IssuesEvent
2023-01-24 10:43:31
laurareimann/Finanztracker
https://api.github.com/repos/laurareimann/Finanztracker
closed
ReadMe Fertigstellen
documentation
Es fehlen Installationshinweise und Informationen zum Testing und zur Vollständigkleit des Projekts
1.0
ReadMe Fertigstellen - Es fehlen Installationshinweise und Informationen zum Testing und zur Vollständigkleit des Projekts
non_defect
readme fertigstellen es fehlen installationshinweise und informationen zum testing und zur vollständigkleit des projekts
0
167,037
20,725,698,087
IssuesEvent
2022-03-14 01:23:49
turkdevops/vue-cli
https://api.github.com/repos/turkdevops/vue-cli
opened
CVE-2022-24433 (High) detected in simple-git-1.107.0.tgz
security vulnerability
## CVE-2022-24433 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-git-1.107.0.tgz</b></p></summary> <p>Simple GIT interface for node.js</p> <p>Library home page: <a href="https:...
True
CVE-2022-24433 (High) detected in simple-git-1.107.0.tgz - ## CVE-2022-24433 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-git-1.107.0.tgz</b></p></summary> <p>Simple GIT inte...
non_defect
cve high detected in simple git tgz cve high severity vulnerability vulnerable library simple git tgz simple git interface for node js library home page a href path to dependency file package json path to vulnerable library node modules simple git dependency hi...
0
821,399
30,821,676,022
IssuesEvent
2023-08-01 16:47:57
cns-iu/humanatlas.io
https://api.github.com/repos/cns-iu/humanatlas.io
closed
Update: Added link for representative data set for OMAP-3 kidney to omaps_release5_rep_data.csv
high priority
Added link for representative data set for OMAP-3 kidney to omaps_release5_rep_data.csv below: [omaps_release5_rep_data.csv](https://github.com/cns-iu/humanatlas.io/files/12185955/omaps_release5_rep_data.csv)
1.0
Update: Added link for representative data set for OMAP-3 kidney to omaps_release5_rep_data.csv - Added link for representative data set for OMAP-3 kidney to omaps_release5_rep_data.csv below: [omaps_release5_rep_data.csv](https://github.com/cns-iu/humanatlas.io/files/12185955/omaps_release5_rep_data.csv)
non_defect
update added link for representative data set for omap kidney to omaps rep data csv added link for representative data set for omap kidney to omaps rep data csv below
0
81,311
30,794,736,511
IssuesEvent
2023-07-31 18:55:30
google/guava
https://api.github.com/repos/google/guava
closed
guava:32.1.1-jre causes issues with mockito-core:3.x
type=defect package=general P2
Hello, In our project, we use mockito 3.x (3.8.0) for unit testing. When we attempted to upgrade guava-jre to 32.1.1, we're running into odd issues. Below is build.gradle file snip: dependencies { implementation 'org.mockito:mockito-core:3.8.0' // this is done just for testing .. implementation 'c...
1.0
guava:32.1.1-jre causes issues with mockito-core:3.x - Hello, In our project, we use mockito 3.x (3.8.0) for unit testing. When we attempted to upgrade guava-jre to 32.1.1, we're running into odd issues. Below is build.gradle file snip: dependencies { implementation 'org.mockito:mockito-core:3.8.0' // ...
defect
guava jre causes issues with mockito core x hello in our project we use mockito x for unit testing when we attempted to upgrade guava jre to we re running into odd issues below is build gradle file snip dependencies implementation org mockito mockito core th...
1
61,766
3,152,569,737
IssuesEvent
2015-09-16 14:26:14
readium/readium-js-viewer
https://api.github.com/repos/readium/readium-js-viewer
closed
Can't get download of full, zipped .epub files to work
bug priority high [critical] ReadiumJS
I have readium-js-viewer embedded in a page in my website, and I can successfully use it to read epubs that I've unzipped into their full directory structure. But when I try to access a .epub file that isn't unzipped, readium appears to just spin and doesn't ever display the contents. I've looked at the network cons...
1.0
Can't get download of full, zipped .epub files to work - I have readium-js-viewer embedded in a page in my website, and I can successfully use it to read epubs that I've unzipped into their full directory structure. But when I try to access a .epub file that isn't unzipped, readium appears to just spin and doesn't ever...
non_defect
can t get download of full zipped epub files to work i have readium js viewer embedded in a page in my website and i can successfully use it to read epubs that i ve unzipped into their full directory structure but when i try to access a epub file that isn t unzipped readium appears to just spin and doesn t ever...
0
31,950
6,666,750,170
IssuesEvent
2017-10-03 09:35:57
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Move events do not called on dragdrop for PickList
defect
When you move an element the move events are not triggered (onMoveToSource, onMoveToTarget).
1.0
Move events do not called on dragdrop for PickList - When you move an element the move events are not triggered (onMoveToSource, onMoveToTarget).
defect
move events do not called on dragdrop for picklist when you move an element the move events are not triggered onmovetosource onmovetotarget
1
57,934
16,174,161,557
IssuesEvent
2021-05-03 01:27:31
atulraut/atclib
https://api.github.com/repos/atulraut/atclib
closed
Exercise 5-8 to 5-12 Pending.
Priority-Medium Type-Defect auto-migrated
``` Chapter 5 exercise pending. ``` Original issue reported on code.google.com by `atulrau...@gmail.com` on 3 Apr 2012 at 4:10
1.0
Exercise 5-8 to 5-12 Pending. - ``` Chapter 5 exercise pending. ``` Original issue reported on code.google.com by `atulrau...@gmail.com` on 3 Apr 2012 at 4:10
defect
exercise to pending chapter exercise pending original issue reported on code google com by atulrau gmail com on apr at
1
254,579
27,395,560,416
IssuesEvent
2023-02-28 19:24:36
ZSBRybnik/backend
https://api.github.com/repos/ZSBRybnik/backend
closed
serverless-3.23.0.tgz: 3 vulnerabilities (highest severity is: 9.8) - autoclosed
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serverless-3.23.0.tgz</b></p></summary> <p></p> <p> <p>Found in HEAD commit: <a href="https://github.com/ZSBRybnik/backend/commit/d6f11282ee9f4af0baad5df06570b6a970...
True
serverless-3.23.0.tgz: 3 vulnerabilities (highest severity is: 9.8) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serverless-3.23.0.tgz</b></p></summary> <p></p> <p> <p>Found in HEAD commit: <a h...
non_defect
serverless tgz vulnerabilities highest severity is autoclosed vulnerable library serverless tgz found in head commit a href vulnerabilities cve severity cvss dependency type fixed in serverless version remediation available ...
0
68,903
21,950,105,995
IssuesEvent
2022-05-24 07:06:06
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
File button and audio player overflowing from message bubble
T-Defect S-Minor A-Timeline A-Media A-Message-Bubbles O-Occasional
### Steps to reproduce 1. Enable message bubble layout 2. Open a room 3. Send a file to the room 4. Send an audio file to the room ### Outcome #### What did you expect? The bubble should not overflow the panel. ![after](https://user-images.githubusercontent.com/3362943/169680765-90dd15e6-e390-49db-89b7-a1...
1.0
File button and audio player overflowing from message bubble - ### Steps to reproduce 1. Enable message bubble layout 2. Open a room 3. Send a file to the room 4. Send an audio file to the room ### Outcome #### What did you expect? The bubble should not overflow the panel. ![after](https://user-images.git...
defect
file button and audio player overflowing from message bubble steps to reproduce enable message bubble layout open a room send a file to the room send an audio file to the room outcome what did you expect the bubble should not overflow the panel what happened inste...
1
25,328
4,288,720,701
IssuesEvent
2016-07-17 17:02:01
kraigs-android/kraigsandroid
https://api.github.com/repos/kraigs-android/kraigsandroid
closed
Off means OFF - not snooze
auto-migrated Priority-Medium Type-Defect
``` I have a Samsung Galaxy Y phone and the screen is a little small - good enough for a phone though. the problem I have with this program, is that either your going to use it, get up switch it off, or your not. The developers had made a fat slice of the screen for a swipe type snooze touch pad area, and they h...
1.0
Off means OFF - not snooze - ``` I have a Samsung Galaxy Y phone and the screen is a little small - good enough for a phone though. the problem I have with this program, is that either your going to use it, get up switch it off, or your not. The developers had made a fat slice of the screen for a swipe type snoo...
defect
off means off not snooze i have a samsung galaxy y phone and the screen is a little small good enough for a phone though the problem i have with this program is that either your going to use it get up switch it off or your not the developers had made a fat slice of the screen for a swipe type snoo...
1
298,829
9,201,668,888
IssuesEvent
2019-03-07 20:15:18
forpdi/forpdi
https://api.github.com/repos/forpdi/forpdi
opened
Erro na atualização da árvore
ForRisco bug highpriority
Quando deleto um item, o mesmo não está saindo do menu árvore. ![sem titulo](https://user-images.githubusercontent.com/28953578/53986305-8e02df80-40fc-11e9-93f2-ae6513f6df65.png)
1.0
Erro na atualização da árvore - Quando deleto um item, o mesmo não está saindo do menu árvore. ![sem titulo](https://user-images.githubusercontent.com/28953578/53986305-8e02df80-40fc-11e9-93f2-ae6513f6df65.png)
non_defect
erro na atualização da árvore quando deleto um item o mesmo não está saindo do menu árvore
0
43,734
11,812,559,689
IssuesEvent
2020-03-19 20:24:54
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[SCREENREADER] Calendar Widget - Fieldset needs to be a sibling to the button trigger for screen reader usability
508-defect-2 508/Accessibility frontend vaos
## Description <!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. --> The staging versions of our request-date and select-date pickers have the `<fieldset>` of radios / checkboxes appended to the end of row. This is creating a situat...
1.0
[SCREENREADER] Calendar Widget - Fieldset needs to be a sibling to the button trigger for screen reader usability - ## Description <!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. --> The staging versions of our request-date and s...
defect
calendar widget fieldset needs to be a sibling to the button trigger for screen reader usability description the staging versions of our request date and select date pickers have the of radios checkboxes appended to the end of row this is creating a situation where jaws and voiceover are ignoring th...
1
226,018
17,295,285,830
IssuesEvent
2021-07-25 15:48:42
RyanBerliner/bs5-react-elements
https://api.github.com/repos/RyanBerliner/bs5-react-elements
opened
Remove extra attributes in docs
documentation
Don't need a bunch of extra tags in the docs like `data-bs-toggle="tooltip"`, for example. These can be removed from tests as well.
1.0
Remove extra attributes in docs - Don't need a bunch of extra tags in the docs like `data-bs-toggle="tooltip"`, for example. These can be removed from tests as well.
non_defect
remove extra attributes in docs don t need a bunch of extra tags in the docs like data bs toggle tooltip for example these can be removed from tests as well
0
31,703
6,587,979,609
IssuesEvent
2017-09-13 23:54:23
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
Deprecated parameter is showing up as unused in BISON test
C: MOOSE P: normal T: defect
### Description of the enhancement or error report A user reported an unused parameter in a BISON input file today on the mailing list. Under the old parser, this would have been shown as deprecated with a message on what parameter to change to. This just isn't coming out under the new parser. ### Rationale for t...
1.0
Deprecated parameter is showing up as unused in BISON test - ### Description of the enhancement or error report A user reported an unused parameter in a BISON input file today on the mailing list. Under the old parser, this would have been shown as deprecated with a message on what parameter to change to. This just ...
defect
deprecated parameter is showing up as unused in bison test description of the enhancement or error report a user reported an unused parameter in a bison input file today on the mailing list under the old parser this would have been shown as deprecated with a message on what parameter to change to this just ...
1
73,163
24,480,544,014
IssuesEvent
2022-10-08 19:23:23
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Missing "Remove" button for messages in upgraded rooms seems like major privacy flaw
T-Defect
### Steps to reproduce The missing "Remove" button for messages in the old copies of upgraded rooms seems like major privacy flaw given the dumping of all "anyone" history rooms on the `matrix.org` homeserver into the google index via `view.matrix.org`. Since not only will most people be unaware they're being indexed ...
1.0
Missing "Remove" button for messages in upgraded rooms seems like major privacy flaw - ### Steps to reproduce The missing "Remove" button for messages in the old copies of upgraded rooms seems like major privacy flaw given the dumping of all "anyone" history rooms on the `matrix.org` homeserver into the google index v...
defect
missing remove button for messages in upgraded rooms seems like major privacy flaw steps to reproduce the missing remove button for messages in the old copies of upgraded rooms seems like major privacy flaw given the dumping of all anyone history rooms on the matrix org homeserver into the google index v...
1
113,698
4,567,288,508
IssuesEvent
2016-09-15 10:31:27
axsh/wakame-vdc
https://api.github.com/repos/axsh/wakame-vdc
opened
Possible to create "regular" instances using the load balancer image.
Priority : Normal Type : Bug
The load balancer image is registered in the database as service type `lb` and you are supposed to start it using the load_balancers api. Currently it is possible to start it using using the regular instances api as well.  This gives you an instance with service type `lb` but without a record in the load_balancers ...
1.0
Possible to create "regular" instances using the load balancer image. - The load balancer image is registered in the database as service type `lb` and you are supposed to start it using the load_balancers api. Currently it is possible to start it using using the regular instances api as well.  This gives you an ins...
non_defect
possible to create regular instances using the load balancer image the load balancer image is registered in the database as service type lb and you are supposed to start it using the load balancers api currently it is possible to start it using using the regular instances api as well  this gives you an ins...
0
391,062
26,879,255,837
IssuesEvent
2023-02-05 12:38:22
Tech-FZ/EmuGUI-PreRelease
https://api.github.com/repos/Tech-FZ/EmuGUI-PreRelease
closed
Code of Conduct
documentation
Hey, I was thinking I could add a general code of conduct file to the project Thoughts?
1.0
Code of Conduct - Hey, I was thinking I could add a general code of conduct file to the project Thoughts?
non_defect
code of conduct hey i was thinking i could add a general code of conduct file to the project thoughts
0
40,041
9,810,184,180
IssuesEvent
2019-06-12 19:51:08
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
git clang-format doesn't like adding symlinks
T: defect
## Bug Description <!--A clear and concise description of the problem.--> When symlinks are added, such as done in the tutorials directories, clang-format fails. ## Steps to Reproduce <!--Steps to reproduce the behavior (input file, or modifications to an existing input file, etc.)--> ```bash cd ~/project...
1.0
git clang-format doesn't like adding symlinks - ## Bug Description <!--A clear and concise description of the problem.--> When symlinks are added, such as done in the tutorials directories, clang-format fails. ## Steps to Reproduce <!--Steps to reproduce the behavior (input file, or modifications to an existing...
defect
git clang format doesn t like adding symlinks bug description when symlinks are added such as done in the tutorials directories clang format fails steps to reproduce bash cd projects moose tutorials darcy thermo mech adaptivity src bcs rm heatconductionoutflow c ln s co...
1
4,357
2,610,092,317
IssuesEvent
2015-02-26 18:27:52
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳封闭性粉刺怎么祛除
auto-migrated Priority-Medium Type-Defect
``` 深圳封闭性粉刺怎么祛除【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:55
1.0
深圳封闭性粉刺怎么祛除 - ``` 深圳封闭性粉刺怎么祛除【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:55
defect
深圳封闭性粉刺怎么祛除 深圳封闭性粉刺怎么祛除【 �� � 】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 original issue reported on code google com by szft com on may at
1
40,244
9,934,837,058
IssuesEvent
2019-07-02 15:14:50
mozilla/experimenter
https://api.github.com/repos/mozilla/experimenter
closed
Most Recently Updated not sorting by latest date
Defect
The 'Most Recently Updated' sort on the list page should use the most recent date from an experiments changelog set, but looking at prod right now that doesn't seem to be the case.
1.0
Most Recently Updated not sorting by latest date - The 'Most Recently Updated' sort on the list page should use the most recent date from an experiments changelog set, but looking at prod right now that doesn't seem to be the case.
defect
most recently updated not sorting by latest date the most recently updated sort on the list page should use the most recent date from an experiments changelog set but looking at prod right now that doesn t seem to be the case
1
653,952
21,631,731,036
IssuesEvent
2022-05-05 10:25:02
mozilla/addons-server
https://api.github.com/repos/mozilla/addons-server
closed
Allow addon authors to be added via addon api
component: api priority: p4
split from https://github.com/mozilla/addons-server/issues/18231 (which was itself spun off from https://github.com/mozilla/addons-server/issues/18036) You should be able to add new add-on owners/developers via the addon api Complexity here is - not actually creating AddonUser, but creating AddonUserPendingConf...
1.0
Allow addon authors to be added via addon api - split from https://github.com/mozilla/addons-server/issues/18231 (which was itself spun off from https://github.com/mozilla/addons-server/issues/18036) You should be able to add new add-on owners/developers via the addon api Complexity here is - not actually creat...
non_defect
allow addon authors to be added via addon api split from which was itself spun off from you should be able to add new add on owners developers via the addon api complexity here is not actually creating addonuser but creating addonuserpendingconfirmation we need to expose any addonuserpendingconfir...
0
233,299
7,696,352,188
IssuesEvent
2018-05-18 15:04:03
Connexions/nebuchadnezzar
https://api.github.com/repos/Connexions/nebuchadnezzar
closed
neb publish on qa returns 502 error
bug priority:high
Using Nebuchadnezzar 2.0.0: ``` $ neb publish qa col11740 'change "agrarian" to "antiquarian"' unknown response: status: 502 contents: <html><body><h1>502 Bad Gateway</h1> The server returned an invalid or incomplete response. </body></html> Traceback (most recent call last): File "/usr/local/bin/n...
1.0
neb publish on qa returns 502 error - Using Nebuchadnezzar 2.0.0: ``` $ neb publish qa col11740 'change "agrarian" to "antiquarian"' unknown response: status: 502 contents: <html><body><h1>502 Bad Gateway</h1> The server returned an invalid or incomplete response. </body></html> Traceback (most recen...
non_defect
neb publish on qa returns error using nebuchadnezzar neb publish qa change agrarian to antiquarian unknown response status contents bad gateway the server returned an invalid or incomplete response traceback most recent call last file usr local bin neb ...
0
52,686
13,224,930,114
IssuesEvent
2020-08-17 20:08:23
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
ports fail to compile on ubuntu 8.10 x86_64 (Trac #154)
Migrated from Trac defect tools/ports
Running make to compile the ports source, I get .... make[2]: Leaving directory `/a/klas/icecube/port_source/src/package1.0' ===> making all in src/pextlib1.0 make[2]: Entering directory `/a/klas/icecube/port_source/src/pextlib1.0' gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -O2 -DHAVE_CONFIG_H -I.. -I. -I"/usr/in...
1.0
ports fail to compile on ubuntu 8.10 x86_64 (Trac #154) - Running make to compile the ports source, I get .... make[2]: Leaving directory `/a/klas/icecube/port_source/src/package1.0' ===> making all in src/pextlib1.0 make[2]: Entering directory `/a/klas/icecube/port_source/src/pextlib1.0' gcc -c -DUSE_TCL_STUBS -W ...
defect
ports fail to compile on ubuntu trac running make to compile the ports source i get make leaving directory a klas icecube port source src making all in src make entering directory a klas icecube port source src gcc c duse tcl stubs w wall pedantic g dhave co...
1
182,787
14,163,278,518
IssuesEvent
2020-11-12 01:58:16
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Manual test run on Android Tablet for 1.16.x Release #6
ARM OS/Android QA/Yes release-notes/exclude tests
#### Verifications specific to `1.16.x Release #6` - [ ] Upgrade from Chromium 86.0.4240.193 to Chromium 86.0.4240.198. #12645 ## Installer - [ ] Check that installer is close to the size of the last release - [ ] Check the Brave version in About and make sure it is EXACTLY as expected ## Custom tabs - ...
1.0
Manual test run on Android Tablet for 1.16.x Release #6 - #### Verifications specific to `1.16.x Release #6` - [ ] Upgrade from Chromium 86.0.4240.193 to Chromium 86.0.4240.198. #12645 ## Installer - [ ] Check that installer is close to the size of the last release - [ ] Check the Brave version in About and m...
non_defect
manual test run on android tablet for x release verifications specific to x release upgrade from chromium to chromium installer check that installer is close to the size of the last release check the brave version in about and make sure it is exactly a...
0
75,526
25,898,951,794
IssuesEvent
2022-12-15 02:37:07
sneezymud/sneezymud
https://api.github.com/repos/sneezymud/sneezymud
opened
Dropping a TObj flagged with ITEM_PROTOTYPE causes heap-use-after-free crash
DEFECT
If a `TObj*` has the `ITEM_PROTOTYPE` flag and is dropped, a logical flaw in `TThing& TRoom::operator +=()` deletes the pointer right before attempting to dereference it to check its contents, causing a heap-use-after-free crash. **Likely Solution**: If the `TObj*` has the `ITEM_PROTOTYPE` flag, check its `->stuff` ...
1.0
Dropping a TObj flagged with ITEM_PROTOTYPE causes heap-use-after-free crash - If a `TObj*` has the `ITEM_PROTOTYPE` flag and is dropped, a logical flaw in `TThing& TRoom::operator +=()` deletes the pointer right before attempting to dereference it to check its contents, causing a heap-use-after-free crash. **Likely...
defect
dropping a tobj flagged with item prototype causes heap use after free crash if a tobj has the item prototype flag and is dropped a logical flaw in tthing troom operator deletes the pointer right before attempting to dereference it to check its contents causing a heap use after free crash likely...
1
77,308
26,910,158,929
IssuesEvent
2023-02-06 22:45:44
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[Content organization] Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. (02.04.4)
content design 508/Accessibility ia 508-defect-2 collab-cycle-feedback Staging CCIssue02.04 CC-Dashboard my-education-benefits education-letters
### General Information #### VFS team name DGIB - My Education Benefits #### VFS product name VA Education Letters #### VFS feature name #### Point of Contact/Reviewers Brian DeConinck - @briandeconinck - Accessibility *For more information on how to interpret this ticket, please refer to the [Anatomy of a Stagin...
1.0
[Content organization] Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. (02.04.4) - ### General Information #### VFS team name DGIB - My Education Benefits #### VFS product name VA Education Letters #### VFS feature name #### Point...
defect
your page doesn t follow heading hierarchy headings aren t properly nested and headings and or labels aren t relevant to the page general information vfs team name dgib my education benefits vfs product name va education letters vfs feature name point of contact reviewers b...
1
3,778
2,610,068,876
IssuesEvent
2015-02-26 18:20:12
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
黄岩治前列腺炎去哪里效果比较好
auto-migrated Priority-Medium Type-Defect
``` 黄岩治前列腺炎去哪里效果比较好【台州五洲生殖医院】24小 时健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院� ��址:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘� ��104、108、118、198及椒江一金清公交车直达枫南小区,乘坐107 、105、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备...
1.0
黄岩治前列腺炎去哪里效果比较好 - ``` 黄岩治前列腺炎去哪里效果比较好【台州五洲生殖医院】24小 时健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院� ��址:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘� ��104、108、118、198及椒江一金清公交车直达枫南小区,乘坐107 、105、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格...
defect
黄岩治前列腺炎去哪里效果比较好 黄岩治前列腺炎去哪里效果比较好【台州五洲生殖医院】 时健康咨询热线 微信号tzwzszyy 医院� ��址 (枫南大转盘旁)乘车线路 乘� �� 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ...
1
28,439
5,477,704,402
IssuesEvent
2017-03-12 11:18:06
borgbackup/borg
https://api.github.com/repos/borgbackup/borg
closed
When changing passphrase, is the old one properly erased ?
documentation security
I didn't find the relevant code, but looking at the `key` entry in my repository's `config` file, I assume that it's the encrypted key of the repository. If I change the repository's passphrase, will the old value in `config` be securely erased, so that the old one cannot be recovered by reading the unallocated sect...
1.0
When changing passphrase, is the old one properly erased ? - I didn't find the relevant code, but looking at the `key` entry in my repository's `config` file, I assume that it's the encrypted key of the repository. If I change the repository's passphrase, will the old value in `config` be securely erased, so that th...
non_defect
when changing passphrase is the old one properly erased i didn t find the relevant code but looking at the key entry in my repository s config file i assume that it s the encrypted key of the repository if i change the repository s passphrase will the old value in config be securely erased so that th...
0
12,587
3,282,312,959
IssuesEvent
2015-10-28 05:14:38
xolvio/meteor-jasmine
https://api.github.com/repos/xolvio/meteor-jasmine
opened
Focusing on a test should not run unfocused tests
enhancement package-testing
When a server tests is focused (fdescribe or fit) then unfocused client tests should not run. Currently all client tests still run. Originally reported here: https://github.com/meteor-velocity/velocity-cli/issues/6#issuecomment-151726834
1.0
Focusing on a test should not run unfocused tests - When a server tests is focused (fdescribe or fit) then unfocused client tests should not run. Currently all client tests still run. Originally reported here: https://github.com/meteor-velocity/velocity-cli/issues/6#issuecomment-151726834
non_defect
focusing on a test should not run unfocused tests when a server tests is focused fdescribe or fit then unfocused client tests should not run currently all client tests still run originally reported here
0
807,856
30,021,287,738
IssuesEvent
2023-06-26 23:50:25
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] Can't batch UPDATE statements
kind/bug area/ysql priority/medium
Jira Link: [DB-6778](https://yugabyte.atlassian.net/browse/DB-6778) ### Description I'm using the latest version from docker hub: ```sql select version(); ``` Producing: > PostgreSQL 11.2-YB-2.18.0.1-b0 on x86_64-pc-linux-gnu, compiled by clang version 15.0.3 (https://github.com/yugabyte/llvm-project.git 0...
1.0
[YSQL] Can't batch UPDATE statements - Jira Link: [DB-6778](https://yugabyte.atlassian.net/browse/DB-6778) ### Description I'm using the latest version from docker hub: ```sql select version(); ``` Producing: > PostgreSQL 11.2-YB-2.18.0.1-b0 on x86_64-pc-linux-gnu, compiled by clang version 15.0.3 (https:/...
non_defect
can t batch update statements jira link description i m using the latest version from docker hub sql select version producing postgresql yb on pc linux gnu compiled by clang version bit and jdbc driver version com yugabyte jdbc yugabytedb ...
0
66,013
19,897,391,438
IssuesEvent
2022-01-25 01:41:41
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Eliminar la addenda Factura-T del web
defect
Dejarla como pendiente cuando se llegue a requerir. Su objetivo era poder reconstruir un PDF con datos extra, a partir del XML con addenda FT, pero esa funcionalidad no la tienen ningún PDFOR. Y ahora está causando mucho ruido. Entonces hay que quitarla del código, comentarla.
1.0
Eliminar la addenda Factura-T del web - Dejarla como pendiente cuando se llegue a requerir. Su objetivo era poder reconstruir un PDF con datos extra, a partir del XML con addenda FT, pero esa funcionalidad no la tienen ningún PDFOR. Y ahora está causando mucho ruido. Entonces hay que quitarla del código, comentarl...
defect
eliminar la addenda factura t del web dejarla como pendiente cuando se llegue a requerir su objetivo era poder reconstruir un pdf con datos extra a partir del xml con addenda ft pero esa funcionalidad no la tienen ningún pdfor y ahora está causando mucho ruido entonces hay que quitarla del código comentarl...
1
67,353
20,961,607,250
IssuesEvent
2022-03-27 21:48:28
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
Hang up need to be done on both sides.
Priority-Medium Type-Defect auto-migrated
``` Application is installed recently (latest one) to the Asus Memo Pad 10, used with Wi-Fi. Works good but tries to spend owners money to the wind: Call with sip server sip.poivy.com (outbound call) to the PSTN phone. Call is finished from 1 (any) party still exists for the second party (how long? - do not know, but...
1.0
Hang up need to be done on both sides. - ``` Application is installed recently (latest one) to the Asus Memo Pad 10, used with Wi-Fi. Works good but tries to spend owners money to the wind: Call with sip server sip.poivy.com (outbound call) to the PSTN phone. Call is finished from 1 (any) party still exists for the se...
defect
hang up need to be done on both sides application is installed recently latest one to the asus memo pad used with wi fi works good but tries to spend owners money to the wind call with sip server sip poivy com outbound call to the pstn phone call is finished from any party still exists for the sec...
1
33,909
7,296,056,273
IssuesEvent
2018-02-26 09:30:28
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
IN (SELECT .. UNION SELECT ..) doesn't work on Derby
C: DB: Derby C: Functionality P: High T: Defect
A query like this one: ```java Result<Record1<Integer>> result = create().select(TBook_ID()) .from(TBook()) .where(TBook_AUTHOR_ID().in( select(TAuthor_ID()) .from(TAuthor()) .where(TAuthor_ID().eq(1)) .union( select(TAuthor_ID()) ...
1.0
IN (SELECT .. UNION SELECT ..) doesn't work on Derby - A query like this one: ```java Result<Record1<Integer>> result = create().select(TBook_ID()) .from(TBook()) .where(TBook_AUTHOR_ID().in( select(TAuthor_ID()) .from(TAuthor()) .where(TAuthor_ID().eq(1)) ...
defect
in select union select doesn t work on derby a query like this one java result result create select tbook id from tbook where tbook author id in select tauthor id from tauthor where tauthor id eq unio...
1
274,089
20,825,159,625
IssuesEvent
2022-03-18 19:51:15
TheThingsIndustries/lorawan-stack-docs
https://api.github.com/repos/TheThingsIndustries/lorawan-stack-docs
closed
Feedback on Gateways documentation section.
documentation
#### Summary We had identified a few improvements in the Gateways documentation section. 1. Add an `API` tab in the [Adding Gateways](https://www.thethingsindustries.com/docs/gateways/adding-gateways/) section with instructions for adding gateways via the API. 2. Fix the hyperlinks in a. [Authentication ](https:/...
1.0
Feedback on Gateways documentation section. - #### Summary We had identified a few improvements in the Gateways documentation section. 1. Add an `API` tab in the [Adding Gateways](https://www.thethingsindustries.com/docs/gateways/adding-gateways/) section with instructions for adding gateways via the API. 2. Fix the...
non_defect
feedback on gateways documentation section summary we had identified a few improvements in the gateways documentation section add an api tab in the section with instructions for adding gateways via the api fix the hyperlinks in a in the document b section in the documen...
0
25,498
4,349,893,210
IssuesEvent
2016-07-30 21:53:52
Gubaer/josm-contourmerge-plugin
https://api.github.com/repos/Gubaer/josm-contourmerge-plugin
closed
java.lang.NoSuchFieldError: isSelectablePredicate in JOSM 10 663
defect
I think, you know it, but if you did not notice, switching to contourmerge mode causes following exception in latest josm :-( ``` {{{ URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2016-07-28 01:24:39 +0200 (Thu, 28 Jul 2016) Build-Date:2016-0...
1.0
java.lang.NoSuchFieldError: isSelectablePredicate in JOSM 10 663 - I think, you know it, but if you did not notice, switching to contourmerge mode causes following exception in latest josm :-( ``` {{{ URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Da...
defect
java lang nosuchfielderror isselectablepredicate in josm i think you know it but if you did not notice switching to contourmerge mode causes following exception in latest josm url repository uuid last changed date thu jul build date revision...
1
52,134
6,220,269,352
IssuesEvent
2017-07-09 21:14:01
Wolfteam/SAU
https://api.github.com/repos/Wolfteam/SAU
closed
Simplificar archivo de configuracion JSON
enhancement needs testing required
- Como los sps tienen la misma estructura en cuanto a SqlDbType y parametros, se pudiese simplificar eso. - En asignar cedula y deshabilitar los parametros deberian ser iguales, por alguna razon lo cambie en ITC, debo cambiarlo - Pensar bien esos isAllowed, puesto que los de cada submenu no hacen nada
1.0
Simplificar archivo de configuracion JSON - - Como los sps tienen la misma estructura en cuanto a SqlDbType y parametros, se pudiese simplificar eso. - En asignar cedula y deshabilitar los parametros deberian ser iguales, por alguna razon lo cambie en ITC, debo cambiarlo - Pensar bien esos isAllowed, puesto que l...
non_defect
simplificar archivo de configuracion json como los sps tienen la misma estructura en cuanto a sqldbtype y parametros se pudiese simplificar eso en asignar cedula y deshabilitar los parametros deberian ser iguales por alguna razon lo cambie en itc debo cambiarlo pensar bien esos isallowed puesto que l...
0
49,238
13,186,534,502
IssuesEvent
2020-08-13 00:28:34
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
simulation releases.V04-01-10 and IC79 is broken (Trac #1020)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1020">https://code.icecube.wisc.edu/ticket/1020</a>, reported by david.schultz and owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:45", "description": "wavedeform spits out...
1.0
simulation releases.V04-01-10 and IC79 is broken (Trac #1020) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1020">https://code.icecube.wisc.edu/ticket/1020</a>, reported by david.schultz and owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": ...
defect
simulation releases and is broken trac migrated from json status closed changetime description wavedeform spits out empty pulse series the map has omkey entries that are all for under specifically dataset the input appears fine s...
1
2,386
4,773,443,593
IssuesEvent
2016-10-27 00:39:55
Royedc4/caYca
https://api.github.com/repos/Royedc4/caYca
closed
Clean DB and Insert redeem and raffle triggers
requirement
Add Validation each time a redeemCoupon is inscribed... with the expiry date of the product
1.0
Clean DB and Insert redeem and raffle triggers - Add Validation each time a redeemCoupon is inscribed... with the expiry date of the product
non_defect
clean db and insert redeem and raffle triggers add validation each time a redeemcoupon is inscribed with the expiry date of the product
0
24,775
12,399,114,938
IssuesEvent
2020-05-21 04:05:58
google/jax
https://api.github.com/repos/google/jax
closed
remat unnecessarily forces lazy values
performance
``` import jax import jax.numpy as jnp import haiku as hk N_LAYERS = 3 def f(rng, x, y): x = hk.dropout(rng, 0.1, x) return jax.nn.relu(jnp.matmul(x, y)) k1, k2, k3 = jax.random.split(jax.random.PRNGKey(428), 3) x = jax.random.uniform(k1, (2, 1024, 1024)) y = jax.random.uniform(k2, (1024, 1024)) ...
True
remat unnecessarily forces lazy values - ``` import jax import jax.numpy as jnp import haiku as hk N_LAYERS = 3 def f(rng, x, y): x = hk.dropout(rng, 0.1, x) return jax.nn.relu(jnp.matmul(x, y)) k1, k2, k3 = jax.random.split(jax.random.PRNGKey(428), 3) x = jax.random.uniform(k1, (2, 1024, 1024)) y =...
non_defect
remat unnecessarily forces lazy values import jax import jax numpy as jnp import haiku as hk n layers def f rng x y x hk dropout rng x return jax nn relu jnp matmul x y jax random split jax random prngkey x jax random uniform y jax random ...
0
19,210
3,154,890,292
IssuesEvent
2015-09-17 03:55:01
SeungYeonYou/jquery-tubeground
https://api.github.com/repos/SeungYeonYou/jquery-tubeground
closed
Enhancement: Fading in the video to hide the play button and loading animation
auto-migrated Priority-Medium Type-Defect
``` 1.(Optional) Change the body background to be black; 2. Modify line 42 "var tubularContainer = '<div id="tubular-container" style="overflow: hidden; position: fixed; top:50px; z-index: 1; width: 100%; height: 100%; opacity:0;" -Add opacity:0; 3. Modify line 74. -After "e.target.playVideo();" add... $('#tu...
1.0
Enhancement: Fading in the video to hide the play button and loading animation - ``` 1.(Optional) Change the body background to be black; 2. Modify line 42 "var tubularContainer = '<div id="tubular-container" style="overflow: hidden; position: fixed; top:50px; z-index: 1; width: 100%; height: 100%; opacity:0;" -Add...
defect
enhancement fading in the video to hide the play button and loading animation optional change the body background to be black modify line var tubularcontainer div id tubular container style overflow hidden position fixed top z index width height opacity add opacity...
1
28,029
5,167,306,315
IssuesEvent
2017-01-17 18:26:26
eliasferreyra/googlesitemapgenerator
https://api.github.com/repos/eliasferreyra/googlesitemapgenerator
closed
GOOGLE GENERATOR IS CREATING THOUSANDS OF INVALID LINKS.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? THE GOOGLE GENERATOR IS DOING THIS ON IT'S OWN. What is the expected output? What do you see instead? OUR PAGES ARE DYNAMICALLY GENERATED. - GOOGLE SITE MAP GENERATOR WAS GENERATING 15 THOUSAND VALID LINKS WHEN FIRST INSTALLED. NOW IT IS GENERATING 50 THOUSAND LINKS INCLUDI...
1.0
GOOGLE GENERATOR IS CREATING THOUSANDS OF INVALID LINKS. - ``` What steps will reproduce the problem? THE GOOGLE GENERATOR IS DOING THIS ON IT'S OWN. What is the expected output? What do you see instead? OUR PAGES ARE DYNAMICALLY GENERATED. - GOOGLE SITE MAP GENERATOR WAS GENERATING 15 THOUSAND VALID LINKS WHEN FIRST...
defect
google generator is creating thousands of invalid links what steps will reproduce the problem the google generator is doing this on it s own what is the expected output what do you see instead our pages are dynamically generated google site map generator was generating thousand valid links when first ...
1
339,359
24,618,070,533
IssuesEvent
2022-10-15 15:14:01
element-plus/element-plus
https://api.github.com/repos/element-plus/element-plus
closed
[Bug Report] [Docs] Search function on element-plus website is not working
Project::Documentation inactive
<!-- generated by https://issue.element-plus.org/ DO NOT REMOVE --> Bug Type: **`Docs`** ## Environment - Vue Version: `3.2.33` - Element Plus Version: `2.2.0` - Browser / OS: `Version 101.0.4951.64 (Official Build) (arm64) / Mac OS` - Build Tool: `Other` ## Reproduction ### Related Component - `N/...
1.0
[Bug Report] [Docs] Search function on element-plus website is not working - <!-- generated by https://issue.element-plus.org/ DO NOT REMOVE --> Bug Type: **`Docs`** ## Environment - Vue Version: `3.2.33` - Element Plus Version: `2.2.0` - Browser / OS: `Version 101.0.4951.64 (Official Build) (arm64) / Mac OS...
non_defect
search function on element plus website is not working bug type docs environment vue version element plus version browser os version official build mac os build tool other reproduction related component n a reprod...
0
25,712
5,193,226,305
IssuesEvent
2017-01-22 17:14:11
odlgroup/odl
https://api.github.com/repos/odlgroup/odl
closed
Update numpydoc submodule
documentation
The upstream repo has advanced a bit since we branched off. Doesn't look like too much has happened, but one thing they added is a section duplication check that caught an error in #841. ``` reading sources... [ 7%] generated/odl.discr.grid.uniform_sampling_fromintv Exception occurred: F...
1.0
Update numpydoc submodule - The upstream repo has advanced a bit since we branched off. Doesn't look like too much has happened, but one thing they added is a section duplication check that caught an error in #841. ``` reading sources... [ 7%] generated/odl.discr.grid.uniform_sampling_fromintv ...
non_defect
update numpydoc submodule the upstream repo has advanced a bit since we branched off doesn t look like too much has happened but one thing they added is a section duplication check that caught an error in reading sources generated odl discr grid uniform sampling fromintv exc...
0
41,725
10,577,638,456
IssuesEvent
2019-10-07 20:33:55
avereon/xenon
https://api.github.com/repos/avereon/xenon
closed
Rework update action settings
bug / error / defect
The update action settings need to be reworked because the workflow of updates has changed and some options are no longer needed or make sense.
1.0
Rework update action settings - The update action settings need to be reworked because the workflow of updates has changed and some options are no longer needed or make sense.
defect
rework update action settings the update action settings need to be reworked because the workflow of updates has changed and some options are no longer needed or make sense
1
71,629
23,735,017,765
IssuesEvent
2022-08-31 07:17:54
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Unable to set up secret storage
T-Defect S-Major A-E2EE A-E2EE-Key-Backup O-Uncommon
### Steps to reproduce First I should say that I ran matrix synapse on my local server , there is no valid domain, SSL/TLS Every thing is fine but when a user wants to register or sign in with web base app (V1.11.2) , user wants to generate or import a key file , there is this error (Unable to set up secret storage...
1.0
Unable to set up secret storage - ### Steps to reproduce First I should say that I ran matrix synapse on my local server , there is no valid domain, SSL/TLS Every thing is fine but when a user wants to register or sign in with web base app (V1.11.2) , user wants to generate or import a key file , there is this erro...
defect
unable to set up secret storage steps to reproduce first i should say that i ran matrix synapse on my local server there is no valid domain ssl tls every thing is fine but when a user wants to register or sign in with web base app user wants to generate or import a key file there is this error ...
1
101,209
30,923,073,394
IssuesEvent
2023-08-06 06:17:32
Traben-0/Entity_Texture_Features
https://api.github.com/repos/Traben-0/Entity_Texture_Features
closed
1.19.2 - missing mixin property minversion
enhancement Fixed or added in dev build (released)
`[17:15:13] [main/ERROR] [mixin/]: Mixin config entity_texture_features-forge.mixins.json does not specify "minVersion" property` `[17:15:13] [main/ERROR] [mixin/]:</span> Mixin config entity_texture_features-common.mixins.json does not specify "minVersion" property` These are what the logs are complaining about. I...
1.0
1.19.2 - missing mixin property minversion - `[17:15:13] [main/ERROR] [mixin/]: Mixin config entity_texture_features-forge.mixins.json does not specify "minVersion" property` `[17:15:13] [main/ERROR] [mixin/]:</span> Mixin config entity_texture_features-common.mixins.json does not specify "minVersion" property` The...
non_defect
missing mixin property minversion mixin config entity texture features forge mixins json does not specify minversion property mixin config entity texture features common mixins json does not specify minversion property these are what the logs are complaining about it does not chang...
0
33,754
7,751,162,845
IssuesEvent
2018-05-30 16:12:17
pacificclimate/crmprtd
https://api.github.com/repos/pacificclimate/crmprtd
opened
Add coverage tests to continuous integration testing
code-quality enhancement priority-high
While test coverage isn't a perfect metric, it *can* be a good indicator as to how completely the code base is tested. The ``crmprtd`` test coverage is *very poor*: ~~~ ----------- coverage: platform linux, python 3.5.2-final-0 ----------- Name Stmts Miss Cover --------------------------...
1.0
Add coverage tests to continuous integration testing - While test coverage isn't a perfect metric, it *can* be a good indicator as to how completely the code base is tested. The ``crmprtd`` test coverage is *very poor*: ~~~ ----------- coverage: platform linux, python 3.5.2-final-0 ----------- Name ...
non_defect
add coverage tests to continuous integration testing while test coverage isn t a perfect metric it can be a good indicator as to how completely the code base is tested the crmprtd test coverage is very poor coverage platform linux python final name ...
0
68,755
21,878,659,511
IssuesEvent
2022-05-19 12:36:15
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Host dead after caches seem to break possibly due to multiple room delete commands in short period of time
P2 S-Major T-Defect
### Description From the logs it looks like a host admin deleted a room multiple times in a row within a few minutes. Initially this caused 403's for message sending for a bot user, which makes sense, but this soon turned to 500's until restarted, after which a 403 was again returned. Also some time after the room d...
1.0
Host dead after caches seem to break possibly due to multiple room delete commands in short period of time - ### Description From the logs it looks like a host admin deleted a room multiple times in a row within a few minutes. Initially this caused 403's for message sending for a bot user, which makes sense, but thi...
defect
host dead after caches seem to break possibly due to multiple room delete commands in short period of time description from the logs it looks like a host admin deleted a room multiple times in a row within a few minutes initially this caused s for message sending for a bot user which makes sense but this ...
1
812,258
30,323,358,571
IssuesEvent
2023-07-10 21:07:41
nacht-falter/aikido-course-website-django
https://api.github.com/repos/nacht-falter/aikido-course-website-django
closed
USER STORY: Delete Account
EPIC: User Account Management THEME: User Accounts and Profiles PRIORITY: Could-Have SIZE: S
As a **logged-in user**, I can **delete my account**. ### Acceptance Criteria - [x] Users can delete their account by clicking on a link - [x] After the user confirms they want to delete the account, the user will be removed from the system ### Tasks - [x] Create delete user view - [x] Create delete user template - [...
1.0
USER STORY: Delete Account - As a **logged-in user**, I can **delete my account**. ### Acceptance Criteria - [x] Users can delete their account by clicking on a link - [x] After the user confirms they want to delete the account, the user will be removed from the system ### Tasks - [x] Create delete user view - [x] Cr...
non_defect
user story delete account as a logged in user i can delete my account acceptance criteria users can delete their account by clicking on a link after the user confirms they want to delete the account the user will be removed from the system tasks create delete user view create del...
0
14,419
2,810,620,400
IssuesEvent
2015-05-17 02:03:05
zitmen/thunderstorm
https://api.github.com/repos/zitmen/thunderstorm
closed
3D-calibration fitting function
invalid Priority-Medium Type-Defect wontfix
``` What steps will reproduce the problem? 1.Do a 3D bead calibration using thunderstorm method 2. 3. What is the expected output? What do you see instead? The defocus fitting is not very good on one of the two sigma(z). What version of the product are you using? On what operating system? 1.3(2014-11-18) Pleas...
1.0
3D-calibration fitting function - ``` What steps will reproduce the problem? 1.Do a 3D bead calibration using thunderstorm method 2. 3. What is the expected output? What do you see instead? The defocus fitting is not very good on one of the two sigma(z). What version of the product are you using? On what operatin...
defect
calibration fitting function what steps will reproduce the problem do a bead calibration using thunderstorm method what is the expected output what do you see instead the defocus fitting is not very good on one of the two sigma z what version of the product are you using on what operating ...
1
28,551
5,289,019,734
IssuesEvent
2017-02-08 16:27:14
jeveloper/jayrock
https://api.github.com/repos/jeveloper/jayrock
closed
Inheritance security violated while overriding IObjectReference.GetRealObject in JsonNull
auto-migrated Component-JSON Milestone-Release1.0 Platform-NETFX Priority-Medium Security Type-Defect
``` Unfortunately, the CAS model changed enough in .NET 4 to break JayRock when running it in Medium trust. The full stack trace is below. The System.Runtime.Serialization.IObjectReference interface is marked as SecurityCritical, so even attempting to implement it violates medium trust. Full stack trace below. Inh...
1.0
Inheritance security violated while overriding IObjectReference.GetRealObject in JsonNull - ``` Unfortunately, the CAS model changed enough in .NET 4 to break JayRock when running it in Medium trust. The full stack trace is below. The System.Runtime.Serialization.IObjectReference interface is marked as SecurityCriti...
defect
inheritance security violated while overriding iobjectreference getrealobject in jsonnull unfortunately the cas model changed enough in net to break jayrock when running it in medium trust the full stack trace is below the system runtime serialization iobjectreference interface is marked as securitycriti...
1
341,147
10,289,560,325
IssuesEvent
2019-08-27 11:10:11
status-im/status-react
https://api.github.com/repos/status-im/status-react
opened
Save password is unavailable when log in via deep link
bug medium-priority medium-severity
# Problem `Save password is unavailable. Your device may be rooted or lacks necessary security features` when opening deep link ![image](https://user-images.githubusercontent.com/28752642/63753074-0b90f680-c8bb-11e9-9eaf-6d52579f6c47.png) ## Steps - install status and close - in browser access https://ge...
1.0
Save password is unavailable when log in via deep link - # Problem `Save password is unavailable. Your device may be rooted or lacks necessary security features` when opening deep link ![image](https://user-images.githubusercontent.com/28752642/63753074-0b90f680-c8bb-11e9-9eaf-6d52579f6c47.png) ## Steps -...
non_defect
save password is unavailable when log in via deep link problem save password is unavailable your device may be rooted or lacks necessary security features when opening deep link steps install status and close in browser access select status app to open the link
0
168,135
26,604,214,136
IssuesEvent
2023-01-23 17:58:31
dorrion/Psychology-Brochure
https://api.github.com/repos/dorrion/Psychology-Brochure
opened
✨ [Feat] 사용자가 대학원 메뉴 클릭 시 배너가 변경된다.
💄DESIGN
## Description 대학원 탭을 클릭할 때, 탭 내용에 맞게 배너와 설명이 변경되도록 합니다. ## Todo - [ ] 각 페이지마다 동일한 위치에 다른 배너가 보이도록 구현 ![image](https://user-images.githubusercontent.com/100553086/214114247-fdb53fda-e48c-4f35-aaf3-9c6f10c8033b.png) ## ETC -
1.0
✨ [Feat] 사용자가 대학원 메뉴 클릭 시 배너가 변경된다. - ## Description 대학원 탭을 클릭할 때, 탭 내용에 맞게 배너와 설명이 변경되도록 합니다. ## Todo - [ ] 각 페이지마다 동일한 위치에 다른 배너가 보이도록 구현 ![image](https://user-images.githubusercontent.com/100553086/214114247-fdb53fda-e48c-4f35-aaf3-9c6f10c8033b.png) ## ETC -
non_defect
✨ 사용자가 대학원 메뉴 클릭 시 배너가 변경된다 description 대학원 탭을 클릭할 때 탭 내용에 맞게 배너와 설명이 변경되도록 합니다 todo 각 페이지마다 동일한 위치에 다른 배너가 보이도록 구현 etc
0
58,655
16,675,187,800
IssuesEvent
2021-06-07 15:22:31
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
508-defect-2 [SCREENREADER]: Headings should be consistent
508-defect-2 508/Accessibility
## Headings below the stepper need consistency ### 1. `h2` "You have an upcoming appointment" should be a `h3` because it is a hierarchically below the step <img width="1354" alt="Screen Shot 2021-06-03 at 1 40 52 PM" src="https://user-images.githubusercontent.com/14154792/120688898-849a8600-c471-11eb-90e4-ce5cefa0...
1.0
508-defect-2 [SCREENREADER]: Headings should be consistent - ## Headings below the stepper need consistency ### 1. `h2` "You have an upcoming appointment" should be a `h3` because it is a hierarchically below the step <img width="1354" alt="Screen Shot 2021-06-03 at 1 40 52 PM" src="https://user-images.githubuserco...
defect
defect headings should be consistent headings below the stepper need consistency you have an upcoming appointment should be a because it is a hierarchically below the step img width alt screen shot at pm src this looks like a but is actually a p ...
1
81,742
31,478,298,990
IssuesEvent
2023-08-30 12:19:27
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Read receipt avatars look a tiny bit off
T-Defect X-Regression S-Tolerable A-Read-Receipts A-Avatar O-Frequent
### Steps to reproduce 1. Zoom way in on a read receipt to really see it with clarity ### Outcome #### What did you expect? I expect read receipts to look the same as they did prior to https://github.com/matrix-org/matrix-react-sdk/pull/11448 #### What happened instead? They have become smaller due to the a...
1.0
Read receipt avatars look a tiny bit off - ### Steps to reproduce 1. Zoom way in on a read receipt to really see it with clarity ### Outcome #### What did you expect? I expect read receipts to look the same as they did prior to https://github.com/matrix-org/matrix-react-sdk/pull/11448 #### What happened instea...
defect
read receipt avatars look a tiny bit off steps to reproduce zoom way in on a read receipt to really see it with clarity outcome what did you expect i expect read receipts to look the same as they did prior to what happened instead they have become smaller due to the above update ...
1
33,061
7,017,876,355
IssuesEvent
2017-12-21 11:20:40
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
client near cache, race condition `File is already being used by this Hazelcast instance`
Team: Client Team: Core Type: Defect
ERROR: type should be string, got "\r\nhttps://hazelcast-l337.ci.cloudbees.com/view/shutdown/job/shutdown-All/52/consoleFull\r\n\r\nhttp://54.82.84.143/~jenkins/workspace/shutdown-All/3.9/2017_10_20-17_17_19/stable/destroy/create-use-dist-destroy\r\n\r\n\r\n```\r\nfail HzClient4HZ _create-use-dist-destroy_createUseDistDestroy_mapBak1HD hzcmd.map.CreateUse threadId=0 com.hazelcast.core.HazelcastException: Cannot acquire lock on /home/ec2-user/hz-root/HzClient4HZ/nearCache-mapBak1HDCreateUseDestroy_create-use-dist-destroy0.store.lock. File is already being used by this Hazelcast instance.\r\n```\r\n\r\nthis issue is quite difficult to reproduce, and is not happening that frequently "
1.0
client near cache, race condition `File is already being used by this Hazelcast instance` - https://hazelcast-l337.ci.cloudbees.com/view/shutdown/job/shutdown-All/52/consoleFull http://54.82.84.143/~jenkins/workspace/shutdown-All/3.9/2017_10_20-17_17_19/stable/destroy/create-use-dist-destroy ``` fail HzClien...
defect
client near cache race condition file is already being used by this hazelcast instance fail create use dist destroy createusedistdestroy hzcmd map createuse threadid com hazelcast core hazelcastexception cannot acquire lock on home user hz root nearcache create use dist store lo...
1
84,078
7,889,430,588
IssuesEvent
2018-06-28 04:06:16
gluster/glusterd2
https://api.github.com/repos/gluster/glusterd2
closed
CI: TestBitrot/Replica-volume fails often
CB: bitrot FW: Volume Management bug priority: medium tests
```log 09:30:26 --- FAIL: TestBitrot/Replica-volume (0.08s) 09:30:26 assertions.go:247: Error Trace: bitrot_test.go:131 09:30:26 bitrot_test.go:73 09:30:26 Error: Expected nil, but got: &restclient.UnexpectedStatusError{msg:"Unexpecte...
1.0
CI: TestBitrot/Replica-volume fails often - ```log 09:30:26 --- FAIL: TestBitrot/Replica-volume (0.08s) 09:30:26 assertions.go:247: Error Trace: bitrot_test.go:131 09:30:26 bitrot_test.go:73 09:30:26 Error: Expected nil, but got: &res...
non_defect
ci testbitrot replica volume fails often log fail testbitrot replica volume assertions go error trace bitrot test go bitrot test go error expected nil but got restclient unexpecteds...
0
17,317
2,615,140,131
IssuesEvent
2015-03-01 06:14:27
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
closed
Commercial Version of Reaver WILL BE Open Sourced
auto-migrated Priority-Critical Type-Enhancement
``` The decision has been made to open source the entire commercial version of the Reaver command line tool. This means that the open source version of Reaver will have pause/resume functionality. This also means that Reaver will have the ability to specify specific options for a given model inside a database. In...
1.0
Commercial Version of Reaver WILL BE Open Sourced - ``` The decision has been made to open source the entire commercial version of the Reaver command line tool. This means that the open source version of Reaver will have pause/resume functionality. This also means that Reaver will have the ability to specify speci...
non_defect
commercial version of reaver will be open sourced the decision has been made to open source the entire commercial version of the reaver command line tool this means that the open source version of reaver will have pause resume functionality this also means that reaver will have the ability to specify speci...
0
36,924
8,198,665,077
IssuesEvent
2018-08-31 17:13:36
google/googletest
https://api.github.com/repos/google/googletest
closed
gtest may invoke an ANSI WIn32 API on a Unicode argument.
Component-Logic OpSys-Windows Priority-Low Type-Defect Usability auto-migrated
``` When the UNICODE preprocessor symbol is not defined, the FilePath::FileOrDirectoryExists mehtod in gtest-filepath.cc invokes the ANSI version of the GetFileAttributes Win32 API while giving it a Unicode argument. It should use GetFileAttributesW instead. ``` Original issue reported on code.google.com by `vladlo...
1.0
gtest may invoke an ANSI WIn32 API on a Unicode argument. - ``` When the UNICODE preprocessor symbol is not defined, the FilePath::FileOrDirectoryExists mehtod in gtest-filepath.cc invokes the ANSI version of the GetFileAttributes Win32 API while giving it a Unicode argument. It should use GetFileAttributesW instead...
defect
gtest may invoke an ansi api on a unicode argument when the unicode preprocessor symbol is not defined the filepath fileordirectoryexists mehtod in gtest filepath cc invokes the ansi version of the getfileattributes api while giving it a unicode argument it should use getfileattributesw instead o...
1
350,614
24,992,669,740
IssuesEvent
2022-11-02 20:16:20
rocksdanister/lively
https://api.github.com/repos/rocksdanister/lively
closed
Default Video Player keeps changing / wallpaper plugin missing notification
documentation
<!-- I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. Issue may be deleted if it is not following the template 2. Only post one issue per one bug report 3. Try not to make duplicates issues, do a quick search before posting 4. Add a title that describes the issue clearly 5. Check the wiki to see if the question...
1.0
Default Video Player keeps changing / wallpaper plugin missing notification - <!-- I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. Issue may be deleted if it is not following the template 2. Only post one issue per one bug report 3. Try not to make duplicates issues, do a quick search before posting 4. Add a ti...
non_defect
default video player keeps changing wallpaper plugin missing notification i acknowledge the following before proceeding issue may be deleted if it is not following the template only post one issue per one bug report try not to make duplicates issues do a quick search before posting add a ti...
0
24,924
4,146,537,577
IssuesEvent
2016-06-15 00:38:01
prettydiff/prettydiff
https://api.github.com/repos/prettydiff/prettydiff
closed
CSS: nested @include wrong indentation
Defect Parsing QA
https://github.com/Glavin001/atom-beautify/issues/994 .example { @include media($desktop-min) { @include span-columns(4); padding: 1em; } }
1.0
CSS: nested @include wrong indentation - https://github.com/Glavin001/atom-beautify/issues/994 .example { @include media($desktop-min) { @include span-columns(4); padding: 1em; } }
defect
css nested include wrong indentation example include media desktop min include span columns padding
1
23,882
3,863,517,804
IssuesEvent
2016-04-08 09:45:57
iamxavier/elmah
https://api.github.com/repos/iamxavier/elmah
closed
Document how to sign and install ELMAH into GAC
auto-migrated Component-Docs Priority-Medium Type-Defect
``` Some folks may not be entirely familiar with the process of signing a private build of an assembly, installing it into the GAC and using its strong name for configuration. It would be useful to document this for ELMAH (even though the steps would apply to any weak-named assembly) as noted in the following threa...
1.0
Document how to sign and install ELMAH into GAC - ``` Some folks may not be entirely familiar with the process of signing a private build of an assembly, installing it into the GAC and using its strong name for configuration. It would be useful to document this for ELMAH (even though the steps would apply to any wea...
defect
document how to sign and install elmah into gac some folks may not be entirely familiar with the process of signing a private build of an assembly installing it into the gac and using its strong name for configuration it would be useful to document this for elmah even though the steps would apply to any wea...
1
500,487
14,500,448,596
IssuesEvent
2020-12-11 18:03:20
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
compilation issues for MinnowBoard/ UpSquared on documentation examples
bug priority: low
**Describe the bug** Following the documentation and trying to compile for minnowboard and up_squared fails. Either the documentation is missing steps, or the code is missing configurations **To Reproduce** Install with the instructions in https://docs.zephyrproject.org/latest/getting_started/index.html and...
1.0
compilation issues for MinnowBoard/ UpSquared on documentation examples - **Describe the bug** Following the documentation and trying to compile for minnowboard and up_squared fails. Either the documentation is missing steps, or the code is missing configurations **To Reproduce** Install with the instructio...
non_defect
compilation issues for minnowboard upsquared on documentation examples describe the bug following the documentation and trying to compile for minnowboard and up squared fails either the documentation is missing steps or the code is missing configurations to reproduce install with the instructio...
0
347,246
31,151,318,133
IssuesEvent
2023-08-16 10:08:30
sap-tutorials/Tutorials
https://api.github.com/repos/sap-tutorials/Tutorials
closed
Status bar colour is not getting changed when SAP Business App Studio reloads with project open in workspace
SCPTest-fbizapp SCPTest-trial3 Low-Prio SCPTest-2308A
Tutorial: https://developers.sap.com/tutorials/appstudio-fioriapps-create.html Hi Colleagues, In "Step 2 Open the project's folder" of this tutorial, at Step 4. it is mentioned as "The status bar color changes to blue, indicating that a workspace or folder is open." Actual Result: But there status bar colour is ...
3.0
Status bar colour is not getting changed when SAP Business App Studio reloads with project open in workspace - Tutorial: https://developers.sap.com/tutorials/appstudio-fioriapps-create.html Hi Colleagues, In "Step 2 Open the project's folder" of this tutorial, at Step 4. it is mentioned as "The status bar color ch...
non_defect
status bar colour is not getting changed when sap business app studio reloads with project open in workspace tutorial hi colleagues in step open the project s folder of this tutorial at step it is mentioned as the status bar color changes to blue indicating that a workspace or folder is open ac...
0
6,876
10,090,460,777
IssuesEvent
2019-07-26 11:43:37
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
all "PR has been edited" incorrectly (bitbucket-cloud)
#bitbucket fix needs-requirements pri2-important
**What Renovate type are you using?** Renovate CLI **Describe the bug** each and every PR that is created by renovate-bot is subsequently marked as having been edited on the next run of renovate. This happens regardless of if we had commits/merges to the master branch, if we even had a look at the PR or changed any...
1.0
all "PR has been edited" incorrectly (bitbucket-cloud) - **What Renovate type are you using?** Renovate CLI **Describe the bug** each and every PR that is created by renovate-bot is subsequently marked as having been edited on the next run of renovate. This happens regardless of if we had commits/merges to the mast...
non_defect
all pr has been edited incorrectly bitbucket cloud what renovate type are you using renovate cli describe the bug each and every pr that is created by renovate bot is subsequently marked as having been edited on the next run of renovate this happens regardless of if we had commits merges to the mast...
0
257,010
8,131,847,520
IssuesEvent
2018-08-18 03:06:38
steedos/mini-vip
https://api.github.com/repos/steedos/mini-vip
closed
缘分榜点”心“相关功能
fix:Done priority:High
- [ ] 用户可以互相点”心“,表示喜欢对象,算法匹配更容易找到对方 - [ ] 用户可随意点心,数量不限 关联任务: 缘分榜点”心“后相关加权算法升级 #544
1.0
缘分榜点”心“相关功能 - - [ ] 用户可以互相点”心“,表示喜欢对象,算法匹配更容易找到对方 - [ ] 用户可随意点心,数量不限 关联任务: 缘分榜点”心“后相关加权算法升级 #544
non_defect
缘分榜点”心“相关功能 用户可以互相点”心“,表示喜欢对象,算法匹配更容易找到对方 用户可随意点心,数量不限 关联任务: 缘分榜点”心“后相关加权算法升级
0
27,238
2,691,276,462
IssuesEvent
2015-03-31 20:38:46
mbenkmann/limux-gosa-test
https://api.github.com/repos/mbenkmann/limux-gosa-test
closed
Client simulator for mass-installation and mass-updating
imported Milestone-5 Priority-Must Type-Feature
_From [matthias...@gmail.com](https://code.google.com/u/110029356478037175549/) on March 22, 2013 09:36:56_ For testing the installation and updating of lots of clients in parallel, a program should be written that will simulate the behaviour of a client performing the relevant operation as realistically as possible. ...
1.0
Client simulator for mass-installation and mass-updating - _From [matthias...@gmail.com](https://code.google.com/u/110029356478037175549/) on March 22, 2013 09:36:56_ For testing the installation and updating of lots of clients in parallel, a program should be written that will simulate the behaviour of a client perfo...
non_defect
client simulator for mass installation and mass updating from on march for testing the installation and updating of lots of clients in parallel a program should be written that will simulate the behaviour of a client performing the relevant operation as realistically as possible desirable featu...
0
34,423
7,451,314,035
IssuesEvent
2018-03-29 02:11:48
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
Koodi ülevaatus
P: normal R: fixed T: defect
**Reported by sven syld on 15 Mar 2013 15:44 UTC** Koodi ülevaatused vanadele ticketitele: * #362: 1) https://www.tietotest.ee/Rahvusarhiiv/raju/changeset/979#file35 Eemaldada $relatedActCodeFilter häkk, kus select2 saab 2-l eri kujul andmeid sisse. 2) https://www.tietotest.ee/Rahvusarhiiv/raju/changeset/989#fil...
1.0
Koodi ülevaatus - **Reported by sven syld on 15 Mar 2013 15:44 UTC** Koodi ülevaatused vanadele ticketitele: * #362: 1) https://www.tietotest.ee/Rahvusarhiiv/raju/changeset/979#file35 Eemaldada $relatedActCodeFilter häkk, kus select2 saab 2-l eri kujul andmeid sisse. 2) https://www.tietotest.ee/Rahvusarhiiv/raju...
defect
koodi ülevaatus reported by sven syld on mar utc koodi ülevaatused vanadele ticketitele eemaldada relatedactcodefilter häkk kus saab l eri kujul andmeid sisse array push asemel võiks kasutada loetavam
1
831,401
32,047,834,133
IssuesEvent
2023-09-23 07:25:56
TalaoDAO/AltMe
https://api.github.com/repos/TalaoDAO/AltMe
closed
SIOPV2 same device test 12 : wallet request user consent to connect to app.altme.io !!!
Priority
popup message : wrong domain name, it should be the verifier domain name
1.0
SIOPV2 same device test 12 : wallet request user consent to connect to app.altme.io !!! - popup message : wrong domain name, it should be the verifier domain name
non_defect
same device test wallet request user consent to connect to app altme io popup message wrong domain name it should be the verifier domain name
0
337,019
10,209,385,620
IssuesEvent
2019-08-14 12:36:04
canonical-web-and-design/cn.ubuntu.com
https://api.github.com/repos/canonical-web-and-design/cn.ubuntu.com
closed
No blog posts on the main page
Priority: High
## Summary Hello, I just notice that there're no blogs on the main page, just the "Our latest blog" and "read more" ## Screenshot ![image](https://user-images.githubusercontent.com/692206/62384867-1d1a0380-b586-11e9-897e-bc7e9f6a5612.png)
1.0
No blog posts on the main page - ## Summary Hello, I just notice that there're no blogs on the main page, just the "Our latest blog" and "read more" ## Screenshot ![image](https://user-images.githubusercontent.com/692206/62384867-1d1a0380-b586-11e9-897e-bc7e9f6a5612.png)
non_defect
no blog posts on the main page summary hello i just notice that there re no blogs on the main page just the our latest blog and read more screenshot
0
98,581
30,011,817,348
IssuesEvent
2023-06-26 15:44:33
adoptium/temurin-build
https://api.github.com/repos/adoptium/temurin-build
opened
Weekly build triage for the week starting Saturday 2023/06/26
weekly-build-triage
**This week's build triage summary:** | Date | Day | JDK Version | Pipeline | Pass/Build Fail/Test Fail | Pass/Preventable/Unpreventable | | ---------- | ------- | ----------- | -------- | ------------------------- | ------------------------------ | | 2023/03/31 | E.G.day | JDKnn | Link | 1/2/3...
1.0
Weekly build triage for the week starting Saturday 2023/06/26 - **This week's build triage summary:** | Date | Day | JDK Version | Pipeline | Pass/Build Fail/Test Fail | Pass/Preventable/Unpreventable | | ---------- | ------- | ----------- | -------- | ------------------------- | -------------------------...
non_defect
weekly build triage for the week starting saturday this week s build triage summary date day jdk version pipeline pass build fail test fail pass preventable unpreventable ...
0
46,094
13,055,851,370
IssuesEvent
2020-07-30 02:55:31
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
Examples docs cannot be built without an X server connection (Trac #575)
Incomplete Migration Migrated from Trac defect documentation
Migrated from https://code.icecube.wisc.edu/ticket/575 ```json { "status": "closed", "changetime": "2011-05-11T23:22:06", "description": "Running `make docs` fails with the following output, if no X server is available:\n{{{\n ...\nreading sources... [ 58%] projects/dataio/serialization\nreading source...
1.0
Examples docs cannot be built without an X server connection (Trac #575) - Migrated from https://code.icecube.wisc.edu/ticket/575 ```json { "status": "closed", "changetime": "2011-05-11T23:22:06", "description": "Running `make docs` fails with the following output, if no X server is available:\n{{{\n ....
defect
examples docs cannot be built without an x server connection trac migrated from json status closed changetime description running make docs fails with the following output if no x server is available n n nreading sources projects dataio serializat...
1
717,133
24,663,183,652
IssuesEvent
2022-10-18 08:21:24
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[CDC + xCluster + Upgrade] Table enabled for both CDC + xCluster, after upgrade only table data enabled for both is not getting ingested to target
kind/bug area/docdb area/cdc priority/critical long_running_universe
Jira Link: [DB-3632](https://yugabyte.atlassian.net/browse/DB-3632) ### Description **Here is the slack thread:** https://yugabyte.slack.com/archives/CHC5RSY74/p1663926522479249 **Steps:** It's a LRU setup, which had 2 tables. One enabled for only CDC and other for both CDC + xCluster. employees_1 (was also ena...
1.0
[CDC + xCluster + Upgrade] Table enabled for both CDC + xCluster, after upgrade only table data enabled for both is not getting ingested to target - Jira Link: [DB-3632](https://yugabyte.atlassian.net/browse/DB-3632) ### Description **Here is the slack thread:** https://yugabyte.slack.com/archives/CHC5RSY74/p1663926...
non_defect
table enabled for both cdc xcluster after upgrade only table data enabled for both is not getting ingested to target jira link description here is the slack thread steps it s a lru setup which had tables one enabled for only cdc and other for both cdc xcluster employees was...
0
119,803
4,776,167,255
IssuesEvent
2016-10-27 12:59:39
pmem/issues
https://api.github.com/repos/pmem/issues
opened
pmempool dump cli: Unable to provide range in format: -r 1-
Exposure: Low Priority: 4 low Type: Bug
``` pmempool create log pool.log pmempool dump -r 1- pool.log ``` > error: invalid range value specified -- '1-' Found on: 1.1-879-g3d09c5c
1.0
pmempool dump cli: Unable to provide range in format: -r 1- - ``` pmempool create log pool.log pmempool dump -r 1- pool.log ``` > error: invalid range value specified -- '1-' Found on: 1.1-879-g3d09c5c
non_defect
pmempool dump cli unable to provide range in format r pmempool create log pool log pmempool dump r pool log error invalid range value specified found on
0
79,172
28,029,221,599
IssuesEvent
2023-03-28 11:13:43
hazelcast/hazelcast-python-client
https://api.github.com/repos/hazelcast/hazelcast-python-client
closed
Custom serializer lookup is broken [API-1669]
Type: Defect Source: Internal to-jira
Reproducer: ``` class Foo: pass client = HazelcastClient() m = client.get_map("test").blocking() m.set("foo", Foo) ``` Fails with: ``` File "/home/yuce/Work/Projects/hazelcast-python-client/hazelcast/serialization/service.py", line 447, in lookup_custom_serializer for super_type in obj_type.__sub...
1.0
Custom serializer lookup is broken [API-1669] - Reproducer: ``` class Foo: pass client = HazelcastClient() m = client.get_map("test").blocking() m.set("foo", Foo) ``` Fails with: ``` File "/home/yuce/Work/Projects/hazelcast-python-client/hazelcast/serialization/service.py", line 447, in lookup_custom_...
defect
custom serializer lookup is broken reproducer class foo pass client hazelcastclient m client get map test blocking m set foo foo fails with file home yuce work projects hazelcast python client hazelcast serialization service py line in lookup custom serializer ...
1
73,683
24,752,732,517
IssuesEvent
2022-10-21 14:57:33
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
spacemap_histogram feature may cause panic on boot in Ubuntu 22.04
Type: Defect
### System information Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 22.04 Kernel Version | 5.15.0-52-generic Architecture | x86-64 OpenZFS Version | zfs-2.1.4-0ubuntu0.1 zfs-kmod-2.1.4-0ubuntu0.1 ### Describe the problem you're observing Having installed Ubuntu 22.04 from ...
1.0
spacemap_histogram feature may cause panic on boot in Ubuntu 22.04 - ### System information Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 22.04 Kernel Version | 5.15.0-52-generic Architecture | x86-64 OpenZFS Version | zfs-2.1.4-0ubuntu0.1 zfs-kmod-2.1.4-0ubuntu0.1 ### Descr...
defect
spacemap histogram feature may cause panic on boot in ubuntu system information type version name distribution name ubuntu distribution version kernel version generic architecture openzfs version zfs zfs kmod describe the problem you re ...
1
78,406
27,508,942,441
IssuesEvent
2023-03-06 07:07:29
line/armeria
https://api.github.com/repos/line/armeria
opened
Add missing property getters to `VirtualHost`
defect good first issue
Some properties, such as `multipartUploadsLocation`, are missing in `VirtualHost`, while `ServiceConfig` has them. We should have them in both places, like we do for other properties such as `accessLogWriter`.
1.0
Add missing property getters to `VirtualHost` - Some properties, such as `multipartUploadsLocation`, are missing in `VirtualHost`, while `ServiceConfig` has them. We should have them in both places, like we do for other properties such as `accessLogWriter`.
defect
add missing property getters to virtualhost some properties such as multipartuploadslocation are missing in virtualhost while serviceconfig has them we should have them in both places like we do for other properties such as accesslogwriter
1
482,537
13,908,991,830
IssuesEvent
2020-10-20 14:25:51
schemathesis/schemathesis
https://api.github.com/repos/schemathesis/schemathesis
closed
Alternative API for stateful tests in Python
Difficulty: Hard Priority: Medium Type: Enhancement
Even though now all stateful tests are separate pytest items it might be better to run all of them in a single test function. Something like this: ```python @schema.parametrize() def test_api(case): for step in case.get_stateful_tests(): response = step.call() step.validate_response(response...
1.0
Alternative API for stateful tests in Python - Even though now all stateful tests are separate pytest items it might be better to run all of them in a single test function. Something like this: ```python @schema.parametrize() def test_api(case): for step in case.get_stateful_tests(): response = step....
non_defect
alternative api for stateful tests in python even though now all stateful tests are separate pytest items it might be better to run all of them in a single test function something like this python schema parametrize def test api case for step in case get stateful tests response step ...
0
39,009
9,126,008,676
IssuesEvent
2019-02-24 18:15:52
prettydiff/prettydiff
https://api.github.com/repos/prettydiff/prettydiff
closed
CDATA section corrupt markup beautification
Defect
```html <div class="section"> <h2>Example</h2> <p>Provided is a simple example of trivial code and the resultant parser output formatted as an HTML table. Try out your code samples on the <a href="demo/">demo page</a>.</p> <h3>JSX Code Sample</h3> <code><![CDATA[var...
1.0
CDATA section corrupt markup beautification - ```html <div class="section"> <h2>Example</h2> <p>Provided is a simple example of trivial code and the resultant parser output formatted as an HTML table. Try out your code samples on the <a href="demo/">demo page</a>.</p> <h3>JSX Co...
defect
cdata section corrupt markup beautification html example provided is a simple example of trivial code and the resultant parser output formatted as an html table try out your code samples on the demo page jsx code sample cdata var content ...
1
450,669
13,018,044,075
IssuesEvent
2020-07-26 15:27:00
wevote/WeVoteCordova
https://api.github.com/repos/wevote/WeVoteCordova
opened
Returning to app: Landing page should be /ready
Priority: 2
When you return to the app signed in, the default page should be /ready (as opposed to /ballot)
1.0
Returning to app: Landing page should be /ready - When you return to the app signed in, the default page should be /ready (as opposed to /ballot)
non_defect
returning to app landing page should be ready when you return to the app signed in the default page should be ready as opposed to ballot
0
30,676
6,222,252,689
IssuesEvent
2017-07-10 08:39:15
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
About Invocation thread, number shown in the log, Invocations, timeouts, backup-timeouts
Team: Core Type: Defect
Hi, I had develop a application about hazalcast. Unluckily, we found that the application will be hanged on about about 4 hours, I found that something in the log. 2016-08-17 06:28:01,445 DEBUG [OperationService]: {hz._hzInstance_1_dev.InvocationMonitorThread} [1.1.1.4]:5701 [dev] [3.6.4] Invocations:62 timeouts:0 back...
1.0
About Invocation thread, number shown in the log, Invocations, timeouts, backup-timeouts - Hi, I had develop a application about hazalcast. Unluckily, we found that the application will be hanged on about about 4 hours, I found that something in the log. 2016-08-17 06:28:01,445 DEBUG [OperationService]: {hz._hzInstance...
defect
about invocation thread number shown in the log invocations timeouts backup timeouts hi i had develop a application about hazalcast unluckily we found that the application will be hanged on about about hours i found that something in the log debug hz hzinstance dev invocationmonitorthr...
1
19,466
3,206,867,637
IssuesEvent
2015-10-05 06:42:24
guillermooo/Vintageous
https://api.github.com/repos/guillermooo/Vintageous
reopened
Bad command
AREA: cmdline mode TYPE: defect
All of a sudden using `:s` produces the error message 'bad command' even something as simple as `:s/foo/bar`.
1.0
Bad command - All of a sudden using `:s` produces the error message 'bad command' even something as simple as `:s/foo/bar`.
defect
bad command all of a sudden using s produces the error message bad command even something as simple as s foo bar
1