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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
614,499 | 19,184,357,152 | IssuesEvent | 2021-12-04 23:58:44 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | [commands] conan user is confusing | type: feature stage: queue priority: medium complex: low | `conan user` command has 4 use cases:
- Clean current users of all remotes
- Show the user set for each remote
- Authenticate a new user to a remote
- Change the user of a remote (without authentication)
Currently this is done combining different options and lead to bad user experience as reported in #3172
I... | 1.0 | [commands] conan user is confusing - `conan user` command has 4 use cases:
- Clean current users of all remotes
- Show the user set for each remote
- Authenticate a new user to a remote
- Change the user of a remote (without authentication)
Currently this is done combining different options and lead to bad user ... | non_defect | conan user is confusing conan user command has use cases clean current users of all remotes show the user set for each remote authenticate a new user to a remote change the user of a remote without authentication currently this is done combining different options and lead to bad user experienc... | 0 |
27,745 | 5,093,352,740 | IssuesEvent | 2017-01-03 05:13:53 | googlei18n/noto-fonts | https://api.github.com/repos/googlei18n/noto-fonts | closed | IPA modifier letters half ring, tack, plus and minus sign design issues | Android FIX_TO_BE_VERIFIED Priority-Medium Script-LatinGreekCyrillic Type-Defect | IPA has a few modifier letters as alternative to combining diacritics below, they are meant to be centered between the x-height and the baseline.
In the _Principles of the International Phonetic Association_ 1949, the combining diacritics below are pretty large and the modifier letters have the same size.
![screen sho... | 1.0 | IPA modifier letters half ring, tack, plus and minus sign design issues - IPA has a few modifier letters as alternative to combining diacritics below, they are meant to be centered between the x-height and the baseline.
In the _Principles of the International Phonetic Association_ 1949, the combining diacritics below ... | defect | ipa modifier letters half ring tack plus and minus sign design issues ipa has a few modifier letters as alternative to combining diacritics below they are meant to be centered between the x height and the baseline in the principles of the international phonetic association the combining diacritics below are... | 1 |
539,270 | 15,786,295,210 | IssuesEvent | 2021-04-01 17:32:27 | AY2021S2-CS2103T-T11-2/tp | https://api.github.com/repos/AY2021S2-CS2103T-T11-2/tp | closed | Add to UG ClearCommand#execute | priority.Medium type.Bug | Clear Command:
If you want to clear projects as well,
Add a line for ClearCommand#execute | 1.0 | Add to UG ClearCommand#execute - Clear Command:
If you want to clear projects as well,
Add a line for ClearCommand#execute | non_defect | add to ug clearcommand execute clear command if you want to clear projects as well add a line for clearcommand execute | 0 |
742,039 | 25,833,877,594 | IssuesEvent | 2022-12-12 18:02:45 | jrmedina/deadstock | https://api.github.com/repos/jrmedina/deadstock | closed | Add PropTypes to new MUI Components | feature high priority | - [ ] Drawer
- [ ] Modal
- [ ] Revisit other components to ensure they are also correct | 1.0 | Add PropTypes to new MUI Components - - [ ] Drawer
- [ ] Modal
- [ ] Revisit other components to ensure they are also correct | non_defect | add proptypes to new mui components drawer modal revisit other components to ensure they are also correct | 0 |
16,164 | 6,114,612,853 | IssuesEvent | 2017-06-22 02:01:20 | PowerShell/PowerShell | https://api.github.com/repos/PowerShell/PowerShell | closed | Windows release build artifacts has packages from previous builds | Area-Build | - [x] When browsing the artifacts of the `v6.0.0-beta.3_.001` build, it shows packages from previous builds. The build definition should be updated to clean all directories before starting the build.
- [x] Please also make all maintainers admin of the release builds. | 1.0 | Windows release build artifacts has packages from previous builds - - [x] When browsing the artifacts of the `v6.0.0-beta.3_.001` build, it shows packages from previous builds. The build definition should be updated to clean all directories before starting the build.
- [x] Please also make all maintainers admin of t... | non_defect | windows release build artifacts has packages from previous builds when browsing the artifacts of the beta build it shows packages from previous builds the build definition should be updated to clean all directories before starting the build please also make all maintainers admin of the rele... | 0 |
24,697 | 5,097,377,518 | IssuesEvent | 2017-01-03 21:17:54 | jhipster/generator-jhipster | https://api.github.com/repos/jhipster/generator-jhipster | closed | Running Docker in the docker container fails with Cannot connect to the Docker daemon | documentation feature request needs-discussion | * **Overview of the request**
Add the ability to run docker from within the docker container, in order to successfully execute commands such as from within it:
`./gradlew bootRepackage -Pprod buildDocker`
Note that the docker container is started with:
```
docker run --name jhipster \
-v $(which docke... | 1.0 | Running Docker in the docker container fails with Cannot connect to the Docker daemon - * **Overview of the request**
Add the ability to run docker from within the docker container, in order to successfully execute commands such as from within it:
`./gradlew bootRepackage -Pprod buildDocker`
Note that the dock... | non_defect | running docker in the docker container fails with cannot connect to the docker daemon overview of the request add the ability to run docker from within the docker container in order to successfully execute commands such as from within it gradlew bootrepackage pprod builddocker note that the dock... | 0 |
31,447 | 6,525,801,519 | IssuesEvent | 2017-08-29 17:12:05 | andrewhayden/archive-patcher | https://api.github.com/repos/andrewhayden/archive-patcher | closed | java.lang.IllegalStateException: attempt to use Deflater after calling end | Priority-Medium Type-Defect | When I try the generate a Patch with the Generating a Patch sample code,
The app crash with the the following exception:
`FATAL EXCEPTION: main
Process: com.rotem.deltaupdatepoc2, PID: 6614
... | 1.0 | java.lang.IllegalStateException: attempt to use Deflater after calling end - When I try the generate a Patch with the Generating a Patch sample code,
The app crash with the the following exception:
`FATAL EXCEPTION: main
Process: ... | defect | java lang illegalstateexception attempt to use deflater after calling end when i try the generate a patch with the generating a patch sample code the app crash with the the following exception fatal exception main process ... | 1 |
16,684 | 21,786,516,707 | IssuesEvent | 2022-05-14 08:00:56 | ymgw55/MLPapers | https://api.github.com/repos/ymgw55/MLPapers | closed | Effect of Post-processing on Contextualized Word Representations | BERT dynamic embedding post-process layer-wise | # Information
### URL
https://arxiv.org/abs/2104.07456
### Authors
[Hassan Sajjad](https://arxiv.org/search/cs?searchtype=author&query=Sajjad%2C+H), [Firoj Alam](https://arxiv.org/search/cs?searchtype=author&query=Alam%2C+F), [Fahim Dalvi](https://arxiv.org/search/cs?searchtype=author&query=Dalvi%2C+F), [Nadir Durr... | 1.0 | Effect of Post-processing on Contextualized Word Representations - # Information
### URL
https://arxiv.org/abs/2104.07456
### Authors
[Hassan Sajjad](https://arxiv.org/search/cs?searchtype=author&query=Sajjad%2C+H), [Firoj Alam](https://arxiv.org/search/cs?searchtype=author&query=Alam%2C+F), [Fahim Dalvi](https://a... | non_defect | effect of post processing on contextualized word representations information url authors date of issue apr related websites package code reading motivation bertのppについて summary static embedding の pp は 単語レベル・文レベルのタスクで性能が向上することが知られている し... | 0 |
144,527 | 11,622,812,020 | IssuesEvent | 2020-02-27 07:31:54 | microsoft/AzureStorageExplorer | https://api.github.com/repos/microsoft/AzureStorageExplorer | closed | An error occurs after clicking 'Change Access Tier…' for one ADLS Gen2 blob | :beetle: regression :gear: adls gen2 🧪 testing | **Storage Explorer Version:** 1.12.0
**Build**: [20200226.4](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3502854)
**Branch**: master
**Platform/OS:** Windows 10/ Linux Ubuntu 18.04
**Architecture:** ia32/x64
**Regression From:** Previous build([20200225.1](https://devdiv.visualstudio.com/DevDiv/... | 1.0 | An error occurs after clicking 'Change Access Tier…' for one ADLS Gen2 blob - **Storage Explorer Version:** 1.12.0
**Build**: [20200226.4](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3502854)
**Branch**: master
**Platform/OS:** Windows 10/ Linux Ubuntu 18.04
**Architecture:** ia32/x64
**Regressio... | non_defect | an error occurs after clicking change access tier… for one adls blob storage explorer version build branch master platform os windows linux ubuntu architecture regression from previous build steps to reproduce expand one adls storage accou... | 0 |
17,670 | 3,012,808,575 | IssuesEvent | 2015-07-29 02:49:51 | yawlfoundation/yawl | https://api.github.com/repos/yawlfoundation/yawl | closed | Exception when adding a new user | auto-migrated Component-Engine Priority-Critical Type-Defect | ```
What steps will reproduce the problem?
1. Latest resourceService war file
2. Empty database
3. Add new user (only first-, lastname, userid, password)
Error occurs for y4s and y4e.
Error:
Exception Handler
Description: An unhandled exception occurred during the execution of the
web application. Please review the... | 1.0 | Exception when adding a new user - ```
What steps will reproduce the problem?
1. Latest resourceService war file
2. Empty database
3. Add new user (only first-, lastname, userid, password)
Error occurs for y4s and y4e.
Error:
Exception Handler
Description: An unhandled exception occurred during the execution of the... | defect | exception when adding a new user what steps will reproduce the problem latest resourceservice war file empty database add new user only first lastname userid password error occurs for and error exception handler description an unhandled exception occurred during the execution of the web... | 1 |
78,224 | 27,381,304,514 | IssuesEvent | 2023-02-28 10:13:17 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: Loading extension with options clears chrome cookies | I-defect I-issue-template | ### What happened?
when loading extension with "options.add_extension" and "options.add_argument --load-extension" to existing profile folder with chromedriver, it clears cookies
(didn't test with firefox)
### How can we reproduce the issue?
```shell
create driver instance with chrome options, use existing profile ... | 1.0 | [🐛 Bug]: Loading extension with options clears chrome cookies - ### What happened?
when loading extension with "options.add_extension" and "options.add_argument --load-extension" to existing profile folder with chromedriver, it clears cookies
(didn't test with firefox)
### How can we reproduce the issue?
```shell
... | defect | loading extension with options clears chrome cookies what happened when loading extension with options add extension and options add argument load extension to existing profile folder with chromedriver it clears cookies didn t test with firefox how can we reproduce the issue shell create ... | 1 |
167,158 | 20,725,861,202 | IssuesEvent | 2022-03-14 01:43:21 | Baneeishaque/ask-med-pharma_Wordpress | https://api.github.com/repos/Baneeishaque/ask-med-pharma_Wordpress | opened | CVE-2021-37713 (High) detected in tar-2.2.2.tgz | security vulnerability | ## CVE-2021-37713 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.2.tgz</b></p></summary>
<p>tar for node</p>
<p>Library home page: <a href="https://registry.npmjs.org/tar/-/ta... | True | CVE-2021-37713 (High) detected in tar-2.2.2.tgz - ## CVE-2021-37713 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.2.tgz</b></p></summary>
<p>tar for node</p>
<p>Library home ... | non_defect | cve high detected in tar tgz cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file wp content themes twentynineteen package json path to vulnerable library wp content themes twentynineteen node modu... | 0 |
25,687 | 4,417,713,562 | IssuesEvent | 2016-08-15 07:25:03 | snowie2000/mactype | https://api.github.com/repos/snowie2000/mactype | closed | Not working for IE7/Sogou Explorer? | auto-migrated Priority-Medium Type-Defect | ```
Hey guys, this project is wonderful, but still I'm experiencing some small
problems on my computer.
I'm using sogou explorer from time to time, and I find that mactype never
renders its webpages when it's switched to IE compatible mode. As far as I
know, they are using IE 7 as their IE core.
I'm running on: Wi... | 1.0 | Not working for IE7/Sogou Explorer? - ```
Hey guys, this project is wonderful, but still I'm experiencing some small
problems on my computer.
I'm using sogou explorer from time to time, and I find that mactype never
renders its webpages when it's switched to IE compatible mode. As far as I
know, they are using IE 7... | defect | not working for sogou explorer hey guys this project is wonderful but still i m experiencing some small problems on my computer i m using sogou explorer from time to time and i find that mactype never renders its webpages when it s switched to ie compatible mode as far as i know they are using ie a... | 1 |
21,082 | 32,062,319,952 | IssuesEvent | 2023-09-24 19:58:10 | dosbox-staging/dosbox-staging | https://api.github.com/repos/dosbox-staging/dosbox-staging | closed | Investigate playability issues with Dismal Passages - Part I - The Wicked Curse (1995) | game compatibility | ### Context
Currently the eXoDOS project runs this game using [the DOSBox Daum fork](https://github.com/ykhwong/dosbox-svn-daum), which is understood to have specific emulation fixes not currently in upstream DOSBox (0.74.x and SVN) or active forks such as X, Pure, and Staging.
DOSBox Daum had 51 releases that in... | True | Investigate playability issues with Dismal Passages - Part I - The Wicked Curse (1995) - ### Context
Currently the eXoDOS project runs this game using [the DOSBox Daum fork](https://github.com/ykhwong/dosbox-svn-daum), which is understood to have specific emulation fixes not currently in upstream DOSBox (0.74.x and ... | non_defect | investigate playability issues with dismal passages part i the wicked curse context currently the exodos project runs this game using which is understood to have specific emulation fixes not currently in upstream dosbox x and svn or active forks such as x pure and staging dosbox daum ha... | 0 |
66,100 | 19,983,506,381 | IssuesEvent | 2022-01-30 09:27:38 | colour-science/colour | https://api.github.com/repos/colour-science/colour | closed | Spelling errors in "zcam.py" module docstrings. | Defect Documentation Minor | https://github.com/colour-science/colour/blob/20c698729688cc999426f7c421d994d789cccd34/colour/appearance/zcam.py#L369
Should read "symmetrical" and "adaptation". | 1.0 | Spelling errors in "zcam.py" module docstrings. - https://github.com/colour-science/colour/blob/20c698729688cc999426f7c421d994d789cccd34/colour/appearance/zcam.py#L369
Should read "symmetrical" and "adaptation". | defect | spelling errors in zcam py module docstrings should read symmetrical and adaptation | 1 |
425,575 | 29,487,408,741 | IssuesEvent | 2023-06-02 10:49:40 | Deltabit02/ArtiFact-Tag-Schema | https://api.github.com/repos/Deltabit02/ArtiFact-Tag-Schema | opened | Discuss Comprehensiveness | documentation discussion | Comprehensiveness entails capturing the entire spectrum of AI's involvement in content creation, from minor assistance to full autonomy.
By representing each interaction type within the ArtiFact schema, we aim to provide a holistic view of AI's role, enabling creators and consumers to gain a transparent understandi... | 1.0 | Discuss Comprehensiveness - Comprehensiveness entails capturing the entire spectrum of AI's involvement in content creation, from minor assistance to full autonomy.
By representing each interaction type within the ArtiFact schema, we aim to provide a holistic view of AI's role, enabling creators and consumers to g... | non_defect | discuss comprehensiveness comprehensiveness entails capturing the entire spectrum of ai s involvement in content creation from minor assistance to full autonomy by representing each interaction type within the artifact schema we aim to provide a holistic view of ai s role enabling creators and consumers to g... | 0 |
204,893 | 23,291,793,205 | IssuesEvent | 2022-08-06 01:06:03 | jinuem/React-Type-Script-Starter | https://api.github.com/repos/jinuem/React-Type-Script-Starter | opened | CVE-2022-1243 (Medium) detected in urijs-1.18.10.tgz | security vulnerability | ## CVE-2022-1243 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>urijs-1.18.10.tgz</b></p></summary>
<p>URI.js is a Javascript library for working with URLs.</p>
<p>Library home page... | True | CVE-2022-1243 (Medium) detected in urijs-1.18.10.tgz - ## CVE-2022-1243 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>urijs-1.18.10.tgz</b></p></summary>
<p>URI.js is a Javascript ... | non_defect | cve medium detected in urijs tgz cve medium severity vulnerability vulnerable library urijs tgz uri js is a javascript library for working with urls library home page a href path to dependency file react type script starter package json path to vulnerable library ... | 0 |
35,922 | 7,834,347,316 | IssuesEvent | 2018-06-16 12:41:22 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | Improve CLUBB's diagnosis of Skewness of rt (Trac #767) | Migrated from Trac clubb_src defect weberjk@uwm.edu | ** Introduction **
In ticket:764, comment:52, we decided to create a new ticket to discuss how to improve CLUBB's diagnosis of Skewness of rt.
** Background **
For minutes 189 - 249 in LBA, we found that the diagnosis of Skthl (attachment:189min_249min_prog_Skthl.https://github.com/larson-group/png/issues/764) looks ... | 1.0 | Improve CLUBB's diagnosis of Skewness of rt (Trac #767) - ** Introduction **
In ticket:764, comment:52, we decided to create a new ticket to discuss how to improve CLUBB's diagnosis of Skewness of rt.
** Background **
For minutes 189 - 249 in LBA, we found that the diagnosis of Skthl (attachment:189min_249min_prog_Sk... | defect | improve clubb s diagnosis of skewness of rt trac introduction in ticket comment we decided to create a new ticket to discuss how to improve clubb s diagnosis of skewness of rt background for minutes in lba we found that the diagnosis of skthl attachment prog skthl looks good bu... | 1 |
278,504 | 8,642,204,006 | IssuesEvent | 2018-11-25 03:32:03 | BuddiX/orbit-app | https://api.github.com/repos/BuddiX/orbit-app | opened | master branchをprotectする | High priority | ## 概要
しばしば間違えて直接pushしてしまうのでgithub側でprotected branch設定をしてめんどくさい事態になる前に未然に防ぎたい
## 背景
## URL
## その他
| 1.0 | master branchをprotectする - ## 概要
しばしば間違えて直接pushしてしまうのでgithub側でprotected branch設定をしてめんどくさい事態になる前に未然に防ぎたい
## 背景
## URL
## その他
| non_defect | master branchをprotectする 概要 しばしば間違えて直接pushしてしまうのでgithub側でprotected branch設定をしてめんどくさい事態になる前に未然に防ぎたい 背景 url その他 | 0 |
4,419 | 7,300,078,200 | IssuesEvent | 2018-02-26 22:16:53 | aspnet/IISIntegration | https://api.github.com/repos/aspnet/IISIntegration | closed | Add logging to file for in process | in-process | Add logging to the file specified in web.config for the managed application. In the out of process scenario, we currently clone the logging file handle for both ANCM and the managed application. I believe we technically don't need to clone the file handle across native and managed, but it may cause difficulties for clo... | 1.0 | Add logging to file for in process - Add logging to the file specified in web.config for the managed application. In the out of process scenario, we currently clone the logging file handle for both ANCM and the managed application. I believe we technically don't need to clone the file handle across native and managed, ... | non_defect | add logging to file for in process add logging to the file specified in web config for the managed application in the out of process scenario we currently clone the logging file handle for both ancm and the managed application i believe we technically don t need to clone the file handle across native and managed ... | 0 |
58,892 | 16,858,422,674 | IssuesEvent | 2021-06-21 09:49:13 | snowplow/snowplow-android-tracker | https://api.github.com/repos/snowplow/snowplow-android-tracker | closed | Fix screenView autotracking unable to send events | priority:high status:completed type:defect | **Describe the bug**
Automatic screenView is unable to send events if the SPTracker is not correctly initialized.
Tracker is initialized only if it's required by the TrackerController.
If it doesn't happen the automatic tracking will fire notifications that no one receive because Tracker instance hasn't been initial... | 1.0 | Fix screenView autotracking unable to send events - **Describe the bug**
Automatic screenView is unable to send events if the SPTracker is not correctly initialized.
Tracker is initialized only if it's required by the TrackerController.
If it doesn't happen the automatic tracking will fire notifications that no one ... | defect | fix screenview autotracking unable to send events describe the bug automatic screenview is unable to send events if the sptracker is not correctly initialized tracker is initialized only if it s required by the trackercontroller if it doesn t happen the automatic tracking will fire notifications that no one ... | 1 |
43,351 | 11,206,219,189 | IssuesEvent | 2020-01-05 19:46:27 | angband/angband | https://api.github.com/repos/angband/angband | closed | Move windows-specific files to win/ subdirectory | C: Build M: 3.0.8 P: normal enhancement | **Reported by takkaria on 20 Mar 2007 11:59 UTC**
None | 1.0 | Move windows-specific files to win/ subdirectory - **Reported by takkaria on 20 Mar 2007 11:59 UTC**
None | non_defect | move windows specific files to win subdirectory reported by takkaria on mar utc none | 0 |
5,961 | 2,610,218,621 | IssuesEvent | 2015-02-26 19:09:32 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | косинова уроки логопеда | auto-migrated Priority-Medium Type-Defect | ```
'''Бертольд Игнатов'''
День добрый никак не могу найти .косинова
уроки логопеда. где то видел уже
'''Герасим Кириллов'''
Вот хороший сайт где можно скачать
http://bit.ly/17vR1xC
'''Гораций Горбунов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Борис Орлов'''
Неа все ок у меня ничего не списало
'''Варфоло... | 1.0 | косинова уроки логопеда - ```
'''Бертольд Игнатов'''
День добрый никак не могу найти .косинова
уроки логопеда. где то видел уже
'''Герасим Кириллов'''
Вот хороший сайт где можно скачать
http://bit.ly/17vR1xC
'''Гораций Горбунов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Борис Орлов'''
Неа все ок у меня нич... | defect | косинова уроки логопеда бертольд игнатов день добрый никак не могу найти косинова уроки логопеда где то видел уже герасим кириллов вот хороший сайт где можно скачать гораций горбунов просит ввести номер мобилы не опасно ли это борис орлов неа все ок у меня ничего не списало в... | 1 |
8,323 | 2,611,486,815 | IssuesEvent | 2015-02-27 05:27:50 | chrsmith/switchlist | https://api.github.com/repos/chrsmith/switchlist | opened | Custom layout page doesn't show up on first view | auto-migrated Priority-Medium Type-Defect | ```
From Gerard:
Installed version 1.3
Started app and re-imported my templates (for their location had changed)
Closed app
Re-started app and flipped on the webserver
Started a browser session for localhost:20000
It presents to me the default template for the entry-page as well as the
layout-main-page (even when I r... | 1.0 | Custom layout page doesn't show up on first view - ```
From Gerard:
Installed version 1.3
Started app and re-imported my templates (for their location had changed)
Closed app
Re-started app and flipped on the webserver
Started a browser session for localhost:20000
It presents to me the default template for the entry-p... | defect | custom layout page doesn t show up on first view from gerard installed version started app and re imported my templates for their location had changed closed app re started app and flipped on the webserver started a browser session for localhost it presents to me the default template for the entry page ... | 1 |
45,328 | 7,178,128,217 | IssuesEvent | 2018-01-31 15:40:09 | dieterich-lab/rp-bp | https://api.github.com/repos/dieterich-lab/rp-bp | closed | Create report table for ORF types | documentation enhancement | From @CDieterich...
> Could you generate a summary table of the number of ORF types (grouped categories) for me as well.
This is probably most helpful as an excel file. It could include "grouped" and "ungrouped" worksheets. | 1.0 | Create report table for ORF types - From @CDieterich...
> Could you generate a summary table of the number of ORF types (grouped categories) for me as well.
This is probably most helpful as an excel file. It could include "grouped" and "ungrouped" worksheets. | non_defect | create report table for orf types from cdieterich could you generate a summary table of the number of orf types grouped categories for me as well this is probably most helpful as an excel file it could include grouped and ungrouped worksheets | 0 |
34,653 | 7,458,449,448 | IssuesEvent | 2018-03-30 10:21:51 | kerdokullamae/test_koik_issued | https://api.github.com/repos/kerdokullamae/test_koik_issued | reopened | KÜ koond-rdf'i genereerimise optimeerimine | C: AVAR P: highest T: defect | **Reported by mehis muldma on 19 Dec 2014 15:56 UTC**
'''Objekt'''
Koond-RDF genereerimise optimeerimine KÜ'de jaoks.
'''Taust'''
Simo baasis(täisandmetega) on kokku 24098 fondi, mis tähendab, et on vaja koostada 24098 .zip faili, milles võib sisalduda kuni 140 000 rdf'i. Kogu selle protsessi lõpule jõudmiseks ku... | 1.0 | KÜ koond-rdf'i genereerimise optimeerimine - **Reported by mehis muldma on 19 Dec 2014 15:56 UTC**
'''Objekt'''
Koond-RDF genereerimise optimeerimine KÜ'de jaoks.
'''Taust'''
Simo baasis(täisandmetega) on kokku 24098 fondi, mis tähendab, et on vaja koostada 24098 .zip faili, milles võib sisalduda kuni 140 000 rdf... | defect | kü koond rdf i genereerimise optimeerimine reported by mehis muldma on dec utc objekt koond rdf genereerimise optimeerimine kü de jaoks taust simo baasis täisandmetega on kokku fondi mis tähendab et on vaja koostada zip faili milles võib sisalduda kuni rdf i kogu selle pro... | 1 |
656,480 | 21,765,626,571 | IssuesEvent | 2022-05-13 01:16:17 | pixiebrix/pixiebrix-extension | https://api.github.com/repos/pixiebrix/pixiebrix-extension | closed | In dark mode, PixieBrix icons are hard to see | user experience low priority | - In “dark” mode, PixieBrix icons are hard to see
- Would be great if the user could make them lighter to create more contrast

| 1.0 | In dark mode, PixieBrix icons are hard to see - - In “dark” mode, PixieBrix icons are hard to see
- Would be great if the user could make them lighter to create more contrast

| non_defect | in dark mode pixiebrix icons are hard to see in “dark” mode pixiebrix icons are hard to see would be great if the user could make them lighter to create more contrast | 0 |
71,627 | 13,697,398,858 | IssuesEvent | 2020-10-01 02:56:06 | zcash/zcash | https://api.github.com/repos/zcash/zcash | closed | Remove OpenSSL dependency. Ref: NCC-2016-007 | A-crypto C-audit C-cleanup C-upstream-port I-SECURITY Zcash codebase not in 1.0 question special to Daira spring_cleaning | I hear bitcoin-core plans to remove OpenSSL as a dependency (at least in the consensus path) as it migrates to libsecp256k1. I _think_ it may be using the latter today for signatures and openssl for verification in a recent release or dev branch.
To close this ticket, find and document answers to these questions:
- D... | 1.0 | Remove OpenSSL dependency. Ref: NCC-2016-007 - I hear bitcoin-core plans to remove OpenSSL as a dependency (at least in the consensus path) as it migrates to libsecp256k1. I _think_ it may be using the latter today for signatures and openssl for verification in a recent release or dev branch.
To close this ticket, fi... | non_defect | remove openssl dependency ref ncc i hear bitcoin core plans to remove openssl as a dependency at least in the consensus path as it migrates to i think it may be using the latter today for signatures and openssl for verification in a recent release or dev branch to close this ticket find and document ... | 0 |
535,147 | 15,683,283,675 | IssuesEvent | 2021-03-25 08:34:26 | wso2/micro-integrator | https://api.github.com/repos/wso2/micro-integrator | closed | API - When the version-type of the synapse API is context, the url shown in dashboard does not work | 4.0.0 Monitoring-Dashboard Priority/High Type/Bug | **Description:**
When the following API is deployed the URL shown in the Dashboard is `http://localhost:8290/v2/pet/1.0.5/findByStatus`. But the working URL is `http://localhost:8290/v2/pet/findByStatus`.
```
<?xml version="1.0" encoding="UTF-8"?>
<api context="/v2" name="Swagger Petstore" publishSwagger="/_syste... | 1.0 | API - When the version-type of the synapse API is context, the url shown in dashboard does not work - **Description:**
When the following API is deployed the URL shown in the Dashboard is `http://localhost:8290/v2/pet/1.0.5/findByStatus`. But the working URL is `http://localhost:8290/v2/pet/findByStatus`.
```
<?x... | non_defect | api when the version type of the synapse api is context the url shown in dashboard does not work description when the following api is deployed the url shown in the dashboard is but the working url is api context name swagger petstore publishswagger system governance swagger file... | 0 |
48,856 | 6,109,657,085 | IssuesEvent | 2017-06-21 13:33:44 | geetsisbac/WCVVENIXYFVIRBXH3BYTI6TE | https://api.github.com/repos/geetsisbac/WCVVENIXYFVIRBXH3BYTI6TE | reopened | UjH+cr0/aOg+9MoqrnPa0meBAfNgWBn6t9KZrV1L0ZiR8yPURvQrjC2goPPSfymNUKRjGn6lYyY1T27sk1+qzFfxnOH7QetclLY48avZ+Rd9zKEV6gczttcuHQE2eok3N8BMcT3Tgj0atdxOVDfDh9MmmsrayU4QaUWomh+2wTQ= | design | i+lNAxTEsmgcBOGyo0CdIN491ZiXc4aBTHZXhKVSByoVgem4aUy01kbOw56wk11QPycBHdQGWMS1DmQO/25nsjikoWNwF3dQN+VgIxM8IdH2phHrd05WKYMcNl6Rd3Yl9KRpMbCs8dSwJOmtR8i7RnV3oqQ/EtFUvDvB+3HqmZhCKwnCwq//4vYofnGTtOpxLxu129sY2JLQKmtEma67VTYCzeGJgiWJ12KbCIzDM5M3O/A8Hm56Tzd40XRAojJGDzt3d9bU6AR27A7svvl1dHg5Xtm/QCSnFmm2d0X463PUeHEMvEyREy9n4fe8vOOQ... | 1.0 | UjH+cr0/aOg+9MoqrnPa0meBAfNgWBn6t9KZrV1L0ZiR8yPURvQrjC2goPPSfymNUKRjGn6lYyY1T27sk1+qzFfxnOH7QetclLY48avZ+Rd9zKEV6gczttcuHQE2eok3N8BMcT3Tgj0atdxOVDfDh9MmmsrayU4QaUWomh+2wTQ= - i+lNAxTEsmgcBOGyo0CdIN491ZiXc4aBTHZXhKVSByoVgem4aUy01kbOw56wk11QPycBHdQGWMS1DmQO/25nsjikoWNwF3dQN+VgIxM8IdH2phHrd05WKYMcNl6Rd3Yl9KRpMbCs8dSwJOmtR... | non_defect | ujh aog i etfuvdvb xaozdymnb ghx rom oplm srvy geahjfiemz dl dczrgpftp aqxujatmwekcykaknujtnknwkls qyf p fnxfkhqhydlt | 0 |
75,345 | 20,770,579,899 | IssuesEvent | 2022-03-16 03:55:35 | NVIDIA/TensorRT | https://api.github.com/repos/NVIDIA/TensorRT | closed | CMake Error at CMakeLists.txt:128 (find_library_create_target): find_library_create_target Macro invoked with incorrect arguments for macro named: find_library_create_target | Component: OSS Build triaged | my enviroment ubuntu18.04
tensorrt8.2 GA
cuda11.2
find_library_create_target invoked with incorrect arguments for macro, ,any ideas? | 1.0 | CMake Error at CMakeLists.txt:128 (find_library_create_target): find_library_create_target Macro invoked with incorrect arguments for macro named: find_library_create_target - my enviroment ubuntu18.04
tensorrt8.2 GA
cuda11.2
find_library_create_target invoked with incorrect arguments for macro, ,any ideas? | non_defect | cmake error at cmakelists txt find library create target find library create target macro invoked with incorrect arguments for macro named find library create target my enviroment ga find library create target invoked with incorrect arguments for macro any ideas | 0 |
1,706 | 2,603,969,820 | IssuesEvent | 2015-02-24 18:59:58 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳阴茎长小肉芽怎么回事 | auto-migrated Priority-Medium Type-Defect | ```
沈阳阴茎长小肉芽怎么回事〓沈陽軍區政治部醫院性病〓TEL��
�024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治�
��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共�
��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、
保健、醫療、科研康復為一體的綜合性醫院。是國家首批公��
�甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大�
��、東南大學等知名高等院校的教學醫院。曾被中國人民解放
軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立��
�體二等功。
```
-----
Original issue reported on code.google.com by `q96... | 1.0 | 沈阳阴茎长小肉芽怎么回事 - ```
沈阳阴茎长小肉芽怎么回事〓沈陽軍區政治部醫院性病〓TEL��
�024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治�
��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共�
��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、
保健、醫療、科研康復為一體的綜合性醫院。是國家首批公��
�甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大�
��、東南大學等知名高等院校的教學醫院。曾被中國人民解放
軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立��
�體二等功。
```
-----
Original issue reported on code.goo... | defect | 沈阳阴茎长小肉芽怎么回事 沈阳阴茎长小肉芽怎么回事〓沈陽軍區政治部醫院性病〓tel�� � 〓 , � ��。 。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 original issue reported on code google com by gmail com on jun at ... | 1 |
10,836 | 2,622,192,530 | IssuesEvent | 2015-03-04 00:23:44 | byzhang/cudpp | https://api.github.com/repos/byzhang/cudpp | closed | cudpp_testrig tridiagonal tests fail if they are non-power-of-2 equation sizes. | auto-migrated Milestone-Release2.0 Priority-Critical Type-Defect | ```
What steps will reproduce the problem?
run cudpp_testrig -tridiagonal
What is the expected output? What do you see instead?
Using device 0:
GeForce GTX 480; global mem: 1543176192B; compute v2.0; clock: 1401000 kHz
Runing a fp32 CR-PCR tridiagonal solver solving 512 systems of 5 equations
GPU execution time: 0.12... | 1.0 | cudpp_testrig tridiagonal tests fail if they are non-power-of-2 equation sizes. - ```
What steps will reproduce the problem?
run cudpp_testrig -tridiagonal
What is the expected output? What do you see instead?
Using device 0:
GeForce GTX 480; global mem: 1543176192B; compute v2.0; clock: 1401000 kHz
Runing a fp32 CR-... | defect | cudpp testrig tridiagonal tests fail if they are non power of equation sizes what steps will reproduce the problem run cudpp testrig tridiagonal what is the expected output what do you see instead using device geforce gtx global mem compute clock khz runing a cr pcr tridiagonal solver... | 1 |
9,572 | 2,615,162,789 | IssuesEvent | 2015-03-01 06:42:12 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | wash -i mon0 not show my ESSID (Thomson) But show with airodump-ng mon0 | auto-migrated Priority-Triage Type-Defect | ```
A few things to consider before submitting an issue:
0. We write documentation for a reason, if you have not read it and are
having problems with Reaver these pages are required reading before
submitting an issue:
http://code.google.com/p/reaver-wps/wiki/HintsAndTips
http://code.google.com/p/reaver-wps/wiki/README... | 1.0 | wash -i mon0 not show my ESSID (Thomson) But show with airodump-ng mon0 - ```
A few things to consider before submitting an issue:
0. We write documentation for a reason, if you have not read it and are
having problems with Reaver these pages are required reading before
submitting an issue:
http://code.google.com/p/r... | defect | wash i not show my essid thomson but show with airodump ng a few things to consider before submitting an issue we write documentation for a reason if you have not read it and are having problems with reaver these pages are required reading before submitting an issue reaver will only work... | 1 |
822,689 | 30,882,013,621 | IssuesEvent | 2023-08-03 18:22:13 | ramp4-pcar4/ramp4-pcar4 | https://api.github.com/repos/ramp4-pcar4/ramp4-pcar4 | closed | Services with reordered indexes fail | flavour: bug priority: must | Two sample services (internal network, requires VPN) [one](https://maps-cartes.dev.ec.gc.ca/arcgis/rest/services/DMS_Testing/WSER_monitoring_results/MapServer), [two](https://maps-cartes.dev.ec.gc.ca/arcgis/rest/services/DMS_Testing/Resultats_de_surveillance_du_RESAEU/MapServer)
Notice the endpoint indexes do not go... | 1.0 | Services with reordered indexes fail - Two sample services (internal network, requires VPN) [one](https://maps-cartes.dev.ec.gc.ca/arcgis/rest/services/DMS_Testing/WSER_monitoring_results/MapServer), [two](https://maps-cartes.dev.ec.gc.ca/arcgis/rest/services/DMS_Testing/Resultats_de_surveillance_du_RESAEU/MapServer)
... | non_defect | services with reordered indexes fail two sample services internal network requires vpn notice the endpoint indexes do not go but are instead re mapped to be in a different ordering numbers get larger as you go deeper into the tree adding these services to the wizard as map image la... | 0 |
49,739 | 13,187,261,301 | IssuesEvent | 2020-08-13 02:51:22 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | vemcal VemCalAnalyzer causing nasty segfaults (Trac #1975) | Incomplete Migration Migrated from Trac combo reconstruction defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1975">https://code.icecube.wisc.edu/ticket/1975</a>, reported by blaufuss and owned by </em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2017-03-23T19:40:00",
"description": "When testing the new PnF system... | 1.0 | vemcal VemCalAnalyzer causing nasty segfaults (Trac #1975) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1975">https://code.icecube.wisc.edu/ticket/1975</a>, reported by blaufuss and owned by </em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2017-03-23T19... | defect | vemcal vemcalanalyzer causing nasty segfaults trac migrated from json status closed changetime description when testing the new pnf system for this upcoming season loading the vemcal library was giving me nasty segfaults n nprogram received signal sigseg... | 1 |
37,241 | 8,306,179,969 | IssuesEvent | 2018-09-22 15:59:21 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Paginator limitControl bypass by a modification of the url parameter | Defect | This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.5.
### What you did
I'm using the paginator to paginate a list of records with the LimitControl parameter. The paginator limit is set to limit => 10 and maxLimit => 30.
My query in the Controller... | 1.0 | Paginator limitControl bypass by a modification of the url parameter - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.5.
### What you did
I'm using the paginator to paginate a list of records with the LimitControl parameter. The paginator limit ... | defect | paginator limitcontrol bypass by a modification of the url parameter this is a multiple allowed bug enhancement feature discussion rfc cakephp version what you did i m using the paginator to paginate a list of records with the limitcontrol parameter the paginator limit is set... | 1 |
30,154 | 6,033,432,100 | IssuesEvent | 2017-06-09 08:18:15 | moosetechnology/Moose | https://api.github.com/repos/moosetechnology/Moose | closed | Moose finder actually depends on gt-inspector but not its configuration | Priority-Medium Type-Defect | Originally reported on Google Code with ID 1091
```
On Pharo 3, loading Moose with
spec
className: #ConfigurationOfMoose;
loads: #('UI' 'Core' 'PetitMSE' 'Moose-Wizard');
loads Object>>mooseFinderMetaIn: whose code
mooseFinderMetaIn: composite
<moosePresentationOrder: 1000>
(self mooseInterestingEntity ... | 1.0 | Moose finder actually depends on gt-inspector but not its configuration - Originally reported on Google Code with ID 1091
```
On Pharo 3, loading Moose with
spec
className: #ConfigurationOfMoose;
loads: #('UI' 'Core' 'PetitMSE' 'Moose-Wizard');
loads Object>>mooseFinderMetaIn: whose code
mooseFinderMetaIn: comp... | defect | moose finder actually depends on gt inspector but not its configuration originally reported on google code with id on pharo loading moose with spec classname configurationofmoose loads ui core petitmse moose wizard loads object moosefindermetain whose code moosefindermetain composi... | 1 |
17,080 | 2,974,593,170 | IssuesEvent | 2015-07-15 02:10:24 | Reimashi/jotai | https://api.github.com/repos/Reimashi/jotai | closed | Core temperature not matching any other software. | auto-migrated Priority-Medium Type-Defect wontfix | ```
My Cpu is an Intel QX9775 ( workstation CPU, LGA771).
The core temperature given by OHM are far from other software readings.
( OHM reads aroung 50°C, instead of 36°C given by Everest and Coretemp.)
I'm using OHM 0.4.0, windows 7 x64 ultimate.
```
Original issue reported on code.google.com by `pilatomic` on 26 ... | 1.0 | Core temperature not matching any other software. - ```
My Cpu is an Intel QX9775 ( workstation CPU, LGA771).
The core temperature given by OHM are far from other software readings.
( OHM reads aroung 50°C, instead of 36°C given by Everest and Coretemp.)
I'm using OHM 0.4.0, windows 7 x64 ultimate.
```
Original iss... | defect | core temperature not matching any other software my cpu is an intel workstation cpu the core temperature given by ohm are far from other software readings ohm reads aroung °c instead of °c given by everest and coretemp i m using ohm windows ultimate original issue reported on... | 1 |
4,429 | 2,610,093,931 | IssuesEvent | 2015-02-26 18:28:23 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳韩方祛痘怎么样 | auto-migrated Priority-Medium Type-Defect | ```
深圳韩方祛痘怎么样【深圳韩方科颜全国热线400-869-1818,24小
时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国��
�方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩�
��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”
健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专��
�治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的�
��痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:11 | 1.0 | 深圳韩方祛痘怎么样 - ```
深圳韩方祛痘怎么样【深圳韩方科颜全国热线400-869-1818,24小
时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国��
�方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩�
��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”
健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专��
�治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的�
��痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:11 | defect | 深圳韩方祛痘怎么样 深圳韩方祛痘怎么样【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国�� �方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩� ��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹” 健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专�� �治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的� ��痘。 original issue reported on code google com by szft com on may at | 1 |
46,734 | 13,055,967,283 | IssuesEvent | 2020-07-30 03:15:40 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | [IceHive] code assumes input file has certain format (Trac #1791) | Incomplete Migration Migrated from Trac combo reconstruction defect | Migrated from https://code.icecube.wisc.edu/ticket/1791
```json
{
"status": "closed",
"changetime": "2016-08-09T12:37:06",
"description": "if the input file does not start with a `#` it returns garbage. can probably fixed with an `else{log_fatal()}` at line 448\n\nfound by static analysis http://software... | 1.0 | [IceHive] code assumes input file has certain format (Trac #1791) - Migrated from https://code.icecube.wisc.edu/ticket/1791
```json
{
"status": "closed",
"changetime": "2016-08-09T12:37:06",
"description": "if the input file does not start with a `#` it returns garbage. can probably fixed with an `else{l... | defect | code assumes input file has certain format trac migrated from json status closed changetime description if the input file does not start with a it returns garbage can probably fixed with an else log fatal at line n nfound by static analysis re... | 1 |
16,624 | 2,920,435,371 | IssuesEvent | 2015-06-24 18:55:24 | ashanbh/chrome-rest-client | https://api.github.com/repos/ashanbh/chrome-rest-client | closed | Request/Response headers link to Content-Type and Cache-Control | auto-migrated Priority-Low Type-Defect | ```
What steps will reproduce the problem?
1. Make a successful request
2. In the Content-Type and/or Cache-Control
What is the expected output? What do you see instead?
When you click the lamp to show details about the option, it slides down a
content, which is OK, the problem is when you click the lamp again, it h... | 1.0 | Request/Response headers link to Content-Type and Cache-Control - ```
What steps will reproduce the problem?
1. Make a successful request
2. In the Content-Type and/or Cache-Control
What is the expected output? What do you see instead?
When you click the lamp to show details about the option, it slides down a
conten... | defect | request response headers link to content type and cache control what steps will reproduce the problem make a successful request in the content type and or cache control what is the expected output what do you see instead when you click the lamp to show details about the option it slides down a conten... | 1 |
8,691 | 2,611,536,190 | IssuesEvent | 2015-02-27 06:05:59 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | opened | Hedgewars and Fonts symlink | auto-migrated Priority-Medium Type-Defect | ```
I don't know why, but on some ubuntu releases
ttf-dejavu-core points to fonts-dejavu-core
ll /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf
lrwxrwxrwx 1 root root 33 mag 21 2013
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf ->
../dejavu/DejaVuSansMono-Bold.ttf
the problem is that th... | 1.0 | Hedgewars and Fonts symlink - ```
I don't know why, but on some ubuntu releases
ttf-dejavu-core points to fonts-dejavu-core
ll /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf
lrwxrwxrwx 1 root root 33 mag 21 2013
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf ->
../dejavu/DejaVuSansMono-Bo... | defect | hedgewars and fonts symlink i don t know why but on some ubuntu releases ttf dejavu core points to fonts dejavu core ll usr share fonts truetype ttf dejavu dejavusansmono bold ttf lrwxrwxrwx root root mag usr share fonts truetype ttf dejavu dejavusansmono bold ttf dejavu dejavusansmono bold tt... | 1 |
19,271 | 3,175,843,285 | IssuesEvent | 2015-09-24 03:36:45 | jimradford/superputty | https://api.github.com/repos/jimradford/superputty | closed | Putty session failing to anchor in SuperPuTTY 1.4.0.5 | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1.start Superputty and connect to host
2. Trying to start a second session within the Superputty produces
Application_ThreadException.
What is the expected output? What do you see instead?
Putty sessions open up outside of SuperPutty. Have seen references to similar
eff... | 1.0 | Putty session failing to anchor in SuperPuTTY 1.4.0.5 - ```
What steps will reproduce the problem?
1.start Superputty and connect to host
2. Trying to start a second session within the Superputty produces
Application_ThreadException.
What is the expected output? What do you see instead?
Putty sessions open up outs... | defect | putty session failing to anchor in superputty what steps will reproduce the problem start superputty and connect to host trying to start a second session within the superputty produces application threadexception what is the expected output what do you see instead putty sessions open up outs... | 1 |
135,213 | 19,530,572,268 | IssuesEvent | 2021-12-30 16:00:52 | audacity/audacity | https://api.github.com/repos/audacity/audacity | opened | Clip indicators in Mixer Board cannot be cleared without restarting playback | bug Design UX | **Describe the bug**
The Clip indicators in the Mixer Board cannot be cleared without restarting playback.
This is inconsistent with the clip indicators in the Audacity Meter Toolbars which can be cleared during playback (or recording) by clicking on the meters.
Both the Mixer Board meters and the main meters re... | 1.0 | Clip indicators in Mixer Board cannot be cleared without restarting playback - **Describe the bug**
The Clip indicators in the Mixer Board cannot be cleared without restarting playback.
This is inconsistent with the clip indicators in the Audacity Meter Toolbars which can be cleared during playback (or recording) b... | non_defect | clip indicators in mixer board cannot be cleared without restarting playback describe the bug the clip indicators in the mixer board cannot be cleared without restarting playback this is inconsistent with the clip indicators in the audacity meter toolbars which can be cleared during playback or recording b... | 0 |
55,732 | 14,660,951,858 | IssuesEvent | 2020-12-29 01:46:34 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | DataTable: RowGroup does not work anymore | defect | Grouping features no longer works on Primefaces 9 with the current showcase on github master.

@tandraschko Could this have occurred after your last commits?
| 1.0 | DataTable: RowGroup does not work anymore - Grouping features no longer works on Primefaces 9 with the current showcase on github master.

@tandraschko Could this have occurred after your last commits?
| defect | datatable rowgroup does not work anymore grouping features no longer works on primefaces with the current showcase on github master tandraschko could this have occurred after your last commits | 1 |
72,462 | 3,386,150,168 | IssuesEvent | 2015-11-27 15:45:13 | peli0451/arcactus | https://api.github.com/repos/peli0451/arcactus | closed | Ballons einbinden | priority:high type:task | * Ballonmodell im Enemy-Prefab verwenden
* Collision Mesh als passende Capsule definieren (Capsule passt besser als Sphere) | 1.0 | Ballons einbinden - * Ballonmodell im Enemy-Prefab verwenden
* Collision Mesh als passende Capsule definieren (Capsule passt besser als Sphere) | non_defect | ballons einbinden ballonmodell im enemy prefab verwenden collision mesh als passende capsule definieren capsule passt besser als sphere | 0 |
12,491 | 2,701,081,449 | IssuesEvent | 2015-04-04 21:58:16 | FreeRADIUS/freeradius-server | https://api.github.com/repos/FreeRADIUS/freeradius-server | closed | weird redundant section behaviour | defect v3.0.x v3.1.x | ```
(0) # Executing section accounting from file /etc/raddb/sites-enabled/default
(0) accounting {
(0) redundant (null) {
(0) redundant-load-balance group {
(0) redundant-load-balance group {
(0) sql01: EXPAND %{tolower:type.%{Acct-Status-Type}.query}
(0) sql01: ... | 1.0 | weird redundant section behaviour - ```
(0) # Executing section accounting from file /etc/raddb/sites-enabled/default
(0) accounting {
(0) redundant (null) {
(0) redundant-load-balance group {
(0) redundant-load-balance group {
(0) sql01: EXPAND %{tolower:type.%{Acc... | defect | weird redundant section behaviour executing section accounting from file etc raddb sites enabled default accounting redundant null redundant load balance group redundant load balance group expand tolower type acct st... | 1 |
221,775 | 17,026,870,614 | IssuesEvent | 2021-07-03 18:07:56 | playwright-community/playwright-community | https://api.github.com/repos/playwright-community/playwright-community | opened | Write more blog posts about the Playwright ecosystem | documentation enhancement good first issue help wanted | A good issue to start with if someone is interested in contributing to the community blog (you can add your author name there :) ). Potential ideas would be:
- [ ] The [new test runner](https://playwright.dev/docs/test-intro)
- [ ] Better assertions using Playwright Test and expect-playwright
- [ ] Coverage tracki... | 1.0 | Write more blog posts about the Playwright ecosystem - A good issue to start with if someone is interested in contributing to the community blog (you can add your author name there :) ). Potential ideas would be:
- [ ] The [new test runner](https://playwright.dev/docs/test-intro)
- [ ] Better assertions using Playw... | non_defect | write more blog posts about the playwright ecosystem a good issue to start with if someone is interested in contributing to the community blog you can add your author name there potential ideas would be the better assertions using playwright test and expect playwright coverage tracking us... | 0 |
385,675 | 11,424,421,208 | IssuesEvent | 2020-02-03 17:42:57 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | LSTM can't work with nn.DataParallel | high priority module: cuda module: cudnn module: data parallel topic: crash topic: rnn triage review | ## 🐛 Bug
when I use DataParallel for LSTM model, it has segmentation fault after some batch.
If I remove Dataparallel, it can work well.
## To Reproduce
Steps to reproduce the behavior:
1. python lstm_top.py
<!-- If you have a code sample, error messages, stack traces, please provide it here as we... | 1.0 | LSTM can't work with nn.DataParallel - ## 🐛 Bug
when I use DataParallel for LSTM model, it has segmentation fault after some batch.
If I remove Dataparallel, it can work well.
## To Reproduce
Steps to reproduce the behavior:
1. python lstm_top.py
<!-- If you have a code sample, error messages, sta... | non_defect | lstm can t work with nn dataparallel 🐛 bug when i use dataparallel for lstm model it has segmentation fault after some batch if i remove dataparallel it can work well to reproduce steps to reproduce the behavior python lstm top py here is log fatal python error segmenta... | 0 |
80,774 | 30,523,552,043 | IssuesEvent | 2023-07-19 09:40:35 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | A pill in a thread didn't link to the right room | T-Defect X-Cannot-Reproduce S-Major A-Pills O-Uncommon A-Threads | ### Steps to reproduce
I sent a pill to a room (#foobar:zor.tld) in a thread, and clicking on the pill didn't bring me to said room but refreshed current room
### Outcome
#### What did you expect?
I expected being able to go to the room I linked to
#### What happened instead?
The pill displayed the ri... | 1.0 | A pill in a thread didn't link to the right room - ### Steps to reproduce
I sent a pill to a room (#foobar:zor.tld) in a thread, and clicking on the pill didn't bring me to said room but refreshed current room
### Outcome
#### What did you expect?
I expected being able to go to the room I linked to
#### ... | defect | a pill in a thread didn t link to the right room steps to reproduce i sent a pill to a room foobar zor tld in a thread and clicking on the pill didn t bring me to said room but refreshed current room outcome what did you expect i expected being able to go to the room i linked to ... | 1 |
114,959 | 17,268,468,828 | IssuesEvent | 2021-07-22 16:27:05 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | server: audit the direct uses of RPC handler functions from other packages to check for missing authz | A-security C-bug | Identified by @bdarnell in [this comment](https://github.com/cockroachdb/cockroach/pull/67067#discussion_r668130268)
Today, we have certain places in the code that directly call a Go RPC handler method inside the server package, without actually issuing a RPC call. This bypasses authentication and may thus bypass au... | True | server: audit the direct uses of RPC handler functions from other packages to check for missing authz - Identified by @bdarnell in [this comment](https://github.com/cockroachdb/cockroach/pull/67067#discussion_r668130268)
Today, we have certain places in the code that directly call a Go RPC handler method inside the ... | non_defect | server audit the direct uses of rpc handler functions from other packages to check for missing authz identified by bdarnell in today we have certain places in the code that directly call a go rpc handler method inside the server package without actually issuing a rpc call this bypasses authentication and ... | 0 |
76,001 | 26,200,138,145 | IssuesEvent | 2023-01-03 16:43:09 | dotCMS/core | https://api.github.com/repos/dotCMS/core | opened | The browse button is inconsistent, looks desabled. | Type : Defect dotCMS : User Interface | [](https://mrkr.io/s/63b45b1c20dd9554e401ff7c/0)
## Problem Statement
## Steps to Reproduce
## Acceptance Criteria
## Wireframes / Designs / Prototypes
Set the button to default state, not disabled
## Testing Notes
## Assumptio... | 1.0 | The browse button is inconsistent, looks desabled. - [](https://mrkr.io/s/63b45b1c20dd9554e401ff7c/0)
## Problem Statement
## Steps to Reproduce
## Acceptance Criteria
## Wireframes / Designs / Prototypes
Set the button to default... | defect | the browse button is inconsistent looks desabled problem statement steps to reproduce acceptance criteria wireframes designs prototypes set the button to default state not disabled testing notes assumptions estimates sub tasks reported by melissa rojas rod... | 1 |
59,890 | 8,388,878,811 | IssuesEvent | 2018-10-09 07:59:23 | src-d/go-mysql-server | https://api.github.com/repos/src-d/go-mysql-server | closed | Add documentation about compatible clients | documentation | Add documentation in a separate file with compatible examples for each language.
For example:
```
## Python
Use pymysql:
import pymysql
conn = pymysql.connect(host='gitbase',
user='gitbase',
password='',
autocommit=F... | 1.0 | Add documentation about compatible clients - Add documentation in a separate file with compatible examples for each language.
For example:
```
## Python
Use pymysql:
import pymysql
conn = pymysql.connect(host='gitbase',
user='gitbase',
password='... | non_defect | add documentation about compatible clients add documentation in a separate file with compatible examples for each language for example python use pymysql import pymysql conn pymysql connect host gitbase user gitbase password ... | 0 |
45,794 | 13,055,749,997 | IssuesEvent | 2020-07-30 02:37:28 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | make sprng, gmp problems ignorable (Trac #64) | Incomplete Migration Migrated from Trac defect offline-software | Migrated from https://code.icecube.wisc.edu/ticket/64
```json
{
"status": "closed",
"changetime": "2007-11-11T02:38:21",
"description": "bad builds of sprng or gmp can stop the entire build of offline-software because they are used in phys-services. First fix is ticket #63. Second fix (this ticket) is t... | 1.0 | make sprng, gmp problems ignorable (Trac #64) - Migrated from https://code.icecube.wisc.edu/ticket/64
```json
{
"status": "closed",
"changetime": "2007-11-11T02:38:21",
"description": "bad builds of sprng or gmp can stop the entire build of offline-software because they are used in phys-services. First f... | defect | make sprng gmp problems ignorable trac migrated from json status closed changetime description bad builds of sprng or gmp can stop the entire build of offline software because they are used in phys services first fix is ticket second fix this ticket is to ... | 1 |
67,832 | 21,182,591,000 | IssuesEvent | 2022-04-08 09:25:07 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | closed | Add button in create room dialog can be pressed multiple times | T-Defect S-Minor O-Occasional A-Create-Room | ### Steps to reproduce
1. Home -> + -> Create room
2. Add some details for "Add room"
3. Click "Add", note that you can click it multiple times to create multiple identical rooms
### Outcome
#### What did you expect?
I can click "Add" only once or only one room will be created.
#### What happened instead?
I c... | 1.0 | Add button in create room dialog can be pressed multiple times - ### Steps to reproduce
1. Home -> + -> Create room
2. Add some details for "Add room"
3. Click "Add", note that you can click it multiple times to create multiple identical rooms
### Outcome
#### What did you expect?
I can click "Add" only once or o... | defect | add button in create room dialog can be pressed multiple times steps to reproduce home create room add some details for add room click add note that you can click it multiple times to create multiple identical rooms outcome what did you expect i can click add only once or o... | 1 |
326,307 | 24,077,988,968 | IssuesEvent | 2022-09-19 01:32:59 | adamklie/EUGENe | https://api.github.com/repos/adamklie/EUGENe | closed | Rename for consistency | documentation | 1. BasicFullyConnectedModule —> BasicFullyConnected
2. load_data.py —> io.py
3. ohe() —> encodeDNA()
4. ids --> names | 1.0 | Rename for consistency - 1. BasicFullyConnectedModule —> BasicFullyConnected
2. load_data.py —> io.py
3. ohe() —> encodeDNA()
4. ids --> names | non_defect | rename for consistency basicfullyconnectedmodule — basicfullyconnected load data py — io py ohe — encodedna ids names | 0 |
42,610 | 11,171,116,033 | IssuesEvent | 2019-12-28 17:14:50 | networkx/networkx | https://api.github.com/repos/networkx/networkx | closed | Shell radius too big for shells of 1 element. | Defect | This bug appears to be the opposite of issue #3188 where shells of one element collapsed to zero radius.
```
nx.__version__
'2.4'
```
Shells with one element now get assigned an X position equal to their location +1 in nlist.
shell_layout(nlist=[[1,2],[3, 4],[5, 6], [7], [8]])
{1: array([2.00000003e-01, ... | 1.0 | Shell radius too big for shells of 1 element. - This bug appears to be the opposite of issue #3188 where shells of one element collapsed to zero radius.
```
nx.__version__
'2.4'
```
Shells with one element now get assigned an X position equal to their location +1 in nlist.
shell_layout(nlist=[[1,2],[3, 4],[... | defect | shell radius too big for shells of element this bug appears to be the opposite of issue where shells of one element collapsed to zero radius nx version shells with one element now get assigned an x position equal to their location in nlist shell layout nlist ... | 1 |
11,399 | 8,380,598,652 | IssuesEvent | 2018-10-07 16:18:28 | kevinpapst/kimai2 | https://api.github.com/repos/kevinpapst/kimai2 | closed | invalid CSRF-Token | bug security | **Describe the bug**
having recieved a passwort-reset-URI , follwing it results in a CSRF-Error
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'forgot password'
2. recieve mail and click on the confirmation-URI
3. kimai-installation complains about invalid CSRF-Token
**Expected behavior**
beeing... | True | invalid CSRF-Token - **Describe the bug**
having recieved a passwort-reset-URI , follwing it results in a CSRF-Error
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'forgot password'
2. recieve mail and click on the confirmation-URI
3. kimai-installation complains about invalid CSRF-Token
**Expect... | non_defect | invalid csrf token describe the bug having recieved a passwort reset uri follwing it results in a csrf error to reproduce steps to reproduce the behavior go to forgot password recieve mail and click on the confirmation uri kimai installation complains about invalid csrf token expect... | 0 |
16,688 | 10,553,963,619 | IssuesEvent | 2019-10-03 18:23:33 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | vm_service crash on call to `dispose` | area-vm crash customer-flutter pkg-vm-service | Original issue here https://github.com/dart-lang/webdev/issues/692
It looks like one of the completers [here](https://github.com/dart-lang/sdk/blob/431176ea268cbdae776bb66d58d555a68fb2c0fb/pkg/vm_service/lib/vm_service.dart#L1701) was already completed but not removed from the map, so we tried to complete it again. ... | 1.0 | vm_service crash on call to `dispose` - Original issue here https://github.com/dart-lang/webdev/issues/692
It looks like one of the completers [here](https://github.com/dart-lang/sdk/blob/431176ea268cbdae776bb66d58d555a68fb2c0fb/pkg/vm_service/lib/vm_service.dart#L1701) was already completed but not removed from the... | non_defect | vm service crash on call to dispose original issue here it looks like one of the completers was already completed but not removed from the map so we tried to complete it again stack trace from flutter tool stateerror bad state future already completed at completer completeerror fu... | 0 |
11,252 | 2,643,934,351 | IssuesEvent | 2015-03-12 14:26:52 | cfpb/hmda-pilot | https://api.github.com/repos/cfpb/hmda-pilot | closed | "Verified" history is not holding when going in/out of macro quality errors in the summary | defect ui | **Steps to Reproduce:**
1. Selected the hsbcbank_short.dat in https://drive.google.com/drive/#folders/0B09H3U0UNCdOUmNXVkRBWnFCZFU/0B09H3U0UNCdOUWwxQXBLcUJKSG8/0B8H4isj8wC2IcUZyaHVROFV0WWM for validation
1. Clicked on next when returns with no syntactical or validity checks
1. Page down to the macro edit report
1... | 1.0 | "Verified" history is not holding when going in/out of macro quality errors in the summary - **Steps to Reproduce:**
1. Selected the hsbcbank_short.dat in https://drive.google.com/drive/#folders/0B09H3U0UNCdOUmNXVkRBWnFCZFU/0B09H3U0UNCdOUWwxQXBLcUJKSG8/0B8H4isj8wC2IcUZyaHVROFV0WWM for validation
1. Clicked on next ... | defect | verified history is not holding when going in out of macro quality errors in the summary steps to reproduce selected the hsbcbank short dat in for validation clicked on next when returns with no syntactical or validity checks page down to the macro edit report click on page down once in ... | 1 |
52,875 | 13,225,194,300 | IssuesEvent | 2020-08-17 20:40:49 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | i3tvtpd clients loose connection and stop getting new events (Trac #515) | Migrated from Trac defect glshovel | I3Tv client/server connections seems to run into a problem.
Tested with offline-software/trunk Revision: 51842
Started an i3tvtpd server, using a well-used i3 file (single file, runs in a loop over it)
Started 2 i3tvc clients connecting to this server as:
./env-shell.sh i3tvc localhost 26227 2
./env-shell.sh i3tvc lo... | 1.0 | i3tvtpd clients loose connection and stop getting new events (Trac #515) - I3Tv client/server connections seems to run into a problem.
Tested with offline-software/trunk Revision: 51842
Started an i3tvtpd server, using a well-used i3 file (single file, runs in a loop over it)
Started 2 i3tvc clients connecting to thi... | defect | clients loose connection and stop getting new events trac client server connections seems to run into a problem tested with offline software trunk revision started an server using a well used file single file runs in a loop over it started clients connecting to this server as env shell s... | 1 |
59,607 | 17,023,175,698 | IssuesEvent | 2021-07-03 00:43:02 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Make service roads narrower in Osma5 | Component: osmarender Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 1.45pm, Sunday, 2nd September 2007]**
From David Earle via Mailing list:
I'm finding it hard to tell the difference between service roads and residential/unclassified roads on the new osmarender. I see they are very slightly narrower, but it is almost indistinguis... | 1.0 | Make service roads narrower in Osma5 - **[Submitted to the original trac issue database at 1.45pm, Sunday, 2nd September 2007]**
From David Earle via Mailing list:
I'm finding it hard to tell the difference between service roads and residential/unclassified roads on the new osmarender. I see they are very slightly ... | defect | make service roads narrower in from david earle via mailing list i m finding it hard to tell the difference between service roads and residential unclassified roads on the new osmarender i see they are very slightly narrower but it is almost indistinguishable how about a slight further narrowing and l... | 1 |
578,600 | 17,148,849,334 | IssuesEvent | 2021-07-13 17:42:24 | Couchers-org/couchers | https://api.github.com/repos/Couchers-org/couchers | closed | Auto-saving or caching profile/message information as it is typed | feature frontend priority: low | If I'm filling out my profile information and refresh the "Edit Profile" page, my changes, unsurprisingly, disappear.
Can there be a mechanism to periodically "auto-save" information a user enters into their profile or into a message? I imagine that users will be writing long blocks of text on their profile (and lo... | 1.0 | Auto-saving or caching profile/message information as it is typed - If I'm filling out my profile information and refresh the "Edit Profile" page, my changes, unsurprisingly, disappear.
Can there be a mechanism to periodically "auto-save" information a user enters into their profile or into a message? I imagine tha... | non_defect | auto saving or caching profile message information as it is typed if i m filling out my profile information and refresh the edit profile page my changes unsurprisingly disappear can there be a mechanism to periodically auto save information a user enters into their profile or into a message i imagine tha... | 0 |
342,641 | 10,319,930,357 | IssuesEvent | 2019-08-30 18:56:13 | SUSE/doc-cap | https://api.github.com/repos/SUSE/doc-cap | opened | Change docs to reflect that during deploy and upgrade, start database roles as 1 | high priority | Based on what we're seeing with the migration of databases to PXC and some HA resiliency amongst some CAP components, we should extend what we tell admins to do during upgrades and deploy CAP with database roles in single availability first to allow all resources to come up properly, then scale up to HA. | 1.0 | Change docs to reflect that during deploy and upgrade, start database roles as 1 - Based on what we're seeing with the migration of databases to PXC and some HA resiliency amongst some CAP components, we should extend what we tell admins to do during upgrades and deploy CAP with database roles in single availability fi... | non_defect | change docs to reflect that during deploy and upgrade start database roles as based on what we re seeing with the migration of databases to pxc and some ha resiliency amongst some cap components we should extend what we tell admins to do during upgrades and deploy cap with database roles in single availability fi... | 0 |
4,139 | 2,985,000,140 | IssuesEvent | 2015-07-18 15:33:17 | mafagafogigante/dungeon | https://api.github.com/repos/mafagafogigante/dungeon | closed | Forbid object cloning | code-standard suggestion | Consider forbidding cloning. This is even easier to justify than forbidding the ``switch`` statement:
+ cloning is a risky extralinguistic object creation mechanism;
+ cloning demands adherence to thinly documented conventions;
+ cloning conflicts with the proper use of final fields¹;
+ cloning throws unnecessary... | 1.0 | Forbid object cloning - Consider forbidding cloning. This is even easier to justify than forbidding the ``switch`` statement:
+ cloning is a risky extralinguistic object creation mechanism;
+ cloning demands adherence to thinly documented conventions;
+ cloning conflicts with the proper use of final fields¹;
+ cl... | non_defect | forbid object cloning consider forbidding cloning this is even easier to justify than forbidding the switch statement cloning is a risky extralinguistic object creation mechanism cloning demands adherence to thinly documented conventions cloning conflicts with the proper use of final fields¹ cl... | 0 |
64,585 | 18,755,661,240 | IssuesEvent | 2021-11-05 10:24:04 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | I get asked to check new login right after I have verified that login from the same device | T-Defect | ### Steps to reproduce
1. Be logged in (session 1)
2. Log in to session 2
3. Verify session 2 using session 1
4. When verification is finished, session 1 has a toast saying "New login?" and prompting me to check… the login I just verified (i.e. approved)
### Outcome
#### What did you expect?
Not be bothered ab... | 1.0 | I get asked to check new login right after I have verified that login from the same device - ### Steps to reproduce
1. Be logged in (session 1)
2. Log in to session 2
3. Verify session 2 using session 1
4. When verification is finished, session 1 has a toast saying "New login?" and prompting me to check… the login ... | defect | i get asked to check new login right after i have verified that login from the same device steps to reproduce be logged in session log in to session verify session using session when verification is finished session has a toast saying new login and prompting me to check… the login ... | 1 |
81,964 | 31,836,573,107 | IssuesEvent | 2023-09-14 13:51:57 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | Timeline: Loss of nested timeline state (open and closed children) after timeline update | :lady_beetle: defect :bangbang: needs-triage | ### Describe the bug
When the timeline is updated if certain nested groups were expanded or collapsed or if items were zoomed to fit , all those options are reset after the update
### Reproducer
_No response_
### Expected behavior
the groups or items that should be added or deleted to update but the options of whi... | 1.0 | Timeline: Loss of nested timeline state (open and closed children) after timeline update - ### Describe the bug
When the timeline is updated if certain nested groups were expanded or collapsed or if items were zoomed to fit , all those options are reset after the update
### Reproducer
_No response_
### Expected beh... | defect | timeline loss of nested timeline state open and closed children after timeline update describe the bug when the timeline is updated if certain nested groups were expanded or collapsed or if items were zoomed to fit all those options are reset after the update reproducer no response expected beh... | 1 |
1,022 | 2,594,448,955 | IssuesEvent | 2015-02-20 03:33:37 | BALL-Project/ball | https://api.github.com/repos/BALL-Project/ball | closed | Problems in IMGDock, GridBuilder and ProteinProtonator in the CTD generation | C: BALL Core P: major R: fixed T: defect | **Reported by chahuistle on 3 Sep 42684599 13:43 UTC**
The generated CTDs by said tools cannot be processed by GKN. Here's a summary of the items that need to be fixed to be able to use these tools in KNIME:
* GridBuilder and IMGDock have a parameter named 'ini'. This is used to get the pocket in an ini file. GKN ma... | 1.0 | Problems in IMGDock, GridBuilder and ProteinProtonator in the CTD generation - **Reported by chahuistle on 3 Sep 42684599 13:43 UTC**
The generated CTDs by said tools cannot be processed by GKN. Here's a summary of the items that need to be fixed to be able to use these tools in KNIME:
* GridBuilder and IMGDock have... | defect | problems in imgdock gridbuilder and proteinprotonator in the ctd generation reported by chahuistle on sep utc the generated ctds by said tools cannot be processed by gkn here s a summary of the items that need to be fixed to be able to use these tools in knime gridbuilder and imgdock have a parame... | 1 |
49,148 | 13,185,257,538 | IssuesEvent | 2020-08-12 21:02:06 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | steamshovel - fix 'mac-steamshovel-package' target so the bots can do auto-builds (Trac #831) | Incomplete Migration Migrated from Trac combo core defect | <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/831
, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-12-09T17:11:36",
"description": "migrate some of the cmake stuff to a shell script.\nmake sure the mac bots have the nec... | 1.0 | steamshovel - fix 'mac-steamshovel-package' target so the bots can do auto-builds (Trac #831) - <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/831
, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-12-09T17:11:36",
"descri... | defect | steamshovel fix mac steamshovel package target so the bots can do auto builds trac migrated from reported by nega and owned by nega json status closed changetime description migrate some of the cmake stuff to a shell script nmake sure the mac bots h... | 1 |
2,218 | 2,603,991,278 | IssuesEvent | 2015-02-24 19:06:41 | 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 |
30,010 | 5,971,372,265 | IssuesEvent | 2017-05-31 02:13:52 | kaneless/mybatisnet | https://api.github.com/repos/kaneless/mybatisnet | closed | 3rd party .NET cache implementations integration | auto-migrated Priority-Low Type-Defect | ```
What version of the MyBatis.NET are you using?
Please describe the problem. Unit tests are best!
Do we have any 3rd party .NET cache implementations integration?
What is the expected output? What do you see instead?
Please provide any additional information below.
```
Original issue reported on code.google... | 1.0 | 3rd party .NET cache implementations integration - ```
What version of the MyBatis.NET are you using?
Please describe the problem. Unit tests are best!
Do we have any 3rd party .NET cache implementations integration?
What is the expected output? What do you see instead?
Please provide any additional information b... | defect | party net cache implementations integration what version of the mybatis net are you using please describe the problem unit tests are best do we have any party net cache implementations integration what is the expected output what do you see instead please provide any additional information below... | 1 |
15,208 | 2,850,318,043 | IssuesEvent | 2015-05-31 13:34:21 | damonkohler/android-scripting | https://api.github.com/repos/damonkohler/android-scripting | closed | adb shell python "dlopen libpython2.6.so" | auto-migrated Priority-Medium Type-Defect | ```
./adb install PythonForAndroid_r4.apk
UI execute apk & install python
download:http://code.google.com/p/python-for-android/source/browse/python-build/
standalone_python.sh
step 1:"#! /bin/sh" replace "#! /system/bin/sh"
step 2::"storage: replace "sdcard"
step 3:save as python
(cmd:./adb root)
./adb push python /sy... | 1.0 | adb shell python "dlopen libpython2.6.so" - ```
./adb install PythonForAndroid_r4.apk
UI execute apk & install python
download:http://code.google.com/p/python-for-android/source/browse/python-build/
standalone_python.sh
step 1:"#! /bin/sh" replace "#! /system/bin/sh"
step 2::"storage: replace "sdcard"
step 3:save as py... | defect | adb shell python dlopen so adb install pythonforandroid apk ui execute apk install python download standalone python sh step bin sh replace system bin sh step storage replace sdcard step save as python cmd adb root adb push python system bin adb shell root android ... | 1 |
60,273 | 8,411,224,685 | IssuesEvent | 2018-10-12 13:18:00 | alphagov/accessible-autocomplete | https://api.github.com/repos/alphagov/accessible-autocomplete | closed | Add coverage badge to readme | documentation | CI already outputs coverage reports so all we need for this is a Travis plugin and an API key for something like [coveralls.io](https://coveralls.io/). | 1.0 | Add coverage badge to readme - CI already outputs coverage reports so all we need for this is a Travis plugin and an API key for something like [coveralls.io](https://coveralls.io/). | non_defect | add coverage badge to readme ci already outputs coverage reports so all we need for this is a travis plugin and an api key for something like | 0 |
34,341 | 2,777,074,547 | IssuesEvent | 2015-05-05 03:51:32 | OpenSRP/opensrp-server | https://api.github.com/repos/OpenSRP/opensrp-server | closed | Refactoring core | discussion enhancement High Priority refactor | The Core project (opensrp-core) should follow <b><i>OpenClosed Principle</i></b> (Software entities [classes, modules, functions, etc.] should be open for extension, but closed for modification).
All classes specific to registers which are likely to change across different implementations should be moved away from ... | 1.0 | Refactoring core - The Core project (opensrp-core) should follow <b><i>OpenClosed Principle</i></b> (Software entities [classes, modules, functions, etc.] should be open for extension, but closed for modification).
All classes specific to registers which are likely to change across different implementations should ... | non_defect | refactoring core the core project opensrp core should follow openclosed principle software entities should be open for extension but closed for modification all classes specific to registers which are likely to change across different implementations should be moved away from core like registers fpme... | 0 |
272,987 | 29,800,335,755 | IssuesEvent | 2023-06-16 07:36:26 | billmcchesney1/foxtrot | https://api.github.com/repos/billmcchesney1/foxtrot | closed | CVE-2020-9493 (Critical) detected in log4j-1.2.17.jar - autoclosed | Mend: dependency security vulnerability | ## CVE-2020-9493 - Critical Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.17.jar</b></p></summary>
<p>Apache Log4j 1.2</p>
<p>Path to dependency file: /foxtrot-translator/pom.xml<... | True | CVE-2020-9493 (Critical) detected in log4j-1.2.17.jar - autoclosed - ## CVE-2020-9493 - Critical Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.17.jar</b></p></summary>
<p>Apache L... | non_defect | cve critical detected in jar autoclosed cve critical severity vulnerability vulnerable library jar apache path to dependency file foxtrot translator pom xml path to vulnerable library home wss scanner repository jar home wss scanner r... | 0 |
311,479 | 9,533,695,952 | IssuesEvent | 2019-04-29 22:06:38 | privacytoolsIO/privacytools.io | https://api.github.com/repos/privacytoolsIO/privacytools.io | closed | *please* revert to old privacytools.io website - with all elements as one singe wall | low priority 💬 discussion | Some time ago privacytools.io change the layout of the site introducing "categorized" view with drill-down sections to look up specific group of security applications, technologies or topics. This is *very* bad idea.
The way privacytools site was structured initially was great as it allowed me to just scroll one page... | 1.0 | *please* revert to old privacytools.io website - with all elements as one singe wall - Some time ago privacytools.io change the layout of the site introducing "categorized" view with drill-down sections to look up specific group of security applications, technologies or topics. This is *very* bad idea.
The way priva... | non_defect | please revert to old privacytools io website with all elements as one singe wall some time ago privacytools io change the layout of the site introducing categorized view with drill down sections to look up specific group of security applications technologies or topics this is very bad idea the way priva... | 0 |
178,963 | 6,620,408,365 | IssuesEvent | 2017-09-21 15:27:11 | dwyl/dwyl-site | https://api.github.com/repos/dwyl/dwyl-site | closed | Update Address in contact section | awaiting-review priority-2 T25m | Unit 16 Palmers Road,
London, E2 0SY, UK
- [x] Adds 'Unit' to address -> 'Unit 16' | 1.0 | Update Address in contact section - Unit 16 Palmers Road,
London, E2 0SY, UK
- [x] Adds 'Unit' to address -> 'Unit 16' | non_defect | update address in contact section unit palmers road london uk adds unit to address unit | 0 |
551,398 | 16,167,246,227 | IssuesEvent | 2021-05-01 18:56:25 | mike-eason/solaris | https://api.github.com/repos/mike-eason/solaris | closed | As a player I would like to sort carriers on the galaxy screen by total ETA | enhancement estimate: 5 priority: low status: backlog suggestion | - Not sure on the implementation of this because we do not display total ETA on the galaxy screen because there isn't enough room for it. | 1.0 | As a player I would like to sort carriers on the galaxy screen by total ETA - - Not sure on the implementation of this because we do not display total ETA on the galaxy screen because there isn't enough room for it. | non_defect | as a player i would like to sort carriers on the galaxy screen by total eta not sure on the implementation of this because we do not display total eta on the galaxy screen because there isn t enough room for it | 0 |
193,047 | 6,877,805,118 | IssuesEvent | 2017-11-20 09:33:34 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | opened | Allow "CLONE" / "IMAGE_FLATTEN" / "REVERT" operations on VM disk in "POWEROFF" state | Category: Core & System Priority: Normal Status: Pending Tracker: Backlog | ---
Author Name: **Stefan Kooman** (Stefan Kooman)
Original Redmine Issue: 4102, https://dev.opennebula.org/issues/4102
Original Date: 2015-10-28
---
As Discussed at OpenNebula Conf 2015 allow "CLONE" / "IMAGE_FLATTEN" / "REVERT" operations on VM disk images (state "USED") while the VM that's using them is in stat... | 1.0 | Allow "CLONE" / "IMAGE_FLATTEN" / "REVERT" operations on VM disk in "POWEROFF" state - ---
Author Name: **Stefan Kooman** (Stefan Kooman)
Original Redmine Issue: 4102, https://dev.opennebula.org/issues/4102
Original Date: 2015-10-28
---
As Discussed at OpenNebula Conf 2015 allow "CLONE" / "IMAGE_FLATTEN" / "REVERT... | non_defect | allow clone image flatten revert operations on vm disk in poweroff state author name stefan kooman stefan kooman original redmine issue original date as discussed at opennebula conf allow clone image flatten revert operations on vm disk images state used wh... | 0 |
219,383 | 7,341,699,465 | IssuesEvent | 2018-03-07 03:32:43 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | After processing the request object, some of the claim attributes are lost from the processed object. | Component/OIDC Priority/Highest Severity/Blocker Type/Bug | Tried with this below request object,
{
"alg": "",
"kid": "GxlIiwianVqsDuushgjE0OTUxOTk"
}
.
{
"aud": "https://api.alphanbank.com",
"iss": "s6BhdRkqt3",
"response_type": "code id_token",
"client_id": "s6BhdRkqt3",
"redirect_uri": "https://api.mytpp.com/cb",
"scope": "openid payme... | 1.0 | After processing the request object, some of the claim attributes are lost from the processed object. - Tried with this below request object,
{
"alg": "",
"kid": "GxlIiwianVqsDuushgjE0OTUxOTk"
}
.
{
"aud": "https://api.alphanbank.com",
"iss": "s6BhdRkqt3",
"response_type": "code id_token",
... | non_defect | after processing the request object some of the claim attributes are lost from the processed object tried with this below request object alg kid aud iss response type code id token client id redirect uri scope openi... | 0 |
227,197 | 18,053,547,871 | IssuesEvent | 2021-09-20 03:32:42 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [Security solution] 'Add Trusted Application' button blink when we search trusted application with non existing value. | bug impact:low Team: SecuritySolution Team:Onboarding and Lifecycle Mgt QA:Ready for Testing OLM Sprint v7.15.0 | **Description:**
'Add Trusted Application' button blink when we search trusted application with non existing value.
**Build Details:**
```
Version: 7.15.0-SNAPSHOT
Build number: 43322
Commit: f448fcd00b319a3be0d1a1ae356956446e4d7ef8
Artifact: https://artifacts-api.elastic.co/v1/search/7.15.0-SNAPSHOT
```
... | 1.0 | [Security solution] 'Add Trusted Application' button blink when we search trusted application with non existing value. - **Description:**
'Add Trusted Application' button blink when we search trusted application with non existing value.
**Build Details:**
```
Version: 7.15.0-SNAPSHOT
Build number: 43322
Co... | non_defect | add trusted application button blink when we search trusted application with non existing value description add trusted application button blink when we search trusted application with non existing value build details version snapshot build number commit artifact ... | 0 |
51,430 | 13,207,471,815 | IssuesEvent | 2020-08-14 23:14:01 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | I3Db services should always check the status of mysql connection (Trac #402) | I3Db Incomplete Migration Migrated from Trac defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/402">https://code.icecube.wisc.edu/projects/icecube/ticket/402</a>, reported by blaufussand owned by kohnen</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2012-07-05T10:56:21",
"_ts": "1341... | 1.0 | I3Db services should always check the status of mysql connection (Trac #402) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/402">https://code.icecube.wisc.edu/projects/icecube/ticket/402</a>, reported by blaufussand owned by kohnen</em></summary>
<p>
```json
{
... | defect | services should always check the status of mysql connection trac migrated from json status closed changetime ts description services that use connections to a mysql server shoudl check that nremore server is still attached we ve had several... | 1 |
784,260 | 27,563,428,135 | IssuesEvent | 2023-03-08 00:40:23 | NuGet/Home | https://api.github.com/repos/NuGet/Home | reopened | Static graph-based restore crashes on systems with alternate console encodings | Priority:1 Type:Bug Functionality:Restore RegressionFromPreviousRTM Area:RestoreStaticGraph | ### NuGet Product Used
dotnet.exe, MSBuild.exe
### Product Version
Visual Studio 17.5 and above
### Worked before?
Yes, Visual Studio 17.4
### Impact
It's more difficult to complete my work
### Repro Steps & Context
In Windows Region settings, enable "Use Unicode UTF-8 for worldwide language ... | 1.0 | Static graph-based restore crashes on systems with alternate console encodings - ### NuGet Product Used
dotnet.exe, MSBuild.exe
### Product Version
Visual Studio 17.5 and above
### Worked before?
Yes, Visual Studio 17.4
### Impact
It's more difficult to complete my work
### Repro Steps & Context... | non_defect | static graph based restore crashes on systems with alternate console encodings nuget product used dotnet exe msbuild exe product version visual studio and above worked before yes visual studio impact it s more difficult to complete my work repro steps context ... | 0 |
269,093 | 8,425,742,708 | IssuesEvent | 2018-10-16 04:18:04 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | translate.google.com.vn - Sound doesn't play | browser-firefox priority-important severity-important | <!-- @browser: Firefox 64.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://translate.google.com.vn/#fr/en/l'homme
**Browser / Version**: Firefox 64.0
**Operating System**: Windows 10
**Tested Another Br... | 1.0 | translate.google.com.vn - Sound doesn't play - <!-- @browser: Firefox 64.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://translate.google.com.vn/#fr/en/l'homme
**Browser / Version**: Firefox 64.0
**Ope... | non_defect | translate google com vn sound doesn t play url browser version firefox operating system windows tested another browser yes problem type video or audio doesn t play description when i press on the listen button it doesn t play the sound steps to reproduce ent... | 0 |
32,025 | 6,688,386,437 | IssuesEvent | 2017-10-08 14:12:36 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | SqlserverSchema return colum length double the actual size | database Defect On hold ORM sqlserver | This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.5.3.
* Platform and Target: Windows, MS SQL Server 2012.
### What you did
I've created a fixture with a string field having a limit of 50 characters.
```php
// extra columns were truncated
clas... | 1.0 | SqlserverSchema return colum length double the actual size - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.5.3.
* Platform and Target: Windows, MS SQL Server 2012.
### What you did
I've created a fixture with a string field having a limit of 5... | defect | sqlserverschema return colum length double the actual size this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target windows ms sql server what you did i ve created a fixture with a string field having a limit of characte... | 1 |
12,975 | 4,569,143,869 | IssuesEvent | 2016-09-15 16:20:52 | oppia/oppia | https://api.github.com/repos/oppia/oppia | closed | Update the "collections" section of the creator dashboard to use the newer summary tiles. | loc: frontend starter project team: improvement notifications (@526avijitgupta) TODO: code type: feature (minor) | In the creator dashboard, the "collections" tab shows long horizontal cards. These are out of sync with the rest of the site, and should instead be replaced with the smaller collection summary tiles that are used in the library page. | 1.0 | Update the "collections" section of the creator dashboard to use the newer summary tiles. - In the creator dashboard, the "collections" tab shows long horizontal cards. These are out of sync with the rest of the site, and should instead be replaced with the smaller collection summary tiles that are used in the library ... | non_defect | update the collections section of the creator dashboard to use the newer summary tiles in the creator dashboard the collections tab shows long horizontal cards these are out of sync with the rest of the site and should instead be replaced with the smaller collection summary tiles that are used in the library ... | 0 |
81,266 | 30,777,500,236 | IssuesEvent | 2023-07-31 07:42:17 | PowerDNS/pdns | https://api.github.com/repos/PowerDNS/pdns | closed | dnsdist fails to start because it can't read it's config | defect dnsdist | <!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! -->
<!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate -->
<!-- Ple... | 1.0 | dnsdist fails to start because it can't read it's config - <!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! -->
<!-- Also please search the existing issues (both open and clo... | defect | dnsdist fails to start because it can t read it s config program dnsdist issue type bug report short description dnsdist fails to start because it can t read it s config file environment operating system software version dnsdist software ... | 1 |
68,627 | 13,162,059,269 | IssuesEvent | 2020-08-10 20:47:48 | MicrosoftDocs/vscodespaces | https://api.github.com/repos/MicrosoftDocs/vscodespaces | closed | Cleanup for open in desktop in the extension | area: vscode | - [ ] Don't prompt for the environment to connect to while in browser, just use the currently connected one
- [ ] Don't show the plan while in GH context | 1.0 | Cleanup for open in desktop in the extension - - [ ] Don't prompt for the environment to connect to while in browser, just use the currently connected one
- [ ] Don't show the plan while in GH context | non_defect | cleanup for open in desktop in the extension don t prompt for the environment to connect to while in browser just use the currently connected one don t show the plan while in gh context | 0 |
635,658 | 20,424,455,379 | IssuesEvent | 2022-02-24 01:15:35 | kubernetes-sigs/kueue | https://api.github.com/repos/kubernetes-sigs/kueue | closed | Match workload tolerations with capacity taints | kind/feature priority/important-soon | During workload scheduling, a workload's tolerations should be matched against the taints of the resource flavors. This allows a workload to opt-in to specific flavors.
/kind feature
/priority important-soon
| 1.0 | Match workload tolerations with capacity taints - During workload scheduling, a workload's tolerations should be matched against the taints of the resource flavors. This allows a workload to opt-in to specific flavors.
/kind feature
/priority important-soon
| non_defect | match workload tolerations with capacity taints during workload scheduling a workload s tolerations should be matched against the taints of the resource flavors this allows a workload to opt in to specific flavors kind feature priority important soon | 0 |
484,863 | 13,958,176,940 | IssuesEvent | 2020-10-24 10:37:48 | NethermindEth/nethermind | https://api.github.com/repos/NethermindEth/nethermind | opened | Split call environment and transaction environment | evm low priority refactoring | GasPrice, Originator, BlockHeader can all be in the transaction execution environment.
Other items can be in the call execution environment. | 1.0 | Split call environment and transaction environment - GasPrice, Originator, BlockHeader can all be in the transaction execution environment.
Other items can be in the call execution environment. | non_defect | split call environment and transaction environment gasprice originator blockheader can all be in the transaction execution environment other items can be in the call execution environment | 0 |
90,156 | 25,995,498,209 | IssuesEvent | 2022-12-20 11:12:11 | GradienceTeam/Gradience | https://api.github.com/repos/GradienceTeam/Gradience | closed | bug: Broken UI after restarted | type/bug type/duplicate build/flatpak | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
For some reason, if I try using Gradience twice, this is what appears on the second launch:

I cannot ... | 1.0 | bug: Broken UI after restarted - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
For some reason, if I try using Gradience twice, this is what appears on the second launch:
 detected in nth-check-1.0.2.tgz, nth-check-2.0.0.tgz | security vulnerability | ## CVE-2021-3803 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>nth-check-1.0.2.tgz</b>, <b>nth-check-2.0.0.tgz</b></p></summary>
<p>
<details><summary><b>nth-check-1.0.2.tgz</b><... | True | CVE-2021-3803 (Medium) detected in nth-check-1.0.2.tgz, nth-check-2.0.0.tgz - ## CVE-2021-3803 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>nth-check-1.0.2.tgz</b>, <b>nth-check-... | non_defect | cve medium detected in nth check tgz nth check tgz cve medium severity vulnerability vulnerable libraries nth check tgz nth check tgz nth check tgz performant nth check parser compiler library home page a href path to dependency file ata... | 0 |
73,980 | 24,891,713,932 | IssuesEvent | 2022-10-28 12:37:00 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Replies to threads not marking room (or thread) as unread | T-Defect | ### Steps to reproduce
1. Be looking at the home screen
2. From another account create a thread (or reply to a thread) in a shared room
3. Note that no grey dot appears on the room (or space)
4. Click on the room
5. Note that the thread icon (top right) does not have a grey dot
6. Click on the thread icon
7. Not... | 1.0 | Replies to threads not marking room (or thread) as unread - ### Steps to reproduce
1. Be looking at the home screen
2. From another account create a thread (or reply to a thread) in a shared room
3. Note that no grey dot appears on the room (or space)
4. Click on the room
5. Note that the thread icon (top right) d... | defect | replies to threads not marking room or thread as unread steps to reproduce be looking at the home screen from another account create a thread or reply to a thread in a shared room note that no grey dot appears on the room or space click on the room note that the thread icon top right d... | 1 |
193,571 | 6,886,057,366 | IssuesEvent | 2017-11-21 18:04:43 | MorpheusXAUT/slotlist-backend | https://api.github.com/repos/MorpheusXAUT/slotlist-backend | closed | Allow mission creators to delete slot registrations | bug priority/normal upcoming | Only users can currently delete registrations, so a slot can never be fully "cleared" in the list.
Mission creators (not sure about editors) should be allowed to completely delete slot registrations. Admins with the mission permission should also be allowed to do so.
-----
### Tasks
- [x] Adapt check for missio... | 1.0 | Allow mission creators to delete slot registrations - Only users can currently delete registrations, so a slot can never be fully "cleared" in the list.
Mission creators (not sure about editors) should be allowed to completely delete slot registrations. Admins with the mission permission should also be allowed to do s... | non_defect | allow mission creators to delete slot registrations only users can currently delete registrations so a slot can never be fully cleared in the list mission creators not sure about editors should be allowed to completely delete slot registrations admins with the mission permission should also be allowed to do s... | 0 |
730,713 | 25,186,696,372 | IssuesEvent | 2022-11-11 18:45:59 | michaelrsweet/lprint | https://api.github.com/repos/michaelrsweet/lprint | closed | ZEBRA EPL2 Drivers are mislabeled as ZPL | bug priority-high | lprint drivers
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/liba... | 1.0 | ZEBRA EPL2 Drivers are mislabeled as ZPL - lprint drivers
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so... | non_defect | zebra drivers are mislabeled as zpl lprint drivers warning cgroup is not fully supported yet proceeding with partial confinement error ld so object usr lib arm linux gnueabihf libarmmem platform so from etc ld so preload cannot be preloaded cannot open shared object file ignored error ld so ob... | 0 |
64,289 | 18,372,629,413 | IssuesEvent | 2021-10-11 02:56:33 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Unable to parse String to Instant when field fetched into a multiset | T: Defect | ### Expected behavior
```java
context.select(
USER.ID,
multiset(
select(
TIMELINE_ENTRY.TIMELINE_TYPE,
TIMELINE_ENTRY.START_TIME, // INSTANT
TIMELINE_ENTRY.END_TIME) // INSTANT
... | 1.0 | Unable to parse String to Instant when field fetched into a multiset - ### Expected behavior
```java
context.select(
USER.ID,
multiset(
select(
TIMELINE_ENTRY.TIMELINE_TYPE,
TIMELINE_ENTRY.START_TIME, // INSTAN... | defect | unable to parse string to instant when field fetched into a multiset expected behavior java context select user id multiset select timeline entry timeline type timeline entry start time instan... | 1 |
271,099 | 8,475,926,413 | IssuesEvent | 2018-10-24 20:21:14 | KChadwick96/rFactor-2-Overlay | https://api.github.com/repos/KChadwick96/rFactor-2-Overlay | opened | Fastest Lap Component | Priority: Low enhancement 🏎️ help wanted | Would be nice to have the fastest lap show up during the race only.
Would need a FastestLap component - only for the default (not endurance) components.
Should stay visible for 10 seconds and show driver name and laptime.
Design is not important for now, can refine together as a group. | 1.0 | Fastest Lap Component - Would be nice to have the fastest lap show up during the race only.
Would need a FastestLap component - only for the default (not endurance) components.
Should stay visible for 10 seconds and show driver name and laptime.
Design is not important for now, can refine together as a group. | non_defect | fastest lap component would be nice to have the fastest lap show up during the race only would need a fastestlap component only for the default not endurance components should stay visible for seconds and show driver name and laptime design is not important for now can refine together as a group | 0 |
21,576 | 3,520,005,491 | IssuesEvent | 2016-01-12 19:03:00 | WilliamOckham/hunpos | https://api.github.com/repos/WilliamOckham/hunpos | closed | Stack over flow for large corpora | auto-migrated Priority-Medium Type-Defect | ```
I am trying to make a new model with hunpos but it has issues with large
corpora. My corpus is 300 000 words and I get stack overflow problem.
I am using it on linux. Does this POS tagger support larger corpora? Or this
problem is because of my OS and my Computer RAM?
```
Original issue reported on code.google... | 1.0 | Stack over flow for large corpora - ```
I am trying to make a new model with hunpos but it has issues with large
corpora. My corpus is 300 000 words and I get stack overflow problem.
I am using it on linux. Does this POS tagger support larger corpora? Or this
problem is because of my OS and my Computer RAM?
```
Or... | defect | stack over flow for large corpora i am trying to make a new model with hunpos but it has issues with large corpora my corpus is words and i get stack overflow problem i am using it on linux does this pos tagger support larger corpora or this problem is because of my os and my computer ram origin... | 1 |
54,586 | 13,912,483,354 | IssuesEvent | 2020-10-20 18:56:33 | jgeraigery/LocalCatalogManager | https://api.github.com/repos/jgeraigery/LocalCatalogManager | closed | CVE-2016-3083 (High) detected in hive-service-1.2.1.jar, hive-jdbc-1.2.1.jar - autoclosed | security vulnerability | ## CVE-2016-3083 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>hive-service-1.2.1.jar</b>, <b>hive-jdbc-1.2.1.jar</b></p></summary>
<p>
<details><summary><b>hive-service-1.2.1.jar<... | True | CVE-2016-3083 (High) detected in hive-service-1.2.1.jar, hive-jdbc-1.2.1.jar - autoclosed - ## CVE-2016-3083 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>hive-service-1.2.1.jar</b>... | non_defect | cve high detected in hive service jar hive jdbc jar autoclosed cve high severity vulnerability vulnerable libraries hive service jar hive jdbc jar hive service jar the apache software foundation provides support for the apache community of open s... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.