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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
53,917 | 13,890,065,370 | IssuesEvent | 2020-10-19 08:47:00 | edwardhu/yarn | https://api.github.com/repos/edwardhu/yarn | opened | WS-2020-0163 (Medium) detected in marked-0.3.6.tgz | security vulnerability | ## WS-2020-0163 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.3.6.tgz</b></p></summary>
<p>A markdown parser built for speed</p>
<p>Library home page: <a href="https://reg... | True | WS-2020-0163 (Medium) detected in marked-0.3.6.tgz - ## WS-2020-0163 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.3.6.tgz</b></p></summary>
<p>A markdown parser built for... | non_defect | ws medium detected in marked tgz ws medium severity vulnerability vulnerable library marked tgz a markdown parser built for speed library home page a href path to dependency file yarn tests fixtures install install bin links eslint node modules marked package json ... | 0 |
73,346 | 24,577,082,086 | IssuesEvent | 2022-10-13 13:08:54 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | QOM mutator methods should reset all mutually exclusive flags | T: Defect C: Functionality P: Medium E: All Editions | As I've noticed while implementing `ALTER VIEW .. AS` support: https://github.com/jOOQ/jOOQ/issues/14077
Some `QOM` mutator methods are based on mutually exclusive flags / DSL API calls. For example, the following syntaxes are all mutually exclusive:
- `ALTER VIEW .. AS`
- `ALTER VIEW .. RENAME TO`
- `ALTER VIE... | 1.0 | QOM mutator methods should reset all mutually exclusive flags - As I've noticed while implementing `ALTER VIEW .. AS` support: https://github.com/jOOQ/jOOQ/issues/14077
Some `QOM` mutator methods are based on mutually exclusive flags / DSL API calls. For example, the following syntaxes are all mutually exclusive:
... | defect | qom mutator methods should reset all mutually exclusive flags as i ve noticed while implementing alter view as support some qom mutator methods are based on mutually exclusive flags dsl api calls for example the following syntaxes are all mutually exclusive alter view as alter view ... | 1 |
9,015 | 2,615,120,851 | IssuesEvent | 2015-03-01 05:47:15 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Exception on PersonEmails serialization | auto-migrated Priority-Medium Type-Defect | ```
Version of google-api-java-client: 1.4.1-beta?
Version of google-api-services-buzz-v1: 1.0.0-beta
Java environment: App Engine 1.4.3?
Describe the problem.
If I do a get person using the new version of the java api for Buzz in GAE, I
get an exception during serialization (see below). The obvious problem is th... | 1.0 | Exception on PersonEmails serialization - ```
Version of google-api-java-client: 1.4.1-beta?
Version of google-api-services-buzz-v1: 1.0.0-beta
Java environment: App Engine 1.4.3?
Describe the problem.
If I do a get person using the new version of the java api for Buzz in GAE, I
get an exception during serializat... | defect | exception on personemails serialization version of google api java client beta version of google api services buzz beta java environment app engine describe the problem if i do a get person using the new version of the java api for buzz in gae i get an exception during serializati... | 1 |
22,901 | 3,727,389,436 | IssuesEvent | 2016-03-06 08:05:05 | godfather1103/mentohust | https://api.github.com/repos/godfather1103/mentohust | closed | wrt54g 1.1 ddwrt要怎么操作呢 求指导 | auto-migrated Priority-Medium Type-Defect | ```
已经刷好ddwrt了 然后不懂怎么操作了 额
不是集成的我想自己弄个
```
Original issue reported on code.google.com by `J1140752...@gmail.com` on 19 Apr 2013 at 7:03 | 1.0 | wrt54g 1.1 ddwrt要怎么操作呢 求指导 - ```
已经刷好ddwrt了 然后不懂怎么操作了 额
不是集成的我想自己弄个
```
Original issue reported on code.google.com by `J1140752...@gmail.com` on 19 Apr 2013 at 7:03 | defect | ddwrt要怎么操作呢 求指导 已经刷好ddwrt了 然后不懂怎么操作了 额 不是集成的我想自己弄个 original issue reported on code google com by gmail com on apr at | 1 |
22,532 | 11,645,295,082 | IssuesEvent | 2020-03-01 00:15:59 | JuliaGraphs/LightGraphs.jl | https://api.github.com/repos/JuliaGraphs/LightGraphs.jl | closed | OpenStreetMapX's A* algorithm is much faster than ours | HackIllinois efficiency / performance | ERROR: type should be string, got "https://github.com/pszufe/OpenStreetMapX.jl/blob/master/src/a_star.jl#L35\r\n\r\nIt's true.\r\n```\r\njulia> g = Graph(1_000_000, 5_000_000)\r\n{1000000, 5000000} undirected simple Int64 graph\r\njulia> @benchmark OpenStreetMapX.a_star_algorithm(g, 1, 999_999)\r\nBenchmarkTools.Trial: \r\n memory estimate: 101.00 MiB\r\n allocs estimate: 87\r\n --------------\r\n minimum time: 1.528 s (0.08% GC)\r\n median time: 1.540 s (0.08% GC)\r\n mean time: 1.537 s (0.06% GC)\r\n maximum time: 1.542 s (0.08% GC)\r\n --------------\r\n samples: 4\r\n evals/sample: 1\r\njulia> @benchmark LightGraphs.a_star(g, 1, 999_999)\r\nBenchmarkTools.Trial: \r\n memory estimate: 627.33 MiB\r\n allocs estimate: 34860625\r\n --------------\r\n minimum time: 3.747 s (11.70% GC)\r\n median time: 3.801 s (13.20% GC)\r\n mean time: 3.801 s (13.20% GC)\r\n maximum time: 3.855 s (14.66% GC)\r\n --------------\r\n samples: 2\r\n evals/sample: 1\r\n```\r\n\r\nWe should incorporate those changes.\r\n\r\ncc @bartoszpankratz @pszufe" | True | OpenStreetMapX's A* algorithm is much faster than ours - https://github.com/pszufe/OpenStreetMapX.jl/blob/master/src/a_star.jl#L35
It's true.
```
julia> g = Graph(1_000_000, 5_000_000)
{1000000, 5000000} undirected simple Int64 graph
julia> @benchmark OpenStreetMapX.a_star_algorithm(g, 1, 999_999)
BenchmarkTool... | non_defect | openstreetmapx s a algorithm is much faster than ours it s true julia g graph undirected simple graph julia benchmark openstreetmapx a star algorithm g benchmarktools trial memory estimate mib allocs estimate minimum time ... | 0 |
17,337 | 12,302,957,469 | IssuesEvent | 2020-05-11 17:51:20 | spockframework/spock | https://api.github.com/repos/spockframework/spock | closed | Test Spock with Java 13 and 14 | blocked infrastructure | Spock 2 should work with Java 14 (having Groovy 2.5.10+ or 3.0.x on a classpath), but It would be good to run internal Spock tests with with Java 13 and 14 on a CI server.
It is not impossible to run tests with Java 14 with older Gradle versions, but [Gradle 6.3 is required](https://github.com/gradle/gradle/issues/1... | 1.0 | Test Spock with Java 13 and 14 - Spock 2 should work with Java 14 (having Groovy 2.5.10+ or 3.0.x on a classpath), but It would be good to run internal Spock tests with with Java 13 and 14 on a CI server.
It is not impossible to run tests with Java 14 with older Gradle versions, but [Gradle 6.3 is required](https://... | non_defect | test spock with java and spock should work with java having groovy or x on a classpath but it would be good to run internal spock tests with with java and on a ci server it is not impossible to run tests with java with older gradle versions but for running java in general so th... | 0 |
74,032 | 24,910,772,256 | IssuesEvent | 2022-10-29 20:46:20 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | Cannot import zpool after upgrade. | Type: Defect Status: Stale | This is in direct relation to https://github.com/openzfs/zfs/issues/12322, found this due to a bug report at the Ubuntu Launchpad, and I made a post at https://www.reddit.com/r/AskUbuntu/comments/ooel3v/cant_update_zol_because_of_unmet_dependencies
I was having trouble upgrading the version of zfsutils-linux, and no... | 1.0 | Cannot import zpool after upgrade. - This is in direct relation to https://github.com/openzfs/zfs/issues/12322, found this due to a bug report at the Ubuntu Launchpad, and I made a post at https://www.reddit.com/r/AskUbuntu/comments/ooel3v/cant_update_zol_because_of_unmet_dependencies
I was having trouble upgrading ... | defect | cannot import zpool after upgrade this is in direct relation to found this due to a bug report at the ubuntu launchpad and i made a post at i was having trouble upgrading the version of zfsutils linux and now i cannot access my pool ubuntu lts gnu linux generic ... | 1 |
64,340 | 18,446,534,755 | IssuesEvent | 2021-10-15 03:16:29 | idaholab/moose | https://api.github.com/repos/idaholab/moose | opened | getMaterialPropertyOld marks the property as regular | T: defect P: normal | ## Bug Description
<!--A clear and concise description of the problem (Note: A missing feature is not a bug).-->
I have an object A that retrieves an old material property in its initialization list
```cpp
_strain_old(getMaterialPropertyOldByName<RankTwoTensor>("total_strain"))
```
and an object B that declares... | 1.0 | getMaterialPropertyOld marks the property as regular - ## Bug Description
<!--A clear and concise description of the problem (Note: A missing feature is not a bug).-->
I have an object A that retrieves an old material property in its initialization list
```cpp
_strain_old(getMaterialPropertyOldByName<RankTwoTenso... | defect | getmaterialpropertyold marks the property as regular bug description i have an object a that retrieves an old material property in its initialization list cpp strain old getmaterialpropertyoldbyname total strain and an object b that declares an ad material property as cpp total strain ... | 1 |
45,533 | 12,835,055,432 | IssuesEvent | 2020-07-07 12:13:26 | beefproject/beef | https://api.github.com/repos/beefproject/beef | closed | Why there is a key whose name is "unique"? | Defect Good First Issue javascript | Verify first that your issue/request has not been posted previously:
* https://github.com/beefproject/beef/issues
* https://github.com/beefproject/beef/wiki/FAQ
Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/beef-0.5.0.0).
#### Environment
What version/r... | 1.0 | Why there is a key whose name is "unique"? - Verify first that your issue/request has not been posted previously:
* https://github.com/beefproject/beef/issues
* https://github.com/beefproject/beef/wiki/FAQ
Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/beef-0.5.... | defect | why there is a key whose name is unique verify first that your issue request has not been posted previously ensure you re using the environment what version revision of beef are you using beef alpha pre on what version of ruby ruby on what browser firefox on ... | 1 |
23,966 | 3,875,441,168 | IssuesEvent | 2016-04-12 01:06:05 | MDAnalysis/mdanalysis | https://api.github.com/repos/MDAnalysis/mdanalysis | opened | simple RMSD is incorrect | Component-Analysis defect | `rms.rmsd()` without superposition is broken.
#814 requires this issue to be resolved.
### Expected behaviour
```python
import MDAnalysis as mda; from MDAnalysis.tests.datafiles import PSF, DCD
from MDAnalysis.analysis.rms import rmsd
u = mda.Universe(PSF, DCD)
p = u.select_atoms("protein")
A, B = p.coordi... | 1.0 | simple RMSD is incorrect - `rms.rmsd()` without superposition is broken.
#814 requires this issue to be resolved.
### Expected behaviour
```python
import MDAnalysis as mda; from MDAnalysis.tests.datafiles import PSF, DCD
from MDAnalysis.analysis.rms import rmsd
u = mda.Universe(PSF, DCD)
p = u.select_atoms(... | defect | simple rmsd is incorrect rms rmsd without superposition is broken requires this issue to be resolved expected behaviour python import mdanalysis as mda from mdanalysis tests datafiles import psf dcd from mdanalysis analysis rms import rmsd u mda universe psf dcd p u select atoms p... | 1 |
68,540 | 21,701,522,362 | IssuesEvent | 2022-05-10 05:00:36 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Missing left padding for user mention pill when not showing avatar | T-Defect X-Regression S-Tolerable O-Occasional | ### Steps to reproduce
1. In Settings set "Show avatars in user and room mentions" to false

3. Go to a room where a user was mentioned
### Outcome
#### What did you expect?
Padding on both sides of t... | 1.0 | Missing left padding for user mention pill when not showing avatar - ### Steps to reproduce
1. In Settings set "Show avatars in user and room mentions" to false

3. Go to a room where a user was mentioned
... | defect | missing left padding for user mention pill when not showing avatar steps to reproduce in settings set show avatars in user and room mentions to false go to a room where a user was mentioned outcome what did you expect padding on both sides of the user s name what happene... | 1 |
226,847 | 17,364,079,768 | IssuesEvent | 2021-07-30 03:19:55 | aionthebeach/virtual-reef | https://api.github.com/repos/aionthebeach/virtual-reef | closed | DOCS: Create example SurveyFish JSON | documentation | # [Fish Data](https://open.quiltdata.com/b/ai-on-the-beach/tree/aionthebeach/reef-check/fish.parquet)
Using data from the link above, create a sample SurveyFish JSON object. | 1.0 | DOCS: Create example SurveyFish JSON - # [Fish Data](https://open.quiltdata.com/b/ai-on-the-beach/tree/aionthebeach/reef-check/fish.parquet)
Using data from the link above, create a sample SurveyFish JSON object. | non_defect | docs create example surveyfish json using data from the link above create a sample surveyfish json object | 0 |
59,985 | 6,668,740,356 | IssuesEvent | 2017-10-03 16:49:10 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | sql/distsqlplan: TestDistAggregationTable/SUM/float2/100 failed under stress | Robot test-failure | SHA: https://github.com/cockroachdb/cockroach/commits/b36405997c61ed77cf758863c55a73c3db833461
Parameters:
```
TAGS=
GOFLAGS=-race
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=367144&tab=buildLog
```
``` | 1.0 | sql/distsqlplan: TestDistAggregationTable/SUM/float2/100 failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/b36405997c61ed77cf758863c55a73c3db833461
Parameters:
```
TAGS=
GOFLAGS=-race
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=367144&tab=build... | non_defect | sql distsqlplan testdistaggregationtable sum failed under stress sha parameters tags goflags race stress build found a failed test | 0 |
65,484 | 8,815,857,384 | IssuesEvent | 2018-12-30 00:40:38 | orientechnologies/orientdb | https://api.github.com/repos/orientechnologies/orientdb | closed | OrientDB 2.2 Documentation as a GitBook | documentation | Hi,
I recommend you build Documentation of the new release of OrientDB 2.2 as a GitBook and make it available online.
I had several problems with the present form of documentation, especially in navigation and contents, in browsers such as Chrome and Mozilla. Printing pages online was not also easy.
| 1.0 | OrientDB 2.2 Documentation as a GitBook - Hi,
I recommend you build Documentation of the new release of OrientDB 2.2 as a GitBook and make it available online.
I had several problems with the present form of documentation, especially in navigation and contents, in browsers such as Chrome and Mozilla. Printing pages ... | non_defect | orientdb documentation as a gitbook hi i recommend you build documentation of the new release of orientdb as a gitbook and make it available online i had several problems with the present form of documentation especially in navigation and contents in browsers such as chrome and mozilla printing pages ... | 0 |
6,323 | 2,610,240,520 | IssuesEvent | 2015-02-26 19:16:41 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 台州割包茎手术哪家男科医院正规 | auto-migrated Priority-Medium Type-Defect | ```
台州割包茎手术哪家男科医院正规【台州五洲生殖医院】24小
时健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院�
��址:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘�
��104、108、118、198及椒江一金清公交车直达枫南小区,乘坐107
、105、109、112、901、
902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备... | 1.0 | 台州割包茎手术哪家男科医院正规 - ```
台州割包茎手术哪家男科医院正规【台州五洲生殖医院】24小
时健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院�
��址:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘�
��104、108、118、198及椒江一金清公交车直达枫南小区,乘坐107
、105、109、112、901、
902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格... | defect | 台州割包茎手术哪家男科医院正规 台州割包茎手术哪家男科医院正规【台州五洲生殖医院】 时健康咨询热线 微信号tzwzszyy 医院� ��址 (枫南大转盘旁)乘车线路 乘� �� 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ... | 1 |
258,162 | 22,288,347,476 | IssuesEvent | 2022-06-12 01:27:35 | tgstation/tgstation | https://api.github.com/repos/tgstation/tgstation | closed | People cannot join the round if the nuke explodes but does not end the round | Tested/Reproduced Oversight | https://github.com/tgstation/tgstation/blob/9f692d776844df32913440b375689751f6f21057/code/modules/antagonists/nukeop/equipment/nuclear_bomb/_nuclear_bomb.dm#L530
This line of code is ran when the nuke explodes.
If the nuke explodes, but the round does not end, AKA if it's off station, nothing reverts this back. | 1.0 | People cannot join the round if the nuke explodes but does not end the round - https://github.com/tgstation/tgstation/blob/9f692d776844df32913440b375689751f6f21057/code/modules/antagonists/nukeop/equipment/nuclear_bomb/_nuclear_bomb.dm#L530
This line of code is ran when the nuke explodes.
If the nuke explodes, bu... | non_defect | people cannot join the round if the nuke explodes but does not end the round this line of code is ran when the nuke explodes if the nuke explodes but the round does not end aka if it s off station nothing reverts this back | 0 |
30,709 | 6,237,154,638 | IssuesEvent | 2017-07-12 00:14:02 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | opened | Conector v3.3 - No identifica correctamente el impuesto trasladado Ieps | bug defect | Lo reporta como si fuera impuesto retenido.
Aquí el ejemplo de la cadena...
concepto={10101505|ART-001|1|H87|PIEZA|RATAS IMPRESORA EPSON L355|informacion complementaria|3500.00|3500.00|||||Traslados[3500|001|Tasa|16.00000|560.00|3500|003|Tasa|0.0|0.0]Retenciones[|||||||||]extradata[|||||||||]}
| 1.0 | Conector v3.3 - No identifica correctamente el impuesto trasladado Ieps - Lo reporta como si fuera impuesto retenido.
Aquí el ejemplo de la cadena...
concepto={10101505|ART-001|1|H87|PIEZA|RATAS IMPRESORA EPSON L355|informacion complementaria|3500.00|3500.00|||||Traslados[3500|001|Tasa|16.00000|560.00|3500|003|Tasa... | defect | conector no identifica correctamente el impuesto trasladado ieps lo reporta como si fuera impuesto retenido aquí el ejemplo de la cadena concepto art pieza ratas impresora epson informacion complementaria traslados retenciones extradata | 1 |
50,069 | 13,496,007,558 | IssuesEvent | 2020-09-12 01:47:47 | hammondjm/WebGoat | https://api.github.com/repos/hammondjm/WebGoat | opened | CVE-2018-14040 (Medium) detected in bootstrap-3.1.1.min.js | security vulnerability | ## CVE-2018-14040 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.1.1.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile f... | True | CVE-2018-14040 (Medium) detected in bootstrap-3.1.1.min.js - ## CVE-2018-14040 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.1.1.min.js</b></p></summary>
<p>The most po... | non_defect | cve medium detected in bootstrap min js cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to vulnerable library webgoat w... | 0 |
56,837 | 15,387,771,279 | IssuesEvent | 2021-03-03 09:56:53 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | Password: feedback width not equals to parent input | defect | **Describe the defect**
the width of the feedback is not equal to the parent input
**Reproducer**

**Environment:**
- PF Version: _10.0_
- JSF + version: _2.3_
- A... | 1.0 | Password: feedback width not equals to parent input - **Describe the defect**
the width of the feedback is not equal to the parent input
**Reproducer**

**Environment:**
... | defect | password feedback width not equals to parent input describe the defect the width of the feedback is not equal to the parent input reproducer environment pf version jsf version affected browsers chrome ios all to reproduce steps to reproduce the ... | 1 |
63,544 | 17,759,471,719 | IssuesEvent | 2021-08-29 12:18:38 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Messages containing only digits followed by a period produce empty list HTML | T-Defect P1 S-Minor A-Composer | ### Description
When Markdown is turned on, sending a message containing only digits followed
by a period produces a `formatted_body` containing HTML for an ordered list
with a single empty item.
This seems wrong because a user typing something like `2018.<enter>` will
almost never mean "an ordered list with a... | 1.0 | Messages containing only digits followed by a period produce empty list HTML - ### Description
When Markdown is turned on, sending a message containing only digits followed
by a period produces a `formatted_body` containing HTML for an ordered list
with a single empty item.
This seems wrong because a user typin... | defect | messages containing only digits followed by a period produce empty list html description when markdown is turned on sending a message containing only digits followed by a period produces a formatted body containing html for an ordered list with a single empty item this seems wrong because a user typin... | 1 |
403,261 | 27,407,687,312 | IssuesEvent | 2023-03-01 08:19:13 | appwrite/pink | https://api.github.com/repos/appwrite/pink | opened | 📚 Documentation: Fix typo | documentation | ### 💭 Description
There is a typo on the documentation for Responsive page.
`"...In Pink Desing responsive library, there is no overlap between the different resolutions"`
Desing should be Design instead
### 👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't fi... | 1.0 | 📚 Documentation: Fix typo - ### 💭 Description
There is a typo on the documentation for Responsive page.
`"...In Pink Desing responsive library, there is no overlap between the different resolutions"`
Desing should be Design instead
### 👀 Have you spent some time to check if this issue has been raised before?
... | non_defect | 📚 documentation fix typo 💭 description there is a typo on the documentation for responsive page in pink desing responsive library there is no overlap between the different resolutions desing should be design instead 👀 have you spent some time to check if this issue has been raised before ... | 0 |
73,315 | 24,560,186,798 | IssuesEvent | 2022-10-12 19:29:35 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | closed | Keyboard lag when typing while sending/receiving messages | T-Defect | ### Steps to reproduce
1. Enter a room
2. Begin typing a message while either receiving messages or sending a message
3. Observe keyboard lag
### Outcome
#### What did you expect?
No keyboard lag while sending/receiving messages
#### What happened instead?
Keyboard lags while sending/receiving message... | 1.0 | Keyboard lag when typing while sending/receiving messages - ### Steps to reproduce
1. Enter a room
2. Begin typing a message while either receiving messages or sending a message
3. Observe keyboard lag
### Outcome
#### What did you expect?
No keyboard lag while sending/receiving messages
#### What happ... | defect | keyboard lag when typing while sending receiving messages steps to reproduce enter a room begin typing a message while either receiving messages or sending a message observe keyboard lag outcome what did you expect no keyboard lag while sending receiving messages what happ... | 1 |
629,762 | 20,052,306,383 | IssuesEvent | 2022-02-03 08:18:13 | googleapis/python-spanner-sqlalchemy | https://api.github.com/repos/googleapis/python-spanner-sqlalchemy | closed | Does interleaving allow relationships? | type: question priority: p3 api: spanner | - What you're trying to do
One of the big disadvantages using is the impossibility to use cascade deletion on foreign keys relations, so it's highly recommended to use interleaving. The docs provide some examples on how to achieve interleaved tables [here](https://github.com/googleapis/python-spanner-sqlalchemy#featur... | 1.0 | Does interleaving allow relationships? - - What you're trying to do
One of the big disadvantages using is the impossibility to use cascade deletion on foreign keys relations, so it's highly recommended to use interleaving. The docs provide some examples on how to achieve interleaved tables [here](https://github.com/go... | non_defect | does interleaving allow relationships what you re trying to do one of the big disadvantages using is the impossibility to use cascade deletion on foreign keys relations so it s highly recommended to use interleaving the docs provide some examples on how to achieve interleaved tables but when using it i was ... | 0 |
24,775 | 11,091,983,040 | IssuesEvent | 2019-12-15 15:57:40 | Ignitus/Ignitus-rest-api | https://api.github.com/repos/Ignitus/Ignitus-rest-api | closed | WS-2019-0291 (High) detected in handlebars-4.1.0.tgz | security vulnerability | ## WS-2019-0291 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates ef... | True | WS-2019-0291 (High) detected in handlebars-4.1.0.tgz - ## WS-2019-0291 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary>
<p>Handlebars provides the... | non_defect | ws high detected in handlebars tgz ws high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file tmp ws scm i... | 0 |
12,016 | 9,552,679,933 | IssuesEvent | 2019-05-02 17:15:58 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Lab Creator Role Issue | cxp in-progress lab-services/svc product-question triaged | This doc says that the Lab Creator Role should be allowed to create labs on their own once they have the role assigned to them. I have received the error: "does not have authorization to perform action 'Microsoft.LabServices/labaccounts/labs/environmentsettings/write' " when trying to create a lab with a user that has ... | 1.0 | Lab Creator Role Issue - This doc says that the Lab Creator Role should be allowed to create labs on their own once they have the role assigned to them. I have received the error: "does not have authorization to perform action 'Microsoft.LabServices/labaccounts/labs/environmentsettings/write' " when trying to create a ... | non_defect | lab creator role issue this doc says that the lab creator role should be allowed to create labs on their own once they have the role assigned to them i have received the error does not have authorization to perform action microsoft labservices labaccounts labs environmentsettings write when trying to create a ... | 0 |
4,705 | 2,742,782,105 | IssuesEvent | 2015-04-21 18:11:17 | Haakenlid/tassen | https://api.github.com/repos/Haakenlid/tassen | closed | Del på twitter, facebook etc. i artikkelvisning | Frontend design Haster liten jobb | Sørge for at knappene funker i artikkelvisninga.
 | 1.0 | Del på twitter, facebook etc. i artikkelvisning - Sørge for at knappene funker i artikkelvisninga.
 | non_defect | del på twitter facebook etc i artikkelvisning sørge for at knappene funker i artikkelvisninga | 0 |
28,895 | 5,425,904,100 | IssuesEvent | 2017-03-03 08:19:00 | googlei18n/libphonenumber | https://api.github.com/repos/googlei18n/libphonenumber | closed | Invalid Blau phonenumber in germany | priority-medium type-defect | Imported from [Google Code issue #432](https://code.google.com/p/libphonenumber/issues/detail?id=432) created by [schwartn](https://code.google.com/u/102669831871247632972/) on 2014-03-03T10:25:43.000Z:
---
When trying to check a valid phonenumber, isValid returns false for a real phonenumber.
The phonenumber is : 0... | 1.0 | Invalid Blau phonenumber in germany - Imported from [Google Code issue #432](https://code.google.com/p/libphonenumber/issues/detail?id=432) created by [schwartn](https://code.google.com/u/102669831871247632972/) on 2014-03-03T10:25:43.000Z:
---
When trying to check a valid phonenumber, isValid returns false for a rea... | defect | invalid blau phonenumber in germany imported from created by on when trying to check a valid phonenumber isvalid returns false for a real phonenumber the phonenumber is last digit hidden for privacy concerns the network operator is quot blau quot it s a low cost operator which u... | 1 |
53,773 | 6,344,265,004 | IssuesEvent | 2017-07-27 19:30:11 | brave/browser-laptop | https://api.github.com/repos/brave/browser-laptop | closed | Manual test run on Windows x64 for 0.18.x (Beta Channel) | OS/Windows release-notes/exclude tests | - [x] Vertical alignment is off on Payments "Add Funds" button. ([#10098](https://github.com/brave/browser-laptop/issues/10098))
- [ ] Error while build-package. ([#10060](https://github.com/brave/browser-laptop/issues/10060))
- [x] Keyboard shortcut for undo last closed frame with no last closed frame causes an e... | 1.0 | Manual test run on Windows x64 for 0.18.x (Beta Channel) - - [x] Vertical alignment is off on Payments "Add Funds" button. ([#10098](https://github.com/brave/browser-laptop/issues/10098))
- [ ] Error while build-package. ([#10060](https://github.com/brave/browser-laptop/issues/10060))
- [x] Keyboard shortcut for u... | non_defect | manual test run on windows for x beta channel vertical alignment is off on payments add funds button error while build package keyboard shortcut for undo last closed frame with no last closed frame causes an error upgrade to chromium extension ... | 0 |
5,158 | 2,610,182,194 | IssuesEvent | 2015-02-26 18:58:06 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 绿疗脸上长色斑怎么治疗 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
心,踌躇在房间的角落,淡淡的忧伤潜过心怀,原本轻盈的��
�步,也变得似乎有些沉重。不经意之间,给心意穿上一件绚�
��的裳衣,却发现,装点靓丽的饰物,已如此时的心境,张望
着残缺的伤口。愁容卧于床边,窗外的雨吹打着纷飞的思绪��
�想着纤纤君子投来的浅笑,任花香遍地,也嗅不到血脉的流�
��。多梦的年龄,应有万千灿烂的怀想,沿着幽幽的小径,悠
闲于小河竹林的怀抱。可是,情深不过相思苦,百无聊赖于��
�人顾盼之中,又怎能酣睡于梦境。即使冥冥意象里,有一骑�
��尘踏响风声,带来的,也是涌上心头的幽怨和娇恨。这次第
,怎一个愁字了得!中医认为,如果脏腑功能失调,经脉阻��
�,气血不足,均可反映到脸上,黄褐斑的产生... | 1.0 | 绿疗脸上长色斑怎么治疗 - ```
《摘要》
心,踌躇在房间的角落,淡淡的忧伤潜过心怀,原本轻盈的��
�步,也变得似乎有些沉重。不经意之间,给心意穿上一件绚�
��的裳衣,却发现,装点靓丽的饰物,已如此时的心境,张望
着残缺的伤口。愁容卧于床边,窗外的雨吹打着纷飞的思绪��
�想着纤纤君子投来的浅笑,任花香遍地,也嗅不到血脉的流�
��。多梦的年龄,应有万千灿烂的怀想,沿着幽幽的小径,悠
闲于小河竹林的怀抱。可是,情深不过相思苦,百无聊赖于��
�人顾盼之中,又怎能酣睡于梦境。即使冥冥意象里,有一骑�
��尘踏响风声,带来的,也是涌上心头的幽怨和娇恨。这次第
,怎一个愁字了得!中医认为,如果脏腑功能失调,经脉阻��
�,气血不足... | defect | 绿疗脸上长色斑怎么治疗 《摘要》 心,踌躇在房间的角落,淡淡的忧伤潜过心怀,原本轻盈的�� �步,也变得似乎有些沉重。不经意之间,给心意穿上一件绚� ��的裳衣,却发现,装点靓丽的饰物,已如此时的心境,张望 着残缺的伤口。愁容卧于床边,窗外的雨吹打着纷飞的思绪�� �想着纤纤君子投来的浅笑,任花香遍地,也嗅不到血脉的流� ��。多梦的年龄,应有万千灿烂的怀想,沿着幽幽的小径,悠 闲于小河竹林的怀抱。可是,情深不过相思苦,百无聊赖于�� �人顾盼之中,又怎能酣睡于梦境。即使冥冥意象里,有一骑� ��尘踏响风声,带来的,也是涌上心头的幽怨和娇恨。这次第 ,怎一个愁字了得!中医认为,如果脏腑功能失调,经脉阻�� �,气血不足... | 1 |
596,164 | 18,098,995,833 | IssuesEvent | 2021-09-22 12:22:11 | siteorigin/siteorigin-panels | https://api.github.com/repos/siteorigin/siteorigin-panels | closed | HTML Added Using SiteOrigin Layout Block Will Break If Page Cloned Using Duplicate Page Plugin | bug priority-3 | <img width="535" alt="2020-02-10_01-01-01" src="https://user-images.githubusercontent.com/17275120/74104497-f2e27780-4ba0-11ea-8052-be9559f4b7af.png">
The [Duplicate Plugin](https://en-au.wordpress.org/plugins/duplicate-page/) is used on over a million websites. This issue only occurs while using the Block Editor.
... | 1.0 | HTML Added Using SiteOrigin Layout Block Will Break If Page Cloned Using Duplicate Page Plugin - <img width="535" alt="2020-02-10_01-01-01" src="https://user-images.githubusercontent.com/17275120/74104497-f2e27780-4ba0-11ea-8052-be9559f4b7af.png">
The [Duplicate Plugin](https://en-au.wordpress.org/plugins/duplicate-... | non_defect | html added using siteorigin layout block will break if page cloned using duplicate page plugin img width alt src the is used on over a million websites this issue only occurs while using the block editor to replicate this issue add a custom html widget to a siteorigin layout block a... | 0 |
374,524 | 11,091,824,007 | IssuesEvent | 2019-12-15 14:59:03 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | m.9gag.com - see bug description | browser-firefox-mobile engine-gecko form-v2-experiment ml-needsdiagnosis-false ml-probability-high priority-important | <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
<!-- @extra_labels: form-v2-experiment -->
**URL**: https://m.9gag.com/gag/aY7OpLw?ref=android
**Browser / Version**: Firefox Mobile 68.0
**Operating S... | 1.0 | m.9gag.com - see bug description - <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
<!-- @extra_labels: form-v2-experiment -->
**URL**: https://m.9gag.com/gag/aY7OpLw?ref=android
**Browser / Version**... | non_defect | m com see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description video audio keeps playing in the background after i have closed firefox beta from my android task manager no no... | 0 |
62,208 | 3,176,213,352 | IssuesEvent | 2015-09-24 07:31:39 | Linkurious/linkurious.js | https://api.github.com/repos/Linkurious/linkurious.js | opened | Add parametric edge curvature (canvas renderer) | level:sneak priority:*** | Curved edges currently use the same controle point. When multiple edges exist between two
nodes, the current framework displays edges atop one another so what is needed is a way to specify curvature for individual edges. | 1.0 | Add parametric edge curvature (canvas renderer) - Curved edges currently use the same controle point. When multiple edges exist between two
nodes, the current framework displays edges atop one another so what is needed is a way to specify curvature for individual edges. | non_defect | add parametric edge curvature canvas renderer curved edges currently use the same controle point when multiple edges exist between two nodes the current framework displays edges atop one another so what is needed is a way to specify curvature for individual edges | 0 |
391 | 2,535,800,749 | IssuesEvent | 2015-01-26 07:48:21 | localwiki/localwiki | https://api.github.com/repos/localwiki/localwiki | closed | Diffing (non-content) display incorrect | defect diffing | https://dentonwiki.org/BloodWitch/_history/2011-11-07%2021:53:17.306982...
The headings and the underline was removed from the table. The scroll-through displays "Moved out of a heading (level 2). !diff-u! removed. Moved to a paragraph."
Maybe it just needs a rule for like "Moved out of underline" or something? | 1.0 | Diffing (non-content) display incorrect - https://dentonwiki.org/BloodWitch/_history/2011-11-07%2021:53:17.306982...
The headings and the underline was removed from the table. The scroll-through displays "Moved out of a heading (level 2). !diff-u! removed. Moved to a paragraph."
Maybe it just needs a rule for li... | defect | diffing non content display incorrect the headings and the underline was removed from the table the scroll through displays moved out of a heading level diff u removed moved to a paragraph maybe it just needs a rule for like moved out of underline or something | 1 |
324,984 | 9,915,152,666 | IssuesEvent | 2019-06-28 16:04:17 | microservices/omg | https://api.github.com/repos/microservices/omg | closed | healthcheck regression: default URL detection is faulty | bug :bug: priority: medium :warning: | 0.13.6 just blocks on microservices without a `health` config, e.g.
Example:
https://github.com/omg-services/hashes
```
omg run hmac -a method=sha1 -a "data=hello world" -a "secret=my secret"
ℹ Building Docker image
Step 1/9 : FROM dlang2/ldc-ubuntu:1.14.0 as builder
---> 5961d5b8c51d
Step 2/9 : WORKDIR /... | 1.0 | healthcheck regression: default URL detection is faulty - 0.13.6 just blocks on microservices without a `health` config, e.g.
Example:
https://github.com/omg-services/hashes
```
omg run hmac -a method=sha1 -a "data=hello world" -a "secret=my secret"
ℹ Building Docker image
Step 1/9 : FROM dlang2/ldc-ubuntu:... | non_defect | healthcheck regression default url detection is faulty just blocks on microservices without a health config e g example omg run hmac a method a data hello world a secret my secret ℹ building docker image step from ldc ubuntu as builder step workdir ... | 0 |
81,592 | 15,774,084,634 | IssuesEvent | 2021-04-01 00:24:47 | open-contracting/covid-19-procurement-explorer-admin | https://api.github.com/repos/open-contracting/covid-19-procurement-explorer-admin | closed | Address Wagtail warnings | code quality | ```
content.DataImport.country: (wagtailcore.W001) Field hasn't specified on_delete action
HINT: Set on_delete=models.SET_NULL and make sure the field is nullable or set on_delete=models.PROTECT. Wagtail does not allow simple database CASCADE because it will corrupt its tree storage.
content.InsightsPage.language:... | 1.0 | Address Wagtail warnings - ```
content.DataImport.country: (wagtailcore.W001) Field hasn't specified on_delete action
HINT: Set on_delete=models.SET_NULL and make sure the field is nullable or set on_delete=models.PROTECT. Wagtail does not allow simple database CASCADE because it will corrupt its tree storage.
con... | non_defect | address wagtail warnings content dataimport country wagtailcore field hasn t specified on delete action hint set on delete models set null and make sure the field is nullable or set on delete models protect wagtail does not allow simple database cascade because it will corrupt its tree storage conten... | 0 |
78,288 | 27,413,663,791 | IssuesEvent | 2023-03-01 12:20:08 | line/armeria | https://api.github.com/repos/line/armeria | opened | Use `RequestConverterFunction` with multipart/form-data | defect | An annotated service converts `multipart/form-data` with `FileAggregatedMultipart.aggregateMultipart(ctx, req)` if non-`AggregationType.NONE` exists.
https://github.com/line/armeria/blob/6b7b1b0b638f3d780f5910a133daf24902af8d93/core/src/main/java/com/linecorp/armeria/internal/server/annotation/AnnotatedValueResolver.j... | 1.0 | Use `RequestConverterFunction` with multipart/form-data - An annotated service converts `multipart/form-data` with `FileAggregatedMultipart.aggregateMultipart(ctx, req)` if non-`AggregationType.NONE` exists.
https://github.com/line/armeria/blob/6b7b1b0b638f3d780f5910a133daf24902af8d93/core/src/main/java/com/linecorp/a... | defect | use requestconverterfunction with multipart form data an annotated service converts multipart form data with fileaggregatedmultipart aggregatemultipart ctx req if non aggregationtype none exists for normal requests an annotated service aggregates a request and then sends over it to requestconver... | 1 |
72,962 | 15,252,050,344 | IssuesEvent | 2021-02-20 01:20:35 | mrcelewis/flink | https://api.github.com/repos/mrcelewis/flink | closed | CVE-2018-1000620 (High) detected in cryptiles-2.0.4.tgz, cryptiles-2.0.5.tgz - autoclosed | security vulnerability | ## CVE-2018-1000620 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>cryptiles-2.0.4.tgz</b>, <b>cryptiles-2.0.5.tgz</b></p></summary>
<p>
<details><summary><b>cryptiles-2.0.4.tgz</b>... | True | CVE-2018-1000620 (High) detected in cryptiles-2.0.4.tgz, cryptiles-2.0.5.tgz - autoclosed - ## CVE-2018-1000620 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>cryptiles-2.0.4.tgz</b>... | non_defect | cve high detected in cryptiles tgz cryptiles tgz autoclosed cve high severity vulnerability vulnerable libraries cryptiles tgz cryptiles tgz cryptiles tgz general purpose crypto utilities library home page a href path to dependency file ... | 0 |
69,349 | 22,320,654,826 | IssuesEvent | 2022-06-14 05:57:10 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Endless loop trying to add Slack integration | T-Defect A-Bridge | > I've been advised to duplicate https://github.com/matrix-org/matrix-appservice-slack/issues/182 here, because the problem may be with `vector.im` infrastructure.
I'm trying to add the Slack bridge to an existing Matrix room, using event bridging, and the bridge running on the integrations server at `scalar-staging... | 1.0 | Endless loop trying to add Slack integration - > I've been advised to duplicate https://github.com/matrix-org/matrix-appservice-slack/issues/182 here, because the problem may be with `vector.im` infrastructure.
I'm trying to add the Slack bridge to an existing Matrix room, using event bridging, and the bridge runnin... | defect | endless loop trying to add slack integration i ve been advised to duplicate here because the problem may be with vector im infrastructure i m trying to add the slack bridge to an existing matrix room using event bridging and the bridge running on the integrations server at scalar staging vector im i m... | 1 |
59,750 | 17,023,231,412 | IssuesEvent | 2021-07-03 00:58:25 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Encoding problems with Linux Flash Player | Component: potlatch (flash editor) Priority: major Resolution: wontfix Type: defect | **[Submitted to the original trac issue database at 9.40pm, Thursday, 3rd April 2008]**
There is an encoding problem when filling tags with cyrillic symbols(displays something like . ).
Already filled tags(previously filled with josm or potlatch under windows, for example) show normal
I've tested it on two mac... | 1.0 | Encoding problems with Linux Flash Player - **[Submitted to the original trac issue database at 9.40pm, Thursday, 3rd April 2008]**
There is an encoding problem when filling tags with cyrillic symbols(displays something like . ).
Already filled tags(previously filled with josm or potlatch under windows, for example... | defect | encoding problems with linux flash player there is an encoding problem when filling tags with cyrillic symbols displays something like already filled tags previously filled with josm or potlatch under windows for example show normal i ve tested it on two machines with debian sid and arch firefo... | 1 |
403,723 | 11,845,397,243 | IssuesEvent | 2020-03-24 08:16:54 | googleapis/python-pubsub | https://api.github.com/repos/googleapis/python-pubsub | closed | PubSub: Synchronous pull raises 504 after a few seconds if no messages available | api: pubsub priority: p2 type: bug | Forked from https://github.com/googleapis/google-cloud-python/issues/7709#issuecomment-550290511.
#### Environment details
Tested with the following:
- PubSub v1.0.2
- Python 3.7
- Ubuntu 18.04.
> It is [reported](https://github.com/googleapis/google-cloud-python/issues/7709#issuecomment-554919915) that the... | 1.0 | PubSub: Synchronous pull raises 504 after a few seconds if no messages available - Forked from https://github.com/googleapis/google-cloud-python/issues/7709#issuecomment-550290511.
#### Environment details
Tested with the following:
- PubSub v1.0.2
- Python 3.7
- Ubuntu 18.04.
> It is [reported](https://git... | non_defect | pubsub synchronous pull raises after a few seconds if no messages available forked from environment details tested with the following pubsub python ubuntu it is that the issue does not occur with in pubsub version update however this could not be c... | 0 |
76,385 | 26,400,561,944 | IssuesEvent | 2023-01-13 00:34:15 | dkfans/keeperfx | https://api.github.com/repos/dkfans/keeperfx | closed | Query menu resets when screen resolution is changed | Type-Defect Priority-Low Component-UI | To reproduce:
1) Query a creature
2) Go to a later query menu
3) Change resolution
The query menu will reopen, but it will be the first menu, not the one you had before. It should ideally keep the one you had. | 1.0 | Query menu resets when screen resolution is changed - To reproduce:
1) Query a creature
2) Go to a later query menu
3) Change resolution
The query menu will reopen, but it will be the first menu, not the one you had before. It should ideally keep the one you had. | defect | query menu resets when screen resolution is changed to reproduce query a creature go to a later query menu change resolution the query menu will reopen but it will be the first menu not the one you had before it should ideally keep the one you had | 1 |
55,617 | 13,647,461,352 | IssuesEvent | 2020-09-26 03:26:50 | TerryCavanagh/diceydungeonsbeta | https://api.github.com/repos/TerryCavanagh/diceydungeonsbeta | closed | Sometimes cards disappear and reappear the next round. | v0.5: 21st June Build | Instead of them going translucent they disappear.
Managed to grab a screen cast of it happening. It doesn't happen in the same slot and it has happened with different equipment.
https://drive.google.com/file/d/12PI0sKDYM5jlJU2E_t1cnlePN8WXcrcJ/view
| 1.0 | Sometimes cards disappear and reappear the next round. - Instead of them going translucent they disappear.
Managed to grab a screen cast of it happening. It doesn't happen in the same slot and it has happened with different equipment.
https://drive.google.com/file/d/12PI0sKDYM5jlJU2E_t1cnlePN8WXcrcJ/view
| non_defect | sometimes cards disappear and reappear the next round instead of them going translucent they disappear managed to grab a screen cast of it happening it doesn t happen in the same slot and it has happened with different equipment | 0 |
51,339 | 13,207,438,379 | IssuesEvent | 2020-08-14 23:06:08 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | HDF5Booker fails on IC-59 Level3 files (Trac #251) | Incomplete Migration Migrated from Trac booking defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/251">https://code.icecube.wisc.edu/projects/icecube/ticket/251</a>, reported by icecubeand owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2012-05-30T14:20:29",
"_ts": "1338387... | 1.0 | HDF5Booker fails on IC-59 Level3 files (Trac #251) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/251">https://code.icecube.wisc.edu/projects/icecube/ticket/251</a>, reported by icecubeand owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"ch... | defect | fails on ic files trac migrated from json status closed changetime ts description using th trunk of the analysis meta project the booker fails on ic muon files n nerror message n ntraceback most recent call last n file data ... | 1 |
81,434 | 30,844,874,328 | IssuesEvent | 2023-08-02 13:08:42 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Stuck notifications due to unread threads not updating rapidly. | T-Defect S-Major A-Notifications O-Frequent A-Threads | ### Steps to reproduce
1. Spot a room with a high unread count
2. View it, and spot that the unread count doesn't zero
3. Open the thread panel and observe that the unread count is due to unread messages in the two most recent threads in the room.
4. View the older of the two threads; read count immediately drops... | 1.0 | Stuck notifications due to unread threads not updating rapidly. - ### Steps to reproduce
1. Spot a room with a high unread count
2. View it, and spot that the unread count doesn't zero
3. Open the thread panel and observe that the unread count is due to unread messages in the two most recent threads in the room.
... | defect | stuck notifications due to unread threads not updating rapidly steps to reproduce spot a room with a high unread count view it and spot that the unread count doesn t zero open the thread panel and observe that the unread count is due to unread messages in the two most recent threads in the room ... | 1 |
4,295 | 2,610,091,043 | IssuesEvent | 2015-02-26 18:27:32 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳痘印怎么 | auto-migrated Priority-Medium Type-Defect | ```
深圳痘印怎么【深圳韩方科颜全国热线400-869-1818,24小时QQ4008
691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—��
�韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜�
��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛
痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗��
�刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:46 | 1.0 | 深圳痘印怎么 - ```
深圳痘印怎么【深圳韩方科颜全国热线400-869-1818,24小时QQ4008
691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—��
�韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜�
��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛
痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗��
�刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:46 | defect | 深圳痘印怎么 深圳痘印怎么【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—�� �韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜� ��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛 痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗�� �刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。 original issue reported on code google com by szft com on may at | 1 |
588,931 | 17,686,057,305 | IssuesEvent | 2021-08-24 01:50:20 | sandwich-machine/sandwich-machine | https://api.github.com/repos/sandwich-machine/sandwich-machine | reopened | [FEATURE] i keep getting 2 of the same sandwich ;-; | type: enhancement priority: low status: delayed | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Information
as a sandwich machine enjoyer, i found it difficult to get every possible sandwich, please, fix this, i need UNIQUE sandwiches.
### How will this improve our application
beautiful
### Anything else?
_No response_
... | 1.0 | [FEATURE] i keep getting 2 of the same sandwich ;-; - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Information
as a sandwich machine enjoyer, i found it difficult to get every possible sandwich, please, fix this, i need UNIQUE sandwiches.
### How will this improve our appli... | non_defect | i keep getting of the same sandwich is there an existing issue for this i have searched the existing issues information as a sandwich machine enjoyer i found it difficult to get every possible sandwich please fix this i need unique sandwiches how will this improve our application be... | 0 |
128,580 | 10,543,669,117 | IssuesEvent | 2019-10-02 15:23:35 | elastic/cloud-on-k8s | https://api.github.com/repos/elastic/cloud-on-k8s | opened | Automate the test of the samples | >test justdoit | For every release, we check manually that our [samples](https://github.com/elastic/cloud-on-k8s/tree/master/config/samples) are still working well.
Two samples (kibana_es.yaml and apm_es_kibana.yaml) are used in the E2E tests but not all.
It would be nice to automate this.
| 1.0 | Automate the test of the samples - For every release, we check manually that our [samples](https://github.com/elastic/cloud-on-k8s/tree/master/config/samples) are still working well.
Two samples (kibana_es.yaml and apm_es_kibana.yaml) are used in the E2E tests but not all.
It would be nice to automate this.
| non_defect | automate the test of the samples for every release we check manually that our are still working well two samples kibana es yaml and apm es kibana yaml are used in the tests but not all it would be nice to automate this | 0 |
181,349 | 30,672,222,838 | IssuesEvent | 2023-07-26 00:04:53 | codeforboston/urban-league-heat-pump-accelerator | https://api.github.com/repos/codeforboston/urban-league-heat-pump-accelerator | closed | Admin assignments table: remove unassigned homes button | Role: App Design and Development | Putting homes in assignments is the data team's responsibility, not an admin's. | 1.0 | Admin assignments table: remove unassigned homes button - Putting homes in assignments is the data team's responsibility, not an admin's. | non_defect | admin assignments table remove unassigned homes button putting homes in assignments is the data team s responsibility not an admin s | 0 |
53,993 | 13,299,834,103 | IssuesEvent | 2020-08-25 10:21:07 | martinrotter/rssguard | https://api.github.com/repos/martinrotter/rssguard | closed | accented characters not displaying correctly | Component-Message-List Component-Plugins-Inoreader Type-Defect | #### Brief description of the issue.
Accented characters are showing garbled in message list and are not being seen by the filters (maybe related to #267).
#### How to reproduce the bug?
1. Subscribe to a feed which contains messages with accented characters in the title (such as http://feeds.weblogssl.com/vay... | 1.0 | accented characters not displaying correctly - #### Brief description of the issue.
Accented characters are showing garbled in message list and are not being seen by the filters (maybe related to #267).
#### How to reproduce the bug?
1. Subscribe to a feed which contains messages with accented characters in th... | defect | accented characters not displaying correctly brief description of the issue accented characters are showing garbled in message list and are not being seen by the filters maybe related to how to reproduce the bug subscribe to a feed which contains messages with accented characters in the ... | 1 |
86,223 | 15,755,442,138 | IssuesEvent | 2021-03-31 01:47:17 | ervin210/LIVE-ROOM-1485590319891 | https://api.github.com/repos/ervin210/LIVE-ROOM-1485590319891 | opened | CVE-2021-23358 (High) detected in underscore-1.8.3.tgz, underscore-1.9.2.tgz | security vulnerability | ## CVE-2021-23358 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>underscore-1.8.3.tgz</b>, <b>underscore-1.9.2.tgz</b></p></summary>
<p>
<details><summary><b>underscore-1.8.3.tgz</b... | True | CVE-2021-23358 (High) detected in underscore-1.8.3.tgz, underscore-1.9.2.tgz - ## CVE-2021-23358 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>underscore-1.8.3.tgz</b>, <b>underscor... | non_defect | cve high detected in underscore tgz underscore tgz cve high severity vulnerability vulnerable libraries underscore tgz underscore tgz underscore tgz javascript s functional programming helper library library home page a href path to depend... | 0 |
70,572 | 15,088,487,850 | IssuesEvent | 2021-02-06 01:00:22 | taddhopkins/phaser | https://api.github.com/repos/taddhopkins/phaser | opened | WS-2020-0163 (Medium) detected in marked-0.7.0.tgz | security vulnerability | ## WS-2020-0163 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.7.0.tgz</b></p></summary>
<p>A markdown parser built for speed</p>
<p>Library home page: <a href="https://reg... | True | WS-2020-0163 (Medium) detected in marked-0.7.0.tgz - ## WS-2020-0163 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.7.0.tgz</b></p></summary>
<p>A markdown parser built for... | non_defect | ws medium detected in marked tgz ws medium severity vulnerability vulnerable library marked tgz a markdown parser built for speed library home page a href path to dependency file phaser package json path to vulnerable library phaser node modules marked package json ... | 0 |
46,119 | 13,055,854,953 | IssuesEvent | 2020-07-30 02:56:09 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | modules outboxes created automagically (Trac #608) | IceTray Incomplete Migration Migrated from Trac defect | Migrated from https://code.icecube.wisc.edu/ticket/608
```json
{
"status": "closed",
"changetime": "2010-04-19T19:20:08",
"description": "TEST_GROUP(ModuleMustAddOutbox);\n\nclass NoOutboxModule : public I3Module\n{\npublic:\n NoOutboxModule(const I3Context& context) : I3Module(context) \n {\n }\n \... | 1.0 | modules outboxes created automagically (Trac #608) - Migrated from https://code.icecube.wisc.edu/ticket/608
```json
{
"status": "closed",
"changetime": "2010-04-19T19:20:08",
"description": "TEST_GROUP(ModuleMustAddOutbox);\n\nclass NoOutboxModule : public I3Module\n{\npublic:\n NoOutboxModule(const I3Co... | defect | modules outboxes created automagically trac migrated from json status closed changetime description test group modulemustaddoutbox n nclass nooutboxmodule public n npublic n nooutboxmodule const context context n n n n void configure ... | 1 |
18,907 | 3,098,085,989 | IssuesEvent | 2015-08-28 08:39:51 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | closed | Extra parameter in static Extension Method call | defect | Given the following C#:
public class Person { }
public static class MyExtensions
{
public static string DoSomething(this Person Person)
{
return "testing";
}
}
public class App
{
[Ready]
public static void Main()
{
... | 1.0 | Extra parameter in static Extension Method call - Given the following C#:
public class Person { }
public static class MyExtensions
{
public static string DoSomething(this Person Person)
{
return "testing";
}
}
public class App
{
[Ready... | defect | extra parameter in static extension method call given the following c public class person public static class myextensions public static string dosomething this person person return testing public class app ... | 1 |
481,458 | 13,886,569,111 | IssuesEvent | 2020-10-19 01:10:36 | andybui01/owOS | https://api.github.com/repos/andybui01/owOS | opened | sort out integer sizes to allow flexiblity for 32-bit PAE or 64-bit | low priority | Currently everything is done using `uint32_t`, while this is fine for 32-bit systems, there is zero flexibility for PAE or 64-bit address spaces. Perhaps better to use `vaddr_t`, `paddr_t`, etc. and then typedef according to system... | 1.0 | sort out integer sizes to allow flexiblity for 32-bit PAE or 64-bit - Currently everything is done using `uint32_t`, while this is fine for 32-bit systems, there is zero flexibility for PAE or 64-bit address spaces. Perhaps better to use `vaddr_t`, `paddr_t`, etc. and then typedef according to system... | non_defect | sort out integer sizes to allow flexiblity for bit pae or bit currently everything is done using t while this is fine for bit systems there is zero flexibility for pae or bit address spaces perhaps better to use vaddr t paddr t etc and then typedef according to system | 0 |
135,349 | 19,561,141,739 | IssuesEvent | 2022-01-03 16:21:52 | ethereum/solidity | https://api.github.com/repos/ethereum/solidity | opened | Disallow virtual modifiers | breaking change :warning: feature language design :rage4: | Modifiers are already a very complicated concept and we should not make it more difficult by allowing them to be virtual. Except for weird cases (adding another placeholder, putting it inside a loop, ...), you can get the same behaviour by adding a virtual function that is called from the modifier.
I would propose t... | 1.0 | Disallow virtual modifiers - Modifiers are already a very complicated concept and we should not make it more difficult by allowing them to be virtual. Except for weird cases (adding another placeholder, putting it inside a loop, ...), you can get the same behaviour by adding a virtual function that is called from the m... | non_defect | disallow virtual modifiers modifiers are already a very complicated concept and we should not make it more difficult by allowing them to be virtual except for weird cases adding another placeholder putting it inside a loop you can get the same behaviour by adding a virtual function that is called from the m... | 0 |
44,055 | 7,091,700,078 | IssuesEvent | 2018-01-12 14:06:36 | ManiacalLabs/BiblioPixel | https://api.github.com/repos/ManiacalLabs/BiblioPixel | closed | There is no help at all for half our commands and one is just wrong. | bug documentation | What went wrong? :-o (Answer: I must have done it wrong once and copied all the remaining ones.)
alias Converts its arguments between color names and color tuples.
all_pixel Configure the AllPixel lighting module.
all_pixel_test
clear_cache
color Conver... | 1.0 | There is no help at all for half our commands and one is just wrong. - What went wrong? :-o (Answer: I must have done it wrong once and copied all the remaining ones.)
alias Converts its arguments between color names and color tuples.
all_pixel Configure the AllPixel lighting modul... | non_defect | there is no help at all for half our commands and one is just wrong what went wrong o answer i must have done it wrong once and copied all the remaining ones alias converts its arguments between color names and color tuples all pixel configure the allpixel lighting modul... | 0 |
48,582 | 13,152,196,468 | IssuesEvent | 2020-08-09 20:50:42 | naev/naev | https://api.github.com/repos/naev/naev | closed | Escort woes | Priority-Medium Type-Defect | A few things regarding escorts...
Firstly, let me get the small thing out of the way: there's no display for the escort's standing to you, presumably because there's no faction definition. I see that its nominal faction name is "Escort", but adding a static "Escort" faction entry doesn't seem to help.
That's pret... | 1.0 | Escort woes - A few things regarding escorts...
Firstly, let me get the small thing out of the way: there's no display for the escort's standing to you, presumably because there's no faction definition. I see that its nominal faction name is "Escort", but adding a static "Escort" faction entry doesn't seem to help.
... | defect | escort woes a few things regarding escorts firstly let me get the small thing out of the way there s no display for the escort s standing to you presumably because there s no faction definition i see that its nominal faction name is escort but adding a static escort faction entry doesn t seem to help ... | 1 |
380,956 | 11,271,494,754 | IssuesEvent | 2020-01-14 13:10:46 | googleapis/elixir-google-api | https://api.github.com/repos/googleapis/elixir-google-api | opened | Synthesis failed for PageSpeedOnline | autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate PageSpeedOnline. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-pagespeedonline'
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_m... | 1.0 | Synthesis failed for PageSpeedOnline - Hello! Autosynth couldn't regenerate PageSpeedOnline. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-pagespeedonline'
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/p... | non_defect | synthesis failed for pagespeedonline hello autosynth couldn t regenerate pagespeedonline broken heart here s the output from running synth py cloning into working repo switched to branch autosynth pagespeedonline traceback most recent call last file home kbuilder pyenv versions lib ... | 0 |
122,140 | 16,087,321,130 | IssuesEvent | 2021-04-26 12:54:33 | realm/realm-java | https://api.github.com/repos/realm/realm-java | closed | Support Set data type | Blocked Design-Required T-Feature | Add support for Dictionary/Hashmap. See https://github.com/realm/realm-java/issues/759 for the initial discussion.
Possible API:
```
// New class
// See API for RealmResults/RealmList for which extra methods we need
class RealmSet<V> : Set<V> { ... }
// new change listener. Should it be different than the one for Ma... | 1.0 | Support Set data type - Add support for Dictionary/Hashmap. See https://github.com/realm/realm-java/issues/759 for the initial discussion.
Possible API:
```
// New class
// See API for RealmResults/RealmList for which extra methods we need
class RealmSet<V> : Set<V> { ... }
// new change listener. Should it be diffe... | non_defect | support set data type add support for dictionary hashmap see for the initial discussion possible api new class see api for realmresults realmlist for which extra methods we need class realmset set new change listener should it be different than the one for maps class unorderedcollec... | 0 |
26,426 | 4,706,618,549 | IssuesEvent | 2016-10-13 17:42:40 | abertolli/dragonskin | https://api.github.com/repos/abertolli/dragonskin | closed | Theme does not display tagline | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Set the tagline
2. View the site
What is the expected output? What do you see instead?
Tagline should be placed underneath header.
Please use labels and text to provide additional information.
Tested with image header enabled.
```
Original issue reported on code.google... | 1.0 | Theme does not display tagline - ```
What steps will reproduce the problem?
1. Set the tagline
2. View the site
What is the expected output? What do you see instead?
Tagline should be placed underneath header.
Please use labels and text to provide additional information.
Tested with image header enabled.
```
Origi... | defect | theme does not display tagline what steps will reproduce the problem set the tagline view the site what is the expected output what do you see instead tagline should be placed underneath header please use labels and text to provide additional information tested with image header enabled origi... | 1 |
49,623 | 13,187,241,723 | IssuesEvent | 2020-08-13 02:47:46 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | [offline] bug in release V15-08-00 (Trac #1768) | Incomplete Migration Migrated from Trac combo core defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1768">https://code.icecube.wisc.edu/ticket/1768</a>, reported by david.schultz and owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:10",
"description": "offline-software V15... | 1.0 | [offline] bug in release V15-08-00 (Trac #1768) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1768">https://code.icecube.wisc.edu/ticket/1768</a>, reported by david.schultz and owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14... | defect | bug in release trac migrated from json status closed changetime description offline software has a bug in the where old trees are read in wrongly n ndo we have any way to mark releases as bad n nnote i think it was icecube that at least... | 1 |
129,224 | 27,425,653,200 | IssuesEvent | 2023-03-01 20:04:33 | CleverRaven/Cataclysm-DDA | https://api.github.com/repos/CleverRaven/Cataclysm-DDA | closed | looks_like field requirement | <Suggestion / Discussion> [JSON] Organization SDL: Tiles / Sound Code: Tests stale | ### Is your feature request related to a problem? Please describe.
I believe there should be a mandate for looks_like for all new content (items/monster/terrain/furniture) in the main repo.
It takes significantly less development time for the developer adding the item/monster/ect to fill out this field than it does... | 1.0 | looks_like field requirement - ### Is your feature request related to a problem? Please describe.
I believe there should be a mandate for looks_like for all new content (items/monster/terrain/furniture) in the main repo.
It takes significantly less development time for the developer adding the item/monster/ect to f... | non_defect | looks like field requirement is your feature request related to a problem please describe i believe there should be a mandate for looks like for all new content items monster terrain furniture in the main repo it takes significantly less development time for the developer adding the item monster ect to f... | 0 |
57,022 | 15,592,455,275 | IssuesEvent | 2021-03-18 11:43:36 | CMTaylor/robotframework-autoitlibrary | https://api.github.com/repos/CMTaylor/robotframework-autoitlibrary | closed | Possible fix for windows 7 x64 and PIL replacedment with Pillow | Priority-Medium Type-Defect auto-migrated | ```
Hi,
Sorry I do not know if this is the correct way, but found a way how to install
and get the Demo testsuite running on my Win7 x64 with python 2.9.4 amd64.
I do not know if this works 100% but the Demo Test do and I want to share my
way, maybe it can help someone else.
Steps to get it running:
x64 support:
-... | 1.0 | Possible fix for windows 7 x64 and PIL replacedment with Pillow - ```
Hi,
Sorry I do not know if this is the correct way, but found a way how to install
and get the Demo testsuite running on my Win7 x64 with python 2.9.4 amd64.
I do not know if this works 100% but the Demo Test do and I want to share my
way, maybe i... | defect | possible fix for windows and pil replacedment with pillow hi sorry i do not know if this is the correct way but found a way how to install and get the demo testsuite running on my with python i do not know if this works but the demo test do and i want to share my way maybe it can help so... | 1 |
124,695 | 16,629,405,894 | IssuesEvent | 2021-06-03 13:50:13 | influxdata/telegraf | https://api.github.com/repos/influxdata/telegraf | closed | shim plugin does not run multiple inputs in the plugin’s config - it only runs the first | area/execd bug closed/as-designed platform/windows | <!--
Please redirect any questions about Telegraf usage to the InfluxData Community
site: https://community.influxdata.com
Check the documentation for the related plugin including the troubleshooting
section if available.
-->
### Relevant telegraf.conf:
<!-- Place config in the toml code section. -->
```tom... | 1.0 | shim plugin does not run multiple inputs in the plugin’s config - it only runs the first - <!--
Please redirect any questions about Telegraf usage to the InfluxData Community
site: https://community.influxdata.com
Check the documentation for the related plugin including the troubleshooting
section if available.
... | non_defect | shim plugin does not run multiple inputs in the plugin’s config it only runs the first please redirect any questions about telegraf usage to the influxdata community site check the documentation for the related plugin including the troubleshooting section if available relevant telegraf co... | 0 |
178,824 | 6,619,206,643 | IssuesEvent | 2017-09-21 11:15:01 | genialis/resolwe-bio-py | https://api.github.com/repos/genialis/resolwe-bio-py | closed | Running a process with unspecified `output` section results in KeyError | bug priority-medium | Decision support systems (DSS) often have no output fields but spawn new processes instead. While such DSS can be registered via `./manage.py register`, they cannot be run via `res.run` command where `res` is a Resolwe instance. To run it via resdk, the DSS needs to include the `output` section and at least one output ... | 1.0 | Running a process with unspecified `output` section results in KeyError - Decision support systems (DSS) often have no output fields but spawn new processes instead. While such DSS can be registered via `./manage.py register`, they cannot be run via `res.run` command where `res` is a Resolwe instance. To run it via res... | non_defect | running a process with unspecified output section results in keyerror decision support systems dss often have no output fields but spawn new processes instead while such dss can be registered via manage py register they cannot be run via res run command where res is a resolwe instance to run it via res... | 0 |
64,455 | 18,682,360,581 | IssuesEvent | 2021-11-01 07:58:40 | meerk40t/meerk40t | https://api.github.com/repos/meerk40t/meerk40t | closed | Cut down on Tree Rebuilding. | Status: Completed Priority: High Type: Defect | In order to get it working, rather than perfect, I rebuild the tree for a lot of things that do not require it. There was a lot of desync earlier since I couldn't test for the correct values. I switched back to a data primary tree building, but I can just keep the data and tree synched for a lot of the operations, with... | 1.0 | Cut down on Tree Rebuilding. - In order to get it working, rather than perfect, I rebuild the tree for a lot of things that do not require it. There was a lot of desync earlier since I couldn't test for the correct values. I switched back to a data primary tree building, but I can just keep the data and tree synched fo... | defect | cut down on tree rebuilding in order to get it working rather than perfect i rebuild the tree for a lot of things that do not require it there was a lot of desync earlier since i couldn t test for the correct values i switched back to a data primary tree building but i can just keep the data and tree synched fo... | 1 |
127,193 | 18,010,328,251 | IssuesEvent | 2021-09-16 07:51:19 | maddyCode23/linux-4.1.15 | https://api.github.com/repos/maddyCode23/linux-4.1.15 | opened | CVE-2018-7754 (Medium) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2018-7754 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home pa... | True | CVE-2018-7754 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2018-7754 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Car... | non_defect | cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href vulnerable source files drivers blo... | 0 |
64,350 | 18,455,338,108 | IssuesEvent | 2021-10-15 15:43:19 | idaholab/HERON | https://api.github.com/repos/idaholab/HERON | opened | [DEFECT] Renaming "transfers" in opt mode | defect priority-critical | --------
Defect Description
--------
Right now "transfers.py" is a hardcoded file in the HERON input for Optimization worklows (this is already fixed for sweep runs).
Instead, any Functions used should be taken by name into the inputs, rather than hard-coded.
A test should be made for this, too.
---------... | 1.0 | [DEFECT] Renaming "transfers" in opt mode - --------
Defect Description
--------
Right now "transfers.py" is a hardcoded file in the HERON input for Optimization worklows (this is already fixed for sweep runs).
Instead, any Functions used should be taken by name into the inputs, rather than hard-coded.
A tes... | defect | renaming transfers in opt mode defect description right now transfers py is a hardcoded file in the heron input for optimization worklows this is already fixed for sweep runs instead any functions used should be taken by name into the inputs rather than hard coded a test shoul... | 1 |
29,069 | 23,704,069,184 | IssuesEvent | 2022-08-29 22:10:20 | iree-org/iree | https://api.github.com/repos/iree-org/iree | opened | Investigate slow `build_tf_integrations` | infrastructure | This job used to take 3 minutes: https://github.com/iree-org/iree/actions/runs/2784967726
Now it's taking 25: https://github.com/iree-org/iree/actions/runs/2951710537
If only we had actual @$##@$ monitoring for this stuff... | 1.0 | Investigate slow `build_tf_integrations` - This job used to take 3 minutes: https://github.com/iree-org/iree/actions/runs/2784967726
Now it's taking 25: https://github.com/iree-org/iree/actions/runs/2951710537
If only we had actual @$##@$ monitoring for this stuff... | non_defect | investigate slow build tf integrations this job used to take minutes now it s taking if only we had actual monitoring for this stuff | 0 |
8,362 | 2,611,494,462 | IssuesEvent | 2015-02-27 05:34:27 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | opened | update forum software | auto-migrated Priority-Critical Security Type-Defect | ```
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAUUUUUUUGGGG
GET TH F***ING MIC AWAY FROM THE SPEAKERS
*Checks off "Feedback Working" on TODO list*
```
Original issue reported on code.google.com by `feedback...@gmail.com` on 26 Feb 2012 at 7:18 | 1.0 | update forum software - ```
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAUUUUUUUGGGG
GET TH F***ING MIC AWAY FROM THE SPEAKERS
*Checks off "Feedback Working" on TODO list*
```
Original issue reported on code.google.com by `feedback...@gmail.com` on 26 Feb 2012 at 7:18 | defect | update forum software eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee aaaaaaaaaaaaaaaaaaaaaaaaaaaaauuuuuuugggg get th f ing mic away from the speakers checks off feedback working on todo list original issue reported on code google com by feedback gmail com on feb at | 1 |
12,197 | 7,745,453,999 | IssuesEvent | 2018-05-29 18:24:06 | iocage/libiocage | https://api.github.com/repos/iocage/libiocage | closed | ioc start '*' failing when some jails already running | Discussion usability | currently `ioc start '*'` fails if some of the jails are already running.
conversely, `ioc stop '*'` fails if some of the jails are already stopped.
Should we continue this behaviour?
***specifically*** when the filter is `*`. | True | ioc start '*' failing when some jails already running - currently `ioc start '*'` fails if some of the jails are already running.
conversely, `ioc stop '*'` fails if some of the jails are already stopped.
Should we continue this behaviour?
***specifically*** when the filter is `*`. | non_defect | ioc start failing when some jails already running currently ioc start fails if some of the jails are already running conversely ioc stop fails if some of the jails are already stopped should we continue this behaviour specifically when the filter is | 0 |
48,652 | 20,201,997,533 | IssuesEvent | 2022-02-11 16:07:39 | cityofaustin/atd-data-tech | https://api.github.com/repos/cityofaustin/atd-data-tech | opened | Update and Re-publish Residential Parking Permits Feature Layer | Type: Data Service: Geo Workgroup: SMS | Ryan requested that the RPP Zones was refreshed for the Residential Parking Permits feature layer. | 1.0 | Update and Re-publish Residential Parking Permits Feature Layer - Ryan requested that the RPP Zones was refreshed for the Residential Parking Permits feature layer. | non_defect | update and re publish residential parking permits feature layer ryan requested that the rpp zones was refreshed for the residential parking permits feature layer | 0 |
716,686 | 24,644,472,306 | IssuesEvent | 2022-10-17 13:58:36 | googleapis/gapic-generator-python | https://api.github.com/repos/googleapis/gapic-generator-python | closed | Dictionary support not reflected in type annotations | type: bug priority: p3 | ## Issue
- This is a follow-up to [#986](https://github.com/googleapis/gapic-generator-python/issues/986) (closed). Retesting the recent `google-cloud-documentai==1.5.0` version, the issue is still present.
- This code is valid:
```
import google.cloud.documentai_v1 as documentai
client_options = dict(ap... | 1.0 | Dictionary support not reflected in type annotations - ## Issue
- This is a follow-up to [#986](https://github.com/googleapis/gapic-generator-python/issues/986) (closed). Retesting the recent `google-cloud-documentai==1.5.0` version, the issue is still present.
- This code is valid:
```
import google.cloud.do... | non_defect | dictionary support not reflected in type annotations issue this is a follow up to closed retesting the recent google cloud documentai version the issue is still present this code is valid import google cloud documentai as documentai client options dict api endpoint eu... | 0 |
429,895 | 12,429,499,277 | IssuesEvent | 2020-05-25 08:35:24 | pingcap/tidb-operator | https://api.github.com/repos/pingcap/tidb-operator | closed | Integration with CDC | priority:P1 | ## Feature Request
**Is your feature request related to a problem? Please describe:**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Integration with [CDC](https://pingcap.com/docs-cn/dev/reference/tools/ticdc/overview/), Kubernetes yamls are good enough, no n... | 1.0 | Integration with CDC - ## Feature Request
**Is your feature request related to a problem? Please describe:**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Integration with [CDC](https://pingcap.com/docs-cn/dev/reference/tools/ticdc/overview/), Kubernetes yaml... | non_defect | integration with cdc feature request is your feature request related to a problem please describe integration with kubernetes yamls are good enough no need for dedicated controllers describe the feature you d like describe alternatives you ve considered teachability d... | 0 |
824,002 | 31,079,924,336 | IssuesEvent | 2023-08-13 00:29:53 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | up_squared: sample: gpio_counter - is failing | bug priority: low area: GPIO Stale platform: up_squared | **Describe the bug**
```
DEBUG - DEVICE: Succeed to download NBP file.
DEBUG - DEVICE: *** Zephyr EFI Loader ***
DEBUG - DEVICE: RSDP found at 0x79c34000
DEBUG - DEVICE: Zeroing 4816352 bytes of memory at 0x106000
DEBUG - DEVICE: Copying 32768 data bytes to 0x1000 from image offset
DEBUG - DEVICE: Co... | 1.0 | up_squared: sample: gpio_counter - is failing - **Describe the bug**
```
DEBUG - DEVICE: Succeed to download NBP file.
DEBUG - DEVICE: *** Zephyr EFI Loader ***
DEBUG - DEVICE: RSDP found at 0x79c34000
DEBUG - DEVICE: Zeroing 4816352 bytes of memory at 0x106000
DEBUG - DEVICE: Copying 32768 data bytes t... | non_defect | up squared sample gpio counter is failing describe the bug debug device succeed to download nbp file debug device zephyr efi loader debug device rsdp found at debug device zeroing bytes of memory at debug device copying data bytes to from image offset deb... | 0 |
175,398 | 13,549,591,260 | IssuesEvent | 2020-09-17 08:25:26 | remirror/remirror | https://api.github.com/repos/remirror/remirror | opened | Create `experimental` repo for sponsors | status: experimental :test_tube: status: sponsored :sparkling_heart: type: automation :mechanical_arm: | ### Description
In order to speed up development of new features, there needs to be a safe place to experiment with new extensions, frameworks and packages.
One of the benefits of being a sponsor will be access to this repo and the ability to install extensions directly. | 1.0 | Create `experimental` repo for sponsors - ### Description
In order to speed up development of new features, there needs to be a safe place to experiment with new extensions, frameworks and packages.
One of the benefits of being a sponsor will be access to this repo and the ability to install extensions directly. | non_defect | create experimental repo for sponsors description in order to speed up development of new features there needs to be a safe place to experiment with new extensions frameworks and packages one of the benefits of being a sponsor will be access to this repo and the ability to install extensions directly | 0 |
67,262 | 20,961,596,680 | IssuesEvent | 2022-03-27 21:46:24 | abedmaatalla/imsdroid | https://api.github.com/repos/abedmaatalla/imsdroid | closed | MESSAGE is not received by the Application Server | Priority-Medium Type-Defect auto-migrated | ```
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (wireshark) or Android log (DDMS output)
if you want quick response
What steps will reproduce the problem?
1.
2.... | 1.0 | MESSAGE is not received by the Application Server - ```
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (wireshark) or Android log (DDMS output)
if you want quick re... | defect | message is not received by the application server a before posting your issue you must answer to the questions otherwise it will be rejected invalid status by us b please check the issue tacker to avoid duplication c please provide network capture wireshark or android log ddms output if you want quick re... | 1 |
23,429 | 3,815,590,048 | IssuesEvent | 2016-03-28 18:25:35 | opencaching/opencaching-pl | https://api.github.com/repos/opencaching/opencaching-pl | closed | "Created caches in geopaths" statistic in user profile display too much... | Component_UserProfile Priority_Medium Type_Defect | za fb:
> Tomanek Tomanek Witam! Zauważyłem, że w profilu użytkownika pojawiła się nowa kategoria "punkty za skrzynki założone"-w geościeżkach. Rozumiem, że za chwilę pojawią się nowe staty i nowe grupy debeściaków. Ale co? W moim profilu widoczna jest geościeżka, która nigdy nie była odpalona (i nie będzie) i służy ... | 1.0 | "Created caches in geopaths" statistic in user profile display too much... - za fb:
> Tomanek Tomanek Witam! Zauważyłem, że w profilu użytkownika pojawiła się nowa kategoria "punkty za skrzynki założone"-w geościeżkach. Rozumiem, że za chwilę pojawią się nowe staty i nowe grupy debeściaków. Ale co? W moim profilu wi... | defect | created caches in geopaths statistic in user profile display too much za fb tomanek tomanek witam zauważyłem że w profilu użytkownika pojawiła się nowa kategoria punkty za skrzynki założone w geościeżkach rozumiem że za chwilę pojawią się nowe staty i nowe grupy debeściaków ale co w moim profilu wi... | 1 |
308,288 | 26,594,079,987 | IssuesEvent | 2023-01-23 11:03:07 | wazuh/wazuh | https://api.github.com/repos/wazuh/wazuh | closed | Release 4.4.0 - Beta 1 - System tests | module/cluster module/rbac team/framework release test/4.4.0 | The following issue aims to run all `system tests` for the current release candidate, report the results, and open new issues for any encountered errors.
## System tests information
| | |
|--------------------------------------|-------... | 1.0 | Release 4.4.0 - Beta 1 - System tests - The following issue aims to run all `system tests` for the current release candidate, report the results, and open new issues for any encountered errors.
## System tests information
| | |
|------... | non_defect | release beta system tests the following issue aims to run all system tests for the current release candidate report the results and open new issues for any encountered errors system tests information ... | 0 |
80,852 | 10,212,624,068 | IssuesEvent | 2019-08-14 19:56:00 | CiscoDevNet/ydk-gen | https://api.github.com/repos/CiscoDevNet/ydk-gen | closed | gNME subscribe example from documentaion is not working | bug documentation python |
## Current Behavior
The gNMI subscribe [example](http://ydk.cisco.com/py/docs/api/services/gnmi_service.html#gnmi-subscribe-example) from documentation is not working for real device.
## Your Script
```
from ydk.models.openconfig import openconfig_interfaces
from ydk.path import Repository
from ydk.gnmi.p... | 1.0 | gNME subscribe example from documentaion is not working -
## Current Behavior
The gNMI subscribe [example](http://ydk.cisco.com/py/docs/api/services/gnmi_service.html#gnmi-subscribe-example) from documentation is not working for real device.
## Your Script
```
from ydk.models.openconfig import openconfig_in... | non_defect | gnme subscribe example from documentaion is not working current behavior the gnmi subscribe from documentation is not working for real device your script from ydk models openconfig import openconfig interfaces from ydk path import repository from ydk gnmi providers import gnmiserviceprovi... | 0 |
52,111 | 10,771,465,401 | IssuesEvent | 2019-11-02 08:00:52 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | Unable to Enter in search box - Patch tester | No Code Attached Yet | ### Steps to reproduce the issue
- Click at Joomla patch tester from the toggle menu
- mouseover to the search box, it will display a placeholder and not allow to enter anything in the search box
### Expected result
The system should display placeholder on hover and should allow entering data
### Act... | 1.0 | Unable to Enter in search box - Patch tester - ### Steps to reproduce the issue
- Click at Joomla patch tester from the toggle menu
- mouseover to the search box, it will display a placeholder and not allow to enter anything in the search box
### Expected result
The system should display placeholder on hover... | non_defect | unable to enter in search box patch tester steps to reproduce the issue click at joomla patch tester from the toggle menu mouseover to the search box it will display a placeholder and not allow to enter anything in the search box expected result the system should display placeholder on hover... | 0 |
70,512 | 23,215,082,149 | IssuesEvent | 2022-08-02 13:30:09 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | Mention, InputText, InputTextArea and Password do not maintain p-filled properly | defect | ### Describe the bug
When changing the input value, the p-filled is not updated, due to bad choice of dependencies for React.useMemo. I was able to reproduce this only during automated tests with Jest. It is not easy to reproduce this manually.
### Reproducer
_No response_
### PrimeReact version
8.3.0
### React v... | 1.0 | Mention, InputText, InputTextArea and Password do not maintain p-filled properly - ### Describe the bug
When changing the input value, the p-filled is not updated, due to bad choice of dependencies for React.useMemo. I was able to reproduce this only during automated tests with Jest. It is not easy to reproduce this m... | defect | mention inputtext inputtextarea and password do not maintain p filled properly describe the bug when changing the input value the p filled is not updated due to bad choice of dependencies for react usememo i was able to reproduce this only during automated tests with jest it is not easy to reproduce this m... | 1 |
37,858 | 5,145,953,684 | IssuesEvent | 2017-01-12 23:10:15 | easydigitaldownloads/easy-digital-downloads | https://api.github.com/repos/easydigitaldownloads/easy-digital-downloads | closed | Include zip code when recalculating tax on the front-end | Enhancement Has PR Needs Testing Taxes | Sales tax in the united states often varies by zip code. If we include the zip code when calling the ajax endpoint for recalculating sales tax, custom EDD plugins can provide more accurate tax rates based on country, state and zip code.
I will attach a pull to support this shortly. Its minimal change but offers a lot ... | 1.0 | Include zip code when recalculating tax on the front-end - Sales tax in the united states often varies by zip code. If we include the zip code when calling the ajax endpoint for recalculating sales tax, custom EDD plugins can provide more accurate tax rates based on country, state and zip code.
I will attach a pull to... | non_defect | include zip code when recalculating tax on the front end sales tax in the united states often varies by zip code if we include the zip code when calling the ajax endpoint for recalculating sales tax custom edd plugins can provide more accurate tax rates based on country state and zip code i will attach a pull to... | 0 |
5,357 | 2,610,186,102 | IssuesEvent | 2015-02-26 18:59:04 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 热播脸部色斑怎么治 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
一直不敢碰触荒凉这个词语,我怕在这寒冷的冬天,被荒凉��
�个词紧紧包裹,阻挡我找寻春天的温暖。可是,你看,真的�
��满眼的灰黄和萧瑟。我不得不站在季节的末梢,看枯叶飘零
,残阳无力,寒风肆虐。此时,一种繁华落尽的惆怅沧桑着��
�言。原来,世间无论多么盛大的甜美都会有失去的那一天,�
��经的繁华已然远去,无法找寻一丝痕迹。铅华褪尽的世界是
如此的苍凉和晦暗。总是回忆起你,你的笑你的温柔,还有��
�临别时的眼神,那是在嘲笑我把,是啊脸上的色斑已经提醒�
��你已经远去!脸部色斑怎么治,
《客户案例》
人为什么会长黄褐斑,
我今年四十岁了,这个年纪的女人早已不再年轻,不像二十��
�岁的女孩那样花枝招展,... | 1.0 | 热播脸部色斑怎么治 - ```
《摘要》
一直不敢碰触荒凉这个词语,我怕在这寒冷的冬天,被荒凉��
�个词紧紧包裹,阻挡我找寻春天的温暖。可是,你看,真的�
��满眼的灰黄和萧瑟。我不得不站在季节的末梢,看枯叶飘零
,残阳无力,寒风肆虐。此时,一种繁华落尽的惆怅沧桑着��
�言。原来,世间无论多么盛大的甜美都会有失去的那一天,�
��经的繁华已然远去,无法找寻一丝痕迹。铅华褪尽的世界是
如此的苍凉和晦暗。总是回忆起你,你的笑你的温柔,还有��
�临别时的眼神,那是在嘲笑我把,是啊脸上的色斑已经提醒�
��你已经远去!脸部色斑怎么治,
《客户案例》
人为什么会长黄褐斑,
我今年四十岁了,这个年纪的女人早已不再年轻,不像二十��... | defect | 热播脸部色斑怎么治 《摘要》 一直不敢碰触荒凉这个词语,我怕在这寒冷的冬天,被荒凉�� �个词紧紧包裹,阻挡我找寻春天的温暖。可是,你看,真的� ��满眼的灰黄和萧瑟。我不得不站在季节的末梢,看枯叶飘零 ,残阳无力,寒风肆虐。此时,一种繁华落尽的惆怅沧桑着�� �言。原来,世间无论多么盛大的甜美都会有失去的那一天,� ��经的繁华已然远去,无法找寻一丝痕迹。铅华褪尽的世界是 如此的苍凉和晦暗。总是回忆起你,你的笑你的温柔,还有�� �临别时的眼神,那是在嘲笑我把,是啊脸上的色斑已经提醒� ��你已经远去!脸部色斑怎么治, 《客户案例》 人为什么会长黄褐斑 我今年四十岁了,这个年纪的女人早已不再年轻,不像二十��... | 1 |
145,361 | 5,566,879,174 | IssuesEvent | 2017-03-27 00:18:48 | CS2103JAN2017-W10-B1/main | https://api.github.com/repos/CS2103JAN2017-W10-B1/main | closed | As a user I can assign different priority levels for individual tasks and identify by number of dots | Priority. * | ...So that I can know which one is more urgent | 1.0 | As a user I can assign different priority levels for individual tasks and identify by number of dots - ...So that I can know which one is more urgent | non_defect | as a user i can assign different priority levels for individual tasks and identify by number of dots so that i can know which one is more urgent | 0 |
818,859 | 30,708,554,964 | IssuesEvent | 2023-07-27 08:11:31 | TaoStats/bittensor-explorer-ui | https://api.github.com/repos/TaoStats/bittensor-explorer-ui | closed | Hooks - Events | Priority: High | - [x] `useEventsByName(network, name, order, options)`
- [x] `useEvents(network, filter, order)`
- [x] `useEvent(network, filter)` | 1.0 | Hooks - Events - - [x] `useEventsByName(network, name, order, options)`
- [x] `useEvents(network, filter, order)`
- [x] `useEvent(network, filter)` | non_defect | hooks events useeventsbyname network name order options useevents network filter order useevent network filter | 0 |
286,106 | 8,784,012,196 | IssuesEvent | 2018-12-20 08:31:03 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | DatePicker doesn't pass isRTL flag to DayPickerSingleDateController when RTL language is used | Priority High [Package] Components [Status] In Progress [Type] Bug i18n | **Describe the bug**
As reported in [#45524 on Trac](https://core.trac.wordpress.org/ticket/), the arrows are incorrect when using a RTL language.
**To Reproduce**
Steps to reproduce the behavior:
1. Set language to a RTL language
2. Open editor and set post date
**Expected behavior**
The date picker looks g... | 1.0 | DatePicker doesn't pass isRTL flag to DayPickerSingleDateController when RTL language is used - **Describe the bug**
As reported in [#45524 on Trac](https://core.trac.wordpress.org/ticket/), the arrows are incorrect when using a RTL language.
**To Reproduce**
Steps to reproduce the behavior:
1. Set language to a ... | non_defect | datepicker doesn t pass isrtl flag to daypickersingledatecontroller when rtl language is used describe the bug as reported in the arrows are incorrect when using a rtl language to reproduce steps to reproduce the behavior set language to a rtl language open editor and set post date exp... | 0 |
6,166 | 2,610,222,601 | IssuesEvent | 2015-02-26 19:10:36 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | прибор блик инструкция.doc | auto-migrated Priority-Medium Type-Defect | ```
'''Адольф Киселёв'''
Привет всем не подскажите где можно найти
.прибор блик инструкция.doc. где то видел уже
'''Август Рыбаков'''
Вот держи линк http://bit.ly/HDFrnt
'''Афиноген Григорьев'''
Спасибо вроде то но просит телефон вводить
'''Гермоген Захаров'''
Неа все ок у меня ничего не списало
'''Аполлон Савелье... | 1.0 | прибор блик инструкция.doc - ```
'''Адольф Киселёв'''
Привет всем не подскажите где можно найти
.прибор блик инструкция.doc. где то видел уже
'''Август Рыбаков'''
Вот держи линк http://bit.ly/HDFrnt
'''Афиноген Григорьев'''
Спасибо вроде то но просит телефон вводить
'''Гермоген Захаров'''
Неа все ок у меня ничего н... | defect | прибор блик инструкция doc адольф киселёв привет всем не подскажите где можно найти прибор блик инструкция doc где то видел уже август рыбаков вот держи линк афиноген григорьев спасибо вроде то но просит телефон вводить гермоген захаров неа все ок у меня ничего не списало аполл... | 1 |
325,501 | 27,882,365,229 | IssuesEvent | 2023-03-21 20:28:54 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Failing test: Jest Integration Tests.packages/kbn-test/src/jest/integration_tests - produces a valid junit report for failures | Team:Operations failed-test | A test failed on a tracked branch
```
Error: expect(received).resolves.toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -22,11 +22,10 @@
"testcase": Array [
Object {
"$": Object {
"classname": "JUnit Reporter Integration Test.·",
... | 1.0 | Failing test: Jest Integration Tests.packages/kbn-test/src/jest/integration_tests - produces a valid junit report for failures - A test failed on a tracked branch
```
Error: expect(received).resolves.toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -22,11 +22,10 @@
"testcase": Array [
... | non_defect | failing test jest integration tests packages kbn test src jest integration tests produces a valid junit report for failures a test failed on a tracked branch error expect received resolves toequal expected deep equality expected received testcase array ... | 0 |
61,885 | 17,023,800,458 | IssuesEvent | 2021-07-03 03:55:39 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Search results should give priority to exact matches | Component: nominatim Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 5.24pm, Friday, 25th May 2012]**
The Nominatum search results doesnt seem suggest exact matches first. Example: Search for Forland. The search result is:
Frland, Tysvr, Rogaland, Norway
Frland, Kvinesdal, Vest-Agder, Norway
Forland, Sund, Hordaland, Norway
Frla... | 1.0 | Search results should give priority to exact matches - **[Submitted to the original trac issue database at 5.24pm, Friday, 25th May 2012]**
The Nominatum search results doesnt seem suggest exact matches first. Example: Search for Forland. The search result is:
Frland, Tysvr, Rogaland, Norway
Frland, Kvinesdal, Ves... | defect | search results should give priority to exact matches the nominatum search results doesnt seem suggest exact matches first example search for forland the search result is frland tysvr rogaland norway frland kvinesdal vest agder norway forland sund hordaland norway frland norway its great ... | 1 |
43,946 | 11,351,383,153 | IssuesEvent | 2020-01-24 11:05:19 | gcpug/nouhau | https://api.github.com/repos/gcpug/nouhau | closed | 複数ImageをPushした場合、最初のImageにContainer Analysisのmetadataがすべて入る | cloud-build | # WHAT
Google Cloud Buildで複数のImageをpushした場合、Container Analysisのmetadataが最初のImageにすべて入って、他のImageは空っぽになる。
## 試した cloudbuild.yaml
```
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '--tag=gcr.io/$PROJECT_ID/build-playground/sample:1', '-f', '1.Dockerfile', '.']
- name: 'gcr.io/cloud-bui... | 1.0 | 複数ImageをPushした場合、最初のImageにContainer Analysisのmetadataがすべて入る - # WHAT
Google Cloud Buildで複数のImageをpushした場合、Container Analysisのmetadataが最初のImageにすべて入って、他のImageは空っぽになる。
## 試した cloudbuild.yaml
```
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '--tag=gcr.io/$PROJECT_ID/build-playground/samp... | non_defect | 複数imageをpushした場合、最初のimageにcontainer analysisのmetadataがすべて入る what google cloud buildで複数のimageをpushした場合、container analysisのmetadataが最初のimageにすべて入って、他のimageは空っぽになる。 試した cloudbuild yaml steps name gcr io cloud builders docker args name gcr io cloud builders docker args ... | 0 |
199,666 | 15,053,392,719 | IssuesEvent | 2021-02-03 16:15:36 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: decommission/randomized failed | C-test-failure O-roachtest O-robot branch-release-20.2 | [(roachtest).decommission/randomized failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2418934&tab=buildLog) on [release-20.2@d488789205bb1128cecde86dba29bd0f0567512f](https://github.com/cockroachdb/cockroach/commits/d488789205bb1128cecde86dba29bd0f0567512f):
```
| | /home/agent/work/.go/src/github.... | 2.0 | roachtest: decommission/randomized failed - [(roachtest).decommission/randomized failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2418934&tab=buildLog) on [release-20.2@d488789205bb1128cecde86dba29bd0f0567512f](https://github.com/cockroachdb/cockroach/commits/d488789205bb1128cecde86dba29bd0f0567512f):
```... | non_defect | roachtest decommission randomized failed on home agent work go src github com cockroachdb cockroach pkg cmd roachtest decommission go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go ru... | 0 |
23,927 | 7,432,430,765 | IssuesEvent | 2018-03-26 00:45:08 | Semantic-Org/Semantic-UI | https://api.github.com/repos/Semantic-Org/Semantic-UI | closed | [Build Tools] Make Sure Optional Files Still Receive LESS Errors | Build Tools stale | A user might make a typo in an optional less component file, for instance, they might forget to end a line with a semicolon in their `@{siteFolder}/globals/site.variables` file:
``` less
/*******************************
User Global Variables
*******************************/
@fontName : 'Open Sans'
```
T... | 1.0 | [Build Tools] Make Sure Optional Files Still Receive LESS Errors - A user might make a typo in an optional less component file, for instance, they might forget to end a line with a semicolon in their `@{siteFolder}/globals/site.variables` file:
``` less
/*******************************
User Global Variables
*****... | non_defect | make sure optional files still receive less errors a user might make a typo in an optional less component file for instance they might forget to end a line with a semicolon in their sitefolder globals site variables file less user global variables ... | 0 |
30,711 | 6,237,224,426 | IssuesEvent | 2017-07-12 00:31:36 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | opened | Conector v3.3 - no jala el isr retenido | bug defect | Al igual que el iva retenido, marca null pointer exception | 1.0 | Conector v3.3 - no jala el isr retenido - Al igual que el iva retenido, marca null pointer exception | defect | conector no jala el isr retenido al igual que el iva retenido marca null pointer exception | 1 |
67,101 | 20,886,282,320 | IssuesEvent | 2022-03-23 05:45:54 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Display names in thread list are misaligned | T-Defect X-Regression S-Minor O-Frequent A-Threads Z-Labs | ### Steps to reproduce
Open the thread list
### Outcome

#### What did you expect?
The display names should be left-aligned.
#### What happened instead... | 1.0 | Display names in thread list are misaligned - ### Steps to reproduce
Open the thread list
### Outcome

#### What did you expect?
The display names should ... | defect | display names in thread list are misaligned steps to reproduce open the thread list outcome what did you expect the display names should be left aligned what happened instead they re right aligned most likely regressed by operating system nixos unstable browser i... | 1 |
10,922 | 2,622,848,980 | IssuesEvent | 2015-03-04 08:04:09 | max99x/pagemon-chrome-ext | https://api.github.com/repos/max99x/pagemon-chrome-ext | closed | Selector picker fails on tables | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
- go to the option page
- on a monitored page, check 'advance', and 'Custom Mode'
- select the selector mode and Click on 'Pick'
- the webpage is opened with the helper menu
- Pick an element in a table (td)
- click on 'Grow' in the helper menu
What is the expected output? Wh... | 1.0 | Selector picker fails on tables - ```
What steps will reproduce the problem?
- go to the option page
- on a monitored page, check 'advance', and 'Custom Mode'
- select the selector mode and Click on 'Pick'
- the webpage is opened with the helper menu
- Pick an element in a table (td)
- click on 'Grow' in the helper men... | defect | selector picker fails on tables what steps will reproduce the problem go to the option page on a monitored page check advance and custom mode select the selector mode and click on pick the webpage is opened with the helper menu pick an element in a table td click on grow in the helper men... | 1 |
245,007 | 7,880,730,698 | IssuesEvent | 2018-06-26 16:46:13 | aowen87/FOO | https://api.github.com/repos/aowen87/FOO | closed | support expressions in mfem root file | Expected Use: 3 - Occasional Impact: 3 - Medium OS: All Priority: Normal Support Group: Any Target Version: 2.12.0 feature | request from Aaron Fisher
similar to silo def vars, provide a way for the root file to define visit expressions. | 1.0 | support expressions in mfem root file - request from Aaron Fisher
similar to silo def vars, provide a way for the root file to define visit expressions. | non_defect | support expressions in mfem root file request from aaron fisher similar to silo def vars provide a way for the root file to define visit expressions | 0 |
66,730 | 20,604,787,824 | IssuesEvent | 2022-03-06 20:20:26 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Input Box locks-up after sending Voice-Mail | T-Defect | ### Steps to reproduce
1. Where are you starting? What can you see ?
-> Open a private chat wit another person. Record a voice-mail and "try" to send it. The voice mail gets send out, but the Input-Box locks-up. No further input can be done and click the "send button" has no effect. Also the "three dot menu" is not... | 1.0 | Input Box locks-up after sending Voice-Mail - ### Steps to reproduce
1. Where are you starting? What can you see ?
-> Open a private chat wit another person. Record a voice-mail and "try" to send it. The voice mail gets send out, but the Input-Box locks-up. No further input can be done and click the "send button" h... | defect | input box locks up after sending voice mail steps to reproduce where are you starting what can you see open a private chat wit another person record a voice mail and try to send it the voice mail gets send out but the input box locks up no further input can be done and click the send button h... | 1 |
11,420 | 2,651,391,206 | IssuesEvent | 2015-03-16 11:07:52 | douglasdrumond/cloaked-computing-machine | https://api.github.com/repos/douglasdrumond/cloaked-computing-machine | opened | [CLOSED] No cursor visible in replace mode | auto-migrated Priority-Medium Type-Defect | <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Monday Mar 16, 2015 at 09:15 GMT_
_Originally opened as https://github.com/d... | 1.0 | [CLOSED] No cursor visible in replace mode - <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Monday Mar 16, 2015 at 09:15 GM... | defect | no cursor visible in replace mode issue by monday mar at gmt originally opened as when entering replace mode there is no cursor visible original issue reported on code google com by christ zagrodnick de on aug at | 1 |
220,721 | 7,370,229,455 | IssuesEvent | 2018-03-13 07:33:18 | teamforus/research-and-development | https://api.github.com/repos/teamforus/research-and-development | closed | POC: Test network | priority-high proposal | # poc-testnet
### v0.0
## Background / Context
**Goal/user story:** It would be useful to have a testnetwork to deploy to. But the ethereum networks are often unstable due to spam etc. If this network works well, it could also be used while platform Forus cannot go fully public yet.
**More:** The go-ethereum te... | 1.0 | POC: Test network - # poc-testnet
### v0.0
## Background / Context
**Goal/user story:** It would be useful to have a testnetwork to deploy to. But the ethereum networks are often unstable due to spam etc. If this network works well, it could also be used while platform Forus cannot go fully public yet.
**More:*... | non_defect | poc test network poc testnet background context goal user story it would be useful to have a testnetwork to deploy to but the ethereum networks are often unstable due to spam etc if this network works well it could also be used while platform forus cannot go fully public yet more ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.