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
2,732
4,877,767,546
IssuesEvent
2016-11-16 16:27:07
CartoDB/cartodb
https://api.github.com/repos/CartoDB/cartodb
closed
Choose (force/disable) header row on import
Data-services enhancement importer
From a user request at #381. There're some cases where header detection doesn't work, including the header as data row and messing the import. Known workaround is editing the header file. cc @saleiva @xavijam @Kartones @ethervoid
1.0
Choose (force/disable) header row on import - From a user request at #381. There're some cases where header detection doesn't work, including the header as data row and messing the import. Known workaround is editing the header file. cc @saleiva @xavijam @Kartones @ethervoid
non_defect
choose force disable header row on import from a user request at there re some cases where header detection doesn t work including the header as data row and messing the import known workaround is editing the header file cc saleiva xavijam kartones ethervoid
0
28,396
5,247,704,606
IssuesEvent
2017-02-01 13:53:33
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
GetType() returns wrong type due to lack of proper boxing
defect
### Expected ```js Bridge.assembly("Demo", function ($asm, globals) { "use strict"; Bridge.define("Demo.Program", { $main: function () { var i = 0; var f = 0.0; Bridge.Console.log(Bridge.Reflection.getTypeFullName(System.Int32)); Bridge.Cons...
1.0
GetType() returns wrong type due to lack of proper boxing - ### Expected ```js Bridge.assembly("Demo", function ($asm, globals) { "use strict"; Bridge.define("Demo.Program", { $main: function () { var i = 0; var f = 0.0; Bridge.Console.log(Bridge.Reflect...
defect
gettype returns wrong type due to lack of proper boxing expected js bridge assembly demo function asm globals use strict bridge define demo program main function var i var f bridge console log bridge reflect...
1
20,574
3,385,172,095
IssuesEvent
2015-11-27 09:58:43
hrace009/pw-tools
https://api.github.com/repos/hrace009/pw-tools
closed
[fix] sNPCedit does not compile in Visual Studio 2010
auto-migrated Priority-Medium Type-Defect
``` Reported by justabaka, May 18, 2011 Solution converts, everything compiles except sNPCedit. I am using the latest revision available (r29). The error messages are: COMMON\npcgen.h(147): error C2872: 'Dynamic' : ambiguous symbol could be 'd:\work\pwtools\snpcedit\..\COMMON\npcgen.h(100) : Dynamic' or 'System::Dy...
1.0
[fix] sNPCedit does not compile in Visual Studio 2010 - ``` Reported by justabaka, May 18, 2011 Solution converts, everything compiles except sNPCedit. I am using the latest revision available (r29). The error messages are: COMMON\npcgen.h(147): error C2872: 'Dynamic' : ambiguous symbol could be 'd:\work\pwtools\snp...
defect
snpcedit does not compile in visual studio reported by justabaka may solution converts everything compiles except snpcedit i am using the latest revision available the error messages are common npcgen h error dynamic ambiguous symbol could be d work pwtools snpcedit common npc...
1
71,423
23,619,927,346
IssuesEvent
2022-08-24 19:28:58
Gogo1951/Groupie-LFG
https://api.github.com/repos/Gogo1951/Groupie-LFG
opened
Don't show Character Options for 2nd Spec Before Dual Spec is Purchased
Priority - 4 Low Type - Defect
![image](https://user-images.githubusercontent.com/55365231/186506190-a5bd8c22-0b24-4839-948c-d09c6aabaaec.png) Character hasn't purchased 2nd Spec yet, but it still shows up. We may have to scrap second spec concept for MVP anyway. It's funky with gear-report. Let me think on this a bit.
1.0
Don't show Character Options for 2nd Spec Before Dual Spec is Purchased - ![image](https://user-images.githubusercontent.com/55365231/186506190-a5bd8c22-0b24-4839-948c-d09c6aabaaec.png) Character hasn't purchased 2nd Spec yet, but it still shows up. We may have to scrap second spec concept for MVP anyway. It's f...
defect
don t show character options for spec before dual spec is purchased character hasn t purchased spec yet but it still shows up we may have to scrap second spec concept for mvp anyway it s funky with gear report let me think on this a bit
1
20,412
3,354,406,384
IssuesEvent
2015-11-18 11:58:26
contao/core
https://api.github.com/repos/contao/core
closed
Possible infinite recursion between pagination-handling and 404-page-generation with bad URL-parameter
defect up for discussion
Using modules which offer pagination on a 404-page might result in a condition where functions call each other repeatedly. E.g. Having an event list (module XXX) with "items per page" != 0 and using `&page_eXXX`(some number outside the range of valid pages) as an URL-parameter triggers a 404. If the same module XXX a...
1.0
Possible infinite recursion between pagination-handling and 404-page-generation with bad URL-parameter - Using modules which offer pagination on a 404-page might result in a condition where functions call each other repeatedly. E.g. Having an event list (module XXX) with "items per page" != 0 and using `&page_eXXX`(so...
defect
possible infinite recursion between pagination handling and page generation with bad url parameter using modules which offer pagination on a page might result in a condition where functions call each other repeatedly e g having an event list module xxx with items per page and using page exxx some n...
1
2,649
2,607,934,096
IssuesEvent
2015-02-26 00:28:04
chrsmithdemos/minify
https://api.github.com/repos/chrsmithdemos/minify
closed
Unreliable URI Versioning Check Regex
auto-migrated Priority-Medium Type-Defect
``` Minify version: 2.1.3 PHP version: 5.2.10 What steps will reproduce the problem? 1. Request minify resource such as http://servername/path/to/min.php? g=main&1273622062 2. Check Cache-Control response header 3. Expected output: 'Cache-Control max-age=31536000, public' Actual output: 'Cache-Control max-age=18...
1.0
Unreliable URI Versioning Check Regex - ``` Minify version: 2.1.3 PHP version: 5.2.10 What steps will reproduce the problem? 1. Request minify resource such as http://servername/path/to/min.php? g=main&1273622062 2. Check Cache-Control response header 3. Expected output: 'Cache-Control max-age=31536000, public' ...
defect
unreliable uri versioning check regex minify version php version what steps will reproduce the problem request minify resource such as g main amp check cache control response header expected output cache control max age public actual output cache control max age public d...
1
92,878
15,872,899,254
IssuesEvent
2021-04-09 01:02:19
KaterinaOrg/keycloak
https://api.github.com/repos/KaterinaOrg/keycloak
opened
WS-2018-0022 (Medium) detected in angular-sanitize-1.2.7.js
security vulnerability
## WS-2018-0022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>angular-sanitize-1.2.7.js</b></p></summary> <p>AngularJS is an MVC framework for building web applications. The core f...
True
WS-2018-0022 (Medium) detected in angular-sanitize-1.2.7.js - ## WS-2018-0022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>angular-sanitize-1.2.7.js</b></p></summary> <p>AngularJS...
non_defect
ws medium detected in angular sanitize js ws medium severity vulnerability vulnerable library angular sanitize js angularjs is an mvc framework for building web applications the core features include html enhanced with custom component and data binding capabilities dependency ...
0
62,223
17,023,875,716
IssuesEvent
2021-07-03 04:18:54
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Incomplete polygon points returned for "London"
Component: nominatim Priority: major Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 9.21pm, Tuesday, 20th August 2013]** The nominatim API returns an incomplete set of polygon points that only cover half of london (http://nominatim.openstreetmap.org/search.php?format=json&q=london&limit=1&polygon=1), yet using the OSM nominatim web interface gives u...
1.0
Incomplete polygon points returned for "London" - **[Submitted to the original trac issue database at 9.21pm, Tuesday, 20th August 2013]** The nominatim API returns an incomplete set of polygon points that only cover half of london (http://nominatim.openstreetmap.org/search.php?format=json&q=london&limit=1&polygon=1),...
defect
incomplete polygon points returned for london the nominatim api returns an incomplete set of polygon points that only cover half of london yet using the osm nominatim web interface gives us the complete shape why is this happening plotting the points returned by the api yields this shape
1
87,389
8,073,426,430
IssuesEvent
2018-08-06 19:13:08
nasa-gibs/worldview
https://api.github.com/repos/nasa-gibs/worldview
closed
Assign PO.DAAC layers to specific categories
testing
Assign PO.DAAC Layers from #1123 to the correct categories
1.0
Assign PO.DAAC layers to specific categories - Assign PO.DAAC Layers from #1123 to the correct categories
non_defect
assign po daac layers to specific categories assign po daac layers from to the correct categories
0
81,943
15,646,319,601
IssuesEvent
2021-03-23 00:37:37
Dima2021/rapid-react-apps-presentation
https://api.github.com/repos/Dima2021/rapid-react-apps-presentation
opened
CVE-2020-7598 (Medium) detected in multiple libraries
security vulnerability
## CVE-2020-7598 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.0.tgz</b>, <b>minimist-0.0.10.tgz</b></p></summary> <p> <details><summary><...
True
CVE-2020-7598 (Medium) detected in multiple libraries - ## CVE-2020-7598 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.0.tgz</b>, <b>minimi...
non_defect
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file rapid react apps prese...
0
65,082
8,787,258,720
IssuesEvent
2018-12-20 18:04:16
AdAway/AdAway
https://api.github.com/repos/AdAway/AdAway
closed
Question: Is the Webserver compatible with systemless?
documentation help wanted question
I am new to Magisk with my Pixel3 XL and I am still learning which root actions cause system changes, which won't and which are actually made systemless via Magisk or a module. (I have the systemless option enabled in 4.11, running Android 9 with latest Magisk beta 17.3, systemless host activated, root granted)...
1.0
Question: Is the Webserver compatible with systemless? - I am new to Magisk with my Pixel3 XL and I am still learning which root actions cause system changes, which won't and which are actually made systemless via Magisk or a module. (I have the systemless option enabled in 4.11, running Android 9 with latest Magi...
non_defect
question is the webserver compatible with systemless i am new to magisk with my xl and i am still learning which root actions cause system changes which won t and which are actually made systemless via magisk or a module i have the systemless option enabled in running android with latest magisk bet...
0
547,194
16,039,413,391
IssuesEvent
2021-04-22 05:23:07
open-telemetry/opentelemetry-java-instrumentation
https://api.github.com/repos/open-telemetry/opentelemetry-java-instrumentation
closed
Jdbc instrumentation is not capturing net.peer.name/net.peer.ip/net.peer.port
priority:p3 release:required-for-ga specification
From the [database semantic convention spec](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/database.md#connection-level-attributes): > **Additional attribute requirements:** At least one of the following sets of attributes is required: > > * [`n...
1.0
Jdbc instrumentation is not capturing net.peer.name/net.peer.ip/net.peer.port - From the [database semantic convention spec](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/database.md#connection-level-attributes): > **Additional attribute requiremen...
non_defect
jdbc instrumentation is not capturing net peer name net peer ip net peer port from the additional attribute requirements at least one of the following sets of attributes is required span general md span general md and net peer port is required if using a port other than the ...
0
74,536
20,200,615,782
IssuesEvent
2022-02-11 14:55:48
platformio/platformio-core
https://api.github.com/repos/platformio/platformio-core
reopened
pio-test: global library extra_script.py is executed with an empty project
lib known issue build system
### Configuration **Operating system**: Fedora 33 **PlatformIO Version** (`platformio --version`): ``` PlatformIO Core 5.2.0a3 Python 3.9.1-final.0 System Type linux_x86_64 ``` ### Description of problem Globally installed library extra_script.py is exe...
1.0
pio-test: global library extra_script.py is executed with an empty project - ### Configuration **Operating system**: Fedora 33 **PlatformIO Version** (`platformio --version`): ``` PlatformIO Core 5.2.0a3 Python 3.9.1-final.0 System Type linux_x86_64 ``` ##...
non_defect
pio test global library extra script py is executed with an empty project configuration operating system fedora platformio version platformio version platformio core python final system type linux desc...
0
67,079
20,863,837,788
IssuesEvent
2022-03-22 03:40:25
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
Could txg_sync_thread miss the last quiesced txg before exiting?
Type: Defect Status: Stale
I was investigating whether there is any guarantee that the last `zil_commit` completes before the last `zil_sync` before the pool exports (if anybody could enlighten me on this it'd be awesome), but got distracted by the issue named in the title. Consider this senario (see [txg.c](https://github.com/zfsonlinux/zfs/...
1.0
Could txg_sync_thread miss the last quiesced txg before exiting? - I was investigating whether there is any guarantee that the last `zil_commit` completes before the last `zil_sync` before the pool exports (if anybody could enlighten me on this it'd be awesome), but got distracted by the issue named in the title. Co...
defect
could txg sync thread miss the last quiesced txg before exiting i was investigating whether there is any guarantee that the last zil commit completes before the last zil sync before the pool exports if anybody could enlighten me on this it d be awesome but got distracted by the issue named in the title co...
1
190,929
14,589,250,034
IssuesEvent
2020-12-19 01:06:30
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
terraform-providers/terraform-provider-oci: oci/dataflow_private_endpoint_test.go; 16 LoC
fresh small test
Found a possible issue in [terraform-providers/terraform-provider-oci](https://www.github.com/terraform-providers/terraform-provider-oci) at [oci/dataflow_private_endpoint_test.go](https://github.com/terraform-providers/terraform-provider-oci/blob/507acd0ed6517dbca2fbcfb8100874929c8fd8e1/oci/dataflow_private_endpoint_...
1.0
terraform-providers/terraform-provider-oci: oci/dataflow_private_endpoint_test.go; 16 LoC - Found a possible issue in [terraform-providers/terraform-provider-oci](https://www.github.com/terraform-providers/terraform-provider-oci) at [oci/dataflow_private_endpoint_test.go](https://github.com/terraform-providers/terrafo...
non_defect
terraform providers terraform provider oci oci dataflow private endpoint test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the conte...
0
93,050
8,392,631,020
IssuesEvent
2018-10-09 18:11:11
rook/rook
https://api.github.com/repos/rook/rook
closed
test: Modify functions in install_data.go to use .yaml files
help wanted test wontfix
**Feature Request** = Currently the functions in `test/framework/installer/install_data.go` have inlined the CRD and operator manifests as a string. These seem to be a copy of whatever you would find in `cluster/examples/kubernetes/ceph/...`, so it's bad practice to inline them like we're currently doing. We sho...
1.0
test: Modify functions in install_data.go to use .yaml files - **Feature Request** = Currently the functions in `test/framework/installer/install_data.go` have inlined the CRD and operator manifests as a string. These seem to be a copy of whatever you would find in `cluster/examples/kubernetes/ceph/...`, so it's ba...
non_defect
test modify functions in install data go to use yaml files feature request currently the functions in test framework installer install data go have inlined the crd and operator manifests as a string these seem to be a copy of whatever you would find in cluster examples kubernetes ceph so it s ba...
0
32,789
6,935,094,391
IssuesEvent
2017-12-03 03:30:47
energicryptocurrency/energi
https://api.github.com/repos/energicryptocurrency/energi
closed
QA: Replacing dash.conf with energi.conf in util.py is causing script to go in to hang state
Automated Tests Defect
After successful compilation on linux, if test framework is run then it is going in to hang state. The workaround is to replace energi.conf with dash.conf in util.py file.
1.0
QA: Replacing dash.conf with energi.conf in util.py is causing script to go in to hang state - After successful compilation on linux, if test framework is run then it is going in to hang state. The workaround is to replace energi.conf with dash.conf in util.py file.
defect
qa replacing dash conf with energi conf in util py is causing script to go in to hang state after successful compilation on linux if test framework is run then it is going in to hang state the workaround is to replace energi conf with dash conf in util py file
1
88,824
25,513,966,610
IssuesEvent
2022-11-28 15:03:38
dotnet/arcade
https://api.github.com/repos/dotnet/arcade
closed
Build failed: arcade-services-internal-ci/main #20221125.2
Build Failed
Build [#20221125.2](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2053225) failed ## :x: : internal / arcade-services-internal-ci failed ### Summary **Finished** - Fri, 25 Nov 2022 21:56:18 GMT **Duration** - 214 minutes **Requested for** - DotNet Bot **Reason** - ba...
1.0
Build failed: arcade-services-internal-ci/main #20221125.2 - Build [#20221125.2](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2053225) failed ## :x: : internal / arcade-services-internal-ci failed ### Summary **Finished** - Fri, 25 Nov 2022 21:56:18 GMT **Duration** ...
non_defect
build failed arcade services internal ci main build failed x internal arcade services internal ci failed summary finished fri nov gmt duration minutes requested for dotnet bot reason batchedci details validate deployment warning...
0
8,337
7,345,984,984
IssuesEvent
2018-03-07 19:11:38
DMPRoadmap/roadmap
https://api.github.com/repos/DMPRoadmap/roadmap
closed
Replace gemfile for front-end translations with the underlying Jed library
infrastructure optimization
As part of moving all the assets to Webpack, the gem "gettext_i18n_rails_js" has to be replaced with Jed library directly. A separated issue to deal with this will allow progressing on the ticket #587
1.0
Replace gemfile for front-end translations with the underlying Jed library - As part of moving all the assets to Webpack, the gem "gettext_i18n_rails_js" has to be replaced with Jed library directly. A separated issue to deal with this will allow progressing on the ticket #587
non_defect
replace gemfile for front end translations with the underlying jed library as part of moving all the assets to webpack the gem gettext rails js has to be replaced with jed library directly a separated issue to deal with this will allow progressing on the ticket
0
29,819
5,908,345,863
IssuesEvent
2017-05-19 20:08:52
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
CFDIv3.3 - IVA exento
bug defect
Cuando se define un impuesto con el tipoFactor = 'Exento', como es el caso de iva trasladado exento, entonces marca el error CFDI33157 : Si el valor registrado en el campo TipoFactor que corresponde a Traslado es Exento no se deben registrar los campos TasaOCuota ni Importe. (3) Esto es porque en el exento, no s...
1.0
CFDIv3.3 - IVA exento - Cuando se define un impuesto con el tipoFactor = 'Exento', como es el caso de iva trasladado exento, entonces marca el error CFDI33157 : Si el valor registrado en el campo TipoFactor que corresponde a Traslado es Exento no se deben registrar los campos TasaOCuota ni Importe. (3) Esto es p...
defect
iva exento cuando se define un impuesto con el tipofactor exento como es el caso de iva trasladado exento entonces marca el error si el valor registrado en el campo tipofactor que corresponde a traslado es exento no se deben registrar los campos tasaocuota ni importe esto es porque en el e...
1
72,534
7,300,917,149
IssuesEvent
2018-02-27 02:07:52
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
We should be able to `go test` our e2e tests
area/test-infra lifecycle/rotten sig/testing
It is too hard to run e2e tests right now. It should be easy to fire up a test cluster, check out the k8s code and say "go test`.
2.0
We should be able to `go test` our e2e tests - It is too hard to run e2e tests right now. It should be easy to fire up a test cluster, check out the k8s code and say "go test`.
non_defect
we should be able to go test our tests it is too hard to run tests right now it should be easy to fire up a test cluster check out the code and say go test
0
220,907
24,587,438,459
IssuesEvent
2022-10-13 21:08:22
opensearch-project/geospatial
https://api.github.com/repos/opensearch-project/geospatial
closed
opensearch-3.0.0-SNAPSHOT.jar: 2 vulnerabilities (highest severity is: 6.5) - autoclosed
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opensearch-3.0.0-SNAPSHOT.jar</b></p></summary> <p></p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.31/cf...
True
opensearch-3.0.0-SNAPSHOT.jar: 2 vulnerabilities (highest severity is: 6.5) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opensearch-3.0.0-SNAPSHOT.jar</b></p></summary> <p></p> <p>Path to vulnerab...
non_defect
opensearch snapshot jar vulnerabilities highest severity is autoclosed vulnerable library opensearch snapshot jar path to vulnerable library home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar found in head commit a href ...
0
43,430
11,715,057,375
IssuesEvent
2020-03-09 13:31:49
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
Cannot change vets-website to a PR that's a couple weeks old
Defect Infrastructure
**Describe the defect** I'm trying to change http://devshop.cms.va.gov/hosting_confirm/15303/ to use https://github.com/department-of-veterans-affairs/vets-website/tree/VAGOV-6425-refactor-listings-et (PR 11608) **To Reproduce** Steps to reproduce the behavior: 1. Go to http://devshop.cms.va.gov/hosting_confirm...
1.0
Cannot change vets-website to a PR that's a couple weeks old - **Describe the defect** I'm trying to change http://devshop.cms.va.gov/hosting_confirm/15303/ to use https://github.com/department-of-veterans-affairs/vets-website/tree/VAGOV-6425-refactor-listings-et (PR 11608) **To Reproduce** Steps to reproduce th...
defect
cannot change vets website to a pr that s a couple weeks old describe the defect i m trying to change to use pr to reproduce steps to reproduce the behavior go to change the web version to note that the listing doesn t go past as of march expected behavior ...
1
53,996
13,301,366,680
IssuesEvent
2020-08-25 12:51:17
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Schedule: build with release profile fails
defect
[ERROR] D:\OpenSource Projects\primefaces\src\main\resources\META-INF\resources\primefaces\schedule\build\src\main.js [1:7]: syntax error [ERROR] ...D:\OpenSource Projects\primefaces\src\main\resources\META-INF\resources\primefaces\schedule\build\src\main.js:line 1:column 7:syntax error export * from '@fullca...
1.0
Schedule: build with release profile fails - [ERROR] D:\OpenSource Projects\primefaces\src\main\resources\META-INF\resources\primefaces\schedule\build\src\main.js [1:7]: syntax error [ERROR] ...D:\OpenSource Projects\primefaces\src\main\resources\META-INF\resources\primefaces\schedule\build\src\main.js:line 1:column 7...
defect
schedule build with release profile fails d opensource projects primefaces src main resources meta inf resources primefaces schedule build src main js syntax error d opensource projects primefaces src main resources meta inf resources primefaces schedule build src main js line column syntax error ...
1
438,137
12,619,745,025
IssuesEvent
2020-06-13 02:19:32
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Support passing pod annotations as default options for flexvolumes
area/kubelet kind/feature lifecycle/rotten priority/awaiting-more-evidence sig/storage
**What would you like to be added**: **Passing pod annotations to flexvolume plugin as default options** **Why is this needed**: For example, we have two disks, each is 100Gi, which are controlled by one single flexvolume driver. And we advertised these two disk info to this node. When user use this flexvolume,...
1.0
Support passing pod annotations as default options for flexvolumes - **What would you like to be added**: **Passing pod annotations to flexvolume plugin as default options** **Why is this needed**: For example, we have two disks, each is 100Gi, which are controlled by one single flexvolume driver. And we advertise...
non_defect
support passing pod annotations as default options for flexvolumes what would you like to be added passing pod annotations to flexvolume plugin as default options why is this needed for example we have two disks each is which are controlled by one single flexvolume driver and we advertised th...
0
75,921
15,495,711,666
IssuesEvent
2021-03-11 01:21:20
nicktombeur/naturalcolors
https://api.github.com/repos/nicktombeur/naturalcolors
opened
CVE-2020-36181 (High) detected in jackson-databind-2.9.9.jar
security vulnerability
## CVE-2020-36181 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-36181 (High) detected in jackson-databind-2.9.9.jar - ## CVE-2020-36181 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.jar</b></p></summary> <p>General...
non_defect
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file naturalcolors back end pom xml ...
0
332
2,531,667,855
IssuesEvent
2015-01-23 09:36:39
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Duplicate 'store' call on MapStore when eviction happens
Team: Core Type: Defect
When using write-behind and entries are evicted, which have not been stored yet, duplicate calls to the map store is made. This results in errors when the primary key is part of the map entry data and duplicate records in the database when it is not. I will add a stabilizer test to illustrate this. It is easily repr...
1.0
Duplicate 'store' call on MapStore when eviction happens - When using write-behind and entries are evicted, which have not been stored yet, duplicate calls to the map store is made. This results in errors when the primary key is part of the map entry data and duplicate records in the database when it is not. I will ...
defect
duplicate store call on mapstore when eviction happens when using write behind and entries are evicted which have not been stored yet duplicate calls to the map store is made this results in errors when the primary key is part of the map entry data and duplicate records in the database when it is not i will ...
1
614
7,520,649,587
IssuesEvent
2018-04-12 14:59:14
Peripli/service-manager
https://api.github.com/repos/Peripli/service-manager
closed
Make use of https://coveralls.io for code coverage
automation
We need to measure code coverage of our tests. There is a [free service](https://coveralls.io) that can be used for this. Info how Go project can be scanned can be found [here](https://coveralls.zendesk.com/hc/en-us/articles/201342809-Go). Example of already integrated project with Go can be found [here](https://gi...
1.0
Make use of https://coveralls.io for code coverage - We need to measure code coverage of our tests. There is a [free service](https://coveralls.io) that can be used for this. Info how Go project can be scanned can be found [here](https://coveralls.zendesk.com/hc/en-us/articles/201342809-Go). Example of already inte...
non_defect
make use of for code coverage we need to measure code coverage of our tests there is a that can be used for this info how go project can be scanned can be found example of already integrated project with go can be found
0
46,622
13,055,948,538
IssuesEvent
2020-07-30 03:12:23
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
Steamshovel does not build as C++11 with clang (Trac #1593)
Incomplete Migration Migrated from Trac combo reconstruction defect
Migrated from https://code.icecube.wisc.edu/ticket/1593 ```json { "status": "closed", "changetime": "2016-03-18T14:21:45", "description": "Trying to compile steamshovel with \"Apple LLVM version 7.0.2 (clang-700.1.81)\" or \"clang version 3.9.0 (trunk 263374)\" in C++11 mode yields the an error:\n\n{{{\nc...
1.0
Steamshovel does not build as C++11 with clang (Trac #1593) - Migrated from https://code.icecube.wisc.edu/ticket/1593 ```json { "status": "closed", "changetime": "2016-03-18T14:21:45", "description": "Trying to compile steamshovel with \"Apple LLVM version 7.0.2 (clang-700.1.81)\" or \"clang version 3.9.0...
defect
steamshovel does not build as c with clang trac migrated from json status closed changetime description trying to compile steamshovel with apple llvm version clang or clang version trunk in c mode yields the an error n n nco...
1
250,028
7,966,748,320
IssuesEvent
2018-07-15 03:45:52
lxqt/lxqt
https://api.github.com/repos/lxqt/lxqt
closed
After clicking a Qt program to move its window, program window now stuck on mouse cursor
high-priority polish upstream
When I move a Qt program by clicking and holding mouse button 1 elsewhere other than its title bar, the program is not released when I release the mouse button. Instead, the Qt program is "stuck" to my mouse cursor. There's no effect after pressing mouse buttons 1, 2 or 3. I have to press Esc to release the move ico...
1.0
After clicking a Qt program to move its window, program window now stuck on mouse cursor - When I move a Qt program by clicking and holding mouse button 1 elsewhere other than its title bar, the program is not released when I release the mouse button. Instead, the Qt program is "stuck" to my mouse cursor. There's no ...
non_defect
after clicking a qt program to move its window program window now stuck on mouse cursor when i move a qt program by clicking and holding mouse button elsewhere other than its title bar the program is not released when i release the mouse button instead the qt program is stuck to my mouse cursor there s no ...
0
15,478
2,856,471,997
IssuesEvent
2015-06-02 15:06:53
svalinn/DAGMC
https://api.github.com/repos/svalinn/DAGMC
closed
dagmc_preproc defect - curve id printing
2-Backlog Type: Defect Type: Enhancement
When using dagmc_preproc (and older version of dag-mcnp) if the faceting engine was unable to generate facets on a surface, it prints a message like ERROR: Unable to facet curve I suggest we also print a message telling the user at the very least which curve it is, and ideally the parent volumes which use it.
1.0
dagmc_preproc defect - curve id printing - When using dagmc_preproc (and older version of dag-mcnp) if the faceting engine was unable to generate facets on a surface, it prints a message like ERROR: Unable to facet curve I suggest we also print a message telling the user at the very least which curve it is, a...
defect
dagmc preproc defect curve id printing when using dagmc preproc and older version of dag mcnp if the faceting engine was unable to generate facets on a surface it prints a message like error unable to facet curve i suggest we also print a message telling the user at the very least which curve it is a...
1
5,507
2,610,188,956
IssuesEvent
2015-02-26 18:59:51
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
推荐遗传色斑如何去除
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 借我一生,如果再回到从前,我还是要和你相依。你问我这�� �界最远的地方在哪里?我将答案抛向蓝天之外落在你心底;� ��问我这世界最后的友谊在哪里?我把线索指向大海之外直达 我怀里;你问我这世间最纯朴的友谊在哪里?我把方向指向�� �空之外直到流星里。“欲说还休,欲说还休,却道天凉好个� ��。”我想学瀑布那样表达的淋漓痛快,我想学水花那样满腔 地释放情怀。没有比拟,你就是我的想象;没有折扣,你就�� �我的花香。闭上眼都可以描摹你的模样,屏住息也可以嗅到� ��的体味。碎了我那幸福的幻想,也碎了我的坚强。难道你不 接受我是因为我脸上的色斑吗,这是多么伤感的理由!遗传�� �斑如何去除, 《客户案例》   我是属于...
1.0
推荐遗传色斑如何去除 - ``` 《摘要》 借我一生,如果再回到从前,我还是要和你相依。你问我这�� �界最远的地方在哪里?我将答案抛向蓝天之外落在你心底;� ��问我这世界最后的友谊在哪里?我把线索指向大海之外直达 我怀里;你问我这世间最纯朴的友谊在哪里?我把方向指向�� �空之外直到流星里。“欲说还休,欲说还休,却道天凉好个� ��。”我想学瀑布那样表达的淋漓痛快,我想学水花那样满腔 地释放情怀。没有比拟,你就是我的想象;没有折扣,你就�� �我的花香。闭上眼都可以描摹你的模样,屏住息也可以嗅到� ��的体味。碎了我那幸福的幻想,也碎了我的坚强。难道你不 接受我是因为我脸上的色斑吗,这是多么伤感的理由!遗传�� �斑如何去除,...
defect
推荐遗传色斑如何去除 《摘要》 借我一生,如果再回到从前,我还是要和你相依。你问我这�� �界最远的地方在哪里?我将答案抛向蓝天之外落在你心底;� ��问我这世界最后的友谊在哪里?我把线索指向大海之外直达 我怀里;你问我这世间最纯朴的友谊在哪里?我把方向指向�� �空之外直到流星里。“欲说还休,欲说还休,却道天凉好个� ��。”我想学瀑布那样表达的淋漓痛快,我想学水花那样满腔 地释放情怀。没有比拟,你就是我的想象;没有折扣,你就�� �我的花香。闭上眼都可以描摹你的模样,屏住息也可以嗅到� ��的体味。碎了我那幸福的幻想,也碎了我的坚强。难道你不 接受我是因为我脸上的色斑吗,这是多么伤感的理由!遗传�� �斑如何去除,...
1
155,947
5,962,726,028
IssuesEvent
2017-05-30 00:23:33
input-output-hk/cardano-sl
https://api.github.com/repos/input-output-hk/cardano-sl
closed
[CSL-253] Merge smart-wallet and wallet or remove garbage from wallet
Mirroring Priority:Normal State:Done Type:Task
<blockquote>@gromak</blockquote> Currently we have `cardano-wallet` which has only web server and `cardano-smart-wallet` which is CLI for wallet. I see two options: 1. Have `cardano-wallet` which has commands from `cardano-smart-wallet` and `serve` command. In this case we need to merge two executables. 2. Have two ex...
1.0
[CSL-253] Merge smart-wallet and wallet or remove garbage from wallet - <blockquote>@gromak</blockquote> Currently we have `cardano-wallet` which has only web server and `cardano-smart-wallet` which is CLI for wallet. I see two options: 1. Have `cardano-wallet` which has commands from `cardano-smart-wallet` and `serve...
non_defect
merge smart wallet and wallet or remove garbage from wallet gromak currently we have cardano wallet which has only web server and cardano smart wallet which is cli for wallet i see two options have cardano wallet which has commands from cardano smart wallet and serve command in this case we need...
0
42,820
11,278,108,035
IssuesEvent
2020-01-15 05:34:22
beefproject/beef
https://api.github.com/repos/beefproject/beef
opened
Unexpected error while processing request: undefined method `each' for nil:NilClass
Defect
Enabling `beef.http.debug: true` results in the following stacktrace when accessing the admin UI. ``` I, [2020-01-15T00:31:57.487248 #27751] INFO -- : Thin web server (v1.7.2 codename Bachmanity) D, [2020-01-15T00:31:57.487294 #27751] DEBUG -- : Debugging ON I, [2020-01-15T00:31:57.487338 #27751] INFO -- : Maxi...
1.0
Unexpected error while processing request: undefined method `each' for nil:NilClass - Enabling `beef.http.debug: true` results in the following stacktrace when accessing the admin UI. ``` I, [2020-01-15T00:31:57.487248 #27751] INFO -- : Thin web server (v1.7.2 codename Bachmanity) D, [2020-01-15T00:31:57.487294 #...
defect
unexpected error while processing request undefined method each for nil nilclass enabling beef http debug true results in the following stacktrace when accessing the admin ui i info thin web server codename bachmanity d debug debugging on i info maximum connections s...
1
44,368
12,121,838,728
IssuesEvent
2020-04-22 09:57:01
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
[p-tree] [bug] right arrow key tries to expand a leaf if onNodeExpand function is defined
defect
PrimeNG Tree tries to expand a leaf on right arrow key if onNodeExpand is define. **Plunkr Case (Bug Reports)** https://github-qcnd4b.stackblitz.io **Current behavior** PrimeNG Tree tries to expand a leaf on right arrow key if onNodeExpand is define. **Expected behavior** The right arrow key is ignored if a c...
1.0
[p-tree] [bug] right arrow key tries to expand a leaf if onNodeExpand function is defined - PrimeNG Tree tries to expand a leaf on right arrow key if onNodeExpand is define. **Plunkr Case (Bug Reports)** https://github-qcnd4b.stackblitz.io **Current behavior** PrimeNG Tree tries to expand a leaf on right arrow ...
defect
right arrow key tries to expand a leaf if onnodeexpand function is defined primeng tree tries to expand a leaf on right arrow key if onnodeexpand is define plunkr case bug reports current behavior primeng tree tries to expand a leaf on right arrow key if onnodeexpand is define expected be...
1
21,663
3,537,441,470
IssuesEvent
2016-01-18 00:53:59
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Tests still use #library #import #source
area-test Priority-Medium resolution-assumed-stale triaged Type-Defect
+big_integer_vm_test: Fail, OK +collection_to_string_test: Fail, OK +exception_implementation_test: Fail, OK +futures_test: Fail, OK +map_test: Fail, OK +maps_test: Fail, OK +queue_test: Fail, OK +splay_tree_test: Fail, OK +string_base_vm_test: Fail, OK +stopwatch_test: Fail, OK +isolate2_negative_test: Pass +compute_...
1.0
Tests still use #library #import #source - +big_integer_vm_test: Fail, OK +collection_to_string_test: Fail, OK +exception_implementation_test: Fail, OK +futures_test: Fail, OK +map_test: Fail, OK +maps_test: Fail, OK +queue_test: Fail, OK +splay_tree_test: Fail, OK +string_base_vm_test: Fail, OK +stopwatch_test: Fail, ...
defect
tests still use library import source big integer vm test fail ok collection to string test fail ok exception implementation test fail ok futures test fail ok map test fail ok maps test fail ok queue test fail ok splay tree test fail ok string base vm test fail ok stopwatch test fail ...
1
12,363
2,694,263,441
IssuesEvent
2015-04-01 19:16:14
google/google-api-go-client
https://api.github.com/repos/google/google-api-go-client
opened
more examples
accepted priority-medium type-defect
**bradfitz@google.com** on 25 Aug 2011 at 9:10: ``` ideally one example per API ```
1.0
more examples - **bradfitz@google.com** on 25 Aug 2011 at 9:10: ``` ideally one example per API ```
defect
more examples bradfitz google com on aug at ideally one example per api
1
42,551
11,134,937,311
IssuesEvent
2019-12-20 13:10:56
nanopb/nanopb
https://api.github.com/repos/nanopb/nanopb
closed
Error while generating code for submessages described in other file.
Component-Generator FixedInGit Priority-Medium Type-Defect
I'm using master brunch, because I'm interested in callbacks working with oneOf https://github.com/nanopb/nanopb/issues/175 I have created two files. `inbound.proto`: ``` syntax = "proto3"; package device.messaging.device; import "device/messaging/device/v1/inbound.proto"; message DeviceInboundMessage { ...
1.0
Error while generating code for submessages described in other file. - I'm using master brunch, because I'm interested in callbacks working with oneOf https://github.com/nanopb/nanopb/issues/175 I have created two files. `inbound.proto`: ``` syntax = "proto3"; package device.messaging.device; import "device...
defect
error while generating code for submessages described in other file i m using master brunch because i m interested in callbacks working with oneof i have created two files inbound proto syntax package device messaging device import device messaging device inbound proto message ...
1
81,364
30,820,327,881
IssuesEvent
2023-08-01 15:53:40
dotCMS/core
https://api.github.com/repos/dotCMS/core
closed
Date format has changed for fields in newer versions of dotCMS
Type : Defect QA : Approved Next LTS Release Priority : 2 High OKR : Customer Support Team : Bug Fixers Next Release
### Parent Issue https://github.com/dotCMS/core/issues/25008 ### Problem Statement Same as the issue above, seems that we only fixed for API responses but no for VTL ones. ### Steps to Reproduce 1- Create a widget with the following code: ``` PostingDate vs ModDate</br> #foreach($con in $dotcontent.pull("+conte...
1.0
Date format has changed for fields in newer versions of dotCMS - ### Parent Issue https://github.com/dotCMS/core/issues/25008 ### Problem Statement Same as the issue above, seems that we only fixed for API responses but no for VTL ones. ### Steps to Reproduce 1- Create a widget with the following code: ``` Posti...
defect
date format has changed for fields in newer versions of dotcms parent issue problem statement same as the issue above seems that we only fixed for api responses but no for vtl ones steps to reproduce create a widget with the following code postingdate vs moddate foreach con in dotc...
1
76,331
7,525,687,765
IssuesEvent
2018-04-13 11:30:53
Kademi/kademi-dev
https://api.github.com/repos/Kademi/kademi-dev
closed
KPI results not displaying
Ready to Test QA question
@anhnt can you look at this today please. Can you look at this please http://blackberry-demo.admin.kademi.us/manageUsers/21359265/#kpiAppTab-tab ![image](https://user-images.githubusercontent.com/2201340/38232789-a836dbe6-375b-11e8-98d2-ffbfd6156f35.png) And login as that profile. When I choose those periods,...
1.0
KPI results not displaying - @anhnt can you look at this today please. Can you look at this please http://blackberry-demo.admin.kademi.us/manageUsers/21359265/#kpiAppTab-tab ![image](https://user-images.githubusercontent.com/2201340/38232789-a836dbe6-375b-11e8-98d2-ffbfd6156f35.png) And login as that profile. ...
non_defect
kpi results not displaying anhnt can you look at this today please can you look at this please and login as that profile when i choose those periods i cannot see any progress on the kpi panel can you check the component is functioning correctly
0
188,381
22,046,344,853
IssuesEvent
2022-05-30 02:27:22
Killy85/game_ai_trainer
https://api.github.com/repos/Killy85/game_ai_trainer
opened
CVE-2022-29194 (Medium) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2022-29194 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learni...
True
CVE-2022-29194 (Medium) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2022-29194 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27...
non_defect
cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href dependency hierarchy x tensorflow ...
0
246,690
7,895,608,338
IssuesEvent
2018-06-29 04:30:07
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
Modify build_visit to build mesa 7.8.2 if running on MAC OS X since 7.10.2 doesn't compile on it.
Likelihood: 3 - Occasional OS: All Priority: Normal Severity: 5 - Very Serious Support Group: Any bug version: trunk
build_visit was modified to build mesa 7.10.2 since it fixed a long standing lighting but, unfortunately it doesn't build on MAC OS X. The simplest solution is to use 7.8.2 if running on MAC OS X. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. The following inf...
1.0
Modify build_visit to build mesa 7.8.2 if running on MAC OS X since 7.10.2 doesn't compile on it. - build_visit was modified to build mesa 7.10.2 since it fixed a long standing lighting but, unfortunately it doesn't build on MAC OS X. The simplest solution is to use 7.8.2 if running on MAC OS X. --------------------...
non_defect
modify build visit to build mesa if running on mac os x since doesn t compile on it build visit was modified to build mesa since it fixed a long standing lighting but unfortunately it doesn t build on mac os x the simplest solution is to use if running on mac os x ...
0
378,823
26,339,783,492
IssuesEvent
2023-01-10 16:48:17
sigstore/sigstore-python
https://api.github.com/repos/sigstore/sigstore-python
closed
Simplify our documentation deployment workflow
documentation enhancement component:cicd
Right now, we use a third-party workflow to deploy our `pdoc`-generated docs, but `pdoc`'s official example has some handy official actions we can use instead <https://github.com/mitmproxy/pdoc/blob/main/.github/workflows/docs.yml>.
1.0
Simplify our documentation deployment workflow - Right now, we use a third-party workflow to deploy our `pdoc`-generated docs, but `pdoc`'s official example has some handy official actions we can use instead <https://github.com/mitmproxy/pdoc/blob/main/.github/workflows/docs.yml>.
non_defect
simplify our documentation deployment workflow right now we use a third party workflow to deploy our pdoc generated docs but pdoc s official example has some handy official actions we can use instead
0
43,019
11,433,034,621
IssuesEvent
2020-02-04 15:03:05
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Cluster hangs in case of Transactions + Queue + Lock
Module: IQueue Module: Lock Module: Transactions Source: Community Team: Core Type: Defect
I am trying to reproduce problem I have with HZ 3.2.1-SNAPSHOT in 3 nodes cluster. After some work cluster hangs: each node waits for same lock, but no one holds it (happens after node shutdown). To easier reproduce the problem run code with "-Xcomp" JVM argument. I find way to reproduce another problem (not exactly ...
1.0
Cluster hangs in case of Transactions + Queue + Lock - I am trying to reproduce problem I have with HZ 3.2.1-SNAPSHOT in 3 nodes cluster. After some work cluster hangs: each node waits for same lock, but no one holds it (happens after node shutdown). To easier reproduce the problem run code with "-Xcomp" JVM argument....
defect
cluster hangs in case of transactions queue lock i am trying to reproduce problem i have with hz snapshot in nodes cluster after some work cluster hangs each node waits for same lock but no one holds it happens after node shutdown to easier reproduce the problem run code with xcomp jvm argument ...
1
21,450
3,509,940,536
IssuesEvent
2016-01-09 03:19:37
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
BTM Association coming up empty, SQL has results on 3.1.5
Defect On hold ORM
Sorry, new to Cake and have been stumped for days now. The opportunities property comes back empty when I query for `$this->Products->find()->where(['id'=>10])->contain(['Opportunities']);` Using debugkit, I can see that it has SQL generated which returns results but for some reason the property it churns back i...
1.0
BTM Association coming up empty, SQL has results on 3.1.5 - Sorry, new to Cake and have been stumped for days now. The opportunities property comes back empty when I query for `$this->Products->find()->where(['id'=>10])->contain(['Opportunities']);` Using debugkit, I can see that it has SQL generated which retur...
defect
btm association coming up empty sql has results on sorry new to cake and have been stumped for days now the opportunities property comes back empty when i query for this products find where contain using debugkit i can see that it has sql generated which returns results but for some r...
1
129,261
27,431,821,775
IssuesEvent
2023-03-02 02:22:29
WSUCptSCapstone-Fall2022Spring2023/dell-pravegaolapjava
https://api.github.com/repos/WSUCptSCapstone-Fall2022Spring2023/dell-pravegaolapjava
closed
Modify SeekableStreamSamplerSpec to allow for dataSchema Member access in derived classes
Code Implementation
Change from private to protected
1.0
Modify SeekableStreamSamplerSpec to allow for dataSchema Member access in derived classes - Change from private to protected
non_defect
modify seekablestreamsamplerspec to allow for dataschema member access in derived classes change from private to protected
0
17,514
3,011,036,862
IssuesEvent
2015-07-28 15:56:08
CLD2Owners/cld2
https://api.github.com/repos/CLD2Owners/cld2
closed
Private field next_byte_limit_ is unused
Priority-Medium Type-Defect
Originally reported on Google Code with ID 37 ``` ..\..\third_party\cld_2\src\internal/getonescriptspan.h(89,15) : warning(clang): private field 'next_byte_limit_' is not used [-Wunused-private-field] const char* next_byte_limit_; // Last byte + 1 ^ Looks like this warning is correct. ``` Repor...
1.0
Private field next_byte_limit_ is unused - Originally reported on Google Code with ID 37 ``` ..\..\third_party\cld_2\src\internal/getonescriptspan.h(89,15) : warning(clang): private field 'next_byte_limit_' is not used [-Wunused-private-field] const char* next_byte_limit_; // Last byte + 1 ^ Loo...
defect
private field next byte limit is unused originally reported on google code with id third party cld src internal getonescriptspan h warning clang private field next byte limit is not used const char next byte limit last byte looks like this warning is co...
1
40,783
10,163,702,216
IssuesEvent
2019-08-07 09:52:00
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
dnsdist: "Out" queries become negative over time
defect dnsdist
Version: dnsdist 1.0.0 Source: repo.powerdns.com/ubuntu OS: Ubuntu 14.04 64-bit, as a KVM guest on Ubuntu 14.04 hypervisor Conditions: dnsdist is running as a recursive load balancer. It has 10 servers specified as resolving 'engines'; 5 logical boxes with an IPv4 and IPv6 address each. 4 servers are operated by me, ...
1.0
dnsdist: "Out" queries become negative over time - Version: dnsdist 1.0.0 Source: repo.powerdns.com/ubuntu OS: Ubuntu 14.04 64-bit, as a KVM guest on Ubuntu 14.04 hypervisor Conditions: dnsdist is running as a recursive load balancer. It has 10 servers specified as resolving 'engines'; 5 logical boxes with an IPv4 an...
defect
dnsdist out queries become negative over time version dnsdist source repo powerdns com ubuntu os ubuntu bit as a kvm guest on ubuntu hypervisor conditions dnsdist is running as a recursive load balancer it has servers specified as resolving engines logical boxes with an and addre...
1
44,497
12,216,046,468
IssuesEvent
2020-05-01 14:20:20
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Need python3-pip included with apt installs for Ubuntu Docker images.
T: defect
## Bug Description <!--A clear and concise description of the problem (Note: A missing feature is not a bug).--> I just noticed that installing Apt packages `python3` and `python3-dev` doesn't include `pip3`. ## Steps to Reproduce <!--Steps to reproduce the behavior (input file, or modifications to an existing inpu...
1.0
Need python3-pip included with apt installs for Ubuntu Docker images. - ## Bug Description <!--A clear and concise description of the problem (Note: A missing feature is not a bug).--> I just noticed that installing Apt packages `python3` and `python3-dev` doesn't include `pip3`. ## Steps to Reproduce <!--Steps to ...
defect
need pip included with apt installs for ubuntu docker images bug description i just noticed that installing apt packages and dev doesn t include steps to reproduce it s more of an omission than a bug if you launch a ubuntu moose container and enter which it will show doesn t ...
1
74,672
25,249,636,168
IssuesEvent
2022-11-15 13:48:21
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Bad UTD in Encrypted group room with Travis
T-Defect X-Regression S-Major A-E2EE Z-UISI O-Frequent Team: Crypto
### Steps to reproduce 1. Where are you starting? What can you see? Several of Travis's messages are UTD. ### Outcome #### What did you expect? to see his messages #### What happened instead? ### Operating system Manjaro Linux ### Browser information Firefox 105.0 ### URL for webapp https://app.elem...
1.0
Bad UTD in Encrypted group room with Travis - ### Steps to reproduce 1. Where are you starting? What can you see? Several of Travis's messages are UTD. ### Outcome #### What did you expect? to see his messages #### What happened instead? ### Operating system Manjaro Linux ### Browser information Firef...
defect
bad utd in encrypted group room with travis steps to reproduce where are you starting what can you see several of travis s messages are utd outcome what did you expect to see his messages what happened instead operating system manjaro linux browser information firef...
1
228,485
7,551,548,950
IssuesEvent
2018-04-18 20:30:10
PlasmaPy/SpectroscoPy
https://api.github.com/repos/PlasmaPy/SpectroscoPy
closed
Support handling roman numerals
Effort: medium Priority: high
We need an easy way to convert between integers and Roman numerals, as much of atomic notation uses Roman numerals to describe charge states. I've got some initial code for such a module.
1.0
Support handling roman numerals - We need an easy way to convert between integers and Roman numerals, as much of atomic notation uses Roman numerals to describe charge states. I've got some initial code for such a module.
non_defect
support handling roman numerals we need an easy way to convert between integers and roman numerals as much of atomic notation uses roman numerals to describe charge states i ve got some initial code for such a module
0
12,720
2,714,802,400
IssuesEvent
2015-04-10 08:09:08
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[TEST-FAILURE] ClientMapLoadAllTest timeout
Team: Client Type: Defect
`test timed out after 60000 milliseconds` com.hazelcast.client.map.ClientMapLoadAllTest.testGetMap_issue_3031 com.hazelcast.client.map.ClientMapLoadAllTest.testLoadAll_allKeys com.hazelcast.client.map.ClientMapLoadAllTest.testLoadAll_givenKeys com.hazelcast.client.map.ClientMapLoadAllTest.com.hazelcast.client.map...
1.0
[TEST-FAILURE] ClientMapLoadAllTest timeout - `test timed out after 60000 milliseconds` com.hazelcast.client.map.ClientMapLoadAllTest.testGetMap_issue_3031 com.hazelcast.client.map.ClientMapLoadAllTest.testLoadAll_allKeys com.hazelcast.client.map.ClientMapLoadAllTest.testLoadAll_givenKeys com.hazelcast.client.map...
defect
clientmaploadalltest timeout test timed out after milliseconds com hazelcast client map clientmaploadalltest testgetmap issue com hazelcast client map clientmaploadalltest testloadall allkeys com hazelcast client map clientmaploadalltest testloadall givenkeys com hazelcast client map clientmaploadalltes...
1
327,999
28,097,171,230
IssuesEvent
2023-03-30 16:36:06
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
[BUG] RKE1 Clusters taking hours to come back up after a migration via backup/restore operator
kind/bug area/backup-recover [zube]: To Test team/area2 team/area3
**Rancher Server Setup** - Rancher version: `v2.6-head Commit ID: 240554b` - Installation option (Docker install/Helm Chart): Helm - If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): RKE1 - Proxy/Cert Details: byo-valid **Information about the Cluster** - Kubernetes version: `v1.24.1...
1.0
[BUG] RKE1 Clusters taking hours to come back up after a migration via backup/restore operator - **Rancher Server Setup** - Rancher version: `v2.6-head Commit ID: 240554b` - Installation option (Docker install/Helm Chart): Helm - If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): RKE1 - P...
non_defect
clusters taking hours to come back up after a migration via backup restore operator rancher server setup rancher version head commit id installation option docker install helm chart helm if helm chart kubernetes cluster and version eks etc proxy cert details byo va...
0
3,728
2,610,067,694
IssuesEvent
2015-02-26 18:19:52
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥前列腺炎要多少钱
auto-migrated Priority-Medium Type-Defect
``` 路桥前列腺炎要多少钱【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专...
1.0
路桥前列腺炎要多少钱 - ``` 路桥前列腺炎要多少钱【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医...
defect
路桥前列腺炎要多少钱 路桥前列腺炎要多少钱【台州五洲生殖医院】 热线 微信号tzwzszyy 医院地址 台州市 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original i...
1
51,261
26,992,437,602
IssuesEvent
2023-02-09 21:07:04
theCrag/website
https://api.github.com/repos/theCrag/website
closed
Poor Website Performance
Mobile / Responsive Content editing Performance
**What happened?** Since a while I experience very bad performance when navigating the site. I don't know where the problem is but as it did not disapear over time I'm raising the issue. See attached logs: [firefox-logs.zip](https://github.com/theCrag/website/files/7306162/firefox-logs.zip) Sometime navigating...
True
Poor Website Performance - **What happened?** Since a while I experience very bad performance when navigating the site. I don't know where the problem is but as it did not disapear over time I'm raising the issue. See attached logs: [firefox-logs.zip](https://github.com/theCrag/website/files/7306162/firefox-logs....
non_defect
poor website performance what happened since a while i experience very bad performance when navigating the site i don t know where the problem is but as it did not disapear over time i m raising the issue see attached logs sometime navigating to another crag or starting to log an ascent or finis...
0
563,485
16,686,274,047
IssuesEvent
2021-06-08 08:22:34
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.telegraph.co.uk - see bug description
browser-firefox engine-gecko os-mac priority-important status-needsinfo
<!-- @browser: Firefox 78.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Firefox/78.0 --> <!-- @reported_with: unknown --> **URL**: https://www.telegraph.co.uk/ **Browser / Version**: Firefox 78.0 **Operating System**: Mac OS X 10.11 **Tested Another Browser**: Yes Safari...
1.0
www.telegraph.co.uk - see bug description - <!-- @browser: Firefox 78.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Firefox/78.0 --> <!-- @reported_with: unknown --> **URL**: https://www.telegraph.co.uk/ **Browser / Version**: Firefox 78.0 **Operating System**: Mac OS X ...
non_defect
see bug description url browser version firefox operating system mac os x tested another browser yes safari problem type something else description text does not appear it is seen briefly as the page starts to load steps to reproduce the fault is not prese...
0
13,891
2,789,593,403
IssuesEvent
2015-05-08 20:17:31
orwant/google-visualization-issues
https://api.github.com/repos/orwant/google-visualization-issues
opened
com.google.gwt.visualization.client.visualizations.Gauge issue
Priority-Medium Type-Defect
Original [issue 251](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=251) created by orwant on 2010-04-08T11:56:17.000Z: Hi, I’ve encountered a limitation regarding the gauge control. My specifications requires me to create a gauge which has two red and yellow ranges and a single green...
1.0
com.google.gwt.visualization.client.visualizations.Gauge issue - Original [issue 251](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=251) created by orwant on 2010-04-08T11:56:17.000Z: Hi, I’ve encountered a limitation regarding the gauge control. My specifications requires me to creat...
defect
com google gwt visualization client visualizations gauge issue original created by orwant on hi i’ve encountered a limitation regarding the gauge control my specifications requires me to create a gauge which has two red and yellow ranges and a single green one red – yellow – green – yellow...
1
375,320
11,102,516,072
IssuesEvent
2019-12-17 00:19:46
OutdoorRD/trails-viz
https://api.github.com/repos/OutdoorRD/trails-viz
closed
Add King County as additional project
priority:high
Data files have been uploaded to the data repo - let's get them into the dashboard!
1.0
Add King County as additional project - Data files have been uploaded to the data repo - let's get them into the dashboard!
non_defect
add king county as additional project data files have been uploaded to the data repo let s get them into the dashboard
0
366,895
10,831,897,293
IssuesEvent
2019-11-11 09:25:55
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.airbnb.ru - see bug description
browser-firefox-mobile engine-gecko priority-normal
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://www.airbnb.ru/trips/v1/e276862d-187b-45ba-b061-e5a1d1ea8e7c/ro/RESERVATION_USER_CHECKIN/HMAM5NEXD3/g **Browser / Version**: Firefox Mob...
1.0
www.airbnb.ru - see bug description - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://www.airbnb.ru/trips/v1/e276862d-187b-45ba-b061-e5a1d1ea8e7c/ro/RESERVATION_USER_CHECKIN/HMAM5NEXD3...
non_defect
see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description print button for booking doesn t work steps to reproduce browser configuration gfx webrender all false ...
0
20,480
3,367,213,141
IssuesEvent
2015-11-22 00:26:12
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
closed
Localized strings that are part of records do not end up in the pot file
core defect
For instance `mod_admin.erl` the menu items (line 110 and below) are not copied to .pot: ``` #menu_item{id=admin_structure, label=?__("Structure", Context)}, ``` But strings written like this are: ``` observe_admin_menu(admin_menu, Acc, Context) -> Test = ?__("Structure", Context), ``` ...
1.0
Localized strings that are part of records do not end up in the pot file - For instance `mod_admin.erl` the menu items (line 110 and below) are not copied to .pot: ``` #menu_item{id=admin_structure, label=?__("Structure", Context)}, ``` But strings written like this are: ``` observe_admin_m...
defect
localized strings that are part of records do not end up in the pot file for instance mod admin erl the menu items line and below are not copied to pot menu item id admin structure label structure context but strings written like this are observe admin men...
1
95,599
3,954,339,967
IssuesEvent
2016-04-29 16:37:22
larsiusprime/tdrpg-bugs
https://api.github.com/repos/larsiusprime/tdrpg-bugs
closed
Null Object Reference crash when Azra dies
1 bug DQ CORE Priority HIGH
0.5.7win7x64 ![dq-crash-azra-dies](https://cloud.githubusercontent.com/assets/16719964/14917217/3ed72bf0-0e1e-11e6-8bff-ed472d313dc8.png) Different trace than #665: ```Called from ApplicationMain::main ApplicationMain.hx line 159 Called from ApplicationMain::create ApplicationMain.hx line 71 Called from lime...
1.0
Null Object Reference crash when Azra dies - 0.5.7win7x64 ![dq-crash-azra-dies](https://cloud.githubusercontent.com/assets/16719964/14917217/3ed72bf0-0e1e-11e6-8bff-ed472d313dc8.png) Different trace than #665: ```Called from ApplicationMain::main ApplicationMain.hx line 159 Called from ApplicationMain::create...
non_defect
null object reference crash when azra dies different trace than called from applicationmain main applicationmain hx line called from applicationmain create applicationmain hx line called from lime app application exec lime app application hx line called from lime backend native...
0
282,942
21,315,994,887
IssuesEvent
2022-04-16 09:29:58
bounswe/bounswe2022group8
https://api.github.com/repos/bounswe/bounswe2022group8
closed
Milestone I Report: Repository Update
documentation Effort: Low Priority: High Status: completed
We have prepared Milestone Report I. **To Do**: Create new wiki pages and add use-case diagram, class diagram, sequence diagram and Milestone I report. Deadline: 15.04.22 @23.59
1.0
Milestone I Report: Repository Update - We have prepared Milestone Report I. **To Do**: Create new wiki pages and add use-case diagram, class diagram, sequence diagram and Milestone I report. Deadline: 15.04.22 @23.59
non_defect
milestone i report repository update we have prepared milestone report i to do create new wiki pages and add use case diagram class diagram sequence diagram and milestone i report deadline
0
1,283
2,603,747,066
IssuesEvent
2015-02-24 17:42:55
chrsmith/bwapi
https://api.github.com/repos/chrsmith/bwapi
closed
Multiplayer chat messages garbled
auto-migrated Priority-Medium Type-Defect
``` r1676 seems to have broken the ability to send chat messages in multiplayer online matches, for me at least. The text is garbled by the time it's read from interceptedMessages. ``` ----- Original issue reported on code.google.com by `caus...@googlemail.com` on 1 Dec 2009 at 4:05
1.0
Multiplayer chat messages garbled - ``` r1676 seems to have broken the ability to send chat messages in multiplayer online matches, for me at least. The text is garbled by the time it's read from interceptedMessages. ``` ----- Original issue reported on code.google.com by `caus...@googlemail.com` on 1 Dec 2009 at 4:05
defect
multiplayer chat messages garbled seems to have broken the ability to send chat messages in multiplayer online matches for me at least the text is garbled by the time it s read from interceptedmessages original issue reported on code google com by caus googlemail com on dec at
1
598,153
18,238,305,969
IssuesEvent
2021-10-01 09:44:21
FrancescoXX/4c-site
https://api.github.com/repos/FrancescoXX/4c-site
closed
Make "Contributers" in the form of a button on navbar
good first issue minor hacktoberfest 🟨 priority: medium
<img width="278" alt="Screenshot 2021-10-01 at 11 41 28 AM" src="https://user-images.githubusercontent.com/32107448/135573921-a1caf41e-d755-413f-84d8-0ff3441ef397.png"> Talking about this contributors on the top right. Currently in the form of plain text it looks off.
1.0
Make "Contributers" in the form of a button on navbar - <img width="278" alt="Screenshot 2021-10-01 at 11 41 28 AM" src="https://user-images.githubusercontent.com/32107448/135573921-a1caf41e-d755-413f-84d8-0ff3441ef397.png"> Talking about this contributors on the top right. Currently in the form of plain text it loo...
non_defect
make contributers in the form of a button on navbar img width alt screenshot at am src talking about this contributors on the top right currently in the form of plain text it looks off
0
45,895
13,055,817,076
IssuesEvent
2020-07-30 02:49:31
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
Services cannot be accessed if the simclasses python module is loaded before load("libdataio") (Trac #211)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/211 ```json { "status": "closed", "changetime": "2011-04-15T09:41:21", "description": "If in a python script \n{{{\n from icecube import simclasses\n}}}\nis done before\n{{{\n load(\"libdataio\")\n}}}\nmodules/services in an I3Tray will not be able to G...
1.0
Services cannot be accessed if the simclasses python module is loaded before load("libdataio") (Trac #211) - Migrated from https://code.icecube.wisc.edu/ticket/211 ```json { "status": "closed", "changetime": "2011-04-15T09:41:21", "description": "If in a python script \n{{{\n from icecube import simclass...
defect
services cannot be accessed if the simclasses python module is loaded before load libdataio trac migrated from json status closed changetime description if in a python script n n from icecube import simclasses n nis done before n n load libdataio ...
1
106,584
11,492,694,922
IssuesEvent
2020-02-11 21:30:35
dapr/docs
https://api.github.com/repos/dapr/docs
closed
Update java sdk state example doc to refer to multi-state store
documentation
Refer to multiple state stores in Java SDK example for state.
1.0
Update java sdk state example doc to refer to multi-state store - Refer to multiple state stores in Java SDK example for state.
non_defect
update java sdk state example doc to refer to multi state store refer to multiple state stores in java sdk example for state
0
4,807
2,610,156,980
IssuesEvent
2015-02-26 18:49:53
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Snailtank
auto-migrated Priority-Medium Type-Defect
``` Snail tank add HP for 2nd guns ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:36
1.0
Snailtank - ``` Snail tank add HP for 2nd guns ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:36
defect
snailtank snail tank add hp for guns original issue reported on code google com by gmail com on jan at
1
24,993
4,164,419,954
IssuesEvent
2016-06-18 19:41:11
ironjan/klausurtool-ror
https://api.github.com/repos/ironjan/klausurtool-ror
closed
Internal exam list does not have lending button
defect
## How does this problem happen? 1. First I go to http://ausleihe.fachschafts.website/internal/ausleihe/exams ## What does happen? List of exams, no lending button. ## What do you expect to happen instead? List of exams, WITH lending button.
1.0
Internal exam list does not have lending button - ## How does this problem happen? 1. First I go to http://ausleihe.fachschafts.website/internal/ausleihe/exams ## What does happen? List of exams, no lending button. ## What do you expect to happen instead? List of exams, WITH lending button.
defect
internal exam list does not have lending button how does this problem happen first i go to what does happen list of exams no lending button what do you expect to happen instead list of exams with lending button
1
50,361
13,187,460,674
IssuesEvent
2020-08-13 03:29:12
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
Get I3_PORTS build on all UMD build nodes: (Trac #585)
Migrated from Trac defect tools/ports
http://code.icecube.wisc.edu/projects/icecube/wiki/DartNodes all should have a fresh build of i3-tools-v3-karmic for the slave acct. <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/585 , reported by blaufuss and owned by tfs</em></summary> <p> ```json { "status": "closed", "ch...
1.0
Get I3_PORTS build on all UMD build nodes: (Trac #585) - http://code.icecube.wisc.edu/projects/icecube/wiki/DartNodes all should have a fresh build of i3-tools-v3-karmic for the slave acct. <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/585 , reported by blaufuss and owned by tfs</em><...
defect
get ports build on all umd build nodes trac all should have a fresh build of tools karmic for the slave acct migrated from reported by blaufuss and owned by tfs json status closed changetime description should have a fresh build of t...
1
706,460
24,271,471,176
IssuesEvent
2022-09-28 10:37:18
netdata/netdata-cloud
https://api.github.com/repos/netdata/netdata-cloud
closed
[Bug]: Info field in alerts changes after a few seconds
bug priority/medium cloud-backend alerts-team
### Bug description The info field for alerts from the agent contains variables, that are replaced with text to be presented on alerts, etc. On the cloud when clicking on an alert, on the popup, the info field appears ok (with replaced variables), but after a few seconds it goes back to it's initial format (with va...
1.0
[Bug]: Info field in alerts changes after a few seconds - ### Bug description The info field for alerts from the agent contains variables, that are replaced with text to be presented on alerts, etc. On the cloud when clicking on an alert, on the popup, the info field appears ok (with replaced variables), but after ...
non_defect
info field in alerts changes after a few seconds bug description the info field for alerts from the agent contains variables that are replaced with text to be presented on alerts etc on the cloud when clicking on an alert on the popup the info field appears ok with replaced variables but after a fe...
0
21,233
3,476,604,075
IssuesEvent
2015-12-27 03:21:42
abortz/google-dnswall
https://api.github.com/repos/abortz/google-dnswall
closed
dnswall does not filter 192.0.2.0/24 as defined in RFC 3330
auto-migrated Priority-Medium Type-Defect
``` RFC 3330 defines some ranges which can not be found on the internet. for example 192.0.2.0/24. As a result those ranges can be used behind NAT like usual RFC 1918 IPs. dnswall should make sure those ranges are not returned neither. The trivial patch provided below add filtering for : 192.0.2.0/24 - This blo...
1.0
dnswall does not filter 192.0.2.0/24 as defined in RFC 3330 - ``` RFC 3330 defines some ranges which can not be found on the internet. for example 192.0.2.0/24. As a result those ranges can be used behind NAT like usual RFC 1918 IPs. dnswall should make sure those ranges are not returned neither. The trivial patch ...
defect
dnswall does not filter as defined in rfc rfc defines some ranges which can not be found on the internet for example as a result those ranges can be used behind nat like usual rfc ips dnswall should make sure those ranges are not returned neither the trivial patch provided below ...
1
1,339
3,869,918,998
IssuesEvent
2016-04-10 21:41:20
MJRLegends/Space-Astronomy-Feedback-
https://api.github.com/repos/MJRLegends/Space-Astronomy-Feedback-
closed
"entity.soul.name soul aspect" drops from cows
being looked at compatibility issue mod bug
I'm not familiar with the Practicalities mod so I'm not sure how this is dropping.
True
"entity.soul.name soul aspect" drops from cows - I'm not familiar with the Practicalities mod so I'm not sure how this is dropping.
non_defect
entity soul name soul aspect drops from cows i m not familiar with the practicalities mod so i m not sure how this is dropping
0
43,490
11,730,958,456
IssuesEvent
2020-03-10 22:39:00
OpenMS/OpenMS
https://api.github.com/repos/OpenMS/OpenMS
closed
CometAdapter crashes with an error
defect
Hi everyone! I use CometAdapter like this: CometAdapter -in .mzML -database .fasta -out .idXML -default_params_file comet.params Here is the whole output: Comet is writing the default parameter file... Executing: comet.exe Executed comet.exe successfully! Warning: Could not determine format of input file ...
1.0
CometAdapter crashes with an error - Hi everyone! I use CometAdapter like this: CometAdapter -in .mzML -database .fasta -out .idXML -default_params_file comet.params Here is the whole output: Comet is writing the default parameter file... Executing: comet.exe Executed comet.exe successfully! Warning: Coul...
defect
cometadapter crashes with an error hi everyone i use cometadapter like this cometadapter in mzml database fasta out idxml default params file comet params here is the whole output comet is writing the default parameter file executing comet exe executed comet exe successfully warning coul...
1
58,880
16,851,756,934
IssuesEvent
2021-06-20 16:54:11
mozilla/jetstream
https://api.github.com/repos/mozilla/jetstream
closed
address Client.dataset PendingDeprecationWarning
Defect
/root/project/jetstream/analysis.py:301: PendingDeprecationWarning: Client.dataset is deprecated and will be removed in a future version. Use a string like 'my_project.my_dataset' or a cloud.google.bigquery.DatasetReference object, instead. table_ref = self.client.dataset(self.dataset).table(table) ┆Issue is syn...
1.0
address Client.dataset PendingDeprecationWarning - /root/project/jetstream/analysis.py:301: PendingDeprecationWarning: Client.dataset is deprecated and will be removed in a future version. Use a string like 'my_project.my_dataset' or a cloud.google.bigquery.DatasetReference object, instead. table_ref = self.clien...
defect
address client dataset pendingdeprecationwarning root project jetstream analysis py pendingdeprecationwarning client dataset is deprecated and will be removed in a future version use a string like my project my dataset or a cloud google bigquery datasetreference object instead table ref self client ...
1
62,004
17,023,830,315
IssuesEvent
2021-07-03 04:04:17
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
[placenames] name tag not rendered if place=islet is used
Component: mapnik Priority: minor Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 7.26am, Saturday, 13th October 2012]** A polygon name is correctly rendered when provided with these tags: ``` access=yes garden:type=botanical leisure=garden name=Isola Borromeo ``` and the name is no more rendered with these tags: ``` access=yes gar...
1.0
[placenames] name tag not rendered if place=islet is used - **[Submitted to the original trac issue database at 7.26am, Saturday, 13th October 2012]** A polygon name is correctly rendered when provided with these tags: ``` access=yes garden:type=botanical leisure=garden name=Isola Borromeo ``` and the name ...
defect
name tag not rendered if place islet is used a polygon name is correctly rendered when provided with these tags access yes garden type botanical leisure garden name isola borromeo and the name is no more rendered with these tags access yes garden type botanical leisure garden ...
1
14,812
3,897,410,045
IssuesEvent
2016-04-16 11:53:51
NLog/NLog
https://api.github.com/repos/NLog/NLog
closed
Check if al docs are up-to-date for 4.3 release
documentation
- [x] all feature issues - [x] all feature PRs - [x] all non-feaure issues - [x] all non-feature PRs - [x] https://github.com/NLog/NLog/pull/1357
1.0
Check if al docs are up-to-date for 4.3 release - - [x] all feature issues - [x] all feature PRs - [x] all non-feaure issues - [x] all non-feature PRs - [x] https://github.com/NLog/NLog/pull/1357
non_defect
check if al docs are up to date for release all feature issues all feature prs all non feaure issues all non feature prs
0
20,555
3,604,790,027
IssuesEvent
2016-02-04 00:31:28
flutter/flutter
https://api.github.com/repos/flutter/flutter
opened
Gallery App has Scrolling Techniques
affects: material design customer: gallery ⚠ brand new feature
From https://www.google.com/design/spec/patterns/scrolling-techniques.html# App bar - [ ] The app bar can scroll off-screen with the content and return when the user reverse scrolls. - [ ] The app bar can stay fixed at the top with content scrolling under it. Tabs - [ ] The tab bar stays anchored at the to...
1.0
Gallery App has Scrolling Techniques - From https://www.google.com/design/spec/patterns/scrolling-techniques.html# App bar - [ ] The app bar can scroll off-screen with the content and return when the user reverse scrolls. - [ ] The app bar can stay fixed at the top with content scrolling under it. Tabs - [...
non_defect
gallery app has scrolling techniques from app bar the app bar can scroll off screen with the content and return when the user reverse scrolls the app bar can stay fixed at the top with content scrolling under it tabs the tab bar stays anchored at the top while the toolbar scrolls off ...
0
48,116
2,993,522,821
IssuesEvent
2015-07-22 04:39:21
RRUZ/delphi-ide-theme-editor
https://api.github.com/repos/RRUZ/delphi-ide-theme-editor
closed
DIC - Add the feature to change the font
auto-migrated Priority-Medium Type-Enhancement
``` Add the feature to change the font. Currently the only option is to remove "moderntheme*.bpl" to get the old font back. ``` Original issue reported on code.google.com by `Trallala...@gmail.com` on 21 Nov 2014 at 2:42
1.0
DIC - Add the feature to change the font - ``` Add the feature to change the font. Currently the only option is to remove "moderntheme*.bpl" to get the old font back. ``` Original issue reported on code.google.com by `Trallala...@gmail.com` on 21 Nov 2014 at 2:42
non_defect
dic add the feature to change the font add the feature to change the font currently the only option is to remove moderntheme bpl to get the old font back original issue reported on code google com by trallala gmail com on nov at
0
38,673
8,951,962,503
IssuesEvent
2019-01-25 15:21:01
svigerske/ipopt-donotuse
https://api.github.com/repos/svigerske/ipopt-donotuse
closed
rowwise and columnwise norms of matrix
Ipopt constraint gradient norm defect
Issue created by migration from Trac. Original creator: Lifeng Chen Original creation time: 2008-08-06 20:26:22 Assignee: ipopt-team Version: 3.4 CC: lc2161@columbia.edu Andreas, Can you add a method in the matrix object that computes the vector norm of each row or each column of a matrix. I need this to compu...
1.0
rowwise and columnwise norms of matrix - Issue created by migration from Trac. Original creator: Lifeng Chen Original creation time: 2008-08-06 20:26:22 Assignee: ipopt-team Version: 3.4 CC: lc2161@columbia.edu Andreas, Can you add a method in the matrix object that computes the vector norm of each row or each...
defect
rowwise and columnwise norms of matrix issue created by migration from trac original creator lifeng chen original creation time assignee ipopt team version cc columbia edu andreas can you add a method in the matrix object that computes the vector norm of each row or each column of a ...
1
172,900
14,395,372,458
IssuesEvent
2020-12-03 03:34:01
machineagency/jubilee
https://api.github.com/repos/machineagency/jubilee
closed
Outer Frame Assembly and Instructions
documentation fixed_in_2.2.0
Generally, we'd like the upper and lower frames to be called out more consistently. For example on sheet 8, it is called prior frame and loose frame, but at the bottom it is called upper and lower frame. ![image](https://user-images.githubusercontent.com/49258117/73327792-31c11680-420c-11ea-99bc-ffc44f1eeb78.png)
1.0
Outer Frame Assembly and Instructions - Generally, we'd like the upper and lower frames to be called out more consistently. For example on sheet 8, it is called prior frame and loose frame, but at the bottom it is called upper and lower frame. ![image](https://user-images.githubusercontent.com/49258117/73327792-31c...
non_defect
outer frame assembly and instructions generally we d like the upper and lower frames to be called out more consistently for example on sheet it is called prior frame and loose frame but at the bottom it is called upper and lower frame
0
110,083
13,900,675,283
IssuesEvent
2020-10-20 00:58:10
gitcoinco/web
https://api.github.com/repos/gitcoinco/web
closed
Support Categories/ Interests in the system Epic
Gitcoin Hackathon design onboarding
<!-- Hello Gitcoiner! Please use the template below for feature requests for Gitcoin. If it is general support you need, reach out to us at chat.gitcoin.co --> ### User Story As an operator of Gitcoin, we'd like to know and collect developer interests so that we can surface relevant information and exper...
1.0
Support Categories/ Interests in the system Epic - <!-- Hello Gitcoiner! Please use the template below for feature requests for Gitcoin. If it is general support you need, reach out to us at chat.gitcoin.co --> ### User Story As an operator of Gitcoin, we'd like to know and collect developer interests so...
non_defect
support categories interests in the system epic hello gitcoiner please use the template below for feature requests for gitcoin if it is general support you need reach out to us at chat gitcoin co user story as an operator of gitcoin we d like to know and collect developer interests so...
0
21,377
29,202,228,414
IssuesEvent
2023-05-21 00:36:53
devssa/onde-codar-em-salvador
https://api.github.com/repos/devssa/onde-codar-em-salvador
closed
[Hibrido / Aclimação, São Paulo, Brazil] Backend C# Developer na Coodesh
SALVADOR BACK-END SQL REST REQUISITOS VB.NET PROCESSOS BACKEND GITHUB WEBSERVICES UMA C APIs ERP MANUTENÇÃO NEGÓCIOS WOOCOMMERCE ALOCADO Stale
## Descrição da vaga: Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios. Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vagas/desenvolvedor-c-ecommerce-201121602?u...
1.0
[Hibrido / Aclimação, São Paulo, Brazil] Backend C# Developer na Coodesh - ## Descrição da vaga: Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios. Fique atento ao redirecionamento que vai te levar para uma url [https://c...
non_defect
backend c developer na coodesh descrição da vaga esta é uma vaga de um parceiro da plataforma coodesh ao candidatar se você terá acesso as informações completas sobre a empresa e benefícios fique atento ao redirecionamento que vai te levar para uma url com o pop up personalizado de candidatura 👋...
0
70,223
23,059,254,252
IssuesEvent
2022-07-25 08:26:31
ibus/ibus
https://api.github.com/repos/ibus/ibus
closed
Cannot input some characters with XIM
Type-Defect ibus xorg
## TL;DR If you can't input `≤ ≥ √ ≈ ∙` in old X applications, a workaround is to set `LC_CTYPE=ja_JP.UTF-8` (or another CJK locale), globally or just for ibus, OR you can use this patch: https://github.com/ibus/ibus/pull/2425 ------- #### Which distribution and version?: NixOS 22.05 #### Which desktop en...
1.0
Cannot input some characters with XIM - ## TL;DR If you can't input `≤ ≥ √ ≈ ∙` in old X applications, a workaround is to set `LC_CTYPE=ja_JP.UTF-8` (or another CJK locale), globally or just for ibus, OR you can use this patch: https://github.com/ibus/ibus/pull/2425 ------- #### Which distribution and version?...
defect
cannot input some characters with xim tl dr if you can t input ≤ ≥ √ ≈ ∙ in old x applications a workaround is to set lc ctype ja jp utf or another cjk locale globally or just for ibus or you can use this patch which distribution and version nixos which desktop e...
1
43,894
11,874,181,851
IssuesEvent
2020-03-26 18:32:47
Cockatrice/Cockatrice
https://api.github.com/repos/Cockatrice/Cockatrice
closed
Keyboard Shortcuts not working in Unity (Ubuntu 16.10)
App - Cockatrice Defect - Basic OS - Linux
<b>OS:</b> Ubuntu 16.10 <b>Cockatrice version:</b> Version f7c8651 (2016-12-30) ___ <br> Adding/removing appmenu-qt5 does not fix broken keyboard shortcuts. Rebuilt several times with and without as well as using _make clean_ between builds. Used the most recent available code using _git pull origin master_. ...
1.0
Keyboard Shortcuts not working in Unity (Ubuntu 16.10) - <b>OS:</b> Ubuntu 16.10 <b>Cockatrice version:</b> Version f7c8651 (2016-12-30) ___ <br> Adding/removing appmenu-qt5 does not fix broken keyboard shortcuts. Rebuilt several times with and without as well as using _make clean_ between builds. Used the mo...
defect
keyboard shortcuts not working in unity ubuntu os ubuntu cockatrice version version adding removing appmenu does not fix broken keyboard shortcuts rebuilt several times with and without as well as using make clean between builds used the most recent available code using...
1
243,278
18,680,950,692
IssuesEvent
2021-11-01 05:29:25
AY2122S1-CS2113T-T09-2/tp
https://api.github.com/repos/AY2122S1-CS2113T-T09-2/tp
closed
[PE-D] Confusing command description in UG
bug.Documentation
#### Issue description The command description for finding specific module is a bit confusing. Saying the command format is `find /mod <KEYWORD>` can cause a confusion that `<KEYWORD>` is the module title, while it is actually the module code. #### Additional details / screenshot ![image.png](https://raw.githubuse...
1.0
[PE-D] Confusing command description in UG - #### Issue description The command description for finding specific module is a bit confusing. Saying the command format is `find /mod <KEYWORD>` can cause a confusion that `<KEYWORD>` is the module title, while it is actually the module code. #### Additional details / sc...
non_defect
confusing command description in ug issue description the command description for finding specific module is a bit confusing saying the command format is find mod can cause a confusion that is the module title while it is actually the module code additional details screenshot ...
0
48,136
13,067,473,321
IssuesEvent
2020-07-31 00:34:11
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
dst - test dst::dst16.py is failing across the board (Trac #1847)
Migrated from Trac combo reconstruction defect
```text 187/425 Test #187: dst::dst16.py ..................................................***Failed 6.66 sec INFO (I3Tray): qify-dst: WritePFrame = True (I3Tray.py:226 in __call__) INFO (I3Tray): Adding Anonymous Module of type '<class 'icecube.dst.dsttest.CheckFrameIndex'>' with name 'CheckFrameIndex_0000' (I3Tra...
1.0
dst - test dst::dst16.py is failing across the board (Trac #1847) - ```text 187/425 Test #187: dst::dst16.py ..................................................***Failed 6.66 sec INFO (I3Tray): qify-dst: WritePFrame = True (I3Tray.py:226 in __call__) INFO (I3Tray): Adding Anonymous Module of type '<class 'icecube.ds...
defect
dst test dst py is failing across the board trac text test dst py failed sec info qify dst writepframe true py in call info adding anonymous module of type with name checkframeindex py in create n...
1
26,456
4,713,126,918
IssuesEvent
2016-10-14 19:00:07
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Bridge String class overloads inconsistent with C# String class
defect
The following sample generates a C# compiler error: https://dotnetfiddle.net/NuFS5Y However in Bridge there is an overload of String that takes a single character with no additional arguments, although it produces unexpected results: http://deck.net/6c2a18f0d1279e150ba61dc9b1210673 This just seems to present pr...
1.0
Bridge String class overloads inconsistent with C# String class - The following sample generates a C# compiler error: https://dotnetfiddle.net/NuFS5Y However in Bridge there is an overload of String that takes a single character with no additional arguments, although it produces unexpected results: http://deck.net...
defect
bridge string class overloads inconsistent with c string class the following sample generates a c compiler error however in bridge there is an overload of string that takes a single character with no additional arguments although it produces unexpected results this just seems to present problems when...
1
823,348
30,991,936,901
IssuesEvent
2023-08-09 05:45:07
ADACS-Australia/TraceT
https://api.github.com/repos/ADACS-Australia/TraceT
closed
Integrate with api for MWA sub array functionality
High Priority
- [x] Andrew to email dummy API specifications for MWA sub array. - [x] Get positions for sub arrays - [ ] Use the dummy API in tests
1.0
Integrate with api for MWA sub array functionality - - [x] Andrew to email dummy API specifications for MWA sub array. - [x] Get positions for sub arrays - [ ] Use the dummy API in tests
non_defect
integrate with api for mwa sub array functionality andrew to email dummy api specifications for mwa sub array get positions for sub arrays use the dummy api in tests
0
62,614
17,092,343,117
IssuesEvent
2021-07-08 19:18:37
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Data conversion error converting "TIMESTAMP to JSON" in H2
C: DB: H2 C: Functionality E: All Editions P: Medium T: Defect
Same issue as https://github.com/jOOQ/jOOQ/issues/10769, but with other types: - [ ] `DATE` - [ ] `TIME` - [ ] `TIMESTAMP` For example, this doesn't work: ```sql select json_array(date '2000-01-01') ``` We need to do this, instead: ```sql select json_array(date '2000-01-01'::text); ```
1.0
Data conversion error converting "TIMESTAMP to JSON" in H2 - Same issue as https://github.com/jOOQ/jOOQ/issues/10769, but with other types: - [ ] `DATE` - [ ] `TIME` - [ ] `TIMESTAMP` For example, this doesn't work: ```sql select json_array(date '2000-01-01') ``` We need to do this, instead: ```sql ...
defect
data conversion error converting timestamp to json in same issue as but with other types date time timestamp for example this doesn t work sql select json array date we need to do this instead sql select json array date text
1
359,728
25,253,382,075
IssuesEvent
2022-11-15 16:11:39
great-expectations/great_expectations
https://api.github.com/repos/great-expectations/great_expectations
closed
Documentation encourages deprecated behavior for RuntimeDataConnector
documentation community devrel
The current version of the [documentation for RuntimeDataConnector](https://docs.greatexpectations.io/docs/guides/connecting_to_your_data/how_to_configure_a_runtimedataconnector) puts the `batch_identifier` in the config. This is [deprecated](https://github.com/great-expectations/great_expectations/pull/4889) in 0.1...
1.0
Documentation encourages deprecated behavior for RuntimeDataConnector - The current version of the [documentation for RuntimeDataConnector](https://docs.greatexpectations.io/docs/guides/connecting_to_your_data/how_to_configure_a_runtimedataconnector) puts the `batch_identifier` in the config. This is [deprecated](ht...
non_defect
documentation encourages deprecated behavior for runtimedataconnector the current version of the puts the batch identifier in the config this is in as a new user it is unclear what i have to change and how it impacts me please make sure the documentation is updated and recommends the right wa...
0
79,297
28,092,012,597
IssuesEvent
2023-03-30 13:37:52
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Handle non-existing Homeserver when starting a DM
T-Defect S-Minor X-Needs-Design O-Uncommon A-DM-Start
### Steps to reproduce 1. Click on + next to the people list 2. Enter an MXID with a Homeserver, that does not exist, e.g. `@test:asdfoij2323783289.org` 3. Go 4. You will be in the pre DM screen 5. Send the first message ### Outcome #### What did you expect? Some kind of error handling. #### What happened ...
1.0
Handle non-existing Homeserver when starting a DM - ### Steps to reproduce 1. Click on + next to the people list 2. Enter an MXID with a Homeserver, that does not exist, e.g. `@test:asdfoij2323783289.org` 3. Go 4. You will be in the pre DM screen 5. Send the first message ### Outcome #### What did you expect? ...
defect
handle non existing homeserver when starting a dm steps to reproduce click on next to the people list enter an mxid with a homeserver that does not exist e g test org go you will be in the pre dm screen send the first message outcome what did you expect some kind of er...
1
61,702
17,023,760,753
IssuesEvent
2021-07-03 03:42:11
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
halcyon/mapcss: "color: black; " does not work
Component: potlatch2 Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 9.51pm, Monday, 28th November 2011]** When you write ``` way { width: 3; color: red; } way[highway] { width: 5; color : black; } way[highway=secondary] { width: 52; color : blue; } ``` the "```color: black;```" doesn't seem to have any effect. (PL2 Version...
1.0
halcyon/mapcss: "color: black; " does not work - **[Submitted to the original trac issue database at 9.51pm, Monday, 28th November 2011]** When you write ``` way { width: 3; color: red; } way[highway] { width: 5; color : black; } way[highway=secondary] { width: 52; color : blue; } ``` the "```color: black;```"...
defect
halcyon mapcss color black does not work when you write way width color red way width color black way width color blue the color black doesn t seem to have any effect version
1
28,287
5,233,804,538
IssuesEvent
2017-01-30 14:02:39
SemsTestOrg/bives
https://api.github.com/repos/SemsTestOrg/bives
opened
describe how to create own report in bives
defect major migrated website
## Trac Ticket #2 **component:** website **owner:** martin **reporter:** martin **created:** 2014-01-31 13:52:57 **milestone:** **type:** defect **version:** **keywords:** describe how to extend bives to produce customized reports ## comment 1 **time:** 2014-02-05 13:57:09 **author:** martin see * http://sems.u...
1.0
describe how to create own report in bives - ## Trac Ticket #2 **component:** website **owner:** martin **reporter:** martin **created:** 2014-01-31 13:52:57 **milestone:** **type:** defect **version:** **keywords:** describe how to extend bives to produce customized reports ## comment 1 **time:** 2014-02-05 13:57...
defect
describe how to create own report in bives trac ticket component website owner martin reporter martin created milestone type defect version keywords describe how to extend bives to produce customized reports comment time author ...
1
374,414
11,089,488,821
IssuesEvent
2019-12-14 18:51:37
bengibaykal/swe573
https://api.github.com/repos/bengibaykal/swe573
closed
How to receive data from HTML form as Json Object to save as post
Priority: High Scope: backend Scope: frontend
request type = POST postjson = entered field names, entered field values . json() json.loads(postjson) save as post. But how? Learn json operations.
1.0
How to receive data from HTML form as Json Object to save as post - request type = POST postjson = entered field names, entered field values . json() json.loads(postjson) save as post. But how? Learn json operations.
non_defect
how to receive data from html form as json object to save as post request type post postjson entered field names entered field values json json loads postjson save as post but how learn json operations
0
75,860
26,108,758,760
IssuesEvent
2022-12-27 16:34:03
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: Chrome Driver throwing an Exception when starting chrome with a defined User-Profile from --user-data-dir--
I-defect needs-triaging
### What happened? For my Project to automate a carting process in need to start Chrome with a definded Chrome-Profile. To do so I added an argument to the ChromeOptions as following: options_name.add_argument(f'--user-data-dir={profile}') -->i already defined profile above: profile = '--user-data-dir=C:\\Users\\...
1.0
[🐛 Bug]: Chrome Driver throwing an Exception when starting chrome with a defined User-Profile from --user-data-dir-- - ### What happened? For my Project to automate a carting process in need to start Chrome with a definded Chrome-Profile. To do so I added an argument to the ChromeOptions as following: options_name....
defect
chrome driver throwing an exception when starting chrome with a defined user profile from user data dir what happened for my project to automate a carting process in need to start chrome with a definded chrome profile to do so i added an argument to the chromeoptions as following options name add arg...
1
80,199
30,111,421,885
IssuesEvent
2023-06-30 08:05:05
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
[BUG]: Slightly misaligned icons in feeds view after 4.4.0
Type-Defect Component-GUI Component-Feed-List Status-Fixed
### Brief description of the issue Icons on the feeds view look misaligned in 4.4.0, but were fine in 4.3.4. Here's two screenshots comparing both versions (they're from the Qt 5 AppImage): 4.3.4 Fusion (good) | 4.4.0 Fusion (bad) :------------------:|:-----------------: ![4 3 4-good-fusion](https://github.c...
1.0
[BUG]: Slightly misaligned icons in feeds view after 4.4.0 - ### Brief description of the issue Icons on the feeds view look misaligned in 4.4.0, but were fine in 4.3.4. Here's two screenshots comparing both versions (they're from the Qt 5 AppImage): 4.3.4 Fusion (good) | 4.4.0 Fusion (bad) :-----------------...
defect
slightly misaligned icons in feeds view after brief description of the issue icons on the feeds view look misaligned in but were fine in here s two screenshots comparing both versions they re from the qt appimage fusion good fusion bad ...
1
3,745
4,021,285,373
IssuesEvent
2016-05-16 21:23:34
HippieStationCode/HippieStation13
https://api.github.com/repos/HippieStationCode/HippieStation13
closed
Unfuck zombies
Bug Performance
So far on every single occasion that zombies have been introduced to a round, the server undergoes lag spikes, which increase in frequency until it eventually crashes and needs to be reset. Typically this occurs after there are many zombies active, and many people infected with the zombie virus running around. I don...
True
Unfuck zombies - So far on every single occasion that zombies have been introduced to a round, the server undergoes lag spikes, which increase in frequency until it eventually crashes and needs to be reset. Typically this occurs after there are many zombies active, and many people infected with the zombie virus running...
non_defect
unfuck zombies so far on every single occasion that zombies have been introduced to a round the server undergoes lag spikes which increase in frequency until it eventually crashes and needs to be reset typically this occurs after there are many zombies active and many people infected with the zombie virus running...
0
18,687
3,080,680,557
IssuesEvent
2015-08-22 00:32:16
jameslh/pagedown
https://api.github.com/repos/jameslh/pagedown
closed
Bullet multiple lines individually
auto-migrated Priority-Medium Type-Defect
``` When selecting multiple lines of texting and applying bullet formatting, the text editor converts everything to a single line. This is divergent from the way most text editors will apply bullets. If there's a carriage return in the highlighted text portion, can the line return be preserved? What steps will rep...
1.0
Bullet multiple lines individually - ``` When selecting multiple lines of texting and applying bullet formatting, the text editor converts everything to a single line. This is divergent from the way most text editors will apply bullets. If there's a carriage return in the highlighted text portion, can the line retu...
defect
bullet multiple lines individually when selecting multiple lines of texting and applying bullet formatting the text editor converts everything to a single line this is divergent from the way most text editors will apply bullets if there s a carriage return in the highlighted text portion can the line retu...
1
702,235
24,120,771,450
IssuesEvent
2022-09-20 18:29:45
googleapis/google-auth-library-nodejs
https://api.github.com/repos/googleapis/google-auth-library-nodejs
closed
samples: should read from a keyfile failed
type: bug priority: p1 samples flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: a069469b9907df70967e2a1d91d2736fefdffe95 b...
1.0
samples: should read from a keyfile failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commi...
non_defect
samples should read from a keyfile failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output expected to match dns info assertionerror expe...
0
117,224
25,074,759,177
IssuesEvent
2022-11-07 14:45:26
dekarrin/rosed
https://api.github.com/repos/dekarrin/rosed
opened
Better unit test library
code-cleanup
Many of them are currently using a dekarrin library for assertion, which was a great learning experience but it would probably be betta to switch to somefin a lil betta glubbin supported by community, such as the `testify` library.
1.0
Better unit test library - Many of them are currently using a dekarrin library for assertion, which was a great learning experience but it would probably be betta to switch to somefin a lil betta glubbin supported by community, such as the `testify` library.
non_defect
better unit test library many of them are currently using a dekarrin library for assertion which was a great learning experience but it would probably be betta to switch to somefin a lil betta glubbin supported by community such as the testify library
0