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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
69,293 | 7,130,052,071 | IssuesEvent | 2018-01-22 03:42:14 | TerriaJS/nationalmap | https://api.github.com/repos/TerriaJS/nationalmap | closed | National Map v2018-01-18 pre-release test - All links for CMAR - CSIRO Marine and atmospheric Research Return 500 error code | GA-testing | All links under data.gov.au -> CMAR - CSIRO Marine and atmospheric Research returns an status code 500 error on the national maps app.
However the links for the Data Url (http://www.data.gov.au/dataset/australian-ship-reporting-system-and-automatic-identification-system-shipping-summari-1999-2015) and Web Map Servi... | 1.0 | National Map v2018-01-18 pre-release test - All links for CMAR - CSIRO Marine and atmospheric Research Return 500 error code - All links under data.gov.au -> CMAR - CSIRO Marine and atmospheric Research returns an status code 500 error on the national maps app.
However the links for the Data Url (http://www.data.go... | non_defect | national map pre release test all links for cmar csiro marine and atmospheric research return error code all links under data gov au cmar csiro marine and atmospheric research returns an status code error on the national maps app however the links for the data url and web map service wms ... | 0 |
15,916 | 2,869,093,983 | IssuesEvent | 2015-06-05 23:17:08 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | pkg/string_scanner - remove work-around for Issue 17998 | Area-Pkg Pkg-StringScanner Priority-Unassigned Triaged Type-Defect | It was fixed in https://code.google.com/p/dart/source/detail?r=35368
Need to verify this fix is sufficient.
...and bump the min-SDK to 1.4 | 1.0 | pkg/string_scanner - remove work-around for Issue 17998 - It was fixed in https://code.google.com/p/dart/source/detail?r=35368
Need to verify this fix is sufficient.
...and bump the min-SDK to 1.4 | defect | pkg string scanner remove work around for issue it was fixed in need to verify this fix is sufficient and bump the min sdk to | 1 |
41,591 | 5,344,975,603 | IssuesEvent | 2017-02-17 15:51:35 | jolocom/little-sister | https://api.github.com/repos/jolocom/little-sister | closed | Linking: Bi-directional to writable node (depends #73) | designing | When I'm trying to link to a node that I have write access to I would like to be offered bi-directional predicates. As a result the target node will link back to the source node.
_Example_: I have created a node with an image. Now I want to link it to the ouishare event node. As I have write access to that node I can ... | 1.0 | Linking: Bi-directional to writable node (depends #73) - When I'm trying to link to a node that I have write access to I would like to be offered bi-directional predicates. As a result the target node will link back to the source node.
_Example_: I have created a node with an image. Now I want to link it to the ouisha... | non_defect | linking bi directional to writable node depends when i m trying to link to a node that i have write access to i would like to be offered bi directional predicates as a result the target node will link back to the source node example i have created a node with an image now i want to link it to the ouishar... | 0 |
10,416 | 2,622,151,372 | IssuesEvent | 2015-03-04 00:06:17 | byzhang/lh-vim | https://api.github.com/repos/byzhang/lh-vim | closed | Template surrounding is called multiple times | auto-migrated muTemplate Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. open a C++ file with several lines of codes
1. select several lines
2. Execute a template-file
3. Enter the template-file name "group" or "if"
What is the expected output?
The user is requested to enter the name of the template-file once
What do you see instead?
The user... | 1.0 | Template surrounding is called multiple times - ```
What steps will reproduce the problem?
1. open a C++ file with several lines of codes
1. select several lines
2. Execute a template-file
3. Enter the template-file name "group" or "if"
What is the expected output?
The user is requested to enter the name of the templ... | defect | template surrounding is called multiple times what steps will reproduce the problem open a c file with several lines of codes select several lines execute a template file enter the template file name group or if what is the expected output the user is requested to enter the name of the templ... | 1 |
57,579 | 15,866,607,337 | IssuesEvent | 2021-04-08 15:55:56 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | ROWNUM transformation should avoid creating derived tables if possible | C: Translator E: Enterprise Edition E: Professional Edition P: Medium R: Fixed T: Defect | The `ROWNUM` to `LIMIT` transformation creates derived tables for `ROWNUM <op> N` predicates to make sure the predicate is evaluated first, before all the other clauses of a `SELECT` statement, including e.g. `GROUP BY`, `DISTINCT`, `ORDER BY`, etc. This is just how `ROWNUM` filtering works. It's usually not what users... | 1.0 | ROWNUM transformation should avoid creating derived tables if possible - The `ROWNUM` to `LIMIT` transformation creates derived tables for `ROWNUM <op> N` predicates to make sure the predicate is evaluated first, before all the other clauses of a `SELECT` statement, including e.g. `GROUP BY`, `DISTINCT`, `ORDER BY`, et... | defect | rownum transformation should avoid creating derived tables if possible the rownum to limit transformation creates derived tables for rownum n predicates to make sure the predicate is evaluated first before all the other clauses of a select statement including e g group by distinct order by etc ... | 1 |
20,502 | 3,368,361,960 | IssuesEvent | 2015-11-22 22:18:26 | libkml/libkml | https://api.github.com/repos/libkml/libkml | closed | Java UnsatisfiedLinkError | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Installed from svn revision 148
2. Created package libkml of src/swig/*.java
3. Compiled example java application CreatePlacemark.java from examples,
after importing libkml.*
4. Ran into following exception.
Exception in thread "main" java.lang.UnsatisfiedLinkError:
lib... | 1.0 | Java UnsatisfiedLinkError - ```
What steps will reproduce the problem?
1. Installed from svn revision 148
2. Created package libkml of src/swig/*.java
3. Compiled example java application CreatePlacemark.java from examples,
after importing libkml.*
4. Ran into following exception.
Exception in thread "main" java.la... | defect | java unsatisfiedlinkerror what steps will reproduce the problem installed from svn revision created package libkml of src swig java compiled example java application createplacemark java from examples after importing libkml ran into following exception exception in thread main java lang... | 1 |
308,948 | 26,640,158,723 | IssuesEvent | 2023-01-25 03:26:15 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | reopened | roachtest: cdc/pubsub-sink/assume-role failed | C-test-failure O-robot O-roachtest release-blocker T-cdc branch-release-22.2 | roachtest.cdc/pubsub-sink/assume-role [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6549193?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6549193?buildTab=artifacts#/cdc/pubsub-s... | 2.0 | roachtest: cdc/pubsub-sink/assume-role failed - roachtest.cdc/pubsub-sink/assume-role [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6549193?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyG... | non_defect | roachtest cdc pubsub sink assume role failed roachtest cdc pubsub sink assume role with on release test artifacts and logs in artifacts cdc pubsub sink assume role run monitor go cdc go cdc go test runner go monitor failure monitor task failed dial tcp connect conn... | 0 |
13,286 | 2,744,599,845 | IssuesEvent | 2015-04-22 08:43:16 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | UUID Fields with Binary(36) are not handled correct | Defect | I found two solutions.
First I changed the type detection in MysqlSchema.php to match all binary 36 to UUID, which i dont like.
Second solution was to return unconverted strings in the BinaryType.php if they already match to a UUID.
I attached both patches
```
--- src/Database/Schema/MysqlSchema.php (revisio... | 1.0 | UUID Fields with Binary(36) are not handled correct - I found two solutions.
First I changed the type detection in MysqlSchema.php to match all binary 36 to UUID, which i dont like.
Second solution was to return unconverted strings in the BinaryType.php if they already match to a UUID.
I attached both patches
``... | defect | uuid fields with binary are not handled correct i found two solutions first i changed the type detection in mysqlschema php to match all binary to uuid which i dont like second solution was to return unconverted strings in the binarytype php if they already match to a uuid i attached both patches ... | 1 |
32,081 | 6,711,196,404 | IssuesEvent | 2017-10-13 02:09:26 | vim/vim | https://api.github.com/repos/vim/vim | closed | Windows gui: window position is changed when invoking :vert & :tab under certain conditions | auto-migrated defect platform-windows Priority-Medium | ```
I sometimes use gvim 7.3 @ win7 (64 bit). When I move the gvim window by means
of the <windows-key + left/right> key combination to the left or right half of
the screen, it seems gvim doesn't properly notice this change. When I invoke
any command with :vert prepended (e.g. :vert split), gvim moves the gvim windo... | 1.0 | Windows gui: window position is changed when invoking :vert & :tab under certain conditions - ```
I sometimes use gvim 7.3 @ win7 (64 bit). When I move the gvim window by means
of the <windows-key + left/right> key combination to the left or right half of
the screen, it seems gvim doesn't properly notice this change.... | defect | windows gui window position is changed when invoking vert tab under certain conditions i sometimes use gvim bit when i move the gvim window by means of the key combination to the left or right half of the screen it seems gvim doesn t properly notice this change when i invoke any command w... | 1 |
118,259 | 11,965,165,667 | IssuesEvent | 2020-04-05 22:16:36 | oneleif/olWebsite-React | https://api.github.com/repos/oneleif/olWebsite-React | opened | Add Documentation to CSS standards for Design System | documentation | This will need to include the information about the font sizes and how we set those globally and per module. Also about the breakpoints set by UX and how we use the variables through out the application.
This information can be found on our notion: https://www.notion.so/oneleif/Design-System-365df542738544e383f6a1a... | 1.0 | Add Documentation to CSS standards for Design System - This will need to include the information about the font sizes and how we set those globally and per module. Also about the breakpoints set by UX and how we use the variables through out the application.
This information can be found on our notion: https://www.... | non_defect | add documentation to css standards for design system this will need to include the information about the font sizes and how we set those globally and per module also about the breakpoints set by ux and how we use the variables through out the application this information can be found on our notion | 0 |
13,725 | 2,776,595,483 | IssuesEvent | 2015-05-04 22:43:12 | umutafacan/bounswe2015group3 | https://api.github.com/repos/umutafacan/bounswe2015group3 | reopened | editing of user stories | auto-migrated Priority-Medium Type-Defect | ```
i will write many user stories
```
Original issue reported on code.google.com by `bunyamin...@gmail.com` on 7 Mar 2015 at 4:31 | 1.0 | editing of user stories - ```
i will write many user stories
```
Original issue reported on code.google.com by `bunyamin...@gmail.com` on 7 Mar 2015 at 4:31 | defect | editing of user stories i will write many user stories original issue reported on code google com by bunyamin gmail com on mar at | 1 |
16,897 | 2,957,636,938 | IssuesEvent | 2015-07-08 17:20:06 | master801/PS-64 | https://api.github.com/repos/master801/PS-64 | closed | Re-enable USB support via Homebrew Channel? | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Load Homebrew Channel 1.0.8
2. Load Wii64 Beta 1.1
3. Select USB device
What is the expected output? What do you see instead?
Wii64 cannot find my USB device "can't find usb:/wii64/roms"
What version of the product are you using? On which system and loader?
Wii64 Beta 1... | 1.0 | Re-enable USB support via Homebrew Channel? - ```
What steps will reproduce the problem?
1. Load Homebrew Channel 1.0.8
2. Load Wii64 Beta 1.1
3. Select USB device
What is the expected output? What do you see instead?
Wii64 cannot find my USB device "can't find usb:/wii64/roms"
What version of the product are you us... | defect | re enable usb support via homebrew channel what steps will reproduce the problem load homebrew channel load beta select usb device what is the expected output what do you see instead cannot find my usb device can t find usb roms what version of the product are you using on whic... | 1 |
61,566 | 17,023,727,448 | IssuesEvent | 2021-07-03 03:31:11 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Erroneous values for segregated cycleways in map features | Component: potlatch2 Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 9.33am, Tuesday, 28th June 2011]**
The value range currently shown in the simple editor for key:cycleway are (no, lane, track, opposite_lane, opposite_track, opposite, segregated and shared) with the two latter selectable for ways tagged as highway=cycleway and the o... | 1.0 | Erroneous values for segregated cycleways in map features - **[Submitted to the original trac issue database at 9.33am, Tuesday, 28th June 2011]**
The value range currently shown in the simple editor for key:cycleway are (no, lane, track, opposite_lane, opposite_track, opposite, segregated and shared) with the two lat... | defect | erroneous values for segregated cycleways in map features the value range currently shown in the simple editor for key cycleway are no lane track opposite lane opposite track opposite segregated and shared with the two latter selectable for ways tagged as highway cycleway and the other values possible ... | 1 |
190,185 | 22,047,308,050 | IssuesEvent | 2022-05-30 04:15:56 | pazhanivel07/linux-4.19.72 | https://api.github.com/repos/pazhanivel07/linux-4.19.72 | closed | WS-2021-0274 (High) detected in linux-yoctov5.4.51 - autoclosed | security vulnerability | ## WS-2021-0274 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedded kernel</p>
<p>Library home page: <a href=https://git.yo... | True | WS-2021-0274 (High) detected in linux-yoctov5.4.51 - autoclosed - ## WS-2021-0274 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linu... | non_defect | ws high detected in linux autoclosed ws high severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files lib ... | 0 |
58,619 | 16,654,026,118 | IssuesEvent | 2021-06-05 07:17:52 | Questie/Questie | https://api.github.com/repos/Questie/Questie | opened | Horde Quest "Trial and Error" giving out Lua Error | Type - Defect | Hello,
doing the Horde Quest "Trial and Error" Questie is throwing me the following Error Message in Chat, while still being functional:
[09:10] ...erface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:690: bad argument #1 to 'next' (table expected, got nil)
[09:10] [string "@Interface\AddOns\Questie\Modules\Qu... | 1.0 | Horde Quest "Trial and Error" giving out Lua Error - Hello,
doing the Horde Quest "Trial and Error" Questie is throwing me the following Error Message in Chat, while still being functional:
[09:10] ...erface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:690: bad argument #1 to 'next' (table expected, got nil)
... | defect | horde quest trial and error giving out lua error hello doing the horde quest trial and error questie is throwing me the following error message in chat while still being functional erface addons questie modules quest questiequest lua bad argument to next table expected got nil i... | 1 |
72,177 | 23,975,698,125 | IssuesEvent | 2022-09-13 11:24:54 | BOINC/boinc | https://api.github.com/repos/BOINC/boinc | closed | BOINC 7.18.1 (Ubuntu) finally halts/crashes, when not able to report finished WU's. | C: Client - Daemon P: Minor R: fixed T: Defect | **Describe the bug**
Too many unreported WU's causes a crash.
**Steps To Reproduce**
1. (_A_) Project down due to crash, support etc.
2. BOINC not able to report finished WU's, keeping those as open files (_why?_), ready to send.
3. When using, like in this case, a [_preferably fast_] computer with many cores/th... | 1.0 | BOINC 7.18.1 (Ubuntu) finally halts/crashes, when not able to report finished WU's. - **Describe the bug**
Too many unreported WU's causes a crash.
**Steps To Reproduce**
1. (_A_) Project down due to crash, support etc.
2. BOINC not able to report finished WU's, keeping those as open files (_why?_), ready to send... | defect | boinc ubuntu finally halts crashes when not able to report finished wu s describe the bug too many unreported wu s causes a crash steps to reproduce a project down due to crash support etc boinc not able to report finished wu s keeping those as open files why ready to send ... | 1 |
23,657 | 3,851,865,260 | IssuesEvent | 2016-04-06 05:27:46 | GPF/imame4all | https://api.github.com/repos/GPF/imame4all | closed | Mame4ios 1.3 on itunes? | auto-migrated Priority-Medium Type-Defect | ```
any specific release date on itunes for non jalibroken devices and without
developer certificate?.
What version of the product are you using? On what operating system?
iphone 5,ios 6.0.1
Please provide any additional information below.
no jalibreak,no developer.cant wait...you are my hero.
```
Original issue r... | 1.0 | Mame4ios 1.3 on itunes? - ```
any specific release date on itunes for non jalibroken devices and without
developer certificate?.
What version of the product are you using? On what operating system?
iphone 5,ios 6.0.1
Please provide any additional information below.
no jalibreak,no developer.cant wait...you are my h... | defect | on itunes any specific release date on itunes for non jalibroken devices and without developer certificate what version of the product are you using on what operating system iphone ios please provide any additional information below no jalibreak no developer cant wait you are my hero ... | 1 |
1,587 | 2,603,967,974 | IssuesEvent | 2015-02-24 18:59:32 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳人乳头瘤病毒核酸检 | auto-migrated Priority-Medium Type-Defect | ```
沈阳人乳头瘤病毒核酸检〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.com by `q96410... | 1.0 | 沈阳人乳头瘤病毒核酸检 - ```
沈阳人乳头瘤病毒核酸检〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.... | defect | 沈阳人乳头瘤病毒核酸检 沈阳人乳头瘤病毒核酸检〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at | 1 |
30,218 | 11,801,272,121 | IssuesEvent | 2020-03-18 19:07:16 | jgeraigery/blueocean-environments | https://api.github.com/repos/jgeraigery/blueocean-environments | opened | WS-2015-0024 (High) detected in uglify-js-2.2.5.tgz, uglify-js-2.3.6.tgz | security vulnerability | ## WS-2015-0024 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>uglify-js-2.2.5.tgz</b>, <b>uglify-js-2.3.6.tgz</b></p></summary>
<p>
<details><summary><b>uglify-js-2.2.5.tgz</b></p>... | True | WS-2015-0024 (High) detected in uglify-js-2.2.5.tgz, uglify-js-2.3.6.tgz - ## WS-2015-0024 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>uglify-js-2.2.5.tgz</b>, <b>uglify-js-2.3.6.... | non_defect | ws high detected in uglify js tgz uglify js tgz ws high severity vulnerability vulnerable libraries uglify js tgz uglify js tgz uglify js tgz javascript parser mangler compressor and beautifier toolkit library home page a href path to depe... | 0 |
244,014 | 26,345,440,981 | IssuesEvent | 2023-01-10 21:35:37 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | The link for 'Vulnerability Assessment' is 404 | triaged assigned-to-author doc-enhancement security/subsvc Pri2 sql-db-mi/svc docs-bug | Hi team,
In this page https://learn.microsoft.com/en-us/azure/azure-sql/database/sql-database-vulnerability-assessment-rules?view=azuresql
The link for '[Vulnerability Assessment](https://learn.microsoft.com/en-us/azure/azure-sql/database/sql-vulnerability-assessment?view=azuresql)' is 404.
 detected in actionpack-5.2.3.gem - autoclosed | Mend: dependency security vulnerability | ## CVE-2021-22885 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-5.2.3.gem</b></p></summary>
<p>Web apps on Rails. Simple, battle-tested conventions for building and testin... | True | CVE-2021-22885 (High) detected in actionpack-5.2.3.gem - autoclosed - ## CVE-2021-22885 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-5.2.3.gem</b></p></summary>
<p>Web ap... | non_defect | cve high detected in actionpack gem autoclosed cve high severity vulnerability vulnerable library actionpack gem web apps on rails simple battle tested conventions for building and testing mvc web applications works with any rack compatible server library home page a h... | 0 |
62,413 | 17,023,918,453 | IssuesEvent | 2021-07-03 04:33:09 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | If "background imagery" list is too long, you can't select the "vector file" option | Component: potlatch2 Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 12.45pm, Saturday, 28th February 2015]**
"Vector file" is needed to be able to select waypoints (decent waypoint handling is something that P2 does that none of the other OSM editors - with the exception of P1 - do).
On a Windows 7 laptop with SeaMonkey as the bro... | 1.0 | If "background imagery" list is too long, you can't select the "vector file" option - **[Submitted to the original trac issue database at 12.45pm, Saturday, 28th February 2015]**
"Vector file" is needed to be able to select waypoints (decent waypoint handling is something that P2 does that none of the other OSM editor... | defect | if background imagery list is too long you can t select the vector file option vector file is needed to be able to select waypoints decent waypoint handling is something that does that none of the other osm editors with the exception of do on a windows laptop with seamonkey as the browse... | 1 |
65,469 | 12,599,385,577 | IssuesEvent | 2020-06-11 05:52:24 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | [4.0] Smart Search error on PostgreSQL | No Code Attached Yet | ### Steps to reproduce the issue
Use PostgreSQL.
Perform a search in frontend.
### Expected result
Works.
### Actual result
```
22P02, 7, ERROR: invalid input syntax for type bytea LINE 3: ('blog','O:51:"Joomla\\Component\\Finder\\Administrator\\Ind... ^
() JROOT\libraries\vendor\joomla\database\sr... | 1.0 | [4.0] Smart Search error on PostgreSQL - ### Steps to reproduce the issue
Use PostgreSQL.
Perform a search in frontend.
### Expected result
Works.
### Actual result
```
22P02, 7, ERROR: invalid input syntax for type bytea LINE 3: ('blog','O:51:"Joomla\\Component\\Finder\\Administrator\\Ind... ^
() ... | non_defect | smart search error on postgresql steps to reproduce the issue use postgresql perform a search in frontend expected result works actual result error invalid input syntax for type bytea line blog o joomla component finder administrator ind jroot lib... | 0 |
601,037 | 18,364,443,896 | IssuesEvent | 2021-10-09 20:13:46 | AY2122S1-CS2103T-W11-1/tp | https://api.github.com/repos/AY2122S1-CS2103T-W11-1/tp | closed | Integrate Recipe and Ingredient in master branch | priority.High | After #31 is resolved, Need to merge dev-ingredient branch to master and resolve potential conflict. | 1.0 | Integrate Recipe and Ingredient in master branch - After #31 is resolved, Need to merge dev-ingredient branch to master and resolve potential conflict. | non_defect | integrate recipe and ingredient in master branch after is resolved need to merge dev ingredient branch to master and resolve potential conflict | 0 |
27,016 | 4,858,350,312 | IssuesEvent | 2016-11-13 02:57:46 | solrmarc/solrmarc | https://api.github.com/repos/solrmarc/solrmarc | closed | fieldSpec with brackets: for control field, it should mean byte sequence; for non-control field, it should mean regex pattern | auto-migrated Priority-Medium Type-Defect | ```
Code currently treats numeric chars in brackets as a byte sequence:
008[7-12]
but treats non-numeric as a regex pattern:
650[a-dg-p]
Since subfields can be numeric, a better solution is to assume it's a byte
sequence for control fields (leader, 0 < tag <= 9), and a regex pattern for
other fields.
```
Origin... | 1.0 | fieldSpec with brackets: for control field, it should mean byte sequence; for non-control field, it should mean regex pattern - ```
Code currently treats numeric chars in brackets as a byte sequence:
008[7-12]
but treats non-numeric as a regex pattern:
650[a-dg-p]
Since subfields can be numeric, a better solution ... | defect | fieldspec with brackets for control field it should mean byte sequence for non control field it should mean regex pattern code currently treats numeric chars in brackets as a byte sequence but treats non numeric as a regex pattern since subfields can be numeric a better solution is to assume it ... | 1 |
157,147 | 5,996,258,744 | IssuesEvent | 2017-06-03 12:33:02 | ARCOMM/ARC-Web | https://api.github.com/repos/ARCOMM/ARC-Web | closed | Intercept paste event to strip formatting | priority/high type/enhancement | ```js
editor.addEventListener('paste', (e) => {
// Cancel paste
e.preventDefault();
// Get text representation of clipboard
let text = e.clipboardData.getData('text/plain');
// Insert text manually
document.execCommand('insertHTML', false, text);
});
``` | 1.0 | Intercept paste event to strip formatting - ```js
editor.addEventListener('paste', (e) => {
// Cancel paste
e.preventDefault();
// Get text representation of clipboard
let text = e.clipboardData.getData('text/plain');
// Insert text manually
document.execCommand('insertHTML', false, t... | non_defect | intercept paste event to strip formatting js editor addeventlistener paste e cancel paste e preventdefault get text representation of clipboard let text e clipboarddata getdata text plain insert text manually document execcommand inserthtml false t... | 0 |
15,745 | 2,869,009,004 | IssuesEvent | 2015-06-05 22:33:07 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | intl package: add CLDR-based Iterable formatting | Area-Pkg Pkg-Intl Priority-Unassigned Triaged Type-Defect | *This issue was originally filed by @seaneagan*
_____
The intlx package (http://pub.dartlang.org/packages/intlx) has an IterableFormat API which formats Iterables using locale specific separators. See the following links for more information:
Demo: http://seaneagan.me/intlx/
Docs: http://seaneagan.me/intlx/docs/intl... | 1.0 | intl package: add CLDR-based Iterable formatting - *This issue was originally filed by @seaneagan*
_____
The intlx package (http://pub.dartlang.org/packages/intlx) has an IterableFormat API which formats Iterables using locale specific separators. See the following links for more information:
Demo: http://seaneagan.... | defect | intl package add cldr based iterable formatting this issue was originally filed by seaneagan the intlx package has an iterableformat api which formats iterables using locale specific separators see the following links for more information demo docs this should be moved to the intl package | 1 |
7,912 | 2,611,065,300 | IssuesEvent | 2015-02-27 00:30:30 | alistairreilly/andors-trail | https://api.github.com/repos/alistairreilly/andors-trail | opened | ring loot not in inventory | auto-migrated Milestone-0.6.11 Type-Defect | ```
Before posting, please read the following guidelines for posts in the issue
tracker:
http://code.google.com/p/andors-trail/wiki/Forums_vs_issuetracker
What steps will reproduce the problem?
1. Defeat the guard outside foaming flask tavern
2. Drops a ring
3.
What is the expected output? What do you see instead?
... | 1.0 | ring loot not in inventory - ```
Before posting, please read the following guidelines for posts in the issue
tracker:
http://code.google.com/p/andors-trail/wiki/Forums_vs_issuetracker
What steps will reproduce the problem?
1. Defeat the guard outside foaming flask tavern
2. Drops a ring
3.
What is the expected outp... | defect | ring loot not in inventory before posting please read the following guidelines for posts in the issue tracker what steps will reproduce the problem defeat the guard outside foaming flask tavern drops a ring what is the expected output what do you see instead ring to be in inventory but it s n... | 1 |
73,909 | 14,142,765,392 | IssuesEvent | 2020-11-10 14:30:06 | microsoft/vscode-pull-request-github | https://api.github.com/repos/microsoft/vscode-pull-request-github | closed | Gutter decorations slightly off-centre | bug upstream/vscode | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Use Help > Report Issue to prefill these. -->
- Extension version: 0.2.3
- VSCode Version: 1.28.2
- OS: macOS 10.14.1
The `+` symbol skews towards the left and the `♦` symbol skews towards the top ever so slightly.
<img width="42" alt... | 1.0 | Gutter decorations slightly off-centre - <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Use Help > Report Issue to prefill these. -->
- Extension version: 0.2.3
- VSCode Version: 1.28.2
- OS: macOS 10.14.1
The `+` symbol skews towards the left and the `♦` symbol skews towards the top... | non_defect | gutter decorations slightly off centre report issue to prefill these extension version vscode version os macos the symbol skews towards the left and the ♦ symbol skews towards the top ever so slightly img width alt screen shot at pm src | 0 |
69,815 | 22,682,262,898 | IssuesEvent | 2022-07-04 10:57:55 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | opened | Sending a screenshot is super ugly, because the overlayed UI clashes with the screenshotted UI | T-Defect | ### Steps to reproduce
1. Take a screenshot
2. Send it in the app
3. Get very confused by the very ugly preview screen, which shows Element UI superimposed on the screenshot UI.
4. Guess and hit the FAB green send button, even though everything is unreadable:
![Uploading image.png…]()
### Outcome
#### What d... | 1.0 | Sending a screenshot is super ugly, because the overlayed UI clashes with the screenshotted UI - ### Steps to reproduce
1. Take a screenshot
2. Send it in the app
3. Get very confused by the very ugly preview screen, which shows Element UI superimposed on the screenshot UI.
4. Guess and hit the FAB green send butto... | defect | sending a screenshot is super ugly because the overlayed ui clashes with the screenshotted ui steps to reproduce take a screenshot send it in the app get very confused by the very ugly preview screen which shows element ui superimposed on the screenshot ui guess and hit the fab green send butto... | 1 |
28,189 | 5,217,129,365 | IssuesEvent | 2017-01-26 12:52:57 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Listbox: select all option does not work well when using the filter | defect | <!--
- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING.
- IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours.
-->
**I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github fo... | 1.0 | Listbox: select all option does not work well when using the filter - <!--
- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING.
- IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours.
-->
**I'm submitting ... | defect | listbox select all option does not work well when using the filter if you don t fill out the following information we might close your issue without investigating if you d like to secure our response you may consider primeng pro support where support is provided within hours i m submitting ... | 1 |
278,102 | 30,702,199,756 | IssuesEvent | 2023-07-27 01:10:50 | snykiotcubedev/arangodb-3.7.6 | https://api.github.com/repos/snykiotcubedev/arangodb-3.7.6 | reopened | CVE-2021-3822 (High) detected in jsoneditor-5.34.0.tgz | Mend: dependency security vulnerability | ## CVE-2021-3822 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jsoneditor-5.34.0.tgz</b></p></summary>
<p>A web-based tool to view, edit, format, and validate JSON</p>
<p>Library hom... | True | CVE-2021-3822 (High) detected in jsoneditor-5.34.0.tgz - ## CVE-2021-3822 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jsoneditor-5.34.0.tgz</b></p></summary>
<p>A web-based tool to... | non_defect | cve high detected in jsoneditor tgz cve high severity vulnerability vulnerable library jsoneditor tgz a web based tool to view edit format and validate json library home page a href dependency hierarchy x jsoneditor tgz vulnerable library found i... | 0 |
14,007 | 2,789,848,013 | IssuesEvent | 2015-05-08 21:53:41 | google/google-visualization-api-issues | https://api.github.com/repos/google/google-visualization-api-issues | opened | backgroundColor: {stroke:'black', fill:'#DDE3E7', strokeSize: 1} is failing in IE | Priority-Medium Type-Defect | Original [issue 280](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=280) created by orwant on 2010-05-13T03:36:00.000Z:
1.It happends in columnchart,pie chart
<b>2.</b>
Pls paste code form an html file run on IE
Code starts from here
<html>
<script type=&qu... | 1.0 | backgroundColor: {stroke:'black', fill:'#DDE3E7', strokeSize: 1} is failing in IE - Original [issue 280](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=280) created by orwant on 2010-05-13T03:36:00.000Z:
1.It happends in columnchart,pie chart
<b>2.</b>
Pls paste code form an html file r... | defect | backgroundcolor stroke black fill strokesize is failing in ie original created by orwant on it happends in columnchart pie chart pls paste code form an html file run on ie code starts from here lt html gt lt script type quot text javascript quot ... | 1 |
238,224 | 26,085,684,132 | IssuesEvent | 2022-12-26 02:13:35 | Thezone1975/send | https://api.github.com/repos/Thezone1975/send | opened | CVE-2022-46175 (High) detected in json5-2.1.0.tgz, json5-1.0.1.tgz | security vulnerability | ## CVE-2022-46175 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-2.1.0.tgz</b>, <b>json5-1.0.1.tgz</b></p></summary>
<p>
<details><summary><b>json5-2.1.0.tgz</b></p></summary>... | True | CVE-2022-46175 (High) detected in json5-2.1.0.tgz, json5-1.0.1.tgz - ## CVE-2022-46175 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-2.1.0.tgz</b>, <b>json5-1.0.1.tgz</b></p><... | non_defect | cve high detected in tgz tgz cve high severity vulnerability vulnerable libraries tgz tgz tgz json for humans library home page a href path to dependency file send package json path to vulnerable library node modules babel... | 0 |
62,826 | 17,203,534,701 | IssuesEvent | 2021-07-17 19:08:29 | InterNetNews/inn | https://api.github.com/repos/InterNetNews/inn | closed | nnrpd doesn't support passwords with spaces | C: nnrpd P: low R: fixed T: defect | **Reported by eagle on 14 Dec 2008 06:54 UTC**
The NNTP protocol uses whitespace as a command and argument separator, which means that passwords containing whitespace don't work. The generic NNTP parser in nnrpd throws away the tail end of the password or produces a syntax error.
However, since the password is the ... | 1.0 | nnrpd doesn't support passwords with spaces - **Reported by eagle on 14 Dec 2008 06:54 UTC**
The NNTP protocol uses whitespace as a command and argument separator, which means that passwords containing whitespace don't work. The generic NNTP parser in nnrpd throws away the tail end of the password or produces a syntax... | defect | nnrpd doesn t support passwords with spaces reported by eagle on dec utc the nntp protocol uses whitespace as a command and argument separator which means that passwords containing whitespace don t work the generic nntp parser in nnrpd throws away the tail end of the password or produces a syntax error... | 1 |
357,247 | 10,604,064,219 | IssuesEvent | 2019-10-10 17:20:50 | seakers/ABSP-EOSS | https://api.github.com/repos/seakers/ABSP-EOSS | opened | planner: Time Assignment Issues | Low Priority bug | Agents seem vary their start times for tasks as they do their bundles. | 1.0 | planner: Time Assignment Issues - Agents seem vary their start times for tasks as they do their bundles. | non_defect | planner time assignment issues agents seem vary their start times for tasks as they do their bundles | 0 |
11,004 | 2,622,954,639 | IssuesEvent | 2015-03-04 09:03:01 | folded/carve | https://api.github.com/repos/folded/carve | closed | intersect hangs when using "--triangulate" option | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. untar the attached tar.bz2 file to get object files
2. run "intersect --triangulate --obj a.obj A_MINUS_B b.obj"
What is the expected output? What do you see instead?
Should complete execution; instead hangs after printing "doTriangulate
complete; remain=20"
What version ... | 1.0 | intersect hangs when using "--triangulate" option - ```
What steps will reproduce the problem?
1. untar the attached tar.bz2 file to get object files
2. run "intersect --triangulate --obj a.obj A_MINUS_B b.obj"
What is the expected output? What do you see instead?
Should complete execution; instead hangs after printin... | defect | intersect hangs when using triangulate option what steps will reproduce the problem untar the attached tar file to get object files run intersect triangulate obj a obj a minus b b obj what is the expected output what do you see instead should complete execution instead hangs after printing ... | 1 |
359,780 | 10,680,852,036 | IssuesEvent | 2019-10-21 22:33:23 | googleapis/google-cloud-ruby | https://api.github.com/repos/googleapis/google-cloud-ruby | closed | High number of threads created by GCP error reporting gem | priority: p1 type: bug | We use GCP Error Reporting, GCP Logging and GCP Pub/Sub. Our job processing backend based on Pub/Sub would frequently freeze. I "augmented" `Thread` to understand where threads were being created. In the output, it showed that the calls originated in the GCP Error Reporting gem. The issue was reproducible both locally ... | 1.0 | High number of threads created by GCP error reporting gem - We use GCP Error Reporting, GCP Logging and GCP Pub/Sub. Our job processing backend based on Pub/Sub would frequently freeze. I "augmented" `Thread` to understand where threads were being created. In the output, it showed that the calls originated in the GCP E... | non_defect | high number of threads created by gcp error reporting gem we use gcp error reporting gcp logging and gcp pub sub our job processing backend based on pub sub would frequently freeze i augmented thread to understand where threads were being created in the output it showed that the calls originated in the gcp e... | 0 |
146,798 | 11,757,257,216 | IssuesEvent | 2020-03-13 13:21:06 | IBMStreams/streamsx.topology | https://api.github.com/repos/IBMStreams/streamsx.topology | closed | Consistent naming for Python test classes. | test | The tests tend to have three classes for standalone, distributed and streaming analytics service.
The naming for these classes is inconsistent, mainly for streaming analytics service ones with a mix of `Bluemix`, `Cloud`, `Service` in the class name and the qualifier either being at the end or in the middle.
Need... | 1.0 | Consistent naming for Python test classes. - The tests tend to have three classes for standalone, distributed and streaming analytics service.
The naming for these classes is inconsistent, mainly for streaming analytics service ones with a mix of `Bluemix`, `Cloud`, `Service` in the class name and the qualifier eith... | non_defect | consistent naming for python test classes the tests tend to have three classes for standalone distributed and streaming analytics service the naming for these classes is inconsistent mainly for streaming analytics service ones with a mix of bluemix cloud service in the class name and the qualifier eith... | 0 |
54,871 | 14,001,980,711 | IssuesEvent | 2020-10-28 14:16:59 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Inline images should follow the preview rule | bug defect p1 severity:minor type:media | Someone who doesn't want images to autoload, in general won't care how those images are coded. MXC images should not show when previewing is off - or else there should be more fine-grained control over what to autoshow and what not. | 1.0 | Inline images should follow the preview rule - Someone who doesn't want images to autoload, in general won't care how those images are coded. MXC images should not show when previewing is off - or else there should be more fine-grained control over what to autoshow and what not. | defect | inline images should follow the preview rule someone who doesn t want images to autoload in general won t care how those images are coded mxc images should not show when previewing is off or else there should be more fine grained control over what to autoshow and what not | 1 |
26,395 | 4,691,546,620 | IssuesEvent | 2016-10-11 10:57:12 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | NPE Diagnostics | Team: QuSP Type: Defect | NPE using 3.8 master.
```
output threads
WARN 2016-10-11 11:20:53,441 [hz._hzInstance_1_workers.DiagnosticsSchedulerThread] com.hazelcast.internal.diagnostics.Diagnostics: [10.212.1.111]:5701 [workers] [3.8-SNAPSHOT] Failed to write file: /home/simulator/hazelcast-simulator-0.9-
RC1-SNAPSHOT/workers/2016-10-11__... | 1.0 | NPE Diagnostics - NPE using 3.8 master.
```
output threads
WARN 2016-10-11 11:20:53,441 [hz._hzInstance_1_workers.DiagnosticsSchedulerThread] com.hazelcast.internal.diagnostics.Diagnostics: [10.212.1.111]:5701 [workers] [3.8-SNAPSHOT] Failed to write file: /home/simulator/hazelcast-simulator-0.9-
RC1-SNAPSHOT/wo... | defect | npe diagnostics npe using master output threads warn com hazelcast internal diagnostics diagnostics failed to write file home simulator hazelcast simulator snapshot workers c member diagnostics log java lang nullpointerexception... | 1 |
81,545 | 30,960,573,539 | IssuesEvent | 2023-08-08 03:21:11 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: Selenium Manager fails on chrome v115 | I-defect needs-triaging | ### What happened?
Let me know if this should land in a chrome bug report instead happy to create this there if needed.
When selenium-manager.exe attempts to download the correct version of the chrome webdriver it fails with the message
ERROR Wrong browser/driver version
I believe this is related to just the ... | 1.0 | [🐛 Bug]: Selenium Manager fails on chrome v115 - ### What happened?
Let me know if this should land in a chrome bug report instead happy to create this there if needed.
When selenium-manager.exe attempts to download the correct version of the chrome webdriver it fails with the message
ERROR Wrong browser/driver... | defect | selenium manager fails on chrome what happened let me know if this should land in a chrome bug report instead happy to create this there if needed when selenium manager exe attempts to download the correct version of the chrome webdriver it fails with the message error wrong browser driver version ... | 1 |
73,264 | 32,008,847,121 | IssuesEvent | 2023-09-21 16:31:42 | hashicorp/terraform-provider-aws | https://api.github.com/repos/hashicorp/terraform-provider-aws | closed | file_system_administrators_group not considered during creation of ressource aws_fsx_ontap_storage_virtual_machine which forces replacement during next apply | bug service/fsx | <!---
Please note the following potential times when an issue might be in Terraform core:
* [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues
* [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backen... | 1.0 | file_system_administrators_group not considered during creation of ressource aws_fsx_ontap_storage_virtual_machine which forces replacement during next apply - <!---
Please note the following potential times when an issue might be in Terraform core:
* [Configuration Language](https://www.terraform.io/docs/configura... | non_defect | file system administrators group not considered during creation of ressource aws fsx ontap storage virtual machine which forces replacement during next apply please note the following potential times when an issue might be in terraform core or resource ordering issues and issues iss... | 0 |
40,909 | 6,881,941,115 | IssuesEvent | 2017-11-21 00:55:18 | SAFETAG/SAFETAG | https://api.github.com/repos/SAFETAG/SAFETAG | closed | Add resources on checking devices for signs of compromise | documentation enhancement | As I see SAFETAG's theory of change, it is roughly that an auditor connects organizations to the most vital services and resources that they currently need. As such, while I don't believe that we can expect SAFETAG auditors to provide more than rudimentary incident response when it comes to malware, we should expect to... | 1.0 | Add resources on checking devices for signs of compromise - As I see SAFETAG's theory of change, it is roughly that an auditor connects organizations to the most vital services and resources that they currently need. As such, while I don't believe that we can expect SAFETAG auditors to provide more than rudimentary inc... | non_defect | add resources on checking devices for signs of compromise as i see safetag s theory of change it is roughly that an auditor connects organizations to the most vital services and resources that they currently need as such while i don t believe that we can expect safetag auditors to provide more than rudimentary inc... | 0 |
752,883 | 26,330,985,262 | IssuesEvent | 2023-01-10 10:46:30 | Cinevoraces/cinevoraces | https://api.github.com/repos/Cinevoraces/cinevoraces | closed | App - favicon, Head | To do priority: high | - [x] add favicon
- [x] Custom head for each page
- [x] external links preview for sharing elsewhere | 1.0 | App - favicon, Head - - [x] add favicon
- [x] Custom head for each page
- [x] external links preview for sharing elsewhere | non_defect | app favicon head add favicon custom head for each page external links preview for sharing elsewhere | 0 |
4,159 | 2,610,088,437 | IssuesEvent | 2015-02-26 18:26:48 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳痤疮怎么样祛最好 | auto-migrated Priority-Medium Type-Defect | ```
深圳痤疮怎么样祛最好【深圳韩方科颜全国热线400-869-1818,24
小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩��
�秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,�
��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹
”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内��
�业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上�
��痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:27 | 1.0 | 深圳痤疮怎么样祛最好 - ```
深圳痤疮怎么样祛最好【深圳韩方科颜全国热线400-869-1818,24
小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩��
�秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,�
��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹
”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内��
�业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上�
��痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:27 | defect | 深圳痤疮怎么样祛最好 深圳痤疮怎么样祛最好【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at | 1 |
194,936 | 22,281,600,124 | IssuesEvent | 2022-06-11 01:11:11 | pazhanivel07/linux-4.19.72 | https://api.github.com/repos/pazhanivel07/linux-4.19.72 | reopened | CVE-2021-33033 (High) detected in multiple libraries | security vulnerability | ## CVE-2021-33033 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b></p></summary>
<p>
</p>
</details>
<p><... | True | CVE-2021-33033 (High) detected in multiple libraries - ## CVE-2021-33033 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b>, <b>linux-yo... | non_defect | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries linux linux linux vulnerability details the linux kernel before has a use after free in cipso genopt in net cipso c because the cipso and cal... | 0 |
419,817 | 28,180,349,178 | IssuesEvent | 2023-04-04 01:35:13 | dimitritsampiras/olympian | https://api.github.com/repos/dimitritsampiras/olympian | closed | Team #34 Review: Potential new Hazard, related to deleting and recovering a Post | documentation | @NickCapstone
Overall your team had a great HA. However, I think there is a potential hazard you guys can add.
The user may potentially post something they did not mean to post, or they may delete a post that they did not mean to delete.
We believe this is a valid hazard because it fits your hazard definitio... | 1.0 | Team #34 Review: Potential new Hazard, related to deleting and recovering a Post - @NickCapstone
Overall your team had a great HA. However, I think there is a potential hazard you guys can add.
The user may potentially post something they did not mean to post, or they may delete a post that they did not mean to ... | non_defect | team review potential new hazard related to deleting and recovering a post nickcapstone overall your team had a great ha however i think there is a potential hazard you guys can add the user may potentially post something they did not mean to post or they may delete a post that they did not mean to d... | 0 |
19,248 | 3,167,867,899 | IssuesEvent | 2015-09-22 00:43:18 | prettydiff/prettydiff | https://api.github.com/repos/prettydiff/prettydiff | closed | Less no indenting properly | Defect Underway | https://github.com/Glavin001/atom-beautify/issues/557
header {
.inner {
h1 {
float: left;
margin: 15px 0 15px -3px;
img {
@include transition(all 500ms ease);
@media (max-width: 400px) {
width: auto;
height: ... | 1.0 | Less no indenting properly - https://github.com/Glavin001/atom-beautify/issues/557
header {
.inner {
h1 {
float: left;
margin: 15px 0 15px -3px;
img {
@include transition(all 500ms ease);
@media (max-width: 400px) {
width: ... | defect | less no indenting properly header inner float left margin img include transition all ease media max width width auto height nav ... | 1 |
31,746 | 6,612,307,380 | IssuesEvent | 2017-09-20 02:55:06 | extnet/Ext.NET | https://api.github.com/repos/extnet/Ext.NET | closed | IE9: dragging to a TextField over existing text is indicated as invalid | 2.x 3.x 4.x defect review-after-extjs-upgrade sencha sencha-disclaim | http://forums.ext.net/showthread.php?23811
http://www.sencha.com/forum/showthread.php?258150
**Update:** Issue still open after ExtJS 6.0.1 release.
| 1.0 | IE9: dragging to a TextField over existing text is indicated as invalid - http://forums.ext.net/showthread.php?23811
http://www.sencha.com/forum/showthread.php?258150
**Update:** Issue still open after ExtJS 6.0.1 release.
| defect | dragging to a textfield over existing text is indicated as invalid update issue still open after extjs release | 1 |
273,242 | 29,820,262,844 | IssuesEvent | 2023-06-17 01:17:55 | pazhanivel07/frameworks_base_2021-0970 | https://api.github.com/repos/pazhanivel07/frameworks_base_2021-0970 | closed | CVE-2023-21099 (High) detected in multiple libraries - autoclosed | Mend: dependency security vulnerability | ## CVE-2023-21099 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>baseandroid-10.0.0_r44</b>, <b>baseandroid-10.0.0_r44</b>, <b>baseandroid-10.0.0_r44</b>, <b>baseandroid-10.0.0_r44</... | True | CVE-2023-21099 (High) detected in multiple libraries - autoclosed - ## CVE-2023-21099 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>baseandroid-10.0.0_r44</b>, <b>baseandroid-10.0.0... | non_defect | cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries baseandroid baseandroid baseandroid baseandroid vulnerability details in multiple methods of packageinstallersession java ... | 0 |
76,377 | 15,495,955,667 | IssuesEvent | 2021-03-11 01:48:05 | kadirselcuk/wp-graphql | https://api.github.com/repos/kadirselcuk/wp-graphql | opened | CVE-2020-15366 (Medium) detected in ajv-6.10.2.tgz, ajv-5.5.2.tgz | security vulnerability | ## CVE-2020-15366 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ajv-6.10.2.tgz</b>, <b>ajv-5.5.2.tgz</b></p></summary>
<p>
<details><summary><b>ajv-6.10.2.tgz</b></p></summary>
... | True | CVE-2020-15366 (Medium) detected in ajv-6.10.2.tgz, ajv-5.5.2.tgz - ## CVE-2020-15366 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ajv-6.10.2.tgz</b>, <b>ajv-5.5.2.tgz</b></p></s... | non_defect | cve medium detected in ajv tgz ajv tgz cve medium severity vulnerability vulnerable libraries ajv tgz ajv tgz ajv tgz another json schema validator library home page a href path to dependency file wp graphql src admin graphiql app package ... | 0 |
74,135 | 24,964,566,818 | IssuesEvent | 2022-11-01 18:15:01 | matrix-org/matrix-hookshot | https://api.github.com/repos/matrix-org/matrix-hookshot | closed | Inconsistent casing in GitLab project connection state keys | T-Defect GitLab | This is the same problem as #509, but for GitLab project connections.
This also prevents GitLab project connections from working if set up via the widget / provisioning API, as long as the project path contains a capital letter. | 1.0 | Inconsistent casing in GitLab project connection state keys - This is the same problem as #509, but for GitLab project connections.
This also prevents GitLab project connections from working if set up via the widget / provisioning API, as long as the project path contains a capital letter. | defect | inconsistent casing in gitlab project connection state keys this is the same problem as but for gitlab project connections this also prevents gitlab project connections from working if set up via the widget provisioning api as long as the project path contains a capital letter | 1 |
116,341 | 24,900,630,606 | IssuesEvent | 2022-10-28 20:27:30 | zcash/zcash | https://api.github.com/repos/zcash/zcash | closed | Add ``--debug=libsnark-profiling`` option. | Zcash codebase I-performance A-testing in 1.0 special to Nathan usability | Here's the runtime config of libsnark profiling in my latest review (public alpha branch) that can be the starting point: https://github.com/Electric-Coin-Company/zcash/commit/4200e0d3d373a8c034bab641732d54b57c606a5d#commitcomment-15441534
| 1.0 | Add ``--debug=libsnark-profiling`` option. - Here's the runtime config of libsnark profiling in my latest review (public alpha branch) that can be the starting point: https://github.com/Electric-Coin-Company/zcash/commit/4200e0d3d373a8c034bab641732d54b57c606a5d#commitcomment-15441534
| non_defect | add debug libsnark profiling option here s the runtime config of libsnark profiling in my latest review public alpha branch that can be the starting point | 0 |
188,079 | 6,768,115,786 | IssuesEvent | 2017-10-26 07:36:21 | bounswe/bounswe2017group10 | https://api.github.com/repos/bounswe/bounswe2017group10 | closed | Android cloudinary wrong image shown in Feed | Android Bug Report High-priority | Order of the images that are uploaded to cloudinary are wrong. | 1.0 | Android cloudinary wrong image shown in Feed - Order of the images that are uploaded to cloudinary are wrong. | non_defect | android cloudinary wrong image shown in feed order of the images that are uploaded to cloudinary are wrong | 0 |
78,181 | 27,359,228,561 | IssuesEvent | 2023-02-27 14:51:02 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | opened | Use theme colors in rounded buttons disabled state | T-Defect | ### Steps to reproduce
Some rounded buttons doesn't use color from theme in Disabled state.
In some views, the green color of the button's labels is hard-coded into storyboards.
TODO : define title color for Disabled state from theme in RoundedButton.updateButtonStyle method.
### Outcome
oppmo
### Your phone ... | 1.0 | Use theme colors in rounded buttons disabled state - ### Steps to reproduce
Some rounded buttons doesn't use color from theme in Disabled state.
In some views, the green color of the button's labels is hard-coded into storyboards.
TODO : define title color for Disabled state from theme in RoundedButton.updateBut... | defect | use theme colors in rounded buttons disabled state steps to reproduce some rounded buttons doesn t use color from theme in disabled state in some views the green color of the button s labels is hard coded into storyboards todo define title color for disabled state from theme in roundedbutton updatebut... | 1 |
68,897 | 9,220,003,942 | IssuesEvent | 2019-03-11 16:32:45 | Paula204/ISPP | https://api.github.com/repos/Paula204/ISPP | closed | Editar mockups y crear vídeo | documentation high | Editar los mockups:
- Añadir ubicación
- Menos texto
- Mejorar visualmente
Crear vídeo interactivo:
- Rápido y visual | 1.0 | Editar mockups y crear vídeo - Editar los mockups:
- Añadir ubicación
- Menos texto
- Mejorar visualmente
Crear vídeo interactivo:
- Rápido y visual | non_defect | editar mockups y crear vídeo editar los mockups añadir ubicación menos texto mejorar visualmente crear vídeo interactivo rápido y visual | 0 |
232,053 | 18,841,785,397 | IssuesEvent | 2021-11-11 10:24:32 | mozilla-mobile/fenix | https://api.github.com/repos/mozilla-mobile/fenix | reopened | Intermittent UI test failure - < SmokeTest.editCustomSearchEngineTest > | eng:intermittent-test eng:ui-test | ### Firebase Test Run:
https://console.firebase.google.com/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/9223008020099075063/executions/bs.38fc48eea92dfdb7/testcases/1/test-cases
### Stacktrace:
`java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Ass... | 2.0 | Intermittent UI test failure - < SmokeTest.editCustomSearchEngineTest > - ### Firebase Test Run:
https://console.firebase.google.com/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/9223008020099075063/executions/bs.38fc48eea92dfdb7/testcases/1/test-cases
### Stacktrace:
`java.lang.AssertionError
at... | non_defect | intermittent ui test failure firebase test run stacktrace java lang assertionerror at org junit assert fail assert java at org junit assert asserttrue assert java at org junit assert asserttrue assert java at org mozilla fenix ui robots settingssubmenusearchrobot saveeditsearchengine ... | 0 |
1,426 | 16,017,783,396 | IssuesEvent | 2021-04-20 18:16:28 | Azure/azure-sdk-for-java | https://api.github.com/repos/Azure/azure-sdk-for-java | opened | Log only what we need in INFO (too much logging by default) | Azure.Core amqp tenet-reliability | * customers report that our logging is actually too detailed right now.
* should we have an aka.ms link to a FAQ that also has info on how to collect enough data for a bug report? | True | Log only what we need in INFO (too much logging by default) - * customers report that our logging is actually too detailed right now.
* should we have an aka.ms link to a FAQ that also has info on how to collect enough data for a bug report? | non_defect | log only what we need in info too much logging by default customers report that our logging is actually too detailed right now should we have an aka ms link to a faq that also has info on how to collect enough data for a bug report | 0 |
610,956 | 18,941,072,884 | IssuesEvent | 2021-11-18 02:58:46 | MaibornWolff/codecharta | https://api.github.com/repos/MaibornWolff/codecharta | closed | Remove non-functional buttons | bug help wanted pr-visualization priority:medium difficulty:low good first issue | # Bug
## Expected Behavior
GIVEN a open map with the building/file panel being open
WHEN hovering above the building/file title
THEN there's no hover button visible in case there's no link
## Actual Behavior
A hovering effect is visible due to the element being a button instead of a title.
## Scree... | 1.0 | Remove non-functional buttons - # Bug
## Expected Behavior
GIVEN a open map with the building/file panel being open
WHEN hovering above the building/file title
THEN there's no hover button visible in case there's no link
## Actual Behavior
A hovering effect is visible due to the element being a button... | non_defect | remove non functional buttons bug expected behavior given a open map with the building file panel being open when hovering above the building file title then there s no hover button visible in case there s no link actual behavior a hovering effect is visible due to the element being a button... | 0 |
341,992 | 24,724,388,710 | IssuesEvent | 2022-10-20 13:07:27 | cemkurtoglu/Personalized_healthcare_system_for_neurodegenerative_diseases | https://api.github.com/repos/cemkurtoglu/Personalized_healthcare_system_for_neurodegenerative_diseases | closed | Gantt Chart Creation and Github project setup | documentation preparation | Create a Gantt chart in order to track your progress efficiently. Use excel or a similar application. Once this task is complete update Milestones in the GitHub repo and assigns issues to these milestones. | 1.0 | Gantt Chart Creation and Github project setup - Create a Gantt chart in order to track your progress efficiently. Use excel or a similar application. Once this task is complete update Milestones in the GitHub repo and assigns issues to these milestones. | non_defect | gantt chart creation and github project setup create a gantt chart in order to track your progress efficiently use excel or a similar application once this task is complete update milestones in the github repo and assigns issues to these milestones | 0 |
615,457 | 19,255,520,834 | IssuesEvent | 2021-12-09 10:50:49 | googleapis/java-dlp | https://api.github.com/repos/googleapis/java-dlp | closed | dlp.snippets.JobsTests: testListJobs failed | type: bug priority: p1 api: dlp flakybot: issue | Note: #638 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 2d9d3c196041ff038051a357778f34d22d90fdf5
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/92875462-f70a-4e1b-9ea7-9edff369a08f), [Sponge](http://sponge2/92875462-f70a-4e1b-9... | 1.0 | dlp.snippets.JobsTests: testListJobs failed - Note: #638 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 2d9d3c196041ff038051a357778f34d22d90fdf5
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/92875462-f70a-4e1b-9ea7-9edff369a08f)... | non_defect | dlp snippets jobstests testlistjobs failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output com google api gax rpc permissiondeniedexception io grpc statusruntimeexception permission denied not al... | 0 |
60,843 | 17,023,537,348 | IssuesEvent | 2021-07-03 02:32:00 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Admin Layer Has Background Fill | Component: mapnik Priority: major Resolution: worksforme Type: defect | **[Submitted to the original trac issue database at 3.53pm, Monday, 11th January 2010]**
The Admin Boundary for the city of Chandler, AZ has on odd fill pattern that is obscuring all underlying map imagery at zoom levels of 14 or higher. At level 13 or lower the fill is not rendered, so you can see all map data. You... | 1.0 | Admin Layer Has Background Fill - **[Submitted to the original trac issue database at 3.53pm, Monday, 11th January 2010]**
The Admin Boundary for the city of Chandler, AZ has on odd fill pattern that is obscuring all underlying map imagery at zoom levels of 14 or higher. At level 13 or lower the fill is not rendered,... | defect | admin layer has background fill the admin boundary for the city of chandler az has on odd fill pattern that is obscuring all underlying map imagery at zoom levels of or higher at level or lower the fill is not rendered so you can see all map data you can see the problem here i have compared all... | 1 |
3,788 | 2,610,069,054 | IssuesEvent | 2015-02-26 18:20:15 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 黄岩治前列腺炎哪里比较好 | auto-migrated Priority-Medium Type-Defect | ```
黄岩治前列腺炎哪里比较好【台州五洲生殖医院】24小时健康
咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台
州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1
08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、
109、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权... | 1.0 | 黄岩治前列腺炎哪里比较好 - ```
黄岩治前列腺炎哪里比较好【台州五洲生殖医院】24小时健康
咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台
州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1
08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、
109、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费... | defect | 黄岩治前列腺炎哪里比较好 黄岩治前列腺炎哪里比较好【台州五洲生殖医院】 咨询热线 微信号tzwzszyy 医院地址 台 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 origin... | 1 |
36,446 | 6,535,019,371 | IssuesEvent | 2017-08-31 13:14:24 | WeblateOrg/weblate | https://api.github.com/repos/WeblateOrg/weblate | closed | Xliff - multiline source context displayed as one line | documentation | ### Steps to reproduce
1. Create Xliff file with multi-line string
2. Import in weblate
3. in Translate UI context source it is displayed as one line
With other format - Android XML resource, the source is displayed properly formatted with newlines.
Both Android and Xliff are xmml formats. I tried with \n and p... | 1.0 | Xliff - multiline source context displayed as one line - ### Steps to reproduce
1. Create Xliff file with multi-line string
2. Import in weblate
3. in Translate UI context source it is displayed as one line
With other format - Android XML resource, the source is displayed properly formatted with newlines.
Both ... | non_defect | xliff multiline source context displayed as one line steps to reproduce create xliff file with multi line string import in weblate in translate ui context source it is displayed as one line with other format android xml resource the source is displayed properly formatted with newlines both ... | 0 |
56,250 | 14,994,816,828 | IssuesEvent | 2021-01-29 13:28:54 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | UIA-over-SSO leaves you marooned in a "please close this tab" tab | bug defect p1 severity:minor type:sso type:uia | Once UIA-over-SSO completes, you end up stuck in a tab which looks like this:

| 1.0 | UIA-over-SSO leaves you marooned in a "please close this tab" tab - Once UIA-over-SSO completes, you end up stuck in a tab which looks like this:

| defect | uia over sso leaves you marooned in a please close this tab tab once uia over sso completes you end up stuck in a tab which looks like this | 1 |
682,642 | 23,351,181,249 | IssuesEvent | 2022-08-10 00:13:09 | worldmaking/mischmasch | https://api.github.com/repos/worldmaking/mischmasch | closed | run pat2got.js in the mischmasch init() function | Priority: Low | pat2got.js currently needs to be run separately in order to gather all .gendsp files into the mischmasch menu.
two goals:
- [ ] run pat2got.js during the mischmasch init function
- [ ] use a filewatcher on the /code folder, so if any .gendsp files are modified, removed, or added while mischmasch is running, i... | 1.0 | run pat2got.js in the mischmasch init() function - pat2got.js currently needs to be run separately in order to gather all .gendsp files into the mischmasch menu.
two goals:
- [ ] run pat2got.js during the mischmasch init function
- [ ] use a filewatcher on the /code folder, so if any .gendsp files are modifie... | non_defect | run js in the mischmasch init function js currently needs to be run separately in order to gather all gendsp files into the mischmasch menu two goals run js during the mischmasch init function use a filewatcher on the code folder so if any gendsp files are modified removed or added w... | 0 |
12,219 | 2,685,513,053 | IssuesEvent | 2015-03-30 02:00:05 | IssueMigrationTest/Test5 | https://api.github.com/repos/IssueMigrationTest/Test5 | closed | False alarm on class inheritances | auto-migrated milestone-0.9 Priority-Medium Type-Defect | **Issue by jason.mi...@gmail.com**
_14 Jul 2011 at 2:55 GMT_
_Originally opened on Google Code_
----
```
SS give a false alarm warning message on the following case.
compilation and run are ok
Test case:
class Father(object):
def __init__(self,Age):
self.Age = Age
def show(self):
print self.Age
class S... | 1.0 | False alarm on class inheritances - **Issue by jason.mi...@gmail.com**
_14 Jul 2011 at 2:55 GMT_
_Originally opened on Google Code_
----
```
SS give a false alarm warning message on the following case.
compilation and run are ok
Test case:
class Father(object):
def __init__(self,Age):
self.Age = Age
def sho... | defect | false alarm on class inheritances issue by jason mi gmail com jul at gmt originally opened on google code ss give a false alarm warning message on the following case compilation and run are ok test case class father object def init self age self age age def show sel... | 1 |
33,325 | 7,090,724,382 | IssuesEvent | 2018-01-12 10:06:31 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Plain SQL API should recognise multi-character PostgreSQL geometry operators | C: DB: PostgreSQL C: Functionality P: Medium R: Fixed T: Defect | Running this query:
```sql
SELECT
oprname,
oprcode || '(' || format_type(oprleft, NULL::integer) || ', '
|| format_type(oprright, NULL::integer) || ')' AS function
FROM pg_operator
WHERE oprname LIKE '?%';
```
Yields, on my install:
```
oprname |function ... | 1.0 | Plain SQL API should recognise multi-character PostgreSQL geometry operators - Running this query:
```sql
SELECT
oprname,
oprcode || '(' || format_type(oprleft, NULL::integer) || ', '
|| format_type(oprright, NULL::integer) || ')' AS function
FROM pg_operator
WHERE oprname LIKE '?%';
... | defect | plain sql api should recognise multi character postgresql geometry operators running this query sql select oprname oprcode format type oprleft null integer format type oprright null integer as function from pg operator where oprname like ... | 1 |
21,616 | 3,525,845,227 | IssuesEvent | 2016-01-14 00:24:43 | gadLinux/hibernate-generic-dao | https://api.github.com/repos/gadLinux/hibernate-generic-dao | closed | Sample Project hibernate-maven-web does nut run under jetty (?) | auto-migrated Priority-Medium Type-Defect | ```
What did I do?
checkout out the project
build it via "mvn clean install"
deployed *.war on a local jetty server (jetty version: 9.0.7)
caused this Exception:
2013-11-18 14:06:11.604:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/opt/jetty-distribution-9.0.7.v
20131107/webapps/] at interval 1
2013... | 1.0 | Sample Project hibernate-maven-web does nut run under jetty (?) - ```
What did I do?
checkout out the project
build it via "mvn clean install"
deployed *.war on a local jetty server (jetty version: 9.0.7)
caused this Exception:
2013-11-18 14:06:11.604:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/op... | defect | sample project hibernate maven web does nut run under jetty what did i do checkout out the project build it via mvn clean install deployed war on a local jetty server jetty version caused this exception info oejdp scanningappprovider main deployment monitor file opt jetty di... | 1 |
22,387 | 3,642,228,491 | IssuesEvent | 2016-02-14 06:05:03 | BOINC/boinc | https://api.github.com/repos/BOINC/boinc | closed | Installer Executable Copyright is outdated. | C: Client - Setup P: Trivial R: fixed T: Defect | **Reported by JacobKlein on 5 Aug 41245248 20:53 UTC**
If I right-click the Installer Executable in Windows, and go to the Details tab, and look at the "Copyright" property...
Version 6.10.58 says:[(C) 2004 University of California at
Version 6.12.19 says:[[BR]([BR]]Copyright)]Copyright (C) 2004 University of Cal... | 1.0 | Installer Executable Copyright is outdated. - **Reported by JacobKlein on 5 Aug 41245248 20:53 UTC**
If I right-click the Installer Executable in Windows, and go to the Details tab, and look at the "Copyright" property...
Version 6.10.58 says:[(C) 2004 University of California at
Version 6.12.19 says:[[BR]([BR]]C... | defect | installer executable copyright is outdated reported by jacobklein on aug utc if i right click the installer executable in windows and go to the details tab and look at the copyright property version says c university of california at version says copyright copyright c ... | 1 |
781,567 | 27,442,234,168 | IssuesEvent | 2023-03-02 11:52:48 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | Issue in types set for variables created by the typed-binding-pattern of a foreach-stmt | Type/Bug Priority/High Team/CompilerFE Area/TypeChecker Lang/TypeNarrowing Lang/Statements/Foreach Deferred | **Description:**
$title.
**Steps to reproduce:**
The type set seems to be that inferred from the value being iterated, not the type used in the typed binding pattern.
```ballerina
public function main() {
string[] x = [];
foreach int|string item in x {
string s = item; // No error, eventho... | 1.0 | Issue in types set for variables created by the typed-binding-pattern of a foreach-stmt - **Description:**
$title.
**Steps to reproduce:**
The type set seems to be that inferred from the value being iterated, not the type used in the typed binding pattern.
```ballerina
public function main() {
string[] x ... | non_defect | issue in types set for variables created by the typed binding pattern of a foreach stmt description title steps to reproduce the type set seems to be that inferred from the value being iterated not the type used in the typed binding pattern ballerina public function main string x ... | 0 |
20,667 | 3,393,082,723 | IssuesEvent | 2015-11-30 22:26:15 | google/guava | https://api.github.com/repos/google/guava | closed | Wrong RemovalCause published on cache.invaldateAll() | package: cache status: accepted type: defect | When the cache is being cleared, either through `Cache.invalidateAll()` or `asMap().clear()`, the removal cause is always `EXPLICIT`. However the map may contain expired or GC'd entries that would be removed on the next maintenance cycle. The removal cause should indicate the actual state of the entry, not merely the a... | 1.0 | Wrong RemovalCause published on cache.invaldateAll() - When the cache is being cleared, either through `Cache.invalidateAll()` or `asMap().clear()`, the removal cause is always `EXPLICIT`. However the map may contain expired or GC'd entries that would be removed on the next maintenance cycle. The removal cause should i... | defect | wrong removalcause published on cache invaldateall when the cache is being cleared either through cache invalidateall or asmap clear the removal cause is always explicit however the map may contain expired or gc d entries that would be removed on the next maintenance cycle the removal cause should i... | 1 |
407,895 | 11,938,930,721 | IssuesEvent | 2020-04-02 14:29:54 | fecgov/fec-eregs | https://api.github.com/repos/fecgov/fec-eregs | closed | Fix failing build | Bug High priority | https://circleci.com/gh/fecgov/fec-eregs/284
```
> fec-eregs@1.0.0 build /home/circleci/repo
> grunt build:css && npm run build-js
/home/circleci/repo/node_modules/mkdirp/lib/opts-arg.js:7
opts = { mode: 0o777 & (~process.umask()), fs, ...opts }
^^^
Synt... | 1.0 | Fix failing build - https://circleci.com/gh/fecgov/fec-eregs/284
```
> fec-eregs@1.0.0 build /home/circleci/repo
> grunt build:css && npm run build-js
/home/circleci/repo/node_modules/mkdirp/lib/opts-arg.js:7
opts = { mode: 0o777 & (~process.umask()), fs, ...opts }
... | non_defect | fix failing build fec eregs build home circleci repo grunt build css npm run build js home circleci repo node modules mkdirp lib opts arg js opts mode process umask fs opts syntaxerror unexpected token ... | 0 |
70,501 | 3,331,494,216 | IssuesEvent | 2015-11-11 16:04:52 | CoderDojo/community-platform | https://api.github.com/repos/CoderDojo/community-platform | opened | Add field to edit Dojo page to display frequency of how often Dojo typically runs | backlog dojo listings high priority | Request from Foundation team to add a field called "Frequency Dojo runs" with three options: weekly, biweekly and monthly. This will let users know how often a Dojo runs and in the long term we'll be able to search and filter by this option.
Will be a required field. | 1.0 | Add field to edit Dojo page to display frequency of how often Dojo typically runs - Request from Foundation team to add a field called "Frequency Dojo runs" with three options: weekly, biweekly and monthly. This will let users know how often a Dojo runs and in the long term we'll be able to search and filter by this op... | non_defect | add field to edit dojo page to display frequency of how often dojo typically runs request from foundation team to add a field called frequency dojo runs with three options weekly biweekly and monthly this will let users know how often a dojo runs and in the long term we ll be able to search and filter by this op... | 0 |
63,128 | 17,387,781,958 | IssuesEvent | 2021-08-02 00:00:20 | unascribed/Fabrication | https://api.github.com/repos/unascribed/Fabrication | closed | Error upon connection to the Hypixel Server Network. | k: Defect n: Fabric | This error seems to only occur when connecting to Hypixel, and it seems that the same error occurs several times in a row. One of these several error instances has been copied into [this gist](https://gist.github.com/torzod/ac6dff77448b53b8c7418f299b90b4e4), as the others are identical. It's curious that ☃ is used but ... | 1.0 | Error upon connection to the Hypixel Server Network. - This error seems to only occur when connecting to Hypixel, and it seems that the same error occurs several times in a row. One of these several error instances has been copied into [this gist](https://gist.github.com/torzod/ac6dff77448b53b8c7418f299b90b4e4), as the... | defect | error upon connection to the hypixel server network this error seems to only occur when connecting to hypixel and it seems that the same error occurs several times in a row one of these several error instances has been copied into as the others are identical it s curious that ☃ is used but i know very little ... | 1 |
179,868 | 21,582,882,863 | IssuesEvent | 2022-05-02 20:47:03 | uniquelyparticular/sync-moltin-to-shipengine | https://api.github.com/repos/uniquelyparticular/sync-moltin-to-shipengine | closed | CVE-2021-3777 (High) detected in tmpl-1.0.4.tgz - autoclosed | security vulnerability | ## CVE-2021-3777 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tmpl-1.0.4.tgz</b></p></summary>
<p>JavaScript micro templates.</p>
<p>Library home page: <a href="https://registry.npm... | True | CVE-2021-3777 (High) detected in tmpl-1.0.4.tgz - autoclosed - ## CVE-2021-3777 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tmpl-1.0.4.tgz</b></p></summary>
<p>JavaScript micro tem... | non_defect | cve high detected in tmpl tgz autoclosed cve high severity vulnerability vulnerable library tmpl tgz javascript micro templates library home page a href path to dependency file package json path to vulnerable library node modules tmpl package json dependency... | 0 |
139,591 | 11,274,491,591 | IssuesEvent | 2020-01-14 18:41:12 | aliasrobotics/RVD | https://api.github.com/repos/aliasrobotics/RVD | opened | (error) Buffer is accessed out of bounds | bug cppcheck static analysis testing triage | ```yaml
{
"id": 1,
"cve": "None",
"description": "[src/industrial_calibration/industrial_extrinsic_cal/src/nodes/stereo_cal_srv.cpp:301]: (error) Buffer is accessed out of bounds: image_scene_chars",
"system": "src/industrial_calibration/industrial_extrinsic_cal/src/nodes/stereo_cal_srv.cpp",
"title... | 1.0 | (error) Buffer is accessed out of bounds - ```yaml
{
"id": 1,
"cve": "None",
"description": "[src/industrial_calibration/industrial_extrinsic_cal/src/nodes/stereo_cal_srv.cpp:301]: (error) Buffer is accessed out of bounds: image_scene_chars",
"system": "src/industrial_calibration/industrial_extrinsic_ca... | non_defect | error buffer is accessed out of bounds yaml id cve none description error buffer is accessed out of bounds image scene chars system src industrial calibration industrial extrinsic cal src nodes stereo cal srv cpp title error buffer is accessed out of boun... | 0 |
25,186 | 4,233,539,414 | IssuesEvent | 2016-07-05 08:20:53 | arkayenro/arkinventory | https://api.github.com/repos/arkayenro/arkinventory | closed | Exporting (CP/GP) issues - was working before | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Using latest : ArkInventory-2-27-05-2008-05-06-17-30.zip
2. No other addons ons loaded, only ArkInventory, CharacterProfiler &
GuildProfiler (see below).
3. Clean WTF/ACCOUNT/Name/SavedVariables directory on start.
What is the expected output? What do you see instead?
I'm ... | 1.0 | Exporting (CP/GP) issues - was working before - ```
What steps will reproduce the problem?
1. Using latest : ArkInventory-2-27-05-2008-05-06-17-30.zip
2. No other addons ons loaded, only ArkInventory, CharacterProfiler &
GuildProfiler (see below).
3. Clean WTF/ACCOUNT/Name/SavedVariables directory on start.
What is th... | defect | exporting cp gp issues was working before what steps will reproduce the problem using latest arkinventory zip no other addons ons loaded only arkinventory characterprofiler guildprofiler see below clean wtf account name savedvariables directory on start what is the expecte... | 1 |
100,988 | 16,490,732,729 | IssuesEvent | 2021-05-25 03:09:37 | valdisiljuconoks/AlloyTech | https://api.github.com/repos/valdisiljuconoks/AlloyTech | opened | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz | security vulnerability | ## CVE-2020-7598 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimist-0.0.8.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.np... | True | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz - ## CVE-2020-7598 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimist-0.0.8.tgz</b></p></summary>
<p>parse argument option... | non_defect | cve medium detected in minimist tgz cve medium severity vulnerability vulnerable library minimist tgz parse argument options library home page a href path to dependency file alloytech modules protected shell shell clientresources lib xstyle package json pat... | 0 |
16,134 | 10,577,570,230 | IssuesEvent | 2019-10-07 20:24:37 | kids-first/kf-ui-data-tracker | https://api.github.com/repos/kids-first/kf-ui-data-tracker | opened | always open Basic Info form in edit mode | usability improvement | feedback from `Admin` role users suggest to always open the Basic Info Form in edit mode as there is no use case for a read-only mode. This should alwasy show the Step progress indicators as well as form field descriptions
🤔 maybe also add a `Save` button where the `Edit`/`Cancel` button currently is
## Curren... | True | always open Basic Info form in edit mode - feedback from `Admin` role users suggest to always open the Basic Info Form in edit mode as there is no use case for a read-only mode. This should alwasy show the Step progress indicators as well as form field descriptions
🤔 maybe also add a `Save` button where the `Edit`... | non_defect | always open basic info form in edit mode feedback from admin role users suggest to always open the basic info form in edit mode as there is no use case for a read only mode this should alwasy show the step progress indicators as well as form field descriptions 🤔 maybe also add a save button where the edit ... | 0 |
68,989 | 22,042,326,903 | IssuesEvent | 2022-05-29 14:46:35 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: unhandledPromptBehavior doesn't work | C-py I-defect needs-triaging | ### What happened?
am using python 3.9.12 with pip 22.1.1
my localhost has an index.html file with only one line of code: `<script>alert("hi")</script>`
expected result is to have the above alert dissapear but it doesnt
### How can we reproduce the issue?
```shell
from selenium.webdriver import Chrome
... | 1.0 | [🐛 Bug]: unhandledPromptBehavior doesn't work - ### What happened?
am using python 3.9.12 with pip 22.1.1
my localhost has an index.html file with only one line of code: `<script>alert("hi")</script>`
expected result is to have the above alert dissapear but it doesnt
### How can we reproduce the issue?
... | defect | unhandledpromptbehavior doesn t work what happened am using python with pip my localhost has an index html file with only one line of code alert hi expected result is to have the above alert dissapear but it doesnt how can we reproduce the issue shell from selenium ... | 1 |
10,177 | 2,618,940,260 | IssuesEvent | 2015-03-03 00:03:50 | marmarek/test | https://api.github.com/repos/marmarek/test | closed | Correctly maintain app's titlebar name | C: gui-virtualization P: major R: fixed T: defect | **Reported by joanna on 20 Oct 40318706 17:46 UTC**
When an app changes its title bar contents, the appviewer ignores the change and keep the original name in the title bar. Some apps dynamically remap the title bar names at startup (e.g. Thunderbird, Dolphin), so it would be nice to have it correctly implemented, so t... | 1.0 | Correctly maintain app's titlebar name - **Reported by joanna on 20 Oct 40318706 17:46 UTC**
When an app changes its title bar contents, the appviewer ignores the change and keep the original name in the title bar. Some apps dynamically remap the title bar names at startup (e.g. Thunderbird, Dolphin), so it would be ni... | defect | correctly maintain app s titlebar name reported by joanna on oct utc when an app changes its title bar contents the appviewer ignores the change and keep the original name in the title bar some apps dynamically remap the title bar names at startup e g thunderbird dolphin so it would be nice to have... | 1 |
37,722 | 8,489,415,746 | IssuesEvent | 2018-10-26 19:50:32 | MDAnalysis/mdanalysis | https://api.github.com/repos/MDAnalysis/mdanalysis | closed | Consistency: AtomGroup.residues = 0 ResidueGroup, further .atoms leads to ValueError | Component-Core Difficulty-easy defect usability | **Expected behavior**
```python
sel.select_atoms('resname SOL')
Out[3]: <AtomGroup with 0 atoms>
sel.select_atoms('resname SOL').residues
Out[4]: <ResidueGroup with 0 residues>
sel.select_atoms('resname SOL').residues.atoms
```
This should return again:<AtomGroup with 0 atoms>
**Actual behavior**
Unclear ... | 1.0 | Consistency: AtomGroup.residues = 0 ResidueGroup, further .atoms leads to ValueError - **Expected behavior**
```python
sel.select_atoms('resname SOL')
Out[3]: <AtomGroup with 0 atoms>
sel.select_atoms('resname SOL').residues
Out[4]: <ResidueGroup with 0 residues>
sel.select_atoms('resname SOL').residues.atoms
... | defect | consistency atomgroup residues residuegroup further atoms leads to valueerror expected behavior python sel select atoms resname sol out sel select atoms resname sol residues out sel select atoms resname sol residues atoms this should return again actual behavior ... | 1 |
437,614 | 30,605,412,975 | IssuesEvent | 2023-07-22 23:59:05 | danielcshn/wpa-colab | https://api.github.com/repos/danielcshn/wpa-colab | closed | Colab updated limitations | documentation wontfix | Google has cracked down (pardon the pun) on password cracking - now they explicitly state in their usage policy that cracking (amongst other restrictions) is not allowed, and my account has been restricted access to Colab (but not other G products).
When you download and compile `hashcat` - they do give you a warnin... | 1.0 | Colab updated limitations - Google has cracked down (pardon the pun) on password cracking - now they explicitly state in their usage policy that cracking (amongst other restrictions) is not allowed, and my account has been restricted access to Colab (but not other G products).
When you download and compile `hashcat`... | non_defect | colab updated limitations google has cracked down pardon the pun on password cracking now they explicitly state in their usage policy that cracking amongst other restrictions is not allowed and my account has been restricted access to colab but not other g products when you download and compile hashcat ... | 0 |
723,074 | 24,883,773,907 | IssuesEvent | 2022-10-28 05:21:23 | lowRISC/opentitan | https://api.github.com/repos/lowRISC/opentitan | closed | [dv/pwrmgr] Disable coverage exclusions | Component:DV Priority:P2 Type:Task IP:pwrmgr Milestone:V2 | Disable exclusions for CSR CONTROL.USB_CLK_EN_ACTIVE, RESET_EN in IP level.
| 1.0 | [dv/pwrmgr] Disable coverage exclusions - Disable exclusions for CSR CONTROL.USB_CLK_EN_ACTIVE, RESET_EN in IP level.
| non_defect | disable coverage exclusions disable exclusions for csr control usb clk en active reset en in ip level | 0 |
675,423 | 23,093,898,846 | IssuesEvent | 2022-07-26 17:33:55 | sczerwinski/wavefront-obj-intellij-plugin | https://api.github.com/repos/sczerwinski/wavefront-obj-intellij-plugin | opened | GLModelFactory should process the file, not the PSIFile | type:feature status:new priority:medium component:3d | Processing PSI tree is costly. Process file contents instead. | 1.0 | GLModelFactory should process the file, not the PSIFile - Processing PSI tree is costly. Process file contents instead. | non_defect | glmodelfactory should process the file not the psifile processing psi tree is costly process file contents instead | 0 |
528,505 | 15,368,457,028 | IssuesEvent | 2021-03-02 05:35:57 | AY2021S2-CS2103-T14-4/tp | https://api.github.com/repos/AY2021S2-CS2103-T14-4/tp | opened | As a CS student who just finished a holiday, I want to reset my calendar | priority.High type.Story | so that I can start a new semester with new deadlines | 1.0 | As a CS student who just finished a holiday, I want to reset my calendar - so that I can start a new semester with new deadlines | non_defect | as a cs student who just finished a holiday i want to reset my calendar so that i can start a new semester with new deadlines | 0 |
68,418 | 21,664,331,529 | IssuesEvent | 2022-05-07 01:01:45 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | MatrixBridge can only be contacted via start chat button, not /user page link | T-Defect P2 S-Minor |
### Description
The page https://riot.im/develop/#/user/@freenode_MatrixBridge:matrix.org does not load, but using the start chat button to contact @freenode_MatrixBridge:matrix.org does (albeit I can't see the room until I refresh Riot).
Possibly causes https://github.com/matrix-org/matrix-appservice-irc/issu... | 1.0 | MatrixBridge can only be contacted via start chat button, not /user page link -
### Description
The page https://riot.im/develop/#/user/@freenode_MatrixBridge:matrix.org does not load, but using the start chat button to contact @freenode_MatrixBridge:matrix.org does (albeit I can't see the room until I refresh Rio... | defect | matrixbridge can only be contacted via start chat button not user page link description the page does not load but using the start chat button to contact freenode matrixbridge matrix org does albeit i can t see the room until i refresh riot possibly causes log sent not sent not sent ... | 1 |
2,594 | 2,607,930,767 | IssuesEvent | 2015-02-26 00:26:36 | chrsmithdemos/minify | https://api.github.com/repos/chrsmithdemos/minify | closed | minify_2.1.2.zip can't open on OSX | auto-migrated Priority-High Type-Defect | ```
Minify version:2.1.2
PHP version: …
Running Mac OS X
What steps will reproduce the problem?
1. Download
2. Unzip
3. Fail
Expected output: Files with content
Actual output: Files with no content, null file size.
Did any unit tests FAIL? …
Please provide any additional information below.
…
```
-----
Original ... | 1.0 | minify_2.1.2.zip can't open on OSX - ```
Minify version:2.1.2
PHP version: …
Running Mac OS X
What steps will reproduce the problem?
1. Download
2. Unzip
3. Fail
Expected output: Files with content
Actual output: Files with no content, null file size.
Did any unit tests FAIL? …
Please provide any additional inform... | defect | minify zip can t open on osx minify version php version … running mac os x what steps will reproduce the problem download unzip fail expected output files with content actual output files with no content null file size did any unit tests fail … please provide any additional inform... | 1 |
333,370 | 10,121,079,383 | IssuesEvent | 2019-07-31 14:56:15 | LiskHQ/lisk-sdk | https://api.github.com/repos/LiskHQ/lisk-sdk | closed | Only send back the port and ip when peer requests our peer list | elements/P2P priority: high status: ready to develop | ### Expected behavior
When doing discovery, the peer should only give us a list of IPs and ports of its peers; it should not include the other fields from `P2PPeerInfo`.
We will fetch the remaining `P2PPeerInfo` fields after we connect to the peer and make a `status` call to it.
### Actual behavior
Right no... | 1.0 | Only send back the port and ip when peer requests our peer list - ### Expected behavior
When doing discovery, the peer should only give us a list of IPs and ports of its peers; it should not include the other fields from `P2PPeerInfo`.
We will fetch the remaining `P2PPeerInfo` fields after we connect to the peer ... | non_defect | only send back the port and ip when peer requests our peer list expected behavior when doing discovery the peer should only give us a list of ips and ports of its peers it should not include the other fields from we will fetch the remaining fields after we connect to the peer and make a status ... | 0 |
679,204 | 23,224,181,395 | IssuesEvent | 2022-08-02 21:29:32 | o3de/o3de | https://api.github.com/repos/o3de/o3de | closed | MultiplayerSample project, the game process cannot exit and enter infinite loop | kind/bug sig/network sig/ui-ux priority/major | **Describe the bug**
Windows platform, MultiplayerSample project, the game process cannot exit and enter infinite loop
This issue is related with issue #7272
**Steps to reproduce**
Steps to reproduce the behavior:
1. Open MultiplayerSample.ServerLauncher.exe, and the process is running.
2. Click on close butt... | 1.0 | MultiplayerSample project, the game process cannot exit and enter infinite loop - **Describe the bug**
Windows platform, MultiplayerSample project, the game process cannot exit and enter infinite loop
This issue is related with issue #7272
**Steps to reproduce**
Steps to reproduce the behavior:
1. Open Multipl... | non_defect | multiplayersample project the game process cannot exit and enter infinite loop describe the bug windows platform multiplayersample project the game process cannot exit and enter infinite loop this issue is related with issue steps to reproduce steps to reproduce the behavior open multiplaye... | 0 |
213,422 | 23,990,819,166 | IssuesEvent | 2022-09-14 00:47:56 | ZcashFoundation/zebra | https://api.github.com/repos/ZcashFoundation/zebra | reopened | Test if checkpoint verifier and state service are correctly reset on block commit errors | C-enhancement P-Medium :zap: C-security I-panic I-hang | ## Priority
Zebra doesn't have any post-NU5 checkpoints yet.
This ticket is optional until we update our checkpoint lists.
## Motivation
https://github.com/ZcashFoundation/zebra/pull/2633/ adds ZIP-221/244 block commitment validation in the checkpoint verifier. The check is actually done in the finalized stat... | True | Test if checkpoint verifier and state service are correctly reset on block commit errors - ## Priority
Zebra doesn't have any post-NU5 checkpoints yet.
This ticket is optional until we update our checkpoint lists.
## Motivation
https://github.com/ZcashFoundation/zebra/pull/2633/ adds ZIP-221/244 block commitm... | non_defect | test if checkpoint verifier and state service are correctly reset on block commit errors priority zebra doesn t have any post checkpoints yet this ticket is optional until we update our checkpoint lists motivation adds zip block commitment validation in the checkpoint verifier the check is ... | 0 |
433,025 | 12,501,146,945 | IssuesEvent | 2020-06-02 00:21:53 | eclipse-ee4j/glassfish | https://api.github.com/repos/eclipse-ee4j/glassfish | closed | GUI should inform the user to save the changes | Component: admin_gui ERR: Assignee Priority: Major Stale Type: Improvement | Under Configuration->Monitoring I select some modules to change the monitoring
level, the change level button is activated and I click the button to change the
levels. But the values are not actually changed in domain.xml it is simply
changed in the GUI screen. The user still needs to hit the save button to
actually sa... | 1.0 | GUI should inform the user to save the changes - Under Configuration->Monitoring I select some modules to change the monitoring
level, the change level button is activated and I click the button to change the
levels. But the values are not actually changed in domain.xml it is simply
changed in the GUI screen. The user ... | non_defect | gui should inform the user to save the changes under configuration monitoring i select some modules to change the monitoring level the change level button is activated and i click the button to change the levels but the values are not actually changed in domain xml it is simply changed in the gui screen the user ... | 0 |
2,117 | 2,603,976,587 | IssuesEvent | 2015-02-24 19:01:39 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳龟头上有小菜花 | auto-migrated Priority-Medium Type-Defect | ```
沈阳龟头上有小菜花〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com by `q964105.... | 1.0 | 沈阳龟头上有小菜花 - ```
沈阳龟头上有小菜花〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com ... | defect | 沈阳龟头上有小菜花 沈阳龟头上有小菜花〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at | 1 |
116,476 | 14,968,106,678 | IssuesEvent | 2021-01-27 16:27:16 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | opened | Provide QA Guidance for EDU-DD | EDU DD design vsa vsa-ebenefits | ## Background
As this features nears completion, one of the last items is to run the feature through its QA paces. The eBenefits Team is able to help guide that process as needed given our role in helping the design process.
## Tasks
- [ ] Check in with Tze and the Auth Exp Team as need
## Acceptance Criteria
- [ ]... | 1.0 | Provide QA Guidance for EDU-DD - ## Background
As this features nears completion, one of the last items is to run the feature through its QA paces. The eBenefits Team is able to help guide that process as needed given our role in helping the design process.
## Tasks
- [ ] Check in with Tze and the Auth Exp Team as ne... | non_defect | provide qa guidance for edu dd background as this features nears completion one of the last items is to run the feature through its qa paces the ebenefits team is able to help guide that process as needed given our role in helping the design process tasks check in with tze and the auth exp team as need... | 0 |
580,453 | 17,258,469,036 | IssuesEvent | 2021-07-22 01:48:44 | GoogleCloudPlatform/java-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/java-docs-samples | closed | com.example.storage.QuickstartSampleIT: testQuickstart failed | api: storage flakybot: issue priority: p1 samples type: bug | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 4d08f29cf609a16b707efa2ac7358fc0e4d89827... | 1.0 | com.example.storage.QuickstartSampleIT: testQuickstart failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop co... | non_defect | com example storage quickstartsampleit testquickstart failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output com google cloud storage storageex... | 0 |
53,941 | 6,776,242,234 | IssuesEvent | 2017-10-27 17:04:30 | vmware/clarity | https://api.github.com/repos/vmware/clarity | closed | Update Design Resources | Docs needs-UX-design WEB | ```
[ ] bug
[ ] feature request
[X] enhancement
```
### Expected behavior
Have a new Library version of the Clarity UI Template as well a content that shows the Clarity Sketch Library is available to download.
Will also want to keep the previous version of the UI Template (0.10.0) available for users who hav... | 1.0 | Update Design Resources - ```
[ ] bug
[ ] feature request
[X] enhancement
```
### Expected behavior
Have a new Library version of the Clarity UI Template as well a content that shows the Clarity Sketch Library is available to download.
Will also want to keep the previous version of the UI Template (0.10.0) a... | non_defect | update design resources bug feature request enhancement expected behavior have a new library version of the clarity ui template as well a content that shows the clarity sketch library is available to download will also want to keep the previous version of the ui template availabl... | 0 |
63,329 | 17,598,803,040 | IssuesEvent | 2021-08-17 09:12:20 | Gogo1951/GogoLoot | https://api.github.com/repos/Gogo1951/GogoLoot | closed | When it's on FFA, you don't get a loot window for BoPs | Type - Defect GogoLoot - Application | When it's set to FFA, the loot window should stay open when a BoP is present. Currently the window just closes very quickly. Whenever there's an item that you can't loot, the window should stay open. | 1.0 | When it's on FFA, you don't get a loot window for BoPs - When it's set to FFA, the loot window should stay open when a BoP is present. Currently the window just closes very quickly. Whenever there's an item that you can't loot, the window should stay open. | defect | when it s on ffa you don t get a loot window for bops when it s set to ffa the loot window should stay open when a bop is present currently the window just closes very quickly whenever there s an item that you can t loot the window should stay open | 1 |
24,282 | 3,952,583,184 | IssuesEvent | 2016-04-29 09:29:34 | PowerDNS/pdns | https://api.github.com/repos/PowerDNS/pdns | closed | Domain more recent than master, our serial 0 > their serial <large number> | auth defect | Domain '[mydomain]' more recent than master, our serial 0 > their serial 3933516418
> [08:05:14] Habbie: Genesis2001, the issue is that we treat an absent domain as having serial 0
> [08:05:19] Habbie: Genesis2001, this is a bug
I've got a supermaster setup on one machine, and a slave ("ns1") setup on anothe... | 1.0 | Domain more recent than master, our serial 0 > their serial <large number> - Domain '[mydomain]' more recent than master, our serial 0 > their serial 3933516418
> [08:05:14] Habbie: Genesis2001, the issue is that we treat an absent domain as having serial 0
> [08:05:19] Habbie: Genesis2001, this is a bug
I'v... | defect | domain more recent than master our serial their serial domain more recent than master our serial their serial habbie the issue is that we treat an absent domain as having serial habbie this is a bug i ve got a supermaster setup on one machine and a slave setup on ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.