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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
21,212 | 3,475,275,317 | IssuesEvent | 2015-12-25 12:59:47 | mgskjaeveland/sgvizler | https://api.github.com/repos/mgskjaeveland/sgvizler | opened | Allow "complex" options for div charts | P: default R: fixed T: defect | **Reported by martin on 4 Nov 2013 11:45 UTC**
From http://code.google.com/p/sgvizler/issues/detail?id=18
Migrated-From: http://dev.data2000.no/sgvizler/ticket/18 | 1.0 | Allow "complex" options for div charts - **Reported by martin on 4 Nov 2013 11:45 UTC**
From http://code.google.com/p/sgvizler/issues/detail?id=18
Migrated-From: http://dev.data2000.no/sgvizler/ticket/18 | defect | allow complex options for div charts reported by martin on nov utc from migrated from | 1 |
240,462 | 20,032,799,905 | IssuesEvent | 2022-02-02 08:38:51 | kyma-project/busola | https://api.github.com/repos/kyma-project/busola | closed | Make a list of frequently failing test suites | estimate: 1 test-enhancement | <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
To improve better testing and repair failing tests we have to make a list of tests that are failing not randomly.
<!-- Provide a clear an... | 1.0 | Make a list of frequently failing test suites - <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
To improve better testing and repair failing tests we have to make a list of tests that are ... | non_defect | make a list of frequently failing test suites thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description to improve better testing and repair failing tests we have to make a list of tests that are ... | 0 |
26,117 | 26,439,047,355 | IssuesEvent | 2023-01-15 18:56:38 | tailscale/tailscale | https://api.github.com/repos/tailscale/tailscale | reopened | Tailscale SSH does not work with VSCode Remote, `unsupported channel type` | L2 Few P3 Can't get started T5 Usability bug ssh | ### What is the issue?
Tailscale SSH does not work with https://code.visualstudio.com/docs/remote/ssh
### Steps to reproduce
1. Enable Tailscale SSH on a server.
2. Try to connect to it using VSCode.
3. It fails with
```
[18:31:39.566] "SSH Tunnel" terminal received data: "channel 2: open failed: unknown c... | True | Tailscale SSH does not work with VSCode Remote, `unsupported channel type` - ### What is the issue?
Tailscale SSH does not work with https://code.visualstudio.com/docs/remote/ssh
### Steps to reproduce
1. Enable Tailscale SSH on a server.
2. Try to connect to it using VSCode.
3. It fails with
```
[18:31:39... | non_defect | tailscale ssh does not work with vscode remote unsupported channel type what is the issue tailscale ssh does not work with steps to reproduce enable tailscale ssh on a server try to connect to it using vscode it fails with ssh tunnel terminal received data channel op... | 0 |
22,417 | 3,645,158,893 | IssuesEvent | 2016-02-15 13:26:34 | contao/core | https://api.github.com/repos/contao/core | closed | [3.5.6] PageRoot Fehler System-Log Eintrag | defect | Im Text zum System-Log Eintrag in PageRoot->generate() ist eine überflüssige schließende Klammer:
Siehe https://github.com/contao/core/blob/master/system/modules/core/pages/PageRoot.php#L39 | 1.0 | [3.5.6] PageRoot Fehler System-Log Eintrag - Im Text zum System-Log Eintrag in PageRoot->generate() ist eine überflüssige schließende Klammer:
Siehe https://github.com/contao/core/blob/master/system/modules/core/pages/PageRoot.php#L39 | defect | pageroot fehler system log eintrag im text zum system log eintrag in pageroot generate ist eine überflüssige schließende klammer siehe | 1 |
76,246 | 26,329,383,573 | IssuesEvent | 2023-01-10 09:38:22 | scipy/scipy | https://api.github.com/repos/scipy/scipy | opened | 104 tests fail on aarch64 with `RuntimeWarning: invalid value encountered in cast` | defect | ### Describe your issue.
On openSUSE Tumbleweed, we have 104 tests fail on aarch64 with `RuntimeWarning: invalid value encountered in cast`.
### Reproducing Code Example
```python
Run test suite on openSUSE Tumbleweed aarch64.
```
### Error message
```shell
Full error log (too long for a copy/past as it is limi... | 1.0 | 104 tests fail on aarch64 with `RuntimeWarning: invalid value encountered in cast` - ### Describe your issue.
On openSUSE Tumbleweed, we have 104 tests fail on aarch64 with `RuntimeWarning: invalid value encountered in cast`.
### Reproducing Code Example
```python
Run test suite on openSUSE Tumbleweed aarch64.
```... | defect | tests fail on with runtimewarning invalid value encountered in cast describe your issue on opensuse tumbleweed we have tests fail on with runtimewarning invalid value encountered in cast reproducing code example python run test suite on opensuse tumbleweed error message ... | 1 |
40,339 | 9,962,103,195 | IssuesEvent | 2019-07-07 11:43:35 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | NullPointerException while invoking IMap.removeAll(predicate) with InPredicate | Module: IMap Module: Query Type: Defect | This is how I'm using removeAll (the UUIDs are strings)
```
Predicate predicate = Predicates.in("__key",uuids);
mymap.removeAll(predicate);
```
I have 2 nodes and the operation working successful but I receive the following exception in the log:
```
12 12:52:09,780 [hz._hzInstance_1_topology.partition-operat... | 1.0 | NullPointerException while invoking IMap.removeAll(predicate) with InPredicate - This is how I'm using removeAll (the UUIDs are strings)
```
Predicate predicate = Predicates.in("__key",uuids);
mymap.removeAll(predicate);
```
I have 2 nodes and the operation working successful but I receive the following exceptio... | defect | nullpointerexception while invoking imap removeall predicate with inpredicate this is how i m using removeall the uuids are strings predicate predicate predicates in key uuids mymap removeall predicate i have nodes and the operation working successful but i receive the following exceptio... | 1 |
14,378 | 2,799,330,516 | IssuesEvent | 2015-05-12 23:45:37 | FIX94/Nintendont | https://api.github.com/repos/FIX94/Nintendont | closed | Memory Card Corrupted | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Start Nintendon't
2. Open Tales of Symphonia with Memory Card Emulation on
3. Arrive at screen that says 'memory card corrupted in slot 1' with option to
format
4. Format fails and loop back to memory card corrupted screen.
What is the expected output? What do you see ins... | 1.0 | Memory Card Corrupted - ```
What steps will reproduce the problem?
1. Start Nintendon't
2. Open Tales of Symphonia with Memory Card Emulation on
3. Arrive at screen that says 'memory card corrupted in slot 1' with option to
format
4. Format fails and loop back to memory card corrupted screen.
What is the expected out... | defect | memory card corrupted what steps will reproduce the problem start nintendon t open tales of symphonia with memory card emulation on arrive at screen that says memory card corrupted in slot with option to format format fails and loop back to memory card corrupted screen what is the expected out... | 1 |
68,430 | 21,664,442,400 | IssuesEvent | 2022-05-07 01:21:59 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Clicking 'start chat' from MemberInfo on an invalid domain fails badly | T-Defect Z-Backend Z-Synapse A-Error-Message A-Create-Room | Created by @ matthew:matrix.org.
It spins for ~30s and then silently disappears. JS console shows that /createRoom 500'd
| 1.0 | Clicking 'start chat' from MemberInfo on an invalid domain fails badly - Created by @ matthew:matrix.org.
It spins for ~30s and then silently disappears. JS console shows that /createRoom 500'd
| defect | clicking start chat from memberinfo on an invalid domain fails badly created by matthew matrix org it spins for and then silently disappears js console shows that createroom d | 1 |
174,797 | 21,300,470,312 | IssuesEvent | 2022-04-15 01:56:58 | jinuem/vue-pdfjs-demo | https://api.github.com/repos/jinuem/vue-pdfjs-demo | opened | CVE-2021-43138 (High) detected in async-1.5.2.tgz | security vulnerability | ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-1.5.2.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library h... | True | CVE-2021-43138 (High) detected in async-1.5.2.tgz - ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-1.5.2.tgz</b></p></summary>
<p>Higher-order functions and co... | non_defect | cve high detected in async tgz cve high severity vulnerability vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file vue pdfjs demo package json path to vulnerable library node... | 0 |
270,444 | 8,460,435,184 | IssuesEvent | 2018-10-22 18:50:25 | CDCgov/WebMicrobeTrace | https://api.github.com/repos/CDCgov/WebMicrobeTrace | opened | Add Additional Genetic Distance Models | enhancement low priority | e.g.:
* 0-1 Normalized SNPs
* [Euclidean Distance](https://en.wikipedia.org/wiki/Euclidean_distance)
See [Wikipedia: Models of DNA Evolution](https://en.wikipedia.org/wiki/Models_of_DNA_evolution) for more | 1.0 | Add Additional Genetic Distance Models - e.g.:
* 0-1 Normalized SNPs
* [Euclidean Distance](https://en.wikipedia.org/wiki/Euclidean_distance)
See [Wikipedia: Models of DNA Evolution](https://en.wikipedia.org/wiki/Models_of_DNA_evolution) for more | non_defect | add additional genetic distance models e g normalized snps see for more | 0 |
38,226 | 8,704,268,772 | IssuesEvent | 2018-12-05 18:55:56 | IBM/CAST | https://api.github.com/repos/IBM/CAST | closed | Stale data on /etc/pam.d/csm/activelist from previous allocation | Comp: CSM Comp: CSM.api PhaseFound: Customer Sev: 3 Status: Verify Type: Defect | Stale data on /etc/pam.d/csm/activelist from previous allocation.
```
# pdsh -w sierra[1210-1219,1720-1729,2470-2475,2976-2979] cat /etc/pam.d/csm/activelist | dshbak -c
----------------
sierra[1210-1215,1217-1219,1720-1728,2470-2471,2473,2976-2979]
----------------
nvidia;132489
----------------
sierra[1216,... | 1.0 | Stale data on /etc/pam.d/csm/activelist from previous allocation - Stale data on /etc/pam.d/csm/activelist from previous allocation.
```
# pdsh -w sierra[1210-1219,1720-1729,2470-2475,2976-2979] cat /etc/pam.d/csm/activelist | dshbak -c
----------------
sierra[1210-1215,1217-1219,1720-1728,2470-2471,2473,2976-297... | defect | stale data on etc pam d csm activelist from previous allocation stale data on etc pam d csm activelist from previous allocation pdsh w sierra cat etc pam d csm activelist dshbak c sierra nvidia sierra nvidia nvidia ... | 1 |
180,302 | 21,625,651,679 | IssuesEvent | 2022-05-05 01:30:43 | Check-den-Fakt/WirVsKrisenkommunikation | https://api.github.com/repos/Check-den-Fakt/WirVsKrisenkommunikation | closed | CVE-2012-6708 (Medium) detected in jquery-1.7.1.min.js - autoclosed | security vulnerability | ## CVE-2012-6708 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="htt... | True | CVE-2012-6708 (Medium) detected in jquery-1.7.1.min.js - autoclosed - ## CVE-2012-6708 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary>
<p>JavaSc... | non_defect | cve medium detected in jquery min js autoclosed cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm wirvskrisenkommunikation frontend node modules sockjs ... | 0 |
248,521 | 7,933,440,487 | IssuesEvent | 2018-07-08 06:13:02 | fossasia/susi_android | https://api.github.com/repos/fossasia/susi_android | closed | The pull to refresh is not disabled when skills are already being fetched. | Priority: URGENT bug | **Actual Behaviour**
* The pull to refresh is not disabled when skills are already being fetched. It leads to multiple API calls and leads to request timeout. And the screen shows "unable to fetch data, please try again later"
<!--Please state here what is currently happening.-->
**Expected Behaviour**
* The "pul... | 1.0 | The pull to refresh is not disabled when skills are already being fetched. - **Actual Behaviour**
* The pull to refresh is not disabled when skills are already being fetched. It leads to multiple API calls and leads to request timeout. And the screen shows "unable to fetch data, please try again later"
<!--Please sta... | non_defect | the pull to refresh is not disabled when skills are already being fetched actual behaviour the pull to refresh is not disabled when skills are already being fetched it leads to multiple api calls and leads to request timeout and the screen shows unable to fetch data please try again later expecte... | 0 |
39,378 | 9,421,136,084 | IssuesEvent | 2019-04-11 05:40:40 | vmware/vic-product | https://api.github.com/repos/vmware/vic-product | closed | Extra spaces inserted into certificates | area/security kind/defect severity/2-serious source/customer | Please fill out both the Basic Information and Detailed Information sections.
Bug Report Basic Information
----------------------------
REQUIRED:
- vCenter Server version: 6.7U1
- Embedded or external PSC: Embedded
- Filename of the OVA you deployed: vic-v1.4.4-6375-0a6da3d4.ova
- How was the OVA deployed?... | 1.0 | Extra spaces inserted into certificates - Please fill out both the Basic Information and Detailed Information sections.
Bug Report Basic Information
----------------------------
REQUIRED:
- vCenter Server version: 6.7U1
- Embedded or external PSC: Embedded
- Filename of the OVA you deployed: vic-v1.4.4-6375... | defect | extra spaces inserted into certificates please fill out both the basic information and detailed information sections bug report basic information required vcenter server version embedded or external psc embedded filename of the ova you deployed vic ova... | 1 |
71,344 | 13,646,497,474 | IssuesEvent | 2020-09-25 23:21:14 | streetmix/streetmix | https://api.github.com/repos/streetmix/streetmix | opened | Update tests to remove `wrapper`, but use `screen` | Hacktoberfest code clean up good first contribution | Adopting some recommendations from Kent Dodd's [Common mistakes with React Testing Library](https://kentcdodds.com/blog/common-mistakes-with-react-testing-library), following up from PR #2039, where some of the following has already been adopted (and is a good reference for the work remaining to be done).
### 1. We ... | 1.0 | Update tests to remove `wrapper`, but use `screen` - Adopting some recommendations from Kent Dodd's [Common mistakes with React Testing Library](https://kentcdodds.com/blog/common-mistakes-with-react-testing-library), following up from PR #2039, where some of the following has already been adopted (and is a good refere... | non_defect | update tests to remove wrapper but use screen adopting some recommendations from kent dodd s following up from pr where some of the following has already been adopted and is a good reference for the work remaining to be done we should no longer use wrapper as the variable name for the retu... | 0 |
76,215 | 26,321,658,630 | IssuesEvent | 2023-01-10 00:35:38 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | M_LIMIT_EXCEEDED error due to multiple networks (Docker) when trying to make or receive a voice call | T-Defect X-Needs-Info A-VoIP | ### Steps to reproduce
When making or receiving calls I got a pop-up message each time saying `M_LIMIT_EXCEEDED` and the call was immediately disconnected. The solution for me was to remove some of my Docker networks.
I accumulated a large number of Docker networks over a period of many months, so it's hard to sa... | 1.0 | M_LIMIT_EXCEEDED error due to multiple networks (Docker) when trying to make or receive a voice call - ### Steps to reproduce
When making or receiving calls I got a pop-up message each time saying `M_LIMIT_EXCEEDED` and the call was immediately disconnected. The solution for me was to remove some of my Docker networ... | defect | m limit exceeded error due to multiple networks docker when trying to make or receive a voice call steps to reproduce when making or receiving calls i got a pop up message each time saying m limit exceeded and the call was immediately disconnected the solution for me was to remove some of my docker networ... | 1 |
452,993 | 13,062,949,571 | IssuesEvent | 2020-07-30 15:50:48 | HabitRPG/habitica-android | https://api.github.com/repos/HabitRPG/habitica-android | opened | Redo Challenge creation screens | Priority: medium Type: Enhancement | The challenge creation screens are a mish mash of old design and half implemented features. Need to redo them and make sure you can:
-Select a guild or party as a location for the challenge
-Delete or edit tasks you create
-Change labels like 'shortname' 'description' to follow what web calls these categories
-use ... | 1.0 | Redo Challenge creation screens - The challenge creation screens are a mish mash of old design and half implemented features. Need to redo them and make sure you can:
-Select a guild or party as a location for the challenge
-Delete or edit tasks you create
-Change labels like 'shortname' 'description' to follow what... | non_defect | redo challenge creation screens the challenge creation screens are a mish mash of old design and half implemented features need to redo them and make sure you can select a guild or party as a location for the challenge delete or edit tasks you create change labels like shortname description to follow what... | 0 |
274,024 | 29,865,690,113 | IssuesEvent | 2023-06-20 03:30:21 | sourceplusplus/sourceplusplus | https://api.github.com/repos/sourceplusplus/sourceplusplus | opened | server-core-9.5.0.jar: 1 vulnerabilities (highest severity is: 5.5) | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>server-core-9.5.0.jar</b></p></summary>
<p></p>
<p>Path to dependency file: /platform/common/build.gradle.kts</p>
<p>Path to vulnerable library: /home/wss-scanner/.gr... | True | server-core-9.5.0.jar: 1 vulnerabilities (highest severity is: 5.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>server-core-9.5.0.jar</b></p></summary>
<p></p>
<p>Path to dependency file: /platform/common/bui... | non_defect | server core jar vulnerabilities highest severity is vulnerable library server core jar path to dependency file platform common build gradle kts path to vulnerable library home wss scanner gradle caches modules files com google guava guava jre guava jre jar ... | 0 |
18,355 | 24,483,965,595 | IssuesEvent | 2022-10-09 07:13:36 | didi/mpx | https://api.github.com/repos/didi/mpx | closed | 跨平台编译到抖音小程序,在js文件使用wx或者mpx 的api会报错 | processing | **问题描述**
请用简洁的语言描述你遇到的bug,至少包括以下部分,如提供截图请尽量完整:
1. 创建一个js文件,js文件中使用wx.getStorageSync('string')
2. 获取到缓存中的值
3. 报错:__webpack_require__.n(...)(...).getStorageSync is not a function
**环境信息描述**
至少包含以下部分:
1. 系统类型(Mac或者Windows):Windows
2. Mpx依赖版本(@mpxjs/core、@mpxjs/webpack-plugin和@mpxjs/api-proxy的具体版本,可以通过package... | 1.0 | 跨平台编译到抖音小程序,在js文件使用wx或者mpx 的api会报错 - **问题描述**
请用简洁的语言描述你遇到的bug,至少包括以下部分,如提供截图请尽量完整:
1. 创建一个js文件,js文件中使用wx.getStorageSync('string')
2. 获取到缓存中的值
3. 报错:__webpack_require__.n(...)(...).getStorageSync is not a function
**环境信息描述**
至少包含以下部分:
1. 系统类型(Mac或者Windows):Windows
2. Mpx依赖版本(@mpxjs/core、@mpxjs/webpack-plu... | non_defect | 跨平台编译到抖音小程序,在js文件使用wx或者mpx 的api会报错 问题描述 请用简洁的语言描述你遇到的bug,至少包括以下部分,如提供截图请尽量完整: 创建一个js文件,js文件中使用wx getstoragesync string 获取到缓存中的值 报错: webpack require n getstoragesync is not a function 环境信息描述 至少包含以下部分: 系统类型 mac或者windows :windows mpx依赖版本 mpxjs core、 mpxjs webpack plu... | 0 |
75,826 | 26,080,981,306 | IssuesEvent | 2022-12-25 10:46:31 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | p:diagram not generating a iterator / uniqueId | :lady_beetle: defect :bangbang: needs-triage | ### Describe the bug
It seems the p:diagram does not generate a iterator (uniqueId).
Therefore all element / components inside a <f:facet name="element"> // MyComponent has the same id.
`<h:form id="automationFlowChartForm"> <p:diagram id="automationDiagram"
value="#{myController.model}"
var="diagramEle... | 1.0 | p:diagram not generating a iterator / uniqueId - ### Describe the bug
It seems the p:diagram does not generate a iterator (uniqueId).
Therefore all element / components inside a <f:facet name="element"> // MyComponent has the same id.
`<h:form id="automationFlowChartForm"> <p:diagram id="automationDiagram"
v... | defect | p diagram not generating a iterator uniqueid describe the bug it seems the p diagram does not generate a iterator uniqueid therefore all element components inside a mycomponent has the same id p diagram id automationdiagram value mycontroller model var diagramelement ... | 1 |
75,276 | 25,742,508,301 | IssuesEvent | 2022-12-08 07:25:05 | matrix-org/dendrite | https://api.github.com/repos/matrix-org/dendrite | closed | New member presence is not given through `/sync` after join | C-Sync-API T-Defect F-Presence | Encountered this while clearing the following sytest (and Complement test): [`Existing members see new members' presence`](https://github.com/matrix-org/complement/blob/6c31e8dd4e04fc12e9b3a7aa5553d80b42092cf8/tests/csapi/rooms_members_local_test.go#L38)
The closest issue to missing presence functionality is https:/... | 1.0 | New member presence is not given through `/sync` after join - Encountered this while clearing the following sytest (and Complement test): [`Existing members see new members' presence`](https://github.com/matrix-org/complement/blob/6c31e8dd4e04fc12e9b3a7aa5553d80b42092cf8/tests/csapi/rooms_members_local_test.go#L38)
... | defect | new member presence is not given through sync after join encountered this while clearing the following sytest and complement test the closest issue to missing presence functionality is however that already pertains to another part of skipped complement tests mentions that the presence module h... | 1 |
60,879 | 17,023,547,078 | IssuesEvent | 2021-07-03 02:34:59 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | [landcover] Forest color is too prominent | Component: mapnik Priority: major Resolution: duplicate Type: defect | **[Submitted to the original trac issue database at 2.31am, Wednesday, 3rd February 2010]**
For example, on http://www.openstreetmap.org/?lat=34.853&lon=-84.219&zoom=11&layers=B000FTF you can barely see the trunk highways, and some other features are a little hard to make out. | 1.0 | [landcover] Forest color is too prominent - **[Submitted to the original trac issue database at 2.31am, Wednesday, 3rd February 2010]**
For example, on http://www.openstreetmap.org/?lat=34.853&lon=-84.219&zoom=11&layers=B000FTF you can barely see the trunk highways, and some other features are a little hard to make ou... | defect | forest color is too prominent for example on you can barely see the trunk highways and some other features are a little hard to make out | 1 |
10,231 | 2,618,943,540 | IssuesEvent | 2015-03-03 00:05:07 | marmarek/test | https://api.github.com/repos/marmarek/test | closed | VMs get lockedup after resume on Core i5/i7 processors | C: xen P: major R: fixed T: defect | **Reported by joanna on 1 Jan 40513111 16:00 UTC**
More details in this thread:
http://lists.xensource.com/archives/html/xen-devel/2010-07/msg00167.html
This seems to be Hyper-Threading-related (which was reintroduced on Core i5/i7 processors).
A temporarily workaround is to disable Hyper-Threading in your BIOS. | 1.0 | VMs get lockedup after resume on Core i5/i7 processors - **Reported by joanna on 1 Jan 40513111 16:00 UTC**
More details in this thread:
http://lists.xensource.com/archives/html/xen-devel/2010-07/msg00167.html
This seems to be Hyper-Threading-related (which was reintroduced on Core i5/i7 processors).
A temporarily w... | defect | vms get lockedup after resume on core processors reported by joanna on jan utc more details in this thread this seems to be hyper threading related which was reintroduced on core processors a temporarily workaround is to disable hyper threading in your bios | 1 |
80,600 | 30,349,830,335 | IssuesEvent | 2023-07-11 18:03:54 | matrix-org/synapse | https://api.github.com/repos/matrix-org/synapse | opened | `LoggingContext.tag` being lost on metrics and traces | A-Logging T-Defect A-Metrics | *As discovered during the discussion in https://github.com/matrix-org/synapse/pull/15708#discussion_r1259027871,*
### Background
`LoggingContext.tag` was introduced to differentiate what kind of sync was happening in our metrics. The only place we populate it is for this use case even though it could be used gene... | 1.0 | `LoggingContext.tag` being lost on metrics and traces - *As discovered during the discussion in https://github.com/matrix-org/synapse/pull/15708#discussion_r1259027871,*
### Background
`LoggingContext.tag` was introduced to differentiate what kind of sync was happening in our metrics. The only place we populate i... | defect | loggingcontext tag being lost on metrics and traces as discovered during the discussion in background loggingcontext tag was introduced to differentiate what kind of sync was happening in our metrics the only place we populate it is for this use case even though it could be used generally ... | 1 |
48,544 | 13,131,308,050 | IssuesEvent | 2020-08-06 16:47:06 | idaholab/moose | https://api.github.com/repos/idaholab/moose | opened | modules unit tests are not getting run on linux | T: defect | ## Bug Description
<!--A clear and concise description of the problem (Note: A missing feature is not a bug).-->
Originally [reported](https://github.com/idaholab/civet/issues/487) by @WilkAndy on the Civet repo but it isn't a Civet problem so I am moving it over here.
None of the modules unit tests are being run, [... | 1.0 | modules unit tests are not getting run on linux - ## Bug Description
<!--A clear and concise description of the problem (Note: A missing feature is not a bug).-->
Originally [reported](https://github.com/idaholab/civet/issues/487) by @WilkAndy on the Civet repo but it isn't a Civet problem so I am moving it over here... | defect | modules unit tests are not getting run on linux bug description originally by wilkandy on the civet repo but it isn t a civet problem so i am moving it over here none of the modules unit tests are being run to be clear there is an attempt at being run but they all report tests steps to re... | 1 |
260,019 | 8,203,093,984 | IssuesEvent | 2018-09-02 17:15:52 | North-Vine-Engineering/ibs-server | https://api.github.com/repos/North-Vine-Engineering/ibs-server | closed | Public API Surface for CRUD operations | backend high priority | As a frontend developer, I need a public api surface I can perform crud operations on. Preferably, this would be done using protocol buffers instead of standard JSON. | 1.0 | Public API Surface for CRUD operations - As a frontend developer, I need a public api surface I can perform crud operations on. Preferably, this would be done using protocol buffers instead of standard JSON. | non_defect | public api surface for crud operations as a frontend developer i need a public api surface i can perform crud operations on preferably this would be done using protocol buffers instead of standard json | 0 |
70,371 | 23,143,893,478 | IssuesEvent | 2022-07-28 21:30:27 | idaholab/moose | https://api.github.com/repos/idaholab/moose | opened | PorousFlow: documentation fixes | T: defect P: normal | ## Bug Description
<!--A clear and concise description of the problem (Note: A missing feature is not a bug).-->
In https://github.com/idaholab/moose/discussions/21700 @garciapintado noticed:
- saturations don't sum to unity for single-phase unsaturated flow, so documentation should state this to avoid confusion... | 1.0 | PorousFlow: documentation fixes - ## Bug Description
<!--A clear and concise description of the problem (Note: A missing feature is not a bug).-->
In https://github.com/idaholab/moose/discussions/21700 @garciapintado noticed:
- saturations don't sum to unity for single-phase unsaturated flow, so documentation sh... | defect | porousflow documentation fixes bug description in garciapintado noticed saturations don t sum to unity for single phase unsaturated flow so documentation should state this to avoid confusion documentation for states this material is used for the fully saturated single phase situation wher... | 1 |
217,951 | 7,329,378,997 | IssuesEvent | 2018-03-05 04:34:36 | karlogonzales/ministocks-390 | https://api.github.com/repos/karlogonzales/ministocks-390 | closed | AAD, I want to investigate how to add stock datas without limits. | Investigation Priority: Medium Risk: Low Story Points: 8 | # Description
Currently on the app, the implemented widget views allow a limited number of stocks that the user can add. This number depends on the size of the selected widget view.
The example below shows the number of stocked allowed for a 2x4 widget on the Nexus 5X.

Eslint config error.
**Describe how a solution to your proposed task might look like (and any alternative... | 1.0 | BUG: eslint config prettier/react has been merged into prettier - **Describe the task that needs to be done.**
An error when running `npm start` on the project.

Eslint config error.
**Describe how a s... | non_defect | bug eslint config prettier react has been merged into prettier describe the task that needs to be done an error when running npm start on the project eslint config error describe how a solution to your proposed task might look like and any alternatives considered fix it by fixing esli... | 0 |
62,568 | 17,067,229,295 | IssuesEvent | 2021-07-07 08:52:14 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | CommandLink: doesn't fire action if "onclick" is defined with CSP enabled | defect | **Describe the defect**
Currently we are migrating our project from Primefaces 8.0 to Primefaces 10.0.0. In Primefaces 8.0 everything worked fine. CSP is enabled since we migrated to PF 8.0.
We are using p:commandLink with an onclick event to check, whether there are changes in the form.. But since primefaces 10 the ... | 1.0 | CommandLink: doesn't fire action if "onclick" is defined with CSP enabled - **Describe the defect**
Currently we are migrating our project from Primefaces 8.0 to Primefaces 10.0.0. In Primefaces 8.0 everything worked fine. CSP is enabled since we migrated to PF 8.0.
We are using p:commandLink with an onclick event to... | defect | commandlink doesn t fire action if onclick is defined with csp enabled describe the defect currently we are migrating our project from primefaces to primefaces in primefaces everything worked fine csp is enabled since we migrated to pf we are using p commandlink with an onclick event to ... | 1 |
765,292 | 26,840,769,010 | IssuesEvent | 2023-02-03 00:10:50 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | Dialogs created by `Dialogs` are not centered and their minimum size is too small | bug priority: low effort: small | While looking at #4619, I got annoyed that dialogs are not centered and noticed also that minimum size is so small that the `Robot Framework` title isn't always shown. Both are trivial to fix. | 1.0 | Dialogs created by `Dialogs` are not centered and their minimum size is too small - While looking at #4619, I got annoyed that dialogs are not centered and noticed also that minimum size is so small that the `Robot Framework` title isn't always shown. Both are trivial to fix. | non_defect | dialogs created by dialogs are not centered and their minimum size is too small while looking at i got annoyed that dialogs are not centered and noticed also that minimum size is so small that the robot framework title isn t always shown both are trivial to fix | 0 |
668,349 | 22,580,195,307 | IssuesEvent | 2022-06-28 10:54:41 | Igalia/wpe-android | https://api.github.com/repos/Igalia/wpe-android | opened | Remove seprate UI thread for running native UIProcess side | enhancement priority-high | Remove seprate UI thread for UIProcess and integrate GMainLoop directly to android main event loop as external main loop for GMainLoop | 1.0 | Remove seprate UI thread for running native UIProcess side - Remove seprate UI thread for UIProcess and integrate GMainLoop directly to android main event loop as external main loop for GMainLoop | non_defect | remove seprate ui thread for running native uiprocess side remove seprate ui thread for uiprocess and integrate gmainloop directly to android main event loop as external main loop for gmainloop | 0 |
45,070 | 7,157,542,959 | IssuesEvent | 2018-01-26 20:15:27 | Microsoft/msbuild | https://api.github.com/repos/Microsoft/msbuild | opened | Document node reuse | Documentation | I searched docs.microsoft.com for details about node reuse so I could send them to a person who was asking. But there was basically nothing, and a search for [msbuild node reuse] wasn't super helpful, either.
There's an announcement blog post: https://blogs.msdn.microsoft.com/msbuild/2007/04/16/node-reuse-in-multipr... | 1.0 | Document node reuse - I searched docs.microsoft.com for details about node reuse so I could send them to a person who was asking. But there was basically nothing, and a search for [msbuild node reuse] wasn't super helpful, either.
There's an announcement blog post: https://blogs.msdn.microsoft.com/msbuild/2007/04/16... | non_defect | document node reuse i searched docs microsoft com for details about node reuse so i could send them to a person who was asking but there was basically nothing and a search for wasn t super helpful either there s an announcement blog post but since it s important to tell people with ci servers and so on... | 0 |
4,372 | 2,610,092,652 | IssuesEvent | 2015-02-26 18:27:58 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳改善痤疮收费高吗 | auto-migrated Priority-Medium Type-Defect | ```
深圳改善痤疮收费高吗【深圳韩方科颜全国热线400-869-1818,24
小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩��
�秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,�
��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹
”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内��
�业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上�
��痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:58 | 1.0 | 深圳改善痤疮收费高吗 - ```
深圳改善痤疮收费高吗【深圳韩方科颜全国热线400-869-1818,24
小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩��
�秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,�
��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹
”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内��
�业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上�
��痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:58 | defect | 深圳改善痤疮收费高吗 深圳改善痤疮收费高吗【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at | 1 |
79,660 | 15,252,053,062 | IssuesEvent | 2021-02-20 01:21:08 | trufflesuite/truffle | https://api.github.com/repos/trufflesuite/truffle | opened | Add support for decoding transactions sent to libraries (and values returned from them) in Truffle Decoder | codec | This is currently unsupported due to all the mess surrounding library ABIs and selectors. We should probably wait for Solidity to resolve that first. | 1.0 | Add support for decoding transactions sent to libraries (and values returned from them) in Truffle Decoder - This is currently unsupported due to all the mess surrounding library ABIs and selectors. We should probably wait for Solidity to resolve that first. | non_defect | add support for decoding transactions sent to libraries and values returned from them in truffle decoder this is currently unsupported due to all the mess surrounding library abis and selectors we should probably wait for solidity to resolve that first | 0 |
621 | 2,577,792,726 | IssuesEvent | 2015-02-12 19:10:00 | chrsmith/quake2-gwt-port | https://api.github.com/repos/chrsmith/quake2-gwt-port | opened | Google Chrome Freeze | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Open the google chrome
2. Open five or more tabs and access some websites
3. waiting for 2 minutes
What is the expected output? What do you see instead?
I keep waiting and it freezes
What version of the product are you using? On what operating system?
I'm using the 5.0.39... | 1.0 | Google Chrome Freeze - ```
What steps will reproduce the problem?
1. Open the google chrome
2. Open five or more tabs and access some websites
3. waiting for 2 minutes
What is the expected output? What do you see instead?
I keep waiting and it freezes
What version of the product are you using? On what operating syste... | defect | google chrome freeze what steps will reproduce the problem open the google chrome open five or more tabs and access some websites waiting for minutes what is the expected output what do you see instead i keep waiting and it freezes what version of the product are you using on what operating syste... | 1 |
41,292 | 10,369,257,558 | IssuesEvent | 2019-09-08 00:55:48 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | Deprecate complex kernel for `expi`? | defect needs-decision scipy.special | Typically the exponential integral `Ei` (`special.expi`; see https://dlmf.nist.gov/6.2#E5) is only defined for real values. This is because it doesn't have a proper analytic continuation around the negative real axis. If you want a complex version of `Ei`, then you should just use `E1` (`special.expi1`; see https://dlm... | 1.0 | Deprecate complex kernel for `expi`? - Typically the exponential integral `Ei` (`special.expi`; see https://dlmf.nist.gov/6.2#E5) is only defined for real values. This is because it doesn't have a proper analytic continuation around the negative real axis. If you want a complex version of `Ei`, then you should just use... | defect | deprecate complex kernel for expi typically the exponential integral ei special expi see is only defined for real values this is because it doesn t have a proper analytic continuation around the negative real axis if you want a complex version of ei then you should just use special see whi... | 1 |
14,391 | 10,797,649,023 | IssuesEvent | 2019-11-06 08:22:24 | keptn/keptn | https://api.github.com/repos/keptn/keptn | closed | Nightly build for develop version | area:infrastructure type:chore | Over night all latest artefacts of keptn components are used to setup keptn on a dedicated cluster. The onboarding use case should be executed automatically.
This clusters is used for sprint reviews.
Related to #205 and #206 | 1.0 | Nightly build for develop version - Over night all latest artefacts of keptn components are used to setup keptn on a dedicated cluster. The onboarding use case should be executed automatically.
This clusters is used for sprint reviews.
Related to #205 and #206 | non_defect | nightly build for develop version over night all latest artefacts of keptn components are used to setup keptn on a dedicated cluster the onboarding use case should be executed automatically this clusters is used for sprint reviews related to and | 0 |
41,919 | 10,707,802,195 | IssuesEvent | 2019-10-24 18:16:13 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | reopened | Delegate - Additive operators do not work | defect | ### Steps To Reproduce
https://dotnetfiddle.net/B3vSZO
https://deck.net/46eb662508b0bcc6a2b50ead13e08072
``` csharp
public class App
{
public void CombineDoesNotAffectOriginal_SPI_1563()
{
// #1563
C c = new C();
Action a = c.F1;
Action a2 = a + c.F2;
Assert.A... | 1.0 | Delegate - Additive operators do not work - ### Steps To Reproduce
https://dotnetfiddle.net/B3vSZO
https://deck.net/46eb662508b0bcc6a2b50ead13e08072
``` csharp
public class App
{
public void CombineDoesNotAffectOriginal_SPI_1563()
{
// #1563
C c = new C();
Action a = c.F1;
... | defect | delegate additive operators do not work steps to reproduce csharp public class app public void combinedoesnotaffectoriginal spi c c new c action a c action a c assert areequal a getinvocationlist length ... | 1 |
10,089 | 2,618,935,325 | IssuesEvent | 2015-03-03 00:01:50 | chrsmith/open-ig | https://api.github.com/repos/chrsmith/open-ig | closed | spaceship limit per fleet can be exceeded | auto-migrated Component-Logic Priority-Low Type-Defect | ```
Game version: 0.95.146
Operating System: xp 32
Java runtime version: jdk1.7.0_04
Installed using the Launcher? yes
Game language de
In attached save, transfer ships from "ToTransfer" over Naxos into
"Hauptflotte". Klick onto the thick arrow so that *all* ships are transferred
at once, resulting in 29=cruisers+de... | 1.0 | spaceship limit per fleet can be exceeded - ```
Game version: 0.95.146
Operating System: xp 32
Java runtime version: jdk1.7.0_04
Installed using the Launcher? yes
Game language de
In attached save, transfer ships from "ToTransfer" over Naxos into
"Hauptflotte". Klick onto the thick arrow so that *all* ships are trans... | defect | spaceship limit per fleet can be exceeded game version operating system xp java runtime version installed using the launcher yes game language de in attached save transfer ships from totransfer over naxos into hauptflotte klick onto the thick arrow so that all ships are transferred ... | 1 |
60,519 | 12,125,719,239 | IssuesEvent | 2020-04-22 15:56:24 | RRZE-Webteam/fau-person | https://api.github.com/repos/RRZE-Webteam/fau-person | closed | Platzhalterbilder umstellen auf FA | Codeoptimierung enhancement | Entweder auf FontAwesome oder als SVG bereitstellen.
(SVG bevorzugt). | 1.0 | Platzhalterbilder umstellen auf FA - Entweder auf FontAwesome oder als SVG bereitstellen.
(SVG bevorzugt). | non_defect | platzhalterbilder umstellen auf fa entweder auf fontawesome oder als svg bereitstellen svg bevorzugt | 0 |
56,542 | 8,087,421,097 | IssuesEvent | 2018-08-09 01:40:36 | oduwsdl/ipwb | https://api.github.com/repos/oduwsdl/ipwb | closed | Create and document a more systematic automated testing procedure | Documentation testing | While writing tests in https://github.com/oduwsdl/ipwb/commit/1bf14a3f48b584a5300cc9e9ec0e592a9811552f, I could not wield my local Python, Pip, IPFS, and IPWB into a consistent environment to obtain the same results as TravisCI reported in PRs.
With @ibnesayeed's help, I was able to get replicable testing using our... | 1.0 | Create and document a more systematic automated testing procedure - While writing tests in https://github.com/oduwsdl/ipwb/commit/1bf14a3f48b584a5300cc9e9ec0e592a9811552f, I could not wield my local Python, Pip, IPFS, and IPWB into a consistent environment to obtain the same results as TravisCI reported in PRs.
Wit... | non_defect | create and document a more systematic automated testing procedure while writing tests in i could not wield my local python pip ipfs and ipwb into a consistent environment to obtain the same results as travisci reported in prs with ibnesayeed s help i was able to get replicable testing using our current do... | 0 |
24,110 | 3,917,070,261 | IssuesEvent | 2016-04-21 06:23:36 | irnawansuprapti/openbiz-cubi | https://api.github.com/repos/irnawansuprapti/openbiz-cubi | closed | muscles 56001 | auto-migrated Priority-Medium spam Type-Defect | ```
Freckles are small flat brown marks arise on the face and other sun bare areas.
They are mainly often seen in fair painful people, particularly those with red
hair, but they are an innate characteristic that on occasion affects darker
skin types as healthy.
The medical word for this type of freckle is "ephilis... | 1.0 | muscles 56001 - ```
Freckles are small flat brown marks arise on the face and other sun bare areas.
They are mainly often seen in fair painful people, particularly those with red
hair, but they are an innate characteristic that on occasion affects darker
skin types as healthy.
The medical word for this type of fre... | defect | muscles freckles are small flat brown marks arise on the face and other sun bare areas they are mainly often seen in fair painful people particularly those with red hair but they are an innate characteristic that on occasion affects darker skin types as healthy the medical word for this type of freckle... | 1 |
81,093 | 30,707,839,172 | IssuesEvent | 2023-07-27 07:42:01 | zed-industries/community | https://api.github.com/repos/zed-industries/community | opened | Vim mode: bad cursor position when double clicking on word | defect triage admin read | ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
In Vim mode, when you double-click on a word, it will be selected in visual mode, but the cursor position will be incorrect. The cursor will go one letter beyond the selected word. So, if you try to delete or yank the ... | 1.0 | Vim mode: bad cursor position when double clicking on word - ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
In Vim mode, when you double-click on a word, it will be selected in visual mode, but the cursor position will be incorrect. The cursor will go one letter be... | defect | vim mode bad cursor position when double clicking on word check for existing issues completed describe the bug provide steps to reproduce it in vim mode when you double click on a word it will be selected in visual mode but the cursor position will be incorrect the cursor will go one letter beyo... | 1 |
212,137 | 23,857,065,197 | IssuesEvent | 2022-09-07 01:30:22 | hygieia/hygieia-scm-github-graphql-collector | https://api.github.com/repos/hygieia/hygieia-scm-github-graphql-collector | opened | CVE-2022-38752 (Medium) detected in snakeyaml-1.17.jar | security vulnerability | ## CVE-2022-38752 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.17.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="http... | True | CVE-2022-38752 (Medium) detected in snakeyaml-1.17.jar - ## CVE-2022-38752 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.17.jar</b></p></summary>
<p>YAML 1.1 parser and... | non_defect | cve medium detected in snakeyaml jar cve medium severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org yaml snak... | 0 |
563,613 | 16,702,012,658 | IssuesEvent | 2021-06-09 04:47:26 | googleapis/repo-automation-bots | https://api.github.com/repos/googleapis/repo-automation-bots | closed | bug(bot-config-utils): crashes with Not Found | package: bot-config-utils priority: p1 | I think the commit in the head branch is gone. I think we can wrap the whole method with try and ignore 404s.
Log
```
2021-05-28T23:49:50.994Zauto_label7w6eql4fnpkr HttpError: Not Found at /workspace/node_modules/@octokit/request/dist-node/index.js:68:23 at async sendRequestWithRetries (/workspace/node_modules/@oc... | 1.0 | bug(bot-config-utils): crashes with Not Found - I think the commit in the head branch is gone. I think we can wrap the whole method with try and ignore 404s.
Log
```
2021-05-28T23:49:50.994Zauto_label7w6eql4fnpkr HttpError: Not Found at /workspace/node_modules/@octokit/request/dist-node/index.js:68:23 at async sen... | non_defect | bug bot config utils crashes with not found i think the commit in the head branch is gone i think we can wrap the whole method with try and ignore log httperror not found at workspace node modules octokit request dist node index js at async sendrequestwithretries workspace node m... | 0 |
80,612 | 30,390,108,173 | IssuesEvent | 2023-07-13 06:11:18 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BUG: stats.burr12: distribution returns invalid moments | defect scipy.stats | ### Describe your issue.
Hi all!
I am using the new `scipy.stats.CensoredData` and when trying to fit a `burr12` distribution to a dataset (attached). When I try to get the stats of the fitted distribution nonsensical are returned. In particular the variance results negative (similar to issue #9544).
The numpy ... | 1.0 | BUG: stats.burr12: distribution returns invalid moments - ### Describe your issue.
Hi all!
I am using the new `scipy.stats.CensoredData` and when trying to fit a `burr12` distribution to a dataset (attached). When I try to get the stats of the fitted distribution nonsensical are returned. In particular the varianc... | defect | bug stats distribution returns invalid moments describe your issue hi all i am using the new scipy stats censoreddata and when trying to fit a distribution to a dataset attached when i try to get the stats of the fitted distribution nonsensical are returned in particular the variance results ... | 1 |
66,395 | 20,170,995,109 | IssuesEvent | 2022-02-10 10:23:29 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | opened | Rooms with virtual rooms do not render the merged timeline with call events. | T-Defect A-VoIP | On environments with virtual rooms for voip signalling only 1 room shows call events.
Steps:
1. Make calls in multiple rooms on environment§ with virtual rooms for voip signalling.
2. Go in to each room.
Observed: Only one room shows the call status events in the timeline. | 1.0 | Rooms with virtual rooms do not render the merged timeline with call events. - On environments with virtual rooms for voip signalling only 1 room shows call events.
Steps:
1. Make calls in multiple rooms on environment§ with virtual rooms for voip signalling.
2. Go in to each room.
Observed: Only one room shows t... | defect | rooms with virtual rooms do not render the merged timeline with call events on environments with virtual rooms for voip signalling only room shows call events steps make calls in multiple rooms on environment§ with virtual rooms for voip signalling go in to each room observed only one room shows t... | 1 |
722,896 | 24,877,775,145 | IssuesEvent | 2022-10-27 20:48:15 | watertap-org/watertap | https://api.github.com/repos/watertap-org/watertap | closed | Warnings emitted when running pytest while cutting release | Priority:Normal | - The warnings are displayed during the test run
- Normally (i.e. in PRs, when running from a local Git clone, etc) we don't see these, most likely because of options in the pytest CLI invocation and/or `pytest.ini` (that's not available when running `pytest` as part of the release process
- Most of the warnings seem... | 1.0 | Warnings emitted when running pytest while cutting release - - The warnings are displayed during the test run
- Normally (i.e. in PRs, when running from a local Git clone, etc) we don't see these, most likely because of options in the pytest CLI invocation and/or `pytest.ini` (that's not available when running `pytest... | non_defect | warnings emitted when running pytest while cutting release the warnings are displayed during the test run normally i e in prs when running from a local git clone etc we don t see these most likely because of options in the pytest cli invocation and or pytest ini that s not available when running pytest... | 0 |
432,473 | 12,493,972,851 | IssuesEvent | 2020-06-01 10:16:09 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | Command for importing new component types (builder images) | area/component kind/feature lifecycle/rotten priority/Low | [kind/Feature]
Currently, it is not easy for the user to import new component type (s2i builder image).
It needs to be done using `oc`. #780
Not sure how common operation this is going to be but it might be worth to consider add a command
that will make it easier to add new builder image to the cluster that w... | 1.0 | Command for importing new component types (builder images) - [kind/Feature]
Currently, it is not easy for the user to import new component type (s2i builder image).
It needs to be done using `oc`. #780
Not sure how common operation this is going to be but it might be worth to consider add a command
that will ... | non_defect | command for importing new component types builder images currently it is not easy for the user to import new component type builder image it needs to be done using oc not sure how common operation this is going to be but it might be worth to consider add a command that will make it easier to... | 0 |
376,768 | 26,216,151,985 | IssuesEvent | 2023-01-04 11:07:24 | sdk2k01/Gestures_I3D | https://api.github.com/repos/sdk2k01/Gestures_I3D | closed | Add Community Health Files | documentation good first issue | Add default community health files for the project in a `.github` directory in the project's root, as per [reference.](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file)
For starters, we can have two subdirectories under the `.github` di... | 1.0 | Add Community Health Files - Add default community health files for the project in a `.github` directory in the project's root, as per [reference.](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file)
For starters, we can have two subdirec... | non_defect | add community health files add default community health files for the project in a github directory in the project s root as per for starters we can have two subdirectories under the github directory as github issue template containing templates for different types of issues as the name suggests ... | 0 |
302,582 | 22,831,805,452 | IssuesEvent | 2022-07-12 13:32:34 | bumble-tech/appyx | https://api.github.com/repos/bumble-tech/appyx | opened | Add testing section to documentation | documentation | Now that we have a testing utils for both UI and unit tests, we should update the documentation to show a brief example of how to write a test.
We might want to separate them into two different pages, and the navigation would look similar to
Testing
> UI testing
> Unit testing | 1.0 | Add testing section to documentation - Now that we have a testing utils for both UI and unit tests, we should update the documentation to show a brief example of how to write a test.
We might want to separate them into two different pages, and the navigation would look similar to
Testing
> UI testing
> Unit tes... | non_defect | add testing section to documentation now that we have a testing utils for both ui and unit tests we should update the documentation to show a brief example of how to write a test we might want to separate them into two different pages and the navigation would look similar to testing ui testing unit tes... | 0 |
397,334 | 11,727,005,115 | IssuesEvent | 2020-03-10 15:19:25 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | opened | Make cancelled appeals more obvious in the UI | Feature: case-details Feature: caseflow-search Priority: Low | ## Description
UI problem
At the Board's request, two appeals were modified so that the users will not be able to see or search for them based on the docket number.
(The original request from Martina was to delete them so that users are not confused about cancelled appeals and their assignment to users -- [screen... | 1.0 | Make cancelled appeals more obvious in the UI - ## Description
UI problem
At the Board's request, two appeals were modified so that the users will not be able to see or search for them based on the docket number.
(The original request from Martina was to delete them so that users are not confused about cancelled ... | non_defect | make cancelled appeals more obvious in the ui description ui problem at the board s request two appeals were modified so that the users will not be able to see or search for them based on the docket number the original request from martina was to delete them so that users are not confused about cancelled ... | 0 |
65,371 | 19,433,201,957 | IssuesEvent | 2021-12-21 14:19:33 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | UTD from Matthew | T-Defect S-Major A-E2EE | <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->
<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the neces... | 1.0 | UTD from Matthew - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->
<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to... | defect | utd from matthew this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t ... | 1 |
24,577 | 4,020,636,116 | IssuesEvent | 2016-05-16 19:06:31 | opendatakit/opendatakit | https://api.github.com/repos/opendatakit/opendatakit | closed | Collect: jr:choice-name() fails when editing a saved form that contains a select1 field with using current() in the itemset filter expression. | Collect Type-Defect | This one may be related to #1179, but I can't be sure since the context in #1179 is not defined.
This is form that demonstrates the current issue():
```xml
<?xml version="1.0"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmln... | 1.0 | Collect: jr:choice-name() fails when editing a saved form that contains a select1 field with using current() in the itemset filter expression. - This one may be related to #1179, but I can't be sure since the context in #1179 is not defined.
This is form that demonstrates the current issue():
```xml
<?xml versio... | defect | collect jr choice name fails when editing a saved form that contains a field with using current in the itemset filter expression this one may be related to but i can t be sure since the context in is not defined this is form that demonstrates the current issue xml h html xmlns xmln... | 1 |
58,193 | 16,430,709,206 | IssuesEvent | 2021-05-20 00:52:43 | Questie/Questie | https://api.github.com/repos/Questie/Questie | closed | Eversong Woods quest still appearing as available after completion | Type - Defect | ## Bug description
Quest "Corrupted Soil" still appears on the mini map and world map as available even after handing it in. Complete quest to recreate.
## Questie version
6.3.10
| 1.0 | Eversong Woods quest still appearing as available after completion - ## Bug description
Quest "Corrupted Soil" still appears on the mini map and world map as available even after handing it in. Complete quest to recreate.
## Questie version
6.3.10
| defect | eversong woods quest still appearing as available after completion bug description quest corrupted soil still appears on the mini map and world map as available even after handing it in complete quest to recreate questie version | 1 |
63,690 | 17,859,323,304 | IssuesEvent | 2021-09-05 17:02:38 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Hyperlinks in preview being cut | T-Defect A-URL-Previews Z-Synapse | ### Steps to reproduce
Send a message to Element that contains a Youtube link with a hyperlink in the description of the video.
### What happened?
### What did you expect?
the link in the preview being either clickable, or completely removed
### What happened?
the hyperlink gets cut. It is in the format http.//... | 1.0 | Hyperlinks in preview being cut - ### Steps to reproduce
Send a message to Element that contains a Youtube link with a hyperlink in the description of the video.
### What happened?
### What did you expect?
the link in the preview being either clickable, or completely removed
### What happened?
the hyperlink get... | defect | hyperlinks in preview being cut steps to reproduce send a message to element that contains a youtube link with a hyperlink in the description of the video what happened what did you expect the link in the preview being either clickable or completely removed what happened the hyperlink get... | 1 |
259,946 | 8,201,886,939 | IssuesEvent | 2018-09-02 00:12:29 | Sonarr/Sonarr | https://api.github.com/repos/Sonarr/Sonarr | closed | Choose date for retention instead of number of days | enhancement priority:low | Most (all?) providers just keep adding days to their retention making a static number not very useful.
| 1.0 | Choose date for retention instead of number of days - Most (all?) providers just keep adding days to their retention making a static number not very useful.
| non_defect | choose date for retention instead of number of days most all providers just keep adding days to their retention making a static number not very useful | 0 |
29,046 | 2,713,183,424 | IssuesEvent | 2015-04-09 17:50:03 | icotting/Phocalstream | https://api.github.com/repos/icotting/Phocalstream | closed | Site.css | bug neutral priority pending-review small | Some pages (Photo/Index for example) are trying to reference `~/Content/CSS/Site.css`, even though it is located in '~/Content/Site.css'. Remove these references so Site.css is only referenced from the _Layout page. | 1.0 | Site.css - Some pages (Photo/Index for example) are trying to reference `~/Content/CSS/Site.css`, even though it is located in '~/Content/Site.css'. Remove these references so Site.css is only referenced from the _Layout page. | non_defect | site css some pages photo index for example are trying to reference content css site css even though it is located in content site css remove these references so site css is only referenced from the layout page | 0 |
316,605 | 9,652,262,276 | IssuesEvent | 2019-05-18 15:38:22 | mozilla-mobile/webxr-ios | https://api.github.com/repos/mozilla-mobile/webxr-ios | closed | hit testing uses all planes in world, not just selected one | 2nd priority issues Closed on 'develop' branch bug | I ran the "world sensing" sample, and selected a plane in lite mode, and the reticle (which is drawn using hit-testing) follows all planes, not just the one passed in.
The hit test, when it lite mode, should ignore hit test flags other then the EXISTING_PLANE ones, on the JS side they are:
```
ARKitWrapper.HIT_TES... | 1.0 | hit testing uses all planes in world, not just selected one - I ran the "world sensing" sample, and selected a plane in lite mode, and the reticle (which is drawn using hit-testing) follows all planes, not just the one passed in.
The hit test, when it lite mode, should ignore hit test flags other then the EXISTING_P... | non_defect | hit testing uses all planes in world not just selected one i ran the world sensing sample and selected a plane in lite mode and the reticle which is drawn using hit testing follows all planes not just the one passed in the hit test when it lite mode should ignore hit test flags other then the existing p... | 0 |
81,682 | 31,277,916,413 | IssuesEvent | 2023-08-22 07:43:05 | vector-im/element-x-android | https://api.github.com/repos/vector-im/element-x-android | opened | Links are not clickable anymore (newest nightly) | T-Defect | ### Steps to reproduce
1. Installed newest nightly build via Firebase App Distribution/ App Tester
2. Open a chat and click on a link
### Outcome
#### What did you expect?
Link is opened in my browser
#### What happened instead?
The link is styled as expected but nothing happens on click. The message bubbl... | 1.0 | Links are not clickable anymore (newest nightly) - ### Steps to reproduce
1. Installed newest nightly build via Firebase App Distribution/ App Tester
2. Open a chat and click on a link
### Outcome
#### What did you expect?
Link is opened in my browser
#### What happened instead?
The link is styled as expec... | defect | links are not clickable anymore newest nightly steps to reproduce installed newest nightly build via firebase app distribution app tester open a chat and click on a link outcome what did you expect link is opened in my browser what happened instead the link is styled as expec... | 1 |
14,379 | 2,799,330,517 | IssuesEvent | 2015-05-12 23:45:37 | FIX94/Nintendont | https://api.github.com/repos/FIX94/Nintendont | closed | R131 usb setting always on! | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1.Start Nintendont, goto settings. Usb setting is on.
What is the expected output? What do you see instead?
My gamecube controller is deactivated if I start a game without turning off the
Usb setting first.
What revision of Nintendont are you using? On what system Wii/Wii ... | 1.0 | R131 usb setting always on! - ```
What steps will reproduce the problem?
1.Start Nintendont, goto settings. Usb setting is on.
What is the expected output? What do you see instead?
My gamecube controller is deactivated if I start a game without turning off the
Usb setting first.
What revision of Nintendont are you ... | defect | usb setting always on what steps will reproduce the problem start nintendont goto settings usb setting is on what is the expected output what do you see instead my gamecube controller is deactivated if i start a game without turning off the usb setting first what revision of nintendont are you usi... | 1 |
236,109 | 7,746,466,666 | IssuesEvent | 2018-05-29 21:49:44 | jupyterhub/mybinder.org-deploy | https://api.github.com/repos/jupyterhub/mybinder.org-deploy | closed | Define Service Level Objectives explicitly for mybinder.org | needs: discussion priority | Currently, we do not have clear SLOs for mybinder.org service. Setting this clearly in an objectively measurable way would be great for setting expectations for ourselves and our users.
https://landing.google.com/sre/book/chapters/service-level-objectives.html has a lot of good info on this, and would definitely enc... | 1.0 | Define Service Level Objectives explicitly for mybinder.org - Currently, we do not have clear SLOs for mybinder.org service. Setting this clearly in an objectively measurable way would be great for setting expectations for ourselves and our users.
https://landing.google.com/sre/book/chapters/service-level-objectives... | non_defect | define service level objectives explicitly for mybinder org currently we do not have clear slos for mybinder org service setting this clearly in an objectively measurable way would be great for setting expectations for ourselves and our users has a lot of good info on this and would definitely encourage read... | 0 |
53,040 | 13,260,838,098 | IssuesEvent | 2020-08-20 18:50:44 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | bost 1.38.00 happily builds without bzip2-dev packages (Trac #614) | Migrated from Trac defect tools/ports | the port happily builds without bzip support in boost libs
but this is requured for several offline packages.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/614">https://code.icecube.wisc.edu/projects/icecube/ticket/614</a>, reported by blaufussand owned by nega<... | 1.0 | bost 1.38.00 happily builds without bzip2-dev packages (Trac #614) - the port happily builds without bzip support in boost libs
but this is requured for several offline packages.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/614">https://code.icecube.wisc.edu/pr... | defect | bost happily builds without dev packages trac the port happily builds without bzip support in boost libs but this is requured for several offline packages migrated from json status closed changetime ts description the port happily bui... | 1 |
69,223 | 22,285,456,797 | IssuesEvent | 2022-06-11 14:53:27 | Clever-ISA/Clever-ISA | https://api.github.com/repos/Clever-ISA/Clever-ISA | opened | div/idiv do not specify behaviour on divide by zero | X-main I-defect S-blocked-on-maintainer S-blocked-on-reviewer V-1.0 | The `div` instruction (opcode `0x07`) and `idiv` instruction (opcode `0x48`) do not specify the behaviour of the instruction when r1 is `0` (and thus the operation is mathematically undefined).
This is both a defect and a spec-hole,
Block #31 and #2. | 1.0 | div/idiv do not specify behaviour on divide by zero - The `div` instruction (opcode `0x07`) and `idiv` instruction (opcode `0x48`) do not specify the behaviour of the instruction when r1 is `0` (and thus the operation is mathematically undefined).
This is both a defect and a spec-hole,
Block #31 and #2. | defect | div idiv do not specify behaviour on divide by zero the div instruction opcode and idiv instruction opcode do not specify the behaviour of the instruction when is and thus the operation is mathematically undefined this is both a defect and a spec hole block and | 1 |
38,765 | 8,958,805,682 | IssuesEvent | 2019-01-27 17:15:30 | Cockatrice/Cockatrice | https://api.github.com/repos/Cockatrice/Cockatrice | closed | Bug: in "Create n token creatures" (eg Hunted Troll) the "n" is a weird character | App - Cockatrice Defect - Regression Token | Bug: in the right-click context menu to create tokens (typically creatures although Prosperous Pirates is affected and that creates Treasures), the number of such tokens is showing as a non-alphanumeric character, although the actual quantity created is correct.
| 1.0 | Bug: in "Create n token creatures" (eg Hunted Troll) the "n" is a weird character - Bug: in the right-click context menu to create tokens (typically creatures although Prosperous Pirates is affected and that creates Treasures), the number of such tokens is showing as a non-alphanumeric character, although the actual qu... | defect | bug in create n token creatures eg hunted troll the n is a weird character bug in the right click context menu to create tokens typically creatures although prosperous pirates is affected and that creates treasures the number of such tokens is showing as a non alphanumeric character although the actual qu... | 1 |
5,582 | 2,610,190,969 | IssuesEvent | 2015-02-26 19:00:24 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 绿疗色斑怎么办 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
雨,静静飘洒,潮了眼,湿了心。清清的雨,不是凉爽,而��
�澄净,诸多情怀诸多苦楚,落寞如风,缓缓流动;浅浅的笑�
��不是心情,而是心境,诸多无奈诸多忧伤,沉寂如雨,默默
滴落;淡淡的心,不是沉醉,而是沧桑,诸多喧嚣诸多纷扰��
�化为这风,这雨,这世界。槐花携雨匝满地,留在心上的是�
��那季节,那脚步,那心……只因为你曾说过你喜欢雨,但是
不知你是不是还自己长斑雀斑的我!色斑怎么办,
《客户案例》
我三年前,因为药过敏(可能是磺胺药),左脸颊和颈部长
了一些紫色的斑块,刚开始不知道是药过敏引起的,所以没��
�停药,后来觉得斑块越来越大,赶紧不敢再那个药了。自从�
��次药过敏后,这两年都没有发生过药物过... | 1.0 | 绿疗色斑怎么办 - ```
《摘要》
雨,静静飘洒,潮了眼,湿了心。清清的雨,不是凉爽,而��
�澄净,诸多情怀诸多苦楚,落寞如风,缓缓流动;浅浅的笑�
��不是心情,而是心境,诸多无奈诸多忧伤,沉寂如雨,默默
滴落;淡淡的心,不是沉醉,而是沧桑,诸多喧嚣诸多纷扰��
�化为这风,这雨,这世界。槐花携雨匝满地,留在心上的是�
��那季节,那脚步,那心……只因为你曾说过你喜欢雨,但是
不知你是不是还自己长斑雀斑的我!色斑怎么办,
《客户案例》
我三年前,因为药过敏(可能是磺胺药),左脸颊和颈部长
了一些紫色的斑块,刚开始不知道是药过敏引起的,所以没��
�停药,后来觉得斑块越来越大,赶紧不敢再那个药了。自从�
��次药过敏后,这... | defect | 绿疗色斑怎么办 《摘要》 雨,静静飘洒,潮了眼,湿了心。清清的雨,不是凉爽,而�� �澄净,诸多情怀诸多苦楚,落寞如风,缓缓流动;浅浅的笑� ��不是心情,而是心境,诸多无奈诸多忧伤,沉寂如雨,默默 滴落;淡淡的心,不是沉醉,而是沧桑,诸多喧嚣诸多纷扰�� �化为这风,这雨,这世界。槐花携雨匝满地,留在心上的是� ��那季节,那脚步,那心……只因为你曾说过你喜欢雨,但是 不知你是不是还自己长斑雀斑的我!色斑怎么办, 《客户案例》 我三年前,因为药过敏 可能是磺胺药 ,左脸颊和颈部长 了一些紫色的斑块,刚开始不知道是药过敏引起的,所以没�� �停药,后来觉得斑块越来越大,赶紧不敢再那个药了。自从� ��次药过敏后,这... | 1 |
773,959 | 27,178,012,256 | IssuesEvent | 2023-02-18 08:38:54 | AY2223S2-CS2103T-W14-2/tp | https://api.github.com/repos/AY2223S2-CS2103T-W14-2/tp | closed | Modify Storage Methods for User Profile | priority.High type.Task modify | ## To Do
- [X] Implement JsonAdaptedUser <: JsonAdaptedPerson
- [X] Update storage methods to include user
- [X] Repopulate sample data to include user
- [X] Repopulate test data to include user
- [X] Update tests for storage methods | 1.0 | Modify Storage Methods for User Profile - ## To Do
- [X] Implement JsonAdaptedUser <: JsonAdaptedPerson
- [X] Update storage methods to include user
- [X] Repopulate sample data to include user
- [X] Repopulate test data to include user
- [X] Update tests for storage methods | non_defect | modify storage methods for user profile to do implement jsonadapteduser jsonadaptedperson update storage methods to include user repopulate sample data to include user repopulate test data to include user update tests for storage methods | 0 |
67,357 | 20,961,607,334 | IssuesEvent | 2022-03-27 21:48:29 | abedmaatalla/sipdroid | https://api.github.com/repos/abedmaatalla/sipdroid | closed | Need to send a short beep | Priority-Medium Type-Defect auto-migrated | ```
Hello Everyone,
I have to send beep every 15 seconds to warn the caller/callee (actually both
the party) that recording is in progress.
I want to notify both the party that in ongoing call is getting recorded. So
for that I will send a beep to notify them.
And that beep tone need to be part of recording so tha... | 1.0 | Need to send a short beep - ```
Hello Everyone,
I have to send beep every 15 seconds to warn the caller/callee (actually both
the party) that recording is in progress.
I want to notify both the party that in ongoing call is getting recorded. So
for that I will send a beep to notify them.
And that beep tone need to... | defect | need to send a short beep hello everyone i have to send beep every seconds to warn the caller callee actually both the party that recording is in progress i want to notify both the party that in ongoing call is getting recorded so for that i will send a beep to notify them and that beep tone need to ... | 1 |
58,197 | 3,088,010,586 | IssuesEvent | 2015-08-25 14:43:56 | INN/link-roundups | https://api.github.com/repos/INN/link-roundups | closed | for saved links, ability to insert links in description (instead of using headline) | priority: high type: improvement | Note from Ken at Midwest Energy News:
1. Do not display the link title (but keep it for admin purposes)
2. A function that easily allows the link to be embedded in the text. I’ve done it manually with HTML here: http://midwestenergynews.com/wp-admin/post.php?post=72893&action=edit. Would like to be able to highligh... | 1.0 | for saved links, ability to insert links in description (instead of using headline) - Note from Ken at Midwest Energy News:
1. Do not display the link title (but keep it for admin purposes)
2. A function that easily allows the link to be embedded in the text. I’ve done it manually with HTML here: http://midwestener... | non_defect | for saved links ability to insert links in description instead of using headline note from ken at midwest energy news do not display the link title but keep it for admin purposes a function that easily allows the link to be embedded in the text i’ve done it manually with html here would like to be... | 0 |
47,773 | 13,066,218,153 | IssuesEvent | 2020-07-30 21:14:12 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | CoincSuite example.py needs a few touches (Trac #1161) | Migrated from Trac combo reconstruction defect | MaxDist_testcase.i3.bz2 does not exist in $I3_TESTDATA. Please provide a valid input file for testing, if script is to have a default input option set.
Migrated from https://code.icecube.wisc.edu/ticket/1161
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"description": "MaxDist_testc... | 1.0 | CoincSuite example.py needs a few touches (Trac #1161) - MaxDist_testcase.i3.bz2 does not exist in $I3_TESTDATA. Please provide a valid input file for testing, if script is to have a default input option set.
Migrated from https://code.icecube.wisc.edu/ticket/1161
```json
{
"status": "closed",
"changetime": ... | defect | coincsuite example py needs a few touches trac maxdist testcase does not exist in testdata please provide a valid input file for testing if script is to have a default input option set migrated from json status closed changetime description maxdist testc... | 1 |
2,176 | 2,603,977,507 | IssuesEvent | 2015-02-24 19:01:53 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳沈阳得了疱疹怎么治疗 | auto-migrated Priority-Medium Type-Defect | ```
沈阳沈阳得了疱疹怎么治疗〓沈陽軍區政治部醫院性病〓TEL��
�024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治�
��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共�
��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、
保健、醫療、科研康復為一體的綜合性醫院。是國家首批公��
�甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大�
��、東南大學等知名高等院校的教學醫院。曾被中國人民解放
軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立��
�體二等功。
```
-----
Original issue reported on code.google.com by `q96... | 1.0 | 沈阳沈阳得了疱疹怎么治疗 - ```
沈阳沈阳得了疱疹怎么治疗〓沈陽軍區政治部醫院性病〓TEL��
�024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治�
��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共�
��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、
保健、醫療、科研康復為一體的綜合性醫院。是國家首批公��
�甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大�
��、東南大學等知名高等院校的教學醫院。曾被中國人民解放
軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立��
�體二等功。
```
-----
Original issue reported on code.goo... | defect | 沈阳沈阳得了疱疹怎么治疗 沈阳沈阳得了疱疹怎么治疗〓沈陽軍區政治部醫院性病〓tel�� � 〓 , � ��。 。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 original issue reported on code google com by gmail com on jun at ... | 1 |
37,380 | 5,114,692,286 | IssuesEvent | 2017-01-06 19:20:07 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | System.Xml.RW.XmlSystemPathResolver.Tests failing | area-System.Xml test bug test-run-desktop | ```
System.Xml.Tests.XmlSystemPathResolverTests.TestResolveInvalidPaths [FAIL]
Assert.True() Failure
Expected: True
Actual: False
Stack Trace:
at System.Xml.Tests.XmlSystemPathResolverTests.AssertInvalidPath(String path)
at System.Xml.Tests.XmlSystemPathResolverTests... | 2.0 | System.Xml.RW.XmlSystemPathResolver.Tests failing - ```
System.Xml.Tests.XmlSystemPathResolverTests.TestResolveInvalidPaths [FAIL]
Assert.True() Failure
Expected: True
Actual: False
Stack Trace:
at System.Xml.Tests.XmlSystemPathResolverTests.AssertInvalidPath(String path)
... | non_defect | system xml rw xmlsystempathresolver tests failing system xml tests xmlsystempathresolvertests testresolveinvalidpaths assert true failure expected true actual false stack trace at system xml tests xmlsystempathresolvertests assertinvalidpath string path ... | 0 |
198,962 | 22,674,203,195 | IssuesEvent | 2022-07-04 01:27:15 | Techini/WebGoat | https://api.github.com/repos/Techini/WebGoat | closed | CVE-2021-28170 (Medium) detected in jakarta.el-3.0.3.jar - autoclosed | security vulnerability | ## CVE-2021-28170 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jakarta.el-3.0.3.jar</b></p></summary>
<p>Jakarta Expression Language provides a specification document, API, refere... | True | CVE-2021-28170 (Medium) detected in jakarta.el-3.0.3.jar - autoclosed - ## CVE-2021-28170 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jakarta.el-3.0.3.jar</b></p></summary>
<p>Ja... | non_defect | cve medium detected in jakarta el jar autoclosed cve medium severity vulnerability vulnerable library jakarta el jar jakarta expression language provides a specification document api reference implementation and tck that describes an expression language for java app... | 0 |
99,079 | 16,430,546,410 | IssuesEvent | 2021-05-20 00:31:44 | jtimberlake/serverless-artillery | https://api.github.com/repos/jtimberlake/serverless-artillery | opened | CVE-2020-36049 (High) detected in socket.io-parser-3.3.0.tgz, socket.io-parser-2.2.6.tgz | security vulnerability | ## CVE-2020-36049 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>socket.io-parser-3.3.0.tgz</b>, <b>socket.io-parser-2.2.6.tgz</b></p></summary>
<p>
<details><summary><b>socket.io-p... | True | CVE-2020-36049 (High) detected in socket.io-parser-3.3.0.tgz, socket.io-parser-2.2.6.tgz - ## CVE-2020-36049 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>socket.io-parser-3.3.0.tgz... | non_defect | cve high detected in socket io parser tgz socket io parser tgz cve high severity vulnerability vulnerable libraries socket io parser tgz socket io parser tgz socket io parser tgz socket io protocol parser library home page a href path to de... | 0 |
417,526 | 12,166,964,738 | IssuesEvent | 2020-04-27 10:06:04 | ComPWA/tensorwaves | https://api.github.com/repos/ComPWA/tensorwaves | closed | Drop linting tests of docstrings | Priority: High Type: Maintenance | Currently, both pre-commit and codacy check whether docstrings are provided. While docstrings are important, at this stage, this requirement only slows down development, particularly because the interfaces haven't stabilised yet. | 1.0 | Drop linting tests of docstrings - Currently, both pre-commit and codacy check whether docstrings are provided. While docstrings are important, at this stage, this requirement only slows down development, particularly because the interfaces haven't stabilised yet. | non_defect | drop linting tests of docstrings currently both pre commit and codacy check whether docstrings are provided while docstrings are important at this stage this requirement only slows down development particularly because the interfaces haven t stabilised yet | 0 |
45,096 | 12,541,965,769 | IssuesEvent | 2020-06-05 13:17:38 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | opened | 508-defect-1 ❗ Launchblocker [SEMANTIC MARKUP]: Form inputs MUST be paired with labels | 508-defect-1 508-issue-semantic-markup 508/Accessibility vsa vsa-benefits-2 | # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1)
**Feedback framework**
- **❗️ Must** for if the feedback must be applied
- **⚠️Should** if the feedback is best practice ... | 1.0 | 508-defect-1 ❗ Launchblocker [SEMANTIC MARKUP]: Form inputs MUST be paired with labels - # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1)
**Feedback framework**
- **❗️ Must... | defect | defect ❗ launchblocker form inputs must be paired with labels feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enhancements description form elements must have labels on of ... | 1 |
752,788 | 26,325,946,575 | IssuesEvent | 2023-01-10 06:37:49 | googleapis/google-cloud-go | https://api.github.com/repos/googleapis/google-cloud-go | closed | spanner/spansql: support `default_leader` database option | priority: p2 api: spanner | **Is your feature request related to a problem? Please describe.**
We use <https://github.com/daichirata/hammer> for spanner schema management, which in turn uses `spanner/spansql`. If we set the `default_leader` as described in <https://cloud.google.com/spanner/docs/modifying-leader-region> hammer will fail to pars... | 1.0 | spanner/spansql: support `default_leader` database option - **Is your feature request related to a problem? Please describe.**
We use <https://github.com/daichirata/hammer> for spanner schema management, which in turn uses `spanner/spansql`. If we set the `default_leader` as described in <https://cloud.google.com/sp... | non_defect | spanner spansql support default leader database option is your feature request related to a problem please describe we use for spanner schema management which in turn uses spanner spansql if we set the default leader as described in hammer will fail to parse the ddl and we can no longer manage... | 0 |
63,924 | 26,548,462,499 | IssuesEvent | 2023-01-20 04:10:00 | hashicorp/terraform-provider-azurerm | https://api.github.com/repos/hashicorp/terraform-provider-azurerm | closed | Storage Account Infrastructure Encryption and Premium/FileStorage | enhancement service/storage | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
<!--- Please keep this note for the community --->
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the orig... | 1.0 | Storage Account Infrastructure Encryption and Premium/FileStorage - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
<!--- Please keep this note for the community --->
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03... | non_defect | storage account infrastructure encryption and premium filestorage is there an existing issue for this i have searched the existing issues community note please vote on this issue by adding a thumbsup to the original issue to help the community and maintainers prioritize this request pl... | 0 |
137,458 | 12,752,978,040 | IssuesEvent | 2020-06-27 19:26:08 | themoosman/weewx-ambientweatherapi-json | https://api.github.com/repos/themoosman/weewx-ambientweatherapi-json | closed | Add this driver to Weewx Driver Page | documentation | Add this API to the driver’s list here to help people find it: https://github.com/weewx/weewx/wiki <https://github.com/weewx/weewx/wiki> | 1.0 | Add this driver to Weewx Driver Page - Add this API to the driver’s list here to help people find it: https://github.com/weewx/weewx/wiki <https://github.com/weewx/weewx/wiki> | non_defect | add this driver to weewx driver page add this api to the driver’s list here to help people find it | 0 |
34,762 | 16,674,963,510 | IssuesEvent | 2021-06-07 15:08:54 | PyCQA/astroid | https://api.github.com/repos/PyCQA/astroid | closed | Performance regressions with 2.5.7 | blocker topic-performance | @cdce8p, @Pierre-Sassoulas, @hippo91: I meant to highlight this before there was a tagged release, but additional copies in the `InferenceContext.clone` cause some performance slowdown, especially in modules with deep inference chains. Maybe there should be additional benchmarking before `pylint` bumps it's minimum req... | True | Performance regressions with 2.5.7 - @cdce8p, @Pierre-Sassoulas, @hippo91: I meant to highlight this before there was a tagged release, but additional copies in the `InferenceContext.clone` cause some performance slowdown, especially in modules with deep inference chains. Maybe there should be additional benchmarking b... | non_defect | performance regressions with pierre sassoulas i meant to highlight this before there was a tagged release but additional copies in the inferencecontext clone cause some performance slowdown especially in modules with deep inference chains maybe there should be additional benchmarking before pyli... | 0 |
270,717 | 23,530,552,791 | IssuesEvent | 2022-08-19 14:55:36 | CCP-WSI/research-software-directory | https://api.github.com/repos/CCP-WSI/research-software-directory | opened | Test Case projects which aren't Linked Projects | Test Cases Projects | There are some Test Cases which have as their project, a project which isn't an official CCP-WSI Linked Project.
Ideally, we should be get in contact with the relevant project owner and ask if we can add it as a CCP-WSI Linked Project however there isn't time for the for the first release.
A project has to be in... | 1.0 | Test Case projects which aren't Linked Projects - There are some Test Cases which have as their project, a project which isn't an official CCP-WSI Linked Project.
Ideally, we should be get in contact with the relevant project owner and ask if we can add it as a CCP-WSI Linked Project however there isn't time for the... | non_defect | test case projects which aren t linked projects there are some test cases which have as their project a project which isn t an official ccp wsi linked project ideally we should be get in contact with the relevant project owner and ask if we can add it as a ccp wsi linked project however there isn t time for the... | 0 |
81,689 | 31,333,792,557 | IssuesEvent | 2023-08-24 03:17:31 | scipy/scipy | https://api.github.com/repos/scipy/scipy | opened | BUG: cannot import name '_get_dtype' from 'scipy.sparse.linalg.interface' | defect | ### Describe your issue.

Hello,
I'm quite new to Python. Currently, I'm trying to use the _get_dtype function from scipy and got this error. Can someone help me? I tried install-uninstall difference versions of other pack... | 1.0 | BUG: cannot import name '_get_dtype' from 'scipy.sparse.linalg.interface' - ### Describe your issue.

Hello,
I'm quite new to Python. Currently, I'm trying to use the _get_dtype function from scipy and got this error. Can ... | defect | bug cannot import name get dtype from scipy sparse linalg interface describe your issue hello i m quite new to python currently i m trying to use the get dtype function from scipy and got this error can someone help me i tried install uninstall difference versions of other packages it stil... | 1 |
11,884 | 2,668,361,130 | IssuesEvent | 2015-03-23 08:01:52 | contao/test | https://api.github.com/repos/contao/test | closed | Ignore the `.public` files in the DBAFS | defect | > <a href="https://github.com/leofeyer"><img src="https://avatars.githubusercontent.com/u/1192057?v=3" align="left" width="42" height="42" hspace="10"></img></a> Issue by [leofeyer](https://github.com/leofeyer) (imported from https://github.com/contao/contao/issues/7)
Thursday Jun 19, 2014 at 13:42 GMT
Ignore the `.pu... | 1.0 | Ignore the `.public` files in the DBAFS - > <a href="https://github.com/leofeyer"><img src="https://avatars.githubusercontent.com/u/1192057?v=3" align="left" width="42" height="42" hspace="10"></img></a> Issue by [leofeyer](https://github.com/leofeyer) (imported from https://github.com/contao/contao/issues/7)
Thursday ... | defect | ignore the public files in the dbafs issue by imported from thursday jun at gmt ignore the public files when synchronizing the file system with the database | 1 |
72,557 | 24,180,879,524 | IssuesEvent | 2022-09-23 08:46:58 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | Carousel: Has no paginator link limit | :lady_beetle: defect :bangbang: needs-triage | ### Describe the bug
Since PrimeFaces 11.0.0 the carousel component is missing the of the attribute "pageLinks" which was used to limit the displayed page links in the paginator area. So now there is a page link for every item in the carousel. For example, if you have 20 items in it, it will show 20 page links and so ... | 1.0 | Carousel: Has no paginator link limit - ### Describe the bug
Since PrimeFaces 11.0.0 the carousel component is missing the of the attribute "pageLinks" which was used to limit the displayed page links in the paginator area. So now there is a page link for every item in the carousel. For example, if you have 20 items i... | defect | carousel has no paginator link limit describe the bug since primefaces the carousel component is missing the of the attribute pagelinks which was used to limit the displayed page links in the paginator area so now there is a page link for every item in the carousel for example if you have items in ... | 1 |
43,586 | 11,764,940,733 | IssuesEvent | 2020-03-14 15:07:12 | NREL/EnergyPlus | https://api.github.com/repos/NREL/EnergyPlus | closed | ZoneHVAC:HybridUnitaryHVAC Second and Third fuel types - consumption is not metered | Defect NotIDDChange | Issue overview
--------------
Based on code review while removing fuel type synonyms, it appears that:
1. These energy consumption variables for ZoneHVAC:HybridUnitaryHVAC are not connected to a meter:
Zone Hybrid Unitary HVAC Secondary Fuel Consumption
Zone Hybrid Unitary HVAC Third Fuel Consumption Rate
2. ... | 1.0 | ZoneHVAC:HybridUnitaryHVAC Second and Third fuel types - consumption is not metered - Issue overview
--------------
Based on code review while removing fuel type synonyms, it appears that:
1. These energy consumption variables for ZoneHVAC:HybridUnitaryHVAC are not connected to a meter:
Zone Hybrid Unitary HVAC S... | defect | zonehvac hybridunitaryhvac second and third fuel types consumption is not metered issue overview based on code review while removing fuel type synonyms it appears that these energy consumption variables for zonehvac hybridunitaryhvac are not connected to a meter zone hybrid unitary hvac s... | 1 |
702,886 | 24,140,074,906 | IssuesEvent | 2022-09-21 14:15:05 | blindnet-io/devrel-management | https://api.github.com/repos/blindnet-io/devrel-management | closed | twitch "episode 0" | effort1: easy (hours) priority: 0 (critical) scope: content creation | First "episode" on Twitch to get things started.
The idea is to "play dumb" while "trying" to do my first stream on Twitch, doing mistakes, and other more experienced people to intervene to explain to me how to do better
This "episode", and therefore the following comments, will be in french to include all partic... | 1.0 | twitch "episode 0" - First "episode" on Twitch to get things started.
The idea is to "play dumb" while "trying" to do my first stream on Twitch, doing mistakes, and other more experienced people to intervene to explain to me how to do better
This "episode", and therefore the following comments, will be in french ... | non_defect | twitch episode first episode on twitch to get things started the idea is to play dumb while trying to do my first stream on twitch doing mistakes and other more experienced people to intervene to explain to me how to do better this episode and therefore the following comments will be in french ... | 0 |
29,317 | 13,096,971,577 | IssuesEvent | 2020-08-03 16:35:39 | Azure/azure-sdk-for-js | https://api.github.com/repos/Azure/azure-sdk-for-js | closed | [Service Bus] Settling a deferred message twice gives TypeError | Client Service Bus blocking-release bug | In the below code, we try to settle an already settled deferred message.
Instead of getting a helpful error, we get `TypeError: Cannot read property 'name' of undefined`
```js
const { ServiceBusClient } = require("@azure/service-bus");
const connectionString = "connection string here"
const queueName = "queue ... | 1.0 | [Service Bus] Settling a deferred message twice gives TypeError - In the below code, we try to settle an already settled deferred message.
Instead of getting a helpful error, we get `TypeError: Cannot read property 'name' of undefined`
```js
const { ServiceBusClient } = require("@azure/service-bus");
const conn... | non_defect | settling a deferred message twice gives typeerror in the below code we try to settle an already settled deferred message instead of getting a helpful error we get typeerror cannot read property name of undefined js const servicebusclient require azure service bus const connectionstring... | 0 |
16,554 | 2,915,807,606 | IssuesEvent | 2015-06-23 14:24:51 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | TextArea autoresize fails on IE10 | 5.2.7 defect | Functionality does not work and textarea is displayed as single line of input field. | 1.0 | TextArea autoresize fails on IE10 - Functionality does not work and textarea is displayed as single line of input field. | defect | textarea autoresize fails on functionality does not work and textarea is displayed as single line of input field | 1 |
320,692 | 27,451,366,563 | IssuesEvent | 2023-03-02 17:37:20 | wazuh/wazuh-qa | https://api.github.com/repos/wazuh/wazuh-qa | closed | Add engine env API tests | team/qa type/test-development role/qa-runtime-terror subteam/qa-rainbow target/5.0.0 | | Target version | Related issue | Related PR/dev branch
|--------------------|--------------------|-----------------|
| 5.0 | https://github.com/wazuh/wazuh-qa/issues/3495 | https://github.com/wazuh/wazuh/issues/11334
<!-- Important: No section may be... | 1.0 | Add engine env API tests - | Target version | Related issue | Related PR/dev branch
|--------------------|--------------------|-----------------|
| 5.0 | https://github.com/wazuh/wazuh-qa/issues/3495 | https://github.com/wazuh/wazuh/issues/11334
<!-- I... | non_defect | add engine env api tests target version related issue related pr dev branch description since we aim to automate the api tests we need to add the env t... | 0 |
171,348 | 27,105,598,866 | IssuesEvent | 2023-02-15 11:53:08 | ethereum/solidity | https://api.github.com/repos/ethereum/solidity | closed | Optional function parameters | language design :rage4: medium effort medium impact needs design | Not too dissimilar to Python, but basically parameters that default to a certain value should they not be filled. Would make for flexibility in contracts.
| 2.0 | Optional function parameters - Not too dissimilar to Python, but basically parameters that default to a certain value should they not be filled. Would make for flexibility in contracts.
| non_defect | optional function parameters not too dissimilar to python but basically parameters that default to a certain value should they not be filled would make for flexibility in contracts | 0 |
10,723 | 4,817,936,749 | IssuesEvent | 2016-11-04 15:05:07 | uProxy/uproxy | https://api.github.com/repos/uProxy/uproxy | closed | choose an API documentation generator | C:BuildProcess C:Code-Cleanup P3 T:Obsolete | Right now, we have a mish-mash of comment styles. The style guide specifies C++-style comments but we have tons of C-style comments, too, some of them with JSDoc-style annotations. At minimum, let's:
1. investigate API documentation generators for TypeScript (maybe JS generators are fine)
2. investigate what code compl... | 1.0 | choose an API documentation generator - Right now, we have a mish-mash of comment styles. The style guide specifies C++-style comments but we have tons of C-style comments, too, some of them with JSDoc-style annotations. At minimum, let's:
1. investigate API documentation generators for TypeScript (maybe JS generators ... | non_defect | choose an api documentation generator right now we have a mish mash of comment styles the style guide specifies c style comments but we have tons of c style comments too some of them with jsdoc style annotations at minimum let s investigate api documentation generators for typescript maybe js generators ... | 0 |
248,486 | 26,785,194,576 | IssuesEvent | 2023-02-01 01:47:45 | raindigi/site-landing | https://api.github.com/repos/raindigi/site-landing | closed | CVE-2019-16769 (Medium) detected in serialize-javascript-1.6.1.tgz - autoclosed | security vulnerability | ## CVE-2019-16769 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serialize-javascript-1.6.1.tgz</b></p></summary>
<p>Serialize JavaScript to a superset of JSON that includes regular... | True | CVE-2019-16769 (Medium) detected in serialize-javascript-1.6.1.tgz - autoclosed - ## CVE-2019-16769 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serialize-javascript-1.6.1.tgz</b><... | non_defect | cve medium detected in serialize javascript tgz autoclosed cve medium severity vulnerability vulnerable library serialize javascript tgz serialize javascript to a superset of json that includes regular expressions and functions library home page a href path to depende... | 0 |
10,453 | 2,622,160,279 | IssuesEvent | 2015-03-04 00:09:47 | byzhang/terrastore | https://api.github.com/repos/byzhang/terrastore | closed | Binding the node host to the wildcard (0.0.0.0) address doesn't work | auto-migrated Milestone-0.8.1 Priority-Medium Project-Terrastore Type-Defect | ```
Binding the node host (--nodeHost) to the wildcard (0.0.0.0) address doesn't
work because the server seems to publish the 0.0.0.0 address itself.
So, we should make it work, by manually specifying two different addresses
(bind/publish), or just letting the server publish the first guessed address.
Any takes?
``... | 1.0 | Binding the node host to the wildcard (0.0.0.0) address doesn't work - ```
Binding the node host (--nodeHost) to the wildcard (0.0.0.0) address doesn't
work because the server seems to publish the 0.0.0.0 address itself.
So, we should make it work, by manually specifying two different addresses
(bind/publish), or ju... | defect | binding the node host to the wildcard address doesn t work binding the node host nodehost to the wildcard address doesn t work because the server seems to publish the address itself so we should make it work by manually specifying two different addresses bind publish or ju... | 1 |
315,333 | 27,066,361,470 | IssuesEvent | 2023-02-14 00:58:48 | NVIDIA/spark-rapids | https://api.github.com/repos/NVIDIA/spark-rapids | opened | [BUG] Unit test `Write encrypted ORC fallback` fails on Spark-3.4 | bug ? - Needs Triage test Spark 3.4+ | **Describe the bug**
Unit test `Write encrypted ORC fallback` fails on Spark-3.4 with below error:
```
- NOT ON GPU[ShuffleExchangeExec,DataWritingCommandExec]: Write encrypted ORC fallback *** FAILED ***
java.lang.IllegalArgumentException: Part of the plan is not columnar class org.apache.spark.sql.execution.d... | 1.0 | [BUG] Unit test `Write encrypted ORC fallback` fails on Spark-3.4 - **Describe the bug**
Unit test `Write encrypted ORC fallback` fails on Spark-3.4 with below error:
```
- NOT ON GPU[ShuffleExchangeExec,DataWritingCommandExec]: Write encrypted ORC fallback *** FAILED ***
java.lang.IllegalArgumentException: Pa... | non_defect | unit test write encrypted orc fallback fails on spark describe the bug unit test write encrypted orc fallback fails on spark with below error not on gpu write encrypted orc fallback failed java lang illegalargumentexception part of the plan is not columnar class org apache... | 0 |
803,667 | 29,186,415,557 | IssuesEvent | 2023-05-19 15:48:07 | impactMarket/backend | https://api.github.com/repos/impactMarket/backend | opened | [MicroCredit] calculate apr and maturity | priority-2: medium type: feature | calculate on the first request, save to redis, cache for X days. Once the key expire, calculate again. | 1.0 | [MicroCredit] calculate apr and maturity - calculate on the first request, save to redis, cache for X days. Once the key expire, calculate again. | non_defect | calculate apr and maturity calculate on the first request save to redis cache for x days once the key expire calculate again | 0 |
19,292 | 3,182,851,163 | IssuesEvent | 2015-09-26 00:09:12 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Dart VM: A closure should be invokable via 'call'. | Area-VM Priority-Unassigned Triaged Type-Defect | ((p1) => "$p1")(3) -> "3"
((p1) => "$p1").call(3) -> reports error
co19/Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A05_t01 | 1.0 | Dart VM: A closure should be invokable via 'call'. - ((p1) => "$p1")(3) -> "3"
((p1) => "$p1").call(3) -> reports error
co19/Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A05_t01 | defect | dart vm a closure should be invokable via call gt quot quot gt quot quot gt quot quot call gt reports error language expressions function invocation function expression invocation | 1 |
2,417 | 2,525,847,066 | IssuesEvent | 2015-01-21 06:42:27 | graybeal/ont | https://api.github.com/repos/graybeal/ont | closed | 404 response for a mmisw.org/or/nonexistingpage | 1 star aquaportal bug imported Priority-Low | _From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on January 06, 2009 14:57:20_
What steps will reproduce the problem? 1. Request a non-existing page with http://mmisw.org/or/ prefix, for
example: http://mmisw.org/or/nonexistingpage What is the expected output? A Not Found response (404 code... | 1.0 | 404 response for a mmisw.org/or/nonexistingpage - _From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on January 06, 2009 14:57:20_
What steps will reproduce the problem? 1. Request a non-existing page with http://mmisw.org/or/ prefix, for
example: http://mmisw.org/or/nonexistingpage What is t... | non_defect | response for a mmisw org or nonexistingpage from on january what steps will reproduce the problem request a non existing page with prefix for example what is the expected output a not found response code what do you see instead there is no data to support this query at this time ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.