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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
79,150 | 28,017,776,502 | IssuesEvent | 2023-03-28 01:06:53 | salsadigitalauorg/civictheme_source | https://api.github.com/repos/salsadigitalauorg/civictheme_source | closed | [DEFECT] test of the jira sync | Type: Defect | ### Summary
summary line
### Steps to reproduce
reproduction steps
### Observed outcome
observed outcome results
### Expected outcome
expected outcome results
---
JIRA: CIVIC-1389 | 1.0 | [DEFECT] test of the jira sync - ### Summary
summary line
### Steps to reproduce
reproduction steps
### Observed outcome
observed outcome results
### Expected outcome
expected outcome results
---
JIRA: CIVIC-1389 | defect | test of the jira sync summary summary line steps to reproduce reproduction steps observed outcome observed outcome results expected outcome expected outcome results jira civic | 1 |
20,604 | 10,534,997,797 | IssuesEvent | 2019-10-01 15:48:54 | alero/real-testing | https://api.github.com/repos/alero/real-testing | closed | CVE-2017-17485 (High) detected in jackson-databind-2.5.4.jar | security vulnerability | ## CVE-2017-17485 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.5.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streamin... | True | CVE-2017-17485 (High) detected in jackson-databind-2.5.4.jar - ## CVE-2017-17485 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.5.4.jar</b></p></summary>
<p>General... | non_defect | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file real testing plugin test sampl... | 0 |
52,073 | 13,211,377,393 | IssuesEvent | 2020-08-15 22:42:05 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | [RELEASE] IceRec L3 Muon (Trac #1622) | Incomplete Migration Migrated from Trac combo reconstruction defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1622">https://code.icecube.wisc.edu/projects/icecube/ticket/1622</a>, reported by joertlinand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-04-05T19:38:16",
"_ts": "14... | 1.0 | [RELEASE] IceRec L3 Muon (Trac #1622) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1622">https://code.icecube.wisc.edu/projects/icecube/ticket/1622</a>, reported by joertlinand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime... | defect | icerec muon trac migrated from json status closed changetime ts description new release for muon required to process runs with scintillators n nthe sttools need to be updated like in nthe master py needs an update to avoid a faile... | 1 |
123,477 | 12,199,001,490 | IssuesEvent | 2020-04-30 00:20:36 | breakfasting/Graphix | https://api.github.com/repos/breakfasting/Graphix | closed | FSP To-Do List | documentation | # Wiki Page Home
- [x] Is the first page you see upon entering the wiki
- [x] Contains a welcome message
- [x] Contains a link/placeholder for a link to the live page
- [x] All links in the right sidebar should contain each wiki page and link to the correct page
- [x] Correctly formatted
- [x] each wiki pag... | 1.0 | FSP To-Do List - # Wiki Page Home
- [x] Is the first page you see upon entering the wiki
- [x] Contains a welcome message
- [x] Contains a link/placeholder for a link to the live page
- [x] All links in the right sidebar should contain each wiki page and link to the correct page
- [x] Correctly formatted
- ... | non_defect | fsp to do list wiki page home is the first page you see upon entering the wiki contains a welcome message contains a link placeholder for a link to the live page all links in the right sidebar should contain each wiki page and link to the correct page correctly formatted each wik... | 0 |
103,705 | 22,389,351,150 | IssuesEvent | 2022-06-17 05:39:42 | modin-project/modin | https://api.github.com/repos/modin-project/modin | closed | Simplify logging design - remove metaclass | Code Quality 💯 | **Is your feature request related to a problem? Please describe.**
In some cases, having a custom `metaclass` would harden inheritance.
Plus I feel that it complicates the design a little bit, one of example of that would be the introduction of `metaclass_resolver` which aim was to solve arising conflicts. | 1.0 | Simplify logging design - remove metaclass - **Is your feature request related to a problem? Please describe.**
In some cases, having a custom `metaclass` would harden inheritance.
Plus I feel that it complicates the design a little bit, one of example of that would be the introduction of `metaclass_resolver` which... | non_defect | simplify logging design remove metaclass is your feature request related to a problem please describe in some cases having a custom metaclass would harden inheritance plus i feel that it complicates the design a little bit one of example of that would be the introduction of metaclass resolver which... | 0 |
25,518 | 4,365,224,515 | IssuesEvent | 2016-08-03 10:00:20 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | opened | Decimal - Nullable Decimal to Float/Double | defect portage | ### Expected
`System.Decimal.toFloat(System.Nullable.getValue...`
### Actual
`System.Decimal.toFloatSystem.Nullable.getValue...`
`TypeError: Cannot read property 'Nullable' of undefined`
### Steps To Reproduce
```csharp
public class App
{
public static void Main()
{
decimal? x1 = 0
... | 1.0 | Decimal - Nullable Decimal to Float/Double - ### Expected
`System.Decimal.toFloat(System.Nullable.getValue...`
### Actual
`System.Decimal.toFloatSystem.Nullable.getValue...`
`TypeError: Cannot read property 'Nullable' of undefined`
### Steps To Reproduce
```csharp
public class App
{
public static... | defect | decimal nullable decimal to float double expected system decimal tofloat system nullable getvalue actual system decimal tofloatsystem nullable getvalue typeerror cannot read property nullable of undefined steps to reproduce csharp public class app public static... | 1 |
37,802 | 8,519,587,716 | IssuesEvent | 2018-11-01 15:04:45 | GoldenSoftwareLtd/gedemin | https://api.github.com/repos/GoldenSoftwareLtd/gedemin | closed | Торговый склад. Автоматическое присвоение балансового счета в момент прихода. | Depot Priority-Medium Type-Defect | Originally reported on Google Code with ID 3412
```
Сейчас на эталоне действует следующий алгоритм:
1. Ищем счет установленный в подразделении и берем его
если он не заполнен,
2. Ищем счет из предыдущих приходов и берем его
если нет счета
3. Ищем счет в товаре или в товарной группе и берем его
4. Если все равно нет, ... | 1.0 | Торговый склад. Автоматическое присвоение балансового счета в момент прихода. - Originally reported on Google Code with ID 3412
```
Сейчас на эталоне действует следующий алгоритм:
1. Ищем счет установленный в подразделении и берем его
если он не заполнен,
2. Ищем счет из предыдущих приходов и берем его
если нет счета... | defect | торговый склад автоматическое присвоение балансового счета в момент прихода originally reported on google code with id сейчас на эталоне действует следующий алгоритм ищем счет установленный в подразделении и берем его если он не заполнен ищем счет из предыдущих приходов и берем его если нет счета ... | 1 |
208,440 | 16,114,149,077 | IssuesEvent | 2021-04-28 04:02:47 | Maxim-Mazurok/google-api-typings-generator | https://api.github.com/repos/Maxim-Mazurok/google-api-typings-generator | closed | Unclear how to use new types | documentation | I'm trying to import types that have been generated for `gapi.client.apikeys` which I see are available at https://github.com/Maxim-Mazurok/google-api-typings-generator/tree/types/gapi.client.apikeys/. This looks like a much better system then manually trying to create some typings based on the documentation / discover... | 1.0 | Unclear how to use new types - I'm trying to import types that have been generated for `gapi.client.apikeys` which I see are available at https://github.com/Maxim-Mazurok/google-api-typings-generator/tree/types/gapi.client.apikeys/. This looks like a much better system then manually trying to create some typings based ... | non_defect | unclear how to use new types i m trying to import types that have been generated for gapi client apikeys which i see are available at this looks like a much better system then manually trying to create some typings based on the documentation discovery document following the instructions on that readme page ... | 0 |
19,374 | 3,197,280,380 | IssuesEvent | 2015-10-01 03:00:36 | cyberhobo/wordpress-geo-mashup | https://api.github.com/repos/cyberhobo/wordpress-geo-mashup | closed | Google v3 API key isn't working | auto-migrated Milestone-1.8.2 Priority-Medium Type-Defect | ```
Saving a key in the settings with Google v3 as the provider does not work.
Looks like it's being sent via the old 'key' parameter, but google now wants
'client'.
```
Original issue reported on code.google.com by `dylankk...@gmail.com` on 18 Oct 2014 at 12:38 | 1.0 | Google v3 API key isn't working - ```
Saving a key in the settings with Google v3 as the provider does not work.
Looks like it's being sent via the old 'key' parameter, but google now wants
'client'.
```
Original issue reported on code.google.com by `dylankk...@gmail.com` on 18 Oct 2014 at 12:38 | defect | google api key isn t working saving a key in the settings with google as the provider does not work looks like it s being sent via the old key parameter but google now wants client original issue reported on code google com by dylankk gmail com on oct at | 1 |
12,132 | 2,685,242,526 | IssuesEvent | 2015-03-29 21:04:08 | IssueMigrationTest/Test5 | https://api.github.com/repos/IssueMigrationTest/Test5 | closed | KeyError during compile | auto-migrated Priority-Low Type-Defect | **Issue by danbmi...@gmail.com**
_7 Aug 2009 at 2:27 GMT_
_Originally opened on Google Code_
----
```
What steps will reproduce the problem?
1. shedskin ftplib.py
What is the expected output? What do you see instead?
expected success, saw:
dbm@zareason /home/dbm/bench/uploadSirikata> shedskin ftplib.py
*** SHED SKI... | 1.0 | KeyError during compile - **Issue by danbmi...@gmail.com**
_7 Aug 2009 at 2:27 GMT_
_Originally opened on Google Code_
----
```
What steps will reproduce the problem?
1. shedskin ftplib.py
What is the expected output? What do you see instead?
expected success, saw:
dbm@zareason /home/dbm/bench/uploadSirikata> sheds... | defect | keyerror during compile issue by danbmi gmail com aug at gmt originally opened on google code what steps will reproduce the problem shedskin ftplib py what is the expected output what do you see instead expected success saw dbm zareason home dbm bench uploadsirikata shedskin ... | 1 |
46,894 | 13,055,998,541 | IssuesEvent | 2020-07-30 03:20:51 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | [icetray] docstring for I3Map::update is cryptic (Trac #2099) | Incomplete Migration Migrated from Trac combo core defect | Migrated from https://code.icecube.wisc.edu/ticket/2099
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:06",
"description": "",
"reporter": "kjmeagher",
"cc": "",
"resolution": "wontfix",
"_ts": "1550067246777582",
"component": "combo core",
"summary": "[icetray... | 1.0 | [icetray] docstring for I3Map::update is cryptic (Trac #2099) - Migrated from https://code.icecube.wisc.edu/ticket/2099
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:06",
"description": "",
"reporter": "kjmeagher",
"cc": "",
"resolution": "wontfix",
"_ts": "155006724677... | defect | docstring for update is cryptic trac migrated from json status closed changetime description reporter kjmeagher cc resolution wontfix ts component combo core summary docstring for updat... | 1 |
49,903 | 13,187,287,814 | IssuesEvent | 2020-08-13 02:56:16 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | investigate replacing `boost::ublas`code (Trac #2246) | Incomplete Migration Migrated from Trac defect other | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2246">https://code.icecube.wisc.edu/ticket/2246</a>, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-09-18T07:51:29",
"description": "while looking at something else... | 1.0 | investigate replacing `boost::ublas`code (Trac #2246) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2246">https://code.icecube.wisc.edu/ticket/2246</a>, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-09-18T07:51:2... | defect | investigate replacing boost ublas code trac migrated from json status closed changetime description while looking at something else i saw that source icecube meta projects combo trunk recclasses public recclasses parameterstorage h included sorely ou... | 1 |
75,753 | 9,884,625,283 | IssuesEvent | 2019-06-24 22:50:55 | microsoft/AdaptiveCards | https://api.github.com/repos/microsoft/AdaptiveCards | closed | Bug on adaptivecards.io website | Area-Documentation | Hi Adaptive Cards team!
I found a bug on every page under adaptivecards.io/explorer. If you scroll all the way to the bottom, the nav bar on the left goes crazy making the menu items almost unclickable. I tested it on two computers and the website does that on both computers.
 detected in spring-web-3.2.0.RELEASE.jar | security vulnerability | ## CVE-2018-1272 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-3.2.0.RELEASE.jar</b></p></summary>
<p>Spring Web</p>
<p>Library home page: <a href="https://github.com/Spri... | True | CVE-2018-1272 (High) detected in spring-web-3.2.0.RELEASE.jar - ## CVE-2018-1272 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-3.2.0.RELEASE.jar</b></p></summary>
<p>Sprin... | non_defect | cve high detected in spring web release jar cve high severity vulnerability vulnerable library spring web release jar spring web library home page a href path to vulnerable library examples target web inf lib spring web release jar canner repository org ... | 0 |
17,415 | 3,004,432,700 | IssuesEvent | 2015-07-25 23:04:31 | carstein/burp-extensions | https://api.github.com/repos/carstein/burp-extensions | closed | Extension fails to parse JSON array element | Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Get a server to respond with a JSON array (i.e.
[{"key":"val"},{"key":"val"}])
2. View the extension logging (it shows an error)
What is the expected output? What do you see instead?
I expect the extension to properly parse and pretty print the array.
What version of the... | 1.0 | Extension fails to parse JSON array element - ```
What steps will reproduce the problem?
1. Get a server to respond with a JSON array (i.e.
[{"key":"val"},{"key":"val"}])
2. View the extension logging (it shows an error)
What is the expected output? What do you see instead?
I expect the extension to properly parse an... | defect | extension fails to parse json array element what steps will reproduce the problem get a server to respond with a json array i e view the extension logging it shows an error what is the expected output what do you see instead i expect the extension to properly parse and pretty print the array w... | 1 |
263,784 | 19,975,614,176 | IssuesEvent | 2022-01-29 03:04:41 | eclipse/eclipse.jdt.ls | https://api.github.com/repos/eclipse/eclipse.jdt.ls | closed | Documentation: how to manage warning preferences | documentation | Maybe it could be cool to write a short paragraph in the README.md to explain how to manage warning preferences ?
And add a link to the corresponding doc at https://help.eclipse.org/neon/topic/org.eclipse.jdt.doc.isv/reference/api/org/eclipse/jdt/core/JavaCore.html ?
If you are ok I could make a PR.
See also h... | 1.0 | Documentation: how to manage warning preferences - Maybe it could be cool to write a short paragraph in the README.md to explain how to manage warning preferences ?
And add a link to the corresponding doc at https://help.eclipse.org/neon/topic/org.eclipse.jdt.doc.isv/reference/api/org/eclipse/jdt/core/JavaCore.html ... | non_defect | documentation how to manage warning preferences maybe it could be cool to write a short paragraph in the readme md to explain how to manage warning preferences and add a link to the corresponding doc at if you are ok i could make a pr see also | 0 |
278,147 | 30,702,213,588 | IssuesEvent | 2023-07-27 01:11:59 | pazhanivel07/linux_4.1.15 | https://api.github.com/repos/pazhanivel07/linux_4.1.15 | closed | CVE-2016-9793 (High) detected in linuxlinux-4.6 - autoclosed | Mend: dependency security vulnerability | ## CVE-2016-9793 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.... | True | CVE-2016-9793 (High) detected in linuxlinux-4.6 - autoclosed - ## CVE-2016-9793 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel... | non_defect | cve high detected in linuxlinux autoclosed cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files net cor... | 0 |
21,771 | 3,551,627,661 | IssuesEvent | 2016-01-21 05:21:18 | bigbluebutton/bigbluebutton | https://api.github.com/repos/bigbluebutton/bigbluebutton | closed | Documentaiton for intallation through Debian needs to be updated... | Defect Normal Priority | Originally reported on Google Code with ID 1580
```
The following page: http://code.google.com/p/bigbluebutton/wiki/InstallationBigBlueButtonDebian
has instructions on installing BBB on Squeeze; however, the installation instructions
are missing a crucial part.
the addition of the "contrib" section to the source... | 1.0 | Documentaiton for intallation through Debian needs to be updated... - Originally reported on Google Code with ID 1580
```
The following page: http://code.google.com/p/bigbluebutton/wiki/InstallationBigBlueButtonDebian
has instructions on installing BBB on Squeeze; however, the installation instructions
are missing ... | defect | documentaiton for intallation through debian needs to be updated originally reported on google code with id the following page has instructions on installing bbb on squeeze however the installation instructions are missing a crucial part the addition of the contrib section to the sources list ... | 1 |
10,297 | 8,476,471,795 | IssuesEvent | 2018-10-24 22:04:50 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | opened | Import reordering pre-commit hook | type: infrastructure | Let's introduce a hook for us that orders imports. Inspired by a recent implicit conflict caused by an import reordering + an import removal. https://github.com/pytest-dev/pytest/pull/4028#issuecomment-432842271
There's basically two options here:
1. [`seed-isort-config`](https://github.com/asottile/seed-isort-c... | 1.0 | Import reordering pre-commit hook - Let's introduce a hook for us that orders imports. Inspired by a recent implicit conflict caused by an import reordering + an import removal. https://github.com/pytest-dev/pytest/pull/4028#issuecomment-432842271
There's basically two options here:
1. [`seed-isort-config`](http... | non_defect | import reordering pre commit hook let s introduce a hook for us that orders imports inspired by a recent implicit conflict caused by an import reordering an import removal there s basically two options here there s some configuration that makes black happy that s necessary n... | 0 |
100,955 | 30,830,312,457 | IssuesEvent | 2023-08-02 00:48:16 | elementor/elementor | https://api.github.com/repos/elementor/elementor | closed | ✅ 🔗 🐞 Bug Report: Responsive CSS is not loaded - CUSTOM POST TYPE (Duplicate of #19394, #22670) | bug type/responsive product/pro component/theme-builder status/merged component/document type/templates 🚀 shipped type/experiment mod* component/theme-builder/single-template component/document/page-assets | ### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
### Description
Hi,
I created an issue about this [#22670](https://github.com/elementor/elementor/issues/22670). But,... | 2.0 | ✅ 🔗 🐞 Bug Report: Responsive CSS is not loaded - CUSTOM POST TYPE (Duplicate of #19394, #22670) - ### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
### Description
Hi,
... | non_defect | ✅ 🔗 🐞 bug report responsive css is not loaded custom post type duplicate of prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description hi i created... | 0 |
5,114 | 2,610,181,303 | IssuesEvent | 2015-02-26 18:57:53 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 探秘如何去除色斑最有效 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
静的思念!一曲回味悠然,在这幽深的夜色中弥漫开来,是��
�拨动着思念的琴弦,又是谁捡起幸福的碎片!试着想去抓住�
��思念的音符静静回味,试着想去捡回那幸福的碎片慢慢拼凑
,风过处手心留下的却只是无尽的寒意和心的颤动!如果说��
�念和时间可以轻轻撕碎,扔到海中,那么,我愿意从此就在�
��底沉默……静的向往!相逢恨晚,却是相逢狠早!错过的时
间如何去改变,“相见时难别亦难”洒脱的来,却也不能洒��
�的去!可是我为什么一直做不到呢?就因为脸上的色斑吗,�
��为他我失去了太多美好的东西!如何去除色斑最有效,
《客户案例》
说说我的坎坷祛斑路吧,我从小就有黄褐斑,是遗传我��
�的,别人家的小孩的脸都是又白又... | 1.0 | 探秘如何去除色斑最有效 - ```
《摘要》
静的思念!一曲回味悠然,在这幽深的夜色中弥漫开来,是��
�拨动着思念的琴弦,又是谁捡起幸福的碎片!试着想去抓住�
��思念的音符静静回味,试着想去捡回那幸福的碎片慢慢拼凑
,风过处手心留下的却只是无尽的寒意和心的颤动!如果说��
�念和时间可以轻轻撕碎,扔到海中,那么,我愿意从此就在�
��底沉默……静的向往!相逢恨晚,却是相逢狠早!错过的时
间如何去改变,“相见时难别亦难”洒脱的来,却也不能洒��
�的去!可是我为什么一直做不到呢?就因为脸上的色斑吗,�
��为他我失去了太多美好的东西!如何去除色斑最有效,
《客户案例》
说说我的坎坷祛斑路吧,我从小就有黄褐斑,是遗传我��
�... | defect | 探秘如何去除色斑最有效 《摘要》 静的思念!一曲回味悠然,在这幽深的夜色中弥漫开来,是�� �拨动着思念的琴弦,又是谁捡起幸福的碎片!试着想去抓住� ��思念的音符静静回味,试着想去捡回那幸福的碎片慢慢拼凑 ,风过处手心留下的却只是无尽的寒意和心的颤动!如果说�� �念和时间可以轻轻撕碎,扔到海中,那么,我愿意从此就在� ��底沉默……静的向往!相逢恨晚,却是相逢狠早!错过的时 间如何去改变,“相见时难别亦难”洒脱的来,却也不能洒�� �的去!可是我为什么一直做不到呢?就因为脸上的色斑吗,� ��为他我失去了太多美好的东西!如何去除色斑最有效, 《客户案例》 说说我的坎坷祛斑路吧,我从小就有黄褐斑,是遗传我�� �... | 1 |
68,469 | 21,664,842,850 | IssuesEvent | 2022-05-07 02:44:30 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Room Header: one2one room avatar is not updated correctly | T-Defect P2 S-Tolerable A-DMs A-Avatar | Have changed testbill's photo and it is showing up in the room history but not on the room header.
(For information, testbill's photo was not defined when the room was created)

| 1.0 | Room Header: one2one room avatar is not updated correctly - Have changed testbill's photo and it is showing up in the room history but not on the room header.
(For information, testbill's photo was not defined when the room was created)
 does not compile to an
extension module
What is the expected output? What do you see instead?
I'm guessing it should spit out... | 1.0 | Tutorial 'Generic Type' example fails to compile to extension module - **Issue by blrharl...@googlemail.com**
_24 Feb 2009 at 7:27 GMT_
_Originally opened on Google Code_
----
```
What steps will reproduce the problem?
Generic Type example ( in the readme.html ) does not compile to an
extension module
What is the ex... | defect | tutorial generic type example fails to compile to extension module issue by blrharl googlemail com feb at gmt originally opened on google code what steps will reproduce the problem generic type example in the readme html does not compile to an extension module what is the expecte... | 1 |
322,543 | 27,615,856,214 | IssuesEvent | 2023-03-09 19:17:47 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: follower-reads/survival=zone/locality=regional/reads=bounded-staleness/insufficient-quorum failed [test does not wait for non-voter placement] | C-test-failure O-robot X-duplicate O-roachtest branch-master T-kv X-nostale | roachtest.follower-reads/survival=zone/locality=regional/reads=bounded-staleness/insufficient-quorum [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7763932?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_Ro... | 2.0 | roachtest: follower-reads/survival=zone/locality=regional/reads=bounded-staleness/insufficient-quorum failed [test does not wait for non-voter placement] - roachtest.follower-reads/survival=zone/locality=regional/reads=bounded-staleness/insufficient-quorum [failed](https://teamcity.cockroachdb.com/buildConfiguration/Co... | non_defect | roachtest follower reads survival zone locality regional reads bounded staleness insufficient quorum failed roachtest follower reads survival zone locality regional reads bounded staleness insufficient quorum with on master test artifacts and logs in artifacts follower reads survival zone loc... | 0 |
86,551 | 15,755,678,804 | IssuesEvent | 2021-03-31 02:12:18 | Thezone1975/Wallie_Bot | https://api.github.com/repos/Thezone1975/Wallie_Bot | opened | CVE-2020-28500 (Medium) detected in lodash-4.17.11.tgz | security vulnerability | ## CVE-2020-28500 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.11.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registr... | True | CVE-2020-28500 (Medium) detected in lodash-4.17.11.tgz - ## CVE-2020-28500 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.11.tgz</b></p></summary>
<p>Lodash modular util... | non_defect | cve medium detected in lodash tgz cve medium severity vulnerability vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file watsonsocketbot package json path to vulnerable library tmp git watsonsocketbot node modules... | 0 |
7,487 | 2,610,389,654 | IssuesEvent | 2015-02-26 20:06:05 | 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 |
13,708 | 2,776,594,831 | IssuesEvent | 2015-05-04 22:42:56 | umutafacan/bounswe2015group3 | https://api.github.com/repos/umutafacan/bounswe2015group3 | reopened | Re-writing of scenario #1 and applying it to web mock-up | auto-migrated Priority-Medium Type-Defect | ```
Re-writing of scenario #1 and applying it to web mock-up
```
Original issue reported on code.google.com by `mmu...@gmail.com` on 25 Mar 2015 at 6:09 | 1.0 | Re-writing of scenario #1 and applying it to web mock-up - ```
Re-writing of scenario #1 and applying it to web mock-up
```
Original issue reported on code.google.com by `mmu...@gmail.com` on 25 Mar 2015 at 6:09 | defect | re writing of scenario and applying it to web mock up re writing of scenario and applying it to web mock up original issue reported on code google com by mmu gmail com on mar at | 1 |
71,679 | 23,759,211,744 | IssuesEvent | 2022-09-01 07:24:19 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Tried to join a room in space, got error report dialog | T-Defect X-Needs-Info | ### Steps to reproduce
1. Where are you starting? What can you see?
Space home. I just joined another room
3. What do you click?
Join button on a room
### Outcome
#### What did you expect?
Joining a room
#### What happened instead?
Got error report dialog
### Operating system
Windows
### Brows... | 1.0 | Tried to join a room in space, got error report dialog - ### Steps to reproduce
1. Where are you starting? What can you see?
Space home. I just joined another room
3. What do you click?
Join button on a room
### Outcome
#### What did you expect?
Joining a room
#### What happened instead?
Got erro... | defect | tried to join a room in space got error report dialog steps to reproduce where are you starting what can you see space home i just joined another room what do you click join button on a room outcome what did you expect joining a room what happened instead got erro... | 1 |
26,288 | 2,684,292,484 | IssuesEvent | 2015-03-28 20:56:58 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | 7zip not found! It is not installed? | 1 star bug imported Priority-Medium | _From [ehysta](https://code.google.com/u/ehysta/) on February 13, 2013 01:34:05_
Required information! OS version: Win7 SP0 x64 ConEmu version: 130210 *Bug description* 7zip not found! It is not installed?
Goto 'Update' page and check 7-zip command *Steps to reproduction* 1. put 7za.exe anywhere in %PATH%
2.... | 1.0 | 7zip not found! It is not installed? - _From [ehysta](https://code.google.com/u/ehysta/) on February 13, 2013 01:34:05_
Required information! OS version: Win7 SP0 x64 ConEmu version: 130210 *Bug description* 7zip not found! It is not installed?
Goto 'Update' page and check 7-zip command *Steps to reproduction* 1. put... | non_defect | not found it is not installed from on february required information os version conemu version bug description not found it is not installed goto update page and check zip command steps to reproduction put exe anywhere in path set exe x y at m... | 0 |
110,720 | 4,440,112,812 | IssuesEvent | 2016-08-19 01:16:53 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | Form submission fail when using GET and native Fetch API | Priority: High Related to: Content | GET requests can't have bodies. `amp-form` should use proper way to pass data (in body through FormData for POST, or as query params for GET) depending on method used.
```bash
Chrome 51.0.2704 (Mac OS X 10.11.5) amp-form should call fetchJson with the xhr action and form data FAILED
Error: Uncaught Error: Form su... | 1.0 | Form submission fail when using GET and native Fetch API - GET requests can't have bodies. `amp-form` should use proper way to pass data (in body through FormData for POST, or as query params for GET) depending on method used.
```bash
Chrome 51.0.2704 (Mac OS X 10.11.5) amp-form should call fetchJson with the xhr a... | non_defect | form submission fail when using get and native fetch api get requests can t have bodies amp form should use proper way to pass data in body through formdata for post or as query params for get depending on method used bash chrome mac os x amp form should call fetchjson with the xhr action ... | 0 |
26,021 | 4,544,833,685 | IssuesEvent | 2016-09-10 22:28:14 | quickapps/cms | https://api.github.com/repos/quickapps/cms | closed | Error: [Cake\Routing\Exception\DuplicateNamedRouteException] | Defect | Hello Developers,
I have unfortunately a little problem right after the installation of the latest version of QuickApps. I installed with Composer and the installation was successful. The whole is on a subdomain under http://quickapps.wpzweinull.ch and I forwarded this subdomain to **/webroot**.
That's right or n... | 1.0 | Error: [Cake\Routing\Exception\DuplicateNamedRouteException] - Hello Developers,
I have unfortunately a little problem right after the installation of the latest version of QuickApps. I installed with Composer and the installation was successful. The whole is on a subdomain under http://quickapps.wpzweinull.ch and I... | defect | error hello developers i have unfortunately a little problem right after the installation of the latest version of quickapps i installed with composer and the installation was successful the whole is on a subdomain under and i forwarded this subdomain to webroot that s right or not in fronte... | 1 |
16,376 | 2,889,839,946 | IssuesEvent | 2015-06-13 20:17:36 | damonkohler/sl4a | https://api.github.com/repos/damonkohler/sl4a | opened | perl is 5.10.1 but directory is called 5.10.0 | auto-migrated LowHangingFruit Priority-Medium Type-Defect | _From @GoogleCodeExporter on May 31, 2015 11:25_
```
This is probably not a critical issue but the directory where the perl
libraries are found is called 5.10.0 while perl itself says it is 5.10.1.
Are the modules really those for 5.10.1 ?
Using Android 1.6 and perl_r3
```
Original issue reported on code.google.com ... | 1.0 | perl is 5.10.1 but directory is called 5.10.0 - _From @GoogleCodeExporter on May 31, 2015 11:25_
```
This is probably not a critical issue but the directory where the perl
libraries are found is called 5.10.0 while perl itself says it is 5.10.1.
Are the modules really those for 5.10.1 ?
Using Android 1.6 and perl_r3
... | defect | perl is but directory is called from googlecodeexporter on may this is probably not a critical issue but the directory where the perl libraries are found is called while perl itself says it is are the modules really those for using android and perl origina... | 1 |
65,978 | 19,843,637,793 | IssuesEvent | 2022-01-21 01:53:59 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: org.openqa.selenium.remote.RemoteWebDriver$ByteBuddy$RwtMl7Wf cannot be cast to org.openqa.selenium.devtools.HasDevTools | C-grid C-java I-defect | ### What happened?
I am running latest selenium-docker image:
sudo docker run -d -p 4444:4444 --shm-size="2g" -e SCREEN_WIDTH=1280 -e SCREEN_HEIGHT=720 selenium/standalone-chrome:4.1.0-20211209
In my Java application I have the following code snippet that throws ClassCastException:
```
ChromeOptions opti... | 1.0 | [🐛 Bug]: org.openqa.selenium.remote.RemoteWebDriver$ByteBuddy$RwtMl7Wf cannot be cast to org.openqa.selenium.devtools.HasDevTools - ### What happened?
I am running latest selenium-docker image:
sudo docker run -d -p 4444:4444 --shm-size="2g" -e SCREEN_WIDTH=1280 -e SCREEN_HEIGHT=720 selenium/standalone-chrome... | defect | org openqa selenium remote remotewebdriver bytebuddy cannot be cast to org openqa selenium devtools hasdevtools what happened i am running latest selenium docker image sudo docker run d p shm size e screen width e screen height selenium standalone chrome in my java app... | 1 |
45,023 | 12,520,946,899 | IssuesEvent | 2020-06-03 16:40:56 | ka65359/kai-kong-music-lib | https://api.github.com/repos/ka65359/kai-kong-music-lib | closed | Sort by title inconsistent | Defect Sev 2 | ### Description
Enter a description for the defect.
#### Steps to reproduce
1.
2.
| 1.0 | Sort by title inconsistent - ### Description
Enter a description for the defect.
#### Steps to reproduce
1.
2.
| defect | sort by title inconsistent description enter a description for the defect steps to reproduce | 1 |
30,594 | 8,564,477,222 | IssuesEvent | 2018-11-09 16:50:47 | xamarin/xamarin-android | https://api.github.com/repos/xamarin/xamarin-android | closed | Emit error when timing output is not collected | Area: xamarin-android Build | We are loosing useful data, when apk tests timing measurement doesn't work. As happened recently.
We should make the build fail, when the timing output is not collected. I will probably let the processing task fail in that case. | 1.0 | Emit error when timing output is not collected - We are loosing useful data, when apk tests timing measurement doesn't work. As happened recently.
We should make the build fail, when the timing output is not collected. I will probably let the processing task fail in that case. | non_defect | emit error when timing output is not collected we are loosing useful data when apk tests timing measurement doesn t work as happened recently we should make the build fail when the timing output is not collected i will probably let the processing task fail in that case | 0 |
38,721 | 8,952,658,370 | IssuesEvent | 2019-01-25 17:07:09 | svigerske/ipopt-donotuse | https://api.github.com/repos/svigerske/ipopt-donotuse | closed | unsave SmartPtr copy semantics, meaningless comparisons, missing conversions | Ipopt defect smartptr | Issue created by migration from Trac.
Original creator: guest
Original creation time: 2011-06-22 18:32:43
Assignee: ipopt-team
Version: 3.9
Hi,
there seem to exist several issues with the implementation of SmartPtr that make it unsafe to use in certain contexts.
I have not actually experienced any bug myself, thi... | 1.0 | unsave SmartPtr copy semantics, meaningless comparisons, missing conversions - Issue created by migration from Trac.
Original creator: guest
Original creation time: 2011-06-22 18:32:43
Assignee: ipopt-team
Version: 3.9
Hi,
there seem to exist several issues with the implementation of SmartPtr that make it unsafe ... | defect | unsave smartptr copy semantics meaningless comparisons missing conversions issue created by migration from trac original creator guest original creation time assignee ipopt team version hi there seem to exist several issues with the implementation of smartptr that make it unsafe to use i... | 1 |
79,220 | 28,045,897,560 | IssuesEvent | 2023-03-28 22:52:08 | cliffparnitzky/TriathlonResultsManager | https://api.github.com/repos/cliffparnitzky/TriathlonResultsManager | closed | Publishing a report doesn't toggle the type icon | Defect ✓ - Accepted | If a report ist published via the list icon, the type icon at start of the row is not changed:

This is the error in the console:

This is the error in the console:
 detected in async-2.6.3.tgz | security vulnerability | ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-2.6.3.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library h... | True | CVE-2021-43138 (High) detected in async-2.6.3.tgz - ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-2.6.3.tgz</b></p></summary>
<p>Higher-order functions and co... | non_defect | cve high detected in async tgz cve high severity vulnerability vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file buggy webpack app package json path to vulnerable library b... | 0 |
5,954 | 2,610,218,519 | IssuesEvent | 2015-02-26 19:09:29 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | книга toyota platz | auto-migrated Priority-Medium Type-Defect | ```
'''Владлен Жданов'''
Привет всем не подскажите где можно найти
.книга toyota platz. как то выкладывали уже
'''Арлен Дмитриев'''
Качай тут http://bit.ly/19XhGks
'''Влад Беляков'''
Спасибо вроде то но просит телефон вводить
'''Авдей Герасимов'''
Не это не влияет на баланс
'''Булат Петров'''
Не это не влияет на б... | 1.0 | книга toyota platz - ```
'''Владлен Жданов'''
Привет всем не подскажите где можно найти
.книга toyota platz. как то выкладывали уже
'''Арлен Дмитриев'''
Качай тут http://bit.ly/19XhGks
'''Влад Беляков'''
Спасибо вроде то но просит телефон вводить
'''Авдей Герасимов'''
Не это не влияет на баланс
'''Булат Петров'''
... | defect | книга toyota platz владлен жданов привет всем не подскажите где можно найти книга toyota platz как то выкладывали уже арлен дмитриев качай тут влад беляков спасибо вроде то но просит телефон вводить авдей герасимов не это не влияет на баланс булат петров не это не влияет на ... | 1 |
16,590 | 2,919,670,249 | IssuesEvent | 2015-06-24 15:14:55 | robrichards/wse-php | https://api.github.com/repos/robrichards/wse-php | closed | Problem with Java security webservices resolved with this modification | auto-migrated Priority-Medium Type-Defect | ```
Filename: soap-wsse.php
function attachTokentoSig
Set attribute of token reference:
$reference->setAttribute('ValueType',
'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#
X509v3');
```
Original issue reported on code.google.com by `ranassa...@gmail.com` on 19 May 2013 at 9:32 | 1.0 | Problem with Java security webservices resolved with this modification - ```
Filename: soap-wsse.php
function attachTokentoSig
Set attribute of token reference:
$reference->setAttribute('ValueType',
'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#
X509v3');
```
Original issue repo... | defect | problem with java security webservices resolved with this modification filename soap wsse php function attachtokentosig set attribute of token reference reference setattribute valuetype original issue reported on code google com by ranassa gmail com on may at | 1 |
38,137 | 8,667,159,154 | IssuesEvent | 2018-11-29 07:40:57 | ShaikASK/Testing | https://api.github.com/repos/ShaikASK/Testing | closed | 1024 x 768 Resolution : Chrome : Initiate Onboarding : Engagement Letter" text is getting overlap with dropdown options under "Onboarding Notification" | Defect HR Admin Module HR User Module Initiate On boarding P3 | Steps To Replicate :
1.Swatch to 1024 x 768 Resolution
2.Launch the URL
3.Sign in a HR admin user
4.Create New Hire (C2C)
5.Go to Initiate Onboarding screen
Experienced Behavior : Observed that "Engagement Letter" text is getting overlap with dropdown options under Onboarding Notification in "Initiate Onboa... | 1.0 | 1024 x 768 Resolution : Chrome : Initiate Onboarding : Engagement Letter" text is getting overlap with dropdown options under "Onboarding Notification" - Steps To Replicate :
1.Swatch to 1024 x 768 Resolution
2.Launch the URL
3.Sign in a HR admin user
4.Create New Hire (C2C)
5.Go to Initiate Onboarding screen... | defect | x resolution chrome initiate onboarding engagement letter text is getting overlap with dropdown options under onboarding notification steps to replicate swatch to x resolution launch the url sign in a hr admin user create new hire go to initiate onboarding screen experien... | 1 |
210,709 | 23,768,711,331 | IssuesEvent | 2022-09-01 14:40:04 | alieint/aspnetcore-2.1.24 | https://api.github.com/repos/alieint/aspnetcore-2.1.24 | opened | react-redux-5.0.6.tgz: 1 vulnerabilities (highest severity is: 9.1) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>react-redux-5.0.6.tgz</b></p></summary>
<p></p>
<p>Path to dependency file: /src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Cl... | True | react-redux-5.0.6.tgz: 1 vulnerabilities (highest severity is: 9.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>react-redux-5.0.6.tgz</b></p></summary>
<p></p>
<p>Path to dependency file: /src/Templating/src/... | non_defect | react redux tgz vulnerabilities highest severity is vulnerable library react redux tgz path to dependency file src templating src microsoft dotnet web spa projecttemplates content reactredux csharp clientapp package json path to vulnerable library src templating src microsof... | 0 |
45,274 | 13,108,831,118 | IssuesEvent | 2020-08-04 17:32:55 | adobe-platform/porter | https://api.github.com/repos/adobe-platform/porter | closed | process isolation for porterd | security | porterd runs unrestricted on the host. While the service is not internet accessible it should still be locked down
| True | process isolation for porterd - porterd runs unrestricted on the host. While the service is not internet accessible it should still be locked down
| non_defect | process isolation for porterd porterd runs unrestricted on the host while the service is not internet accessible it should still be locked down | 0 |
63,691 | 17,859,640,995 | IssuesEvent | 2021-09-05 18:17:18 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Tab completion of username now you to press tab twice | T-Defect | ### Steps to reproduce
1. Update to 1.8.2
2. Go to a room with many users
3. Start typing the name of one of the users
4. Press tab
### What happened?
### What did you expect?
The first name would be autocompleted while still allowing me to select a second name from the list if that was wrong. This was the beh... | 1.0 | Tab completion of username now you to press tab twice - ### Steps to reproduce
1. Update to 1.8.2
2. Go to a room with many users
3. Start typing the name of one of the users
4. Press tab
### What happened?
### What did you expect?
The first name would be autocompleted while still allowing me to select a secon... | defect | tab completion of username now you to press tab twice steps to reproduce update to go to a room with many users start typing the name of one of the users press tab what happened what did you expect the first name would be autocompleted while still allowing me to select a secon... | 1 |
45,430 | 18,719,167,345 | IssuesEvent | 2021-11-03 09:47:20 | vuetifyjs/vuetify | https://api.github.com/repos/vuetifyjs/vuetify | closed | [Bug Report][2.5.10] Hidden-{breakpoint} classes overlap each other in some edge cases | T: bug Service: Breakpoint | ### Environment
**Vuetify Version:** 2.5.10
**Vue Version:** 2.6.11
**Browsers:** Chrome 94.0.4606.81
**OS:** Windows 10
### Steps to reproduce
1) add an element and apply hidden-md-only class to it
2) add another element and apply hidden-lg-only class to it
3) find a screen width when a lg device become an m... | 1.0 | [Bug Report][2.5.10] Hidden-{breakpoint} classes overlap each other in some edge cases - ### Environment
**Vuetify Version:** 2.5.10
**Vue Version:** 2.6.11
**Browsers:** Chrome 94.0.4606.81
**OS:** Windows 10
### Steps to reproduce
1) add an element and apply hidden-md-only class to it
2) add another element ... | non_defect | hidden breakpoint classes overlap each other in some edge cases environment vuetify version vue version browsers chrome os windows steps to reproduce add an element and apply hidden md only class to it add another element and apply hidden lg only c... | 0 |
23,683 | 3,851,865,575 | IssuesEvent | 2016-04-06 05:27:56 | GPF/imame4all | https://api.github.com/repos/GPF/imame4all | closed | Permanently turn off on-screen controls? | auto-migrated Priority-Medium Type-Defect | ```
*** If possible, please cc: me at JamesRIves@hotmail.com when replying***
Is there a way to permanently hide the on-screen controls when using the Ipad
version of iMame4all? I use the app with an iCade on a full-time basis. When
the iCade goes into "power saver" mode, the on-screen controls re-appear. Not
... | 1.0 | Permanently turn off on-screen controls? - ```
*** If possible, please cc: me at JamesRIves@hotmail.com when replying***
Is there a way to permanently hide the on-screen controls when using the Ipad
version of iMame4all? I use the app with an iCade on a full-time basis. When
the iCade goes into "power saver" mod... | defect | permanently turn off on screen controls if possible please cc me at jamesrives hotmail com when replying is there a way to permanently hide the on screen controls when using the ipad version of i use the app with an icade on a full time basis when the icade goes into power saver mode the o... | 1 |
27,943 | 22,627,642,436 | IssuesEvent | 2022-06-30 12:09:42 | beamer-bridge/beamer | https://api.github.com/repos/beamer-bridge/beamer | closed | Package agent and relayer for external usage | agent :robot: infrastructure :hammer: | For external parties that want to run an agent, we should provide a package that contains both the agent and required dependencies such as the relayer.
We decided that we want to package the agent and publish it on PyPI. This package should include the relayer binary (#609), so that we can ensure compatibility and u... | 1.0 | Package agent and relayer for external usage - For external parties that want to run an agent, we should provide a package that contains both the agent and required dependencies such as the relayer.
We decided that we want to package the agent and publish it on PyPI. This package should include the relayer binary (#... | non_defect | package agent and relayer for external usage for external parties that want to run an agent we should provide a package that contains both the agent and required dependencies such as the relayer we decided that we want to package the agent and publish it on pypi this package should include the relayer binary ... | 0 |
2,558 | 2,609,861,851 | IssuesEvent | 2015-02-26 17:08:08 | jrsmith3/refmanage | https://api.github.com/repos/jrsmith3/refmanage | opened | Test "test" command-line functionality | bug functionality test | This issue pertains specifically to testing the "test" command-line functionality and is split from issue #21.
To test the "test" functionality, I should test:
* Defaults.
* Every combination of cli flags. | 1.0 | Test "test" command-line functionality - This issue pertains specifically to testing the "test" command-line functionality and is split from issue #21.
To test the "test" functionality, I should test:
* Defaults.
* Every combination of cli flags. | non_defect | test test command line functionality this issue pertains specifically to testing the test command line functionality and is split from issue to test the test functionality i should test defaults every combination of cli flags | 0 |
32,990 | 6,992,202,976 | IssuesEvent | 2017-12-15 05:08:50 | gregswindle/maven-code-quality-pom | https://api.github.com/repos/gregswindle/maven-code-quality-pom | closed | fix(pom): Maven life-cycle "site" (mvn site) fails with message "Could not connect to Central search" | Priority: Medium Status: Completed Type: CI Type: Defect | **💡 TIP:** Select the ↖︎⎾ Preview ⏋ Tab above help read these instructions.
## 1. Issue type
>⌦ Type the letter "x" in the "checkbox" the best describe this issue.
- [ ] __Feature:__ I'm requesting a product enhancement.
- [x] __Defect:__ I encountered an error or detected a flaw.
## 2. User story summary
... | 1.0 | fix(pom): Maven life-cycle "site" (mvn site) fails with message "Could not connect to Central search" - **💡 TIP:** Select the ↖︎⎾ Preview ⏋ Tab above help read these instructions.
## 1. Issue type
>⌦ Type the letter "x" in the "checkbox" the best describe this issue.
- [ ] __Feature:__ I'm requesting a product ... | defect | fix pom maven life cycle site mvn site fails with message could not connect to central search 💡 tip select the ↖︎⎾ preview ⏋ tab above help read these instructions issue type ⌦ type the letter x in the checkbox the best describe this issue feature i m requesting a product en... | 1 |
34,571 | 7,457,402,236 | IssuesEvent | 2018-03-30 04:05:10 | kerdokullamae/test_koik_issued | https://api.github.com/repos/kerdokullamae/test_koik_issued | closed | Koond-RDFide genereerimine testis ebaõnnestub | C: AVAR P: highest R: fixed T: defect | **Reported by sven syld on 27 Mar 2014 09:51 UTC**
Koond-RDFe testis üritati kirjutada valesse kataloogi. | 1.0 | Koond-RDFide genereerimine testis ebaõnnestub - **Reported by sven syld on 27 Mar 2014 09:51 UTC**
Koond-RDFe testis üritati kirjutada valesse kataloogi. | defect | koond rdfide genereerimine testis ebaõnnestub reported by sven syld on mar utc koond rdfe testis üritati kirjutada valesse kataloogi | 1 |
13,017 | 2,732,875,390 | IssuesEvent | 2015-04-17 09:54:47 | tiku01/oryx-editor | https://api.github.com/repos/tiku01/oryx-editor | closed | how can i export as jPDL in oryx ediort? | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Need to export as jbpm process as jPDL
2.
3.
What is the expected output?
export as jPDL
What do you see instead?
instead of bpmn
Please provide any additional information below.
I need situation to export jPDL for jbpm work flow process
```
Original issue repor... | 1.0 | how can i export as jPDL in oryx ediort? - ```
What steps will reproduce the problem?
1. Need to export as jbpm process as jPDL
2.
3.
What is the expected output?
export as jPDL
What do you see instead?
instead of bpmn
Please provide any additional information below.
I need situation to export jPDL for jbpm ... | defect | how can i export as jpdl in oryx ediort what steps will reproduce the problem need to export as jbpm process as jpdl what is the expected output export as jpdl what do you see instead instead of bpmn please provide any additional information below i need situation to export jpdl for jbpm ... | 1 |
66,114 | 19,987,594,376 | IssuesEvent | 2022-01-30 22:11:18 | pymc-devs/pymc | https://api.github.com/repos/pymc-devs/pymc | closed | SMC Sampler - AttributeError: 'ValidatingScratchpad' object has no attribute 'test_value' when running parallel | defects wontfix v3 SMC | I'm also getting the an Attribute error with the SMC sampler when trying to replicate the Approximate Bayesian Computation referenced in https://bayesiancomputationbook.com/notebooks/chp_08.html
```python
import pandas as pd
import numpy as np
from scipy import stats
from scipy import optimize
import ... | 1.0 | SMC Sampler - AttributeError: 'ValidatingScratchpad' object has no attribute 'test_value' when running parallel - I'm also getting the an Attribute error with the SMC sampler when trying to replicate the Approximate Bayesian Computation referenced in https://bayesiancomputationbook.com/notebooks/chp_08.html
```pyth... | defect | smc sampler attributeerror validatingscratchpad object has no attribute test value when running parallel i m also getting the an attribute error with the smc sampler when trying to replicate the approximate bayesian computation referenced in python import pandas as pd import numpy as np from ... | 1 |
494,182 | 14,246,534,397 | IssuesEvent | 2020-11-19 10:11:48 | googleapis/nodejs-containeranalysis | https://api.github.com/repos/googleapis/nodejs-containeranalysis | closed | Synthesis failed for nodejs-containeranalysis | api: containeranalysis autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate nodejs-containeranalysis. :broken_heart:
Here's the output from running `synth.py`:
```
uilder/.cache/synthtool/nodejs-containeranalysis/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/containeranalysis@2.1.1 prepare /home/kbuilder/.cache/synthtool/nodejs-cont... | 1.0 | Synthesis failed for nodejs-containeranalysis - Hello! Autosynth couldn't regenerate nodejs-containeranalysis. :broken_heart:
Here's the output from running `synth.py`:
```
uilder/.cache/synthtool/nodejs-containeranalysis/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/containeranalysis@2.1.1 pre... | non_defect | synthesis failed for nodejs containeranalysis hello autosynth couldn t regenerate nodejs containeranalysis broken heart here s the output from running synth py uilder cache synthtool nodejs containeranalysis node modules protobufjs node scripts postinstall google cloud containeranalysis pre... | 0 |
36,154 | 7,867,538,859 | IssuesEvent | 2018-06-23 10:03:26 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | SILHS RICO case does not converge as of 26 Mar 2013 (Trac #558) | Migrated from Trac clubb_src defect raut@uwm.edu |
Kenny Chowdhary at Sandia would like to compare SILHS vs. their Gaussian-Legendre integration method.
SILHS no longer converges to KK for the RICO case. It converged as of 3 Jul 2012 (ticket:506), but it no longer converges. Partly this is probably just an issue of configuration. E.g., in the nightly tests, rico an... | 1.0 | SILHS RICO case does not converge as of 26 Mar 2013 (Trac #558) -
Kenny Chowdhary at Sandia would like to compare SILHS vs. their Gaussian-Legendre integration method.
SILHS no longer converges to KK for the RICO case. It converged as of 3 Jul 2012 (ticket:506), but it no longer converges. Partly this is probably ju... | defect | silhs rico case does not converge as of mar trac kenny chowdhary at sandia would like to compare silhs vs their gaussian legendre integration method silhs no longer converges to kk for the rico case it converged as of jul ticket but it no longer converges partly this is probably just an issue... | 1 |
48,474 | 13,093,818,542 | IssuesEvent | 2020-08-03 11:09:06 | PowerDNS/pdns | https://api.github.com/repos/PowerDNS/pdns | closed | auth: IPSECKEY support broken | auth defect | - Program: Authoritative
- Issue type: Bug report
### Short description
Can't add IPSECKEY records
### Environment
- Operating system: Ubuntu bionic
- Software version: 4.2.1
- Software source: PowerDNS repository
### Steps to reproduce
Record contents in this description are taken from the example ... | 1.0 | auth: IPSECKEY support broken - - Program: Authoritative
- Issue type: Bug report
### Short description
Can't add IPSECKEY records
### Environment
- Operating system: Ubuntu bionic
- Software version: 4.2.1
- Software source: PowerDNS repository
### Steps to reproduce
Record contents in this descrip... | defect | auth ipseckey support broken program authoritative issue type bug report short description can t add ipseckey records environment operating system ubuntu bionic software version software source powerdns repository steps to reproduce record contents in this descrip... | 1 |
305,884 | 26,418,201,724 | IssuesEvent | 2023-01-13 17:44:03 | NuGet/Home | https://api.github.com/repos/NuGet/Home | opened | Test: consider running Windows-only pack tests in Dotnet.Integration.Test on other platforms | Type:Test | See https://github.com/NuGet/NuGet.Client/pull/5009#discussion_r1069751109 | 1.0 | Test: consider running Windows-only pack tests in Dotnet.Integration.Test on other platforms - See https://github.com/NuGet/NuGet.Client/pull/5009#discussion_r1069751109 | non_defect | test consider running windows only pack tests in dotnet integration test on other platforms see | 0 |
52,409 | 13,224,718,960 | IssuesEvent | 2020-08-17 19:42:23 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | DOMLauncher -fext-numeric-literals breaks compilation with clang (Trac #2176) | Incomplete Migration Migrated from Trac cmake defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2176">https://code.icecube.wisc.edu/projects/icecube/ticket/2176</a>, reported by tianlu</summary>
<p>
```json
{
"status": "closed",
"changetime": "2018-07-20T09:41:47",
"_ts": "1532079707579233",
"desc... | 1.0 | DOMLauncher -fext-numeric-literals breaks compilation with clang (Trac #2176) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2176">https://code.icecube.wisc.edu/projects/icecube/ticket/2176</a>, reported by tianlu</summary>
<p>
```json
{
"status": "closed",
... | defect | domlauncher fext numeric literals breaks compilation with clang trac migrated from json status closed changetime ts description changeset doesn t play nicely with clang i get the following error when trying to build on a mac n nclang er... | 1 |
37,118 | 8,246,014,714 | IssuesEvent | 2018-09-11 11:35:07 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | Spinner does not recognize outside changes for value prop | defect | ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeReact PRO Support* where support is provided within 4 business hours
**I'm submitting a ...**
```
[x] bug report
[ ] feature request
[ ] support request => Please do ... | 1.0 | Spinner does not recognize outside changes for value prop - ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeReact PRO Support* where support is provided within 4 business hours
**I'm submitting a ...**
```
[x] bug re... | defect | spinner does not recognize outside changes for value prop there is no guarantee in receiving an immediate response in github issue tracker if you d like to secure our response you may consider primereact pro support where support is provided within business hours i m submitting a bug repo... | 1 |
245,594 | 26,549,297,320 | IssuesEvent | 2023-01-20 05:29:36 | nidhi7598/linux-3.0.35_CVE-2022-45934 | https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2022-45934 | opened | CVE-2021-3178 (Medium) detected in linux-stable-rtv3.8.6 | security vulnerability | ## CVE-2021-3178 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home pag... | True | CVE-2021-3178 (Medium) detected in linux-stable-rtv3.8.6 - ## CVE-2021-3178 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary>
<p>
<p>Julia Cartw... | 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 found in base branch master vulnerable source f... | 0 |
56,331 | 15,023,468,198 | IssuesEvent | 2021-02-01 18:16:26 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-4 [COGNITION]: COVID Vaccine Trials - Consider making the confirmation page's first H2 the H1 for user clarity | 508-defect-4 508-issue-cognition 508/Accessibility covid-vaccine-trials | # [508-defect-4](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
... | 1.0 | 508-defect-4 [COGNITION]: COVID Vaccine Trials - Consider making the confirmation page's first H2 the H1 for user clarity - # [508-defect-4](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4)
<!--
Enter an issue title usi... | defect | defect covid vaccine trials consider making the confirmation page s first the for user clarity enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading l... | 1 |
318,965 | 23,748,977,333 | IssuesEvent | 2022-08-31 18:40:41 | swiftotter/den | https://api.github.com/repos/swiftotter/den | opened | Constant `GLOB_BRACE` does not exist | documentation | This is due to Den utilizing Alpine linux.
GLOB_BRACE is only available on GNU Linux.
An issue has been raised to fix this: https://github.com/magento/magento-composer-installer/pull/37
Patch at: https://patch-diff.githubusercontent.com/raw/magento/magento-composer-installer/pull/37.patch (apply to `magento/mage... | 1.0 | Constant `GLOB_BRACE` does not exist - This is due to Den utilizing Alpine linux.
GLOB_BRACE is only available on GNU Linux.
An issue has been raised to fix this: https://github.com/magento/magento-composer-installer/pull/37
Patch at: https://patch-diff.githubusercontent.com/raw/magento/magento-composer-installe... | non_defect | constant glob brace does not exist this is due to den utilizing alpine linux glob brace is only available on gnu linux an issue has been raised to fix this patch at apply to magento magento composer installer with cweagans | 0 |
153,957 | 5,906,470,664 | IssuesEvent | 2017-05-19 15:14:51 | gctools-outilsgc/gcconnex | https://api.github.com/repos/gctools-outilsgc/gcconnex | closed | Unexpected error when performing an AJAX call. Maybe the connection to the server is lost. | High Priority Usability | This error seems to appear when you leave GCconnex open for a long time (in this case over night) and return to the open window.
Please remove this error message as the message provides no useful information to the user but makes the site look "broken" when it is not: the user can continue to use the site without co... | 1.0 | Unexpected error when performing an AJAX call. Maybe the connection to the server is lost. - This error seems to appear when you leave GCconnex open for a long time (in this case over night) and return to the open window.
Please remove this error message as the message provides no useful information to the user but ... | non_defect | unexpected error when performing an ajax call maybe the connection to the server is lost this error seems to appear when you leave gcconnex open for a long time in this case over night and return to the open window please remove this error message as the message provides no useful information to the user but ... | 0 |
222,567 | 17,082,758,405 | IssuesEvent | 2021-07-08 07:58:59 | handsontable/handsontable | https://api.github.com/repos/handsontable/handsontable | closed | New docs: Some example demo are polluted on dark theme | Type: Bug Type: Documentation | ### Description
<!--- Tell us what happens and what should happen -->
### Case 1
- [ ] Open https://dev.handsontable.com/docs/react-redux-example/ with dark theme.
Table with `data` needs different CSS.
<img width="804" alt="Screenshot 2021-07-06 at 16 50 42" src="https://user-images.githubusercontent.com/3018... | 1.0 | New docs: Some example demo are polluted on dark theme - ### Description
<!--- Tell us what happens and what should happen -->
### Case 1
- [ ] Open https://dev.handsontable.com/docs/react-redux-example/ with dark theme.
Table with `data` needs different CSS.
<img width="804" alt="Screenshot 2021-07-06 at 16 5... | non_defect | new docs some example demo are polluted on dark theme description case open with dark theme table with data needs different css img width alt screenshot at src case img width alt screenshot at src your environme... | 0 |
59,702 | 17,023,210,379 | IssuesEvent | 2021-07-03 00:52:27 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Mapnic not drawing jetty | Component: mapnik Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 4.56am, Friday, 22nd February 2008]**
Mapnic is not rendering the Busselton jetty. It renders correctly under osmarenderer with both the name and the jetty.
The tags for the jetty are
man_made=pier
[[br]]name=Busselton Jetty
It's link is http://www.openstre... | 1.0 | Mapnic not drawing jetty - **[Submitted to the original trac issue database at 4.56am, Friday, 22nd February 2008]**
Mapnic is not rendering the Busselton jetty. It renders correctly under osmarenderer with both the name and the jetty.
The tags for the jetty are
man_made=pier
[[br]]name=Busselton Jetty
It's ... | defect | mapnic not drawing jetty mapnic is not rendering the busselton jetty it renders correctly under osmarenderer with both the name and the jetty the tags for the jetty are man made pier name busselton jetty it s link is you will see the name but not the jetty osmarenderer draws both | 1 |
60,292 | 17,023,389,338 | IssuesEvent | 2021-07-03 01:46:35 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | potlatch should create a new changeset when needed | Component: potlatch (flash editor) Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 8.57pm, Thursday, 23rd April 2009]**
I got the "sorry, your changset x has closed" message in potlatch. This is probably correct (I left potlatch open while I took a long phone call). But I don't like the behavior. I want potlatch to open a new changeset automaticall... | 1.0 | potlatch should create a new changeset when needed - **[Submitted to the original trac issue database at 8.57pm, Thursday, 23rd April 2009]**
I got the "sorry, your changset x has closed" message in potlatch. This is probably correct (I left potlatch open while I took a long phone call). But I don't like the behavior.... | defect | potlatch should create a new changeset when needed i got the sorry your changset x has closed message in potlatch this is probably correct i left potlatch open while i took a long phone call but i don t like the behavior i want potlatch to open a new changeset automatically | 1 |
685,566 | 23,460,679,960 | IssuesEvent | 2022-08-16 12:53:14 | raulorteg/pyNublado | https://api.github.com/repos/raulorteg/pyNublado | opened | Add a test that checks if BPASS or some other stellar model is installed | help wanted low priority | Currently, a fresh installation of pyNublado installation can pass all tests without having the PBASS or any other stellar model installed. Without it our machinery won't run. I think this should be changed. | 1.0 | Add a test that checks if BPASS or some other stellar model is installed - Currently, a fresh installation of pyNublado installation can pass all tests without having the PBASS or any other stellar model installed. Without it our machinery won't run. I think this should be changed. | non_defect | add a test that checks if bpass or some other stellar model is installed currently a fresh installation of pynublado installation can pass all tests without having the pbass or any other stellar model installed without it our machinery won t run i think this should be changed | 0 |
56,923 | 15,444,241,348 | IssuesEvent | 2021-03-08 10:09:04 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | DataTable: cellEdit no longer sets focus on InputText content | defect | **Describe the defect**
In PrimeFaces 8 clicking in a table cell will automatically activate/focus the input text, so the user can start typing immediately.
In PrimeFaces 10 this behavior has changed. The user needs to click in the input text component again to enter content.
For keyboard only usage this is even... | 1.0 | DataTable: cellEdit no longer sets focus on InputText content - **Describe the defect**
In PrimeFaces 8 clicking in a table cell will automatically activate/focus the input text, so the user can start typing immediately.
In PrimeFaces 10 this behavior has changed. The user needs to click in the input text component... | defect | datatable celledit no longer sets focus on inputtext content describe the defect in primefaces clicking in a table cell will automatically activate focus the input text so the user can start typing immediately in primefaces this behavior has changed the user needs to click in the input text component ... | 1 |
1,925 | 2,603,973,559 | IssuesEvent | 2015-02-24 19:00:55 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳人类乳头瘤怎么办 | auto-migrated Priority-Medium Type-Defect | ```
沈阳人类乳头瘤怎么办〓沈陽軍區政治部醫院性病〓TEL:024-3
1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。�
��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌�
��歷史悠久、設備精良、技術權威、專家云集,是預防、保健
、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲��
�部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、�
��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空
軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體��
�等功。
```
-----
Original issue reported on code.google.com by `q964105... | 1.0 | 沈阳人类乳头瘤怎么办 - ```
沈阳人类乳头瘤怎么办〓沈陽軍區政治部醫院性病〓TEL:024-3
1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。�
��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌�
��歷史悠久、設備精良、技術權威、專家云集,是預防、保健
、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲��
�部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、�
��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空
軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體��
�等功。
```
-----
Original issue reported on code.google.co... | defect | 沈阳人类乳头瘤怎么办 沈阳人类乳头瘤怎么办〓沈陽軍區政治部醫院性病〓tel: 〓 , 。� �� 。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 original issue reported on code google com by gmail com on jun at | 1 |
76,151 | 26,267,808,580 | IssuesEvent | 2023-01-06 14:13:45 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BUG: scipy.stats.mode: inconsistent shape with `axis=None` and `keepdims=True` | defect scipy.stats | ### Describe your issue.
Depending on whether an array is empty or full, `scipy.stats.mode` with `axis=None` and `keepdims=True` returns inconsistent results:
```python
>>> from scipy.stats import mode
>>> import numpy as np
>>> mode(np.empty((0, 1, 2)), axis=None, keepdims=True)[0].shape
(1, 1, 1)
>>> m... | 1.0 | BUG: scipy.stats.mode: inconsistent shape with `axis=None` and `keepdims=True` - ### Describe your issue.
Depending on whether an array is empty or full, `scipy.stats.mode` with `axis=None` and `keepdims=True` returns inconsistent results:
```python
>>> from scipy.stats import mode
>>> import numpy as np
>>>... | defect | bug scipy stats mode inconsistent shape with axis none and keepdims true describe your issue depending on whether an array is empty or full scipy stats mode with axis none and keepdims true returns inconsistent results python from scipy stats import mode import numpy as np ... | 1 |
8,349 | 6,521,915,607 | IssuesEvent | 2017-08-28 22:49:32 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | Use fast path in Skia for rendering shadows. | performance prod: engine | In the latest versions of Skia, the `SkShadowMaskFilter` can render shadows in a faster/more efficient manner.
Work Items:
- [ ] Roll Skia to latest.
- [ ] Use the `SkShadowMaskFilter` for rendering shadows in Flutter. [Examples are available](https://skia.googlesource.com/skia/+/9c2249f51c861f3d0db089fbba38b8ac... | True | Use fast path in Skia for rendering shadows. - In the latest versions of Skia, the `SkShadowMaskFilter` can render shadows in a faster/more efficient manner.
Work Items:
- [ ] Roll Skia to latest.
- [ ] Use the `SkShadowMaskFilter` for rendering shadows in Flutter. [Examples are available](https://skia.googlesou... | non_defect | use fast path in skia for rendering shadows in the latest versions of skia the skshadowmaskfilter can render shadows in a faster more efficient manner work items roll skia to latest use the skshadowmaskfilter for rendering shadows in flutter capture before after traces in an opengl p... | 0 |
47,456 | 13,056,193,355 | IssuesEvent | 2020-07-30 03:56:53 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | Get I3_PORTS build on all UMD build nodes: (Trac #585) | Migrated from Trac defect tools/ports | http://code.icecube.wisc.edu/projects/icecube/wiki/DartNodes
all should have a fresh build of i3-tools-v3-karmic
for the slave acct.
Migrated from https://code.icecube.wisc.edu/ticket/585
```json
{
"status": "closed",
"changetime": "2010-02-18T03:54:31",
"description": "http://code.icecube.wisc.edu/... | 1.0 | Get I3_PORTS build on all UMD build nodes: (Trac #585) - http://code.icecube.wisc.edu/projects/icecube/wiki/DartNodes
all should have a fresh build of i3-tools-v3-karmic
for the slave acct.
Migrated from https://code.icecube.wisc.edu/ticket/585
```json
{
"status": "closed",
"changetime": "2010-02-18T03:5... | defect | get ports build on all umd build nodes trac all should have a fresh build of tools karmic for the slave acct migrated from json status closed changetime description should have a fresh build of tools karmic n nfor the slave acct n n r... | 1 |
75,665 | 25,984,208,288 | IssuesEvent | 2022-12-19 21:56:34 | owncloud/ocis | https://api.github.com/repos/owncloud/ocis | closed | Name of public link is empty and not "Public link" when not specified in the create request | Type:Bug Category:Defect Priority:p3-medium | ### Steps to reproduce
#### webUI
1. from ocis repo start ocis `bin/ocis server` . For details about the setup, check the section `run tests > with Ocis backend` https://owncloud.github.io/clients/web/testing/
2. Using webUI create public link for a file or folder
3. Now check the link of the created public share
... | 1.0 | Name of public link is empty and not "Public link" when not specified in the create request - ### Steps to reproduce
#### webUI
1. from ocis repo start ocis `bin/ocis server` . For details about the setup, check the section `run tests > with Ocis backend` https://owncloud.github.io/clients/web/testing/
2. Using web... | defect | name of public link is empty and not public link when not specified in the create request steps to reproduce webui from ocis repo start ocis bin ocis server for details about the setup check the section run tests with ocis backend using webui create public link for a file or folder ... | 1 |
38,704 | 8,952,344,854 | IssuesEvent | 2019-01-25 16:17:43 | svigerske/ipopt-donotuse | https://api.github.com/repos/svigerske/ipopt-donotuse | closed | warnig during ./config+ error during installation | Ipopt defect | Issue created by migration from Trac.
Original creator: Etlender
Original creation time: 2010-07-02 08:36:01
Assignee: ipopt-team
Version: 3.8
During my installation I got have this warning:
```
checking whether the linear solver loader should be compiled... yes
checking windows.h usability... no
checking windows... | 1.0 | warnig during ./config+ error during installation - Issue created by migration from Trac.
Original creator: Etlender
Original creation time: 2010-07-02 08:36:01
Assignee: ipopt-team
Version: 3.8
During my installation I got have this warning:
```
checking whether the linear solver loader should be compiled... yes... | defect | warnig during config error during installation issue created by migration from trac original creator etlender original creation time assignee ipopt team version during my installation i got have this warning checking whether the linear solver loader should be compiled yes checkin... | 1 |
175,042 | 6,546,203,480 | IssuesEvent | 2017-09-04 09:19:12 | openvstorage/framework | https://api.github.com/repos/openvstorage/framework | opened | Delete snapshot(s) should wait longer when retrieving the snapshots from volumedriver | priority_normal type_bug | When invalidating the 'snapshot_ids' on a vDisk, we only wait 2 seconds for the volumedriver to return
If this timeout is reached we assume the vDisk not having any snapshots. This then results in an errormessage saying 'Snapshot <id> does not belong to vDisk', which is incorrect since we just dont wait long enough
... | 1.0 | Delete snapshot(s) should wait longer when retrieving the snapshots from volumedriver - When invalidating the 'snapshot_ids' on a vDisk, we only wait 2 seconds for the volumedriver to return
If this timeout is reached we assume the vDisk not having any snapshots. This then results in an errormessage saying 'Snapshot <... | non_defect | delete snapshot s should wait longer when retrieving the snapshots from volumedriver when invalidating the snapshot ids on a vdisk we only wait seconds for the volumedriver to return if this timeout is reached we assume the vdisk not having any snapshots this then results in an errormessage saying snapshot ... | 0 |
22,278 | 2,648,588,936 | IssuesEvent | 2015-03-14 02:06:32 | dhamp/eiskaltdcpp | https://api.github.com/repos/dhamp/eiskaltdcpp | opened | Выкидывает или меняет размер окна при операциях с виджетами | bug imported Priority-Medium | _From [DrakeR...@gmail.com](https://code.google.com/u/101720956347203022390/) on February 12, 2011 23:58:52_
Ос. Ubuntu 10.10 2.6.35-24-generic x86_64 GNU/Linux
Qt версии 4.7.0.
Eiscalt DC++ 2.2.0 (stable)
После обновления стал проявляться некий глюк. Временами если закрываю какой-то виджет, либо наоборот от... | 1.0 | Выкидывает или меняет размер окна при операциях с виджетами - _From [DrakeR...@gmail.com](https://code.google.com/u/101720956347203022390/) on February 12, 2011 23:58:52_
Ос. Ubuntu 10.10 2.6.35-24-generic x86_64 GNU/Linux
Qt версии 4.7.0.
Eiscalt DC++ 2.2.0 (stable)
После обновления стал проявляться некий г... | non_defect | выкидывает или меняет размер окна при операциях с виджетами from on february ос ubuntu generic gnu linux qt версии eiscalt dc stable после обновления стал проявляться некий глюк временами если закрываю какой то виджет либо наоборот открываю файл лист и... | 0 |
31,406 | 6,518,640,950 | IssuesEvent | 2017-08-28 09:00:40 | johan-adriaans/hackbar | https://api.github.com/repos/johan-adriaans/hackbar | closed | Hack bar does not show up | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Installed Hack bar add on for Mozilla
2. Used F9 key to bring up hack bar.
What is the expected output? What do you see instead?
Hack bar does not come up.
What version of the product are you using? On what operating system?
Mozilla Firefox 10.0.2
Please provide any addi... | 1.0 | Hack bar does not show up - ```
What steps will reproduce the problem?
1. Installed Hack bar add on for Mozilla
2. Used F9 key to bring up hack bar.
What is the expected output? What do you see instead?
Hack bar does not come up.
What version of the product are you using? On what operating system?
Mozilla Firefox 10.... | defect | hack bar does not show up what steps will reproduce the problem installed hack bar add on for mozilla used key to bring up hack bar what is the expected output what do you see instead hack bar does not come up what version of the product are you using on what operating system mozilla firefox ... | 1 |
51,834 | 13,211,321,250 | IssuesEvent | 2020-08-15 22:17:47 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | neutrino-generator index.dox should be converted to index.rst (Trac #1146) | Incomplete Migration Migrated from Trac combo simulation defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1146">https://code.icecube.wisc.edu/projects/icecube/ticket/1146</a>, reported by jtatarand owned by Kotoyo Hoshina</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:35",
"_ts... | 1.0 | neutrino-generator index.dox should be converted to index.rst (Trac #1146) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1146">https://code.icecube.wisc.edu/projects/icecube/ticket/1146</a>, reported by jtatarand owned by Kotoyo Hoshina</em></summary>
<p>
```jso... | defect | neutrino generator index dox should be converted to index rst trac migrated from json status closed changetime ts description convert the doxygen created index dox file to a sphinx documentation file index rst only sphinx rst files get build... | 1 |
49,551 | 6,224,428,567 | IssuesEvent | 2017-07-10 14:14:34 | scieloorg/opac | https://api.github.com/repos/scieloorg/opac | closed | Erro em título de Notícias nas página dos periódicos | Design Revisão 2 - Equipe SciELO | Na barra de "Notícias" dentro das páginas dos periódicos o título acaba estourando a caixa de texto no Chrome, conforme mostrado abaixo.

Na versão em espanhol, ainda no Chrome, pude notar que o... | 1.0 | Erro em título de Notícias nas página dos periódicos - Na barra de "Notícias" dentro das páginas dos periódicos o título acaba estourando a caixa de texto no Chrome, conforme mostrado abaixo.

N... | non_defect | erro em título de notícias nas página dos periódicos na barra de notícias dentro das páginas dos periódicos o título acaba estourando a caixa de texto no chrome conforme mostrado abaixo na versão em espanhol ainda no chrome pude notar que o título expande e fica por cima do texto conforme mostrado a... | 0 |
39,566 | 9,548,631,464 | IssuesEvent | 2019-05-02 06:22:29 | ShaikASK/Testing | https://api.github.com/repos/ShaikASK/Testing | opened | CR : Remove Skip link while displaying the PDF document (after filling the associated dynamic webform) to sign. | Change Request Defect | Steps :
1.Launch the URL
2.Sign in as candidate
3.Click on "Get Started" button
4.Sign the Offer Letter
5.Navigate to "Common Details" webform
6.Fill all mandatory fields
7.Click on Next button
8.Fill all other webforms and click on "Next" button
9.Navigate to "Dashboard" screen
10.Click on "Start" but... | 1.0 | CR : Remove Skip link while displaying the PDF document (after filling the associated dynamic webform) to sign. - Steps :
1.Launch the URL
2.Sign in as candidate
3.Click on "Get Started" button
4.Sign the Offer Letter
5.Navigate to "Common Details" webform
6.Fill all mandatory fields
7.Click on Next button
... | defect | cr remove skip link while displaying the pdf document after filling the associated dynamic webform to sign steps launch the url sign in as candidate click on get started button sign the offer letter navigate to common details webform fill all mandatory fields click on next button ... | 1 |
11,702 | 2,663,227,627 | IssuesEvent | 2015-03-20 02:30:55 | PiLoT-/pcgamer-minecraft-server-usa | https://api.github.com/repos/PiLoT-/pcgamer-minecraft-server-usa | closed | /v Players cant harm players when /v | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. vanish by going /v
2. make sure v t damage-out is disabled
3. try hitting player
it should deal damage to player, but only does to mobs, unless ops try it
```
Original issue reported on code.google.com by `JasonBan...@gmail.com` on 24 Jan 2015 at 7:23 | 1.0 | /v Players cant harm players when /v - ```
What steps will reproduce the problem?
1. vanish by going /v
2. make sure v t damage-out is disabled
3. try hitting player
it should deal damage to player, but only does to mobs, unless ops try it
```
Original issue reported on code.google.com by `JasonBan...@gmail.com` o... | defect | v players cant harm players when v what steps will reproduce the problem vanish by going v make sure v t damage out is disabled try hitting player it should deal damage to player but only does to mobs unless ops try it original issue reported on code google com by jasonban gmail com o... | 1 |
37,189 | 8,289,570,859 | IssuesEvent | 2018-09-19 15:00:02 | supertuxkart/stk-code | https://api.github.com/repos/supertuxkart/stk-code | opened | The small crystal ball in challenges show Hacienda | C:Graphics P4: minor T: defect | I'm speaking about the small crystal ball on the top of the pillars inside the bubbles.
It is too small to see much in it (it would be nicer if it was bigger), but when paying attention to it, it's clear that it shows the first curve from Hacienda.
Expected behavior : each track would show itself in the crystal b... | 1.0 | The small crystal ball in challenges show Hacienda - I'm speaking about the small crystal ball on the top of the pillars inside the bubbles.
It is too small to see much in it (it would be nicer if it was bigger), but when paying attention to it, it's clear that it shows the first curve from Hacienda.
Expected beh... | defect | the small crystal ball in challenges show hacienda i m speaking about the small crystal ball on the top of the pillars inside the bubbles it is too small to see much in it it would be nicer if it was bigger but when paying attention to it it s clear that it shows the first curve from hacienda expected beh... | 1 |
642,477 | 20,904,821,731 | IssuesEvent | 2022-03-24 00:11:11 | openservicemesh/osm | https://api.github.com/repos/openservicemesh/osm | closed | Use an intermediate certificate to sign all service-to-service mTLS certs | size/M area/certificate-management priority/P2 area/multicluster stale | Currently OSM uses the root cert to sign all leaf certs (for service to service mTLS). We need to create an intermediate cert and sign with it instead of using the root cert. | 1.0 | Use an intermediate certificate to sign all service-to-service mTLS certs - Currently OSM uses the root cert to sign all leaf certs (for service to service mTLS). We need to create an intermediate cert and sign with it instead of using the root cert. | non_defect | use an intermediate certificate to sign all service to service mtls certs currently osm uses the root cert to sign all leaf certs for service to service mtls we need to create an intermediate cert and sign with it instead of using the root cert | 0 |
45,740 | 13,047,482,901 | IssuesEvent | 2020-07-29 10:48:10 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Support parsing signs outside of interval literal string | C: Parser E: All Editions P: Low T: Defect | See comment by @katzyn: https://github.com/jOOQ/jOOQ/issues/10453#issuecomment-665580962
> Also `INTERVAL -'1' YEAR`, `INTERVAL +'1' YEAR`, and even `INTERVAL - '-1' YEAR` etc. are valid Standard-compliant literals too. | 1.0 | Support parsing signs outside of interval literal string - See comment by @katzyn: https://github.com/jOOQ/jOOQ/issues/10453#issuecomment-665580962
> Also `INTERVAL -'1' YEAR`, `INTERVAL +'1' YEAR`, and even `INTERVAL - '-1' YEAR` etc. are valid Standard-compliant literals too. | defect | support parsing signs outside of interval literal string see comment by katzyn also interval year interval year and even interval year etc are valid standard compliant literals too | 1 |
14,405 | 3,834,815,642 | IssuesEvent | 2016-04-01 11:41:45 | wireservice/agate | https://api.github.com/repos/wireservice/agate | opened | Cookbook: computing a new sequence of columns | documentation priority-normal | Show how to use a for loop to great pairs of (name, computation) tuples suitable for computing a derived sequence. (E.g. year columns to year_pct_change columns.) | 1.0 | Cookbook: computing a new sequence of columns - Show how to use a for loop to great pairs of (name, computation) tuples suitable for computing a derived sequence. (E.g. year columns to year_pct_change columns.) | non_defect | cookbook computing a new sequence of columns show how to use a for loop to great pairs of name computation tuples suitable for computing a derived sequence e g year columns to year pct change columns | 0 |
13,697 | 2,776,010,652 | IssuesEvent | 2015-05-04 19:19:28 | pagespeed/mod_pagespeed | https://api.github.com/repos/pagespeed/mod_pagespeed | closed | java script break | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using (please check X-Mod-Pagespeed
header)?
On what operating system?
Which version of Apache?
Which MPM?
URL of broken page:
We have disable the the corrently
the issu... | 1.0 | java script break - ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using (please check X-Mod-Pagespeed
header)?
On what operating system?
Which version of Apache?
Which MPM?
URL of broken page:
We have disable the the... | defect | java script break what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using please check x mod pagespeed header on what operating system which version of apache which mpm url of broken page we have disable the the... | 1 |
21,172 | 3,466,949,721 | IssuesEvent | 2015-12-22 08:31:27 | Ryzhehvost/keyla | https://api.github.com/repos/Ryzhehvost/keyla | closed | После убийства explorer.exe не восстанавливается иконка | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Убиваем explorer.exe
2. Запускаем обратно
3. Иконки программы нет, нужно запускать её
заново
What is the expected output? What do you see instead?
Программа должна обнаруживать, что explorer
перезапустился, и корректно это
обрабатывать.
What version of the product are ... | 1.0 | После убийства explorer.exe не восстанавливается иконка - ```
What steps will reproduce the problem?
1. Убиваем explorer.exe
2. Запускаем обратно
3. Иконки программы нет, нужно запускать её
заново
What is the expected output? What do you see instead?
Программа должна обнаруживать, что explorer
перезапустился, и корр... | defect | после убийства explorer exe не восстанавливается иконка what steps will reproduce the problem убиваем explorer exe запускаем обратно иконки программы нет нужно запускать её заново what is the expected output what do you see instead программа должна обнаруживать что explorer перезапустился и корр... | 1 |
140,976 | 12,952,812,853 | IssuesEvent | 2020-07-19 22:01:46 | zmkfirmware/zmk | https://api.github.com/repos/zmkfirmware/zmk | closed | Determine proper steps and docs for flashing on Windows and/or WSL2 | documentation | From https://github.com/zmkfirmware/zmk/pull/4#discussion_r437859579 there is a need to determine proper setup and steps for flashing from Windows when building from WSL2. | 1.0 | Determine proper steps and docs for flashing on Windows and/or WSL2 - From https://github.com/zmkfirmware/zmk/pull/4#discussion_r437859579 there is a need to determine proper setup and steps for flashing from Windows when building from WSL2. | non_defect | determine proper steps and docs for flashing on windows and or from there is a need to determine proper setup and steps for flashing from windows when building from | 0 |
29,738 | 5,849,229,847 | IssuesEvent | 2017-05-10 23:07:35 | Beatz4me68/busybox-android | https://api.github.com/repos/Beatz4me68/busybox-android | closed | Sendmail missing from busybox v1.21 and v1.22 (latest) | auto-migrated Priority-Medium Type-Defect | ```
Despite issue #6 states sendmail has been added to busybox for Android in 2012,
the command is missing from busybox v1.21-Stericson (2013.07) and
v1.22-Stericson (2014.1).
When will it be added again?
```
Original issue reported on code.google.com by `slan.dr...@gmail.com` on 22 Nov 2014 at 3:54
| 1.0 | Sendmail missing from busybox v1.21 and v1.22 (latest) - ```
Despite issue #6 states sendmail has been added to busybox for Android in 2012,
the command is missing from busybox v1.21-Stericson (2013.07) and
v1.22-Stericson (2014.1).
When will it be added again?
```
Original issue reported on code.google.com by `sla... | defect | sendmail missing from busybox and latest despite issue states sendmail has been added to busybox for android in the command is missing from busybox stericson and stericson when will it be added again original issue reported on code google com by slan dr gmail com ... | 1 |
18,448 | 10,229,878,678 | IssuesEvent | 2019-08-17 16:27:37 | endormi/django-listAPI | https://api.github.com/repos/endormi/django-listAPI | closed | CVE-2019-14233 (High) detected in Django-2.1.9.tar.gz | security vulnerability | ## CVE-2019-14233 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Django-2.1.9.tar.gz</b></p></summary>
<p>A high-level Python Web framework that encourages rapid development and clean... | True | CVE-2019-14233 (High) detected in Django-2.1.9.tar.gz - ## CVE-2019-14233 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Django-2.1.9.tar.gz</b></p></summary>
<p>A high-level Python W... | non_defect | cve high detected in django tar gz cve high severity vulnerability vulnerable library django tar gz a high level python web framework that encourages rapid development and clean pragmatic design library home page a href path to dependency file django listapi requirem... | 0 |
171,821 | 27,182,575,382 | IssuesEvent | 2023-02-18 20:29:46 | UTDNebula/survival-guide | https://api.github.com/repos/UTDNebula/survival-guide | closed | Show a list of featured articles on the landing page | Category: User Experience Type: Feature Request Design | # Overview
As a user, I should be able to see a list of featured articles on the landing page.
The area of the homepage before the footer should have an area for the user to "explore" the content and see what the guide has to offer.
# Proposal
Create a list component that displays guide content in groups, depending... | 1.0 | Show a list of featured articles on the landing page - # Overview
As a user, I should be able to see a list of featured articles on the landing page.
The area of the homepage before the footer should have an area for the user to "explore" the content and see what the guide has to offer.
# Proposal
Create a list com... | non_defect | show a list of featured articles on the landing page overview as a user i should be able to see a list of featured articles on the landing page the area of the homepage before the footer should have an area for the user to explore the content and see what the guide has to offer proposal create a list com... | 0 |
79,287 | 28,086,168,198 | IssuesEvent | 2023-03-30 09:54:58 | snowplow/snowplow-javascript-tracker | https://api.github.com/repos/snowplow/snowplow-javascript-tracker | closed | Fix generating domain user ID when clearing user data with anonymous tracking | type:defect | **Describe the bug**
When the user calls `clearUserData` when anonymous tracking with session tracking is enabled, the tracker generates a new domain user id and stores it in the cookie when next event is tracked.
The ID is not set as the `duid` property in the events, it is only stored in the cookies.
**To Repr... | 1.0 | Fix generating domain user ID when clearing user data with anonymous tracking - **Describe the bug**
When the user calls `clearUserData` when anonymous tracking with session tracking is enabled, the tracker generates a new domain user id and stores it in the cookie when next event is tracked.
The ID is not set as t... | defect | fix generating domain user id when clearing user data with anonymous tracking describe the bug when the user calls clearuserdata when anonymous tracking with session tracking is enabled the tracker generates a new domain user id and stores it in the cookie when next event is tracked the id is not set as t... | 1 |
656,648 | 21,770,078,509 | IssuesEvent | 2022-05-13 08:12:29 | navikt/innbyggerpanelet | https://api.github.com/repos/navikt/innbyggerpanelet | closed | Find solutions for patching data | frontend backend Priority: Medium | Need to make designs for how updating information should be handled, and what restrictions need to be put in place. | 1.0 | Find solutions for patching data - Need to make designs for how updating information should be handled, and what restrictions need to be put in place. | non_defect | find solutions for patching data need to make designs for how updating information should be handled and what restrictions need to be put in place | 0 |
24,602 | 4,039,001,722 | IssuesEvent | 2016-05-20 01:24:09 | idaholab/moose | https://api.github.com/repos/idaholab/moose | reopened | Andy: fix comments in your test-suite input files | C: MOOSE P: critical T: defect | Heather reports:
I have run into a problem where Peacock does something odd with some of the comments in the input file when it creates its own input file. For example, in initial_stress/gravity.i, this block:
[./elasticity_tensor]
type = ComputeElasticityTensor
block = 0
fill_method = symmet... | 1.0 | Andy: fix comments in your test-suite input files - Heather reports:
I have run into a problem where Peacock does something odd with some of the comments in the input file when it creates its own input file. For example, in initial_stress/gravity.i, this block:
[./elasticity_tensor]
type = ComputeElasticit... | defect | andy fix comments in your test suite input files heather reports i have run into a problem where peacock does something odd with some of the comments in the input file when it creates its own input file for example in initial stress gravity i this block type computeelasticitytensor block... | 1 |
8,824 | 2,612,904,315 | IssuesEvent | 2015-02-27 17:25:17 | chrsmith/windows-package-manager | https://api.github.com/repos/chrsmith/windows-package-manager | closed | SHA1 Issues with MiKTeX | auto-migrated Milestone-End_Of_Month Type-Defect | ```
Hello,
I tried to install MiKTex 2.9.4146 (the latest version available at the moment)
on a 32bits Windows XP with Npackd 1.15.6 and I got an error :
"Hash sum (SHA1) 07e6... found, but b7601... was expected. The file has
changed."
Any solution?
By the way, it may be useful to have a button to notify the main... | 1.0 | SHA1 Issues with MiKTeX - ```
Hello,
I tried to install MiKTex 2.9.4146 (the latest version available at the moment)
on a 32bits Windows XP with Npackd 1.15.6 and I got an error :
"Hash sum (SHA1) 07e6... found, but b7601... was expected. The file has
changed."
Any solution?
By the way, it may be useful to have a... | defect | issues with miktex hello i tried to install miktex the latest version available at the moment on a windows xp with npackd and i got an error hash sum found but was expected the file has changed any solution by the way it may be useful to have a button to notify the ... | 1 |
35,934 | 7,834,567,491 | IssuesEvent | 2018-06-16 15:39:40 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | C6 should be set the same for rt and thl (Trac #794) | Migrated from Trac bmg2@uwm.edu clubb_src defect |
Brian notes that the computation of the LHS and RHS of the wpxp equations are computed inconsistently if C6 is different between rt and thl. Let's add idiot-proofing to exit the code with an error message when C6 is set differently between rt and thl.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/club... | 1.0 | C6 should be set the same for rt and thl (Trac #794) -
Brian notes that the computation of the LHS and RHS of the wpxp equations are computed inconsistently if C6 is different between rt and thl. Let's add idiot-proofing to exit the code with an error message when C6 is set differently between rt and thl.
Attachment... | defect | should be set the same for rt and thl trac brian notes that the computation of the lhs and rhs of the wpxp equations are computed inconsistently if is different between rt and thl let s add idiot proofing to exit the code with an error message when is set differently between rt and thl attachments ... | 1 |
180,939 | 6,654,588,834 | IssuesEvent | 2017-09-29 13:25:52 | MorpheusXAUT/slotlist-backend | https://api.github.com/repos/MorpheusXAUT/slotlist-backend | closed | Implement permission granting/revoking for missions | enhancement priority/normal upcoming | The backend already supports permissions for missions, but there's currently no way to grant a permission to a user (without adding a database row directly).
This requires #35 to be implemented in order to allow for a mission creator to search for users to grant permissions for.
-----
### Tasks
- [x] Add endpoi... | 1.0 | Implement permission granting/revoking for missions - The backend already supports permissions for missions, but there's currently no way to grant a permission to a user (without adding a database row directly).
This requires #35 to be implemented in order to allow for a mission creator to search for users to grant pe... | non_defect | implement permission granting revoking for missions the backend already supports permissions for missions but there s currently no way to grant a permission to a user without adding a database row directly this requires to be implemented in order to allow for a mission creator to search for users to grant per... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.