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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
105,954 | 13,234,915,784 | IssuesEvent | 2020-08-18 17:06:31 | mozilla/foundation.mozilla.org | https://api.github.com/repos/mozilla/foundation.mozilla.org | closed | [Publications] Wireframes | design | Create wireframes for the publications template.
Refer to findings from:
#4950 Benchmarks
#4949 Content Collection/Examination
#4951 Content Model | 1.0 | [Publications] Wireframes - Create wireframes for the publications template.
Refer to findings from:
#4950 Benchmarks
#4949 Content Collection/Examination
#4951 Content Model | non_defect | wireframes create wireframes for the publications template refer to findings from benchmarks content collection examination content model | 0 |
58,302 | 16,480,808,322 | IssuesEvent | 2021-05-24 11:20:16 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Formatting bar broken into two lines unless I zoom out | T-Defect | ### Description
The formatting bar is split up into two lines and looks broken unless I zoom out in Element Desktop. The second line often overlaps with the input line. It looks like this:

### Version ... | 1.0 | Formatting bar broken into two lines unless I zoom out - ### Description
The formatting bar is split up into two lines and looks broken unless I zoom out in Element Desktop. The second line often overlaps with the input line. It looks like this:
 detected in url-parse-1.4.7.tgz | security vulnerability | ## CVE-2022-0686 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.4.7.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser ... | True | CVE-2022-0686 (Medium) detected in url-parse-1.4.7.tgz - ## CVE-2022-0686 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.4.7.tgz</b></p></summary>
