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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
14,820 | 2,831,389,828 | IssuesEvent | 2015-05-24 15:54:40 | nobodyguy/dslrdashboard | https://api.github.com/repos/nobodyguy/dslrdashboard | closed | Wishlist: Support for Sony Cameras ? | auto-migrated Priority-Medium Type-Defect | ```
There are some Sony cameras, that offer remote control (A700, A850, A900, A58,
A99) over USB connection. Sony has ist own "Remote Camera Control" PC Software
- so this should work in principle.
Is there any chance that support for Sony Cameras will be added to DSLR
Dashboard?
```
Original issue reported on ... | 1.0 | Wishlist: Support for Sony Cameras ? - ```
There are some Sony cameras, that offer remote control (A700, A850, A900, A58,
A99) over USB connection. Sony has ist own "Remote Camera Control" PC Software
- so this should work in principle.
Is there any chance that support for Sony Cameras will be added to DSLR
Dashboa... | defect | wishlist support for sony cameras there are some sony cameras that offer remote control over usb connection sony has ist own remote camera control pc software so this should work in principle is there any chance that support for sony cameras will be added to dslr dashboard o... | 1 |
34,007 | 2,774,357,199 | IssuesEvent | 2015-05-04 08:09:42 | punongbayan-araullo/tickets | https://api.github.com/repos/punongbayan-araullo/tickets | opened | Project must direct immediately to team details if there is only one team | priority - high status - accepted system - projects type - enhancement | Project must direct immediately to team details if there is only one team | 1.0 | Project must direct immediately to team details if there is only one team - Project must direct immediately to team details if there is only one team | non_defect | project must direct immediately to team details if there is only one team project must direct immediately to team details if there is only one team | 0 |
123,781 | 17,772,321,484 | IssuesEvent | 2021-08-30 14:58:04 | kapseliboi/sectors-without-number | https://api.github.com/repos/kapseliboi/sectors-without-number | opened | CVE-2021-29060 (Medium) detected in color-string-1.5.3.tgz | security vulnerability | ## CVE-2021-29060 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>color-string-1.5.3.tgz</b></p></summary>
<p>Parser and generator for CSS color strings</p>
<p>Library home page: <a ... | True | CVE-2021-29060 (Medium) detected in color-string-1.5.3.tgz - ## CVE-2021-29060 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>color-string-1.5.3.tgz</b></p></summary>
<p>Parser and ... | non_defect | cve medium detected in color string tgz cve medium severity vulnerability vulnerable library color string tgz parser and generator for css color strings library home page a href path to dependency file sectors without number package json path to vulnerable library se... | 0 |
196,606 | 6,935,686,484 | IssuesEvent | 2017-12-03 12:19:31 | ld40-team-unagi/main-game | https://api.github.com/repos/ld40-team-unagi/main-game | closed | 植物を植える際にランダムできのこを植える🍄 | priority-b | Player.csのSowSeedメソッド内を書き換えて設定した確率でたまにきのこが植えられるようにしてください.
確率は0~1(x100%)の範囲のfloatで,inspectorから変えられるようにpublic floatとしてPlayer.csのプロパティに追加してください. | 1.0 | 植物を植える際にランダムできのこを植える🍄 - Player.csのSowSeedメソッド内を書き換えて設定した確率でたまにきのこが植えられるようにしてください.
確率は0~1(x100%)の範囲のfloatで,inspectorから変えられるようにpublic floatとしてPlayer.csのプロパティに追加してください. | non_defect | 植物を植える際にランダムできのこを植える🍄 player csのsowseedメソッド内を書き換えて設定した確率でたまにきのこが植えられるようにしてください. の範囲のfloatで,inspectorから変えられるようにpublic floatとしてplayer csのプロパティに追加してください. | 0 |
70,192 | 23,042,496,904 | IssuesEvent | 2022-07-23 11:15:49 | scipy/scipy | https://api.github.com/repos/scipy/scipy | opened | BUG: linprog integrality only accepts list, not array | defect | ### Describe your issue.
linprog(integrality=None) is documented as `integrality : 1-D array, optional` but it only accepts listlike and not array due to a conditional in argument checking.
The code uses a plain truthiness check `if integrality` that works well with lists but not ndarrays:
```python
if integral... | 1.0 | BUG: linprog integrality only accepts list, not array - ### Describe your issue.
linprog(integrality=None) is documented as `integrality : 1-D array, optional` but it only accepts listlike and not array due to a conditional in argument checking.
The code uses a plain truthiness check `if integrality` that works wel... | defect | bug linprog integrality only accepts list not array describe your issue linprog integrality none is documented as integrality d array optional but it only accepts listlike and not array due to a conditional in argument checking the code uses a plain truthiness check if integrality that works wel... | 1 |
79,862 | 29,486,769,841 | IssuesEvent | 2023-06-02 10:19:35 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: getCssValue is not following the document | D-IE I-defect help wanted I-stale | ### What happened?
Just wonder if the correct behaivor of getCssValue.
1. What's the actual expected return value for getCssValue(shorthand)
2. Any missed description in Java doc
Below is the actual return in code
Try to execute on Chrome/Edge/IE
1. As document mentioned, the shorthand CSS properties should ... | 1.0 | [🐛 Bug]: getCssValue is not following the document - ### What happened?
Just wonder if the correct behaivor of getCssValue.
1. What's the actual expected return value for getCssValue(shorthand)
2. Any missed description in Java doc
Below is the actual return in code
Try to execute on Chrome/Edge/IE
1. As do... | defect | getcssvalue is not following the document what happened just wonder if the correct behaivor of getcssvalue what s the actual expected return value for getcssvalue shorthand any missed description in java doc below is the actual return in code try to execute on chrome edge ie as document ... | 1 |
1,149 | 2,598,004,283 | IssuesEvent | 2015-02-22 01:41:26 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | opened | getUnitsInWeaponRange not working properly | auto-migrated Component-Logic Milestone-MajorRelease Priority-Medium Type-Defect Usability | ```
Using BWAPI 3.7.4 (r4160).
When I try to get the units in weapon (Arclite Shock Cannon) range the output
is always 0.
unit->getUnitsInWeaponRange(WeaponTypes::Arclite_Shock_Cannon);
But getUnitsInRadius() is working properly.
unit->getUnitsInRadius(384); // 384 is the max range of Arclite_Shock_Cannon
```
---... | 1.0 | getUnitsInWeaponRange not working properly - ```
Using BWAPI 3.7.4 (r4160).
When I try to get the units in weapon (Arclite Shock Cannon) range the output
is always 0.
unit->getUnitsInWeaponRange(WeaponTypes::Arclite_Shock_Cannon);
But getUnitsInRadius() is working properly.
unit->getUnitsInRadius(384); // 384 is t... | defect | getunitsinweaponrange not working properly using bwapi when i try to get the units in weapon arclite shock cannon range the output is always unit getunitsinweaponrange weapontypes arclite shock cannon but getunitsinradius is working properly unit getunitsinradius is the max r... | 1 |
8,900 | 7,724,901,338 | IssuesEvent | 2018-05-24 16:17:08 | Microsoft/dotnet-framework-docker | https://api.github.com/repos/Microsoft/dotnet-framework-docker | closed | Enable RS4 CI | area:infrastructure enhancement triaged | Hookup CI for RS4 Dockerfiles.
This is blocked on not having Docker enabled RS4 in Jenkins - dotnet/core-eng#3365 | 1.0 | Enable RS4 CI - Hookup CI for RS4 Dockerfiles.
This is blocked on not having Docker enabled RS4 in Jenkins - dotnet/core-eng#3365 | non_defect | enable ci hookup ci for dockerfiles this is blocked on not having docker enabled in jenkins dotnet core eng | 0 |
10,362 | 3,103,866,094 | IssuesEvent | 2015-08-31 12:58:31 | PlusGit/theta | https://api.github.com/repos/PlusGit/theta | reopened | Autobalance Obelisk and Tesla don't aim on player after switch | bug confirmed fixed: needs testing online only | Pretty simple. Get autobalanced and you're invulnerable to enemy obelisk/tesla. | 1.0 | Autobalance Obelisk and Tesla don't aim on player after switch - Pretty simple. Get autobalanced and you're invulnerable to enemy obelisk/tesla. | non_defect | autobalance obelisk and tesla don t aim on player after switch pretty simple get autobalanced and you re invulnerable to enemy obelisk tesla | 0 |
38,573 | 8,903,134,930 | IssuesEvent | 2019-01-17 09:41:54 | Appliscale/perun | https://api.github.com/repos/Appliscale/perun | opened | Test Error | defect help wanted | Sometimes, when running tests an error appears:
```
INFO: Running on EC2
ERROR: RequestError: send request failed
caused by: Get http://169.254.169.254/latest/meta-data/placement/availability-zone: dial tcp 169.254.169.254:80: connect: host is down
--- FAIL: TestGetIamInstanceProfileAssociations (0.65s)
creat... | 1.0 | Test Error - Sometimes, when running tests an error appears:
```
INFO: Running on EC2
ERROR: RequestError: send request failed
caused by: Get http://169.254.169.254/latest/meta-data/placement/availability-zone: dial tcp 169.254.169.254:80: connect: host is down
--- FAIL: TestGetIamInstanceProfileAssociations (0.6... | defect | test error sometimes when running tests an error appears info running on error requesterror send request failed caused by get dial tcp connect host is down fail testgetiaminstanceprofileassociations creatingfiles test go error trace creatingfiles tes... | 1 |
231,150 | 18,750,595,549 | IssuesEvent | 2021-11-05 01:01:55 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Skipping Json NumberHandlingTests.DictionariesRoundTrip test for mono interpreter | area-System.Text.Json disabled-test runtime-mono no recent activity | This test fails as a long running test and will be skipped. This issue exists to make sure we address it moving forward. | 1.0 | Skipping Json NumberHandlingTests.DictionariesRoundTrip test for mono interpreter - This test fails as a long running test and will be skipped. This issue exists to make sure we address it moving forward. | non_defect | skipping json numberhandlingtests dictionariesroundtrip test for mono interpreter this test fails as a long running test and will be skipped this issue exists to make sure we address it moving forward | 0 |
51,424 | 13,207,470,262 | IssuesEvent | 2020-08-14 23:13:39 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | photonics-service tests fail on all version of OSX (Trac #391) | Incomplete Migration Migrated from Trac combo reconstruction defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/391">https://code.icecube.wisc.edu/projects/icecube/ticket/391</a>, reported by negaand owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2012-05-14T20:26:25",
"_ts": "1337027185... | 1.0 | photonics-service tests fail on all version of OSX (Trac #391) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/391">https://code.icecube.wisc.edu/projects/icecube/ticket/391</a>, reported by negaand owned by nega</em></summary>
<p>
```json
{
"status": "closed"... | defect | photonics service tests fail on all version of osx trac migrated from json status closed changetime ts description tests fail w the following n n n env shell sh bin photonics service test a nlogging configured from file conf nrunning... | 1 |
73,054 | 24,430,552,066 | IssuesEvent | 2022-10-06 07:48:42 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | When invited to a room with encrypted messages it's necessary to switch back and forth between rooms to successfully load history | T-Defect | ### Steps to reproduce
1. Get an invite to an e2ee room (A)
2. Join the room (A)
3. (Possibly) see some messages in A
4. Click on another room (B)
5. Click back to room A
6. See more history in A
7. Click on another room (B)
8. Click back to room A
9. See more history in A
### Outcome
#### What did you exp... | 1.0 | When invited to a room with encrypted messages it's necessary to switch back and forth between rooms to successfully load history - ### Steps to reproduce
1. Get an invite to an e2ee room (A)
2. Join the room (A)
3. (Possibly) see some messages in A
4. Click on another room (B)
5. Click back to room A
6. See more... | defect | when invited to a room with encrypted messages it s necessary to switch back and forth between rooms to successfully load history steps to reproduce get an invite to an room a join the room a possibly see some messages in a click on another room b click back to room a see more hi... | 1 |
7,779 | 2,610,634,352 | IssuesEvent | 2015-02-26 21:32:52 | alistairreilly/open-ig | https://api.github.com/repos/alistairreilly/open-ig | closed | Flottaradarok | auto-migrated Information-Display Milestone-0.93.400 Priority-Medium Radar Type-Defect | ```
Radar v1:
- Csak a bolygó nevét deríti fel, azon kívül semmit.
- Az ellenséges flottáknál pontosan írja ki az óriás űrhajók számát(csatahajó+romboló+cirkáló), a vadászok számát tól-ig módon jelzi ki.
- Nem jelzi ki az ellenséges flottánál a földi egységek számát.
Radar v2:
Ugyan az, mint a v1 es.
Radar v3:
- F... | 1.0 | Flottaradarok - ```
Radar v1:
- Csak a bolygó nevét deríti fel, azon kívül semmit.
- Az ellenséges flottáknál pontosan írja ki az óriás űrhajók számát(csatahajó+romboló+cirkáló), a vadászok számát tól-ig módon jelzi ki.
- Nem jelzi ki az ellenséges flottánál a földi egységek számát.
Radar v2:
Ugyan az, mint a v1 es... | defect | flottaradarok radar csak a bolygó nevét deríti fel azon kívül semmit az ellenséges flottáknál pontosan írja ki az óriás űrhajók számát csatahajó romboló cirkáló a vadászok számát tól ig módon jelzi ki nem jelzi ki az ellenséges flottánál a földi egységek számát radar ugyan az mint a es r... | 1 |
279,548 | 24,233,966,522 | IssuesEvent | 2022-09-26 20:59:06 | FullFrontalFrog/OhSoHeroTracker | https://api.github.com/repos/FullFrontalFrog/OhSoHeroTracker | closed | Gallery fails for players with custom key binds | controls interface retest | ## Oh So Hero! v. 0.18.000
### Summary
Some players have reported that, when they rebind keys, Gallery stops working. Ket managed to replicate this bug and come to conclusion that this is because "play climax" key is null, which happens when players rebind default "S" key. Other gallery-related keys are worth check... | 1.0 | Gallery fails for players with custom key binds - ## Oh So Hero! v. 0.18.000
### Summary
Some players have reported that, when they rebind keys, Gallery stops working. Ket managed to replicate this bug and come to conclusion that this is because "play climax" key is null, which happens when players rebind default "... | non_defect | gallery fails for players with custom key binds oh so hero v summary some players have reported that when they rebind keys gallery stops working ket managed to replicate this bug and come to conclusion that this is because play climax key is null which happens when players rebind default s ... | 0 |
80,798 | 30,534,857,535 | IssuesEvent | 2023-07-19 16:34:19 | dotCMS/core | https://api.github.com/repos/dotCMS/core | closed | Remove Slash Character in Block Editor Field | Type : Defect Team : Lunik Triage | ### Problem Statement
When using the block editor in dotCMS and attempting to add new content by clicking the "+" button, an automatic "/" character is added to the field. If the user then decides to close the menu by pressing the "escape" key, the slash character is not removed from the field.
This is avoiding t... | 1.0 | Remove Slash Character in Block Editor Field - ### Problem Statement
When using the block editor in dotCMS and attempting to add new content by clicking the "+" button, an automatic "/" character is added to the field. If the user then decides to close the menu by pressing the "escape" key, the slash character is no... | defect | remove slash character in block editor field problem statement when using the block editor in dotcms and attempting to add new content by clicking the button an automatic character is added to the field if the user then decides to close the menu by pressing the escape key the slash character is no... | 1 |
67,044 | 8,070,956,445 | IssuesEvent | 2018-08-06 11:33:39 | mindfulness-at-the-computer/mindfulness-at-the-computer | https://api.github.com/repos/mindfulness-at-the-computer/mindfulness-at-the-computer | closed | Helpful information on how to practice? | design documentation question | For example:
* asking the user to sit upright
* asking the user to breathe with her stomach
* explaining what mindfulness is - update: this is now covered on the home page (thank you @ap1459 for your contribution!)
* explaining the benefits of mindful breathing
| 1.0 | Helpful information on how to practice? - For example:
* asking the user to sit upright
* asking the user to breathe with her stomach
* explaining what mindfulness is - update: this is now covered on the home page (thank you @ap1459 for your contribution!)
* explaining the benefits of mindful breathing
| non_defect | helpful information on how to practice for example asking the user to sit upright asking the user to breathe with her stomach explaining what mindfulness is update this is now covered on the home page thank you for your contribution explaining the benefits of mindful breathing | 0 |
75,200 | 25,585,083,009 | IssuesEvent | 2022-12-01 08:42:53 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Parser doesn't correctly parse boolean fields in AND predicate | T: Defect P: Medium E: All Editions C: Parser | This valid query fails in the parser:
```sql
SELECT coalesce(t.x, false) and t.y
FROM t
```
Even when supplying metadata:
```sql
CREATE TABLE t (x BOOLEAN, y BOOLEAN);
``` | 1.0 | Parser doesn't correctly parse boolean fields in AND predicate - This valid query fails in the parser:
```sql
SELECT coalesce(t.x, false) and t.y
FROM t
```
Even when supplying metadata:
```sql
CREATE TABLE t (x BOOLEAN, y BOOLEAN);
``` | defect | parser doesn t correctly parse boolean fields in and predicate this valid query fails in the parser sql select coalesce t x false and t y from t even when supplying metadata sql create table t x boolean y boolean | 1 |
290,435 | 32,078,887,526 | IssuesEvent | 2023-09-25 12:48:41 | pazhanivel07/Packages_apps_Nfc_AOSP_10_r33 | https://api.github.com/repos/pazhanivel07/Packages_apps_Nfc_AOSP_10_r33 | opened | CVE-2021-0594 (High) detected in Nfcandroid-10.0.0_r31 | Mend: dependency security vulnerability | ## CVE-2021-0594 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Nfcandroid-10.0.0_r31</b></p></summary>
<p>
<p>Library home page: <a href=https://android.googlesource.com/platform/pac... | True | CVE-2021-0594 (High) detected in Nfcandroid-10.0.0_r31 - ## CVE-2021-0594 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Nfcandroid-10.0.0_r31</b></p></summary>
<p>
<p>Library home pa... | non_defect | cve high detected in nfcandroid cve high severity vulnerability vulnerable library nfcandroid library home page a href found in head commit a href found in base branch main vulnerable source files src com android nfc handover conf... | 0 |
1,843 | 2,603,972,298 | IssuesEvent | 2015-02-24 19:00:34 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳疱疹最佳治疗方法 | auto-migrated Priority-Medium Type-Defect | ```
沈阳疱疹最佳治疗方法〓沈陽軍區政治部醫院性病〓TEL:024-3
1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。�
��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌�
��歷史悠久、設備精良、技術權威、專家云集,是預防、保健
、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲��
�部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、�
��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空
軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體��
�等功。
```
-----
Original issue reported on code.google.com by `q964105... | 1.0 | 沈阳疱疹最佳治疗方法 - ```
沈阳疱疹最佳治疗方法〓沈陽軍區政治部醫院性病〓TEL:024-3
1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。�
��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌�
��歷史悠久、設備精良、技術權威、專家云集,是預防、保健
、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲��
�部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、�
��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空
軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體��
�等功。
```
-----
Original issue reported on code.google.co... | defect | 沈阳疱疹最佳治疗方法 沈阳疱疹最佳治疗方法〓沈陽軍區政治部醫院性病〓tel: 〓 , 。� �� 。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 original issue reported on code google com by gmail com on jun at | 1 |
15,399 | 5,955,137,522 | IssuesEvent | 2017-05-28 01:52:03 | Linuxbrew/legacy-linuxbrew | https://api.github.com/repos/Linuxbrew/legacy-linuxbrew | closed | sshfs issue | build-error | I'm trying to install sshfs but I thinκ it tries to install wrong dependency (osxfuse)
```
==> Installing dependencies for sshfs: osxfuse, libffi, glib
==> Installing sshfs dependency: osxfuse
==> Cloning https://github.com/osxfuse/osxfuse.git
Updating /home/billp/.cache/Homebrew/osxfuse--git
==> Checking out tag osx... | 1.0 | sshfs issue - I'm trying to install sshfs but I thinκ it tries to install wrong dependency (osxfuse)
```
==> Installing dependencies for sshfs: osxfuse, libffi, glib
==> Installing sshfs dependency: osxfuse
==> Cloning https://github.com/osxfuse/osxfuse.git
Updating /home/billp/.cache/Homebrew/osxfuse--git
==> Checki... | non_defect | sshfs issue i m trying to install sshfs but i thinκ it tries to install wrong dependency osxfuse installing dependencies for sshfs osxfuse libffi glib installing sshfs dependency osxfuse cloning updating home billp cache homebrew osxfuse git checking out tag osxfuse build ... | 0 |
7,564 | 25,133,909,692 | IssuesEvent | 2022-11-09 17:02:57 | kubefirst/kubefirst | https://api.github.com/repos/kubefirst/kubefirst | opened | Improve Release Process - CI/Process | automation | ## Improve Release Process
In order to make sure our releases are covered by automation validations we could have a choice of making a "safe-release", meaning if choose so before we trigger the release creation process we trigger also some automation to verify the release.
```bash
- Define a `commit_id`
- ... | 1.0 | Improve Release Process - CI/Process - ## Improve Release Process
In order to make sure our releases are covered by automation validations we could have a choice of making a "safe-release", meaning if choose so before we trigger the release creation process we trigger also some automation to verify the release.
... | non_defect | improve release process ci process improve release process in order to make sure our releases are covered by automation validations we could have a choice of making a safe release meaning if choose so before we trigger the release creation process we trigger also some automation to verify the release ... | 0 |
30,584 | 6,188,063,942 | IssuesEvent | 2017-07-04 09:13:40 | contao/core-bundle | https://api.github.com/repos/contao/core-bundle | closed | Align the back end navigation tooltips | defect | Align the tooltip to the label if there is no icon.

| 1.0 | Align the back end navigation tooltips - Align the tooltip to the label if there is no icon.

| defect | align the back end navigation tooltips align the tooltip to the label if there is no icon | 1 |
803,473 | 29,178,412,398 | IssuesEvent | 2023-05-19 09:49:50 | therungg/therun-frontend | https://api.github.com/repos/therungg/therun-frontend | closed | Implement reconnect mechanism for websockets | bug good first issue priority | Right now, the websockets have no reconnect mechanism. AWS' websockets hang up (always!!) after 10 minutes on no messages, and after 2 hours regardless.
This means the live page stops working (timers just keep running and the page needs to be refreshed) after 2 hours.
Implement a reconnect when the server hangs u... | 1.0 | Implement reconnect mechanism for websockets - Right now, the websockets have no reconnect mechanism. AWS' websockets hang up (always!!) after 10 minutes on no messages, and after 2 hours regardless.
This means the live page stops working (timers just keep running and the page needs to be refreshed) after 2 hours.
... | non_defect | implement reconnect mechanism for websockets right now the websockets have no reconnect mechanism aws websockets hang up always after minutes on no messages and after hours regardless this means the live page stops working timers just keep running and the page needs to be refreshed after hours ... | 0 |
15,257 | 5,088,008,440 | IssuesEvent | 2016-12-31 13:28:04 | mediathekview/MediathekView | https://api.github.com/repos/mediathekview/MediathekView | closed | Deploy auf Hauptserver | enhancement feature Fertig non-code | Automatischer Deploy auf den Hauptserver von mediathekview.de um die Dateien für den Download zur verfügung zu stellen. | 1.0 | Deploy auf Hauptserver - Automatischer Deploy auf den Hauptserver von mediathekview.de um die Dateien für den Download zur verfügung zu stellen. | non_defect | deploy auf hauptserver automatischer deploy auf den hauptserver von mediathekview de um die dateien für den download zur verfügung zu stellen | 0 |
215,148 | 16,652,742,843 | IssuesEvent | 2021-06-05 01:08:22 | backend-br/vagas | https://api.github.com/repos/backend-br/vagas | closed | [Remoto/Rio de Janeiro] Back-end Developer @ PEBMED | Alocado CI CLT Especialista HTML JavaScript PHP Pleno Remoto SQL Stale Testes automatizados WordPress | <!--
==================================================
Caso a vaga for remoto durante a pandemia informar no texto "Remoto durante o covid"
==================================================
-->
<!--
==================================================
POR FAVOR, SÓ POSTE SE A VAGA FOR PARA BACK-END!
Não faça... | 1.0 | [Remoto/Rio de Janeiro] Back-end Developer @ PEBMED - <!--
==================================================
Caso a vaga for remoto durante a pandemia informar no texto "Remoto durante o covid"
==================================================
-->
<!--
==================================================
POR FA... | non_defect | back end developer pebmed caso a vaga for remoto durante a pandemia informar no texto remoto durante o covid por favor só poste se a vag... | 0 |
14,970 | 2,832,478,829 | IssuesEvent | 2015-05-25 08:26:23 | ibus/ibus | https://api.github.com/repos/ibus/ibus | closed | xterm 下收不到 IBUS_RELEASE_MASK 的按键消息 | Component-ibus Priority-Medium Type-Defect | ```
What version of the product are you using? On what operating system?
OS (Linux distributions, UNIX or ...): Archlinux i686 newest
IBus version: 1.3.0
GTK_IM_MODULE=ibus
XMODIFIERS=@im=ibus
QT_IM_MODULE=xim
What steps will reproduce the problem?
1.xterm
2.中文输入法,比如 ibus-sogoupycc
3.尝试用左Shift切换中英文状态,失败
4.如... | 1.0 | xterm 下收不到 IBUS_RELEASE_MASK 的按键消息 - ```
What version of the product are you using? On what operating system?
OS (Linux distributions, UNIX or ...): Archlinux i686 newest
IBus version: 1.3.0
GTK_IM_MODULE=ibus
XMODIFIERS=@im=ibus
QT_IM_MODULE=xim
What steps will reproduce the problem?
1.xterm
2.中文输入法,比如 ibus-... | defect | xterm 下收不到 ibus release mask 的按键消息 what version of the product are you using on what operating system os linux distributions unix or archlinux newest ibus version gtk im module ibus xmodifiers im ibus qt im module xim what steps will reproduce the problem xterm 中文输入法,比如 ibus sog... | 1 |
6,578 | 2,610,257,158 | IssuesEvent | 2015-02-26 19:22:05 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳激光祛青春痘 | auto-migrated Priority-Medium Type-Defect | ```
深圳激光祛青春痘【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:39 | 1.0 | 深圳激光祛青春痘 - ```
深圳激光祛青春痘【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:39 | defect | 深圳激光祛青春痘 深圳激光祛青春痘【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at | 1 |
37,532 | 8,419,275,153 | IssuesEvent | 2018-10-15 06:03:39 | STEllAR-GROUP/phylanx | https://api.github.com/repos/STEllAR-GROUP/phylanx | opened | Branch 'advanced_indexing': Unexpected behavior of slicing operation. | category: primitives submodule: backend tag: invalid type: defect | Slicing with an implicit upper bound, applied to the second dimension, does not operate correctly on 2D arrays. It fails if the size of the first dimension is greater than the second's:
```py
import numpy as np
from phylanx import Phylanx
@Phylanx
def foo():
x = np.zeros((4, 3))
return x[0, :]
asser... | 1.0 | Branch 'advanced_indexing': Unexpected behavior of slicing operation. - Slicing with an implicit upper bound, applied to the second dimension, does not operate correctly on 2D arrays. It fails if the size of the first dimension is greater than the second's:
```py
import numpy as np
from phylanx import Phylanx
@Ph... | defect | branch advanced indexing unexpected behavior of slicing operation slicing with an implicit upper bound applied to the second dimension does not operate correctly on arrays it fails if the size of the first dimension is greater than the second s py import numpy as np from phylanx import phylanx phy... | 1 |
655,570 | 21,700,033,098 | IssuesEvent | 2022-05-10 02:18:30 | microsoft/Recognizers-Text | https://api.github.com/repos/microsoft/Recognizers-Text | closed | [ES DateTimeV2] Misc bugs generated from Speech | bug Priority:P2 | 1- Pattern “week [number] of [year]” is not captured, such as “Estaré afuera en semana 3 de dos mil veintisiete” or “Estaré afuera en semana 3 de 2027”
2- The pattern for hour being represented as 3:00 h is not recognized
3- año hasta la fecha not detected as a year
4- decade (decenios, / décadas) not detected
5- q... | 1.0 | [ES DateTimeV2] Misc bugs generated from Speech - 1- Pattern “week [number] of [year]” is not captured, such as “Estaré afuera en semana 3 de dos mil veintisiete” or “Estaré afuera en semana 3 de 2027”
2- The pattern for hour being represented as 3:00 h is not recognized
3- año hasta la fecha not detected as a year
... | non_defect | misc bugs generated from speech pattern “week of ” is not captured such as “estaré afuera en semana de dos mil veintisiete” or “estaré afuera en semana de ” the pattern for hour being represented as h is not recognized año hasta la fecha not detected as a year decade decenios décadas... | 0 |
11,304 | 2,648,925,706 | IssuesEvent | 2015-03-14 12:05:54 | jancona/android-on-freerunner | https://api.github.com/repos/jancona/android-on-freerunner | reopened | No audio files found on sd card | auto-migrated invalid Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. look for ringtone/Notification/Alarm from Audio Settings reveals only system
sounds
2. Open Music player (any?) and look for my own music on sd card
3.
What is the expected output? What do you see instead?
Basically, browsing for custom sounds/music on sd card from almost... | 1.0 | No audio files found on sd card - ```
What steps will reproduce the problem?
1. look for ringtone/Notification/Alarm from Audio Settings reveals only system
sounds
2. Open Music player (any?) and look for my own music on sd card
3.
What is the expected output? What do you see instead?
Basically, browsing for custom s... | defect | no audio files found on sd card what steps will reproduce the problem look for ringtone notification alarm from audio settings reveals only system sounds open music player any and look for my own music on sd card what is the expected output what do you see instead basically browsing for custom s... | 1 |
202,514 | 15,833,553,189 | IssuesEvent | 2021-04-06 15:45:57 | aerokube/moon | https://api.github.com/repos/aerokube/moon | opened | Add documentation about route timeout in Openshift | documentation | ```
$ oc annotate route moon-ui --owerwrite haproxy.router.openshift.io/timeout=31m
``` | 1.0 | Add documentation about route timeout in Openshift - ```
$ oc annotate route moon-ui --owerwrite haproxy.router.openshift.io/timeout=31m
``` | non_defect | add documentation about route timeout in openshift oc annotate route moon ui owerwrite haproxy router openshift io timeout | 0 |
28,319 | 5,241,154,584 | IssuesEvent | 2017-01-31 15:03:47 | google/gtm-oauth | https://api.github.com/repos/google/gtm-oauth | closed | GTMOAuthWindowController language parameter should be used | auto-migrated Priority-Medium Type-Defect | ```
// this is the designated initializer
- (id)initWithScope:(NSString *)scope
language:(NSString *)language
requestTokenURL:(NSURL *)requestURL
authorizeTokenURL:(NSURL *)authorizeURL
accessTokenURL:(NSURL *)accessURL
authentication:(GTMOAuthAuthentication *)auth
appServiceName:(NSStri... | 1.0 | GTMOAuthWindowController language parameter should be used - ```
// this is the designated initializer
- (id)initWithScope:(NSString *)scope
language:(NSString *)language
requestTokenURL:(NSURL *)requestURL
authorizeTokenURL:(NSURL *)authorizeURL
accessTokenURL:(NSURL *)accessURL
authenticati... | defect | gtmoauthwindowcontroller language parameter should be used this is the designated initializer id initwithscope nsstring scope language nsstring language requesttokenurl nsurl requesturl authorizetokenurl nsurl authorizeurl accesstokenurl nsurl accessurl authenticati... | 1 |
23,993 | 3,883,376,487 | IssuesEvent | 2016-04-13 13:41:35 | svnpenn/mp4v2 | https://api.github.com/repos/svnpenn/mp4v2 | closed | Build of MP4v2 library does not result in a binary under Mozilla Public License 1.1 | auto-migrated Priority-Medium Type-Defect | ```
The project home page for the MP4v2 library indicates that the software is
licensed under Mozilla Public License 1.1. However, a build of the MP4v2
library results in a binary that is under additional licenses as a result of
including the following files:
libutil/crc.cpp: Modified (3-clause) BSD license
libpla... | 1.0 | Build of MP4v2 library does not result in a binary under Mozilla Public License 1.1 - ```
The project home page for the MP4v2 library indicates that the software is
licensed under Mozilla Public License 1.1. However, a build of the MP4v2
library results in a binary that is under additional licenses as a result of
in... | defect | build of library does not result in a binary under mozilla public license the project home page for the library indicates that the software is licensed under mozilla public license however a build of the library results in a binary that is under additional licenses as a result of including the ... | 1 |
90,784 | 11,433,177,196 | IssuesEvent | 2020-02-04 15:16:48 | ibm-openbmc/dev | https://api.github.com/repos/ibm-openbmc/dev | closed | GUI : Design : Profile Settings (Change Password for ReadOnly & Operator Roles) | GUI UI Design | The access is allowed as follows:
/redfish/v1/ - allowed by everyone
/redfish/v1/AccountService - only Admin
/redfish/v1/AccountService/Accounts - only Admin
/redfish/v1/AccountService/Accounts/{user} - only Admin and that user
Because of this ReadOnly and Operator Roles can not access the current User Managemen... | 1.0 | GUI : Design : Profile Settings (Change Password for ReadOnly & Operator Roles) - The access is allowed as follows:
/redfish/v1/ - allowed by everyone
/redfish/v1/AccountService - only Admin
/redfish/v1/AccountService/Accounts - only Admin
/redfish/v1/AccountService/Accounts/{user} - only Admin and that user
Bec... | non_defect | gui design profile settings change password for readonly operator roles the access is allowed as follows redfish allowed by everyone redfish accountservice only admin redfish accountservice accounts only admin redfish accountservice accounts user only admin and that user because... | 0 |
19,545 | 3,220,060,421 | IssuesEvent | 2015-10-08 13:17:33 | outjie/google-gin | https://api.github.com/repos/outjie/google-gin | closed | Move to Github | auto-migrated Priority-Medium Type-Defect | ```
Beacause of
http://google-opensource.blogspot.fr/2015/03/farewell-to-google-code.html
```
Original issue reported on code.google.com by `wokier` on 22 Apr 2015 at 12:02 | 1.0 | Move to Github - ```
Beacause of
http://google-opensource.blogspot.fr/2015/03/farewell-to-google-code.html
```
Original issue reported on code.google.com by `wokier` on 22 Apr 2015 at 12:02 | defect | move to github beacause of original issue reported on code google com by wokier on apr at | 1 |
263,065 | 19,896,472,805 | IssuesEvent | 2022-01-25 00:05:00 | zweilosec/PowerShell-Administration-Tools | https://api.github.com/repos/zweilosec/PowerShell-Administration-Tools | closed | Fix example output for Get-Computer_Inventory_toExcel.ps1 | documentation | - [x] Align output examples so it demonstrates running on the same computers.
- [x] Update .txt output example to newest version. | 1.0 | Fix example output for Get-Computer_Inventory_toExcel.ps1 - - [x] Align output examples so it demonstrates running on the same computers.
- [x] Update .txt output example to newest version. | non_defect | fix example output for get computer inventory toexcel align output examples so it demonstrates running on the same computers update txt output example to newest version | 0 |
13,597 | 2,772,276,287 | IssuesEvent | 2015-05-02 14:23:28 | hasse69/rar2fs | https://api.github.com/repos/hasse69/rar2fs | closed | Can't read data correctly with 'Save identical file as references' features. | Priority-Medium Type-Defect | <b>What steps will reproduce the problem?</b>
1. Create archive with 'reference'.
2. Mount that archive.
3. Compare file by binary basis.
Step-by-step instructions below.
<b>What is the expected output? What do you see instead?</b>
# dd if=1/test/winrar-x64-501.exe bs=512 count=1 status=none | hexdump... | 1.0 | Can't read data correctly with 'Save identical file as references' features. - <b>What steps will reproduce the problem?</b>
1. Create archive with 'reference'.
2. Mount that archive.
3. Compare file by binary basis.
Step-by-step instructions below.
<b>What is the expected output? What do you see instead?</b... | defect | can t read data correctly with save identical file as references features what steps will reproduce the problem create archive with reference mount that archive compare file by binary basis step by step instructions below what is the expected output what do you see instead ... | 1 |
327,959 | 24,163,172,253 | IssuesEvent | 2022-09-22 13:14:34 | valentingavran/anglify | https://api.github.com/repos/valentingavran/anglify | opened | docs: production checklist | documentation | ### Documentation Feedback
How do I optimize my application for a production system?
### Affected documentation page
advanced item group | 1.0 | docs: production checklist - ### Documentation Feedback
How do I optimize my application for a production system?
### Affected documentation page
advanced item group | non_defect | docs production checklist documentation feedback how do i optimize my application for a production system affected documentation page advanced item group | 0 |
446,936 | 12,879,869,445 | IssuesEvent | 2020-07-12 01:26:07 | EarthJournalismNetwork/jeo-plugin | https://api.github.com/repos/EarthJournalismNetwork/jeo-plugin | closed | [Map Published] If a map has a layer that was deleted, that map block shows an error | bug homolog priority: high | ### **USER TEST**
**Test 1**
1. Create a map with more than 1 layers
2. Use that map in a post and publish it.
3. Then, go to "Layers" and delete one of the layer used in step 1
4. Back to the published post and refresh it. only map's active layers are shown without errors in the console.
**Test 2**
1. Create... | 1.0 | [Map Published] If a map has a layer that was deleted, that map block shows an error - ### **USER TEST**
**Test 1**
1. Create a map with more than 1 layers
2. Use that map in a post and publish it.
3. Then, go to "Layers" and delete one of the layer used in step 1
4. Back to the published post and refresh it. onl... | non_defect | if a map has a layer that was deleted that map block shows an error user test test create a map with more than layers use that map in a post and publish it then go to layers and delete one of the layer used in step back to the published post and refresh it only map s active... | 0 |
33,741 | 4,859,030,325 | IssuesEvent | 2016-11-13 12:58:50 | EclectickMedia/PingStats | https://api.github.com/repos/EclectickMedia/PingStats | closed | V0.09 Has memory leak performance issues during long runtimes. | bug bug report help wanted minor bugfix needs .isu Needs bug testing Needs reviewing new | I ran a several hour long ping, and it resulted in 3.34 gigs of memory for the application.
I imagine this was from holding lines for a several hour long output log.
This is pretty massive of a flaw.
| 1.0 | V0.09 Has memory leak performance issues during long runtimes. - I ran a several hour long ping, and it resulted in 3.34 gigs of memory for the application.
I imagine this was from holding lines for a several hour long output log.
This is pretty massive of a flaw.
| non_defect | has memory leak performance issues during long runtimes i ran a several hour long ping and it resulted in gigs of memory for the application i imagine this was from holding lines for a several hour long output log this is pretty massive of a flaw | 0 |
146,237 | 19,393,982,326 | IssuesEvent | 2021-12-18 01:47:46 | venkateshreddypala/aircraft | https://api.github.com/repos/venkateshreddypala/aircraft | opened | CVE-2021-42550 (Medium) detected in logback-classic-1.2.3.jar | security vulnerability | ## CVE-2021-42550 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>logback-classic-1.2.3.jar</b></p></summary>
<p>logback-classic module</p>
<p>Library home page: <a href="http://logb... | True | CVE-2021-42550 (Medium) detected in logback-classic-1.2.3.jar - ## CVE-2021-42550 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>logback-classic-1.2.3.jar</b></p></summary>
<p>logba... | non_defect | cve medium detected in logback classic jar cve medium severity vulnerability vulnerable library logback classic jar logback classic module library home page a href path to dependency file aircraft pom xml path to vulnerable library root repository ch qos logback... | 0 |
49,966 | 13,187,300,889 | IssuesEvent | 2020-08-13 02:58:46 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | [payload-parsing] deprication notice from boost endian detection (Trac #2381) | Incomplete Migration Migrated from Trac combo core defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2381">https://code.icecube.wisc.edu/ticket/2381</a>, reported by kjmeagher and owned by tschmidt</em></summary>
<p>
```json
{
"status": "assigned",
"changetime": "2020-06-24T12:33:05",
"description": "With Boost 1.71 i ge... | 1.0 | [payload-parsing] deprication notice from boost endian detection (Trac #2381) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2381">https://code.icecube.wisc.edu/ticket/2381</a>, reported by kjmeagher and owned by tschmidt</em></summary>
<p>
```json
{
"status": "assigned",
... | defect | deprication notice from boost endian detection trac migrated from json status assigned changetime description with boost i get the following warning n nin file included from usr include boost detail endian hpp n from home kjm ... | 1 |
123,099 | 16,443,970,836 | IssuesEvent | 2021-05-20 17:16:08 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | Update For Developers page in Documentation section of design.va.gov | vsp-design-system-team | ## Issue Description
Update For Developers page in Documentation section of design.va.gov
---
## Tasks
- [ ] Review all content in this section
- [ ] Draft content as needed
- [ ] Have content changes reviewed by team member
- [ ] Update content categorization and structure as needed
- [ ] Post updates on desig... | 1.0 | Update For Developers page in Documentation section of design.va.gov - ## Issue Description
Update For Developers page in Documentation section of design.va.gov
---
## Tasks
- [ ] Review all content in this section
- [ ] Draft content as needed
- [ ] Have content changes reviewed by team member
- [ ] Update cont... | non_defect | update for developers page in documentation section of design va gov issue description update for developers page in documentation section of design va gov tasks review all content in this section draft content as needed have content changes reviewed by team member update content cate... | 0 |
77,413 | 26,979,303,567 | IssuesEvent | 2023-02-09 11:55:39 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | opened | InvocationFuture violates the contract of CompletableFuture | Type: Defect | Despite extending `CompletableFuture`, `InvocationFuture` is completed normally under some exceptional conditions ([InvocationConstant](https://github.com/hazelcast/hazelcast/blob/8b761c06d3af15c25bf61bf6e0f161e7e87e5a45/hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/InvocationConstant.java), [exa... | 1.0 | InvocationFuture violates the contract of CompletableFuture - Despite extending `CompletableFuture`, `InvocationFuture` is completed normally under some exceptional conditions ([InvocationConstant](https://github.com/hazelcast/hazelcast/blob/8b761c06d3af15c25bf61bf6e0f161e7e87e5a45/hazelcast/src/main/java/com/hazelcast... | defect | invocationfuture violates the contract of completablefuture despite extending completablefuture invocationfuture is completed normally under some exceptional conditions to handle this invocationfuture throws an exception during join or get calls this situation creates issues with stat... | 1 |
213,964 | 7,261,900,893 | IssuesEvent | 2018-02-19 01:23:13 | tootsuite/mastodon | https://api.github.com/repos/tootsuite/mastodon | closed | All gif avatars are animating by default | bug priority - high | All gif avatars are animating by default, and pause when you hover over them.
https://github.com/tootsuite/mastodon/issues/2846 seems related but seems to be only for specific avatars. For me all avatars are animating
* * * *
- [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate... | 1.0 | All gif avatars are animating by default - All gif avatars are animating by default, and pause when you hover over them.
https://github.com/tootsuite/mastodon/issues/2846 seems related but seems to be only for specific avatars. For me all avatars are animating
* * * *
- [x] I searched or browsed the repo’s oth... | non_defect | all gif avatars are animating by default all gif avatars are animating by default and pause when you hover over them seems related but seems to be only for specific avatars for me all avatars are animating i searched or browsed the repo’s other issues to ensure this is not a duplicate ... | 0 |
57,801 | 16,073,975,586 | IssuesEvent | 2021-04-25 01:42:27 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | The rowData has wrong type on DataTable | defect | I am using arrays as DataTable value. But I can't find a way to get rid of this error log: Invalid prop `rowData` of type `array` supplied to `RowCheckbox`, expected `object`
I found this in the source code. Any ideas......
https://github.com/primefaces/primereact/blob/717c63e56bd7721817f20ba20507f48d7191bf48/src/c... | 1.0 | The rowData has wrong type on DataTable - I am using arrays as DataTable value. But I can't find a way to get rid of this error log: Invalid prop `rowData` of type `array` supplied to `RowCheckbox`, expected `object`
I found this in the source code. Any ideas......
https://github.com/primefaces/primereact/blob/717c... | defect | the rowdata has wrong type on datatable i am using arrays as datatable value but i can t find a way to get rid of this error log invalid prop rowdata of type array supplied to rowcheckbox expected object i found this in the source code any ideas | 1 |
190,850 | 6,823,089,370 | IssuesEvent | 2017-11-07 22:24:29 | DemocracyEarth/sovereign | https://api.github.com/repos/DemocracyEarth/sovereign | closed | Results display flashing | Priority: Critical Status: Help Wanted Type: Bug | Tried to Vote on proposal ICO Yes or No but Results bar wouldn't load.

| 1.0 | Results display flashing - Tried to Vote on proposal ICO Yes or No but Results bar wouldn't load.

| non_defect | results display flashing tried to vote on proposal ico yes or no but results bar wouldn t load | 0 |
56,994 | 15,576,818,548 | IssuesEvent | 2021-03-17 12:50:03 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | opened | Better error message when JCache not in classpath | Module: ICache Source: Internal Team: Core Type: Defect | A more helpful message, indicating proper remediation action, should be thrown when JCache API is not present in a Hazelcast member's classpath. The `JCacheDetector` utility can be used to check existence of JCache API in classpath.
Member-to-member use case:
* Start a member without `cache-api-1.1.1.jar` in classp... | 1.0 | Better error message when JCache not in classpath - A more helpful message, indicating proper remediation action, should be thrown when JCache API is not present in a Hazelcast member's classpath. The `JCacheDetector` utility can be used to check existence of JCache API in classpath.
Member-to-member use case:
* St... | defect | better error message when jcache not in classpath a more helpful message indicating proper remediation action should be thrown when jcache api is not present in a hazelcast member s classpath the jcachedetector utility can be used to check existence of jcache api in classpath member to member use case st... | 1 |
12,866 | 2,722,937,862 | IssuesEvent | 2015-04-14 08:59:15 | BlackCodec/tint2 | https://api.github.com/repos/BlackCodec/tint2 | closed | Battery monitor fails to work properly after suspend using UPower. | auto-migrated Component-Battery Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Using OpenBox and oblogout script
2. Oblogout doesn't use pm-suspend. It uses freedesktop.org UPower
3. Suspend the computer, when revived, the monitor states 0%
What is the expected output? What do you see instead?
If I kill and restart tint2, it shows the battery state c... | 1.0 | Battery monitor fails to work properly after suspend using UPower. - ```
What steps will reproduce the problem?
1. Using OpenBox and oblogout script
2. Oblogout doesn't use pm-suspend. It uses freedesktop.org UPower
3. Suspend the computer, when revived, the monitor states 0%
What is the expected output? What do you s... | defect | battery monitor fails to work properly after suspend using upower what steps will reproduce the problem using openbox and oblogout script oblogout doesn t use pm suspend it uses freedesktop org upower suspend the computer when revived the monitor states what is the expected output what do you s... | 1 |
95,972 | 3,962,811,967 | IssuesEvent | 2016-05-02 18:11:23 | fgpv-vpgf/fgpv-vpgf | https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf | opened | Zoom to Feature adds Highlighting for Emphasis | experience: ux feedback: discussion improvements: enhancement priority: medium | When completing a Zoom to Feature request from the data grid, it is not always obvious the Feature that is being Zoomed to, particularly for feature rich areas of the map such as the JOSM layer (see screenshot).
We need to highlight the feature that has been zoomed into.
.
We need to highlight the feature that has been zoomed in... | non_defect | zoom to feature adds highlighting for emphasis when completing a zoom to feature request from the data grid it is not always obvious the feature that is being zoomed to particularly for feature rich areas of the map such as the josm layer see screenshot we need to highlight the feature that has been zoomed in... | 0 |
131,574 | 18,248,186,024 | IssuesEvent | 2021-10-01 21:48:19 | ghc-dev/Michael-Gray | https://api.github.com/repos/ghc-dev/Michael-Gray | opened | CVE-2021-21295 (Medium) detected in netty-codec-http-4.1.39.Final.jar | security vulnerability | ## CVE-2021-21295 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.39.Final.jar</b></p></summary>
<p>Netty is an asynchronous event-driven network application fra... | True | CVE-2021-21295 (Medium) detected in netty-codec-http-4.1.39.Final.jar - ## CVE-2021-21295 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.39.Final.jar</b></p></su... | non_defect | cve medium detected in netty codec http final jar cve medium severity vulnerability vulnerable library netty codec http final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and ... | 0 |
343,352 | 24,768,465,801 | IssuesEvent | 2022-10-22 20:57:44 | dusansimic/dynamic-wallpaper | https://api.github.com/repos/dusansimic/dynamic-wallpaper | closed | Update screenshots before next release | documentation good first issue hacktoberfest | Since ui was redesigned in #31, the screenshots are outdated. The screenshots should represent current ui of the app so they should be updated. | 1.0 | Update screenshots before next release - Since ui was redesigned in #31, the screenshots are outdated. The screenshots should represent current ui of the app so they should be updated. | non_defect | update screenshots before next release since ui was redesigned in the screenshots are outdated the screenshots should represent current ui of the app so they should be updated | 0 |
239,308 | 18,269,175,748 | IssuesEvent | 2021-10-04 12:04:45 | abirbhattacharya82/Hacktoberfest-Codedump | https://api.github.com/repos/abirbhattacharya82/Hacktoberfest-Codedump | closed | Will add interview problems on Dynamic Programming | documentation hacktoberfest | Please assign me this task to add problems based on knapsack | 1.0 | Will add interview problems on Dynamic Programming - Please assign me this task to add problems based on knapsack | non_defect | will add interview problems on dynamic programming please assign me this task to add problems based on knapsack | 0 |
40,651 | 10,091,834,396 | IssuesEvent | 2019-07-26 15:08:46 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | opened | Missing header for algorithm module | category: modules type: defect | The header `#include <hpx/traits/is_value_proxy.hpp>` should be added to the algorithm module | 1.0 | Missing header for algorithm module - The header `#include <hpx/traits/is_value_proxy.hpp>` should be added to the algorithm module | defect | missing header for algorithm module the header include should be added to the algorithm module | 1 |
56,626 | 15,228,850,572 | IssuesEvent | 2021-02-18 12:05:47 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Password: attribute styleClass ignored | defect | There must be very recently a change in the p:password component. It now ignores the styleClass attribute.
```
<p:password
id="loginPassword"
value="#{identityManager.password}"
styleClass="login-input" />
```
produces
`<input id="loginForm:loginPassword" name="loginFo... | 1.0 | Password: attribute styleClass ignored - There must be very recently a change in the p:password component. It now ignores the styleClass attribute.
```
<p:password
id="loginPassword"
value="#{identityManager.password}"
styleClass="login-input" />
```
produces
`<input i... | defect | password attribute styleclass ignored there must be very recently a change in the p password component it now ignores the styleclass attribute p password id loginpassword value identitymanager password styleclass login input produces | 1 |
8,301 | 2,611,486,498 | IssuesEvent | 2015-02-27 05:27:38 | chrsmith/switchlist | https://api.github.com/repos/chrsmith/switchlist | closed | receive/ship indication on suggest cargos shouldn't be editable | auto-migrated Priority-Medium Type-Defect | ```
Receive/ship indicator shouldn't be editable, or at least should be changeable.
```
Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 29 Sep 2012 at 7:20 | 1.0 | receive/ship indication on suggest cargos shouldn't be editable - ```
Receive/ship indicator shouldn't be editable, or at least should be changeable.
```
Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 29 Sep 2012 at 7:20 | defect | receive ship indication on suggest cargos shouldn t be editable receive ship indicator shouldn t be editable or at least should be changeable original issue reported on code google com by rwbowdi gmail com on sep at | 1 |
288,008 | 8,824,001,811 | IssuesEvent | 2019-01-02 15:36:16 | Text-Mining/Persian-NER | https://api.github.com/repos/Text-Mining/Persian-NER | closed | Remote Validation in Register page | Effort: Low Priority: Low Product: Mobile App Type: enhancement | When a user types their email in the input after that he/she post the form to the server, and then we check the email address is duplicate or not, if yes we return back the form and user will get the message.
This flow could be short when we use the remote validation in our forms cuz the cause we improve the user ex... | 1.0 | Remote Validation in Register page - When a user types their email in the input after that he/she post the form to the server, and then we check the email address is duplicate or not, if yes we return back the form and user will get the message.
This flow could be short when we use the remote validation in our forms... | non_defect | remote validation in register page when a user types their email in the input after that he she post the form to the server and then we check the email address is duplicate or not if yes we return back the form and user will get the message this flow could be short when we use the remote validation in our forms... | 0 |
80,632 | 30,452,020,196 | IssuesEvent | 2023-07-16 12:23:09 | vector-im/element-x-ios | https://api.github.com/repos/vector-im/element-x-ios | closed | If you send a msg while room history is loading, it doesn’t echo | A-Local echo A-Timeline T-Defect S-Major O-Uncommon Z-Schedule | ### Steps to reproduce
1. View a room
2. While the timeline is loading, send a msg (slow the network if needed)
3. Note the echo for the msg doesn’t appear
### Outcome
#### What did you expect?
reliable echo.
#### What happened instead?
### Your phone model
_No response_
### Operating system version
_N... | 1.0 | If you send a msg while room history is loading, it doesn’t echo - ### Steps to reproduce
1. View a room
2. While the timeline is loading, send a msg (slow the network if needed)
3. Note the echo for the msg doesn’t appear
### Outcome
#### What did you expect?
reliable echo.
#### What happened instead?
##... | defect | if you send a msg while room history is loading it doesn’t echo steps to reproduce view a room while the timeline is loading send a msg slow the network if needed note the echo for the msg doesn’t appear outcome what did you expect reliable echo what happened instead ... | 1 |
815,696 | 30,568,007,921 | IssuesEvent | 2023-07-20 19:25:21 | xournalpp/xournalpp | https://api.github.com/repos/xournalpp/xournalpp | closed | (Merge button events with stylus tip events) does not work for Hand tool in the latest version 1.1.1 | bug Input priority::medium regression | Version 1.1.1. Linux, KDE (Kubuntu 20.04). appimage.
The hand tool is assigned to one of the stylus button and it does not work unless the stylus touch the pad. The "Merge button events with stylus tip events" is active and it was working in previous versions.
The problem exists also in the latest 1.1.1+ nightly b... | 1.0 | (Merge button events with stylus tip events) does not work for Hand tool in the latest version 1.1.1 - Version 1.1.1. Linux, KDE (Kubuntu 20.04). appimage.
The hand tool is assigned to one of the stylus button and it does not work unless the stylus touch the pad. The "Merge button events with stylus tip events" is a... | non_defect | merge button events with stylus tip events does not work for hand tool in the latest version version linux kde kubuntu appimage the hand tool is assigned to one of the stylus button and it does not work unless the stylus touch the pad the merge button events with stylus tip events is act... | 0 |
111,115 | 14,008,430,238 | IssuesEvent | 2020-10-28 23:40:15 | ProjectMirador/mirador | https://api.github.com/repos/ProjectMirador/mirador | opened | Look into adding title hover for Windows that have truncated titles | Mirador3 Usability study design needed user experience | came up in usability study | 1.0 | Look into adding title hover for Windows that have truncated titles - came up in usability study | non_defect | look into adding title hover for windows that have truncated titles came up in usability study | 0 |
4,943 | 2,610,161,913 | IssuesEvent | 2015-02-26 18:51:21 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | Text | auto-migrated Priority-Medium Type-Defect | ```
Munificent HPs have some missing texts
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 17 Feb 2011 at 2:24 | 1.0 | Text - ```
Munificent HPs have some missing texts
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 17 Feb 2011 at 2:24 | defect | text munificent hps have some missing texts original issue reported on code google com by gmail com on feb at | 1 |
548,905 | 16,081,179,447 | IssuesEvent | 2021-04-26 05:00:17 | ahmedkaludi/accelerated-mobile-pages | https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages | closed | Need to add option to disable/enable default "Site Navigation Element schema" generated by our AMP. | NEXT UPDATE [Priority: MEDIUM] enhancement | As per the user, using 3rd party schema plugin to generate schema markup on his website but the main issue is in AMP by default "Site Navigation Element schema" is added and user wants to disable it.
In order rectify this, we need to add an option to enable/disable "Site Navigation Element schema" on AMP in AMP > st... | 1.0 | Need to add option to disable/enable default "Site Navigation Element schema" generated by our AMP. - As per the user, using 3rd party schema plugin to generate schema markup on his website but the main issue is in AMP by default "Site Navigation Element schema" is added and user wants to disable it.
In order rectif... | non_defect | need to add option to disable enable default site navigation element schema generated by our amp as per the user using party schema plugin to generate schema markup on his website but the main issue is in amp by default site navigation element schema is added and user wants to disable it in order rectify ... | 0 |
67,942 | 21,329,904,808 | IssuesEvent | 2022-04-18 06:49:44 | klubcoin/lcn-mobile | https://api.github.com/repos/klubcoin/lcn-mobile | opened | [Wallet Transactions][Wallet Screen][Add Token] Fix must display "Coming Soon" Screen upon tapping "Learn more" on NFT Tab. | Defect Should Have Minor NFT Services | ### **Description:**
Must display "Coming Soon" Screen upon tapping "Learn more" on NFT Tab.
**Build Environment:** Prod Candidate Environment
**Affects Version:** 1.0.0.prod.4
**Device Platform:** Android
**Device OS:** 11
**Test Device:** OnePlus 7T Pro
### **Pre-condition:**
1. User successfully installe... | 1.0 | [Wallet Transactions][Wallet Screen][Add Token] Fix must display "Coming Soon" Screen upon tapping "Learn more" on NFT Tab. - ### **Description:**
Must display "Coming Soon" Screen upon tapping "Learn more" on NFT Tab.
**Build Environment:** Prod Candidate Environment
**Affects Version:** 1.0.0.prod.4
**Device Pl... | defect | fix must display coming soon screen upon tapping learn more on nft tab description must display coming soon screen upon tapping learn more on nft tab build environment prod candidate environment affects version prod device platform android device os test ... | 1 |
81,708 | 31,394,245,800 | IssuesEvent | 2023-08-26 18:25:49 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | Page faults on Sapphire Rapids | Type: Defect | ### System information
Type | Version/Name
--- | ---
Distribution Name | Void Linux
Distribution Version | N/A (rolling)
Kernel Version | 6.2.15
Architecture | x86_64
OpenZFS Version | 2.1.12
### Describe the problem you're observing
During some circumstances, ZFS may panic in `fletcher_4_avx512f_native` wh... | 1.0 | Page faults on Sapphire Rapids - ### System information
Type | Version/Name
--- | ---
Distribution Name | Void Linux
Distribution Version | N/A (rolling)
Kernel Version | 6.2.15
Architecture | x86_64
OpenZFS Version | 2.1.12
### Describe the problem you're observing
During some circumstances, ZFS may panic ... | defect | page faults on sapphire rapids system information type version name distribution name void linux distribution version n a rolling kernel version architecture openzfs version describe the problem you re observing during some circumstances zfs may panic in f... | 1 |
145,141 | 11,660,101,458 | IssuesEvent | 2020-03-03 02:12:17 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | opened | Add 'diff' option for changeset apply debug output | Category: Core Category: Test Priority: Critical Type: Feature Type: Task | Update the `hoot diff` command to compare `.osc` and directories of `.osc` files (debug output from `changeset-apply`) to see what elements in the changeset were uploaded successfully and which ones weren't. | 1.0 | Add 'diff' option for changeset apply debug output - Update the `hoot diff` command to compare `.osc` and directories of `.osc` files (debug output from `changeset-apply`) to see what elements in the changeset were uploaded successfully and which ones weren't. | non_defect | add diff option for changeset apply debug output update the hoot diff command to compare osc and directories of osc files debug output from changeset apply to see what elements in the changeset were uploaded successfully and which ones weren t | 0 |
49,051 | 7,471,510,050 | IssuesEvent | 2018-04-03 09:29:38 | spring-projects/spring-boot | https://api.github.com/repos/spring-projects/spring-boot | opened | Document naming best practices for 1.x and 2.x support | for: team-attention type: documentation | Third party support is now moving to Spring Boot 2 which sometimes require a dedicated starter. It would be worthwhile to expand our [existing Wiki page](https://github.com/spring-projects/spring-boot/wiki/Building-On-Spring-Boot) to explicitly reference that.
In particular, I've seen a few cases of `acme-spring-boo... | 1.0 | Document naming best practices for 1.x and 2.x support - Third party support is now moving to Spring Boot 2 which sometimes require a dedicated starter. It would be worthwhile to expand our [existing Wiki page](https://github.com/spring-projects/spring-boot/wiki/Building-On-Spring-Boot) to explicitly reference that.
... | non_defect | document naming best practices for x and x support third party support is now moving to spring boot which sometimes require a dedicated starter it would be worthwhile to expand our to explicitly reference that in particular i ve seen a few cases of acme spring boot starter and acme spring boot ... | 0 |
101,044 | 12,625,807,940 | IssuesEvent | 2020-06-14 13:45:06 | zuoxingdong/lagom | https://api.github.com/repos/zuoxingdong/lagom | opened | Agent constructor: replace environment object as spec object | design refactor | This will ease the checkpointing, we don't have to serialize and load the entire environment within the agent.
The `env_spec` object has sufficient information to build the agent e.g. the shapes of observation and action spaces | 1.0 | Agent constructor: replace environment object as spec object - This will ease the checkpointing, we don't have to serialize and load the entire environment within the agent.
The `env_spec` object has sufficient information to build the agent e.g. the shapes of observation and action spaces | non_defect | agent constructor replace environment object as spec object this will ease the checkpointing we don t have to serialize and load the entire environment within the agent the env spec object has sufficient information to build the agent e g the shapes of observation and action spaces | 0 |
31,644 | 6,573,177,485 | IssuesEvent | 2017-09-11 07:40:38 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | p:datatable virtualScrolling with filter doesn't show emptyMessage | 6.0.23 6.1.5 defect | Reported By PRO User;
> a p:datatable with virtualScroll and Filter won't show the emptyMessage when scrolling and using more than one filter
ExampleCode (modified from Showcase)
```
<h3>Virtual Scrolling - 20000 Rows</h3>
<p:dataTable var="car" value="#{dtScrollView.lazyModel}" scrollRows="20" scrollable="tru... | 1.0 | p:datatable virtualScrolling with filter doesn't show emptyMessage - Reported By PRO User;
> a p:datatable with virtualScroll and Filter won't show the emptyMessage when scrolling and using more than one filter
ExampleCode (modified from Showcase)
```
<h3>Virtual Scrolling - 20000 Rows</h3>
<p:dataTable var="c... | defect | p datatable virtualscrolling with filter doesn t show emptymessage reported by pro user a p datatable with virtualscroll and filter won t show the emptymessage when scrolling and using more than one filter examplecode modified from showcase virtual scrolling rows p datatable var car value ... | 1 |
29,103 | 5,535,114,788 | IssuesEvent | 2017-03-21 16:42:38 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | opened | KeyGenerator - Notificación de folios por vencer incompleta | bug defect | Solamente envía 6 correos, cuando son muchos mas los clientes que deberían ser notificados. | 1.0 | KeyGenerator - Notificación de folios por vencer incompleta - Solamente envía 6 correos, cuando son muchos mas los clientes que deberían ser notificados. | defect | keygenerator notificación de folios por vencer incompleta solamente envía correos cuando son muchos mas los clientes que deberían ser notificados | 1 |
13,566 | 2,769,810,009 | IssuesEvent | 2015-05-01 06:51:21 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | closed | HPX application fail during finalization | category: core type: defect | GCC 4.9.0
SuperMIC
Release, RelWithDebInfo
MPI: MVAPICH 2
Boost 1.57.0
```
$ mpirun -f actual.nodes $WORK/build/gcc-release/bin/hello_world -v
WARNING: Error in initializing MVAPICH2 ptmalloc library.Continuing without InfiniBand registration cache support.
HPX - High Performance ParalleX
A general purpose p... | 1.0 | HPX application fail during finalization - GCC 4.9.0
SuperMIC
Release, RelWithDebInfo
MPI: MVAPICH 2
Boost 1.57.0
```
$ mpirun -f actual.nodes $WORK/build/gcc-release/bin/hello_world -v
WARNING: Error in initializing MVAPICH2 ptmalloc library.Continuing without InfiniBand registration cache support.
HPX - Hig... | defect | hpx application fail during finalization gcc supermic release relwithdebinfo mpi mvapich boost mpirun f actual nodes work build gcc release bin hello world v warning error in initializing ptmalloc library continuing without infiniband registration cache support hpx high perfor... | 1 |
56,752 | 15,355,892,750 | IssuesEvent | 2021-03-01 11:42:02 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Typo in AbstractDMLQuery | T: Defect | When I set SQLDialect to MARIADB, I'm getting "SQLException: Can not issue data manipulation statements with executeQuery()" on INSERT ... RETURNING execution.
Need `if (nativeSupportReturning(ctx))` (without "!") here ?
https://github.com/jOOQ/jOOQ/blob/515e2902d15a7cd3cb518b230df3b40913b6de24/jOOQ/src/main/java/o... | 1.0 | Typo in AbstractDMLQuery - When I set SQLDialect to MARIADB, I'm getting "SQLException: Can not issue data manipulation statements with executeQuery()" on INSERT ... RETURNING execution.
Need `if (nativeSupportReturning(ctx))` (without "!") here ?
https://github.com/jOOQ/jOOQ/blob/515e2902d15a7cd3cb518b230df3b40913... | defect | typo in abstractdmlquery when i set sqldialect to mariadb i m getting sqlexception can not issue data manipulation statements with executequery on insert returning execution need if nativesupportreturning ctx without here probably related to jooq database include v... | 1 |
34,433 | 7,451,422,201 | IssuesEvent | 2018-03-29 02:52:06 | kerdokullamae/test_koik_issued | https://api.github.com/repos/kerdokullamae/test_koik_issued | closed | Kirjeldusüksuse salvestamise probleem | C: AIS P: highest R: fixed T: defect | **Reported by jaak tamre on 3 Apr 2013 09:44 UTC**
'''Object'''
Kirjeldusüksuse muutmise vaade
'''Description'''
1) Kirjeldusüksuse salvestamisel jääb leht laadima, POST reqestist vastus jääb ootele ja ei aegu ära ka. Kui vorm on vigane, siis on kõik korras. Pärast seda samast brauserist(FF) enam see url ei avane.... | 1.0 | Kirjeldusüksuse salvestamise probleem - **Reported by jaak tamre on 3 Apr 2013 09:44 UTC**
'''Object'''
Kirjeldusüksuse muutmise vaade
'''Description'''
1) Kirjeldusüksuse salvestamisel jääb leht laadima, POST reqestist vastus jääb ootele ja ei aegu ära ka. Kui vorm on vigane, siis on kõik korras. Pärast seda sama... | defect | kirjeldusüksuse salvestamise probleem reported by jaak tamre on apr utc object kirjeldusüksuse muutmise vaade description kirjeldusüksuse salvestamisel jääb leht laadima post reqestist vastus jääb ootele ja ei aegu ära ka kui vorm on vigane siis on kõik korras pärast seda samast br... | 1 |
484,297 | 13,937,577,621 | IssuesEvent | 2020-10-22 14:18:25 | ballerina-platform/module-ballerina-runtime | https://api.github.com/repos/ballerina-platform/module-ballerina-runtime | closed | `getCallStack` function throws an error. | Priority/High Type/Bug | **Description:**
When `getCallStack` function is called following error gets thrown.
```
error: io.ballerina.runtime.util.exceptions.BallerinaException {"message":"Value creator object is not available"}
at ballerina.runtime.0_5_1:getCallStack(errors.bal:38)
runtime:main(runtime.bal:4)
```
**Affected Prod... | 1.0 | `getCallStack` function throws an error. - **Description:**
When `getCallStack` function is called following error gets thrown.
```
error: io.ballerina.runtime.util.exceptions.BallerinaException {"message":"Value creator object is not available"}
at ballerina.runtime.0_5_1:getCallStack(errors.bal:38)
runtime:... | non_defect | getcallstack function throws an error description when getcallstack function is called following error gets thrown error io ballerina runtime util exceptions ballerinaexception message value creator object is not available at ballerina runtime getcallstack errors bal runtime m... | 0 |
323,216 | 23,938,673,090 | IssuesEvent | 2022-09-11 15:46:37 | bschaatsbergen/cidr | https://api.github.com/repos/bschaatsbergen/cidr | opened | Document exposed functions | documentation | Functions that are exposed through the `pkg` dir, e.g. `pkg/core` should be documented | 1.0 | Document exposed functions - Functions that are exposed through the `pkg` dir, e.g. `pkg/core` should be documented | non_defect | document exposed functions functions that are exposed through the pkg dir e g pkg core should be documented | 0 |
10,065 | 2,618,934,271 | IssuesEvent | 2015-03-03 00:01:27 | chrsmith/open-ig | https://api.github.com/repos/chrsmith/open-ig | closed | Battle screen collision avoidance | auto-migrated Priority-Medium Type-Defect | ```
Game version:
Operating System: Win 8
Java runtime version: 1.7.0_25
Installed using the Launcher? no
Game language : en
What steps will reproduce the problem?
1. In the battle screen, issue a move order to multiple units
2. Select a single target location for the multiple units
3. All units will given ... | 1.0 | Battle screen collision avoidance - ```
Game version:
Operating System: Win 8
Java runtime version: 1.7.0_25
Installed using the Launcher? no
Game language : en
What steps will reproduce the problem?
1. In the battle screen, issue a move order to multiple units
2. Select a single target location for the mult... | defect | battle screen collision avoidance game version operating system win java runtime version installed using the launcher no game language en what steps will reproduce the problem in the battle screen issue a move order to multiple units select a single target location for the multi... | 1 |
100,119 | 21,161,264,361 | IssuesEvent | 2022-04-07 09:34:15 | TauCetiStation/TauCetiClassic | https://api.github.com/repos/TauCetiStation/TauCetiClassic | opened | Выпилить кнопку LEAP, заменив на бросок пустой рукой | Code Improvements | #### Подробное описание проблемы
Возможно немного неинтуитивное взаимодействие, но:
- Кнопка броска есть даже когда рука пустая, значит должна что-то и в этом состоянии делать (имхо)
- Уберёт огромную кнопку закрывающую интерфейс крафта у Воксов.
| 1.0 | Выпилить кнопку LEAP, заменив на бросок пустой рукой - #### Подробное описание проблемы
Возможно немного неинтуитивное взаимодействие, но:
- Кнопка броска есть даже когда рука пустая, значит должна что-то и в этом состоянии делать (имхо)
- Уберёт огромную кнопку закрывающую интерфейс крафта у Воксов.
| non_defect | выпилить кнопку leap заменив на бросок пустой рукой подробное описание проблемы возможно немного неинтуитивное взаимодействие но кнопка броска есть даже когда рука пустая значит должна что то и в этом состоянии делать имхо уберёт огромную кнопку закрывающую интерфейс крафта у воксов | 0 |
57,865 | 16,108,317,088 | IssuesEvent | 2021-04-27 17:36:53 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-2: Add information buttons must not rely on color | 508-defect-2 508/Accessibility | # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[... | 1.0 | 508-defect-2: Add information buttons must not rely on color - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
-... | defect | defect add information buttons must not rely on color enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages sho... | 1 |
154,891 | 12,233,098,602 | IssuesEvent | 2020-05-04 10:57:43 | linkedpipes/dcat-ap-forms | https://api.github.com/repos/linkedpipes/dcat-ap-forms | closed | Indicate editing mode and allow users to unlink from the original dataset | enhancement test | Currently, there is no indication that the form is in "edit" mode, i.e. it knows the IRI of the edited dataset - this may be confusing.
In addition, when we have that indication, we should allow users to unlink from the original dataset, basically creating a copy.
| 1.0 | Indicate editing mode and allow users to unlink from the original dataset - Currently, there is no indication that the form is in "edit" mode, i.e. it knows the IRI of the edited dataset - this may be confusing.
In addition, when we have that indication, we should allow users to unlink from the original dataset, bas... | non_defect | indicate editing mode and allow users to unlink from the original dataset currently there is no indication that the form is in edit mode i e it knows the iri of the edited dataset this may be confusing in addition when we have that indication we should allow users to unlink from the original dataset bas... | 0 |
63,974 | 18,096,585,554 | IssuesEvent | 2021-09-22 09:40:56 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | something went wrong | T-Defect X-Needs-Info S-Major A-Invite | ### Steps to reproduce
* Receive invite to a private room
* Open room from room list
* Click "Accept" (?)
### What happened?
### What did you expect?
Successful join
### What happened?
"Something went wrong" screen. After a few seconds the room opened anyway.
### Operating system
_No response_... | 1.0 | something went wrong - ### Steps to reproduce
* Receive invite to a private room
* Open room from room list
* Click "Accept" (?)
### What happened?
### What did you expect?
Successful join
### What happened?
"Something went wrong" screen. After a few seconds the room opened anyway.
### Operating ... | defect | something went wrong steps to reproduce receive invite to a private room open room from room list click accept what happened what did you expect successful join what happened something went wrong screen after a few seconds the room opened anyway operating ... | 1 |
72,289 | 24,038,056,320 | IssuesEvent | 2022-09-15 21:14:12 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | opened | L2ARC VERIFY failure in ZTS | Type: Defect | ### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name | Debian
Distribution Version | 11.5
Kernel Version | 5.10.0-17-amd64
Architecture | amd64
OpenZFS Version | 6f8602a
### Describe the problem you're observing
While trying to see if #13897 would... | 1.0 | L2ARC VERIFY failure in ZTS - ### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name | Debian
Distribution Version | 11.5
Kernel Version | 5.10.0-17-amd64
Architecture | amd64
OpenZFS Version | 6f8602a
### Describe the problem you're observing
Whil... | defect | verify failure in zts system information type version name distribution name debian distribution version kernel version architecture openzfs version describe the problem you re observing while trying to see if would repro on it did not seem to ob... | 1 |
7,384 | 2,610,366,107 | IssuesEvent | 2015-02-26 19:58:17 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | opened | impossible to post in joomla 2.5 and plg-xmlrpc-movabletype joomla 2.5 | auto-migrated Priority-Medium Type-Defect | ```
What's the problem?
it is impossible to publish anything.
I do not track my category of joomla?
or the site will not stay up??
But if I'm a bad password when connecting to my site joomla 2.5, as he told me
what he can not connect to this??
and if I put the admin login + password, we detect a wordpress blog to ... | 1.0 | impossible to post in joomla 2.5 and plg-xmlrpc-movabletype joomla 2.5 - ```
What's the problem?
it is impossible to publish anything.
I do not track my category of joomla?
or the site will not stay up??
But if I'm a bad password when connecting to my site joomla 2.5, as he told me
what he can not connect to this??... | defect | impossible to post in joomla and plg xmlrpc movabletype joomla what s the problem it is impossible to publish anything i do not track my category of joomla or the site will not stay up but if i m a bad password when connecting to my site joomla as he told me what he can not connect to this ... | 1 |
258,115 | 27,563,856,178 | IssuesEvent | 2023-03-08 01:11:20 | billmcchesney1/flow | https://api.github.com/repos/billmcchesney1/flow | opened | CVE-2021-35517 (High) detected in commons-compress-1.20.jar | security vulnerability | ## CVE-2021-35517 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-compress-1.20.jar</b></p></summary>
<p>Apache Commons Compress software defines an API for working with
compre... | True | CVE-2021-35517 (High) detected in commons-compress-1.20.jar - ## CVE-2021-35517 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-compress-1.20.jar</b></p></summary>
<p>Apache Co... | non_defect | cve high detected in commons compress jar cve high severity vulnerability vulnerable library commons compress jar apache commons compress software defines an api for working with compression and archive formats these include gzip lzma xz snappy traditional unix compress... | 0 |
128,613 | 27,295,943,803 | IssuesEvent | 2023-02-23 20:21:01 | airbytehq/airbyte | https://api.github.com/repos/airbytehq/airbyte | opened | CustomFieldTransformation: transform date-time fields to standard format | type/enhancement needs-triage team/extensibility area/low-code/components | ## Tell us about the problem you're trying to solve
Resolving https://github.com/airbytehq/oncall/issues/1476.
Transformation of all date-time fields to standard date-time format was needed.
## Describe the solution you’d like
```
transformations:
- type: DateTimeFieldsTransformation
datetime_format:... | 1.0 | CustomFieldTransformation: transform date-time fields to standard format - ## Tell us about the problem you're trying to solve
Resolving https://github.com/airbytehq/oncall/issues/1476.
Transformation of all date-time fields to standard date-time format was needed.
## Describe the solution you’d like
```
tra... | non_defect | customfieldtransformation transform date time fields to standard format tell us about the problem you re trying to solve resolving transformation of all date time fields to standard date time format was needed describe the solution you’d like transformations type datetimefieldstransfor... | 0 |
44,560 | 11,461,675,827 | IssuesEvent | 2020-02-07 12:30:59 | google/or-tools | https://api.github.com/repos/google/or-tools | closed | pkg-conf with cmake | Build: CMake Feature Request Help Needed | Hi, while making [or-tools package](https://aur.archlinux.org/packages/or-tools/) for ArchLinux I've hit a few problems which I managed to solve.
0. I'm using CMake based build because pure Make based build was not great for packaging. Building all depencendies did not work because protobuf cmake config was not foun... | 1.0 | pkg-conf with cmake - Hi, while making [or-tools package](https://aur.archlinux.org/packages/or-tools/) for ArchLinux I've hit a few problems which I managed to solve.
0. I'm using CMake based build because pure Make based build was not great for packaging. Building all depencendies did not work because protobuf cma... | non_defect | pkg conf with cmake hi while making for archlinux i ve hit a few problems which i managed to solve i m using cmake based build because pure make based build was not great for packaging building all depencendies did not work because protobuf cmake config was not found i did not debug this so i used sys... | 0 |
432,200 | 30,272,487,481 | IssuesEvent | 2023-07-07 16:29:35 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | reopened | [Documentation]: Enable Framework-specific documentation | documentation | ### Describe the problem
Currently, the documentation is showing examples of how to use certain specific framework paradigms, which can cause readers issues as the way it's documented does not apply to their framework (e.g., [React Hooks with Angular](https://storybook.js.org/docs/angular/writing-stories/introduction#... | 1.0 | [Documentation]: Enable Framework-specific documentation - ### Describe the problem
Currently, the documentation is showing examples of how to use certain specific framework paradigms, which can cause readers issues as the way it's documented does not apply to their framework (e.g., [React Hooks with Angular](https://... | non_defect | enable framework specific documentation describe the problem currently the documentation is showing examples of how to use certain specific framework paradigms which can cause readers issues as the way it s documented does not apply to their framework e g with this the documentation needs to be updat... | 0 |
17,932 | 24,765,753,031 | IssuesEvent | 2022-10-22 13:56:15 | mariotaku/moonlight-tv | https://api.github.com/repos/mariotaku/moonlight-tv | closed | [COMPAT] No Audio output | compatibility | <!-- Since device support range becomes wider, please submit this issue ONLY when you got problems -->
## Basic information
<!-- Please fill info into following spaces -->
- Device model: ( OLED55B7V ) <!-- OLED55B7V -->
- Firmware version: ( 06.00.30 ) <!-- 06.00.30 -->
- webOS version: ( 3.9.0 ... | True | [COMPAT] No Audio output - <!-- Since device support range becomes wider, please submit this issue ONLY when you got problems -->
## Basic information
<!-- Please fill info into following spaces -->
- Device model: ( OLED55B7V ) <!-- OLED55B7V -->
- Firmware version: ( 06.00.30 ) <!-- 06.00.30 -->
-... | non_defect | no audio output basic information device model firmware version webos version moonlight version is audio working no is video working yes is input working yes descripti... | 0 |
54,046 | 11,177,401,528 | IssuesEvent | 2019-12-30 10:34:45 | TiagoRodrigues95/Projecto_ESW_1920 | https://api.github.com/repos/TiagoRodrigues95/Projecto_ESW_1920 | closed | Revisão de documentação no código | code-documentation | <h1>Problema</h1>
<h3>Descrição</h3>
Reparei que existem algumas discrepâncias de como estamos a declarar as classes, controladores, atributos e até mesmo variáveis.
Por essa mesma razão quero discutir neste tópico para nos organizar melhor no que toca a código.
O que foi definido no nosso documento foi a utili... | 1.0 | Revisão de documentação no código - <h1>Problema</h1>
<h3>Descrição</h3>
Reparei que existem algumas discrepâncias de como estamos a declarar as classes, controladores, atributos e até mesmo variáveis.
Por essa mesma razão quero discutir neste tópico para nos organizar melhor no que toca a código.
O que foi def... | non_defect | revisão de documentação no código problema descrição reparei que existem algumas discrepâncias de como estamos a declarar as classes controladores atributos e até mesmo variáveis por essa mesma razão quero discutir neste tópico para nos organizar melhor no que toca a código o que foi definido no nosso... | 0 |
443,276 | 12,780,444,864 | IssuesEvent | 2020-07-01 00:46:04 | certbot/certbot | https://api.github.com/repos/certbot/certbot | closed | Handling the Let's Encrypt certificate chain switchover | area: ui / ux feature request has pr priority: significant | Per https://letsencrypt.org/2019/04/15/transitioning-to-isrg-root.html and https://community.letsencrypt.org/t/how-to-request-identrust-intermediate-ca/91323/1, some of our users will want to continue serving the intermediate signed by the DST root instead of the ISRG root even if the CA starts recommending the ISRG-si... | 1.0 | Handling the Let's Encrypt certificate chain switchover - Per https://letsencrypt.org/2019/04/15/transitioning-to-isrg-root.html and https://community.letsencrypt.org/t/how-to-request-identrust-intermediate-ca/91323/1, some of our users will want to continue serving the intermediate signed by the DST root instead of th... | non_defect | handling the let s encrypt certificate chain switchover per and some of our users will want to continue serving the intermediate signed by the dst root instead of the isrg root even if the ca starts recommending the isrg signed intermediate it would be good to have a straightforward and documented way to allo... | 0 |
70,031 | 22,793,775,976 | IssuesEvent | 2022-07-10 12:02:38 | FreeRADIUS/freeradius-server | https://api.github.com/repos/FreeRADIUS/freeradius-server | opened | [defect]: missing ATTRIBUTE 178 | defect | ### What type of defect/bug is this?
incorrect 3rd party API usage
### How can the issue be reproduced?
request
`echo "Acct-Session-Id=5273,ERX-Update-Service:1='svc-allow-ipoe(1000000,1000000)'" | radclient -x 172.20.20.254:3799 coa testsecret`
response
```
Sent CoA-Request Id 110 from 0.0.0.0:23604 to 172.20... | 1.0 | [defect]: missing ATTRIBUTE 178 - ### What type of defect/bug is this?
incorrect 3rd party API usage
### How can the issue be reproduced?
request
`echo "Acct-Session-Id=5273,ERX-Update-Service:1='svc-allow-ipoe(1000000,1000000)'" | radclient -x 172.20.20.254:3799 coa testsecret`
response
```
Sent CoA-Request I... | defect | missing attribute what type of defect bug is this incorrect party api usage how can the issue be reproduced request echo acct session id erx update service svc allow ipoe radclient x coa testsecret response sent coa request id from to len... | 1 |
50 | 2,497,462,086 | IssuesEvent | 2015-01-07 07:09:36 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | opened | [TEST-FAILURE] cluster.SplitBrainHandlerTest failures | Team: Core Type: Defect | ```
java.lang.AssertionError: expected:<3> but was:<5>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at com.haz... | 1.0 | [TEST-FAILURE] cluster.SplitBrainHandlerTest failures - ```
java.lang.AssertionError: expected:<3> but was:<5>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org... | defect | cluster splitbrainhandlertest failures java lang assertionerror expected but was at org junit assert fail assert java at org junit assert failnotequals assert java at org junit assert assertequals assert java at org junit assert assertequals assert java at org junit assert assertequa... | 1 |
19,080 | 25,126,461,506 | IssuesEvent | 2022-11-09 12:07:52 | prisma/prisma-engines | https://api.github.com/repos/prisma/prisma-engines | opened | Only use buildjet action runner where needed | process/candidate kind/tech team/schema team/client | We use buildjet runner in multiple actions https://github.com/prisma/prisma-engines/search?q=buildjet
Buildjet is great but we should only use it where it adds value, when it makes tests a lot faster.
Overusing it means that we are more likely to run into concurrency limits which defeats the purpose of making the... | 1.0 | Only use buildjet action runner where needed - We use buildjet runner in multiple actions https://github.com/prisma/prisma-engines/search?q=buildjet
Buildjet is great but we should only use it where it adds value, when it makes tests a lot faster.
Overusing it means that we are more likely to run into concurrency... | non_defect | only use buildjet action runner where needed we use buildjet runner in multiple actions buildjet is great but we should only use it where it adds value when it makes tests a lot faster overusing it means that we are more likely to run into concurrency limits which defeats the purpose of making the test fast... | 0 |
748,751 | 26,135,694,984 | IssuesEvent | 2022-12-29 11:48:56 | iluwatar/uml-reverse-mapper | https://api.github.com/repos/iluwatar/uml-reverse-mapper | closed | URM Successfully Analyzes Project in 1.4.8, Return Empty Files in 2.0.0 | info:help wanted type:support priority:normal | Hello, I am trying to use the current stable release of this tool (as a maven plugin) and weirdly enough it works for 1.4.8 but the PlantUML and Mermaid outputs come out suspiciously empty with 2.0.0. Any ideas on how I can troubleshoot and remedy that?
https://github.com/aj-stein-nist/metaschema-java/tree/iluwatar/... | 1.0 | URM Successfully Analyzes Project in 1.4.8, Return Empty Files in 2.0.0 - Hello, I am trying to use the current stable release of this tool (as a maven plugin) and weirdly enough it works for 1.4.8 but the PlantUML and Mermaid outputs come out suspiciously empty with 2.0.0. Any ideas on how I can troubleshoot and remed... | non_defect | urm successfully analyzes project in return empty files in hello i am trying to use the current stable release of this tool as a maven plugin and weirdly enough it works for but the plantuml and mermaid outputs come out suspiciously empty with any ideas on how i can troubleshoot and remed... | 0 |
7,194 | 2,610,357,187 | IssuesEvent | 2015-02-26 19:55:40 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | opened | Causes Firefox to freeze | auto-migrated Priority-Medium Type-Defect | ```
What's the problem?
click on any function of Scribefire causes Firefox to completely lock up and
become unusable
What browser are you using?
Firefox 7.1
What version of ScribeFire are you running?
4
```
-----
Original issue reported on code.google.com by `twstdgen...@gmail.com` on 5 Nov 2011 at 1:13 | 1.0 | Causes Firefox to freeze - ```
What's the problem?
click on any function of Scribefire causes Firefox to completely lock up and
become unusable
What browser are you using?
Firefox 7.1
What version of ScribeFire are you running?
4
```
-----
Original issue reported on code.google.com by `twstdgen...@gmail.com` o... | defect | causes firefox to freeze what s the problem click on any function of scribefire causes firefox to completely lock up and become unusable what browser are you using firefox what version of scribefire are you running original issue reported on code google com by twstdgen gmail com o... | 1 |
75,696 | 26,002,149,308 | IssuesEvent | 2022-12-20 16:07:24 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | InputNumber: Ajax-Change-Event not triggerd | :lady_beetle: defect :bangbang: needs-triage | ### Describe the bug
If the InputNumber is empty and you type 0 in the field, then no ajax-change-event is fired
```
<ui:composition template="/WEB-INF/template.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:h="http:... | 1.0 | InputNumber: Ajax-Change-Event not triggerd - ### Describe the bug
If the InputNumber is empty and you type 0 in the field, then no ajax-change-event is fired
```
<ui:composition template="/WEB-INF/template.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://xmlns.jcp.org... | defect | inputnumber ajax change event not triggerd describe the bug if the inputnumber is empty and you type in the field then no ajax change event is fired ui composition template web inf template xhtml xmlns xmlns ui xmlns h x... | 1 |
69,808 | 22,680,547,875 | IssuesEvent | 2022-07-04 09:29:16 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Messages marked as "from unverified session" although evidently wrong | T-Defect | ### Steps to reproduce
Log into Element Web, verify login from other session (emoji compare)
### Outcome
Messages in DMs show with a red exclamation point before them "Encrypted by an unverified session":
Your own messages
The other party's messages
The sessions from which the messages were send exist and are... | 1.0 | Messages marked as "from unverified session" although evidently wrong - ### Steps to reproduce
Log into Element Web, verify login from other session (emoji compare)
### Outcome
Messages in DMs show with a red exclamation point before them "Encrypted by an unverified session":
Your own messages
The other party's ... | defect | messages marked as from unverified session although evidently wrong steps to reproduce log into element web verify login from other session emoji compare outcome messages in dms show with a red exclamation point before them encrypted by an unverified session your own messages the other party s ... | 1 |
53,202 | 13,261,160,317 | IssuesEvent | 2020-08-20 19:23:39 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | formatter failure on free functions (Trac #942) | Migrated from Trac cmake defect | Free functions like dataclasses.get_most_energetic_primary fail with a weird key error:
In [54]: dataclasses.get_most_energetic_primary
Out[54]: ---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
<ipython-input-54-6851... | 1.0 | formatter failure on free functions (Trac #942) - Free functions like dataclasses.get_most_energetic_primary fail with a weird key error:
In [54]: dataclasses.get_most_energetic_primary
Out[54]: ---------------------------------------------------------------------------
KeyError Traceb... | defect | formatter failure on free functions trac free functions like dataclasses get most energetic primary fail with a weird key error in dataclasses get most energetic primary out keyerror traceback mos... | 1 |
16,214 | 10,674,260,848 | IssuesEvent | 2019-10-21 09:04:43 | matomo-org/matomo | https://api.github.com/repos/matomo-org/matomo | closed | when enable_create_realtime_segments is set to 0, explain to users that segmented reports will be available later | Major Task c: Usability | When `enable_create_realtime_segments` is set to `0` then all segments are created as `Pre-processed by the cron` which means that users won't be able to view data in real time.
This can cause confusion if users didn't notice the segment was not real time and they are expecting to see data....
Proposed solutions:
- S... | True | when enable_create_realtime_segments is set to 0, explain to users that segmented reports will be available later - When `enable_create_realtime_segments` is set to `0` then all segments are created as `Pre-processed by the cron` which means that users won't be able to view data in real time.
This can cause confusion ... | non_defect | when enable create realtime segments is set to explain to users that segmented reports will be available later when enable create realtime segments is set to then all segments are created as pre processed by the cron which means that users won t be able to view data in real time this can cause confusion ... | 0 |
68,480 | 21,664,939,065 | IssuesEvent | 2022-05-07 03:04:59 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | submit debug logs doesn't make it clear you can download logs to preview them | T-Defect P2 S-Tolerable A-Feedback-Reporting | the 'download logs' button is pretty opaque | 1.0 | submit debug logs doesn't make it clear you can download logs to preview them - the 'download logs' button is pretty opaque | defect | submit debug logs doesn t make it clear you can download logs to preview them the download logs button is pretty opaque | 1 |
3,268 | 3,871,114,412 | IssuesEvent | 2016-04-11 08:27:39 | tokopedia/status | https://api.github.com/repos/tokopedia/status | closed | Topads downtime | apps degraded performance | We had 2 issues with topads. First, a maintenance at AWS that nobody was aware of resulted in a full outage from 1 AM to 6:00 AM.
Second, wrong configuration and autoscale at ELB lead to an outage for old-apps. | True | Topads downtime - We had 2 issues with topads. First, a maintenance at AWS that nobody was aware of resulted in a full outage from 1 AM to 6:00 AM.
Second, wrong configuration and autoscale at ELB lead to an outage for old-apps. | non_defect | topads downtime we had issues with topads first a maintenance at aws that nobody was aware of resulted in a full outage from am to am second wrong configuration and autoscale at elb lead to an outage for old apps | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.