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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
75,557 | 25,915,113,326 | IssuesEvent | 2022-12-15 16:44:35 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | Getting org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session for SauceLab using selenium 3.4.0[🐛 Bug]: | I-defect needs-triaging | ### What happened?
Getting org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session for SauceLab using selenium 3.4.0 only in case of "APAC Southeast" datacenter. And same is working using a selenium 4.7.0 jar. and other data centers are working fine with 3.4.0
### How can we reproduce th... | 1.0 | Getting org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session for SauceLab using selenium 3.4.0[🐛 Bug]: - ### What happened?
Getting org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session for SauceLab using selenium 3.4.0 only in case of "APAC Southeast" d... | defect | getting org openqa selenium sessionnotcreatedexception unable to create new remote session for saucelab using selenium what happened getting org openqa selenium sessionnotcreatedexception unable to create a new remote session for saucelab using selenium only in case of apac southeast datacent... | 1 |
71,099 | 23,444,950,319 | IssuesEvent | 2022-08-15 18:36:58 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Dev error page no longer show any arguments | defect | ### Description
Steps to reproduce:
1) clone and install `cakephp/app`
2) enable debugging
3) generate any error page (404 error page is fine for checking this)
4) select any function from stack trace and then click `Toggle Arguments` button to reveal arguments
5) you will get `No arguments` for every function
... | 1.0 | Dev error page no longer show any arguments - ### Description
Steps to reproduce:
1) clone and install `cakephp/app`
2) enable debugging
3) generate any error page (404 error page is fine for checking this)
4) select any function from stack trace and then click `Toggle Arguments` button to reveal arguments
5) you... | defect | dev error page no longer show any arguments description steps to reproduce clone and install cakephp app enable debugging generate any error page error page is fine for checking this select any function from stack trace and then click toggle arguments button to reveal arguments you w... | 1 |
74,795 | 25,332,497,714 | IssuesEvent | 2022-11-18 14:19:59 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Syntax error when from current_timestamp when precision is specified for Postgres | T: Defect | ### Expected behavior
I am using `currentLocalDateTime(6)` when used on Postgress (with Postgress dialect) I expect it to ignore the procision and use `current_timestamp` literal. It genrates the function most likely due to the fact that Postgres is missing in `CurrentTimestamp.NO_SUPPORT_PRECISION`
### Actual behav... | 1.0 | Syntax error when from current_timestamp when precision is specified for Postgres - ### Expected behavior
I am using `currentLocalDateTime(6)` when used on Postgress (with Postgress dialect) I expect it to ignore the procision and use `current_timestamp` literal. It genrates the function most likely due to the fact th... | defect | syntax error when from current timestamp when precision is specified for postgres expected behavior i am using currentlocaldatetime when used on postgress with postgress dialect i expect it to ignore the procision and use current timestamp literal it genrates the function most likely due to the fact th... | 1 |
69,069 | 22,104,688,999 | IssuesEvent | 2022-06-01 16:05:22 | idaholab/TEAL | https://api.github.com/repos/idaholab/TEAL | opened | [DEFECT] Test PyomoTest errors out with new RAVEN devel | defect | --------
Defect Description
--------
**Describe the defect**
##### What did you expect to see happen?
PyomoTest.py would run successfully when pyomo 6.4 or above is available.
##### What did you see instead?
Could not find 'raven/ravenframework'.
##### Do you have a suggested fix for the development tea... | 1.0 | [DEFECT] Test PyomoTest errors out with new RAVEN devel - --------
Defect Description
--------
**Describe the defect**
##### What did you expect to see happen?
PyomoTest.py would run successfully when pyomo 6.4 or above is available.
##### What did you see instead?
Could not find 'raven/ravenframework'.
... | defect | test pyomotest errors out with new raven devel defect description describe the defect what did you expect to see happen pyomotest py would run successfully when pyomo or above is available what did you see instead could not find raven ravenframework ... | 1 |
207,193 | 16,067,856,724 | IssuesEvent | 2021-04-23 22:46:01 | openshift/operator-custom-metrics | https://api.github.com/repos/openshift/operator-custom-metrics | opened | Better Documentation or Error Message For Missing Prometheus Monitoring | documentation kind/documentation | There is an implicit dependency on the prometheus monitoring package "github.com/coreos/prometheus-operator/pkg/apis/monitoring/v1" for ServiceMonitor types. There should be better documentation or better error checking and/or message for this dependency. | 2.0 | Better Documentation or Error Message For Missing Prometheus Monitoring - There is an implicit dependency on the prometheus monitoring package "github.com/coreos/prometheus-operator/pkg/apis/monitoring/v1" for ServiceMonitor types. There should be better documentation or better error checking and/or message for this d... | non_defect | better documentation or error message for missing prometheus monitoring there is an implicit dependency on the prometheus monitoring package github com coreos prometheus operator pkg apis monitoring for servicemonitor types there should be better documentation or better error checking and or message for this de... | 0 |
14,930 | 11,251,680,353 | IssuesEvent | 2020-01-11 01:56:44 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Make CoreCLR and Libraries live asset OverridePath/ArtifactPath normalization more consistent | area-Infrastructure untriaged | These lines take override paths and normalize them before using as artifact dirs:
https://github.com/dotnet/runtime/blob/a773bc3b315f6284f568f20f221b396f7390033c/eng/liveBuilds.targets#L12-L16
We should consider also doing this for `LibrariesAllConfigurationsOverridePath`.
It is necessary for `LibrariesOverrid... | 1.0 | Make CoreCLR and Libraries live asset OverridePath/ArtifactPath normalization more consistent - These lines take override paths and normalize them before using as artifact dirs:
https://github.com/dotnet/runtime/blob/a773bc3b315f6284f568f20f221b396f7390033c/eng/liveBuilds.targets#L12-L16
We should consider also d... | non_defect | make coreclr and libraries live asset overridepath artifactpath normalization more consistent these lines take override paths and normalize them before using as artifact dirs we should consider also doing this for librariesallconfigurationsoverridepath it is necessary for librariesoverridepath and c... | 0 |
85,238 | 3,688,242,884 | IssuesEvent | 2016-02-25 11:58:50 | CoderDojo/community-platform | https://api.github.com/repos/CoderDojo/community-platform | closed | Salesforce emails not sending | bug dojo admin high priority | It seems that in the last couple of days we have stopped getting verification emails again from Salesforce. Need to investigate. | 1.0 | Salesforce emails not sending - It seems that in the last couple of days we have stopped getting verification emails again from Salesforce. Need to investigate. | non_defect | salesforce emails not sending it seems that in the last couple of days we have stopped getting verification emails again from salesforce need to investigate | 0 |
24,542 | 4,015,741,220 | IssuesEvent | 2016-05-15 04:31:57 | bibisarminbet/google-opt-out-plugin | https://api.github.com/repos/bibisarminbet/google-opt-out-plugin | closed | Need Safari version | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Click link that says "add browser plug-in"
2. Receive message: "Safari not supported"
What is the expected output? What do you see instead?
Browser extension available. Apology page.
What version of the product are you using? On what operating system?
Most recent, iPad
P... | 1.0 | Need Safari version - ```
What steps will reproduce the problem?
1. Click link that says "add browser plug-in"
2. Receive message: "Safari not supported"
What is the expected output? What do you see instead?
Browser extension available. Apology page.
What version of the product are you using? On what operating system... | defect | need safari version what steps will reproduce the problem click link that says add browser plug in receive message safari not supported what is the expected output what do you see instead browser extension available apology page what version of the product are you using on what operating system... | 1 |
30,311 | 6,100,688,691 | IssuesEvent | 2017-06-20 13:10:32 | buildo/metarpheus-io-ts | https://api.github.com/repos/buildo/metarpheus-io-ts | closed | some commonly used generics are not correctly handled | defect | ## description
namely `TreeSet` and `Set`
## how to reproduce
- {optional: describe steps to reproduce defect}
## specs
{optional: describe a possible fix for this defect, if not obvious}
## misc
{optional: other useful info}
| 1.0 | some commonly used generics are not correctly handled - ## description
namely `TreeSet` and `Set`
## how to reproduce
- {optional: describe steps to reproduce defect}
## specs
{optional: describe a possible fix for this defect, if not obvious}
## misc
{optional: other useful info}
| defect | some commonly used generics are not correctly handled description namely treeset and set how to reproduce optional describe steps to reproduce defect specs optional describe a possible fix for this defect if not obvious misc optional other useful info | 1 |
68,682 | 21,786,215,915 | IssuesEvent | 2022-05-14 06:56:55 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | LGBT Flag Emojis do not display on Linux. | T-Defect P2 S-Minor A-Emoji | <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->

<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By follow... | 1.0 | LGBT Flag Emojis do not display on Linux. - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->