<p>Small footprint URL... | non_defect | cve medium detected in url parse tgz cve medium severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file package json path to vuln... | 0 |
71,920 | 23,853,682,585 | IssuesEvent | 2022-09-06 20:33:21 | tschaban/AFE-Firmware | https://api.github.com/repos/tschaban/AFE-Firmware | closed | T6 Komfort shows cold while outside is hot as hell | Defect | Komfort shows cold while outside is hot as hell ;) | 1.0 | T6 Komfort shows cold while outside is hot as hell - Komfort shows cold while outside is hot as hell ;) | defect | komfort shows cold while outside is hot as hell komfort shows cold while outside is hot as hell | 1 |
138,944 | 12,833,181,367 | IssuesEvent | 2020-07-07 08:55:31 | frontity/docs | https://api.github.com/repos/frontity/docs | opened | package version mismatch | core documentation installation and upgrading priority: 3 medium | I think this is a use case we didn’t think of. That users can just upgrade frontity and expect it to work. @frontity/core is not a dependency of frontity because we want to keep frontity lightweight and the users might end up with a package version mismatch like how it happened here.
@juanma I mention you here in ca... | 1.0 | package version mismatch - I think this is a use case we didn’t think of. That users can just upgrade frontity and expect it to work. @frontity/core is not a dependency of frontity because we want to keep frontity lightweight and the users might end up with a package version mismatch like how it happened here.
@juan... | non_defect | package version mismatch i think this is a use case we didn’t think of that users can just upgrade frontity and expect it to work frontity core is not a dependency of frontity because we want to keep frontity lightweight and the users might end up with a package version mismatch like how it happened here juan... | 0 |
9,069 | 2,615,126,885 | IssuesEvent | 2015-03-01 05:55:25 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Fix the broken GoogleIdTokenVerifier.loadPublicCerts() method | auto-migrated Milestone-Version1.10.0 Priority-Critical Type-Defect | ```
The .loadPublicCerts() method is broken in the 1.10 release due to a missing
JsonParser.nextToken() call, and should be fixed ASAP.
```
Original issue reported on code.google.com by `mlin...@google.com` on 13 Jun 2012 at 4:37 | 1.0 | Fix the broken GoogleIdTokenVerifier.loadPublicCerts() method - ```
The .loadPublicCerts() method is broken in the 1.10 release due to a missing
JsonParser.nextToken() call, and should be fixed ASAP.
```
Original issue reported on code.google.com by `mlin...@google.com` on 13 Jun 2012 at 4:37 | defect | fix the broken googleidtokenverifier loadpubliccerts method the loadpubliccerts method is broken in the release due to a missing jsonparser nexttoken call and should be fixed asap original issue reported on code google com by mlin google com on jun at | 1 |
64,632 | 18,771,885,345 | IssuesEvent | 2021-11-07 00:48:27 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | [Bug]: ReadOnly InputNumber is editable | defect | I have read-only input number. Read-only inputs shouldn't be editable. But in this case **PrimeReact allows me to edit values in read-only input number**. Codesandbox is below.
```
const [value1, setValue1] = useState(42723);
const [isReadonly, setIsReadonly] = useState(true);
return (
<div>
<div ... | 1.0 | [Bug]: ReadOnly InputNumber is editable - I have read-only input number. Read-only inputs shouldn't be editable. But in this case **PrimeReact allows me to edit values in read-only input number**. Codesandbox is below.
```
const [value1, setValue1] = useState(42723);
const [isReadonly, setIsReadonly] = useState(... | defect | readonly inputnumber is editable i have read only input number read only inputs shouldn t be editable but in this case primereact allows me to edit values in read only input number codesandbox is below const usestate const usestate true return numeral... | 1 |
34,782 | 7,460,385,869 | IssuesEvent | 2018-03-30 19:27:05 | kerdokullamae/test_koik_issued | https://api.github.com/repos/kerdokullamae/test_koik_issued | closed | Kü välja täidetuse tingimus on vale | C: AIS P: highest R: fixed T: defect | **Reported by sven syld on 13 Jan 2017 14:38 UTC**
KÜ väli level_id ei ole kohustuslik, aga nt osad protseduurid eeldavad, et see oleks täidetud | 1.0 | Kü välja täidetuse tingimus on vale - **Reported by sven syld on 13 Jan 2017 14:38 UTC**
KÜ väli level_id ei ole kohustuslik, aga nt osad protseduurid eeldavad, et see oleks täidetud | defect | kü välja täidetuse tingimus on vale reported by sven syld on jan utc kü väli level id ei ole kohustuslik aga nt osad protseduurid eeldavad et see oleks täidetud | 1 |
73,420 | 24,618,720,228 | IssuesEvent | 2022-10-15 16:48:14 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | udev not creating device file for cloned zvol | Type: Defect Component: Encryption Status: Stale | <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list arch... | 1.0 | udev not creating device file for cloned zvol - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in ... | defect | udev not creating device file for cloned zvol thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as pos... | 1 |
268,224 | 20,263,006,110 | IssuesEvent | 2022-02-15 09:26:35 | Tinkoff/taiga-ui | https://api.github.com/repos/Tinkoff/taiga-ui | opened | 📚 - different ratios for textarea in dev mode | documentation state: need triage | ### What is the affected URL?
https://taiga-ui.dev/next/components/text-area
### Description
https://taiga-ui.dev/next/components/text-area
http://localhost:3333/components/text-area
https://user-images.githubusercontent.com/12021443/154032527-ed1d1d13-1852-4f75-9d13-94ec88fbf887.mov
### Which browsers have... | 1.0 | 📚 - different ratios for textarea in dev mode - ### What is the affected URL?
https://taiga-ui.dev/next/components/text-area
### Description
https://taiga-ui.dev/next/components/text-area
http://localhost:3333/components/text-area
https://user-images.githubusercontent.com/12021443/154032527-ed1d1d13-1852-4f75-9... | non_defect | 📚 different ratios for textarea in dev mode what is the affected url description which browsers have you used chrome firefox safari edge which operating systems have you used macos windows linux ios android | 0 |
10,506 | 2,622,168,767 | IssuesEvent | 2015-03-04 00:13:34 | byzhang/rapidjson | https://api.github.com/repos/byzhang/rapidjson | closed | old style cast to 'void*' casts away const in document.h | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Compile with gcc 4.7.2 using -Werror=cast-qual
What version of the product are you using? On what operating system?
rapidjson 0.1.
Please provide any additional information below.
In the destructor ~GenericValue() there is a line like this:
Allocator::Free((v... | 1.0 | old style cast to 'void*' casts away const in document.h - ```
What steps will reproduce the problem?
1. Compile with gcc 4.7.2 using -Werror=cast-qual
What version of the product are you using? On what operating system?
rapidjson 0.1.
Please provide any additional information below.
In the destructor ~Generic... | defect | old style cast to void casts away const in document h what steps will reproduce the problem compile with gcc using werror cast qual what version of the product are you using on what operating system rapidjson please provide any additional information below in the destructor generic... | 1 |
135,172 | 30,257,234,404 | IssuesEvent | 2023-07-07 04:32:00 | h4sh5/pypi-auto-scanner | https://api.github.com/repos/h4sh5/pypi-auto-scanner | opened | nitric 0.13.0 has 1 GuardDog issues | guarddog code-execution | https://pypi.org/project/nitric
https://inspector.pypi.io/project/nitric
```{
"dependency": "nitric",
"version": "0.13.0",
"result": {
"issues": 1,
"errors": {},
"results": {
"code-execution": [
{
"location": "nitric-0.13.0/setup.py:7",
"code": " process = Popen([\... | 1.0 | nitric 0.13.0 has 1 GuardDog issues - https://pypi.org/project/nitric
https://inspector.pypi.io/project/nitric
```{
"dependency": "nitric",
"version": "0.13.0",
"result": {
"issues": 1,
"errors": {},
"results": {
"code-execution": [
{
"location": "nitric-0.13.0/setup.py:7",
... | non_defect | nitric has guarddog issues dependency nitric version result issues errors results code execution location nitric setup py code process popen stdout pipe mes... | 0 |
50,460 | 13,187,508,817 | IssuesEvent | 2020-08-13 03:38:29 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | HiveSplitter tests fail on SL5 32bit (Trac #745) | Migrated from Trac combo reconstruction defect | Test fails. It would probably be useful to know what the expect result was.
```text
[buildslave@foraii build]$ uname -a
Linux foraii.private.pa.umd.edu 2.6.18-371.11.1.el5PAE #1 SMP Wed Jul 23 11:53:41 CDT 2014 i686 athlon i386 GNU/Linux
[buildslave@foraii build]$ lsb_release -sd
"Scientific Linux release 5.10 (Boron... | 1.0 | HiveSplitter tests fail on SL5 32bit (Trac #745) - Test fails. It would probably be useful to know what the expect result was.
```text
[buildslave@foraii build]$ uname -a
Linux foraii.private.pa.umd.edu 2.6.18-371.11.1.el5PAE #1 SMP Wed Jul 23 11:53:41 CDT 2014 i686 athlon i386 GNU/Linux
[buildslave@foraii build]$ ls... | defect | hivesplitter tests fail on trac test fails it would probably be useful to know what the expect result was text uname a linux foraii private pa umd edu smp wed jul cdt athlon gnu linux lsb release sd scientific linux release boron env shell sh bin hiv... | 1 |
49,651 | 13,187,245,909 | IssuesEvent | 2020-08-13 02:48:33 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | remove dst-extractor from metaprojects (Trac #1812) | Incomplete Migration Migrated from Trac defect other | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1812">https://code.icecube.wisc.edu/ticket/1812</a>, reported by david.schultz and owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:12:38",
"description": "As the release notes... | 1.0 | remove dst-extractor from metaprojects (Trac #1812) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1812">https://code.icecube.wisc.edu/ticket/1812</a>, reported by david.schultz and owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-1... | defect | remove dst extractor from metaprojects trac migrated from json status closed changetime description as the release notes say n ntrunk n n this project is now obsolete the extractor modules have been moved to n the dst project n n nso time t... | 1 |
65,837 | 19,716,151,952 | IssuesEvent | 2022-01-13 11:10:42 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Jitsi picture-in-picture (PIP) snagging list | T-Defect A-Widgets A-Jitsi | - [x] Read receipt avatars appear on top of the PIP
- [x] Message hover actions (reply, react, etc.) appear on top of the PIP
- [ ] Clicking the PIP doesn't return you to the related room (like it does when you click on the P2P PIP)
- [ ] The PIP looks like a strange grey rectangle if you have lots of participants a... | 1.0 | Jitsi picture-in-picture (PIP) snagging list - - [x] Read receipt avatars appear on top of the PIP
- [x] Message hover actions (reply, react, etc.) appear on top of the PIP
- [ ] Clicking the PIP doesn't return you to the related room (like it does when you click on the P2P PIP)
- [ ] The PIP looks like a strange gr... | defect | jitsi picture in picture pip snagging list read receipt avatars appear on top of the pip message hover actions reply react etc appear on top of the pip clicking the pip doesn t return you to the related room like it does when you click on the pip the pip looks like a strange grey rectang... | 1 |
43,400 | 11,700,945,765 | IssuesEvent | 2020-03-06 18:35:59 | CenturyLinkCloud/mdw | https://api.github.com/repos/CenturyLinkCloud/mdw | closed | Hub zoom controls can overlay Inspector tab | defect | When viewing process definition or instance in MDWHub, if the Inspector view is expanded by clicking on the maximize button then the zoom controls will overlay/obscure the Inspector tab. It would be best if we can prevent Inspector from growing so large that it overlaps the Hub

| 1.0 | after reload - ## Bug description
when i reload the ui i get an error
## Screenshots
-
## Questie version
Latest tbc
Interface\AddOns\Questie\Questie.lua:248: attempt to concatenate local 'str' (a nil value)
| defect | after reload bug description when i reload the ui i get an error screenshots questie version latest tbc interface addons questie questie lua attempt to concatenate local str a nil value | 1 |
38,575 | 8,909,722,172 | IssuesEvent | 2019-01-18 07:33:56 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Popup TieredMenu should hide itself on window resize | defect | **I'm submitting a ...** (check one with "x")
```
[x ] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request ... | 1.0 | Popup TieredMenu should hide itself on window resize - **I'm submitting a ...** (check one with "x")
```
[x ] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] s... | defect | popup tieredmenu should hide itself on window resize i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request h... | 1 |
12,697 | 2,714,065,469 | IssuesEvent | 2015-04-09 23:20:37 | FreeRADIUS/freeradius-server | https://api.github.com/repos/FreeRADIUS/freeradius-server | opened | Something is messing up the name of the LHS template in update section maps, when the RHS is an octets string | defect v3.0.x v3.1.x | ```text
update {
control:Tmp-Octets-0 := 0xf000
}
```
Is printed as
```text
update control {
Tmp-Octets-0 := 0xf000
}
```
Name is fine when the template is created with ``tmpl_afrom_attr_str``, must get messed up in one of the fixup functions. | 1.0 | Something is messing up the name of the LHS template in update section maps, when the RHS is an octets string - ```text
update {
control:Tmp-Octets-0 := 0xf000
}
```
Is printed as
```text
update control {
Tmp-Octets-0 := 0xf000
}
```
Name is fine when the template is created with ``tmpl_afrom_attr_str`... | defect | something is messing up the name of the lhs template in update section maps when the rhs is an octets string text update control tmp octets is printed as text update control tmp octets name is fine when the template is created with tmpl afrom attr str must ge... | 1 |
70,152 | 23,018,406,988 | IssuesEvent | 2022-07-22 00:48:57 | zed-industries/feedback | https://api.github.com/repos/zed-industries/feedback | closed | Failed to download Go language server | defect discussed language / framework | **Describe the bug**
Reported for a friend trying to use the Go LSP.

The Go language server doesn't seem to connect.
**To Reproduce**
- Start Zed
- Open a `.go` file
- Language server doesn't conn... | 1.0 | Failed to download Go language server - **Describe the bug**
Reported for a friend trying to use the Go LSP.

The Go language server doesn't seem to connect.
**To Reproduce**
- Start Zed
- Open a `.... | defect | failed to download go language server describe the bug reported for a friend trying to use the go lsp the go language server doesn t seem to connect to reproduce start zed open a go file language server doesn t connected | 1 |
54,675 | 13,877,111,317 | IssuesEvent | 2020-10-17 02:20:06 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | Calendar: tabindex order lost on selecting a date/time | defect | **Describe the defect**
If you click a date/time from the calendar, then press tab, it goes to the very top of the browser instead of the next item in the taborder
**Reproducer**
- https://www.primefaces.org/showcase/ui/input/calendar/calendarJava8.xhtml
**Environment:**
- PF Version: _8.0.4_
- Affected bro... | 1.0 | Calendar: tabindex order lost on selecting a date/time - **Describe the defect**
If you click a date/time from the calendar, then press tab, it goes to the very top of the browser instead of the next item in the taborder
**Reproducer**
- https://www.primefaces.org/showcase/ui/input/calendar/calendarJava8.xhtml
... | defect | calendar tabindex order lost on selecting a date time describe the defect if you click a date time from the calendar then press tab it goes to the very top of the browser instead of the next item in the taborder reproducer environment pf version affected browsers all ... | 1 |
74,000 | 24,899,273,419 | IssuesEvent | 2022-10-28 19:00:39 | idaholab/moose | https://api.github.com/repos/idaholab/moose | opened | Incorrect transfer of data from displaced source | T: defect P: normal | ## Bug Description
Executing the inputs contained on my branch `debugging-22119, which stems from discussion #22119 leads to the following undesirable behavior:
- libMesh node ID 89365 (exodus node ID 89366) is an example of a to-node getting a 0 value when it shouldn't
- This corresponds to the 4833 point that we... | 1.0 | Incorrect transfer of data from displaced source - ## Bug Description
Executing the inputs contained on my branch `debugging-22119, which stems from discussion #22119 leads to the following undesirable behavior:
- libMesh node ID 89365 (exodus node ID 89366) is an example of a to-node getting a 0 value when it shou... | defect | incorrect transfer of data from displaced source bug description executing the inputs contained on my branch debugging which stems from discussion leads to the following undesirable behavior libmesh node id exodus node id is an example of a to node getting a value when it shouldn t this co... | 1 |
30,038 | 5,990,716,346 | IssuesEvent | 2017-06-02 12:20:21 | pymc-devs/pymc3 | https://api.github.com/repos/pymc-devs/pymc3 | closed | Default `test_point` for `DiscreteUniform` outside of support for negative lower | beginner_friendly defects | If the lower bound of a `DiscreteUniform` is negative, the default test_point is outside of the support:
In:
```python
import pymc3 as pm
model1 = pm.Model()
with model1:
a = pm.DiscreteUniform('a', lower = 0, upper = 10)
print('test_point model1: {}'.format(model1.test_point))
model2 = pm.Model()
wi... | 1.0 | Default `test_point` for `DiscreteUniform` outside of support for negative lower - If the lower bound of a `DiscreteUniform` is negative, the default test_point is outside of the support:
In:
```python
import pymc3 as pm
model1 = pm.Model()
with model1:
a = pm.DiscreteUniform('a', lower = 0, upper = 10)
... | defect | default test point for discreteuniform outside of support for negative lower if the lower bound of a discreteuniform is negative the default test point is outside of the support in python import as pm pm model with a pm discreteuniform a lower upper print test poi... | 1 |
47,430 | 13,056,181,854 | IssuesEvent | 2020-07-30 03:54:41 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | if libraries are loaded in a certain order than MMCTrackList will be of type I3TrayObject and MMCTrackInfo will fail (Trac #543) | Migrated from Trac booking defect | from I3Tray import *
from loot.booking.modules import H5Booker
#load("libsimclasses") not loaded
load("libmmctrack-info")
tray = I3Tray()
tray.AddModule("I3Reader",'reader',
FileNameList=["/data/icecube03/sim/2008/neutrino-generator/1349/00000-00999/GeoCalibDetectorStatus_IC40_TWR.54655.i3.gz",
... | 1.0 | if libraries are loaded in a certain order than MMCTrackList will be of type I3TrayObject and MMCTrackInfo will fail (Trac #543) - from I3Tray import *
from loot.booking.modules import H5Booker
#load("libsimclasses") not loaded
load("libmmctrack-info")
tray = I3Tray()
tray.AddModule("I3Reader",'reader',
... | defect | if libraries are loaded in a certain order than mmctracklist will be of type and mmctrackinfo will fail trac from import from loot booking modules import load libsimclasses not loaded load libmmctrack info tray tray addmodule reader filenamelist data sim neutri... | 1 |
768,850 | 26,983,931,512 | IssuesEvent | 2023-02-09 14:56:21 | slsdetectorgroup/slsDetectorPackage | https://api.github.com/repos/slsdetectorgroup/slsDetectorPackage | closed | Eiger: Setting dr 16(or acquire with dr 16) | action - Bug priority - High status - resolved | For EIGER if quad is set to 1, and dr 12 or 16 the checks for Feb_Control_ReadRegister() will fail because left and right are different (and should be).
From Martin: So if you set quad 1 it overwrites the bit for the top/bottom part different for left and right. This is done in register(12). The same register is th... | 1.0 | Eiger: Setting dr 16(or acquire with dr 16) - For EIGER if quad is set to 1, and dr 12 or 16 the checks for Feb_Control_ReadRegister() will fail because left and right are different (and should be).
From Martin: So if you set quad 1 it overwrites the bit for the top/bottom part different for left and right. This i... | non_defect | eiger setting dr or acquire with dr for eiger if quad is set to and dr or the checks for feb control readregister will fail because left and right are different and should be from martin so if you set quad it overwrites the bit for the top bottom part different for left and right this is do... | 0 |
75,310 | 25,762,797,186 | IssuesEvent | 2022-12-08 22:08:13 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | opened | ZTS: trim_config.ksh | Component: Test Suite Type: Defect | Observed occasionally during CI testing.
http://build.zfsonlinux.org/builders/CentOS%20Stream%208%20x86_64%20%28TEST%29/builds/6871/steps/shell_4/logs/summary
```
23:22:59.10 =================================================================
23:22:59.10 NOTE: Performing test-fail callback (/usr/share/zfs/zfs-tes... | 1.0 | ZTS: trim_config.ksh - Observed occasionally during CI testing.
http://build.zfsonlinux.org/builders/CentOS%20Stream%208%20x86_64%20%28TEST%29/builds/6871/steps/shell_4/logs/summary
```
23:22:59.10 =================================================================
23:22:59.10 NOTE: Performing test-fail callback ... | defect | zts trim config ksh observed occasionally during ci testing note performing test fail callback usr share zfs zfs tests callbacks zfs mmp ksh note performing local cleanup via log onexit cleanup s... | 1 |
78,303 | 27,419,812,157 | IssuesEvent | 2023-03-01 16:00:14 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Push down ScopeMappable marker interface from AbstractField to AbstractWindowFunction and TableFieldImpl | T: Defect C: Functionality P: High E: All Editions C: Performance | `DefaultRenderContext::scopeMapping` has been used so far mainly for 2 purposes:
- To register implicit joins *per scope* (see https://github.com/jOOQ/jOOQ/issues/1502)
- To register `QUALIFY` emulated window function expressions *per scope* (see https://github.com/jOOQ/jOOQ/issues/5810)
Both features are used r... | 1.0 | Push down ScopeMappable marker interface from AbstractField to AbstractWindowFunction and TableFieldImpl - `DefaultRenderContext::scopeMapping` has been used so far mainly for 2 purposes:
- To register implicit joins *per scope* (see https://github.com/jOOQ/jOOQ/issues/1502)
- To register `QUALIFY` emulated window ... | defect | push down scopemappable marker interface from abstractfield to abstractwindowfunction and tablefieldimpl defaultrendercontext scopemapping has been used so far mainly for purposes to register implicit joins per scope see to register qualify emulated window function expressions per scope see ... | 1 |
37,187 | 8,289,347,701 | IssuesEvent | 2018-09-19 14:28:34 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | table names with schema | Defect On hold | This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [x] feature-discussion (RFC)
* CakePHP Version: 5.6.4
* Platform and Target: Linux SMP Debian 4.9, 10.1-MariaDB
### What you did
When changing following line in function describe() ( Database/Schema/Collection.php:93 ):
list($conf... | 1.0 | table names with schema - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [x] feature-discussion (RFC)
* CakePHP Version: 5.6.4
* Platform and Target: Linux SMP Debian 4.9, 10.1-MariaDB
### What you did
When changing following line in function describe() ( Database/Schema/Collection.php:93 ):... | defect | table names with schema this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target linux smp debian mariadb what you did when changing following line in function describe database schema collection php ... | 1 |
41,378 | 2,869,001,871 | IssuesEvent | 2015-06-05 22:29:59 | dart-lang/barback | https://api.github.com/repos/dart-lang/barback | opened | An asset whose path is a prefix of another should cause a collision | bug Priority-Medium | <a href="https://github.com/munificent"><img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [munificent](https://github.com/munificent)**
_Originally opened as dart-lang/sdk#17150_
----
Since barback doesn't have a concept of directories, i... | 1.0 | An asset whose path is a prefix of another should cause a collision - <a href="https://github.com/munificent"><img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [munificent](https://github.com/munificent)**
_Originally opened as dart-lang/sd... | non_defect | an asset whose path is a prefix of another should cause a collision issue by originally opened as dart lang sdk since barback doesn t have a concept of directories it s possible to emit two assets like foo bar a file quot bar quot with no extension foo bar baz txt that will fail horribly... | 0 |
47,433 | 13,056,183,381 | IssuesEvent | 2020-07-30 03:54:59 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | std::map serialization can use hinted inserts (Trac #550) | IceTray Migrated from Trac defect | just stumbled on
http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.1/classstd_1_1map.html#f652318c25390d4a87e4d1f5b391f584
'hinted insertion' into containers. There is serialization performance to be had here.
Migrated from https://code.icecube.wisc.edu/ticket/550
```json
{
"status": "closed",
... | 1.0 | std::map serialization can use hinted inserts (Trac #550) - just stumbled on
http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.1/classstd_1_1map.html#f652318c25390d4a87e4d1f5b391f584
'hinted insertion' into containers. There is serialization performance to be had here.
Migrated from https://code.icec... | defect | std map serialization can use hinted inserts trac just stumbled on hinted insertion into containers there is serialization performance to be had here migrated from json status closed changetime description just stumbled on n n insertion into containe... | 1 |
291,022 | 21,913,499,048 | IssuesEvent | 2022-05-21 12:44:25 | hikerpig/pintora | https://api.github.com/repos/hikerpig/pintora | closed | Update the custom diagram tutorial, using nearley as parser generator | documentation | It'd be nice to reuse shared grammars like `@config` and `@param` directive in other packages for developing custom diagrams.
Try to do this in https://github.com/hikerpig/pintora-diagram-pie-chart/issues/1
During this attempt, I may need to add or adjust some of `@pintora/*`'s exports. | 1.0 | Update the custom diagram tutorial, using nearley as parser generator - It'd be nice to reuse shared grammars like `@config` and `@param` directive in other packages for developing custom diagrams.
Try to do this in https://github.com/hikerpig/pintora-diagram-pie-chart/issues/1
During this attempt, I may need t... | non_defect | update the custom diagram tutorial using nearley as parser generator it d be nice to reuse shared grammars like config and param directive in other packages for developing custom diagrams try to do this in during this attempt i may need to add or adjust some of pintora s exports | 0 |
2,207 | 2,603,991,095 | IssuesEvent | 2015-02-24 19:06:38 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳肛门尖锐疣症状 | auto-migrated Priority-Medium Type-Defect | ```
沈阳肛门尖锐疣症状〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com by `q964105.... | 1.0 | 沈阳肛门尖锐疣症状 - ```
沈阳肛门尖锐疣症状〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com ... | defect | 沈阳肛门尖锐疣症状 沈阳肛门尖锐疣症状〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at | 1 |
48,098 | 13,067,445,929 | IssuesEvent | 2020-07-31 00:28:46 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | Bug in the RunID (Trac #1779) | Migrated from Trac combo simulation defect | Hi, I'm trying to use the detector level script and ran into the following error:
```text
Warning: no RNG state found. Using seed instead.
FATAL (icetray): context contains nothing at slot 1 (I3Context.h:159 in T& I3Context::Get(const std::string&, typename boost::disable_if<is_shared_ptr<T>, bool>::type*) const [wit... | 1.0 | Bug in the RunID (Trac #1779) - Hi, I'm trying to use the detector level script and ran into the following error:
```text
Warning: no RNG state found. Using seed instead.
FATAL (icetray): context contains nothing at slot 1 (I3Context.h:159 in T& I3Context::Get(const std::string&, typename boost::disable_if<is_shared_... | defect | bug in the runid trac hi i m trying to use the detector level script and ran into the following error text warning no rng state found using seed instead fatal icetray context contains nothing at slot h in t get const std string typename boost disable if bool type const error ... | 1 |
51,663 | 13,210,340,195 | IssuesEvent | 2020-08-15 16:24:25 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | PaginatorHelper not merging URL parameters correctly | defect pagination | This is an apparent **bug** in CakePHP 3.8.12.
### What I did
I'm using the `PaginatorHelper` in CakePHP 3.8 and passing `'url' => ['?' => ['foo' => 'bar']]` into the options of its `first()`, `prev()`, `next()`, and `last()` buttons.
### What happened
`prev()` and `next()` are forming URLs as expected, but `fi... | 1.0 | PaginatorHelper not merging URL parameters correctly - This is an apparent **bug** in CakePHP 3.8.12.
### What I did
I'm using the `PaginatorHelper` in CakePHP 3.8 and passing `'url' => ['?' => ['foo' => 'bar']]` into the options of its `first()`, `prev()`, `next()`, and `last()` buttons.
### What happened
`pre... | defect | paginatorhelper not merging url parameters correctly this is an apparent bug in cakephp what i did i m using the paginatorhelper in cakephp and passing url into the options of its first prev next and last buttons what happened prev and next are fo... | 1 |
24,858 | 4,113,258,746 | IssuesEvent | 2016-06-07 13:36:25 | MassGIS/morisoliver | https://api.github.com/repos/MassGIS/morisoliver | closed | Add ability to have legend for tiled layer (tileset) | auto-migrated cache Legend Priority-High Priority_5 tile Type-Defect | ```
Currently if a layer is added which is type="tiled_overlay" in the folderset,
no legend is able to be drawn. Users currently rely on the metadata to see any
information about the tileset. However, for a simple layer it would be good to
have a legend. Can we add an optional hardcoded value legend parameter such... | 1.0 | Add ability to have legend for tiled layer (tileset) - ```
Currently if a layer is added which is type="tiled_overlay" in the folderset,
no legend is able to be drawn. Users currently rely on the metadata to see any
information about the tileset. However, for a simple layer it would be good to
have a legend. Can w... | defect | add ability to have legend for tiled layer tileset currently if a layer is added which is type tiled overlay in the folderset no legend is able to be drawn users currently rely on the metadata to see any information about the tileset however for a simple layer it would be good to have a legend can w... | 1 |
57,563 | 14,146,684,794 | IssuesEvent | 2020-11-10 19:36:08 | windows-toolkit/WindowsCommunityToolkit | https://api.github.com/repos/windows-toolkit/WindowsCommunityToolkit | closed | [Testing] Add Analysis for Assembly Sizes | In-PR :rocket: feature request :mailbox_with_mail: maintenance :gear: testing :building_construction: | ## Describe the problem this feature would solve
We should have a bot or something output the sizes of the assemblies so we can track changes to our package sizes and dependencies.
## Describe the solution
I think the key is to figure out how much any particular package adds to the size of an application. However,... | 1.0 | [Testing] Add Analysis for Assembly Sizes - ## Describe the problem this feature would solve
We should have a bot or something output the sizes of the assemblies so we can track changes to our package sizes and dependencies.
## Describe the solution
I think the key is to figure out how much any particular package ... | non_defect | add analysis for assembly sizes describe the problem this feature would solve we should have a bot or something output the sizes of the assemblies so we can track changes to our package sizes and dependencies describe the solution i think the key is to figure out how much any particular package adds to ... | 0 |
42,105 | 10,819,560,468 | IssuesEvent | 2019-11-08 14:38:47 | raz0red/wii-mednafen | https://api.github.com/repos/raz0red/wii-mednafen | closed | New motion plus wiimote turns off when launching the emulator | Priority-Medium Type-Defect auto-migrated | ```
What steps will reproduce the problem?
1. Use a newer motion plus built in wiimote
2. Launch the emulator
3.
What is the expected output? What do you see instead?
Instead of being able to go through the menus and or do anything with the
wiimote it instead shuts off the wiimote and disallows any response from it
... | 1.0 | New motion plus wiimote turns off when launching the emulator - ```
What steps will reproduce the problem?
1. Use a newer motion plus built in wiimote
2. Launch the emulator
3.
What is the expected output? What do you see instead?
Instead of being able to go through the menus and or do anything with the
wiimote it in... | defect | new motion plus wiimote turns off when launching the emulator what steps will reproduce the problem use a newer motion plus built in wiimote launch the emulator what is the expected output what do you see instead instead of being able to go through the menus and or do anything with the wiimote it in... | 1 |
51,711 | 13,211,295,449 | IssuesEvent | 2020-08-15 22:06:56 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | I3VectorI3Particle problem between last release and trunk? (Trac #905) | Incomplete Migration Migrated from Trac combo core defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/905">https://code.icecube.wisc.edu/projects/icecube/ticket/905</a>, reported by martin.leuermannand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-07-07T22:32:33",
"_ts... | 1.0 | I3VectorI3Particle problem between last release and trunk? (Trac #905) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/905">https://code.icecube.wisc.edu/projects/icecube/ticket/905</a>, reported by martin.leuermannand owned by olivas</em></summary>
<p>
```json
{
... | defect | problem between last release and trunk trac migrated from json status closed changetime ts description hi software guys n ni have a small problem using the class with the newest trunk within files keys of generated with the last rele... | 1 |
204,865 | 23,291,777,942 | IssuesEvent | 2022-08-06 01:03:13 | fasttrack-solutions/terraform-provider-kubernetes | https://api.github.com/repos/fasttrack-solutions/terraform-provider-kubernetes | closed | CVE-2019-19794 (Medium) detected in github.com/hashicorp/vault-v1.0.1 - autoclosed | security vulnerability | ## CVE-2019-19794 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/hashicorp/vault-v1.0.1</b></p></summary>
<p>A tool for secrets management, encryption as a service, and p... | True | CVE-2019-19794 (Medium) detected in github.com/hashicorp/vault-v1.0.1 - autoclosed - ## CVE-2019-19794 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/hashicorp/vault-v1.0.... | non_defect | cve medium detected in github com hashicorp vault autoclosed cve medium severity vulnerability vulnerable library github com hashicorp vault a tool for secrets management encryption as a service and privileged access management dependency hierarchy github com hashic... | 0 |
291,366 | 25,141,235,731 | IssuesEvent | 2022-11-09 23:22:35 | microsoft/AzureStorageExplorer | https://api.github.com/repos/microsoft/AzureStorageExplorer | closed | The blob tags can be edited in one secondary blob container | :heavy_check_mark: merged 🧪 testing :gear: blobs :beetle: regression | **Storage Explorer Version:** 1.27.0-dev
**Build Number:** 20221102.1
**Branch:** main
**Platform/OS:** Windows 10/Linux Ubuntu 22.04/MacOS Ventura 13.0 (Apple M1 Pro)
**Architecture:** ia32/x64
**How Found:** From running test cases
**Regression From:** Previous release (1.26.1)
## Steps to Reproduce ##
1. E... | 1.0 | The blob tags can be edited in one secondary blob container - **Storage Explorer Version:** 1.27.0-dev
**Build Number:** 20221102.1
**Branch:** main
**Platform/OS:** Windows 10/Linux Ubuntu 22.04/MacOS Ventura 13.0 (Apple M1 Pro)
**Architecture:** ia32/x64
**How Found:** From running test cases
**Regression From:... | non_defect | the blob tags can be edited in one secondary blob container storage explorer version dev build number branch main platform os windows linux ubuntu macos ventura apple pro architecture how found from running test cases regression from previous releas... | 0 |
44,363 | 12,120,791,355 | IssuesEvent | 2020-04-22 08:16:18 | cf-convention/cf-conventions | https://api.github.com/repos/cf-convention/cf-conventions | opened | udunits supports ppm, but documentation states it does not | defect | # Title
udunits supports ppm, but documentation states it does not
# Moderator
None at the moment
# Requirement Summary
The documentation states that udunits does not support dimensionless ratios like parts-per-million. But udunits does support such units.
# Technical Proposal Summary
Change sentence to st... | 1.0 | udunits supports ppm, but documentation states it does not - # Title
udunits supports ppm, but documentation states it does not
# Moderator
None at the moment
# Requirement Summary
The documentation states that udunits does not support dimensionless ratios like parts-per-million. But udunits does support such ... | defect | udunits supports ppm but documentation states it does not title udunits supports ppm but documentation states it does not moderator none at the moment requirement summary the documentation states that udunits does not support dimensionless ratios like parts per million but udunits does support such ... | 1 |
423,835 | 28,961,896,071 | IssuesEvent | 2023-05-10 03:45:29 | NVIDIA/spark-rapids | https://api.github.com/repos/NVIDIA/spark-rapids | closed | [DOC] Reference workspace in the databricks init script configuration doc | documentation | ## Report incorrect documentation
**Location of incorrect documentation**
https://github.com/NVIDIA/spark-rapids/blob/54f77b084a6b23b68af5e980d0161cf8f4ef1f1a/docs/get-started/getting-started-databricks.md?plain=1#L101-L102
**Describe the problems or issues found in the documentation**
Usage of dbfs for init sc... | 1.0 | [DOC] Reference workspace in the databricks init script configuration doc - ## Report incorrect documentation
**Location of incorrect documentation**
https://github.com/NVIDIA/spark-rapids/blob/54f77b084a6b23b68af5e980d0161cf8f4ef1f1a/docs/get-started/getting-started-databricks.md?plain=1#L101-L102
**Describe t... | non_defect | reference workspace in the databricks init script configuration doc report incorrect documentation location of incorrect documentation describe the problems or issues found in the documentation usage of dbfs for init scripts is deprecated warning databricks scans the reserved location ... | 0 |
285,696 | 31,155,120,189 | IssuesEvent | 2023-08-16 12:40:48 | Trinadh465/linux-4.1.15_CVE-2018-5873 | https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2018-5873 | opened | CVE-2023-1670 (High) detected in fedorav4.4 | Mend: dependency security vulnerability | ## CVE-2023-1670 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>fedorav4.4</b></p></summary>
<p>
<p>Fedora kernel git tree</p>
<p>Library home page: <a href=https://git.kernel.org/pub... | True | CVE-2023-1670 (High) detected in fedorav4.4 - ## CVE-2023-1670 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>fedorav4.4</b></p></summary>
<p>
<p>Fedora kernel git tree</p>
<p>Library... | non_defect | cve high detected in cve high severity vulnerability vulnerable library fedora kernel git tree library home page a href found in head commit a href found in base branch main vulnerable source files drivers net ethernet xircom cs c ... | 0 |
80,645 | 30,460,440,718 | IssuesEvent | 2023-07-17 06:21:39 | line/armeria | https://api.github.com/repos/line/armeria | opened | Spring integration using Jetty opens a port event when `server.port: -1` | defect | Spring integration using `JettyService` opens a port even when `server.port: -1` is specified.
It's because `JettyServletWebServerFactory` sets the port with `0` when `-1` is specfied.
https://github.com/spring-projects/spring-boot/blob/3e4a9f5204ee2fe989583b17b77d8dab8558282a/spring-boot-project/spring-boot/src/main... | 1.0 | Spring integration using Jetty opens a port event when `server.port: -1` - Spring integration using `JettyService` opens a port even when `server.port: -1` is specified.
It's because `JettyServletWebServerFactory` sets the port with `0` when `-1` is specfied.
https://github.com/spring-projects/spring-boot/blob/3e4a9f... | defect | spring integration using jetty opens a port event when server port spring integration using jettyservice opens a port even when server port is specified it s because jettyservletwebserverfactory sets the port with when is specfied we should override the getwebserver and fix it for co... | 1 |
60,100 | 17,023,335,318 | IssuesEvent | 2021-07-03 01:29:34 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Windows installer doesn't work | Component: merkaartor Priority: blocker Resolution: invalid Type: defect | **[Submitted to the original trac issue database at 3.52pm, Friday, 19th December 2008]**
When starting the Windows installer of Merkaartor 0.12, after accepting the license, a popup window opens, saying "Please wait while the installer finishes determining your disk space requirements." The only button "Return" takes... | 1.0 | Windows installer doesn't work - **[Submitted to the original trac issue database at 3.52pm, Friday, 19th December 2008]**
When starting the Windows installer of Merkaartor 0.12, after accepting the license, a popup window opens, saying "Please wait while the installer finishes determining your disk space requirements... | defect | windows installer doesn t work when starting the windows installer of merkaartor after accepting the license a popup window opens saying please wait while the installer finishes determining your disk space requirements the only button return takes me back to the license nothing happens any more th... | 1 |
69,763 | 22,646,256,996 | IssuesEvent | 2022-07-01 09:00:20 | dkfans/keeperfx | https://api.github.com/repos/dkfans/keeperfx | closed | Giving power availability in a script loop gives errors | Type-Defect Component-Scripts | Take this script example:
```
IF(PLAYER0,IMP > 10)
NEXT_COMMAND_REUSABLE
MAGIC_AVAILABLE(PLAYER0,POWER_IMP,0,0)
ENDIF
IF(PLAYER0,IMP <= 10)
NEXT_COMMAND_REUSABLE
MAGIC_AVAILABLE(PLAYER0,POWER_IMP,1,1)
ENDIF
```
This is a valid script, giving the player access to a spell in some cases, not in others. Howe... | 1.0 | Giving power availability in a script loop gives errors - Take this script example:
```
IF(PLAYER0,IMP > 10)
NEXT_COMMAND_REUSABLE
MAGIC_AVAILABLE(PLAYER0,POWER_IMP,0,0)
ENDIF
IF(PLAYER0,IMP <= 10)
NEXT_COMMAND_REUSABLE
MAGIC_AVAILABLE(PLAYER0,POWER_IMP,1,1)
ENDIF
```
This is a valid script, giving the p... | defect | giving power availability in a script loop gives errors take this script example if imp next command reusable magic available power imp endif if imp next command reusable magic available power imp endif this is a valid script giving the player access to a spell in... | 1 |
73,697 | 24,758,910,728 | IssuesEvent | 2022-10-21 20:52:08 | matrix-org/matrix-public-archive | https://api.github.com/repos/matrix-org/matrix-public-archive | closed | Pagination links do not account for homeserver selection (query parameters lost) | T-Defect A-room-directory | Pagination links do not account for homeserver selection (query parameters lost)
If you visit, `/?search=test&homeserver=foo.bar`, the **Previous**/**Next** pagintion links will be `/?search=test&page=xxx` and account for `search` but not `homeserver`. Need to better ensure that query parameters aren't lost. | 1.0 | Pagination links do not account for homeserver selection (query parameters lost) - Pagination links do not account for homeserver selection (query parameters lost)
If you visit, `/?search=test&homeserver=foo.bar`, the **Previous**/**Next** pagintion links will be `/?search=test&page=xxx` and account for `search` but... | defect | pagination links do not account for homeserver selection query parameters lost pagination links do not account for homeserver selection query parameters lost if you visit search test homeserver foo bar the previous next pagintion links will be search test page xxx and account for search but... | 1 |
260,196 | 8,204,928,823 | IssuesEvent | 2018-09-03 08:30:06 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | reiseauskunft.bahn.de - design is broken | browser-firefox priority-important type-symantec-distrust | <!-- @browser: Firefox 63.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://reiseauskunft.bahn.de/bin/query.exe/dn?revia=yes&existOptimizePrice=1&country=DEU&dbkanal_007=L01_S01_D001_KIN0001_qf-bahn-svb-kl2_lz03&st... | 1.0 | reiseauskunft.bahn.de - design is broken - <!-- @browser: Firefox 63.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://reiseauskunft.bahn.de/bin/query.exe/dn?revia=yes&existOptimizePrice=1&country=DEU&dbkanal_007=L... | non_defect | reiseauskunft bahn de design is broken url browser version firefox operating system linux tested another browser yes problem type design is broken description there is no css preventing the user to use the website steps to reproduce try to buy a ticket br... | 0 |
53,216 | 13,261,190,088 | IssuesEvent | 2020-08-20 19:26:48 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | slc-veto: ‘GetMostEnergeticPrimary’ is not a member of ‘I3MCTreeUtils’ (Trac #976) | Migrated from Trac defect other | While building slc-veto, from http://code.icecube.wisc.edu/svn/sandbox/koskinen/slc-veto in rev. 132417, these two errors appear:
```text
/data/user/chraab/icerec-trunk/src/slc-veto/private/slc-veto/Q_Box.cxx: In
member function ‘virtual void Q_Box::Physics(I3FramePtr)’:
/data/user/chraab/icerec-trunk/src/slc-vet... | 1.0 | slc-veto: ‘GetMostEnergeticPrimary’ is not a member of ‘I3MCTreeUtils’ (Trac #976) - While building slc-veto, from http://code.icecube.wisc.edu/svn/sandbox/koskinen/slc-veto in rev. 132417, these two errors appear:
```text
/data/user/chraab/icerec-trunk/src/slc-veto/private/slc-veto/Q_Box.cxx: In
member function ... | defect | slc veto ‘getmostenergeticprimary’ is not a member of ‘ ’ trac while building slc veto from in rev these two errors appear text data user chraab icerec trunk src slc veto private slc veto q box cxx in member function ‘virtual void q box physics ’ data user chraab icerec trunk src slc vet... | 1 |
644,228 | 20,970,699,871 | IssuesEvent | 2022-03-28 11:05:21 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | closed | Custom Policies link is shown to tenant admins in the admin portal card view | Type/Bug Priority/Normal APIM - 4.1.0 | ### Description:
The above issue should be fixed. It should be shown only to the super tenant. | 1.0 | Custom Policies link is shown to tenant admins in the admin portal card view - ### Description:
The above issue should be fixed. It should be shown only to the super tenant. | non_defect | custom policies link is shown to tenant admins in the admin portal card view description the above issue should be fixed it should be shown only to the super tenant | 0 |
76,410 | 26,413,967,057 | IssuesEvent | 2023-01-13 14:31:58 | zed-industries/feedback | https://api.github.com/repos/zed-industries/feedback | opened | ESC doesn't close any pop-up windows (buffer symbols, command palette, …) in vim mode | defect triage | ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
1. Enable the vim mode
2. Open the outline view, press the key ESC, we see the cursor turns into normal mode.
https://user-images.githubusercontent.com/40336192/212344250-575ec4cf-dafc-45d5-86b5-f460c9c97617.mov
... | 1.0 | ESC doesn't close any pop-up windows (buffer symbols, command palette, …) in vim mode - ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
1. Enable the vim mode
2. Open the outline view, press the key ESC, we see the cursor turns into normal mode.
https://user-... | defect | esc doesn t close any pop up windows buffer symbols command palette … in vim mode check for existing issues completed describe the bug provide steps to reproduce it enable the vim mode open the outline view press the key esc we see the cursor turns into normal mode but you ca... | 1 |
187,683 | 14,429,064,164 | IssuesEvent | 2020-12-06 12:43:16 | kalexmills/github-vet-tests-dec2020 | https://api.github.com/repos/kalexmills/github-vet-tests-dec2020 | closed | Agzs/ethereum-bft: src/github.com/getamis/istanbul-tools/vendor/github.com/prometheus/prometheus/storage/local/storage_test.go; 6 LoC | fresh test tiny |
Found a possible issue in [Agzs/ethereum-bft](https://www.github.com/Agzs/ethereum-bft) at [src/github.com/getamis/istanbul-tools/vendor/github.com/prometheus/prometheus/storage/local/storage_test.go](https://github.com/Agzs/ethereum-bft/blob/50558139fb10b4f47122f6716e8e2e1371770ef4/src/github.com/getamis/istanbul-too... | 1.0 | Agzs/ethereum-bft: src/github.com/getamis/istanbul-tools/vendor/github.com/prometheus/prometheus/storage/local/storage_test.go; 6 LoC -
Found a possible issue in [Agzs/ethereum-bft](https://www.github.com/Agzs/ethereum-bft) at [src/github.com/getamis/istanbul-tools/vendor/github.com/prometheus/prometheus/storage/local... | non_defect | agzs ethereum bft src github com getamis istanbul tools vendor github com prometheus prometheus storage local storage test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please... | 0 |
354,263 | 25,157,665,183 | IssuesEvent | 2022-11-10 14:40:01 | honeycombio/examples | https://api.github.com/repos/honeycombio/examples | closed | Replace with an index of locallized examples | type: documentation | Many examples in this repo are out of date and no longer work with newer versions of our SDKs.
Our long-term plan is to have examples co-located with their SDKs, which we are already moving towards.
Remove examples from this repo, and either move them if they work, or add an issue to add such a working example in... | 1.0 | Replace with an index of locallized examples - Many examples in this repo are out of date and no longer work with newer versions of our SDKs.
Our long-term plan is to have examples co-located with their SDKs, which we are already moving towards.
Remove examples from this repo, and either move them if they work, o... | non_defect | replace with an index of locallized examples many examples in this repo are out of date and no longer work with newer versions of our sdks our long term plan is to have examples co located with their sdks which we are already moving towards remove examples from this repo and either move them if they work o... | 0 |
406,317 | 11,889,972,022 | IssuesEvent | 2020-03-28 16:14:38 | bitwizeshift/BackportCpp | https://api.github.com/repos/bitwizeshift/BackportCpp | closed | Add "make_reverse_iterator" | Complexity: Low Good First Issue Priority: Medium Status: Available Type: Request | ### Checklist
- [x] I did not find a duplicate of this feature request in the Github Issues section.
----------
### Description
`std::make_reverse_iterator` was an omission from the C++11 standard that was introduced in
the C++14 standard. This simply deduces the underlying type, returning the iterator.
... | 1.0 | Add "make_reverse_iterator" - ### Checklist
- [x] I did not find a duplicate of this feature request in the Github Issues section.
----------
### Description
`std::make_reverse_iterator` was an omission from the C++11 standard that was introduced in
the C++14 standard. This simply deduces the underlying ty... | non_defect | add make reverse iterator checklist i did not find a duplicate of this feature request in the github issues section description std make reverse iterator was an omission from the c standard that was introduced in the c standard this simply deduces the underlying type ... | 0 |
14,446 | 2,812,163,566 | IssuesEvent | 2015-05-18 06:27:13 | minux/go-tour | https://api.github.com/repos/minux/go-tour | closed | update link to "Go's Declaration Syntax" article | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Open the page: http://tour.golang.org/basics/4
2. Click on the link with text: article on Go's declaration syntax
3. The link is pointing to:
http://golang.org/doc/articles/gos_declaration_syntax.html
4. The link is redirecting to new location:
http://blog.golang.org/gos-... | 1.0 | update link to "Go's Declaration Syntax" article - ```
What steps will reproduce the problem?
1. Open the page: http://tour.golang.org/basics/4
2. Click on the link with text: article on Go's declaration syntax
3. The link is pointing to:
http://golang.org/doc/articles/gos_declaration_syntax.html
4. The link is redire... | defect | update link to go s declaration syntax article what steps will reproduce the problem open the page click on the link with text article on go s declaration syntax the link is pointing to the link is redirecting to new location what is the expected output what do you see instead the l... | 1 |
9,864 | 2,616,004,454 | IssuesEvent | 2015-03-02 00:49:07 | jasonhall/bwapi | https://api.github.com/repos/jasonhall/bwapi | closed | Map upgrades | auto-migrated Priority-Medium Type-Defect | ```
Map upgrades
1) Map the upgrade type (name, cost, time)
2) Map upgrade progress for current player (not researched, in progress, level)
```
Original issue reported on code.google.com by `kovarex` on 16 Jun 2008 at 11:08 | 1.0 | Map upgrades - ```
Map upgrades
1) Map the upgrade type (name, cost, time)
2) Map upgrade progress for current player (not researched, in progress, level)
```
Original issue reported on code.google.com by `kovarex` on 16 Jun 2008 at 11:08 | defect | map upgrades map upgrades map the upgrade type name cost time map upgrade progress for current player not researched in progress level original issue reported on code google com by kovarex on jun at | 1 |
120,704 | 15,795,979,680 | IssuesEvent | 2021-04-02 14:07:36 | pnp/sp-dev-fx-controls-react | https://api.github.com/repos/pnp/sp-dev-fx-controls-react | closed | TreeView - onSelect on click of text of node does not highlight or set background color to selected node. | status:by-design | #### Category
[x] Enhancement
[x] Bug
[x] Question
#### Version
Please specify what version of the library you are using: [2.4.0]
#### Expected / Desired Behavior / Question
#### Observed Behavior
On click of tree node text onSelect does not highlight or set background color. If clicked on blank spa... | 1.0 | TreeView - onSelect on click of text of node does not highlight or set background color to selected node. - #### Category
[x] Enhancement
[x] Bug
[x] Question
#### Version
Please specify what version of the library you are using: [2.4.0]
#### Expected / Desired Behavior / Question
#### Observed Behav... | non_defect | treeview onselect on click of text of node does not highlight or set background color to selected node category enhancement bug question version please specify what version of the library you are using expected desired behavior question observed behavior on clic... | 0 |
14,024 | 2,789,856,929 | IssuesEvent | 2015-05-08 21:57:29 | google/google-visualization-api-issues | https://api.github.com/repos/google/google-visualization-api-issues | closed | Geomap Marker Map Style Broken in New Release | Priority-High Type-Defect | Original [issue 318](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=318) created by orwant on 2010-06-19T17:24:24.000Z:
The Marker style Geomap is broken in the June 16 release. No markers display at all on the map.
This is even broken in the API documentation - Check the Visualization A... | 1.0 | Geomap Marker Map Style Broken in New Release - Original [issue 318](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=318) created by orwant on 2010-06-19T17:24:24.000Z:
The Marker style Geomap is broken in the June 16 release. No markers display at all on the map.
This is even broken in t... | defect | geomap marker map style broken in new release original created by orwant on the marker style geomap is broken in the june release no markers display at all on the map this is even broken in the api documentation check the visualization api examples of a marker map at also us metro reg... | 1 |
29,488 | 5,697,668,466 | IssuesEvent | 2017-04-17 00:04:38 | i2p/i2p.i2p-bote | https://api.github.com/repos/i2p/i2p.i2p-bote | closed | Bote: Nicer Error page (Trac #1367) | apps/plugins defect Migrated from Trac str4d | When clicking on a mail in e.g. outbox in order to read it, after it has been moved by Bote to sent folder, you get an NPE.
A screen saying the mail could not be found and was likely moved would look nicer. with a link back to inbox.
HTTP ERROR 500
Problem accessing /i2pbote/showEmail.jsp. Reason:
Server Error
... | 1.0 | Bote: Nicer Error page (Trac #1367) - When clicking on a mail in e.g. outbox in order to read it, after it has been moved by Bote to sent folder, you get an NPE.
A screen saying the mail could not be found and was likely moved would look nicer. with a link back to inbox.
HTTP ERROR 500
Problem accessing /i2pbote/show... | defect | bote nicer error page trac when clicking on a mail in e g outbox in order to read it after it has been moved by bote to sent folder you get an npe a screen saying the mail could not be found and was likely moved would look nicer with a link back to inbox http error problem accessing showemail jsp ... | 1 |
591,444 | 17,840,258,033 | IssuesEvent | 2021-09-03 09:09:04 | googleapis/python-translate | https://api.github.com/repos/googleapis/python-translate | opened | hybrid_glossaries.hybrid_tutorial_test: test_translate_standard failed | type: bug priority: p1 flakybot: issue | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: a1dcd34f3ec4b25f8d4f910816a6aba4bc1c08a4
b... | 1.0 | hybrid_glossaries.hybrid_tutorial_test: test_translate_standard failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will ... | non_defect | hybrid glossaries hybrid tutorial test test translate standard failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output args contents bonjou... | 0 |
29,343 | 5,657,022,057 | IssuesEvent | 2017-04-10 05:04:32 | BonjourMonica/ccdsp | https://api.github.com/repos/BonjourMonica/ccdsp | opened | New issue regarding sign in ccdsp from Chrome browser | bug Critical defect | Please refer to the comments from Claudia from Slack | 1.0 | New issue regarding sign in ccdsp from Chrome browser - Please refer to the comments from Claudia from Slack | defect | new issue regarding sign in ccdsp from chrome browser please refer to the comments from claudia from slack | 1 |
26,237 | 4,641,000,383 | IssuesEvent | 2016-09-30 01:46:21 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Bug - with caching Cell::render() returns the same results on multiple calls with different templates | Defect view | While reading the code and planning how we might back-port view cells to 2.x (see #8569), my colleague @ascii-soup and I found what we think is a bug. Please confirm if this is indeed a bug.
```php
//where $cell is an instance of Cell with caching enabled
echo $cell->render("some_template");
echo $cell->render("s... | 1.0 | Bug - with caching Cell::render() returns the same results on multiple calls with different templates - While reading the code and planning how we might back-port view cells to 2.x (see #8569), my colleague @ascii-soup and I found what we think is a bug. Please confirm if this is indeed a bug.
```php
//where $cell ... | defect | bug with caching cell render returns the same results on multiple calls with different templates while reading the code and planning how we might back port view cells to x see my colleague ascii soup and i found what we think is a bug please confirm if this is indeed a bug php where cell is ... | 1 |
70,993 | 23,396,746,602 | IssuesEvent | 2022-08-12 01:04:17 | openslide/openslide | https://api.github.com/repos/openslide/openslide | closed | CI ignores test suite failures | defect ci | CI in this repo currently sets `continue-on-error: true` when running `./driver run` due to some macOS test failures. As a result, failing tests aren't obvious from the summary view; they're only visible in the log. | 1.0 | CI ignores test suite failures - CI in this repo currently sets `continue-on-error: true` when running `./driver run` due to some macOS test failures. As a result, failing tests aren't obvious from the summary view; they're only visible in the log. | defect | ci ignores test suite failures ci in this repo currently sets continue on error true when running driver run due to some macos test failures as a result failing tests aren t obvious from the summary view they re only visible in the log | 1 |
1,659 | 2,603,969,082 | IssuesEvent | 2015-02-24 18:59:48 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳治疱疹要多少钱 | auto-migrated Priority-Medium Type-Defect | ```
沈阳治疱疹要多少钱〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com by `q964105.... | 1.0 | 沈阳治疱疹要多少钱 - ```
沈阳治疱疹要多少钱〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com ... | defect | 沈阳治疱疹要多少钱 沈阳治疱疹要多少钱〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at | 1 |
296,756 | 25,573,962,796 | IssuesEvent | 2022-11-30 20:14:10 | tillsteinbach/VWsFriend | https://api.github.com/repos/tillsteinbach/VWsFriend | closed | Trips stop saving until restart | bug in testing | I just noticed that the trips are stopping being monitored and saved into the database util I restart VWsFriend (either a restart of the docker container, or using /restart route). No errors in the logs - or didn't found the correct error log file.
I've got a VW Golf GTE from 2020, which only sends data to the app d... | 1.0 | Trips stop saving until restart - I just noticed that the trips are stopping being monitored and saved into the database util I restart VWsFriend (either a restart of the docker container, or using /restart route). No errors in the logs - or didn't found the correct error log file.
I've got a VW Golf GTE from 2020, ... | non_defect | trips stop saving until restart i just noticed that the trips are stopping being monitored and saved into the database util i restart vwsfriend either a restart of the docker container or using restart route no errors in the logs or didn t found the correct error log file i ve got a vw golf gte from whi... | 0 |
324,531 | 24,005,835,694 | IssuesEvent | 2022-09-14 14:44:44 | emotion-js/emotion | https://api.github.com/repos/emotion-js/emotion | opened | How to use Babel Macros in production builds | needs triage documentation | I am using this `.babelrc` config:
`
{
"presets": ["next/babel"],
"plugins": ["babel-plugin-macros", "@emotion/babel-plugin", "inline-react-svg"]
}
`
I would like to keep class-names in production and could not find how to do it in the docs.
In production I get hashed class names
Thank you | 1.0 | How to use Babel Macros in production builds - I am using this `.babelrc` config:
`
{
"presets": ["next/babel"],
"plugins": ["babel-plugin-macros", "@emotion/babel-plugin", "inline-react-svg"]
}
`
I would like to keep class-names in production and could not find how to do it in the docs.
In production I g... | non_defect | how to use babel macros in production builds i am using this babelrc config presets plugins i would like to keep class names in production and could not find how to do it in the docs in production i get hashed class names thank you | 0 |
64,914 | 26,910,821,041 | IssuesEvent | 2023-02-06 23:30:23 | hashicorp/terraform-provider-azurerm | https://api.github.com/repos/hashicorp/terraform-provider-azurerm | closed | Firewall policy: order matters for "rule_group_override" blocks | bug service/web-app | ### 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 | Firewall policy: order matters for "rule_group_override" blocks - ### 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 | firewall policy order matters for rule group override blocks 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 ple... | 0 |
67,541 | 20,987,012,771 | IssuesEvent | 2022-03-29 05:03:05 | E1337Kat/cyberpunk2077_ext_redux | https://api.github.com/repos/E1337Kat/cyberpunk2077_ext_redux | opened | Fix Cross-Platform Path Handling | defect quality | Minor, but it looks like OS X actually does something different in `path`. Might be enough to just switch all non-joining `join()`s into `normalize()`s. | 1.0 | Fix Cross-Platform Path Handling - Minor, but it looks like OS X actually does something different in `path`. Might be enough to just switch all non-joining `join()`s into `normalize()`s. | defect | fix cross platform path handling minor but it looks like os x actually does something different in path might be enough to just switch all non joining join s into normalize s | 1 |
361,618 | 10,711,705,233 | IssuesEvent | 2019-10-25 07:13:20 | unep-grid/map-x-mgl | https://api.github.com/repos/unep-grid/map-x-mgl | closed | Download tool for raster views | feature request priority 1 | - [x] Add field in the configuration window of raster views where the URL for downloading raster layers can be manually entered. The field could be named "Link to download data".
- [x] Add download button to raster views and associate it to the URL in aforesaid field.
- [x] If aforesaid field is empty, the user shoul... | 1.0 | Download tool for raster views - - [x] Add field in the configuration window of raster views where the URL for downloading raster layers can be manually entered. The field could be named "Link to download data".
- [x] Add download button to raster views and associate it to the URL in aforesaid field.
- [x] If aforesa... | non_defect | download tool for raster views add field in the configuration window of raster views where the url for downloading raster layers can be manually entered the field could be named link to download data add download button to raster views and associate it to the url in aforesaid field if aforesaid fie... | 0 |
30,542 | 6,154,385,976 | IssuesEvent | 2017-06-28 12:33:53 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Calendar clicking on button icon not opening calendar IE9/IE10 | defect | <!--
- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING.
- IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours.
-->
**I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github fo... | 1.0 | Calendar clicking on button icon not opening calendar IE9/IE10 - <!--
- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING.
- IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours.
-->
**I'm submitting a ...... | defect | calendar clicking on button icon not opening calendar if you don t fill out the following information we might close your issue without investigating if you d like to secure our response you may consider primeng pro support where support is provided within hours i m submitting a ... | 1 |
539,238 | 15,785,747,731 | IssuesEvent | 2021-04-01 16:45:35 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | closed | Remove unused analytics configuration UI from devportal and publisher | API-M 4.0.0 Priority/Normal REST APIs React-UI Type/Bug | ### Description:
<!-- Describe the issue -->
### Steps to reproduce:

and

shou... | 1.0 | Remove unused analytics configuration UI from devportal and publisher - ### Description:
<!-- Describe the issue -->
### Steps to reproduce:

and
 | I3Db Incomplete Migration Migrated from Trac defect | Migrated from https://code.icecube.wisc.edu/ticket/220
```json
{
"status": "closed",
"changetime": "2012-07-04T09:30:22",
"description": "At run change, D (detector status), C (calibration) and G(geometry) should be\nflushed and refetched from DB in the GCDDispatch process. \n\nThis definitely works ok ... | 1.0 | GCDDispatch or I3Db still caching C frames across run changes (Trac #220) - Migrated from https://code.icecube.wisc.edu/ticket/220
```json
{
"status": "closed",
"changetime": "2012-07-04T09:30:22",
"description": "At run change, D (detector status), C (calibration) and G(geometry) should be\nflushed and ... | defect | gcddispatch or still caching c frames across run changes trac migrated from json status closed changetime description at run change d detector status c calibration and g geometry should be nflushed and refetched from db in the gcddispatch process n nthi... | 1 |
10,275 | 2,622,140,347 | IssuesEvent | 2015-03-04 00:01:45 | byzhang/spserver | https://api.github.com/repos/byzhang/spserver | closed | 问题????? | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. 初始化AF_UNIX流fds[0], fds[1];
2.
使用libevent接口,为fds[0],注册EV_READ和EV_WRITE事件callback函数e
vread,
evwrite,其中evread将数据从fd中读取出来,evwrite不做任何与fd��
�关的事情。
3. 向fds[1]中write字符串"54321".
4. 连续调用libevent接口event_base_loop( mEventBase, EVLOOP_ONCE )三次。
问题:
为什么 write 事件的callback函数evwrite被调用了三... | 1.0 | 问题????? - ```
What steps will reproduce the problem?
1. 初始化AF_UNIX流fds[0], fds[1];
2.
使用libevent接口,为fds[0],注册EV_READ和EV_WRITE事件callback函数e
vread,
evwrite,其中evread将数据从fd中读取出来,evwrite不做任何与fd��
�关的事情。
3. 向fds[1]中write字符串"54321".
4. 连续调用libevent接口event_base_loop( mEventBase, EVLOOP_ONCE )三次。
问题:
为什么 write 事件的callback函数ev... | defect | 问题????? what steps will reproduce the problem 初始化af unix流fds fds 使用libevent接口,为fds ,注册ev read和ev write事件callback函数e vread, evwrite,其中evread将数据从fd中读取出来,evwrite不做任何与fd�� �关的事情。 向fds 中write字符串 连续调用libevent接口event base loop meventbase evloop once 三次。 问题: 为什么 write 事件的callback函数evwrite被调用了三次。... | 1 |
67,622 | 8,154,650,107 | IssuesEvent | 2018-08-23 04:35:12 | GDGCochabamba/devfest-site | https://api.github.com/repos/GDGCochabamba/devfest-site | opened | Edit What to do in Lviv -> Cochabamba | design traslation | Edit /blog/posts/what-to-do-in-lviv content and adapt it to Cochabamba (in Spanish) | 1.0 | Edit What to do in Lviv -> Cochabamba - Edit /blog/posts/what-to-do-in-lviv content and adapt it to Cochabamba (in Spanish) | non_defect | edit what to do in lviv cochabamba edit blog posts what to do in lviv content and adapt it to cochabamba in spanish | 0 |
16,394 | 2,891,297,145 | IssuesEvent | 2015-06-15 03:10:12 | PopulationAndCommunityOntology/pco | https://api.github.com/repos/PopulationAndCommunityOntology/pco | opened | Symbiotic relationships between viruses and other entities | auto-migrated Priority-Medium Type-Defect | <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Thursday Jun 11, 2015 at 23:48 GMT_
_Originally opened as https://github.com... | 1.0 | Symbiotic relationships between viruses and other entities - <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Thursday Jun 11... | defect | symbiotic relationships between viruses and other entities issue by thursday jun at gmt originally opened as from david s presentation at the pco workshop examples of symbiosis between viruses which do require and additional interaction with a host satellites in general spe... | 1 |
41,437 | 6,905,731,215 | IssuesEvent | 2017-11-27 08:36:48 | Eastrall/Rhisis | https://api.github.com/repos/Eastrall/Rhisis | opened | Setup guides | documentation | We need to write some guides to setup the Rhisis environment.
- [ ] Guide: Setup on Windows
- [ ] Guide: Setup on Debian | 1.0 | Setup guides - We need to write some guides to setup the Rhisis environment.
- [ ] Guide: Setup on Windows
- [ ] Guide: Setup on Debian | non_defect | setup guides we need to write some guides to setup the rhisis environment guide setup on windows guide setup on debian | 0 |
80,412 | 30,276,430,907 | IssuesEvent | 2023-07-07 20:08:57 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | opened | Cache with redis cannot run in the Jobs | defect | ### Description
Code like below:
class GameLivesJob implements JobInterface
{
public function execute(Message $message): ?string
{
// TODO: Implement execute() method.
**Cache::write('testData', '123', 'redisYear'); //cannot run**
return Processor::ACK;
}
}
### CakePHP Ver... | 1.0 | Cache with redis cannot run in the Jobs - ### Description
Code like below:
class GameLivesJob implements JobInterface
{
public function execute(Message $message): ?string
{
// TODO: Implement execute() method.
**Cache::write('testData', '123', 'redisYear'); //cannot run**
return ... | defect | cache with redis cannot run in the jobs description code like below class gamelivesjob implements jobinterface public function execute message message string todo implement execute method cache write testdata redisyear cannot run return pr... | 1 |
258,823 | 27,582,520,147 | IssuesEvent | 2023-03-08 17:09:38 | feemstr/integrations-core-6.0.0 | https://api.github.com/repos/feemstr/integrations-core-6.0.0 | opened | urllib3-1.22-py2.py3-none-any.whl: 6 vulnerabilities (highest severity is: 9.8) | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>urllib3-1.22-py2.py3-none-any.whl</b></p></summary>
<p>HTTP library with thread-safe connection pooling, file post, and more.</p>
<p>Library home page: <a href="https... | True | urllib3-1.22-py2.py3-none-any.whl: 6 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>urllib3-1.22-py2.py3-none-any.whl</b></p></summary>
<p>HTTP library with thread-safe... | non_defect | none any whl vulnerabilities highest severity is vulnerable library none any whl http library with thread safe connection pooling file post and more library home page a href path to dependency file vsphere requirements txt path to vulnerable library vsphere r... | 0 |
735,290 | 25,388,250,187 | IssuesEvent | 2022-11-22 00:27:25 | SkriptLang/Skript | https://api.github.com/repos/SkriptLang/Skript | closed | 1.14 Time played expression throws error | bug priority: medium completed | ### Skript/Server Version
```markdown
[10:37:17] [Render thread/INFO]: [CHAT] [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[10:37:17] [Render thread/INFO]: [CHAT] [Skript] Skript's documentation can be found here: https://skriptlang.github.io/Skript
[10:37:17] [Render thr... | 1.0 | 1.14 Time played expression throws error - ### Skript/Server Version
```markdown
[10:37:17] [Render thread/INFO]: [CHAT] [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[10:37:17] [Render thread/INFO]: [CHAT] [Skript] Skript's documentation can be found here: https://skriptla... | non_defect | time played expression throws error skript server version markdown skript s aliases can be found here skript s documentation can be found here server version git spigot mc skript version installed skript addons hydr... | 0 |
66,251 | 20,104,177,645 | IssuesEvent | 2022-02-07 08:51:58 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | Bug in testSchemaEvolution_fieldAdded | Type: Defect Team: Client Source: Internal Module: Serialization Not Release Notes content | The config variable at https://github.com/hazelcast/hazelcast/blob/418666a8fee534be50bff0b698b872065d17a213/hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/compact/CompactStreamSerializerTest.java#L482 is not used. It should be used like in the test testSchemaEvolution_fieldRemoved | 1.0 | Bug in testSchemaEvolution_fieldAdded - The config variable at https://github.com/hazelcast/hazelcast/blob/418666a8fee534be50bff0b698b872065d17a213/hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/compact/CompactStreamSerializerTest.java#L482 is not used. It should be used like in the test testSchemaEv... | defect | bug in testschemaevolution fieldadded the config variable at is not used it should be used like in the test testschemaevolution fieldremoved | 1 |
14,681 | 2,831,388,442 | IssuesEvent | 2015-05-24 15:53:22 | nobodyguy/dslrdashboard | https://api.github.com/repos/nobodyguy/dslrdashboard | closed | D800 with OpenWRT not recognized | auto-migrated Priority-Medium Type-Defect | ```
D800 and all cameras that I try to connect not recognized.
I use Tplink MR3040 with OpenWRT.
Log from MR3040 when i try to connect from dslrdashboard:
Apr 4 15:18:47 OpenWrt user.info syslog: Incoming client connection
Apr 4 15:18:47 OpenWrt user.info syslog: Awaiting client connection
Apr 4 15:18:47 OpenWrt u... | 1.0 | D800 with OpenWRT not recognized - ```
D800 and all cameras that I try to connect not recognized.
I use Tplink MR3040 with OpenWRT.
Log from MR3040 when i try to connect from dslrdashboard:
Apr 4 15:18:47 OpenWrt user.info syslog: Incoming client connection
Apr 4 15:18:47 OpenWrt user.info syslog: Awaiting client c... | defect | with openwrt not recognized and all cameras that i try to connect not recognized i use tplink with openwrt log from when i try to connect from dslrdashboard apr openwrt user info syslog incoming client connection apr openwrt user info syslog awaiting client connection apr ... | 1 |
502,615 | 14,562,940,876 | IssuesEvent | 2020-12-17 01:15:54 | CCSI-Toolset/FOQUS | https://api.github.com/repos/CCSI-Toolset/FOQUS | closed | OUU: foqusPSUADEClient.bat not included in PyPi package | OUU Priority:Mid | When trying to run OUU on Windows, FOQUS tries to find `foqusPSUADEClient.bat` but it wasn't included in the PyPi package.
@ksbeattie suggests not being OS specific and turn `foqusPSUADEClient` into a command that gets installed by PyPi based on the OS at install time, just like the `foqus` command itself. So Mac, ... | 1.0 | OUU: foqusPSUADEClient.bat not included in PyPi package - When trying to run OUU on Windows, FOQUS tries to find `foqusPSUADEClient.bat` but it wasn't included in the PyPi package.
@ksbeattie suggests not being OS specific and turn `foqusPSUADEClient` into a command that gets installed by PyPi based on the OS at in... | non_defect | ouu foquspsuadeclient bat not included in pypi package when trying to run ouu on windows foqus tries to find foquspsuadeclient bat but it wasn t included in the pypi package ksbeattie suggests not being os specific and turn foquspsuadeclient into a command that gets installed by pypi based on the os at in... | 0 |
203,065 | 23,123,502,536 | IssuesEvent | 2022-07-28 01:31:21 | webc-zss2/traefik | https://api.github.com/repos/webc-zss2/traefik | closed | CVE-2021-35065 (High) detected in glob-parent-3.1.0.tgz, glob-parent-5.1.0.tgz - autoclosed | security vulnerability | ## CVE-2021-35065 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-3.1.0.tgz</b>, <b>glob-parent-5.1.0.tgz</b></p></summary>
<p>
<details><summary><b>glob-parent-3.1.0.tgz... | True | CVE-2021-35065 (High) detected in glob-parent-3.1.0.tgz, glob-parent-5.1.0.tgz - autoclosed - ## CVE-2021-35065 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-3.1.0.tgz</... | non_defect | cve high detected in glob parent tgz glob parent tgz autoclosed cve high severity vulnerability vulnerable libraries glob parent tgz glob parent tgz glob parent tgz strips glob magic from a string to provide the parent directory path library ho... | 0 |
39,809 | 5,140,179,361 | IssuesEvent | 2017-01-12 03:27:23 | metamaps/metamaps | https://api.github.com/repos/metamaps/metamaps | closed | Set map thumbnail to show up for map URL's rich summaries on other sites | beginner friendly design enhancement | ...like FB, twitter, even on Embed.ly. Currently it only shows the profile photo of the creator of the map...
| 1.0 | Set map thumbnail to show up for map URL's rich summaries on other sites - ...like FB, twitter, even on Embed.ly. Currently it only shows the profile photo of the creator of the map...
| non_defect | set map thumbnail to show up for map url s rich summaries on other sites like fb twitter even on embed ly currently it only shows the profile photo of the creator of the map | 0 |
428,837 | 30,013,273,632 | IssuesEvent | 2023-06-26 16:43:20 | TerosTechnology/vscode-terosHDL | https://api.github.com/repos/TerosTechnology/vscode-terosHDL | closed | Schematic viewer does not recognize GHDL on windows. (GHDL + Yosys) | bug documentation schematic | **Describe the bug**
When I start the schematic viewer, the following error is thrown:
```
"C:\Program Files\yosys-win32-mxebin-0.9"\yosys.exe -p "ghdl --std=08 -fsynopsys e:\Code\Res-VHDL\Examples\Clock\clock_tb.vhd -e; proc; opt; write_json teroshdl_yosys_output.json; stat"
ERROR: No such command: ghdl (type 'hel... | 1.0 | Schematic viewer does not recognize GHDL on windows. (GHDL + Yosys) - **Describe the bug**
When I start the schematic viewer, the following error is thrown:
```
"C:\Program Files\yosys-win32-mxebin-0.9"\yosys.exe -p "ghdl --std=08 -fsynopsys e:\Code\Res-VHDL\Examples\Clock\clock_tb.vhd -e; proc; opt; write_json tero... | non_defect | schematic viewer does not recognize ghdl on windows ghdl yosys describe the bug when i start the schematic viewer the following error is thrown c program files yosys mxebin yosys exe p ghdl std fsynopsys e code res vhdl examples clock clock tb vhd e proc opt write json teroshdl ... | 0 |
202,104 | 15,255,965,693 | IssuesEvent | 2021-02-20 18:12:36 | hibernate/hibernate-reactive | https://api.github.com/repos/hibernate/hibernate-reactive | closed | Test lazy fetching of @ElementCollection | good first issue testing | Follows: #44
So far we only have tests for the eager case but we need to check that it also work with `Session#fetch`. | 1.0 | Test lazy fetching of @ElementCollection - Follows: #44
So far we only have tests for the eager case but we need to check that it also work with `Session#fetch`. | non_defect | test lazy fetching of elementcollection follows so far we only have tests for the eager case but we need to check that it also work with session fetch | 0 |
9 | 2,649,574,164 | IssuesEvent | 2015-03-15 01:59:01 | fskreuz/Tree-Trail | https://api.github.com/repos/fskreuz/Tree-Trail | closed | UX Improvement for Add Badge | QA people! Test these! | When Add Badge mode is clicked or if user is in Add Badge mode, Add Badge link should be highlighted and mouse cursor should change to indicate that the user can now add badge anywhere on the map.
On the side window that will show when a location on the map is clicked, a "Cancel" button should also be present. When cl... | 1.0 | UX Improvement for Add Badge - When Add Badge mode is clicked or if user is in Add Badge mode, Add Badge link should be highlighted and mouse cursor should change to indicate that the user can now add badge anywhere on the map.
On the side window that will show when a location on the map is clicked, a "Cancel" button ... | non_defect | ux improvement for add badge when add badge mode is clicked or if user is in add badge mode add badge link should be highlighted and mouse cursor should change to indicate that the user can now add badge anywhere on the map on the side window that will show when a location on the map is clicked a cancel button ... | 0 |
59,084 | 17,015,593,993 | IssuesEvent | 2021-07-02 11:33:12 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | opened | Names of proposed roads shouldn't be displayed | Component: opencyclemap Priority: minor Type: defect | **[Submitted to the original trac issue database at 10.36pm, Sunday, 19th June 2011]**
ways tagged with highway=proposed aren't displayed, but their names are. example: http://osm.org/go/0JhMNANmc-?layers=C
those shouldn't be displayed either. | 1.0 | Names of proposed roads shouldn't be displayed - **[Submitted to the original trac issue database at 10.36pm, Sunday, 19th June 2011]**
ways tagged with highway=proposed aren't displayed, but their names are. example: http://osm.org/go/0JhMNANmc-?layers=C
those shouldn't be displayed either. | defect | names of proposed roads shouldn t be displayed ways tagged with highway proposed aren t displayed but their names are example those shouldn t be displayed either | 1 |
531,163 | 15,442,120,320 | IssuesEvent | 2021-03-08 07:11:51 | octobercms/october | https://api.github.com/repos/octobercms/october | closed | Image Resizer fails if the input image's filename is too long | Priority: Low Type: Bug help wanted | The ImageResizer will fail with
```
file_put_contents(/srv/users/website-oc-newcriterion/apps/website-oc-newcriterion/releases/1611303973/storage/app/resized/0a0/086/dae/florence-flood-november-4-1966-view-from-the-south-bank-of-the-arno-river-florence-italy-the-river-rages-just-beneath-the-stone-arches-of-the-ponte... | 1.0 | Image Resizer fails if the input image's filename is too long - The ImageResizer will fail with
```
file_put_contents(/srv/users/website-oc-newcriterion/apps/website-oc-newcriterion/releases/1611303973/storage/app/resized/0a0/086/dae/florence-flood-november-4-1966-view-from-the-south-bank-of-the-arno-river-florence-... | non_defect | image resizer fails if the input image s filename is too long the imageresizer will fail with file put contents srv users website oc newcriterion apps website oc newcriterion releases storage app resized dae florence flood november view from the south bank of the arno river florence italy the river ... | 0 |
29,470 | 5,694,741,524 | IssuesEvent | 2017-04-15 16:05:44 | PiLoT-/pcgamer-minecraft-server-usa | https://api.github.com/repos/PiLoT-/pcgamer-minecraft-server-usa | closed | BanHammer ban does not kick automatically | auto-migrated Priority-Medium Type-Defect | ```
Use the /bh ban <player> command to ban a player.
When a ban is placed, the player, if logged on, should be kicked. This does not
happen. The mod must issue a /bh kick <player> command after the ban.
```
Original issue reported on code.google.com by `TheQu...@gmail.com` on 19 Dec 2014 at 6:28
| 1.0 | BanHammer ban does not kick automatically - ```
Use the /bh ban <player> command to ban a player.
When a ban is placed, the player, if logged on, should be kicked. This does not
happen. The mod must issue a /bh kick <player> command after the ban.
```
Original issue reported on code.google.com by `TheQu...@gmail.co... | defect | banhammer ban does not kick automatically use the bh ban command to ban a player when a ban is placed the player if logged on should be kicked this does not happen the mod must issue a bh kick command after the ban original issue reported on code google com by thequ gmail com on dec ... | 1 |
176,899 | 21,448,329,853 | IssuesEvent | 2022-04-25 08:49:35 | Satheesh575555/hardware_nxp_nfc_AOSP10_r33 | https://api.github.com/repos/Satheesh575555/hardware_nxp_nfc_AOSP10_r33 | opened | CVE-2020-0153 (Medium) detected in nfcandroid-10.0.0_r1 | security vulnerability | ## CVE-2020-0153 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nfcandroid-10.0.0_r1</b></p></summary>
<p>
<p>Bug: 68716290</p>
<p>Library home page: <a href=https://android.googles... | True | CVE-2020-0153 (Medium) detected in nfcandroid-10.0.0_r1 - ## CVE-2020-0153 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nfcandroid-10.0.0_r1</b></p></summary>
<p>
<p>Bug: 68716290... | non_defect | cve medium detected in nfcandroid cve medium severity vulnerability vulnerable library nfcandroid bug library home page a href found in head commit a href found in base branch master vulnerable source files halimpl hal phnxpn... | 0 |
12,853 | 21,009,851,750 | IssuesEvent | 2022-03-30 04:49:15 | wikispeedruns/wikipedia-speedruns | https://api.github.com/repos/wikispeedruns/wikipedia-speedruns | opened | Add some "end of article" marker for articles | release requirement UI new feature enhancement | Since we parse out many of the references and tables that users normally see at the end of regular wikipedia articles, we can add some simple element to show the end of the article to avoid confusion | 1.0 | Add some "end of article" marker for articles - Since we parse out many of the references and tables that users normally see at the end of regular wikipedia articles, we can add some simple element to show the end of the article to avoid confusion | non_defect | add some end of article marker for articles since we parse out many of the references and tables that users normally see at the end of regular wikipedia articles we can add some simple element to show the end of the article to avoid confusion | 0 |
159,818 | 6,061,926,563 | IssuesEvent | 2017-06-14 08:08:05 | keepassxreboot/keepassxc | https://api.github.com/repos/keepassxreboot/keepassxc | closed | Corrupted database after saving locked db | bug high priority | ## Expected Behavior
Locked database cannot be stored (because it is already locked)
## Current Behavior
KeePassXC asks to store a modified, locked database. If you select "yes", the database is corrupted afterwards.
## Steps to Reproduce (for bugs)
1. Open database from KeePassX2 for the first time
1. Lock d... | 1.0 | Corrupted database after saving locked db - ## Expected Behavior
Locked database cannot be stored (because it is already locked)
## Current Behavior
KeePassXC asks to store a modified, locked database. If you select "yes", the database is corrupted afterwards.
## Steps to Reproduce (for bugs)
1. Open database ... | non_defect | corrupted database after saving locked db expected behavior locked database cannot be stored because it is already locked current behavior keepassxc asks to store a modified locked database if you select yes the database is corrupted afterwards steps to reproduce for bugs open database ... | 0 |
24,787 | 17,775,787,688 | IssuesEvent | 2021-08-30 19:02:08 | google/site-kit-wp | https://api.github.com/repos/google/site-kit-wp | closed | Add viewContext for all top-level React apps | P1 QA: Eng Type: Infrastructure | ## Feature Description
The `Root` component that we use for all top-level React apps has a `viewContext` prop that was introduced initially for providing view/screen context for [feature tours](https://github.com/google/site-kit-wp/issues/2649). It was later also integrated with our `ErrorHandler` (boundary) to prov... | 1.0 | Add viewContext for all top-level React apps - ## Feature Description
The `Root` component that we use for all top-level React apps has a `viewContext` prop that was introduced initially for providing view/screen context for [feature tours](https://github.com/google/site-kit-wp/issues/2649). It was later also integr... | non_defect | add viewcontext for all top level react apps feature description the root component that we use for all top level react apps has a viewcontext prop that was introduced initially for providing view screen context for it was later also integrated with our errorhandler boundary to provide more contextu... | 0 |
284,406 | 21,417,289,898 | IssuesEvent | 2022-04-22 12:14:25 | samchon/nestia | https://api.github.com/repos/samchon/nestia | opened | 아키드로우 TypeScript/프론트 개발자 채용 | documentation enhancement help wanted | 저희 회사 "아키드로우" 에서, 삼촌과 함께 일할 프론트 개발자 분들을, 최고의 대우로 모십니다.
"아키드로우" 는 3D (인테리어) 에디터 및 이에 관한 파생 솔루션들을 만드는 회사입니다. 다만 저희 회사의 주력 제품이 3D 에디터라 하여, 반드시 3D 내지 랜더링에 능숙해야 하는 것은 아니니, 일반적인 프론트 개발자분들도 망설임없이 지원해주십시오.
그리고 저희 회사는 분위기가 다들 친하고 즐겁게 지내는 분위기입니다. 더하여 위 `typescript-json` 이나 [nestia](https://github.com/samchon/nestia) 및 [pay... | 1.0 | 아키드로우 TypeScript/프론트 개발자 채용 - 저희 회사 "아키드로우" 에서, 삼촌과 함께 일할 프론트 개발자 분들을, 최고의 대우로 모십니다.
"아키드로우" 는 3D (인테리어) 에디터 및 이에 관한 파생 솔루션들을 만드는 회사입니다. 다만 저희 회사의 주력 제품이 3D 에디터라 하여, 반드시 3D 내지 랜더링에 능숙해야 하는 것은 아니니, 일반적인 프론트 개발자분들도 망설임없이 지원해주십시오.
그리고 저희 회사는 분위기가 다들 친하고 즐겁게 지내는 분위기입니다. 더하여 위 `typescript-json` 이나 [nestia](https://git... | non_defect | 아키드로우 typescript 프론트 개발자 채용 저희 회사 아키드로우 에서 삼촌과 함께 일할 프론트 개발자 분들을 최고의 대우로 모십니다 아키드로우 는 인테리어 에디터 및 이에 관한 파생 솔루션들을 만드는 회사입니다 다만 저희 회사의 주력 제품이 에디터라 하여 반드시 내지 랜더링에 능숙해야 하는 것은 아니니 일반적인 프론트 개발자분들도 망설임없이 지원해주십시오 그리고 저희 회사는 분위기가 다들 친하고 즐겁게 지내는 분위기입니다 더하여 위 typescript json 이나 및 등 제법 합리적 이... | 0 |
9,282 | 2,615,143,003 | IssuesEvent | 2015-03-01 06:18:14 | chrsmith/html5rocks | https://api.github.com/repos/chrsmith/html5rocks | closed | All non-US national anthems fail to play | auto-migrated Milestone-3 Priority-Medium Slides Type-Defect | ```
In the interactive presentation, on the <audio>/<video> slide, selecting any
national anthem other than "United States" produces no sound.
```
Original issue reported on code.google.com by `pkasting@chromium.org` on 22 Jun 2010 at 11:08 | 1.0 | All non-US national anthems fail to play - ```
In the interactive presentation, on the <audio>/<video> slide, selecting any
national anthem other than "United States" produces no sound.
```
Original issue reported on code.google.com by `pkasting@chromium.org` on 22 Jun 2010 at 11:08 | defect | all non us national anthems fail to play in the interactive presentation on the slide selecting any national anthem other than united states produces no sound original issue reported on code google com by pkasting chromium org on jun at | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.