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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
135,555 | 19,594,993,369 | IssuesEvent | 2022-01-05 16:49:33 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | [Design] Design first draft of Blue Sky Product Health Tool | Epic analytics-insights design | ## User Story
As a VFS stakeholder, I need to understand what the VSP Analytics and Insights team's product health tool will look like so I can prioritize my KPIs.
## Goal
Design the first draft of the "blue sky" product health tool.
## Acceptance Criteria
- [x] Design the first draft of the "blue sky" product... | 1.0 | [Design] Design first draft of Blue Sky Product Health Tool - ## User Story
As a VFS stakeholder, I need to understand what the VSP Analytics and Insights team's product health tool will look like so I can prioritize my KPIs.
## Goal
Design the first draft of the "blue sky" product health tool.
## Acceptance Cr... | non_defect | design first draft of blue sky product health tool user story as a vfs stakeholder i need to understand what the vsp analytics and insights team s product health tool will look like so i can prioritize my kpis goal design the first draft of the blue sky product health tool acceptance criteria ... | 0 |
30,978 | 6,384,531,100 | IssuesEvent | 2017-08-03 05:27:36 | sous-chefs/ruby_rbenv | https://api.github.com/repos/sous-chefs/ruby_rbenv | closed | rbenv_gem ignores rbenv_version | Defect | ### Cookbook version
2.0.0
### Chef-client version
12.21.3
### Platform Details
ubuntu14.04
### Scenario:
trying to install a gem to a specific rbenv version
### Steps to Reproduce:
Given this code:
```
rbenv_gem gem_name do
rbenv_version ruby_version
end
```
The gem is not being installe... | 1.0 | rbenv_gem ignores rbenv_version - ### Cookbook version
2.0.0
### Chef-client version
12.21.3
### Platform Details
ubuntu14.04
### Scenario:
trying to install a gem to a specific rbenv version
### Steps to Reproduce:
Given this code:
```
rbenv_gem gem_name do
rbenv_version ruby_version
end
``... | defect | rbenv gem ignores rbenv version cookbook version chef client version platform details scenario trying to install a gem to a specific rbenv version steps to reproduce given this code rbenv gem gem name do rbenv version ruby version end the g... | 1 |
343,536 | 10,332,265,239 | IssuesEvent | 2019-09-02 22:38:33 | vedantswain/vedantswain.github.io | https://api.github.com/repos/vedantswain/vedantswain.github.io | closed | Update in project icons | priority: low update | - [ ] The use of color seems too tacky (change to monochrome/possibly single colour throughout)
- [ ] Consider possibility of using svgs
- [ ] Harmonize the sizes of icons
- [ ] Remove icons completely in some cases and replace with badges/tags | 1.0 | Update in project icons - - [ ] The use of color seems too tacky (change to monochrome/possibly single colour throughout)
- [ ] Consider possibility of using svgs
- [ ] Harmonize the sizes of icons
- [ ] Remove icons completely in some cases and replace with badges/tags | non_defect | update in project icons the use of color seems too tacky change to monochrome possibly single colour throughout consider possibility of using svgs harmonize the sizes of icons remove icons completely in some cases and replace with badges tags | 0 |
658,342 | 21,885,533,024 | IssuesEvent | 2022-05-19 18:14:27 | bounswe/bounswe2022group2 | https://api.github.com/repos/bounswe/bounswe2022group2 | opened | Practice App: Writing the Unit Tests of the Lesson Enrollment | priority-medium status-new practice-app | ### Issue Description
We determined the endpoints to be included in the practice app project in our [weekly meeting-9](https://github.com/bounswe/bounswe2022group2/wiki/Meeting-%239-(01.05.2022)).
After the determination of the complete list, we divided the tasks within the team. I took responsibility for enrolli... | 1.0 | Practice App: Writing the Unit Tests of the Lesson Enrollment - ### Issue Description
We determined the endpoints to be included in the practice app project in our [weekly meeting-9](https://github.com/bounswe/bounswe2022group2/wiki/Meeting-%239-(01.05.2022)).
After the determination of the complete list, we divi... | non_defect | practice app writing the unit tests of the lesson enrollment issue description we determined the endpoints to be included in the practice app project in our after the determination of the complete list we divided the tasks within the team i took responsibility for enrolling the lesson endpoint after... | 0 |
78,114 | 27,329,057,267 | IssuesEvent | 2023-02-25 11:38:24 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Tree:ContextMenu: Treeview is showing a I-beam cursor instead of mouse pointer | :lady_beetle: defect workaround | ### Describe the bug
Noticed that when hovering over a treeview in PF 12 the mouse cursor changes to a I-beam cursor/pointer. Also when clicking on a treeview item. In PF 11 and before it's a normal mouse pointer, so this change happened in PF 12. This is the same for all the treeviews.
### Reproducer
It can be seen... | 1.0 | Tree:ContextMenu: Treeview is showing a I-beam cursor instead of mouse pointer - ### Describe the bug
Noticed that when hovering over a treeview in PF 12 the mouse cursor changes to a I-beam cursor/pointer. Also when clicking on a treeview item. In PF 11 and before it's a normal mouse pointer, so this change happened ... | defect | tree contextmenu treeview is showing a i beam cursor instead of mouse pointer describe the bug noticed that when hovering over a treeview in pf the mouse cursor changes to a i beam cursor pointer also when clicking on a treeview item in pf and before it s a normal mouse pointer so this change happened in... | 1 |
76,901 | 26,663,311,898 | IssuesEvent | 2023-01-25 23:37:54 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | InputNumber: Does not respect @Max/@DecimalMax annotation | :lady_beetle: defect :bangbang: needs-triage | ### Describe the bug
When the following min/max annotations are placed (as for instance on the showcase):
```
@DecimalMin("10")
@DecimalMax("100")
private Double input1;
@Min(10)
@Max(100)
private Double input2;
```
then the corresponding p:inputNumber components do not respect t... | 1.0 | InputNumber: Does not respect @Max/@DecimalMax annotation - ### Describe the bug
When the following min/max annotations are placed (as for instance on the showcase):
```
@DecimalMin("10")
@DecimalMax("100")
private Double input1;
@Min(10)
@Max(100)
private Double input2;
```
then... | defect | inputnumber does not respect max decimalmax annotation describe the bug when the following min max annotations are placed as for instance on the showcase decimalmin decimalmax private double min max private double then the correspondi... | 1 |
21,339 | 3,489,280,582 | IssuesEvent | 2016-01-03 19:05:39 | umple/umple | https://api.github.com/repos/umple/umple | closed | Add stereotype «interface» to interfaces | Diffic-Med Priority-Medium Status-Accepted Type-Defect ucosp | Originally reported on Google Code with ID 665
Owned by @aforward
* * *
The editable and graphviz diagrams should show stereotype «interface» for interfaces
* * *
Reported by @aforward on 2015-01-16 15:07:31
- **Blocked on**: #662
| 1.0 | Add stereotype «interface» to interfaces - Originally reported on Google Code with ID 665
Owned by @aforward
* * *
The editable and graphviz diagrams should show stereotype «interface» for interfaces
* * *
Reported by @aforward on 2015-01-16 15:07:31
- **Blocked on**: #662
| defect | add stereotype «interface» to interfaces originally reported on google code with id owned by aforward the editable and graphviz diagrams should show stereotype «interface» for interfaces reported by aforward on blocked on | 1 |
50,332 | 6,078,115,727 | IssuesEvent | 2017-06-16 07:13:25 | Nebo15/ehealth.api | https://api.github.com/repos/Nebo15/ehealth.api | closed | Error 500 during settlement_id validation | kind/bug priority/critical status/test | **Use-case:**
Region id is missing in test data:
```
{
"type": "REGISTRATION",
"country": "UA",
"area": "ЛЬВІВСЬКА",
"settlement": "СОРОКИ-ЛЬВІВСЬКІ",
"settlement_type": "CITY",
"settlement_id": "707dbc55-cb6b-4aaa-97c1-2a1e03476100",
"stre... | 1.0 | Error 500 during settlement_id validation - **Use-case:**
Region id is missing in test data:
```
{
"type": "REGISTRATION",
"country": "UA",
"area": "ЛЬВІВСЬКА",
"settlement": "СОРОКИ-ЛЬВІВСЬКІ",
"settlement_type": "CITY",
"settlement_id": "707dbc55-cb... | non_defect | error during settlement id validation use case region id is missing in test data type registration country ua area львівська settlement сороки львівські settlement type city settlement id ... | 0 |
35,765 | 7,800,770,984 | IssuesEvent | 2018-06-09 13:29:03 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | WRF-CLUBB does not compile as of 21 May 2013 (Trac #579) | Migrated from Trac bmg2@uwm.edu clubb_src defect |
[clubb:build/nightly_wrf/6278 WRF-CLUBB failed the nightly build] on 21 May 2013. The error that I found is:
```text
module_bl_clubb.f90(1494): error http://carson.math.uwm.edu/trac/clubb/ticket/6580: Name in only-list does not exist. [NCP2_ON_NCM2_CLOUD]
Ncp2_on_Ncm2_cloud, &
----^
module_bl_clubb.f90(1497)... | 1.0 | WRF-CLUBB does not compile as of 21 May 2013 (Trac #579) -
[clubb:build/nightly_wrf/6278 WRF-CLUBB failed the nightly build] on 21 May 2013. The error that I found is:
```text
module_bl_clubb.f90(1494): error http://carson.math.uwm.edu/trac/clubb/ticket/6580: Name in only-list does not exist. [NCP2_ON_NCM2_CLOUD... | defect | wrf clubb does not compile as of may trac on may the error that i found is text module bl clubb error name in only list does not exist on cloud module bl clubb error name in only list does not exist on below module bl clubb error ... | 1 |
118,879 | 17,602,798,096 | IssuesEvent | 2021-08-17 13:47:43 | harrinry/nifi | https://api.github.com/repos/harrinry/nifi | opened | CVE-2014-3643 (High) detected in jersey-server-1.2.jar | security vulnerability | ## CVE-2014-3643 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jersey-server-1.2.jar</b></p></summary>
<p>Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311)
... | True | CVE-2014-3643 (High) detected in jersey-server-1.2.jar - ## CVE-2014-3643 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jersey-server-1.2.jar</b></p></summary>
<p>Jersey is the open ... | non_defect | cve high detected in jersey server jar cve high severity vulnerability vulnerable library jersey server jar jersey is the open source under dual cddl gpl license jax rs jsr production quality reference implementation for building restful web services library... | 0 |
33,940 | 7,768,119,330 | IssuesEvent | 2018-06-03 14:39:58 | MoonchildProductions/Pale-Moon | https://api.github.com/repos/MoonchildProductions/Pale-Moon | closed | Remove automated tests | Code Cleanup UXP-task | A large chunk of our code tree is taken up by automated tests which are never used and serve no purpose. They require maintenance lest they bitrot, so lets reduce our work load and remove these automated tests.
Reftests should be retained since they are handy to have for manual visual verification of rendering/layou... | 1.0 | Remove automated tests - A large chunk of our code tree is taken up by automated tests which are never used and serve no purpose. They require maintenance lest they bitrot, so lets reduce our work load and remove these automated tests.
Reftests should be retained since they are handy to have for manual visual verifi... | non_defect | remove automated tests a large chunk of our code tree is taken up by automated tests which are never used and serve no purpose they require maintenance lest they bitrot so lets reduce our work load and remove these automated tests reftests should be retained since they are handy to have for manual visual verifi... | 0 |
252,340 | 21,572,061,664 | IssuesEvent | 2022-05-02 09:24:54 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: tpccbench/nodes=9/cpu=4/multi-region failed | C-test-failure O-robot O-roachtest release-blocker branch-release-21.1 | roachtest.tpccbench/nodes=9/cpu=4/multi-region [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=5072925&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=5072925&tab=artifacts#/tpccbench/nodes=9/cpu=4/multi-region) on release-21.1 @ [dedf8c3934ca3a3cb58c1bdc4f3eaebf7f9ce... | 2.0 | roachtest: tpccbench/nodes=9/cpu=4/multi-region failed - roachtest.tpccbench/nodes=9/cpu=4/multi-region [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=5072925&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=5072925&tab=artifacts#/tpccbench/nodes=9/cpu=4/multi-region)... | non_defect | roachtest tpccbench nodes cpu multi region failed roachtest tpccbench nodes cpu multi region with on release main monitor waite home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main monitor wait home agent work ... | 0 |
18,054 | 3,022,207,725 | IssuesEvent | 2015-07-31 18:56:51 | rolly32/support-tools | https://api.github.com/repos/rolly32/support-tools | closed | Issue number rewriting shouldn't rewrite file attachments | auto-migrated Component-ExporterScripts Priority-Medium Type-Defect | ```
Issue number rewriting shouldn't rewrite file attachments. If there is a file
attachment named "issue1234.patch" we shouldn't rewrite that as
"issue4567.patch" to match GitHub. Instead, we should keep it as-is since
otherwise the links will be invalid.
See:
https://github.com/firebug/firebug/issues/5234#issueco... | 1.0 | Issue number rewriting shouldn't rewrite file attachments - ```
Issue number rewriting shouldn't rewrite file attachments. If there is a file
attachment named "issue1234.patch" we shouldn't rewrite that as
"issue4567.patch" to match GitHub. Instead, we should keep it as-is since
otherwise the links will be invalid.
... | defect | issue number rewriting shouldn t rewrite file attachments issue number rewriting shouldn t rewrite file attachments if there is a file attachment named patch we shouldn t rewrite that as patch to match github instead we should keep it as is since otherwise the links will be invalid see which a... | 1 |
56,814 | 15,377,560,829 | IssuesEvent | 2021-03-02 17:13:47 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-2 [SCREENREADER]: WC Accordion - Button must have CSS display: block to work correctly in Safari + VoiceOver | 508-defect-2 508-issue-screenreader 508/Accessibility vsp-design-system-team | # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for sugg... | 1.0 | 508-defect-2 [SCREENREADER]: WC Accordion - Button must have CSS display: block to work correctly in Safari + VoiceOver - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
## Feedback framework
- **❗️ ... | defect | defect wc accordion button must have css display block to work correctly in safari voiceover feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done ... | 1 |
18,050 | 3,022,140,433 | IssuesEvent | 2015-07-31 18:34:44 | millermedeiros/crossroads.js | https://api.github.com/repos/millermedeiros/crossroads.js | closed | Interpolate. Hash and prepend | defect enhancement | I understand one purpose of interpolate is to generate internal links inside the application, so I think **crossroads should provide a way to "interpolate" automatically with hash and prependHash**.
Another issue is about interpolate and optional params. Let's assume we have this route
`var route = crossroads.ad... | 1.0 | Interpolate. Hash and prepend - I understand one purpose of interpolate is to generate internal links inside the application, so I think **crossroads should provide a way to "interpolate" automatically with hash and prependHash**.
Another issue is about interpolate and optional params. Let's assume we have this rout... | defect | interpolate hash and prepend i understand one purpose of interpolate is to generate internal links inside the application so i think crossroads should provide a way to interpolate automatically with hash and prependhash another issue is about interpolate and optional params let s assume we have this rout... | 1 |
35,924 | 14,898,795,781 | IssuesEvent | 2021-01-21 13:35:09 | hashicorp/terraform-provider-aws | https://api.github.com/repos/hashicorp/terraform-provider-aws | closed | aws_elasticsearch_domain: Allow setting custom endpoint | enhancement service/elasticsearch | <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not l... | 1.0 | aws_elasticsearch_domain: Allow setting custom endpoint - <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community ... | non_defect | aws elasticsearch domain allow setting custom endpoint community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions the... | 0 |
171,001 | 20,905,395,616 | IssuesEvent | 2022-03-24 01:12:57 | wagner-deoliveira/mobile-expo | https://api.github.com/repos/wagner-deoliveira/mobile-expo | opened | CVE-2022-26260 (Medium) detected in simple-plist-1.3.0.tgz | security vulnerability | ## CVE-2022-26260 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-plist-1.3.0.tgz</b></p></summary>
<p>A wrapper utility for interacting with plist data.</p>
<p>Library home p... | True | CVE-2022-26260 (Medium) detected in simple-plist-1.3.0.tgz - ## CVE-2022-26260 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-plist-1.3.0.tgz</b></p></summary>
<p>A wrapper u... | non_defect | cve medium detected in simple plist tgz cve medium severity vulnerability vulnerable library simple plist tgz a wrapper utility for interacting with plist data library home page a href path to dependency file package json path to vulnerable library node modules si... | 0 |
72,543 | 24,173,069,516 | IssuesEvent | 2022-09-22 21:13:32 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BUG: solve_ivp VisibileDeprecationWarning in find_active_events() | defect scipy.integrate | ### Describe your issue.
When using solve_ivp with multiple events, the function `find_active_events()` produces a VisibleDeprecationWarning on the following line:
```
g, g_new = np.asarray(g), np.asarray(g_new)
```
This warning does not appear when using only one event and did not appear using older versions of n... | 1.0 | BUG: solve_ivp VisibileDeprecationWarning in find_active_events() - ### Describe your issue.
When using solve_ivp with multiple events, the function `find_active_events()` produces a VisibleDeprecationWarning on the following line:
```
g, g_new = np.asarray(g), np.asarray(g_new)
```
This warning does not appear wh... | defect | bug solve ivp visibiledeprecationwarning in find active events describe your issue when using solve ivp with multiple events the function find active events produces a visibledeprecationwarning on the following line g g new np asarray g np asarray g new this warning does not appear wh... | 1 |
73,179 | 24,484,936,777 | IssuesEvent | 2022-10-09 09:56:17 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BUG: 14 stats tests fail on macOS, | defect scipy.stats | ### Describe your issue.
In the `cp310-macosx_arm64` test on cirrus-ci there are 14 failing tests in scipy.stats.
https://cirrus-ci.com/task/6051468460425216
### Reproducing Code Example
```python
Running the test suite
```
### Error message
```shell
=================================== FAILURES ===... | 1.0 | BUG: 14 stats tests fail on macOS, - ### Describe your issue.
In the `cp310-macosx_arm64` test on cirrus-ci there are 14 failing tests in scipy.stats.
https://cirrus-ci.com/task/6051468460425216
### Reproducing Code Example
```python
Running the test suite
```
### Error message
```shell
==========... | defect | bug stats tests fail on macos describe your issue in the macosx test on cirrus ci there are failing tests in scipy stats reproducing code example python running the test suite error message shell failures ... | 1 |
290,397 | 32,076,510,509 | IssuesEvent | 2023-09-25 11:22:49 | exasol/exasol-testcontainers | https://api.github.com/repos/exasol/exasol-testcontainers | closed | Fix vulnerability in dependency commons-compress | security | ```
Error: Failed to execute goal org.sonatype.ossindex.maven:ossindex-maven-plugin:3.2.0:audit (default-cli) on project exasol-testcontainers: Detected 1 vulnerable components:
Error: org.apache.commons:commons-compress:jar:1.23.0:compile; https://ossindex.sonatype.org/component/pkg:maven/org.apache.commons/comm... | True | Fix vulnerability in dependency commons-compress - ```
Error: Failed to execute goal org.sonatype.ossindex.maven:ossindex-maven-plugin:3.2.0:audit (default-cli) on project exasol-testcontainers: Detected 1 vulnerable components:
Error: org.apache.commons:commons-compress:jar:1.23.0:compile; https://ossindex.sonat... | non_defect | fix vulnerability in dependency commons compress error failed to execute goal org sonatype ossindex maven ossindex maven plugin audit default cli on project exasol testcontainers detected vulnerable components error org apache commons commons compress jar compile error cwe ... | 0 |
73,275 | 24,536,301,099 | IssuesEvent | 2022-10-11 21:06:01 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | opened | No está enviando el dato de correo electrónico ni teléfono del emisor al PDF | defect | No está enviando esos datos al PDF. Correo y teléfono del emisor al PDF.
El del receptor si lo envía, pero con corchetes. Ejemplo: ["charlyarian@hotmail.com"]
Realmente debe enviar únicamente los datos, sin corchetes ni comillas, tanto para emisor como para receptor. | 1.0 | No está enviando el dato de correo electrónico ni teléfono del emisor al PDF - No está enviando esos datos al PDF. Correo y teléfono del emisor al PDF.
El del receptor si lo envía, pero con corchetes. Ejemplo: ["charlyarian@hotmail.com"]
Realmente debe enviar únicamente los datos, sin corchetes ni comillas, tanto... | defect | no está enviando el dato de correo electrónico ni teléfono del emisor al pdf no está enviando esos datos al pdf correo y teléfono del emisor al pdf el del receptor si lo envía pero con corchetes ejemplo realmente debe enviar únicamente los datos sin corchetes ni comillas tanto para emisor como para rec... | 1 |
40,139 | 9,854,731,785 | IssuesEvent | 2019-06-19 17:35:05 | openanthem/nimbus-core | https://api.github.com/repos/openanthem/nimbus-core | reopened | Grid entries are wrapped to the next line | Defect Open | Grid entries are wrapped to the next line making the list look bulky
# Issue Details
**Type of Issue** (check one with "X")
```
[X ] Bug Report => Please search GitHub for a similar issue or PR before submitting
[ ] Feature Request => Please ensure feature is not already in progress
[ ] Support Request => Pl... | 1.0 | Grid entries are wrapped to the next line - Grid entries are wrapped to the next line making the list look bulky
# Issue Details
**Type of Issue** (check one with "X")
```
[X ] Bug Report => Please search GitHub for a similar issue or PR before submitting
[ ] Feature Request => Please ensure feature is not al... | defect | grid entries are wrapped to the next line grid entries are wrapped to the next line making the list look bulky issue details type of issue check one with x bug report please search github for a similar issue or pr before submitting feature request please ensure feature is not already... | 1 |
21,791 | 3,556,010,691 | IssuesEvent | 2016-01-22 01:35:54 | robolectric/robolectric | https://api.github.com/repos/robolectric/robolectric | closed | NullPointerException in RobolectricGradleTestRunner during initialization | 3.0 defect | This simple test fails to run
```java
@RunWith(RobolectricGradleTestRunner.class)
@Config(constants = BuildConfig.class, sdk = 23)
public class ExampleRobolectricTest{
@Test
public void shouldInitialize() {
assertThat(RuntimeEnvironment.application).isNotNull();
}
}
```
I'm on 3.1-SNAPSHOT
... | 1.0 | NullPointerException in RobolectricGradleTestRunner during initialization - This simple test fails to run
```java
@RunWith(RobolectricGradleTestRunner.class)
@Config(constants = BuildConfig.class, sdk = 23)
public class ExampleRobolectricTest{
@Test
public void shouldInitialize() {
assertThat(Runtime... | defect | nullpointerexception in robolectricgradletestrunner during initialization this simple test fails to run java runwith robolectricgradletestrunner class config constants buildconfig class sdk public class examplerobolectrictest test public void shouldinitialize assertthat runtimee... | 1 |
466,676 | 13,431,148,406 | IssuesEvent | 2020-09-07 06:27:40 | geocollections/sarv-edit | https://api.github.com/repos/geocollections/sarv-edit | closed | Implement analysis method views | Difficulty: Easy Priority: Low Source: App Status: Completed Type: Feature Request | Implement search/list and detail views for analysis_method.
Search fields would be id, analysis_method, parent_method__analysis_method and remarks. | 1.0 | Implement analysis method views - Implement search/list and detail views for analysis_method.
Search fields would be id, analysis_method, parent_method__analysis_method and remarks. | non_defect | implement analysis method views implement search list and detail views for analysis method search fields would be id analysis method parent method analysis method and remarks | 0 |
266,054 | 20,119,877,529 | IssuesEvent | 2022-02-08 00:23:39 | fuchicorp/main | https://api.github.com/repos/fuchicorp/main | closed | Detailed review on Fuchicorp architecture | DevOps Documentation | Create draw.io for FuchiCorp inrastructure,
Goal
1. Everyone should be able to review and see how the structure is done | 1.0 | Detailed review on Fuchicorp architecture - Create draw.io for FuchiCorp inrastructure,
Goal
1. Everyone should be able to review and see how the structure is done | non_defect | detailed review on fuchicorp architecture create draw io for fuchicorp inrastructure goal everyone should be able to review and see how the structure is done | 0 |
12,736 | 3,287,385,480 | IssuesEvent | 2015-10-29 10:12:17 | tim-lebedkov/npackd | https://api.github.com/repos/tim-lebedkov/npackd | closed | Evince installation impossible | please_test | Hi!
Juste reporting a bug while trying to install Evince a PDF open source reader:
```
Installation de Evince 2.32.0.145: Hash sum 9f4b27423e4ecadfda4ece019de4234d0499fe9a found, but ac0b0317a92c9ceaf96e98268e09765e969d81d5 was expected. The file has changed.
```
Might just be because of a corrupted file to re... | 1.0 | Evince installation impossible - Hi!
Juste reporting a bug while trying to install Evince a PDF open source reader:
```
Installation de Evince 2.32.0.145: Hash sum 9f4b27423e4ecadfda4ece019de4234d0499fe9a found, but ac0b0317a92c9ceaf96e98268e09765e969d81d5 was expected. The file has changed.
```
Might just be ... | non_defect | evince installation impossible hi juste reporting a bug while trying to install evince a pdf open source reader installation de evince hash sum found but was expected the file has changed might just be because of a corrupted file to re upload thanks in advance | 0 |
48,282 | 13,067,597,341 | IssuesEvent | 2020-07-31 00:58:30 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | Static use of Output in Amanda class causes issue with SimplePropagator (Trac #2129) | Migrated from Trac combo simulation defect | When using SimplePropagator and I3PropagatorServicePROPOSAL in the same I3Tray, these two moduls conflict over the use of the static Output::I3flag. As far as I can tell, I3PropagatorServicePROPOSAL needs it to be always true, whereas SimplePropagator switches the flag repeadetly.
Migrated from https://code.icecube.w... | 1.0 | Static use of Output in Amanda class causes issue with SimplePropagator (Trac #2129) - When using SimplePropagator and I3PropagatorServicePROPOSAL in the same I3Tray, these two moduls conflict over the use of the static Output::I3flag. As far as I can tell, I3PropagatorServicePROPOSAL needs it to be always true, wherea... | defect | static use of output in amanda class causes issue with simplepropagator trac when using simplepropagator and in the same these two moduls conflict over the use of the static output as far as i can tell needs it to be always true whereas simplepropagator switches the flag repeadetly migrated from ... | 1 |
80,091 | 3,550,679,267 | IssuesEvent | 2016-01-20 22:57:39 | washingtontrails/vms | https://api.github.com/repos/washingtontrails/vms | closed | VMS: Invite from Waitlist notification E-mail for Staff | Bug High Priority Reviewing Salesforce VMS BUDGET | @mscholtz The notification e-mail to staff alerting them to the fact that someone should be invited off the waitlist for a workparty seems to be tied to the "Remaining Spots for New Registrants" field in the WP and only issues when this value is greater than 0. This presents a problem, because when there is a waitlist,... | 1.0 | VMS: Invite from Waitlist notification E-mail for Staff - @mscholtz The notification e-mail to staff alerting them to the fact that someone should be invited off the waitlist for a workparty seems to be tied to the "Remaining Spots for New Registrants" field in the WP and only issues when this value is greater than 0. ... | non_defect | vms invite from waitlist notification e mail for staff mscholtz the notification e mail to staff alerting them to the fact that someone should be invited off the waitlist for a workparty seems to be tied to the remaining spots for new registrants field in the wp and only issues when this value is greater than ... | 0 |
653,875 | 21,629,407,599 | IssuesEvent | 2022-05-05 08:08:11 | merico-dev/lake | https://api.github.com/repos/merico-dev/lake | closed | Summary of docker platform issues | type/feature-request priority/low | ## Description
docker platfrom parameter is confused on mac and windows,example: #465 #707 #966 and #1549
.so we need to summarize.
## Describe the solution you'd like
finding a solution which can adapt different os, it should be a doc summary or code solution。
| 1.0 | Summary of docker platform issues - ## Description
docker platfrom parameter is confused on mac and windows,example: #465 #707 #966 and #1549
.so we need to summarize.
## Describe the solution you'd like
finding a solution which can adapt different os, it should be a doc summary or code solution。
| non_defect | summary of docker platform issues description docker platfrom parameter is confused on mac and windows,example and so we need to summarize describe the solution you d like finding a solution which can adapt different os it should be a doc summary or code solution。 | 0 |
135,694 | 11,014,940,694 | IssuesEvent | 2019-12-05 00:04:59 | brave/brave-ios | https://api.github.com/repos/brave/brave-ios | opened | OSK being displayed even though "Auto Open Keyboard" is disabled | QA/Yes bug test-plan/specified | <!-- Have you searched for similar issues on the repository?
Before submitting this issue, please visit our wiki for common ones: https://github.com/brave/browser-ios/wiki
For more, check out our community site: https://community.brave.com/ -->
### Description:
OSK is being displayed even when `Auto Open Keybo... | 1.0 | OSK being displayed even though "Auto Open Keyboard" is disabled - <!-- Have you searched for similar issues on the repository?
Before submitting this issue, please visit our wiki for common ones: https://github.com/brave/browser-ios/wiki
For more, check out our community site: https://community.brave.com/ -->
###... | non_defect | osk being displayed even though auto open keyboard is disabled have you searched for similar issues on the repository before submitting this issue please visit our wiki for common ones for more check out our community site description osk is being displayed even when auto open keybo... | 0 |
44,053 | 11,939,556,529 | IssuesEvent | 2020-04-02 15:22:37 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | least_squares: too small tolerances not catched with method='lm' | defect scipy.optimize | <!--
Thank you for taking the time to file a bug report.
Please fill in the fields below, deleting the sections that
don't apply to your issue. You can view the final output
by clicking the preview button above.
Note: This is a comment, and won't appear in the output.
-->
If I pass very small but not too sm... | 1.0 | least_squares: too small tolerances not catched with method='lm' - <!--
Thank you for taking the time to file a bug report.
Please fill in the fields below, deleting the sections that
don't apply to your issue. You can view the final output
by clicking the preview button above.
Note: This is a comment, and won'... | defect | least squares too small tolerances not catched with method lm thank you for taking the time to file a bug report please fill in the fields below deleting the sections that don t apply to your issue you can view the final output by clicking the preview button above note this is a comment and won ... | 1 |
786,546 | 27,658,476,627 | IssuesEvent | 2023-03-12 08:33:53 | AY2223S2-CS2103T-W09-3/tp | https://api.github.com/repos/AY2223S2-CS2103T-W09-3/tp | closed | Retrieve a patient's records | priority.High type.Story | As a GP receptionist so that I can check if they have drug allergy as well as get their contact and emergency contact information. | 1.0 | Retrieve a patient's records - As a GP receptionist so that I can check if they have drug allergy as well as get their contact and emergency contact information. | non_defect | retrieve a patient s records as a gp receptionist so that i can check if they have drug allergy as well as get their contact and emergency contact information | 0 |
9,439 | 12,425,101,115 | IssuesEvent | 2020-05-24 14:50:51 | raxod502/straight.el | https://api.github.com/repos/raxod502/straight.el | opened | Shallow clones not supported properly in VC commands | bug git interactive lockfiles process buffer shallow clone vc | When I run `M-x straight-freeze-versions`, for example, I get a "Git failed" error if one of my repos is a shallow clone. The VC commands need a complete overhaul at some point. | 1.0 | Shallow clones not supported properly in VC commands - When I run `M-x straight-freeze-versions`, for example, I get a "Git failed" error if one of my repos is a shallow clone. The VC commands need a complete overhaul at some point. | non_defect | shallow clones not supported properly in vc commands when i run m x straight freeze versions for example i get a git failed error if one of my repos is a shallow clone the vc commands need a complete overhaul at some point | 0 |
79,117 | 27,996,469,900 | IssuesEvent | 2023-03-27 08:49:39 | sfepy/sfepy | https://api.github.com/repos/sfepy/sfepy | closed | active_only flag + elastodynamics | defect | The results of the elastodynamics examples depend on the active_only flag value. | 1.0 | active_only flag + elastodynamics - The results of the elastodynamics examples depend on the active_only flag value. | defect | active only flag elastodynamics the results of the elastodynamics examples depend on the active only flag value | 1 |
3,963 | 6,177,984,880 | IssuesEvent | 2017-07-02 07:53:16 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | remote worker fails to run java tests (local mac osx / remote docker container) | category: service APIs On hold: more data needed | Trying to run tests with remote worker running on local docker container, I get a new failure: It suddenly complains about my SHA1 function (as warning) and then fails
This failure did not occur on `0.5.1` (we just didn't have a way to run in in sandbox).
This is what I get when I run the test: (more details below... | 1.0 | remote worker fails to run java tests (local mac osx / remote docker container) - Trying to run tests with remote worker running on local docker container, I get a new failure: It suddenly complains about my SHA1 function (as warning) and then fails
This failure did not occur on `0.5.1` (we just didn't have a way to ... | non_defect | remote worker fails to run java tests local mac osx remote docker container trying to run tests with remote worker running on local docker container i get a new failure it suddenly complains about my function as warning and then fails this failure did not occur on we just didn t have a way to run... | 0 |
24,419 | 3,975,195,817 | IssuesEvent | 2016-05-05 03:02:46 | eczarny/spectacle | https://api.github.com/repos/eczarny/spectacle | closed | Feature Request: Support secondary keyboard key combinations (if possible) | defect ★ | I recently switched from the full size apple keyboard to a Kinesis Freestyle keyboard which doesn't have a number keypad.
Before the switch I used the number keypad to size/position my windows. The shortcuts I used:
http://o7.no/1myMyAP
I have determined that OS X doesn't register key combinations when split bet... | 1.0 | Feature Request: Support secondary keyboard key combinations (if possible) - I recently switched from the full size apple keyboard to a Kinesis Freestyle keyboard which doesn't have a number keypad.
Before the switch I used the number keypad to size/position my windows. The shortcuts I used:
http://o7.no/1myMyAP
... | defect | feature request support secondary keyboard key combinations if possible i recently switched from the full size apple keyboard to a kinesis freestyle keyboard which doesn t have a number keypad before the switch i used the number keypad to size position my windows the shortcuts i used i have determined ... | 1 |
68,632 | 21,771,692,459 | IssuesEvent | 2022-05-13 09:41:52 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | MariaDB generated columns with enum type are not generated as readonly | T: Defect | ### Expected behavior
JOOQ generates MySQL/MariaDB generated enum-typed columns as readonly.
### Actual behavior
Generated enum-fields are not readonly.
```java
public final TableField<TestRecord, TestEnumCol> ENUM_COL = createField(DSL.name("enum_col"), SQLDataType.VARCHAR(12).asEnumDataType(org.jooq.... | 1.0 | MariaDB generated columns with enum type are not generated as readonly - ### Expected behavior
JOOQ generates MySQL/MariaDB generated enum-typed columns as readonly.
### Actual behavior
Generated enum-fields are not readonly.
```java
public final TableField<TestRecord, TestEnumCol> ENUM_COL = createFie... | defect | mariadb generated columns with enum type are not generated as readonly expected behavior jooq generates mysql mariadb generated enum typed columns as readonly actual behavior generated enum fields are not readonly java public final tablefield enum col createfield dsl name enum col ... | 1 |
63,620 | 17,790,744,187 | IssuesEvent | 2021-08-31 15:54:03 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | After disinviting user from Space they still appear in the People section | T-Defect S-Tolerable A-Room-List A-Spaces O-Low | ### Steps to reproduce
1. Right click on a space and click Invite Members
2. Invite someone
3. Disinvite them from memberinfo
### What happened?
A DM with them appears in the People section of the room list when viewing that space
After refreshing the tab it corrects itself
### What did you expect?
They shoul... | 1.0 | After disinviting user from Space they still appear in the People section - ### Steps to reproduce
1. Right click on a space and click Invite Members
2. Invite someone
3. Disinvite them from memberinfo
### What happened?
A DM with them appears in the People section of the room list when viewing that space
After... | defect | after disinviting user from space they still appear in the people section steps to reproduce right click on a space and click invite members invite someone disinvite them from memberinfo what happened a dm with them appears in the people section of the room list when viewing that space after... | 1 |
238,911 | 18,251,562,012 | IssuesEvent | 2021-10-02 09:50:00 | girlscript/winter-of-contributing | https://api.github.com/repos/girlscript/winter-of-contributing | closed | Opensource : 6.13 Explain everything about `React Native` | documentation GWOC21 Assigned Open Source | <hr>
## Description 📜
Opensource : 6.13 Explain everything about `React Native`
### NOTE 👇
Please put your doc `6.Popular_Projects` with the name `6.13_React_Native.md`
<hr>
### Domain
Open Source
### Type of Contribution
Documentation
### Code of Conduct
- [X] I follow [Contributing ... | 1.0 | Opensource : 6.13 Explain everything about `React Native` - <hr>
## Description 📜
Opensource : 6.13 Explain everything about `React Native`
### NOTE 👇
Please put your doc `6.Popular_Projects` with the name `6.13_React_Native.md`
<hr>
### Domain
Open Source
### Type of Contribution
Documenta... | non_defect | opensource explain everything about react native description 📜 opensource explain everything about react native note 👇 please put your doc popular projects with the name react native md domain open source type of contribution documentation ... | 0 |
330,963 | 24,284,847,670 | IssuesEvent | 2022-09-28 20:56:52 | apache/arrow-datafusion | https://api.github.com/repos/apache/arrow-datafusion | closed | Add documentation on querying against files in object store such as S3 | documentation enhancement good first issue | **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
I can't see anything in the user guide or examples showing how we can connect to object stores and query data there.
**Describe the solution you'd like**
Add documentation on querying against files in object ... | 1.0 | Add documentation on querying against files in object store such as S3 - **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
I can't see anything in the user guide or examples showing how we can connect to object stores and query data there.
**Describe the solu... | non_defect | add documentation on querying against files in object store such as is your feature request related to a problem or challenge please describe what you are trying to do i can t see anything in the user guide or examples showing how we can connect to object stores and query data there describe the solut... | 0 |
79,277 | 28,083,462,361 | IssuesEvent | 2023-03-30 08:12:49 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | closed | Long name should be truncated in the pills | T-Defect S-Minor O-Uncommon | ### Steps to reproduce
Send a mention for a user with a long name
### Outcome
#### What did you expect?
a pill with a truncated name
#### What happened instead?
The pill goes beyond the screen
<img width="414" alt="image" src="https://user-images.githubusercontent.com/8969772/223364777-29461cf6-107c-4... | 1.0 | Long name should be truncated in the pills - ### Steps to reproduce
Send a mention for a user with a long name
### Outcome
#### What did you expect?
a pill with a truncated name
#### What happened instead?
The pill goes beyond the screen
<img width="414" alt="image" src="https://user-images.githubuser... | defect | long name should be truncated in the pills steps to reproduce send a mention for a user with a long name outcome what did you expect a pill with a truncated name what happened instead the pill goes beyond the screen img width alt image src here is the suggested des... | 1 |
259,733 | 19,619,501,453 | IssuesEvent | 2022-01-07 03:16:59 | CreatingNull/UOS-Arduino | https://api.github.com/repos/CreatingNull/UOS-Arduino | opened | Depend on NPC Arduino rather than including in sources | documentation refactor | Null Packet Comms was broken out into a [dedicated repository ](https://github.com/CreatingNull/Null-Packet-Comms-Arduino) to be a generic Arduino library. This project should instead depend on releases from that repository rather than include it internally.
Documentation will need to be updated to reflect. | 1.0 | Depend on NPC Arduino rather than including in sources - Null Packet Comms was broken out into a [dedicated repository ](https://github.com/CreatingNull/Null-Packet-Comms-Arduino) to be a generic Arduino library. This project should instead depend on releases from that repository rather than include it internally.
Doc... | non_defect | depend on npc arduino rather than including in sources null packet comms was broken out into a to be a generic arduino library this project should instead depend on releases from that repository rather than include it internally documentation will need to be updated to reflect | 0 |
13,419 | 15,828,472,059 | IssuesEvent | 2021-04-06 09:55:38 | docker/compose-cli | https://api.github.com/repos/docker/compose-cli | closed | COMPOSE_PROFILES in .env is ignored | compatibility compose | **Description**
`docker compose up` ignores `COMPOSE_PROFILES` in `.env` file.
**Steps to reproduce the issue:**
1. Create docker-compose.yaml file:
```
services:
init:
profiles: [init]
image: library/ubuntu:20.04
command: echo 'hello, world'
```
2. Create `.en... | True | COMPOSE_PROFILES in .env is ignored - **Description**
`docker compose up` ignores `COMPOSE_PROFILES` in `.env` file.
**Steps to reproduce the issue:**
1. Create docker-compose.yaml file:
```
services:
init:
profiles: [init]
image: library/ubuntu:20.04
command: echo '... | non_defect | compose profiles in env is ignored description docker compose up ignores compose profiles in env file steps to reproduce the issue create docker compose yaml file services init profiles image library ubuntu command echo hello ... | 0 |
34,923 | 7,471,371,061 | IssuesEvent | 2018-04-03 09:03:24 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | IndexOutOfBounds when trying to do a MERGE with SELECT in Postgres | C: Functionality P: Medium R: Fixed T: Defect | ### Expected behavior and actual behavior:
Expected: A proper error message
Actual: IndexOutOfBoundsException at MergeImpl.java:1332
### Steps to reproduce the problem:
Create a MERGE statement that uses a SELECT clause and try to execute the statement.
I only later realized that this kind of statement is not ... | 1.0 | IndexOutOfBounds when trying to do a MERGE with SELECT in Postgres - ### Expected behavior and actual behavior:
Expected: A proper error message
Actual: IndexOutOfBoundsException at MergeImpl.java:1332
### Steps to reproduce the problem:
Create a MERGE statement that uses a SELECT clause and try to execute the st... | defect | indexoutofbounds when trying to do a merge with select in postgres expected behavior and actual behavior expected a proper error message actual indexoutofboundsexception at mergeimpl java steps to reproduce the problem create a merge statement that uses a select clause and try to execute the state... | 1 |
15,759 | 2,869,057,449 | IssuesEvent | 2015-06-05 22:59:26 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | mime: please add 'text/x-markdown' for markdown file extensions (md, markdown) to the _defaultExtensionMap | Area-Pkg Pkg-MIME Priority-Unassigned Triaged Type-Defect | *This issue was originally filed by ross.dart....@gmail.com*
_____
0.6.21_r26639
As markdown is quite common these days, and this change does not conflict with anything currently in the \_defaultExtensionMap, I think it is reasonable to add it?
'md':'text/x-markdown',
'markdown':'text/x-markdown',
The mime type... | 1.0 | mime: please add 'text/x-markdown' for markdown file extensions (md, markdown) to the _defaultExtensionMap - *This issue was originally filed by ross.dart....@gmail.com*
_____
0.6.21_r26639
As markdown is quite common these days, and this change does not conflict with anything currently in the \_defaultExtensionM... | defect | mime please add text x markdown for markdown file extensions md markdown to the defaultextensionmap this issue was originally filed by ross dart gmail com as markdown is quite common these days and this change does not conflict with anything currently in the defaultextensionmap i th... | 1 |
447,703 | 12,892,056,095 | IssuesEvent | 2020-07-13 18:53:21 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | Validate config values | area/config kind/feature lifecycle/rotten priority/Medium triage/ready | `odo config set` needs to check if the input value is valid
This can't be allowed:
```
▶ odo config set memory asdf
? memory is already set. Do you want to override it in the config Yes
Local config was successfully updated.
tmp/odo-examples/nodejs-ex master ✗ ... | 1.0 | Validate config values - `odo config set` needs to check if the input value is valid
This can't be allowed:
```
▶ odo config set memory asdf
? memory is already set. Do you want to override it in the config Yes
Local config was successfully updated.
tmp/odo-examples/nodejs-ex master ✗ ... | non_defect | validate config values odo config set needs to check if the input value is valid this can t be allowed ▶ odo config set memory asdf memory is already set do you want to override it in the config yes local config was successfully updated tmp odo examples nodejs ex master ✗ ... | 0 |
33,143 | 9,037,106,658 | IssuesEvent | 2019-02-09 06:47:15 | rust-lang/rust | https://api.github.com/repos/rust-lang/rust | closed | Some warnings are not errors when compiling rustc | A-rustbuild | rustc should not compile with any warnings. Some warnings are currently denied, but not all: see https://github.com/rust-lang/rust/pull/57177, for instance, where a warning got through. | 1.0 | Some warnings are not errors when compiling rustc - rustc should not compile with any warnings. Some warnings are currently denied, but not all: see https://github.com/rust-lang/rust/pull/57177, for instance, where a warning got through. | non_defect | some warnings are not errors when compiling rustc rustc should not compile with any warnings some warnings are currently denied but not all see for instance where a warning got through | 0 |
15,485 | 2,857,126,810 | IssuesEvent | 2015-06-02 18:11:58 | yan-qi/k-shortest-paths-scala-version | https://api.github.com/repos/yan-qi/k-shortest-paths-scala-version | closed | I Have removed all the memory leak | auto-migrated Priority-Medium Type-Defect | ```
~YenTopKShortestPathsAlg(void)
{
for (multiset<BasePath*, WeightLess<BasePath>>::iterator it=m_quPathCandidates.begin();
it!=m_quPathCandidates.end(); it++)
{
delete (*it);
}
for(vector<BasePath*>::iterator it= m_vResultList.begin();
it!=m_vResultList.end();it++)
{
delete *it;
}
clear();... | 1.0 | I Have removed all the memory leak - ```
~YenTopKShortestPathsAlg(void)
{
for (multiset<BasePath*, WeightLess<BasePath>>::iterator it=m_quPathCandidates.begin();
it!=m_quPathCandidates.end(); it++)
{
delete (*it);
}
for(vector<BasePath*>::iterator it= m_vResultList.begin();
it!=m_vResultList.end();it+... | defect | i have removed all the memory leak yentopkshortestpathsalg void for multiset iterator it m qupathcandidates begin it m qupathcandidates end it delete it for vector iterator it m vresultlist begin it m vresultlist end it delete it clear ... | 1 |
9,749 | 2,615,167,147 | IssuesEvent | 2015-03-01 06:47:56 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | Detected AP rate limiting after 2-3 trying pin | auto-migrated Priority-Triage Type-Defect | ```
0. What version of Reaver are you using? (Only defects against the latest
version will be considered.)
v1.4
1. What operating system are you using (Linux is the only supported OS)?
Ubuntu 13.10
2. Is your wireless card in monitor mode (yes/no)?
yes
3. What is the signal strength of the Access Point you are tryi... | 1.0 | Detected AP rate limiting after 2-3 trying pin - ```
0. What version of Reaver are you using? (Only defects against the latest
version will be considered.)
v1.4
1. What operating system are you using (Linux is the only supported OS)?
Ubuntu 13.10
2. Is your wireless card in monitor mode (yes/no)?
yes
3. What is the... | defect | detected ap rate limiting after trying pin what version of reaver are you using only defects against the latest version will be considered what operating system are you using linux is the only supported os ubuntu is your wireless card in monitor mode yes no yes what is the si... | 1 |
77,100 | 26,773,246,013 | IssuesEvent | 2023-01-31 15:27:15 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Space avatars in left panel are broken on develop | T-Defect A-Spaces | ### Steps to reproduce
1. Look at the left panel, where the space avatars are
### Outcome
#### What did you expect?
Nice, high contrast avatar fallbacks for spaces in the left panel
#### What happened instead?
Low contrast avatar fallback for spaces in the left panel
 tries to assign temporary variables to RA... | 1.0 | BUG: Using memory mapped arrays is pointless if scipy's functions don't detect it - ### Describe your issue.
I am trying compute a convolution over a very large 3D dataset, however, because it doesn't fit in RAM, I tried using memory mapped arrays, only to discover that it still doesn't work because the scipy.signal.c... | defect | bug using memory mapped arrays is pointless if scipy s functions don t detect it describe your issue i am trying compute a convolution over a very large dataset however because it doesn t fit in ram i tried using memory mapped arrays only to discover that it still doesn t work because the scipy signal co... | 1 |
2,435 | 2,601,917,310 | IssuesEvent | 2015-02-24 02:04:23 | GoogleCloudPlatform/kubernetes | https://api.github.com/repos/GoogleCloudPlatform/kubernetes | closed | Need e2e test coverage of cadvisor | area/extras/cadvisor area/test priority/P1 team/node | We found yesterday that cAdvisor wasn't being started properly in 0.9.0 and 0.9.1 due to an issue with manifest file format changes (#3815, fixed in #3701). If any of our e2e tests even checked that cAdvisor was running or exposing metrics on all nodes, it would have been caught before release. We should add at least s... | 1.0 | Need e2e test coverage of cadvisor - We found yesterday that cAdvisor wasn't being started properly in 0.9.0 and 0.9.1 due to an issue with manifest file format changes (#3815, fixed in #3701). If any of our e2e tests even checked that cAdvisor was running or exposing metrics on all nodes, it would have been caught bef... | non_defect | need test coverage of cadvisor we found yesterday that cadvisor wasn t being started properly in and due to an issue with manifest file format changes fixed in if any of our tests even checked that cadvisor was running or exposing metrics on all nodes it would have been caught before releas... | 0 |
131,490 | 27,970,837,740 | IssuesEvent | 2023-03-25 02:07:57 | mrodz/mscript-lang | https://api.github.com/repos/mrodz/mscript-lang | opened | Limit visibility of functions, structs, and traits. | bytecode | Create specialized `pub(in ..)`, `pub(super)`, etc. for functions in `/bytecode`. As of now, everything is just `pub`. | 1.0 | Limit visibility of functions, structs, and traits. - Create specialized `pub(in ..)`, `pub(super)`, etc. for functions in `/bytecode`. As of now, everything is just `pub`. | non_defect | limit visibility of functions structs and traits create specialized pub in pub super etc for functions in bytecode as of now everything is just pub | 0 |
54,369 | 13,626,944,538 | IssuesEvent | 2020-09-24 11:51:26 | hazelcast/hazelcast-jet | https://api.github.com/repos/hazelcast/hazelcast-jet | closed | Treat nulls as a valid value when doing grouping | core defect | When doing a grouping, `null` currently throws an exception as follows:
```
Caused by: com.hazelcast.jet.JetException: Null key from key extractor,
edge: between("avroFilesSource(/Users/can/tmp/avro/*)", "group-and-aggregate-prepare").partitioned(?)
```
This is arbitrary and `null` should just treated as anot... | 1.0 | Treat nulls as a valid value when doing grouping - When doing a grouping, `null` currently throws an exception as follows:
```
Caused by: com.hazelcast.jet.JetException: Null key from key extractor,
edge: between("avroFilesSource(/Users/can/tmp/avro/*)", "group-and-aggregate-prepare").partitioned(?)
```
This ... | defect | treat nulls as a valid value when doing grouping when doing a grouping null currently throws an exception as follows caused by com hazelcast jet jetexception null key from key extractor edge between avrofilessource users can tmp avro group and aggregate prepare partitioned this ... | 1 |
33,023 | 6,997,178,638 | IssuesEvent | 2017-12-16 11:23:08 | RoboCup-SSL/ssl-vision | https://api.github.com/repos/RoboCup-SSL/ssl-vision | closed | Ability to edit Firewire packet size | auto-migrated Priority-Medium Type-Defect | ```
SSL-Vision currently always sets the Firewire packet size to the "recommended"
packet size provided by DC1394. For one of our cameras, this breaks in YUV411
mode (a slightly smaller packet size is needed for reliable transmission). The
attached patch allows the user to edit the Firewire packet size in the
confi... | 1.0 | Ability to edit Firewire packet size - ```
SSL-Vision currently always sets the Firewire packet size to the "recommended"
packet size provided by DC1394. For one of our cameras, this breaks in YUV411
mode (a slightly smaller packet size is needed for reliable transmission). The
attached patch allows the user to edit... | defect | ability to edit firewire packet size ssl vision currently always sets the firewire packet size to the recommended packet size provided by for one of our cameras this breaks in mode a slightly smaller packet size is needed for reliable transmission the attached patch allows the user to edit the firew... | 1 |
8,214 | 2,611,471,321 | IssuesEvent | 2015-02-27 05:16:05 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | closed | Gentoo hedgewars crash, probably related to -O3 in system libs, causes hwengine crash possibly in sound initialization | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Start or start replaying a game with in-game sound turned on.
What is the expected output? What do you see instead?
Using a recorded demo and hwengine (to get the most debugging info) I run
hwengine /usr/local/share/hedgewars/Data/
.hedgewars/Demos/2011-05-31_20-43.37.h... | 1.0 | Gentoo hedgewars crash, probably related to -O3 in system libs, causes hwengine crash possibly in sound initialization - ```
What steps will reproduce the problem?
1. Start or start replaying a game with in-game sound turned on.
What is the expected output? What do you see instead?
Using a recorded demo and hwengine ... | defect | gentoo hedgewars crash probably related to in system libs causes hwengine crash possibly in sound initialization what steps will reproduce the problem start or start replaying a game with in game sound turned on what is the expected output what do you see instead using a recorded demo and hwengine ... | 1 |
258,305 | 19,555,963,786 | IssuesEvent | 2022-01-03 09:31:35 | EventStore/EventStore | https://api.github.com/repos/EventStore/EventStore | closed | Multiple projections writing to the same stream | kind/question area/documentation subsystem/projections | I am sorry if this is a stupid question, but I did not find anything about this in the documentation. I created two projections, that are both emitting events to the same stream but with different ids, like so:
```javascript
fromStream("onoffevents")
.when({
$init: () => {
return {
id ... | 1.0 | Multiple projections writing to the same stream - I am sorry if this is a stupid question, but I did not find anything about this in the documentation. I created two projections, that are both emitting events to the same stream but with different ids, like so:
```javascript
fromStream("onoffevents")
.when({
... | non_defect | multiple projections writing to the same stream i am sorry if this is a stupid question but i did not find anything about this in the documentation i created two projections that are both emitting events to the same stream but with different ids like so javascript fromstream onoffevents when ... | 0 |
57,316 | 15,730,111,208 | IssuesEvent | 2021-03-29 15:33:28 | danmar/testissues | https://api.github.com/repos/danmar/testissues | opened | false positive: Deallocating a deallocated pointer (Trac #297) | False positive Incomplete Migration Migrated from Trac defect hyd_danmar | Migrated from https://trac.cppcheck.net/ticket/297
```json
{
"status": "closed",
"changetime": "2009-05-10T06:03:21",
"description": "{{{\nvoid f(const std::string &data)\n{\n\n char *out = new char[ 11];\n if (b())\n {\n delete [] out;\n exit(0);\n }\n\n delete [] out;\n}\n}}... | 1.0 | false positive: Deallocating a deallocated pointer (Trac #297) - Migrated from https://trac.cppcheck.net/ticket/297
```json
{
"status": "closed",
"changetime": "2009-05-10T06:03:21",
"description": "{{{\nvoid f(const std::string &data)\n{\n\n char *out = new char[ 11];\n if (b())\n {\n del... | defect | false positive deallocating a deallocated pointer trac migrated from json status closed changetime description nvoid f const std string data n n n char out new char n if b n n delete out n exit n n n delete ... | 1 |
64,487 | 18,684,745,593 | IssuesEvent | 2021-11-01 10:57:38 | obophenotype/cell-ontology | https://api.github.com/repos/obophenotype/cell-ontology | closed | cholangiocte improvements | Priority-Medium Type-Defect auto-migrated autoclosed-unfixed | ```
Improve representation of cholangiocytes based on:
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3743051/
See also:
https://github.com/obophenotype/uberon/issues/653
```
Original issue reported on code.google.com by `cmung...@gmail.com` on 1 Mar 2015 at 10:05
| 1.0 | cholangiocte improvements - ```
Improve representation of cholangiocytes based on:
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3743051/
See also:
https://github.com/obophenotype/uberon/issues/653
```
Original issue reported on code.google.com by `cmung...@gmail.com` on 1 Mar 2015 at 10:05
| defect | cholangiocte improvements improve representation of cholangiocytes based on see also original issue reported on code google com by cmung gmail com on mar at | 1 |
420,141 | 12,233,765,346 | IssuesEvent | 2020-05-04 12:16:44 | osmontrouge/caresteouvert | https://api.github.com/repos/osmontrouge/caresteouvert | closed | Horaires jour férié | enhancement priority: low | J'ai constaté deux problèmes d'affichage sur un commerce avec opening_hours PH off pour signaler qu'il est fermé les jours fériés :
- Libellé "fermé jusqu'à demain 00:00" au lieu de "fermé jusqu'à samedi 9h30"
- "Tag der Arbeit" au lieu de "Fête du travail"
Lien vers le commerce pour exemple :
https://www.carest... | 1.0 | Horaires jour férié - J'ai constaté deux problèmes d'affichage sur un commerce avec opening_hours PH off pour signaler qu'il est fermé les jours fériés :
- Libellé "fermé jusqu'à demain 00:00" au lieu de "fermé jusqu'à samedi 9h30"
- "Tag der Arbeit" au lieu de "Fête du travail"
Lien vers le commerce pour exemple... | non_defect | horaires jour férié j ai constaté deux problèmes d affichage sur un commerce avec opening hours ph off pour signaler qu il est fermé les jours fériés libellé fermé jusqu à demain au lieu de fermé jusqu à samedi tag der arbeit au lieu de fête du travail lien vers le commerce pour exemple ... | 0 |
460 | 2,502,207,138 | IssuesEvent | 2015-01-09 05:15:09 | fossology/fossology | https://api.github.com/repos/fossology/fossology | opened | apt-get purge fossology does not delete repository directory | Category: Build/install/config Component: Rank Component: Tester Priority: Low Status: Feedback Tracker: Bug | ---
Author Name: **larry shi**
Original Redmine Issue: 3813, http://www.fossology.org/issues/3813
Original Date: 2012/12/12
Original Assignee: Dong Ma
---
after I run apt-get purge fossology* -y, find that all the fossology related files are deleted except /srv/fossology/
| 1.0 | apt-get purge fossology does not delete repository directory - ---
Author Name: **larry shi**
Original Redmine Issue: 3813, http://www.fossology.org/issues/3813
Original Date: 2012/12/12
Original Assignee: Dong Ma
---
after I run apt-get purge fossology* -y, find that all the fossology related files are deleted e... | non_defect | apt get purge fossology does not delete repository directory author name larry shi original redmine issue original date original assignee dong ma after i run apt get purge fossology y find that all the fossology related files are deleted except srv fossology | 0 |
1,373 | 2,603,842,361 | IssuesEvent | 2015-02-24 18:14:59 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳人乳头瘤病毒DNA测定 | auto-migrated Priority-Medium Type-Defect | ```
沈阳人乳头瘤病毒DNA测定〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.com by `q964... | 1.0 | 沈阳人乳头瘤病毒DNA测定 - ```
沈阳人乳头瘤病毒DNA测定〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.goo... | defect | 沈阳人乳头瘤病毒dna测定 沈阳人乳头瘤病毒dna测定〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at ... | 1 |
455,180 | 13,112,755,980 | IssuesEvent | 2020-08-05 03:12:49 | okTurtles/group-income-simple | https://api.github.com/repos/okTurtles/group-income-simple | closed | Hook up the new dashboard to the vuex store | App:Frontend Kind:Core Priority:High | ### Problem
While testing PR #382 (update bulma to 0.7), there's the obvious issue that the latest and greatest dashboard design is only partially connected to the vuex store.
### Solution
Connecting everything in the Dashboard to the vuex store is a long-term issue, and we have an existing issue to update the... | 1.0 | Hook up the new dashboard to the vuex store - ### Problem
While testing PR #382 (update bulma to 0.7), there's the obvious issue that the latest and greatest dashboard design is only partially connected to the vuex store.
### Solution
Connecting everything in the Dashboard to the vuex store is a long-term issu... | non_defect | hook up the new dashboard to the vuex store problem while testing pr update bulma to there s the obvious issue that the latest and greatest dashboard design is only partially connected to the vuex store solution connecting everything in the dashboard to the vuex store is a long term issue ... | 0 |
24,002 | 3,897,333,155 | IssuesEvent | 2016-04-16 10:36:46 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Dropdowns remain opened after selecting a new Dropdown | defect | When selecting a dropdown while another one is still opened, the first one remains open.
The end of the animation also demonstrates rendering below the bottom of a table (#193)

| 1.0 | Dropdowns remain opened after selecting a new Dropdown - When selecting a dropdown while another one is still opened, the first one remains open.
The end of the animation also demonstrates rendering below the bottom of a table (#193)
;`
`fore... | 1.0 | DataObjectLayer documentation out-dated - At http://brightstardb.readthedocs.io/en/latest/Data_Object_Layer/#querying-data-using-sparql you say that the "sparqlResult" has a "ResultDocument" property but I cannot find this property in the repository.
I did something like that as a workaround:
`var queryResult = Dat... | non_defect | dataobjectlayer documentation out dated at you say that the sparqlresult has a resultdocument property but i cannot find this property in the repository i did something like that as a workaround var queryresult dataobjectstore executesparql query foreach var sparqlresultrow in sparqlresult result... | 0 |
35,214 | 7,657,545,806 | IssuesEvent | 2018-05-10 20:02:13 | marverenic/Jockey | https://api.github.com/repos/marverenic/Jockey | closed | Queue three-dot popup | defect | When you click the 3dot button next to a song in the queue which is in the bottom of the list, the scroll positions jumps up so that the popup could be displayed. It's disorienting.
The scroll position shouldn't change, and the pop-up should be vertically positioned according to available space. | 1.0 | Queue three-dot popup - When you click the 3dot button next to a song in the queue which is in the bottom of the list, the scroll positions jumps up so that the popup could be displayed. It's disorienting.
The scroll position shouldn't change, and the pop-up should be vertically positioned according to available space... | defect | queue three dot popup when you click the button next to a song in the queue which is in the bottom of the list the scroll positions jumps up so that the popup could be displayed it s disorienting the scroll position shouldn t change and the pop up should be vertically positioned according to available space | 1 |
8,598 | 2,611,532,265 | IssuesEvent | 2015-02-27 06:03:34 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | closed | No return to lobby after a match (as not-host) | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Join a game, do not click lamp.
2. Let the host start the game, ignoring your lamp is not clicked.
3. Finish the game
What is the expected output? What do you see instead?
I don't know yet if this always happens in this situation, but it happened a
few times now: My UI w... | 1.0 | No return to lobby after a match (as not-host) - ```
What steps will reproduce the problem?
1. Join a game, do not click lamp.
2. Let the host start the game, ignoring your lamp is not clicked.
3. Finish the game
What is the expected output? What do you see instead?
I don't know yet if this always happens in this sit... | defect | no return to lobby after a match as not host what steps will reproduce the problem join a game do not click lamp let the host start the game ignoring your lamp is not clicked finish the game what is the expected output what do you see instead i don t know yet if this always happens in this sit... | 1 |
371,196 | 10,962,816,929 | IssuesEvent | 2019-11-27 18:08:08 | kubernetes/minikube | https://api.github.com/repos/kubernetes/minikube | closed | Upgrade podman and cri-o | area/guest-vm co/runtime/crio kind/feature priority/important-longterm | Currently we are running:
- Podman 1.4 (`v1.4.4`)
- CRI-O 1.15 (`v1.15.2`)
Should try to upgrade to:
- Podman 1.6 (`v1.6.3`) - https://github.com/containers/libpod/releases
- CRI-O 1.16 (`v1.16.0`) - https://github.com/cri-o/cri-o/releases | 1.0 | Upgrade podman and cri-o - Currently we are running:
- Podman 1.4 (`v1.4.4`)
- CRI-O 1.15 (`v1.15.2`)
Should try to upgrade to:
- Podman 1.6 (`v1.6.3`) - https://github.com/containers/libpod/releases
- CRI-O 1.16 (`v1.16.0`) - https://github.com/cri-o/cri-o/releases | non_defect | upgrade podman and cri o currently we are running podman cri o should try to upgrade to podman cri o | 0 |
253,461 | 27,300,620,596 | IssuesEvent | 2023-02-24 01:23:52 | panasalap/linux-4.19.72_1 | https://api.github.com/repos/panasalap/linux-4.19.72_1 | closed | CVE-2019-18675 (High) detected in linux-yoctov5.4.51 - autoclosed | security vulnerability | ## CVE-2019-18675 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedded kernel</p>
<p>Library home page: <a href=https://git.... | True | CVE-2019-18675 (High) detected in linux-yoctov5.4.51 - autoclosed - ## CVE-2019-18675 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto ... | non_defect | cve high detected in linux autoclosed cve high severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files dr... | 0 |
42,881 | 11,349,499,472 | IssuesEvent | 2020-01-24 05:13:38 | idaholab/raven | https://api.github.com/repos/idaholab/raven | closed | Pickling high-sample GaussianProcess ROM | defect priority_normal | --------
Issue Description
--------
##### What did you expect to see happen?
After training a Gaussian Process ROM from SciKitLearn, I should be able to pickle it for reuse later.
##### What did you see instead?
With as few as ten thousand samples, this works fine; however, with twenty thousand samples, attempt... | 1.0 | Pickling high-sample GaussianProcess ROM - --------
Issue Description
--------
##### What did you expect to see happen?
After training a Gaussian Process ROM from SciKitLearn, I should be able to pickle it for reuse later.
##### What did you see instead?
With as few as ten thousand samples, this works fine; how... | defect | pickling high sample gaussianprocess rom issue description what did you expect to see happen after training a gaussian process rom from scikitlearn i should be able to pickle it for reuse later what did you see instead with as few as ten thousand samples this works fine how... | 1 |
12,265 | 2,685,582,765 | IssuesEvent | 2015-03-30 03:03:23 | IssueMigrationTest/Test5 | https://api.github.com/repos/IssueMigrationTest/Test5 | opened | Class processing error | auto-migrated Priority-Medium Type-Defect | **Issue by laetitia...@gmail.com**
_6 Mar 2014 at 10:02 GMT_
_Originally opened on Google Code_
----
```
What steps will reproduce the problem?
Unknown, just compiling a huge .py with many classes.
What is the expected output? What do you see instead?
I added a print lcp to display the [ ... ] in the log.
if le... | 1.0 | Class processing error - **Issue by laetitia...@gmail.com**
_6 Mar 2014 at 10:02 GMT_
_Originally opened on Google Code_
----
```
What steps will reproduce the problem?
Unknown, just compiling a huge .py with many classes.
What is the expected output? What do you see instead?
I added a print lcp to display the [ ..... | defect | class processing error issue by laetitia gmail com mar at gmt originally opened on google code what steps will reproduce the problem unknown just compiling a huge py with many classes what is the expected output what do you see instead i added a print lcp to display the in the ... | 1 |
90,220 | 8,231,124,736 | IssuesEvent | 2018-09-07 14:58:43 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | server/telemetry: (unknown) failed under stress | C-test-failure O-robot | SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5
Parameters:
```
TAGS=
GOFLAGS=-race
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891336&tab=buildLog
```
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg... | 1.0 | server/telemetry: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5
Parameters:
```
TAGS=
GOFLAGS=-race
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891336&tab=buildLog
```
build/werror.sh /go/... | non_defect | server telemetry unknown failed under stress sha parameters tags goflags race stress build found a failed test build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf cpp out lite go src github com c... | 0 |
43,908 | 11,879,924,078 | IssuesEvent | 2020-03-27 09:43:54 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | hideOnDateTimeSelect is not respected when showTime is false | defect | **I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request h... | 1.0 | hideOnDateTimeSelect is not respected when showTime is false - **I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap... | defect | hideondatetimeselect is not respected when showtime is false i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support r... | 1 |
75,758 | 26,031,846,237 | IssuesEvent | 2022-12-21 22:15:22 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: `url_matches` expected condition is using `re.search` possibly accidentally | C-py I-defect | ### What happened?
According to the docstring of [`url_matches`](https://github.com/SeleniumHQ/selenium/blob/trunk/py/selenium/webdriver/support/expected_conditions.py#L96) the pattern should be matched against the url _exactly_ - Is a `re.search` sufficient here over `re.fullmatch` ?
```python
"""An expecta... | 1.0 | [🐛 Bug]: `url_matches` expected condition is using `re.search` possibly accidentally - ### What happened?
According to the docstring of [`url_matches`](https://github.com/SeleniumHQ/selenium/blob/trunk/py/selenium/webdriver/support/expected_conditions.py#L96) the pattern should be matched against the url _exactly_ ... | defect | url matches expected condition is using re search possibly accidentally what happened according to the docstring of the pattern should be matched against the url exactly is a re search sufficient here over re fullmatch python an expectation for checking the current url ... | 1 |
113,583 | 9,657,395,676 | IssuesEvent | 2019-05-20 08:28:36 | bbc/simorgh | https://api.github.com/repos/bbc/simorgh | closed | Cypress Integration tests for Live environment | Refinement Needed integration-testing | **Is your feature request related to a problem? Please describe.**
Currently we run the whole test suite against the Live environment.
We would like to have a smaller subset of the tests to be run against Live. e.g. `https://www.bbc.com/news/articles/:id`
**Describe the solution you'd like**
To have a npm script... | 1.0 | Cypress Integration tests for Live environment - **Is your feature request related to a problem? Please describe.**
Currently we run the whole test suite against the Live environment.
We would like to have a smaller subset of the tests to be run against Live. e.g. `https://www.bbc.com/news/articles/:id`
**Describ... | non_defect | cypress integration tests for live environment is your feature request related to a problem please describe currently we run the whole test suite against the live environment we would like to have a smaller subset of the tests to be run against live e g describe the solution you d like to have ... | 0 |
546,161 | 16,005,305,913 | IssuesEvent | 2021-04-20 01:35:01 | TerriaJS/terriajs | https://api.github.com/repos/TerriaJS/terriajs | closed | Cesium rendering crashes when capabiltiies document returns a larger rectangle than what's supported by its tiling scheme | High priority P-DroughtMap Version 8 | See e.g. ArcGIS server https://lsa2.geohub.sa.gov.au/server/rest/services/LSA/LocationSAViewerv7/MapServer/124.
Probably also applies to WMS.
This is because we don't ensure the following assumption is always true (written in comments in "terriajs-cesium/Source/Scene/ImageryLayer.js"):
> The imagery TilingScheme... | 1.0 | Cesium rendering crashes when capabiltiies document returns a larger rectangle than what's supported by its tiling scheme - See e.g. ArcGIS server https://lsa2.geohub.sa.gov.au/server/rest/services/LSA/LocationSAViewerv7/MapServer/124.
Probably also applies to WMS.
This is because we don't ensure the following as... | non_defect | cesium rendering crashes when capabiltiies document returns a larger rectangle than what s supported by its tiling scheme see e g arcgis server probably also applies to wms this is because we don t ensure the following assumption is always true written in comments in terriajs cesium source scene imageryla... | 0 |
59,934 | 17,023,294,056 | IssuesEvent | 2021-07-03 01:16:40 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | export osm creates file unusable in JOSM | Component: merkaartor Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 11.36am, Monday, 15th September 2008]**
0.11 Windows export osm creates file unusable in JOSM
I exported my data from Merkaartor in osm format, then tried to load it into JOSM which complained about the nodes.
I don't know if this is a bug in JOSM or in Merkaa... | 1.0 | export osm creates file unusable in JOSM - **[Submitted to the original trac issue database at 11.36am, Monday, 15th September 2008]**
0.11 Windows export osm creates file unusable in JOSM
I exported my data from Merkaartor in osm format, then tried to load it into JOSM which complained about the nodes.
I don't... | defect | export osm creates file unusable in josm windows export osm creates file unusable in josm i exported my data from merkaartor in osm format then tried to load it into josm which complained about the nodes i don t know if this is a bug in josm or in merkaartor but they are incompatible here s t... | 1 |
10,561 | 2,622,173,609 | IssuesEvent | 2015-03-04 00:15:40 | byzhang/leveldb | https://api.github.com/repos/byzhang/leveldb | closed | version_set_test.cc missing | auto-migrated Priority-Medium Type-Defect | ```
r32 added version_set_test to the Makefile, though db/version_set_test.cc is
not checked in:
make: *** No rule to make target `db/version_set_test.o', needed by
`version_set_test'. Stop.
```
Original issue reported on code.google.com by `ashoema...@gmail.com` on 22 Jun 2011 at 3:19 | 1.0 | version_set_test.cc missing - ```
r32 added version_set_test to the Makefile, though db/version_set_test.cc is
not checked in:
make: *** No rule to make target `db/version_set_test.o', needed by
`version_set_test'. Stop.
```
Original issue reported on code.google.com by `ashoema...@gmail.com` on 22 Jun 2011 at 3:... | defect | version set test cc missing added version set test to the makefile though db version set test cc is not checked in make no rule to make target db version set test o needed by version set test stop original issue reported on code google com by ashoema gmail com on jun at | 1 |
57,038 | 3,081,233,340 | IssuesEvent | 2015-08-22 14:21:39 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | closed | Crashing in level editor. | 019 bug imported Priority-High | _From [Cory.Pou...@gmail.com](https://code.google.com/u/105220164791991617712/) on October 25, 2013 19:37:27_
What steps will reproduce the problem? 1. place a poly wall or laodout/ goal zone onto 1 point.
2. load the level.
3. poly walls will cause walls not to draw. (but they are there.) zones will crash the game.... | 1.0 | Crashing in level editor. - _From [Cory.Pou...@gmail.com](https://code.google.com/u/105220164791991617712/) on October 25, 2013 19:37:27_
What steps will reproduce the problem? 1. place a poly wall or laodout/ goal zone onto 1 point.
2. load the level.
3. poly walls will cause walls not to draw. (but they are there.... | non_defect | crashing in level editor from on october what steps will reproduce the problem place a poly wall or laodout goal zone onto point load the level poly walls will cause walls not to draw but they are there zones will crash the game what is the expected output what do you see ins... | 0 |
77,482 | 27,011,483,688 | IssuesEvent | 2023-02-10 15:44:13 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-3 [COGNITION]: Go to debt details link should be styled as a link | 508/Accessibility 508-defect-3 508-issue-cognition | # [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3)
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for sugg... | 1.0 | 508-defect-3 [COGNITION]: Go to debt details link should be styled as a link - # [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3)
## Feedback framework
- **❗️ Must** for if the feedback must be applied ... | defect | defect go to debt details link should be styled as a link feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback ... | 1 |
292,817 | 8,968,962,429 | IssuesEvent | 2019-01-29 09:35:31 | grpc/grpc | https://api.github.com/repos/grpc/grpc | closed | Bazel RBE Asan C/C++ broken | infra/Bazel kind/bug priority/P1 | Seeing errors of the form
```
==18==LeakSanitizer has encountered a fatal error.
==18==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
==18==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
```
Sample log files from different pull requests -
https... | 1.0 | Bazel RBE Asan C/C++ broken - Seeing errors of the form
```
==18==LeakSanitizer has encountered a fatal error.
==18==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
==18==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
```
Sample log files from di... | non_defect | bazel rbe asan c c broken seeing errors of the form leaksanitizer has encountered a fatal error hint for debugging try setting environment variable lsan options verbosity log threads hint leaksanitizer does not work under ptrace strace gdb etc sample log files from diffe... | 0 |
7,776 | 4,058,331,481 | IssuesEvent | 2016-05-25 03:28:49 | servo/servo | https://api.github.com/repos/servo/servo | closed | Android nightly failing again | A-build A-infrastructure P-android | ```
Compiling winapi-build v0.1.1
Compiling winapi v0.2.5
Compiling kernel32-sys v0.2.1
Compiling walkdir v0.1.5
Compiling build-apk v0.0.1 (file:///home/servo/buildbot/slave/android-nightly/build/support/android/build-apk)
Running `/home/servo/buildbot/slave/android-nightly/build/target/debug... | 1.0 | Android nightly failing again - ```
Compiling winapi-build v0.1.1
Compiling winapi v0.2.5
Compiling kernel32-sys v0.2.1
Compiling walkdir v0.1.5
Compiling build-apk v0.0.1 (file:///home/servo/buildbot/slave/android-nightly/build/support/android/build-apk)
Running `/home/servo/buildbot/slave/an... | non_defect | android nightly failing again compiling winapi build compiling winapi compiling sys compiling walkdir compiling build apk file home servo buildbot slave android nightly build support android build apk running home servo buildbot slave android nightl... | 0 |
35,857 | 7,810,718,448 | IssuesEvent | 2018-06-12 07:52:21 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | core.js: PrimeFaces.getFacesResource() throws TypeError "null" when version parameter is passed to it in a portlet environment | defect | ## 1) Environment
- > PrimeFaces version:
`6.2`
- > Does it work on the newest released PrimeFaces version? Does it work on the newest sources in GitHub?
The bug exists in `master` (`6.3-SNAPSHOT`) as well.
- > Application server + version:
Tomcat (should be reproducible in any app server)
... | 1.0 | core.js: PrimeFaces.getFacesResource() throws TypeError "null" when version parameter is passed to it in a portlet environment - ## 1) Environment
- > PrimeFaces version:
`6.2`
- > Does it work on the newest released PrimeFaces version? Does it work on the newest sources in GitHub?
The bug exists in `... | defect | core js primefaces getfacesresource throws typeerror null when version parameter is passed to it in a portlet environment environment primefaces version does it work on the newest released primefaces version does it work on the newest sources in github the bug exists in ... | 1 |
76,271 | 26,339,736,844 | IssuesEvent | 2023-01-10 16:46:25 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | develop shows squares instead of some characters and meta space icons are missing | T-Defect X-Regression | ### Steps to reproduce

### Outcome
#### What did you expect?
Numbers, room names in the left panel, user list in the right panel all show correct characters. Metaspace icons a... | 1.0 | develop shows squares instead of some characters and meta space icons are missing - ### Steps to reproduce

### Outcome
#### What did you expect?
Numbers, room names in the lef... | defect | develop shows squares instead of some characters and meta space icons are missing steps to reproduce outcome what did you expect numbers room names in the left panel user list in the right panel all show correct characters metaspace icons are there what happened instead some cha... | 1 |
724,372 | 24,927,653,543 | IssuesEvent | 2022-10-31 08:57:05 | DISSINET/InkVisitor | https://api.github.com/repos/DISSINET/InkVisitor | closed | Order territories alphabetically by legacy_id | data parsing priority | Now, upon parsing, the machine generated middle-element territories, e.g. Territory labelled "4" generated from IDs such as "T107-4-09" by [this instruction](https://docs.google.com/spreadsheets/d/1mLevawnoZVLQv6qINaSfiyi1NNlfJzTZevinRSSQVPo/edit#gid=0&range=N1), have a strange order.
, have a s... | non_defect | order territories alphabetically by legacy id now upon parsing the machine generated middle element territories e g territory labelled generated from ids such as by have a strange order they should be ordered alphabetically but solve this as a part of a broader and major issue order ... | 0 |
11,002 | 2,622,954,484 | IssuesEvent | 2015-03-04 09:02:59 | folded/carve | https://api.github.com/repos/folded/carve | closed | Holes in intersect result | auto-migrated Priority-Medium Type-Defect | ```
Open the attached file, there are 2 OBJ files containing triangles only.
# The model 'c.obj' was made this way.
intersect --obj a.obj A_MINUS_B b.obj > c.obj
Notice that there are holes in the resulting model, 'B' for brown.
I included c.obj in the archive also.
```
Original issue reported on code.google.com by... | 1.0 | Holes in intersect result - ```
Open the attached file, there are 2 OBJ files containing triangles only.
# The model 'c.obj' was made this way.
intersect --obj a.obj A_MINUS_B b.obj > c.obj
Notice that there are holes in the resulting model, 'B' for brown.
I included c.obj in the archive also.
```
Original issue re... | defect | holes in intersect result open the attached file there are obj files containing triangles only the model c obj was made this way intersect obj a obj a minus b b obj c obj notice that there are holes in the resulting model b for brown i included c obj in the archive also original issue re... | 1 |
68,355 | 21,647,648,859 | IssuesEvent | 2022-05-06 05:19:02 | klubcoin/lcn-mobile | https://api.github.com/repos/klubcoin/lcn-mobile | opened | [Token Tipping][Send Tips] Fix must be able to send tips successfully. | Defect Must Have Critical Token Tipping Services | ### **Description:**
Must be able to send tips successfully.
**Build Environment:** Staging Environment
**Affects Version:** 1.0.0.staging.27
**Device Platform:** Android
**Device OS:** 11
**Test Device:** OnePlus 7T Pro
### **Pre-condition:**
1. User successfully installed Klubcoin App
2. User has an exis... | 1.0 | [Token Tipping][Send Tips] Fix must be able to send tips successfully. - ### **Description:**
Must be able to send tips successfully.
**Build Environment:** Staging Environment
**Affects Version:** 1.0.0.staging.27
**Device Platform:** Android
**Device OS:** 11
**Test Device:** OnePlus 7T Pro
### **Pre-condi... | defect | fix must be able to send tips successfully description must be able to send tips successfully build environment staging environment affects version staging device platform android device os test device oneplus pro pre condition user successful... | 1 |
71,982 | 23,880,101,275 | IssuesEvent | 2022-09-08 00:00:32 | scipy/scipy | https://api.github.com/repos/scipy/scipy | opened | BUG: import scipy.stats causes segmentation fault | defect | ### Describe your issue.
# Issue
Running `import scipy.stats` causes `Segmentation fault: 11`. Similarly, running `import scipy.signal` causes `Segmentation fault: 11`. This is true for `scipy-1.8.0rc1` through `scipy-1.9.1`.
However, with `scipy-1.7.3`, `import scipy.stats` and `import scipy.signal` do not produc... | 1.0 | BUG: import scipy.stats causes segmentation fault - ### Describe your issue.
# Issue
Running `import scipy.stats` causes `Segmentation fault: 11`. Similarly, running `import scipy.signal` causes `Segmentation fault: 11`. This is true for `scipy-1.8.0rc1` through `scipy-1.9.1`.
However, with `scipy-1.7.3`, `import ... | defect | bug import scipy stats causes segmentation fault describe your issue issue running import scipy stats causes segmentation fault similarly running import scipy signal causes segmentation fault this is true for scipy through scipy however with scipy import scipy... | 1 |
51,889 | 13,211,334,303 | IssuesEvent | 2020-08-15 22:23:14 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | [static-twc] needs more documentation (Trac #1222) | Incomplete Migration Migrated from Trac combo reconstruction defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1222">https://code.icecube.wisc.edu/projects/icecube/ticket/1222</a>, reported by hdembinskiand owned by hdembinski</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"_ts... | 1.0 | [static-twc] needs more documentation (Trac #1222) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1222">https://code.icecube.wisc.edu/projects/icecube/ticket/1222</a>, reported by hdembinskiand owned by hdembinski</em></summary>
<p>
```json
{
"status": "close... | defect | needs more documentation trac migrated from json status closed changetime ts description static twc has no sphinx documentation doxy documentation and readme are available should be ported the example script in resources examples needs a bas... | 1 |
81,774 | 31,564,625,725 | IssuesEvent | 2023-09-03 17:13:39 | vector-im/element-desktop | https://api.github.com/repos/vector-im/element-desktop | opened | 1:1 Call Gives A Microphone Error | T-Defect | ### Steps to reproduce
1. Select microphone and camera in settings
2. Initiate a voice or video call
3. Be greeted with this:

### Outcome
#### What did you expect?
A call to succeed.
#### What happened ... | 1.0 | 1:1 Call Gives A Microphone Error - ### Steps to reproduce
1. Select microphone and camera in settings
2. Initiate a voice or video call
3. Be greeted with this:

### Outcome
#### What did you expect?
A cal... | defect | call gives a microphone error steps to reproduce select microphone and camera in settings initiate a voice or video call be greeted with this outcome what did you expect a call to succeed what happened instead element complains that a microphone cannot be accessed ... | 1 |
223,164 | 17,570,622,818 | IssuesEvent | 2021-08-14 16:06:31 | wakystuf/ESG-Mod | https://api.github.com/repos/wakystuf/ESG-Mod | reopened | Remove circularity of UE influence buyouts | in testing documented | Influence buyouts should not generate influence. Potentially results in infinite loop with enough buyout cost reductions (though less likely without superspuds effect, potentially still possible) | 1.0 | Remove circularity of UE influence buyouts - Influence buyouts should not generate influence. Potentially results in infinite loop with enough buyout cost reductions (though less likely without superspuds effect, potentially still possible) | non_defect | remove circularity of ue influence buyouts influence buyouts should not generate influence potentially results in infinite loop with enough buyout cost reductions though less likely without superspuds effect potentially still possible | 0 |
193,055 | 15,366,114,567 | IssuesEvent | 2021-03-02 00:47:14 | userfront/guide | https://api.github.com/repos/userfront/guide | closed | Move to custom documentation | documentation | Unfortunately, readme.com, redoc, and swagger-ui all have their problems that will prevent us from building a compelling doc experience.
So, continue using vuepress and build custom components that can be used to render the swagger file or, if needed, to use a different format. | 1.0 | Move to custom documentation - Unfortunately, readme.com, redoc, and swagger-ui all have their problems that will prevent us from building a compelling doc experience.
So, continue using vuepress and build custom components that can be used to render the swagger file or, if needed, to use a different format. | non_defect | move to custom documentation unfortunately readme com redoc and swagger ui all have their problems that will prevent us from building a compelling doc experience so continue using vuepress and build custom components that can be used to render the swagger file or if needed to use a different format | 0 |
18,817 | 5,717,851,664 | IssuesEvent | 2017-04-19 18:11:34 | PlantReactome/temp-issues | https://api.github.com/repos/PlantReactome/temp-issues | closed | Search results details not displaying for At, Zm, and some Os results | bug code | Fixed with config changes in Species_Config.pm. Testing...
| 1.0 | Search results details not displaying for At, Zm, and some Os results - Fixed with config changes in Species_Config.pm. Testing...
| non_defect | search results details not displaying for at zm and some os results fixed with config changes in species config pm testing | 0 |
39,559 | 9,544,650,071 | IssuesEvent | 2019-05-01 14:49:36 | Automattic/wp-calypso | https://api.github.com/repos/Automattic/wp-calypso | opened | Editor: Preview not displaying edits to published pages | Atomic Editor Pages [Pri] High [Type] Defect user-waiting | This issue is based on a user's report. I tested this issue on my test site, https://atomicpljcbsn.blog
#### Steps to reproduce
1. Edit a _published_ page in some way in the block editor;
2. Click **Preview** to preview a change;
3. The preview doesn't reflect the change;
4. Click **Update** to publish the upd... | 1.0 | Editor: Preview not displaying edits to published pages - This issue is based on a user's report. I tested this issue on my test site, https://atomicpljcbsn.blog
#### Steps to reproduce
1. Edit a _published_ page in some way in the block editor;
2. Click **Preview** to preview a change;
3. The preview doesn't r... | defect | editor preview not displaying edits to published pages this issue is based on a user s report i tested this issue on my test site steps to reproduce edit a published page in some way in the block editor click preview to preview a change the preview doesn t reflect the change cl... | 1 |
198,604 | 22,666,503,739 | IssuesEvent | 2022-07-03 01:01:57 | tlkh/mini-dlperf | https://api.github.com/repos/tlkh/mini-dlperf | reopened | CVE-2022-29238 (Medium) detected in notebook-5.7.10-py2.py3-none-any.whl | security vulnerability | ## CVE-2022-29238 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>notebook-5.7.10-py2.py3-none-any.whl</b></p></summary>
<p>A web-based notebook environment for interactive computing... | True | CVE-2022-29238 (Medium) detected in notebook-5.7.10-py2.py3-none-any.whl - ## CVE-2022-29238 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>notebook-5.7.10-py2.py3-none-any.whl</b></... | non_defect | cve medium detected in notebook none any whl cve medium severity vulnerability vulnerable library notebook none any whl a web based notebook environment for interactive computing library home page a href path to dependency file requirements txt path to vulner... | 0 |
1,373 | 2,971,413,916 | IssuesEvent | 2015-07-14 06:37:44 | CartoDB/cartodb | https://api.github.com/repos/CartoDB/cartodb | closed | Setup request timeouts + check connect timeouts | 3 - Done importer importer-performance | We've had sync import issues with this traces:
```
"2015-06-25 19:09:09 UTC: Fetching datasource gdrive metadata for item id YYY from user XXX\n2015-06-25 19:09:09 UTC: Downloading file data from datasource\n"
```
A systems strace confirmed that connection was made but got stuck for days (`TCP XXXX->YYYY:https (ES... | True | Setup request timeouts + check connect timeouts - We've had sync import issues with this traces:
```
"2015-06-25 19:09:09 UTC: Fetching datasource gdrive metadata for item id YYY from user XXX\n2015-06-25 19:09:09 UTC: Downloading file data from datasource\n"
```
A systems strace confirmed that connection was made... | non_defect | setup request timeouts check connect timeouts we ve had sync import issues with this traces utc fetching datasource gdrive metadata for item id yyy from user xxx utc downloading file data from datasource n a systems strace confirmed that connection was made but got stuck fo... | 0 |
243,811 | 26,289,282,032 | IssuesEvent | 2023-01-08 07:31:45 | TalErez86/Test-Repository123 | https://api.github.com/repos/TalErez86/Test-Repository123 | opened | CVE-2021-21290 (Medium) detected in netty-codec-http-4.1.46.Final.jar, netty-handler-4.1.46.Final.jar | security vulnerability | ## CVE-2021-21290 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>netty-codec-http-4.1.46.Final.jar</b>, <b>netty-handler-4.1.46.Final.jar</b></p></summary>
<p>
<details><summary><... | True | CVE-2021-21290 (Medium) detected in netty-codec-http-4.1.46.Final.jar, netty-handler-4.1.46.Final.jar - ## CVE-2021-21290 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>netty-codec... | non_defect | cve medium detected in netty codec http final jar netty handler final jar cve medium severity vulnerability vulnerable libraries netty codec http final jar netty handler final jar netty codec http final jar netty is an asynchronous event driven net... | 0 |
78,340 | 27,446,082,034 | IssuesEvent | 2023-03-02 14:23:06 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-2: Extension input field does not have specific error messaging | 508/Accessibility 508-defect-2 Supplemental Claims benefits-team-1 | ### Point of contact
joshkimux
### Severity level
2, Serious. Should be fixed in 1-2 sprints post-launch.
### Details
https://user-images.githubusercontent.com/14154792/218118927-b58bd5fa-e0dc-4e90-9352-b4fc14ba1503.mov
As seen in this video, it _appears_ that letters aren't accepted as inputs in the field wh... | 1.0 | 508-defect-2: Extension input field does not have specific error messaging - ### Point of contact
joshkimux
### Severity level
2, Serious. Should be fixed in 1-2 sprints post-launch.
### Details
https://user-images.githubusercontent.com/14154792/218118927-b58bd5fa-e0dc-4e90-9352-b4fc14ba1503.mov
As seen in th... | defect | defect extension input field does not have specific error messaging point of contact joshkimux severity level serious should be fixed in sprints post launch details as seen in this video it appears that letters aren t accepted as inputs in the field which triggers a generic er... | 1 |
29,501 | 5,705,533,590 | IssuesEvent | 2017-04-18 08:48:16 | contao/core | https://api.github.com/repos/contao/core | closed | Local installation impossible in 3.5.25 | defect | when performing a local installation in mampp, the following error-message appears after confirming the license-aggreement:
```
Fatal error: Uncaught exception Error with message Class 'Database\' not found thrown in system/modules/core/library/Contao/Database.php on line 165
#0 system/modules/core/library/Contao... | 1.0 | Local installation impossible in 3.5.25 - when performing a local installation in mampp, the following error-message appears after confirming the license-aggreement:
```
Fatal error: Uncaught exception Error with message Class 'Database\' not found thrown in system/modules/core/library/Contao/Database.php on line ... | defect | local installation impossible in when performing a local installation in mampp the following error message appears after confirming the license aggreement fatal error uncaught exception error with message class database not found thrown in system modules core library contao database php on line ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.