<!-- Please report security issues by email to security@matrix.org -->
<... | defect | lgbt flag emojis do not display on linux this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may ... | 1 |
139,343 | 5,367,795,042 | IssuesEvent | 2017-02-22 06:09:33 | openvstorage/framework | https://api.github.com/repos/openvstorage/framework | closed | Multiple proxies share fragment cache directory | priority_critical SRP state_verification type_bug | _From @khenderick on December 23, 2016 8:47_
We seem to have missed the issue that at this moment, all proxies share the same fragment cache directory and the size. This means that proxies will mess up each others cache and the size can grow beyond expected values.
_Copied from original issue: openvstorage/framework-... | 1.0 | Multiple proxies share fragment cache directory - _From @khenderick on December 23, 2016 8:47_
We seem to have missed the issue that at this moment, all proxies share the same fragment cache directory and the size. This means that proxies will mess up each others cache and the size can grow beyond expected values.
_C... | non_defect | multiple proxies share fragment cache directory from khenderick on december we seem to have missed the issue that at this moment all proxies share the same fragment cache directory and the size this means that proxies will mess up each others cache and the size can grow beyond expected values copied... | 0 |
72,765 | 24,279,952,373 | IssuesEvent | 2022-09-28 16:30:42 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Joined rooms are missing from my room list (related to location live sharing) | T-Defect S-Critical S-Major A-Room-List O-Uncommon | ### Steps to reproduce
Unknown but likely related to 1000s of [beacon events](https://github.com/matrix-org/matrix-spec-proposals/pull/3489) in **some** of those rooms.
Element Web 1.10.12 is also missing a few rooms but shows 2 rooms that are not visible in the current version on develop.element.io. I think this... | 1.0 | Joined rooms are missing from my room list (related to location live sharing) - ### Steps to reproduce
Unknown but likely related to 1000s of [beacon events](https://github.com/matrix-org/matrix-spec-proposals/pull/3489) in **some** of those rooms.
Element Web 1.10.12 is also missing a few rooms but shows 2 rooms... | defect | joined rooms are missing from my room list related to location live sharing steps to reproduce unknown but likely related to of in some of those rooms element web is also missing a few rooms but shows rooms that are not visible in the current version on develop element io i think this ... | 1 |
65,772 | 27,232,469,582 | IssuesEvent | 2023-02-21 14:12:39 | hashicorp/terraform-provider-azurerm | https://api.github.com/repos/hashicorp/terraform-provider-azurerm | closed | azurerm_container_group fails to pull public image from dockerhub | service/container-group upstream/microsoft | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
<!--- Please keep this note for the community --->
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the orig... | 1.0 | azurerm_container_group fails to pull public image from dockerhub - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
<!--- Please keep this note for the community --->
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03... | non_defect | azurerm container group fails to pull public image from dockerhub is there an existing issue for this i have searched the existing issues community note please vote on this issue by adding a thumbsup to the original issue to help the community and maintainers prioritize this request pl... | 0 |
226,693 | 7,522,324,296 | IssuesEvent | 2018-04-12 20:02:56 | CS2103JAN2018-F12-B4/main | https://api.github.com/repos/CS2103JAN2018-F12-B4/main | closed | Locate command | priority.high type.bug | Wrong command result for non-existing person/location or existing person without address.


... | 1.0 | Locate command - Wrong command result for non-existing person/location or existing person without address.

 complexity on <answerN> queries | imported Milestone-4 Priority-Want Type-Feature | _From [matthias...@gmail.com](https://code.google.com/u/110029356478037175549/) on March 21, 2013 19:46:38_
Since b89bc9a68e68 the constructions used when transforming Query() results to \<answerN> lists where each answer is individually numbered have O(n²) time complexity. This needs to be fixed because gosa_query_fa... | 1.0 | Fix O(n²) complexity on <answerN> queries - _From [matthias...@gmail.com](https://code.google.com/u/110029356478037175549/) on March 21, 2013 19:46:38_
Since b89bc9a68e68 the constructions used when transforming Query() results to \<answerN> lists where each answer is individually numbered have O(n²) time complexity. ... | non_defect | fix o n² complexity on queries from on march since the constructions used when transforming query results to lists where each answer is individually numbered have o n² time complexity this needs to be fixed because gosa query fai release in particular can result in of answers two solu... | 0 |
729,444 | 25,126,906,486 | IssuesEvent | 2022-11-09 12:27:25 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.facebook.com - see bug description | browser-firefox priority-critical engine-gecko os-win11 trend-button | <!-- @browser: Firefox 106.0.5 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/113693 -->
**URL**: https://www.facebook.com/
**Browser / Version**: Firefox 106.0.5
... | 1.0 | www.facebook.com - see bug description - <!-- @browser: Firefox 106.0.5 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/113693 -->
**URL**: https://www.facebook.com/... | non_defect | see bug description url browser version firefox operating system windows tested another browser no problem type something else description when trying to close a photo nothing happens if i continue clicking until something happens i m taken to a non relatable... | 0 |
27,091 | 4,875,175,451 | IssuesEvent | 2016-11-16 08:40:44 | TNGSB/eWallet | https://api.github.com/repos/TNGSB/eWallet | closed | eWallet_MobileApp(Profile Update) #107 | Defect - Medium (Sev-3) |
[Defect_Mobile App #107.xlsx](https://github.com/TNGSB/eWallet/files/593569/Defect_Mobile.App.107.xlsx)
Test Description : To verify the fields input for "Phone" update - alphanumeric characters
Defect Description : System allowed alphanumeric characters input for Android and IOS
Tested in Build : 31 Android an... | 1.0 | eWallet_MobileApp(Profile Update) #107 -
[Defect_Mobile App #107.xlsx](https://github.com/TNGSB/eWallet/files/593569/Defect_Mobile.App.107.xlsx)
Test Description : To verify the fields input for "Phone" update - alphanumeric characters
Defect Description : System allowed alphanumeric characters input for Android ... | defect | ewallet mobileapp profile update test description to verify the fields input for phone update alphanumeric characters defect description system allowed alphanumeric characters input for android and ios tested in build android and ios refer attachment for pot | 1 |
41,443 | 10,469,658,119 | IssuesEvent | 2019-09-22 22:25:40 | zfsonlinux/zfs | https://api.github.com/repos/zfsonlinux/zfs | closed | disabled resilver_defer feature leads to looping resilvers | Type: Defect | ### System information
smartos 20190718T005708Z
### Describe the problem you're observing
When a disk is replaced with another on a pool with the resilver_defer feature present, but no enabled the resilver activity restarts during each spa_sync.
### Describe how to reproduce the problem
1. Create a pool of two... | 1.0 | disabled resilver_defer feature leads to looping resilvers - ### System information
smartos 20190718T005708Z
### Describe the problem you're observing
When a disk is replaced with another on a pool with the resilver_defer feature present, but no enabled the resilver activity restarts during each spa_sync.
### D... | defect | disabled resilver defer feature leads to looping resilvers system information smartos describe the problem you re observing when a disk is replaced with another on a pool with the resilver defer feature present but no enabled the resilver activity restarts during each spa sync describe how to ... | 1 |
33,475 | 14,118,949,475 | IssuesEvent | 2020-11-08 15:42:57 | ramboxapp/community-edition | https://api.github.com/repos/ramboxapp/community-edition | reopened | MS Teams: can't login into external apps | investigate service-bug | ### Steps to reproduce
1. install an app like Lucidchart
2. try to sign in
### Expected behavior
Login should be recognized by Teams in Rambox.
### Actual behavior
The sign in button opens a link in my browser. I can login but Teams in Rambox doesn't recognize the login and i can not use the app.
May... | 1.0 | MS Teams: can't login into external apps - ### Steps to reproduce
1. install an app like Lucidchart
2. try to sign in
### Expected behavior
Login should be recognized by Teams in Rambox.
### Actual behavior
The sign in button opens a link in my browser. I can login but Teams in Rambox doesn't recognize ... | non_defect | ms teams can t login into external apps steps to reproduce install an app like lucidchart try to sign in expected behavior login should be recognized by teams in rambox actual behavior the sign in button opens a link in my browser i can login but teams in rambox doesn t recognize ... | 0 |
7,134 | 2,610,328,647 | IssuesEvent | 2015-02-26 19:45:54 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | Gameplay Error | auto-migrated Priority-Medium Type-Defect | ```
Luminara wont attack..
Missing Muzzle A bone..needs to be re-rigged
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 12 Jun 2011 at 7:00 | 1.0 | Gameplay Error - ```
Luminara wont attack..
Missing Muzzle A bone..needs to be re-rigged
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 12 Jun 2011 at 7:00 | defect | gameplay error luminara wont attack missing muzzle a bone needs to be re rigged original issue reported on code google com by gmail com on jun at | 1 |
195,905 | 15,560,148,523 | IssuesEvent | 2021-03-16 12:23:48 | beatrizamonestares/irene-bea | https://api.github.com/repos/beatrizamonestares/irene-bea | reopened | Pasar anexos a latex | documentation | **Anexos**
- [x] Plan del proyecto software
- [x] Especificación de Requisitos
- [x] Especificación de diseño
- [x] Manual del programador
- [x] Manual de usuario
#
Expresión regular para corregir las referencias:
- Buscar: `(\{\[\})([\w:\\]+)(\{\]\}\\\_)`
- Reemplazar por:` \\citep{\2}`
Ej: `{[}art:campbel... | 1.0 | Pasar anexos a latex - **Anexos**
- [x] Plan del proyecto software
- [x] Especificación de Requisitos
- [x] Especificación de diseño
- [x] Manual del programador
- [x] Manual de usuario
#
Expresión regular para corregir las referencias:
- Buscar: `(\{\[\})([\w:\\]+)(\{\]\}\\\_)`
- Reemplazar por:` \\citep{\2}`... | non_defect | pasar anexos a latex anexos plan del proyecto software especificación de requisitos especificación de diseño manual del programador manual de usuario expresión regular para corregir las referencias buscar reemplazar por citep ej ... | 0 |
36,087 | 7,858,843,293 | IssuesEvent | 2018-06-21 14:56:59 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | CREATE TABLE with enum types generates CHECK constraint rather than enum type reference in PostgreSQL | C: DB: PostgreSQL C: Functionality P: Medium T: Defect | org.jooq.impl.Tools.toSQLDDLTypeDeclaration(Context<?>, DataType<?>) has been changed so that for Postgres a unappropriate default no creates a replacement for postgres enum types by mapping to varchar instead of using the original enum type.
```java
// [#5299] MySQL enum types
if (EnumType.class.isAssignableF... | 1.0 | CREATE TABLE with enum types generates CHECK constraint rather than enum type reference in PostgreSQL - org.jooq.impl.Tools.toSQLDDLTypeDeclaration(Context<?>, DataType<?>) has been changed so that for Postgres a unappropriate default no creates a replacement for postgres enum types by mapping to varchar instead of usi... | defect | create table with enum types generates check constraint rather than enum type reference in postgresql org jooq impl tools tosqlddltypedeclaration context datatype has been changed so that for postgres a unappropriate default no creates a replacement for postgres enum types by mapping to varchar instead of using t... | 1 |
302,762 | 26,161,066,321 | IssuesEvent | 2022-12-31 14:40:13 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: unoptimized-query-oracle/disable-rules=all failed | C-test-failure O-robot O-roachtest branch-release-22.2 | roachtest.unoptimized-query-oracle/disable-rules=all [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8147282?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8147282?buildTab=artifact... | 2.0 | roachtest: unoptimized-query-oracle/disable-rules=all failed - roachtest.unoptimized-query-oracle/disable-rules=all [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8147282?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroa... | non_defect | roachtest unoptimized query oracle disable rules all failed roachtest unoptimized query oracle disable rules all with on release test artifacts and logs in artifacts unoptimized query oracle disable rules all run test impl go fatal pq use of partitions requires an enterprise license... | 0 |
23,890 | 3,865,266,231 | IssuesEvent | 2016-04-08 16:44:50 | buildo/github-workflow-pal | https://api.github.com/repos/buildo/github-workflow-pal | opened | Subissues should inherit all the labels from the macro | defect | ## description
- it currently gets only the first one | 1.0 | Subissues should inherit all the labels from the macro - ## description
- it currently gets only the first one | defect | subissues should inherit all the labels from the macro description it currently gets only the first one | 1 |
28,154 | 5,200,912,217 | IssuesEvent | 2017-01-24 01:52:45 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | PaginatorHelper sort() method generates links without keeping the GET parameter: limit | Defect pagination | This is a (multiple allowed):
- [x] bug
- [ ] enhancement
- [ ] feature-discussion (RFC)
- CakePHP Version: 3.2.3
- Platform and Target: Ubuntu 14.04, Apache Mysql 5.6.31 Php 5.5.9
My url is:
`/users?advanced_search=1&username=Greg&limit=100`
I use the paginator helper to generate sort urls like so:
`$headers[] = $... | 1.0 | PaginatorHelper sort() method generates links without keeping the GET parameter: limit - This is a (multiple allowed):
- [x] bug
- [ ] enhancement
- [ ] feature-discussion (RFC)
- CakePHP Version: 3.2.3
- Platform and Target: Ubuntu 14.04, Apache Mysql 5.6.31 Php 5.5.9
My url is:
`/users?advanced_search=1&username=Gr... | defect | paginatorhelper sort method generates links without keeping the get parameter limit this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target ubuntu apache mysql php my url is users advanced search username greg limit ... | 1 |
32,180 | 6,732,302,314 | IssuesEvent | 2017-10-18 10:56:19 | PowerDNS/pdns | https://api.github.com/repos/PowerDNS/pdns | closed | omitting default-zsk-algorithm in pdns.conf will result in a warning | auth defect | - Program: Authoritative
- Issue type: Bug report
### Short description
When the setting `default-zsk-algorithm` is not specified in the pdns.conf it will cause a warning at startup:
`Warning: default-zsk-algorithm set to unknown algorithm: `
### Environment
- Operating system: Arch Linux x64
- Sof... | 1.0 | omitting default-zsk-algorithm in pdns.conf will result in a warning - - Program: Authoritative
- Issue type: Bug report
### Short description
When the setting `default-zsk-algorithm` is not specified in the pdns.conf it will cause a warning at startup:
`Warning: default-zsk-algorithm set to unknown algorithm... | defect | omitting default zsk algorithm in pdns conf will result in a warning program authoritative issue type bug report short description when the setting default zsk algorithm is not specified in the pdns conf it will cause a warning at startup warning default zsk algorithm set to unknown algorithm... | 1 |
32,951 | 4,443,521,377 | IssuesEvent | 2016-08-19 17:01:18 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | Should explicit interface implementations also report errors for tuple names mismatch? | Area-Language Design Language-C# New Language Feature - Tuples | Question for LDM: Should explicit interface implementations also report errors for tuple names mismatch?
```C#
public interface I0
{
void M1((int, int b) x);
void M2((int a, int b) x);
(int, int b) MR1();
(int a, int b) MR2();
}
public class C : I0
{
void I0.M1((int notMissing, int b) z... | 1.0 | Should explicit interface implementations also report errors for tuple names mismatch? - Question for LDM: Should explicit interface implementations also report errors for tuple names mismatch?
```C#
public interface I0
{
void M1((int, int b) x);
void M2((int a, int b) x);
(int, int b) MR1();
(... | non_defect | should explicit interface implementations also report errors for tuple names mismatch question for ldm should explicit interface implementations also report errors for tuple names mismatch c public interface void int int b x void int a int b x int int b int a... | 0 |
268,567 | 8,408,296,896 | IssuesEvent | 2018-10-12 00:45:53 | interlockledger/peer2peer | https://api.github.com/repos/interlockledger/peer2peer | closed | System.InvalidOperationException: Reading is not allowed after reader was completed. | bug high priority | ### From console log:
```
[[::ffff:127.0.0.1]:49308]: connected
fail: PeerListener[0]
-- Error while trying to listen to clients.
System.InvalidOperationException: Reading is not allowed after reader was completed.
at System.IO.Pipelines.ThrowHelper.ThrowInvalidOperationException_NoReadingAllowed()
a... | 1.0 | System.InvalidOperationException: Reading is not allowed after reader was completed. - ### From console log:
```
[[::ffff:127.0.0.1]:49308]: connected
fail: PeerListener[0]
-- Error while trying to listen to clients.
System.InvalidOperationException: Reading is not allowed after reader was completed.
at ... | non_defect | system invalidoperationexception reading is not allowed after reader was completed from console log connected fail peerlistener error while trying to listen to clients system invalidoperationexception reading is not allowed after reader was completed at system io pipelines thro... | 0 |
27,486 | 4,314,181,489 | IssuesEvent | 2016-07-22 13:39:28 | mautic/mautic | https://api.github.com/repos/mautic/mautic | closed | Editor is generating 'p' tags in page's html | Bug Pending Feedback Ready To Test | I'm building a customized theme and the editor automatically generates `<p>` tags even on text elements.
As an example, on my *page.html.php* I have
```html
<?php if ($view['slots']->hasContent('s1Titulo')): ?>
<h1 class="header text-center"><?php $view['slots']->output('s1Titulo'); ?></h1>
<?php endif... | 1.0 | Editor is generating 'p' tags in page's html - I'm building a customized theme and the editor automatically generates `<p>` tags even on text elements.
As an example, on my *page.html.php* I have
```html
<?php if ($view['slots']->hasContent('s1Titulo')): ?>
<h1 class="header text-center"><?php $view['sl... | non_defect | editor is generating p tags in page s html i m building a customized theme and the editor automatically generates tags even on text elements as an example on my page html php i have html hascontent output but the returned result will be html sdfsdf ... | 0 |
76,632 | 26,519,693,196 | IssuesEvent | 2023-01-19 00:46:47 | zed-industries/feedback | https://api.github.com/repos/zed-industries/feedback | closed | buffer symbols are corrupted | defect workspace | ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
<img width="1440" alt="image" src="https://user-images.githubusercontent.com/40336192/211156563-47ad7f2b-e7b4-4c47-8533-18498d7ff5f9.png">
### Environment
Zed 0.67.5 – /Applications/Zed.app
macOS 13.1
architectur... | 1.0 | buffer symbols are corrupted - ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
<img width="1440" alt="image" src="https://user-images.githubusercontent.com/40336192/211156563-47ad7f2b-e7b4-4c47-8533-18498d7ff5f9.png">
### Environment
Zed 0.67.5 – /Applications/Z... | defect | buffer symbols are corrupted check for existing issues completed describe the bug provide steps to reproduce it img width alt image src environment zed – applications zed app macos architecture if applicable add mockups screenshots to help explain present your... | 1 |
19,649 | 26,008,904,910 | IssuesEvent | 2022-12-20 22:30:44 | CSE201-project/PaperFriend-desktop-app | https://api.github.com/repos/CSE201-project/PaperFriend-desktop-app | closed | Load from file/ save to file activities and friends | file processing | As you can see at the top of mainwindow.cpp, there are a few vectors that are going to be shared by many components of the app. Here are the two you have to focus on:
std::vector<Activity>vector_activities;
std::vector<Friend>vector_friends;
They represent all the activities resp. friends that the user can s... | 1.0 | Load from file/ save to file activities and friends - As you can see at the top of mainwindow.cpp, there are a few vectors that are going to be shared by many components of the app. Here are the two you have to focus on:
std::vector<Activity>vector_activities;
std::vector<Friend>vector_friends;
They represen... | non_defect | load from file save to file activities and friends as you can see at the top of mainwindow cpp there are a few vectors that are going to be shared by many components of the app here are the two you have to focus on std vector vector activities std vector vector friends they represent all the activi... | 0 |
22,664 | 3,681,205,906 | IssuesEvent | 2016-02-24 01:45:52 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Validate DOM types in dart:html | area-dartium priority-unassigned resolution-assumed_stale triaged Type-Defect | If I edit the html_dartium's type table to add an invalid type, e.g.,:
'HTMLBodyElement': () => String,
then, instantiating this type in Dart (document.body) will crash the browser. I think we need to either:
(a) Add a check in DartDOMWrapper::dartClass, or
(b) Handle the error case in DartDOMWrappe... | 1.0 | Validate DOM types in dart:html - If I edit the html_dartium's type table to add an invalid type, e.g.,:
'HTMLBodyElement': () => String,
then, instantiating this type in Dart (document.body) will crash the browser. I think we need to either:
(a) Add a check in DartDOMWrapper::dartClass, or
(b) Hand... | defect | validate dom types in dart html if i edit the html dartium s type table to add an invalid type e g nbsp nbsp htmlbodyelement gt string then instantiating this type in dart document body will crash the browser i think we need to either a add a check in dartdomwrapper dartclass or b hand... | 1 |
82,070 | 31,899,081,198 | IssuesEvent | 2023-09-18 06:14:49 | vector-im/element-desktop | https://api.github.com/repos/vector-im/element-desktop | closed | All persons with same display name get notified if just one gets mentioned in a group chat. | T-Defect | ### Steps to reproduce
1. Where are you starting? What can you see?
I have the public room #nix:nixos.org opened in Element Desktop. I joined this room a while ago and my display name is "Daniel".
The left half of the screen shows messages in the room. The right half shows my room notifications.
### O... | 1.0 | All persons with same display name get notified if just one gets mentioned in a group chat. - ### Steps to reproduce
1. Where are you starting? What can you see?
I have the public room #nix:nixos.org opened in Element Desktop. I joined this room a while ago and my display name is "Daniel".
The left half of the... | defect | all persons with same display name get notified if just one gets mentioned in a group chat steps to reproduce where are you starting what can you see i have the public room nix nixos org opened in element desktop i joined this room a while ago and my display name is daniel the left half of the... | 1 |
79,728 | 28,506,590,037 | IssuesEvent | 2023-04-18 22:08:26 | dotCMS/core | https://api.github.com/repos/dotCMS/core | opened | Unable to Reorder Contents Editing a Page | Type : Defect Triage | ### Parent Issue
_No response_
### Problem Statement
As a content editor, I am unable to reorder contents while editing a page. When I try to drag and drop contents, it doesn't work and I receive an error in the JS console.
, fails: `automate edit add-command-launchpoint "*" --name "Go"`
```
Failed Unexpectedly, with: The command identifiers must include at least one identifier (Parameter 'commandIds')
Actual value was System.Collections.Generic.List`1[System.String].
```
| 1.0 | Defect: adding launchpoint - this command (on a new pattern), fails: `automate edit add-command-launchpoint "*" --name "Go"`
```
Failed Unexpectedly, with: The command identifiers must include at least one identifier (Parameter 'commandIds')
Actual value was System.Collections.Generic.List`1[System.String].
```
| defect | defect adding launchpoint this command on a new pattern fails automate edit add command launchpoint name go failed unexpectedly with the command identifiers must include at least one identifier parameter commandids actual value was system collections generic list | 1 |
120,585 | 4,791,853,387 | IssuesEvent | 2016-10-31 13:59:52 | TheScienceMuseum/collectionsonline | https://api.github.com/repos/TheScienceMuseum/collectionsonline | closed | Update dependencies | priority-3 technical | We have a few dependencies that need a quick update (although the github release notes for these 3 are particularly unhelpful - read: non-existent):
https://david-dm.org/TheScienceMuseum/collectionsonline
<img width="980" alt="screen shot 2016-09-25 at 23 47 33" src="https://cloud.githubusercontent.com/assets/4185328/... | 1.0 | Update dependencies - We have a few dependencies that need a quick update (although the github release notes for these 3 are particularly unhelpful - read: non-existent):
https://david-dm.org/TheScienceMuseum/collectionsonline
<img width="980" alt="screen shot 2016-09-25 at 23 47 33" src="https://cloud.githubuserconte... | non_defect | update dependencies we have a few dependencies that need a quick update although the github release notes for these are particularly unhelpful read non existent img width alt screen shot at src | 0 |
749,302 | 26,157,909,091 | IssuesEvent | 2022-12-31 03:39:41 | ubcuas/GCOM-Lite-Front-End | https://api.github.com/repos/ubcuas/GCOM-Lite-Front-End | opened | Integration | Priority: High Status: Blocked Type: Enhancement | The front end needs to be connected to the backend once possible. This is blocked for now but will proceed soon. | 1.0 | Integration - The front end needs to be connected to the backend once possible. This is blocked for now but will proceed soon. | non_defect | integration the front end needs to be connected to the backend once possible this is blocked for now but will proceed soon | 0 |
361,570 | 25,343,892,906 | IssuesEvent | 2022-11-19 02:02:17 | mantidproject/mantid | https://api.github.com/repos/mantidproject/mantid | closed | Move Technical Concepts pages from Docs -> DevDocs | Documentation Maintenance Stale | **Describe the outcome that is desired.**
The [Concepts section](https://docs.mantidproject.org/nightly/concepts/index.html) of the docs has many pages on specific technical parts of our code which aren't useful to users.
The list of pages I think should be moved to the docs (but there may be more) is:
- https:/... | 1.0 | Move Technical Concepts pages from Docs -> DevDocs - **Describe the outcome that is desired.**
The [Concepts section](https://docs.mantidproject.org/nightly/concepts/index.html) of the docs has many pages on specific technical parts of our code which aren't useful to users.
The list of pages I think should be moved t... | non_defect | move technical concepts pages from docs devdocs describe the outcome that is desired the of the docs has many pages on specific technical parts of our code which aren t useful to users the list of pages i think should be moved to the docs but there may be more is some pages sho... | 0 |
76,128 | 26,257,155,716 | IssuesEvent | 2023-01-06 02:28:38 | bigbluebutton/bigbluebutton | https://api.github.com/repos/bigbluebutton/bigbluebutton | closed | slides_new.xml contains chat but slides | type: defect priority: low module: recording status: stale | Originally reported on Google Code with ID 1691
```
In playback:
"slides_new.xml" is used as timeline source in the audio html tag, this xml file only
contains chat messages. Change its name to "chat.xml" . Slides are taken from "shapes.svg"
```
Reported by `guga.salazar.loor` on 2013-11-25 18:54:36
| 1.0 | slides_new.xml contains chat but slides - Originally reported on Google Code with ID 1691
```
In playback:
"slides_new.xml" is used as timeline source in the audio html tag, this xml file only
contains chat messages. Change its name to "chat.xml" . Slides are taken from "shapes.svg"
```
Reported by `guga.salazar.loo... | defect | slides new xml contains chat but slides originally reported on google code with id in playback slides new xml is used as timeline source in the audio html tag this xml file only contains chat messages change its name to chat xml slides are taken from shapes svg reported by guga salazar loor ... | 1 |
72,905 | 24,353,407,598 | IssuesEvent | 2022-10-03 04:04:42 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | opened | Can't rearrange spaces | T-Defect | ### Steps to reproduce
1. Enable new layout
2. Tap on the spaces icon
3. Try to rearrange a space
### Outcome
#### What did you expect?
Be able to rearrange a space like in the old layout
#### What happened instead?
Tapping and holding the space brings options instead
### Your phone model
SHARP Aquos V6
##... | 1.0 | Can't rearrange spaces - ### Steps to reproduce
1. Enable new layout
2. Tap on the spaces icon
3. Try to rearrange a space
### Outcome
#### What did you expect?
Be able to rearrange a space like in the old layout
#### What happened instead?
Tapping and holding the space brings options instead
### Your phone ... | defect | can t rearrange spaces steps to reproduce enable new layout tap on the spaces icon try to rearrange a space outcome what did you expect be able to rearrange a space like in the old layout what happened instead tapping and holding the space brings options instead your phone ... | 1 |
237,504 | 18,162,108,114 | IssuesEvent | 2021-09-27 10:49:18 | EventStore/documentation | https://api.github.com/repos/EventStore/documentation | closed | Combine the landing page of doc and cloud | documentation size/small area/cloud | i need to click twice to actually go to the cloud doc , and always first land on https://developers.eventstore.com/cloud/
couldn't we merge that page with the intro page https://developers.eventstore.com/cloud/intro/ | 1.0 | Combine the landing page of doc and cloud - i need to click twice to actually go to the cloud doc , and always first land on https://developers.eventstore.com/cloud/
couldn't we merge that page with the intro page https://developers.eventstore.com/cloud/intro/ | non_defect | combine the landing page of doc and cloud i need to click twice to actually go to the cloud doc and always first land on couldn t we merge that page with the intro page | 0 |
341,952 | 30,606,992,286 | IssuesEvent | 2023-07-23 05:49:51 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | reopened | Fix jax_numpy_logic.test_jax_isposinf | JAX Frontend Sub Task Failing Test | | | |
|---|---|
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a... | 1.0 | Fix jax_numpy_logic.test_jax_isposinf - | | |
|---|---|
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://i... | non_defect | fix jax numpy logic test jax isposinf paddle a href src torch a href src numpy a href src jax a href src tensorflow a href src | 0 |
10,623 | 2,622,177,486 | IssuesEvent | 2015-03-04 00:17:19 | byzhang/leveldb | https://api.github.com/repos/byzhang/leveldb | closed | make php binding for leveldb | auto-migrated Priority-Medium Type-Defect | ```
One exists (https://github.com/arraypad/php-leveldb)
but does not implement all features and is not active anymore.
```
Original issue reported on code.google.com by `realt5...@gmail.com` on 7 Apr 2012 at 1:54 | 1.0 | make php binding for leveldb - ```
One exists (https://github.com/arraypad/php-leveldb)
but does not implement all features and is not active anymore.
```
Original issue reported on code.google.com by `realt5...@gmail.com` on 7 Apr 2012 at 1:54 | defect | make php binding for leveldb one exists but does not implement all features and is not active anymore original issue reported on code google com by gmail com on apr at | 1 |
71,689 | 23,760,469,766 | IssuesEvent | 2022-09-01 08:26:49 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | p-calendar: Inline mode does not work inside p-dialog | defect | ### Describe the bug
When attempting to show the `p-calendar` inside of a `p-dialog` in `inline` mode, the calendar does not render properly.

The code is very straightforward and can be re... | 1.0 | p-calendar: Inline mode does not work inside p-dialog - ### Describe the bug
When attempting to show the `p-calendar` inside of a `p-dialog` in `inline` mode, the calendar does not render properly.
 in their name through GUI in federated setups | priority: medium | <!--- Provide a general summary of the issue in the Title above -->
I was able to create a bucket named `he.man` from minio GUI interface. And was also able to delete the bucket from the GUI interface. However, If I refresh the page before deleting the bucket, the bucket name changes to `man/he`. Once this happens w... | 1.0 | Unable to delete buckets with a dot(.) in their name through GUI in federated setups - <!--- Provide a general summary of the issue in the Title above -->
I was able to create a bucket named `he.man` from minio GUI interface. And was also able to delete the bucket from the GUI interface. However, If I refresh the pa... | non_defect | unable to delete buckets with a dot in their name through gui in federated setups i was able to create a bucket named he man from minio gui interface and was also able to delete the bucket from the gui interface however if i refresh the page before deleting the bucket the bucket name changes to man he ... | 0 |
78,678 | 15,049,746,339 | IssuesEvent | 2021-02-03 11:55:40 | parallaxsecond/parsec | https://api.github.com/repos/parallaxsecond/parsec | closed | Rearrange modules for a more structured feel | code health enhancement | The top level modules (TLM) of the service should reflect the importance of said components. At the moment, each type of component is placed in a separate TLM. It would be useful, for the sake of limiting the number of TLMs, to redistribute them.
An option of TLM set would be:
* `authenticators`
* `providers`
* ... | 1.0 | Rearrange modules for a more structured feel - The top level modules (TLM) of the service should reflect the importance of said components. At the moment, each type of component is placed in a separate TLM. It would be useful, for the sake of limiting the number of TLMs, to redistribute them.
An option of TLM set w... | non_defect | rearrange modules for a more structured feel the top level modules tlm of the service should reflect the importance of said components at the moment each type of component is placed in a separate tlm it would be useful for the sake of limiting the number of tlms to redistribute them an option of tlm set w... | 0 |
3,914 | 2,610,083,954 | IssuesEvent | 2015-02-26 18:25:37 | 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 6:54 | 1.0 | 深圳闭合性粉刺怎么祛除 - ```
深圳闭合性粉刺怎么祛除【深圳韩方科颜全国热线400-869-1818��
�24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以��
�国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品�
��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反
弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国��
�专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸�
��的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:54 | defect | 深圳闭合性粉刺怎么祛除 深圳闭合性粉刺怎么祛除【 �� � 】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 original issue reported on code google com by szft com on may at | 1 |
24,086 | 3,910,821,341 | IssuesEvent | 2016-04-20 01:08:02 | schuel/hmmm | https://api.github.com/repos/schuel/hmmm | opened | Regionselect Regionsearch | defect | 
----
prop. solutions:
* change breakpoint or rather make input field smaller
* set field back to selected region when not focused anymore | 1.0 | Regionselect Regionsearch - 
----
prop. solutions:
* change breakpoint or rather make input field smaller
* set field back to selected region when not focused anymore | defect | regionselect regionsearch prop solutions change breakpoint or rather make input field smaller set field back to selected region when not focused anymore | 1 |
60,302 | 17,023,391,491 | IssuesEvent | 2021-07-03 01:47:14 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | unaible to upload changes to OpenStreetMap with Merkaartor 0.12 / Mac OS X | Component: merkaartor Priority: major Resolution: wontfix Type: defect | **[Submitted to the original trac issue database at 3.09pm, Saturday, 25th April 2009]**
I have been adding and changing some roads and points, not very much in total. However, when I try to upload the changes to OSM via File-upload to web a dialog shows the following error:
There was an error uploading this reque... | 1.0 | unaible to upload changes to OpenStreetMap with Merkaartor 0.12 / Mac OS X - **[Submitted to the original trac issue database at 3.09pm, Saturday, 25th April 2009]**
I have been adding and changing some roads and points, not very much in total. However, when I try to upload the changes to OSM via File-upload to web a ... | defect | unaible to upload changes to openstreetmap with merkaartor mac os x i have been adding and changing some roads and points not very much in total however when i try to upload the changes to osm via file upload to web a dialog shows the following error there was an error uploading this request ... | 1 |
235,157 | 19,303,210,970 | IssuesEvent | 2021-12-13 08:47:00 | kyma-project/kyma | https://api.github.com/repos/kyma-project/kyma | opened | skr-aws-svcat-migration-dev job fails all the time | bug test-failing | <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
The tests fails on smctl login:
```
1) SKR SVCAT migration test
Should provision new ServiceManager platform:
Error: fai... | 1.0 | skr-aws-svcat-migration-dev job fails all the time - <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
The tests fails on smctl login:
```
1) SKR SVCAT migration test
Should pr... | non_defect | skr aws svcat migration dev job fails all the time thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description the tests fails on smctl login skr svcat migration test should pr... | 0 |
172,367 | 27,268,826,333 | IssuesEvent | 2023-02-22 20:23:41 | saucelabs/elemental-next | https://api.github.com/repos/saucelabs/elemental-next | opened | Moodboard | design | Django to put together submissions from the team for the moodboard assignment from Marija together with his own work and annotate it into a moodboard to present both to the team and also to the stakeholders to give them an idea of direction.
Acceptance criteria:
- [ ] Moodboard 1: Internal use, larger, more in de... | 1.0 | Moodboard - Django to put together submissions from the team for the moodboard assignment from Marija together with his own work and annotate it into a moodboard to present both to the team and also to the stakeholders to give them an idea of direction.
Acceptance criteria:
- [ ] Moodboard 1: Internal use, larger... | non_defect | moodboard django to put together submissions from the team for the moodboard assignment from marija together with his own work and annotate it into a moodboard to present both to the team and also to the stakeholders to give them an idea of direction acceptance criteria moodboard internal use larger ... | 0 |
8,063 | 2,611,450,714 | IssuesEvent | 2015-02-27 04:59:02 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | closed | hwengine crashes with SIGFPE | auto-migrated Priority-Medium Type-Defect | ```
Summary: hwengine randomly crashes with SIGFPE while playing
Version: 0.9.13
OS: Gentoo Linux
Some debugging info:
Program received signal SIGFPE, Arithmetic exception.
0x0806a671 in DRAWSPRITE (SPRITE=SPRSPLASH, X=55, Y=785, FRAME=0) at
uStore.pas:668
668 row:= Frame mod numFramesFirstCol;
(gdb) bt
#0 0x08... | 1.0 | hwengine crashes with SIGFPE - ```
Summary: hwengine randomly crashes with SIGFPE while playing
Version: 0.9.13
OS: Gentoo Linux
Some debugging info:
Program received signal SIGFPE, Arithmetic exception.
0x0806a671 in DRAWSPRITE (SPRITE=SPRSPLASH, X=55, Y=785, FRAME=0) at
uStore.pas:668
668 row:= Frame mod numFr... | defect | hwengine crashes with sigfpe summary hwengine randomly crashes with sigfpe while playing version os gentoo linux some debugging info program received signal sigfpe arithmetic exception in drawsprite sprite sprsplash x y frame at ustore pas row frame mod numframesfirstcol gd... | 1 |
668,994 | 22,606,932,745 | IssuesEvent | 2022-06-29 13:59:00 | bihealth/sodar-server | https://api.github.com/repos/bihealth/sodar-server | opened | Ontologyaccess: Enable OMIM import in UI | feature low priority app: ontologyaccess | Currently this is only possible via the `importomim` management command, but this is not made clear in the UI.
Trivial to implement but not a high priority, since uploading via the management command works and might even be a bit more convenient. | 1.0 | Ontologyaccess: Enable OMIM import in UI - Currently this is only possible via the `importomim` management command, but this is not made clear in the UI.
Trivial to implement but not a high priority, since uploading via the management command works and might even be a bit more convenient. | non_defect | ontologyaccess enable omim import in ui currently this is only possible via the importomim management command but this is not made clear in the ui trivial to implement but not a high priority since uploading via the management command works and might even be a bit more convenient | 0 |
3,960 | 2,610,084,797 | IssuesEvent | 2015-02-26 18:25:50 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳彩光怎么治痤疮 | auto-migrated Priority-Medium Type-Defect | ```
深圳彩光怎么治痤疮【深圳韩方科颜全国热线400-869-1818,24小
时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国��
�方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩�
��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”
健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专��
�治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的�
��痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:00 | 1.0 | 深圳彩光怎么治痤疮 - ```
深圳彩光怎么治痤疮【深圳韩方科颜全国热线400-869-1818,24小
时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国��
�方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩�
��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”
健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专��
�治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的�
��痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:00 | defect | 深圳彩光怎么治痤疮 深圳彩光怎么治痤疮【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国�� �方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩� ��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹” 健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专�� �治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的� ��痘。 original issue reported on code google com by szft com on may at | 1 |
59,028 | 17,014,864,684 | IssuesEvent | 2021-07-02 10:29:49 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | opened | Window state not remembered properly on Windows XP | Component: merkaartor Priority: minor Type: defect | **[Submitted to the original trac issue database at 4.32pm, Wednesday, 3rd March 2010]**
Running 0.15 release on Windows XP SP3 on a dual-head machine, Merkaartor doesn't correctly remember the window state between sessions: If I maximise the window, close down and re-open, the window is the same size as the primary s... | 1.0 | Window state not remembered properly on Windows XP - **[Submitted to the original trac issue database at 4.32pm, Wednesday, 3rd March 2010]**
Running 0.15 release on Windows XP SP3 on a dual-head machine, Merkaartor doesn't correctly remember the window state between sessions: If I maximise the window, close down and ... | defect | window state not remembered properly on windows xp running release on windows xp on a dual head machine merkaartor doesn t correctly remember the window state between sessions if i maximise the window close down and re open the window is the same size as the primary screen but isn t actually maximis... | 1 |
9,212 | 2,615,139,145 | IssuesEvent | 2015-03-01 06:13:11 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | closed | segfault in wps_registrar_expire_pins (reg=0x0) at wps_registrar.c:559 | auto-migrated Priority-Medium Type-Defect | ```
running latest stable ubuntu 64,
reaver -i $dev -b $ssid always segfaults
backtrace:
#0 0x000000000041290a in wps_registrar_expire_pins (reg=0x0) at
wps_registrar.c:559
#1 0x0000000000412a83 in wps_registrar_get_pin (reg=0x0, uuid=0x6cf724 "",
pin_len=0x7fffffffdf90) at wps_registrar.c:600
#2 0x000000000041... | 1.0 | segfault in wps_registrar_expire_pins (reg=0x0) at wps_registrar.c:559 - ```
running latest stable ubuntu 64,
reaver -i $dev -b $ssid always segfaults
backtrace:
#0 0x000000000041290a in wps_registrar_expire_pins (reg=0x0) at
wps_registrar.c:559
#1 0x0000000000412a83 in wps_registrar_get_pin (reg=0x0, uuid=0x6cf7... | defect | segfault in wps registrar expire pins reg at wps registrar c running latest stable ubuntu reaver i dev b ssid always segfaults backtrace in wps registrar expire pins reg at wps registrar c in wps registrar get pin reg uuid pin len at wps registrar c in wps... | 1 |
50,946 | 13,187,990,646 | IssuesEvent | 2020-08-13 05:14:16 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | [VHESelfVeto] HomogenizedQTot quits with segmentation fault if no GCD is given (Trac #1716) | Migrated from Trac combo simulation defect | When calling HomogenizedQTot without having a GCD file loaded, it quits with a Segmentation fault (which is not very helpful).
It should throw an error instead.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1716">https://code.icecube.wisc.edu/ticket/1716</a>, reported by nwandkows... | 1.0 | [VHESelfVeto] HomogenizedQTot quits with segmentation fault if no GCD is given (Trac #1716) - When calling HomogenizedQTot without having a GCD file loaded, it quits with a Segmentation fault (which is not very helpful).
It should throw an error instead.
<details>
<summary><em>Migrated from <a href="https://code.icec... | defect | homogenizedqtot quits with segmentation fault if no gcd is given trac when calling homogenizedqtot without having a gcd file loaded it quits with a segmentation fault which is not very helpful it should throw an error instead migrated from json status closed changetime ... | 1 |
10,428 | 2,622,154,300 | IssuesEvent | 2015-03-04 00:07:27 | byzhang/terrastore | https://api.github.com/repos/byzhang/terrastore | closed | Remove Jetty Terracotta clustering | auto-migrated Milestone-0.4.2 Priority-Medium Type-Defect | ```
Jetty Terracotta clustering isn't actually needed, so it should be removed.
```
Original issue reported on code.google.com by `sergio.b...@gmail.com` on 18 Feb 2010 at 9:27 | 1.0 | Remove Jetty Terracotta clustering - ```
Jetty Terracotta clustering isn't actually needed, so it should be removed.
```
Original issue reported on code.google.com by `sergio.b...@gmail.com` on 18 Feb 2010 at 9:27 | defect | remove jetty terracotta clustering jetty terracotta clustering isn t actually needed so it should be removed original issue reported on code google com by sergio b gmail com on feb at | 1 |
434,121 | 12,514,374,800 | IssuesEvent | 2020-06-03 05:03:30 | incognitochain/incognito-chain | https://api.github.com/repos/incognitochain/incognito-chain | reopened | [Portal][Local] List issues | Priority: High Type: Bug | #727
- [x] Liquidation by exchange rate wrong -> fixed
- [x] Unlock collateral incorrect when redeem success -> fixed
- [x] review RPC getliquidationtpexchangerates -> remove
{
"id":1,
"jsonrpc":"1.0",
"method":"getliquidationtpexchangerates",
"params":[
{
"BeaconHeight... | 1.0 | [Portal][Local] List issues - #727
- [x] Liquidation by exchange rate wrong -> fixed
- [x] Unlock collateral incorrect when redeem success -> fixed
- [x] review RPC getliquidationtpexchangerates -> remove
{
"id":1,
"jsonrpc":"1.0",
"method":"getliquidationtpexchangerates",
"params":[
... | non_defect | list issues liquidation by exchange rate wrong fixed unlock collateral incorrect when redeem success fixed review rpc getliquidationtpexchangerates remove id jsonrpc method getliquidationtpexchangerates params bea... | 0 |
158,680 | 24,876,819,028 | IssuesEvent | 2022-10-27 19:53:27 | SAP/fundamental-ngx | https://api.github.com/repos/SAP/fundamental-ngx | closed | Card: Missing variant of s list card | enhancement core ariba design_team | #### Is this a bug, enhancement, or feature request?
Feature request
#### Briefly describe your proposal.
It's missing a variant of List card:
https://ux.wdf.sap.corp/fiori-design-web/overview-page-list-cards/
| 1.0 | Card: Missing variant of s list card - #### Is this a bug, enhancement, or feature request?
Feature request
#### Briefly describe your proposal.
It's missing a variant of List card:
https://ux.wdf.sap.corp/fiori-design-web/overview-page-list-cards/
| non_defect | card missing variant of s list card is this a bug enhancement or feature request feature request briefly describe your proposal it s missing a variant of list card | 0 |
32,637 | 6,883,188,555 | IssuesEvent | 2017-11-21 08:28:04 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | Coverity - dereference null return value - ClientConnectionManagerImpl.encodeAuthenticationRequest() | Team: Client Type: Defect | The call `cr.getPassword()` may return `null` value in the `com.hazelcast.client.connection.nio.ClientConnectionManagerImpl.encodeAuthenticationRequest(boolean, SerializationService, ClientPrincipal)` method. The value is then dereferenced without a `null` check in `ClientAuthenticationCodec.encodeRequest` call:
```... | 1.0 | Coverity - dereference null return value - ClientConnectionManagerImpl.encodeAuthenticationRequest() - The call `cr.getPassword()` may return `null` value in the `com.hazelcast.client.connection.nio.ClientConnectionManagerImpl.encodeAuthenticationRequest(boolean, SerializationService, ClientPrincipal)` method. The valu... | defect | coverity dereference null return value clientconnectionmanagerimpl encodeauthenticationrequest the call cr getpassword may return null value in the com hazelcast client connection nio clientconnectionmanagerimpl encodeauthenticationrequest boolean serializationservice clientprincipal method the valu... | 1 |
63,375 | 17,616,953,613 | IssuesEvent | 2021-08-18 10:56:10 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | More ugly wrapped call tiles | T-Defect S-Tolerable A-VoIP P-Medium | ### Steps to reproduce
Shrink window with a call tile with 'call back' button on it
### What happened?
<img width="432" alt="Screenshot 2021-08-16 at 02 32 28" src="https://user-images.githubusercontent.com/1294269/129500236-94436ac6-ce79-4236-8a69-30a8b19b4c0c.png">
### What did you expect?
no ugly wrap
### Op... | 1.0 | More ugly wrapped call tiles - ### Steps to reproduce
Shrink window with a call tile with 'call back' button on it
### What happened?
<img width="432" alt="Screenshot 2021-08-16 at 02 32 28" src="https://user-images.githubusercontent.com/1294269/129500236-94436ac6-ce79-4236-8a69-30a8b19b4c0c.png">
### What did yo... | defect | more ugly wrapped call tiles steps to reproduce shrink window with a call tile with call back button on it what happened img width alt screenshot at src what did you expect no ugly wrap operating system macos browser information chrome url for webapp de... | 1 |
66,193 | 20,034,487,052 | IssuesEvent | 2022-02-02 10:24:15 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | closed | Xcode 13, login screen does not work on iPhone 12/13 mini simulators | T-Defect A-Developer-Experience O-Uncommon os:iOS15 | ### Steps to reproduce
1. Compile the code from the current master branch of Element
2. Run it on iPhone 12 mini or iPhone 13 mini simulators
### What happened?
When compiling the code from the current master branch of Element and trying to run it on iPhone 12/13 mini simulators (iOS 15) I have problems whe... | 1.0 | Xcode 13, login screen does not work on iPhone 12/13 mini simulators - ### Steps to reproduce
1. Compile the code from the current master branch of Element
2. Run it on iPhone 12 mini or iPhone 13 mini simulators
### What happened?
When compiling the code from the current master branch of Element and trying... | defect | xcode login screen does not work on iphone mini simulators steps to reproduce compile the code from the current master branch of element run it on iphone mini or iphone mini simulators what happened when compiling the code from the current master branch of element and trying to r... | 1 |
8,576 | 2,611,523,515 | IssuesEvent | 2015-02-27 05:57:01 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | what if router reports first half always invalid | auto-migrated Priority-Triage Type-Defect | ```
More like a question than request / issue.
i have tried this on "virginmedia" routers, not sure which ones they really
use, but it seems like that reaver can never find the pin. i have tested this
in controlled environment and nothing.
how can i make reaver to try FULL pins ? i know that it would take a lot long... | 1.0 | what if router reports first half always invalid - ```
More like a question than request / issue.
i have tried this on "virginmedia" routers, not sure which ones they really
use, but it seems like that reaver can never find the pin. i have tested this
in controlled environment and nothing.
how can i make reaver to t... | defect | what if router reports first half always invalid more like a question than request issue i have tried this on virginmedia routers not sure which ones they really use but it seems like that reaver can never find the pin i have tested this in controlled environment and nothing how can i make reaver to t... | 1 |
6,141 | 2,610,221,950 | IssuesEvent | 2015-02-26 19:10:24 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | хроники риддика гоблин торрент | auto-migrated Priority-Medium Type-Defect | ```
'''Августин Рябов'''
День добрый никак не могу найти .хроники
риддика гоблин торрент. где то видел уже
'''Вильгельм Гусев'''
Вот держи линк http://bit.ly/1hKaFI0
'''Вахтанг Панфилов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Антонин Горшков'''
Неа все ок у меня ничего не списало
'''Гаральд Симонов'''
... | 1.0 | хроники риддика гоблин торрент - ```
'''Августин Рябов'''
День добрый никак не могу найти .хроники
риддика гоблин торрент. где то видел уже
'''Вильгельм Гусев'''
Вот держи линк http://bit.ly/1hKaFI0
'''Вахтанг Панфилов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Антонин Горшков'''
Неа все ок у меня ничего ... | defect | хроники риддика гоблин торрент августин рябов день добрый никак не могу найти хроники риддика гоблин торрент где то видел уже вильгельм гусев вот держи линк вахтанг панфилов просит ввести номер мобилы не опасно ли это антонин горшков неа все ок у меня ничего не списало гарал... | 1 |
11,633 | 13,684,387,146 | IssuesEvent | 2020-09-30 04:44:39 | ballerina-platform/ballerina-spec | https://api.github.com/repos/ballerina-platform/ballerina-spec | closed | Don't allow public on remote methods on client objects | incompatible | This is related to #559, #606.
The visibility region of a remote method is implicitly the whole program. | True | Don't allow public on remote methods on client objects - This is related to #559, #606.
The visibility region of a remote method is implicitly the whole program. | non_defect | don t allow public on remote methods on client objects this is related to the visibility region of a remote method is implicitly the whole program | 0 |
43,800 | 11,850,612,336 | IssuesEvent | 2020-03-24 16:53:05 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | `Converter` should not applied to an unused column | T: Defect | #### Expected behavior and actual behavior:
when mapping rows from database with `.fetch`, `Converter`s will be applied *before* the data is mapped into the given `Table`. this may leads to some problem, if you select from database using `join`
```
+----+------+---------------+------------+
| id | state | ... | 1.0 | `Converter` should not applied to an unused column - #### Expected behavior and actual behavior:
when mapping rows from database with `.fetch`, `Converter`s will be applied *before* the data is mapped into the given `Table`. this may leads to some problem, if you select from database using `join`
```
+----+-----... | defect | converter should not applied to an unused column expected behavior and actual behavior when mapping rows from database with fetch converter s will be applied before the data is mapped into the given table this may leads to some problem if you select from database using join ... | 1 |
49,082 | 13,185,221,648 | IssuesEvent | 2020-08-12 20:58:03 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | fix log_XXX suppression for all CMAKE_BUILD_TYPEs (Trac #705) | Incomplete Migration Migrated from Trac cmake defect | <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/705
, reported by blaufuss and owned by blaufuss</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-04-17T13:11:12",
"description": "Currently, the suppression of log_debug/trace is handled by the presence of the... | 1.0 | fix log_XXX suppression for all CMAKE_BUILD_TYPEs (Trac #705) - <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/705
, reported by blaufuss and owned by blaufuss</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-04-17T13:11:12",
"description": "Currently, the ... | defect | fix log xxx suppression for all cmake build types trac migrated from reported by blaufuss and owned by blaufuss json status closed changetime description currently the suppression of log debug trace is handled by the presence of the ndebug noption thi... | 1 |
705,679 | 24,244,017,512 | IssuesEvent | 2022-09-27 09:05:49 | o3de/o3de | https://api.github.com/repos/o3de/o3de | closed | Track View: New sequences cannot be created | feature/trackview kind/bug needs-triage sig/content priority/critical | **Describe the bug**
New sequences cannot be created.
**Steps to reproduce**
1. Launch the Editor, and open a new or existing level.
2. Open Track View.
3. Click the New Sequence button, and name the sequence.
**Expected behavior**
A new entity is added with a Sequence component, and the new sequence is open... | 1.0 | Track View: New sequences cannot be created - **Describe the bug**
New sequences cannot be created.
**Steps to reproduce**
1. Launch the Editor, and open a new or existing level.
2. Open Track View.
3. Click the New Sequence button, and name the sequence.
**Expected behavior**
A new entity is added with a Se... | non_defect | track view new sequences cannot be created describe the bug new sequences cannot be created steps to reproduce launch the editor and open a new or existing level open track view click the new sequence button and name the sequence expected behavior a new entity is added with a se... | 0 |
114,430 | 9,725,500,258 | IssuesEvent | 2019-05-30 08:53:08 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | TiKV failpoint test hang for more then 30 minutes | C: Test/Bench | ## Bug Report
TiKV failpoint test hang more then 30 minutes
The log can be download here: http://172.16.30.25/download/my_test.tar.gz | 1.0 | TiKV failpoint test hang for more then 30 minutes - ## Bug Report
TiKV failpoint test hang more then 30 minutes
The log can be download here: http://172.16.30.25/download/my_test.tar.gz | non_defect | tikv failpoint test hang for more then minutes bug report tikv failpoint test hang more then minutes the log can be download here | 0 |
59,078 | 17,015,504,332 | IssuesEvent | 2021-07-02 11:25:15 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | opened | Error message is unclear if OSM server bandwidth is exceeded | Component: potlatch2 Priority: major Type: defect | **[Submitted to the original trac issue database at 12.06pm, Sunday, 24th April 2011]**
If the OSM server thinks that a user has downloaded "too much", then the error that Potlatch 2 displays is the vague: "Couldn't load the map".
It would be better if this error message was "Bandwidth exceeded. Could not load map ... | 1.0 | Error message is unclear if OSM server bandwidth is exceeded - **[Submitted to the original trac issue database at 12.06pm, Sunday, 24th April 2011]**
If the OSM server thinks that a user has downloaded "too much", then the error that Potlatch 2 displays is the vague: "Couldn't load the map".
It would be better if ... | defect | error message is unclear if osm server bandwidth is exceeded if the osm server thinks that a user has downloaded too much then the error that potlatch displays is the vague couldn t load the map it would be better if this error message was bandwidth exceeded could not load map data so that is c... | 1 |
86,089 | 15,755,328,070 | IssuesEvent | 2021-03-31 01:34:54 | ysmanohar/DashBoard | https://api.github.com/repos/ysmanohar/DashBoard | opened | WS-2019-0425 (Medium) detected in multiple libraries | security vulnerability | ## WS-2019-0425 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>mocha-2.5.3.tgz</b>, <b>mocha-3.5.3.tgz</b>, <b>mocha-1.21.4.tgz</b>, <b>mocha-1.21.5.tgz</b></p></summary>
<p>
<det... | True | WS-2019-0425 (Medium) detected in multiple libraries - ## WS-2019-0425 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>mocha-2.5.3.tgz</b>, <b>mocha-3.5.3.tgz</b>, <b>mocha-1.21.4.t... | non_defect | ws medium detected in multiple libraries ws medium severity vulnerability vulnerable libraries mocha tgz mocha tgz mocha tgz mocha tgz mocha tgz simple flexible fun test framework library home page a href path to dependency file da... | 0 |
66,011 | 19,897,036,400 | IssuesEvent | 2022-01-25 01:03:29 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | [Assistive tech and device support] Page functionality isn't keyboard accessible. (11.05.1) | 508/Accessibility 508-defect-1 vsp-design-system-team collab-cycle-feedback Staging launch-blocking CCIssue11.05 CC-Dashboard | ### General Information
#### VFS team name
Public Websites
#### VFS product name
Outreach & Events Enhancements
#### Point of Contact/Reviewers
Brian DeConinck (@briandeconinck) - Accessibility
---
### Platform Issue
Page functionality isn't keyboard accessible.
### Issue Details
Pagination links... | 1.0 | [Assistive tech and device support] Page functionality isn't keyboard accessible. (11.05.1) - ### General Information
#### VFS team name
Public Websites
#### VFS product name
Outreach & Events Enhancements
#### Point of Contact/Reviewers
Brian DeConinck (@briandeconinck) - Accessibility
---
### Platfo... | defect | page functionality isn t keyboard accessible general information vfs team name public websites vfs product name outreach events enhancements point of contact reviewers brian deconinck briandeconinck accessibility platform issue page functionality isn t k... | 1 |
114,005 | 17,173,991,089 | IssuesEvent | 2021-07-15 09:07:14 | lukebroganws/NodeGoat | https://api.github.com/repos/lukebroganws/NodeGoat | opened | CVE-2019-20920 (High) detected in handlebars-4.0.5.tgz | security vulnerability | ## CVE-2019-20920 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates ... | True | CVE-2019-20920 (High) detected in handlebars-4.0.5.tgz - ## CVE-2019-20920 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary>
<p>Handlebars provides... | non_defect | cve high detected in handlebars tgz cve high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file nodegoat pa... | 0 |
10,378 | 2,622,148,473 | IssuesEvent | 2015-03-04 00:05:07 | byzhang/libcl | https://api.github.com/repos/byzhang/libcl | opened | The Test Crashed Under MY nv9600GT | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. after compiled and just running the TEST, with or without
debugging(VS2010Express),at lines:
65 // run tests
66 Log(INFO) << "****** calling radix sort ...";
67 testRadixSort(*lContext); // <-- video driver crash here
68 Log(INFO) << "****** done\n";
What ... | 1.0 | The Test Crashed Under MY nv9600GT - ```
What steps will reproduce the problem?
1. after compiled and just running the TEST, with or without
debugging(VS2010Express),at lines:
65 // run tests
66 Log(INFO) << "****** calling radix sort ...";
67 testRadixSort(*lContext); // <-- video driver crash here
68 ... | defect | the test crashed under my what steps will reproduce the problem after compiled and just running the test with or without debugging ,at lines run tests log info calling radix sort testradixsort lcontext video driver crash here log info d... | 1 |
18,196 | 3,035,168,282 | IssuesEvent | 2015-08-06 00:26:33 | mkpanchal/phppi | https://api.github.com/repos/mkpanchal/phppi | closed | max theme for the PHP Picture Index | auto-migrated Priority-Medium Type-Defect | ```
For comfortable viewing of the family's photo archive on tablets and PCs.
This theme scales the image to the maximal possible size, hiding all the theme
features in the transparent side bars that appear on a mouse hover or on a
screen touch on tablets.
It facilitates
- navigation via clickable folder names i... | 1.0 | max theme for the PHP Picture Index - ```
For comfortable viewing of the family's photo archive on tablets and PCs.
This theme scales the image to the maximal possible size, hiding all the theme
features in the transparent side bars that appear on a mouse hover or on a
screen touch on tablets.
It facilitates
- ... | defect | max theme for the php picture index for comfortable viewing of the family s photo archive on tablets and pcs this theme scales the image to the maximal possible size hiding all the theme features in the transparent side bars that appear on a mouse hover or on a screen touch on tablets it facilitates ... | 1 |
65,612 | 19,594,140,910 | IssuesEvent | 2022-01-05 15:59:20 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | quoting does not work when searching | T-Defect S-Major A-Search A-Composer O-Occasional | ### Steps to reproduce
1. search
2. click quote
3. exit search since composer isn't shown in search (why?!)
### Outcome
#### What did you expect?
quote
#### What happened instead?
no quote in composer
### Operating system
arch
### Application version
Element Nightly version: 2021122301 Olm version: 3.2.8
... | 1.0 | quoting does not work when searching - ### Steps to reproduce
1. search
2. click quote
3. exit search since composer isn't shown in search (why?!)
### Outcome
#### What did you expect?
quote
#### What happened instead?
no quote in composer
### Operating system
arch
### Application version
Element Nightly ... | defect | quoting does not work when searching steps to reproduce search click quote exit search since composer isn t shown in search why outcome what did you expect quote what happened instead no quote in composer operating system arch application version element nightly ... | 1 |
14,656 | 3,872,156,882 | IssuesEvent | 2016-04-11 12:56:51 | emberjs/ember.js | https://api.github.com/repos/emberjs/ember.js | closed | Ember.assign is undefined | Bug Documentation | Using Ember 2.2, I'm trying to use `Ember.assign`, defined here: http://emberjs.com/api/#method_assign
However, `Ember.assign` seems to be undefined. See twiddle here: https://ember-twiddle.com/30c30b4ad7f72ca84700 | 1.0 | Ember.assign is undefined - Using Ember 2.2, I'm trying to use `Ember.assign`, defined here: http://emberjs.com/api/#method_assign
However, `Ember.assign` seems to be undefined. See twiddle here: https://ember-twiddle.com/30c30b4ad7f72ca84700 | non_defect | ember assign is undefined using ember i m trying to use ember assign defined here however ember assign seems to be undefined see twiddle here | 0 |
348,766 | 24,921,383,588 | IssuesEvent | 2022-10-31 00:35:26 | FuelLabs/sway | https://api.github.com/repos/FuelLabs/sway | closed | Fix Forc messages that reference latest docs | good first issue forc documentation | Ever since https://github.com/FuelLabs/sway/pull/2025, the docs path `.../latest/...` is no longer valid. There are a few places where `forc` will output a path to docs with `latest`. It should be changed to the `forc` version instead. | 1.0 | Fix Forc messages that reference latest docs - Ever since https://github.com/FuelLabs/sway/pull/2025, the docs path `.../latest/...` is no longer valid. There are a few places where `forc` will output a path to docs with `latest`. It should be changed to the `forc` version instead. | non_defect | fix forc messages that reference latest docs ever since the docs path latest is no longer valid there are a few places where forc will output a path to docs with latest it should be changed to the forc version instead | 0 |
52,707 | 13,224,958,660 | IssuesEvent | 2020-08-17 20:11:59 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | Need update to daq-decode trigger types to include VolumeTrigger (Trac #202) | Migrated from Trac dataclasses defect | I3DAQDecoderUtil needs to be updated to include an entry for the new VolumeTrigger. The trigger type should be 18.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/202">https://code.icecube.wisc.edu/projects/icecube/ticket/202</a>, reported by toaleand owned by blauf... | 1.0 | Need update to daq-decode trigger types to include VolumeTrigger (Trac #202) - I3DAQDecoderUtil needs to be updated to include an entry for the new VolumeTrigger. The trigger type should be 18.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/202">https://code.icecub... | defect | need update to daq decode trigger types to include volumetrigger trac needs to be updated to include an entry for the new volumetrigger the trigger type should be migrated from json status closed changetime ts description needs to be upd... | 1 |
10,677 | 2,622,180,113 | IssuesEvent | 2015-03-04 00:18:27 | byzhang/leveldb | https://api.github.com/repos/byzhang/leveldb | opened | PosixMmapFile which using ftruncate+mmap may crash on Append() while the disk have no enough space | auto-migrated Priority-Medium Type-Defect | ```
* What steps will reproduce the problem?
1. Write to a leveldb DB on a almost full disk.
2. Continue Writing to DB until there is no space for *.log file to append to,
or no space for a *.sst to compact.
* What is the expected output? What do you see instead?
EXPECTED: DB::Wirte()/DB::Put() interface should retur... | 1.0 | PosixMmapFile which using ftruncate+mmap may crash on Append() while the disk have no enough space - ```
* What steps will reproduce the problem?
1. Write to a leveldb DB on a almost full disk.
2. Continue Writing to DB until there is no space for *.log file to append to,
or no space for a *.sst to compact.
* What is... | defect | posixmmapfile which using ftruncate mmap may crash on append while the disk have no enough space what steps will reproduce the problem write to a leveldb db on a almost full disk continue writing to db until there is no space for log file to append to or no space for a sst to compact what is... | 1 |
713,099 | 24,516,067,169 | IssuesEvent | 2022-10-11 05:12:31 | AY2223S1-CS2113-W12-1/tp | https://api.github.com/repos/AY2223S1-CS2113-W12-1/tp | opened | UX enhancements | type.Enhancement priority.High severity.Medium | # Overview
Certain improvements can be made for a better user experience
# Features
## Users should see an 'entry point' from greeting message
For example, `type 'help' to list commands`
## Help command should be sorted by first character

### Outcome
#### What did you expect?
File upload dialog should open
#### What happened instead?
An underlined "u" is typed in the text box instead:

### Outcome
#### What did you expect?
File upload dialog should open
#### What happened instead?
An underlined "u" is typed in the text... | defect | file upload hotkey while text box is selected conflicts on firefox steps to reproduce enter ctrl shift u while a text box is selected e g the message compose box outcome what did you expect file upload dialog should open what happened instead an underlined u is typed in the text... | 1 |
72,282 | 24,033,822,344 | IssuesEvent | 2022-09-15 17:12:42 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | custom translations for 'English US' | T-Defect | ### Steps to reproduce
1. Where are you starting? What can you see?
We have custom translations configured with `custom_translations_url`.
This is the content (for testing, obviously):
```json
{
"Welcome to Element": {
"de": "This is 'de'",
"en": "This is 'en'",
"us": "This is 'us... | 1.0 | custom translations for 'English US' - ### Steps to reproduce
1. Where are you starting? What can you see?
We have custom translations configured with `custom_translations_url`.
This is the content (for testing, obviously):
```json
{
"Welcome to Element": {
"de": "This is 'de'",
"en": "Thi... | defect | custom translations for english us steps to reproduce where are you starting what can you see we have custom translations configured with custom translations url this is the content for testing obviously json welcome to element de this is de en thi... | 1 |
4,837 | 2,610,157,859 | IssuesEvent | 2015-02-26 18:50:09 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | Map Issue | auto-migrated Priority-Medium Type-Defect | ```
Raxus Prime remove auto damage
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:56 | 1.0 | Map Issue - ```
Raxus Prime remove auto damage
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:56 | defect | map issue raxus prime remove auto damage original issue reported on code google com by gmail com on jan at | 1 |
33,279 | 7,078,930,437 | IssuesEvent | 2018-01-10 07:16:16 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | Java serialization compression bug | Team: Client Team: Core Type: Defect | We have a bug when following configuration is applied.
```
SerializationConfig.setEnableCompression(true);
```
Since GZipInputStream read more bytes than it needs, the fields coming after a compressed data is not able to read.
Following reproduces the issue:
```
@Test
public void testCompression_withArra... | 1.0 | Java serialization compression bug - We have a bug when following configuration is applied.
```
SerializationConfig.setEnableCompression(true);
```
Since GZipInputStream read more bytes than it needs, the fields coming after a compressed data is not able to read.
Following reproduces the issue:
```
@Test
... | defect | java serialization compression bug we have a bug when following configuration is applied serializationconfig setenablecompression true since gzipinputstream read more bytes than it needs the fields coming after a compressed data is not able to read following reproduces the issue test ... | 1 |
79,063 | 27,956,627,600 | IssuesEvent | 2023-03-24 12:53:54 | vector-im/element-integration-manager | https://api.github.com/repos/vector-im/element-integration-manager | closed | Shift+enter when editing widget URLs in Scalar open a new window and throw an error | T-Defect S-Minor A-Widgets P2 | <!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular c... | 1.0 | Shift+enter when editing widget URLs in Scalar open a new window and throw an error - <!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report be... | defect | shift enter when editing widget urls in scalar open a new window and throw an error this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report be... | 1 |
15,298 | 8,826,212,322 | IssuesEvent | 2019-01-03 00:30:46 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | sql: index and lookup join spans are too wide, including interleave children | A-sql-execution C-performance | ```
root@127.0.0.1:58662/defaultdb> create table a (a int primary key, b int, c int, index(b));
CREATE TABLE
Time: 6.676ms
root@127.0.0.1:58662/defaultdb> insert into a values(1,2,3); ... | True | sql: index and lookup join spans are too wide, including interleave children - ```
root@127.0.0.1:58662/defaultdb> create table a (a int primary key, b int, c int, index(b));
CREATE TABLE
Time: 6.676ms
root@127.0.0.1:58662/defaultdb> insert into a values(1,2,3); ... | non_defect | sql index and lookup join spans are too wide including interleave children root defaultdb create table a a int primary key b int c int index b create table time root defaultdb insert into a values ... | 0 |
32,411 | 6,776,508,601 | IssuesEvent | 2017-10-27 18:08:17 | Azure/blobxfer | https://api.github.com/repos/Azure/blobxfer | closed | --skip-on-filesize-match option causes Traceback. | defect | Using latest blobxfer-1.0.0rc2-linux-x86_64 linux binary. I get a traceback with the --skip-on-filesize-match, but seems to work when that option is not supplied.
```
> [root@vdev-azw-ecom-us-nfs001 ~]# ./blobxfer-1.0.0rc2-linux-x86_64 upload --skip-on-filesize-match --delete --log-file /tmp/blobxfer.log --progres... | 1.0 | --skip-on-filesize-match option causes Traceback. - Using latest blobxfer-1.0.0rc2-linux-x86_64 linux binary. I get a traceback with the --skip-on-filesize-match, but seems to work when that option is not supplied.
```
> [root@vdev-azw-ecom-us-nfs001 ~]# ./blobxfer-1.0.0rc2-linux-x86_64 upload --skip-on-filesize-m... | defect | skip on filesize match option causes traceback using latest blobxfer linux linux binary i get a traceback with the skip on filesize match but seems to work when that option is not supplied blobxfer linux upload skip on filesize match delete log file tmp blobxfer log ... | 1 |
69,996 | 22,781,638,047 | IssuesEvent | 2022-07-08 20:33:37 | makedeb/makedeb | https://api.github.com/repos/makedeb/makedeb | opened | `control_fields` isn't documented in the `PKGBUILD` man page | T-Defect | ### Issue
Noticed as part of #190.
### Installation source
APT Repository
### Installed release type
Alpha
### Installed makedeb version
5.1.0-alpha | 1.0 | `control_fields` isn't documented in the `PKGBUILD` man page - ### Issue
Noticed as part of #190.
### Installation source
APT Repository
### Installed release type
Alpha
### Installed makedeb version
5.1.0-alpha | defect | control fields isn t documented in the pkgbuild man page issue noticed as part of installation source apt repository installed release type alpha installed makedeb version alpha | 1 |
240,984 | 18,410,963,272 | IssuesEvent | 2021-10-13 05:41:26 | Sharif-OS-Lab/session-1-2 | https://api.github.com/repos/Sharif-OS-Lab/session-1-2 | closed | Session 1 Report | documentation | Team Name: `[FILL HERE]`
Student Name of member 1: `[FILL HERE]`
Student No. of member 1: `[FILL HERE]`
Student Name of member 2: `[FILL HERE]`
Student No. of member 2: `[FILL HERE]`
- [ ] Read Session Contents.
### Section 1.3.1
- [ ] Choose one of Virtual Machine Softwares, such as VirtualBox, VMware, ... | 1.0 | Session 1 Report - Team Name: `[FILL HERE]`
Student Name of member 1: `[FILL HERE]`
Student No. of member 1: `[FILL HERE]`
Student Name of member 2: `[FILL HERE]`
Student No. of member 2: `[FILL HERE]`
- [ ] Read Session Contents.
### Section 1.3.1
- [ ] Choose one of Virtual Machine Softwares, such as V... | non_defect | session report team name student name of member student no of member student name of member student no of member read session contents section choose one of virtual machine softwares such as virtualbox vmware install debi... | 0 |
3,106 | 2,607,984,121 | IssuesEvent | 2015-02-26 00:50:55 | chrsmithdemos/zen-coding | https://api.github.com/repos/chrsmithdemos/zen-coding | closed | $ in () element | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. .block>(a[href=#]>img[src=$.png][alt=$])*2
What is the expected output? What do you see instead?
expected:
<div class="block"><a href="#"><img src="1.png" alt="1"></a><a href="#"><img
src="2.png" alt="2"></a></div>
see instead:
<div class="block"><a href="#"><img src="1... | 1.0 | $ in () element - ```
What steps will reproduce the problem?
1. .block>(a[href=#]>img[src=$.png][alt=$])*2
What is the expected output? What do you see instead?
expected:
<div class="block"><a href="#"><img src="1.png" alt="1"></a><a href="#"><img
src="2.png" alt="2"></a></div>
see instead:
<div class="block"><a hr... | defect | in element what steps will reproduce the problem block a img what is the expected output what do you see instead expected img src png alt see instead img src png alt what version of the product are you using on what operating system windows dream... | 1 |
166,411 | 14,050,122,020 | IssuesEvent | 2020-11-02 11:15:48 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [docs] Document that YCQL role is given full permissions on objects it creates | area/documentation area/ycql community/request | When a role creates a keyspace it is given full permissions: `['ALTER', 'AUTHORIZE', 'CREATE', 'DROP', 'MODIFY', 'SELECT']` on that keyspace. That's not documented anywhere on the docs sites as far as I can tell and was originally confusing to me since I didn't give the role any other permissions besides `CREATE`. | 1.0 | [docs] Document that YCQL role is given full permissions on objects it creates - When a role creates a keyspace it is given full permissions: `['ALTER', 'AUTHORIZE', 'CREATE', 'DROP', 'MODIFY', 'SELECT']` on that keyspace. That's not documented anywhere on the docs sites as far as I can tell and was originally confusin... | non_defect | document that ycql role is given full permissions on objects it creates when a role creates a keyspace it is given full permissions on that keyspace that s not documented anywhere on the docs sites as far as i can tell and was originally confusing to me since i didn t give the role any other permissions besid... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.