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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
26,902 | 4,826,730,009 | IssuesEvent | 2016-11-07 11:08:19 | MDAnalysis/mdanalysis | https://api.github.com/repos/MDAnalysis/mdanalysis | closed | It is not possible to use align_principal_axis with a principal axis | Component-Core defect solved by 363 | ### Expected behaviour
Align with first PA should be possible.
``` python
pa = ag.principal_axes()
ag.align_principal_axis(0, pa[0])
```
Then I have my protein in the principal axis reference frame. Note that it would work if align to different principal axes
### Actual behaviour
All values in the position array are set to `NaN`
### Why does this happen
The problem for this specific case is that `mda.lib.transformations.rotaxis` will return NaN if both vectors are the same. The solution is to catch this before and return a fixed axis like [1, 0, 0].
| 1.0 | It is not possible to use align_principal_axis with a principal axis - ### Expected behaviour
Align with first PA should be possible.
``` python
pa = ag.principal_axes()
ag.align_principal_axis(0, pa[0])
```
Then I have my protein in the principal axis reference frame. Note that it would work if align to different principal axes
### Actual behaviour
All values in the position array are set to `NaN`
### Why does this happen
The problem for this specific case is that `mda.lib.transformations.rotaxis` will return NaN if both vectors are the same. The solution is to catch this before and return a fixed axis like [1, 0, 0].
| defect | it is not possible to use align principal axis with a principal axis expected behaviour align with first pa should be possible python pa ag principal axes ag align principal axis pa then i have my protein in the principal axis reference frame note that it would work if align to different principal axes actual behaviour all values in the position array are set to nan why does this happen the problem for this specific case is that mda lib transformations rotaxis will return nan if both vectors are the same the solution is to catch this before and return a fixed axis like | 1 |
445,848 | 12,837,118,152 | IssuesEvent | 2020-07-07 15:18:32 | OHIF/Viewers | https://api.github.com/repos/OHIF/Viewers | opened | Clicking on an RTSTRUCT before load can cause an `updateImage` error to be thrown if the stack is not yet loaded. | IDC:priority | We should add in guards to prevent this from happening if the stack has not loaded its image yet. | 1.0 | Clicking on an RTSTRUCT before load can cause an `updateImage` error to be thrown if the stack is not yet loaded. - We should add in guards to prevent this from happening if the stack has not loaded its image yet. | non_defect | clicking on an rtstruct before load can cause an updateimage error to be thrown if the stack is not yet loaded we should add in guards to prevent this from happening if the stack has not loaded its image yet | 0 |
11,307 | 2,649,027,528 | IssuesEvent | 2015-03-14 14:32:18 | robcalcroft/YRM2015 | https://api.github.com/repos/robcalcroft/YRM2015 | closed | Remove bold and link styling from Past YRMs | defect | On the page www.yrm2015.co.uk/dev/past-yrms, some of the links have class="link-main text-bold" and some do not. None of the links need to have this attribute. | 1.0 | Remove bold and link styling from Past YRMs - On the page www.yrm2015.co.uk/dev/past-yrms, some of the links have class="link-main text-bold" and some do not. None of the links need to have this attribute. | defect | remove bold and link styling from past yrms on the page some of the links have class link main text bold and some do not none of the links need to have this attribute | 1 |
15,340 | 2,850,641,516 | IssuesEvent | 2015-05-31 19:02:56 | damonkohler/sl4a | https://api.github.com/repos/damonkohler/sl4a | opened | how to launch python in android terminal shell like bash | auto-migrated Priority-Medium Type-Defect | _From @GoogleCodeExporter on May 31, 2015 11:29_
```
What version of the product are you using? On what operating system?
android 2.2
Please provide any additional information below.
zhigang1992[a]gmail.com
```
Original issue reported on code.google.com by `zhigang1...@gmail.com` on 11 Apr 2011 at 3:56
_Copied from original issue: damonkohler/android-scripting#538_ | 1.0 | how to launch python in android terminal shell like bash - _From @GoogleCodeExporter on May 31, 2015 11:29_
```
What version of the product are you using? On what operating system?
android 2.2
Please provide any additional information below.
zhigang1992[a]gmail.com
```
Original issue reported on code.google.com by `zhigang1...@gmail.com` on 11 Apr 2011 at 3:56
_Copied from original issue: damonkohler/android-scripting#538_ | defect | how to launch python in android terminal shell like bash from googlecodeexporter on may what version of the product are you using on what operating system android please provide any additional information below gmail com original issue reported on code google com by gmail com on apr at copied from original issue damonkohler android scripting | 1 |
11,318 | 8,363,288,084 | IssuesEvent | 2018-10-03 19:16:44 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | oc "--as" flag behaves in an undesired way | sig/security | Passing `--as` flag to impersonate a user does not give me the results I should get.
I tried to impersonate myself in the following example, but similar results occurred when trying out with other users.
That user is bound to a `cluster-admin` role via a `group`.
##### Version
```
oc v3.10.0+dd10d17
kubernetes v1.10.0+b81c8f8
features: Basic-Auth
Server https://openshift.nine.ch:8443
openshift v3.9.41
kubernetes v1.9.1+a0ce1bc657
```
##### Steps To Reproduce
```shell
$ oc whoami
dadie@nine.ch
$ oc get pods
NAME READY STATUS RESTARTS AGE
my-service-67-build 0/1 Completed 0 1d
$ oc get pods --as=dadie@nine.ch
Error from server (Forbidden): pods is forbidden: User "dadie@nine.ch" cannot list pods in the namespace "ninech": User "dadie@nine.ch" cannot list pods in project "ninech"
```
##### Current Result
I cannot access the pods when trying to impersonate myself.
##### Expected Result
I should be able to access the pods when trying to impersonate myself. | True | oc "--as" flag behaves in an undesired way - Passing `--as` flag to impersonate a user does not give me the results I should get.
I tried to impersonate myself in the following example, but similar results occurred when trying out with other users.
That user is bound to a `cluster-admin` role via a `group`.
##### Version
```
oc v3.10.0+dd10d17
kubernetes v1.10.0+b81c8f8
features: Basic-Auth
Server https://openshift.nine.ch:8443
openshift v3.9.41
kubernetes v1.9.1+a0ce1bc657
```
##### Steps To Reproduce
```shell
$ oc whoami
dadie@nine.ch
$ oc get pods
NAME READY STATUS RESTARTS AGE
my-service-67-build 0/1 Completed 0 1d
$ oc get pods --as=dadie@nine.ch
Error from server (Forbidden): pods is forbidden: User "dadie@nine.ch" cannot list pods in the namespace "ninech": User "dadie@nine.ch" cannot list pods in project "ninech"
```
##### Current Result
I cannot access the pods when trying to impersonate myself.
##### Expected Result
I should be able to access the pods when trying to impersonate myself. | non_defect | oc as flag behaves in an undesired way passing as flag to impersonate a user does not give me the results i should get i tried to impersonate myself in the following example but similar results occurred when trying out with other users that user is bound to a cluster admin role via a group version oc kubernetes features basic auth server openshift kubernetes steps to reproduce shell oc whoami dadie nine ch oc get pods name ready status restarts age my service build completed oc get pods as dadie nine ch error from server forbidden pods is forbidden user dadie nine ch cannot list pods in the namespace ninech user dadie nine ch cannot list pods in project ninech current result i cannot access the pods when trying to impersonate myself expected result i should be able to access the pods when trying to impersonate myself | 0 |
44,570 | 12,258,645,227 | IssuesEvent | 2020-05-06 15:24:22 | mestrade/k8shell | https://api.github.com/repos/mestrade/k8shell | opened | X-Content-Type-Options Header Missing | defectdojo security / low | *X-Content-Type-Options Header Missing*
*Severity:* Low
*Cve:*
*Product/Engagement:* k8shell / AdHoc Import - Wed, 06 May 2020 10:00:15
*Systems*:
35.239.228.214443
https://lighthouse-githubapp-jx.mgmt.jxaas.live
https://lighthouse-githubapp-jx.mgmt.jxaas.live/
*Description*:
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
Reference: http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspxhttps://www.owasp.org/index.php/List_of_useful_HTTP_headers
URL: https://lighthouse-githubapp-jx.mgmt.jxaas.live/
Method: GET
Parameter: X-Content-Type-Options
URL: https://lighthouse-githubapp-jx.mgmt.jxaas.live
Method: GET
Parameter: X-Content-Type-Options
*Mitigation*:
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
*Impact*:
No impact provided
*References*:CWE-16
WASC-15 | 1.0 | X-Content-Type-Options Header Missing - *X-Content-Type-Options Header Missing*
*Severity:* Low
*Cve:*
*Product/Engagement:* k8shell / AdHoc Import - Wed, 06 May 2020 10:00:15
*Systems*:
35.239.228.214443
https://lighthouse-githubapp-jx.mgmt.jxaas.live
https://lighthouse-githubapp-jx.mgmt.jxaas.live/
*Description*:
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
Reference: http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspxhttps://www.owasp.org/index.php/List_of_useful_HTTP_headers
URL: https://lighthouse-githubapp-jx.mgmt.jxaas.live/
Method: GET
Parameter: X-Content-Type-Options
URL: https://lighthouse-githubapp-jx.mgmt.jxaas.live
Method: GET
Parameter: X-Content-Type-Options
*Mitigation*:
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
*Impact*:
No impact provided
*References*:CWE-16
WASC-15 | defect | x content type options header missing x content type options header missing severity low cve product engagement adhoc import wed may systems description the anti mime sniffing header x content type options was not set to nosniff this allows older versions of internet explorer and chrome to perform mime sniffing on the response body potentially causing the response body to be interpreted and displayed as a content type other than the declared content type current early and legacy versions of firefox will use the declared content type if one is set rather than performing mime sniffing reference url method get parameter x content type options url method get parameter x content type options mitigation ensure that the application web server sets the content type header appropriately and that it sets the x content type options header to nosniff for all web pages if possible ensure that the end user uses a standards compliant and modern web browser that does not perform mime sniffing at all or that can be directed by the web application web server to not perform mime sniffing impact no impact provided references cwe wasc | 1 |
77,522 | 27,039,617,938 | IssuesEvent | 2023-02-13 03:21:31 | amyjko/bookish | https://api.github.com/repos/amyjko/bookish | closed | Time limit on image loading | defect reading | Currently we cover the whole page with a loading screen until images are done loading to enable scrolling to navigate to the correct location on the page, but on a slow connection this can take a while. We should either time out or only do this on pages that actually do scrolling. The Media page is particularly slow because it loads all of the images. | 1.0 | Time limit on image loading - Currently we cover the whole page with a loading screen until images are done loading to enable scrolling to navigate to the correct location on the page, but on a slow connection this can take a while. We should either time out or only do this on pages that actually do scrolling. The Media page is particularly slow because it loads all of the images. | defect | time limit on image loading currently we cover the whole page with a loading screen until images are done loading to enable scrolling to navigate to the correct location on the page but on a slow connection this can take a while we should either time out or only do this on pages that actually do scrolling the media page is particularly slow because it loads all of the images | 1 |
78,170 | 27,354,665,618 | IssuesEvent | 2023-02-27 12:01:56 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Element's crash - white window | T-Defect | ### Steps to reproduce
No idea. I was in room and typed. But it's not the first time. Pervious time was when I tried to collect Profile.
### Outcome
#### What did you expect?
Element Desktop works well.
#### What happened instead?
Element Desktop has crashed:
1. No GUI, window with white background;
2. The general process which consumes RAM (~700 MB on the start) more then others has gone.
### Operating system
Windows 7
### Application version
1.11.23
### How did you install the app?
In-app update
### Homeserver
matrix.org
### Will you send logs?
No | 1.0 | Element's crash - white window - ### Steps to reproduce
No idea. I was in room and typed. But it's not the first time. Pervious time was when I tried to collect Profile.
### Outcome
#### What did you expect?
Element Desktop works well.
#### What happened instead?
Element Desktop has crashed:
1. No GUI, window with white background;
2. The general process which consumes RAM (~700 MB on the start) more then others has gone.
### Operating system
Windows 7
### Application version
1.11.23
### How did you install the app?
In-app update
### Homeserver
matrix.org
### Will you send logs?
No | defect | element s crash white window steps to reproduce no idea i was in room and typed but it s not the first time pervious time was when i tried to collect profile outcome what did you expect element desktop works well what happened instead element desktop has crashed no gui window with white background the general process which consumes ram mb on the start more then others has gone operating system windows application version how did you install the app in app update homeserver matrix org will you send logs no | 1 |
23,360 | 3,800,019,191 | IssuesEvent | 2016-03-23 17:42:27 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Setters not working for title cased columns | Defect | This is a (multiple allowed):
* [x] bug
* [x] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.2.5
* Platform and Target: IIS / Azure Web Server, SQL Server (Azure)
* Similar Issues: #8504, #8246
### What you did
I have inherited a large database with existing column names that are title cased. The User table has fields such as UserId, Email, Password, PhoneNumber, Admin, etc. I wish they adhered to Cake's conventions but they don't.
After updating to the Cake 3.2 branch and having issues with virtual properties, I cannot get the password hashing setter to work correctly. After some testing, I noticed the setter method does not work with a capitalized field name. This did work in the 3.1 branch.
### Expected Behavior
`$user->Password = 'test';` should fire off the `_setPassword($password)` function in the User entity.
### Actual Behavior
`$user->password = 'test';` works correctly with `_setPassword()`, but it does not work with `$user->Password = 'test';`.
### Code
Controller:
public function changePassword()
{
$user = $this->Users->get(
$this->Auth->user('UserId'),
[
'fields' => [
'UserId',
'Email'
]
]
);
$user->Password = 'TitleCased';
$user->password = 'lowercase';
// save, etc...
}
Entity:
protected function _setPassword($password)
{
die('Password: ' . $password);
return (new DefaultPasswordHasher)->hash($password);
}
Output:
Password: lowercase
| 1.0 | Setters not working for title cased columns - This is a (multiple allowed):
* [x] bug
* [x] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.2.5
* Platform and Target: IIS / Azure Web Server, SQL Server (Azure)
* Similar Issues: #8504, #8246
### What you did
I have inherited a large database with existing column names that are title cased. The User table has fields such as UserId, Email, Password, PhoneNumber, Admin, etc. I wish they adhered to Cake's conventions but they don't.
After updating to the Cake 3.2 branch and having issues with virtual properties, I cannot get the password hashing setter to work correctly. After some testing, I noticed the setter method does not work with a capitalized field name. This did work in the 3.1 branch.
### Expected Behavior
`$user->Password = 'test';` should fire off the `_setPassword($password)` function in the User entity.
### Actual Behavior
`$user->password = 'test';` works correctly with `_setPassword()`, but it does not work with `$user->Password = 'test';`.
### Code
Controller:
public function changePassword()
{
$user = $this->Users->get(
$this->Auth->user('UserId'),
[
'fields' => [
'UserId',
'Email'
]
]
);
$user->Password = 'TitleCased';
$user->password = 'lowercase';
// save, etc...
}
Entity:
protected function _setPassword($password)
{
die('Password: ' . $password);
return (new DefaultPasswordHasher)->hash($password);
}
Output:
Password: lowercase
| defect | setters not working for title cased columns this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target iis azure web server sql server azure similar issues what you did i have inherited a large database with existing column names that are title cased the user table has fields such as userid email password phonenumber admin etc i wish they adhered to cake s conventions but they don t after updating to the cake branch and having issues with virtual properties i cannot get the password hashing setter to work correctly after some testing i noticed the setter method does not work with a capitalized field name this did work in the branch expected behavior user password test should fire off the setpassword password function in the user entity actual behavior user password test works correctly with setpassword but it does not work with user password test code controller public function changepassword user this users get this auth user userid fields userid email user password titlecased user password lowercase save etc entity protected function setpassword password die password password return new defaultpasswordhasher hash password output password lowercase | 1 |
80,069 | 29,983,792,546 | IssuesEvent | 2023-06-25 01:33:59 | microsoft/TypeScript | https://api.github.com/repos/microsoft/TypeScript | closed | Quick fix module imports suggestions does not work with newly installed packages. | Not a Defect | # Bug Report
Quick fix module imports suggestion does not work with newly installed packages.
The TS Server does not seem to scan the node_modules package that have been newly installed, even after restarting TS Server, or after restarting Visual Studio Code.
### 🔎 Search Terms
typescript restart ts server module imports not found
### 🕗 Version & Regression Information
"typescript": "~5.1.3"
"tslib": "^2.5.3",
Visual Studio Code 1.79.2
node 18.16.0

### 🙁 Actual behavior
Create a new Angular project, last version
- ng new Toto
- cd Toto
- code .
- from the terminal:
- npm install @angular/material --save
- open src/app/app.module.ts
- in imports, add MatButtonModule, and save.
- type F1, then > typescript restart TS Server
The issue is the import of MatButtonModule is not proposed as a quick fix.

But if I remove an angular native modules, for example `import { CommonModule } from '@angular/common';` then it works for that import:

If I add the import manually, then the module is found in node_module, and there is no more issue

### 🙂 Expected behavior
import of MatButtonModule should be proposed as a Quick fix:

| 1.0 | Quick fix module imports suggestions does not work with newly installed packages. - # Bug Report
Quick fix module imports suggestion does not work with newly installed packages.
The TS Server does not seem to scan the node_modules package that have been newly installed, even after restarting TS Server, or after restarting Visual Studio Code.
### 🔎 Search Terms
typescript restart ts server module imports not found
### 🕗 Version & Regression Information
"typescript": "~5.1.3"
"tslib": "^2.5.3",
Visual Studio Code 1.79.2
node 18.16.0

### 🙁 Actual behavior
Create a new Angular project, last version
- ng new Toto
- cd Toto
- code .
- from the terminal:
- npm install @angular/material --save
- open src/app/app.module.ts
- in imports, add MatButtonModule, and save.
- type F1, then > typescript restart TS Server
The issue is the import of MatButtonModule is not proposed as a quick fix.

But if I remove an angular native modules, for example `import { CommonModule } from '@angular/common';` then it works for that import:

If I add the import manually, then the module is found in node_module, and there is no more issue

### 🙂 Expected behavior
import of MatButtonModule should be proposed as a Quick fix:

| defect | quick fix module imports suggestions does not work with newly installed packages bug report quick fix module imports suggestion does not work with newly installed packages the ts server does not seem to scan the node modules package that have been newly installed even after restarting ts server or after restarting visual studio code 🔎 search terms typescript restart ts server module imports not found 🕗 version regression information typescript tslib visual studio code node 🙁 actual behavior create a new angular project last version ng new toto cd toto code from the terminal npm install angular material save open src app app module ts in imports add matbuttonmodule and save type then typescript restart ts server the issue is the import of matbuttonmodule is not proposed as a quick fix but if i remove an angular native modules for example import commonmodule from angular common then it works for that import if i add the import manually then the module is found in node module and there is no more issue 🙂 expected behavior import of matbuttonmodule should be proposed as a quick fix | 1 |
66,336 | 20,155,650,678 | IssuesEvent | 2022-02-09 16:13:40 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | closed | Number of rooms shown in the list can sometimes be capped at 10 | T-Defect A-Room-List S-Major O-Occasional | ### Steps to reproduce
Customer issue stated on Twitter: https://twitter.com/amatecha/status/1490969394993786880
<img width="598" alt="Screenshot 2022-02-09 at 09 29 16" src="https://user-images.githubusercontent.com/94998736/153166106-91400d15-c42e-4076-a2de-ee61b78168c9.png">
### Outcome
N/A
### Your phone model
_No response_
### Operating system version
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
Yes | 1.0 | Number of rooms shown in the list can sometimes be capped at 10 - ### Steps to reproduce
Customer issue stated on Twitter: https://twitter.com/amatecha/status/1490969394993786880
<img width="598" alt="Screenshot 2022-02-09 at 09 29 16" src="https://user-images.githubusercontent.com/94998736/153166106-91400d15-c42e-4076-a2de-ee61b78168c9.png">
### Outcome
N/A
### Your phone model
_No response_
### Operating system version
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
Yes | defect | number of rooms shown in the list can sometimes be capped at steps to reproduce customer issue stated on twitter img width alt screenshot at src outcome n a your phone model no response operating system version no response application version no response homeserver no response will you send logs yes | 1 |
33,001 | 12,157,617,565 | IssuesEvent | 2020-04-25 22:59:54 | jmservera/node-red-azure-webapp | https://api.github.com/repos/jmservera/node-red-azure-webapp | opened | CVE-2019-11358 (Medium) detected in jquery-1.8.0.min.js, jquery-1.11.3.js | security vulnerability | ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.8.0.min.js</b>, <b>jquery-1.11.3.js</b></p></summary>
<p>
<details><summary><b>jquery-1.8.0.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/node-red-azure-webapp/node_modules/node-red-node-swagger/node_modules/swagger-ui/dist/index.html</p>
<p>Path to vulnerable library: /node-red-azure-webapp/node_modules/node-red-node-swagger/node_modules/swagger-ui/dist/lib/jquery-1.8.0.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.8.0.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.11.3.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/node-red-azure-webapp/node_modules/int64-buffer/test/test.html</p>
<p>Path to vulnerable library: /node-red-azure-webapp/node_modules/int64-buffer/test/test.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.11.3.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/jmservera/node-red-azure-webapp/commit/a828769834f37b291096091f7d78329324424ce2">a828769834f37b291096091f7d78329324424ce2</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
<p>Publish Date: 2019-04-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p>
<p>Release Date: 2019-04-20</p>
<p>Fix Resolution: 3.4.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-11358 (Medium) detected in jquery-1.8.0.min.js, jquery-1.11.3.js - ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.8.0.min.js</b>, <b>jquery-1.11.3.js</b></p></summary>
<p>
<details><summary><b>jquery-1.8.0.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/node-red-azure-webapp/node_modules/node-red-node-swagger/node_modules/swagger-ui/dist/index.html</p>
<p>Path to vulnerable library: /node-red-azure-webapp/node_modules/node-red-node-swagger/node_modules/swagger-ui/dist/lib/jquery-1.8.0.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.8.0.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.11.3.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/node-red-azure-webapp/node_modules/int64-buffer/test/test.html</p>
<p>Path to vulnerable library: /node-red-azure-webapp/node_modules/int64-buffer/test/test.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.11.3.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/jmservera/node-red-azure-webapp/commit/a828769834f37b291096091f7d78329324424ce2">a828769834f37b291096091f7d78329324424ce2</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
<p>Publish Date: 2019-04-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p>
<p>Release Date: 2019-04-20</p>
<p>Fix Resolution: 3.4.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in jquery min js jquery js cve medium severity vulnerability vulnerable libraries jquery min js jquery js jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm node red azure webapp node modules node red node swagger node modules swagger ui dist index html path to vulnerable library node red azure webapp node modules node red node swagger node modules swagger ui dist lib jquery min js dependency hierarchy x jquery min js vulnerable library jquery js javascript library for dom operations library home page a href path to dependency file tmp ws scm node red azure webapp node modules buffer test test html path to vulnerable library node red azure webapp node modules buffer test test html dependency hierarchy x jquery js vulnerable library found in head commit a href vulnerability details jquery before as used in drupal backdrop cms and other products mishandles jquery extend true because of object prototype pollution if an unsanitized source object contained an enumerable proto property it could extend the native object prototype publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
161,784 | 13,877,999,256 | IssuesEvent | 2020-10-17 07:17:40 | kevinmulot/OC-P7-BileMo | https://api.github.com/repos/kevinmulot/OC-P7-BileMo | closed | Symfony project init | documentation good first issue | - [x] Composer init
- [x] Implementation of Symfony
- [x] Edit composer.json
- [x] Init README
- [x] Create .gitignore file | 1.0 | Symfony project init - - [x] Composer init
- [x] Implementation of Symfony
- [x] Edit composer.json
- [x] Init README
- [x] Create .gitignore file | non_defect | symfony project init composer init implementation of symfony edit composer json init readme create gitignore file | 0 |
690,697 | 23,669,411,992 | IssuesEvent | 2022-08-27 05:18:16 | nokotan/siv3d-studio | https://api.github.com/repos/nokotan/siv3d-studio | opened | プレビュー画面の表示からアプリが起動完了するまでのUXの改善 | priority: high | プレビュー画面の表示からアプリが起動完了するまで時間がかかりすぎている (5~10秒)
いずれかの対策をとる
* 可能ならば起動までにかかる時間を2秒までに抑えたい
* 無理そうならば、ロード中とわかる表示を追加する | 1.0 | プレビュー画面の表示からアプリが起動完了するまでのUXの改善 - プレビュー画面の表示からアプリが起動完了するまで時間がかかりすぎている (5~10秒)
いずれかの対策をとる
* 可能ならば起動までにかかる時間を2秒までに抑えたい
* 無理そうならば、ロード中とわかる表示を追加する | non_defect | プレビュー画面の表示からアプリが起動完了するまでのuxの改善 プレビュー画面の表示からアプリが起動完了するまで時間がかかりすぎている いずれかの対策をとる 無理そうならば、ロード中とわかる表示を追加する | 0 |
744,593 | 25,949,067,843 | IssuesEvent | 2022-12-17 10:34:00 | wso2/api-manager | https://api.github.com/repos/wso2/api-manager | closed | Errors when running the mysql script for apim DB on mysql 8 | Type/Bug Priority/Normal Component/APIM 4.2.0-alpha | ### Description
When running the mysql DB script, getting the following errors.
`ERROR 1146 (42S02): Table 'apim_db.idn_oauth2_token_binding' doesn't exist
`
`ERROR 1146 (42S02): Table 'apim_db.idn_scim_group' doesn't exist
`
due to
`ERROR 1071 (42000): Specified key was too long; max key length is 3072 bytes`
This happens by the changes added through the following PRs. It does not support mysql 8
1. https://github.com/wso2/carbon-identity-framework/pull/3965
2. https://github.com/wso2/carbon-identity-framework/pull/3303
A workaround is to use charset latin 1 when creating the database.
`create database apim_db charset latin1;`
### Steps to Reproduce
Run the apim db script on a mysql version 8 database.
### Affected Component
APIM
### Version
4.2.0-SNAPSHOT
### Environment Details (with versions)
_No response_
### Relevant Log Output
_No response_
### Related Issues
_No response_
### Suggested Labels
_No response_ | 1.0 | Errors when running the mysql script for apim DB on mysql 8 - ### Description
When running the mysql DB script, getting the following errors.
`ERROR 1146 (42S02): Table 'apim_db.idn_oauth2_token_binding' doesn't exist
`
`ERROR 1146 (42S02): Table 'apim_db.idn_scim_group' doesn't exist
`
due to
`ERROR 1071 (42000): Specified key was too long; max key length is 3072 bytes`
This happens by the changes added through the following PRs. It does not support mysql 8
1. https://github.com/wso2/carbon-identity-framework/pull/3965
2. https://github.com/wso2/carbon-identity-framework/pull/3303
A workaround is to use charset latin 1 when creating the database.
`create database apim_db charset latin1;`
### Steps to Reproduce
Run the apim db script on a mysql version 8 database.
### Affected Component
APIM
### Version
4.2.0-SNAPSHOT
### Environment Details (with versions)
_No response_
### Relevant Log Output
_No response_
### Related Issues
_No response_
### Suggested Labels
_No response_ | non_defect | errors when running the mysql script for apim db on mysql description when running the mysql db script getting the following errors error table apim db idn token binding doesn t exist error table apim db idn scim group doesn t exist due to error specified key was too long max key length is bytes this happens by the changes added through the following prs it does not support mysql a workaround is to use charset latin when creating the database create database apim db charset steps to reproduce run the apim db script on a mysql version database affected component apim version snapshot environment details with versions no response relevant log output no response related issues no response suggested labels no response | 0 |
23,094 | 3,758,599,179 | IssuesEvent | 2016-03-14 09:41:48 | p120ph37/missing-link | https://api.github.com/repos/p120ph37/missing-link | closed | Property support for entity does not work | auto-migrated Priority-Medium Project-ant-http Type-Defect | ```
The recently added attribute value for entity does not work as expected. The
method isValid in class EntityNode does not respect if the value attribute has
been set. It should be something like:
public boolean isValid() {
if (null != text && text.length() > 0) {
return true;
} else if (null != file) {
return true;
} else if (null != value) {
return true;
}
return false;
}
Sorry not reporting this until now. I just assumed that this worked but a few
minutes ago a colleague spotted a 500 error in a log... :)
```
Original issue reported on code.google.com by `anders.j...@gmail.com` on 14 Sep 2011 at 11:52 | 1.0 | Property support for entity does not work - ```
The recently added attribute value for entity does not work as expected. The
method isValid in class EntityNode does not respect if the value attribute has
been set. It should be something like:
public boolean isValid() {
if (null != text && text.length() > 0) {
return true;
} else if (null != file) {
return true;
} else if (null != value) {
return true;
}
return false;
}
Sorry not reporting this until now. I just assumed that this worked but a few
minutes ago a colleague spotted a 500 error in a log... :)
```
Original issue reported on code.google.com by `anders.j...@gmail.com` on 14 Sep 2011 at 11:52 | defect | property support for entity does not work the recently added attribute value for entity does not work as expected the method isvalid in class entitynode does not respect if the value attribute has been set it should be something like public boolean isvalid if null text text length return true else if null file return true else if null value return true return false sorry not reporting this until now i just assumed that this worked but a few minutes ago a colleague spotted a error in a log original issue reported on code google com by anders j gmail com on sep at | 1 |
25,211 | 4,233,826,598 | IssuesEvent | 2016-07-05 09:27:06 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Fix covariance and contravariance on various Converter API usages | C: Functionality P: Medium T: Defect T: Incompatible change | It seems that from early days and misunderstandings of PECS, there are still a lot of bad usages of covariance and contravariance on `Converter` generics throughout the API.
In many cases, it is safe to fix these compatibly for the call site, incompatibly for the implementations. According to jOOQ's backwards compatibility strategy, minor releases may break implementations of API (not SPI). See http://www.jooq.org/doc/latest/manual/getting-started/semantic-versioning
PECS:

| 1.0 | Fix covariance and contravariance on various Converter API usages - It seems that from early days and misunderstandings of PECS, there are still a lot of bad usages of covariance and contravariance on `Converter` generics throughout the API.
In many cases, it is safe to fix these compatibly for the call site, incompatibly for the implementations. According to jOOQ's backwards compatibility strategy, minor releases may break implementations of API (not SPI). See http://www.jooq.org/doc/latest/manual/getting-started/semantic-versioning
PECS:

| defect | fix covariance and contravariance on various converter api usages it seems that from early days and misunderstandings of pecs there are still a lot of bad usages of covariance and contravariance on converter generics throughout the api in many cases it is safe to fix these compatibly for the call site incompatibly for the implementations according to jooq s backwards compatibility strategy minor releases may break implementations of api not spi see pecs | 1 |
28,197 | 5,218,516,581 | IssuesEvent | 2017-01-26 16:42:03 | idaholab/moose | https://api.github.com/repos/idaholab/moose | closed | Documentation system does not recognize objects in top-level blocks | C: Documentation T: defect | ### Description of the enhancement or error report
No `Mesh` or `Executioner` objects are processed by the moosedocs system. They have in common that the `type =` lives in a top-level block.
### Rationale for the enhancement or information for reproducing the error
This breaks #8372 and prevents users from fully documenting MOOSE.
### Identified impact
Enables documenting more systems/ | 1.0 | Documentation system does not recognize objects in top-level blocks - ### Description of the enhancement or error report
No `Mesh` or `Executioner` objects are processed by the moosedocs system. They have in common that the `type =` lives in a top-level block.
### Rationale for the enhancement or information for reproducing the error
This breaks #8372 and prevents users from fully documenting MOOSE.
### Identified impact
Enables documenting more systems/ | defect | documentation system does not recognize objects in top level blocks description of the enhancement or error report no mesh or executioner objects are processed by the moosedocs system they have in common that the type lives in a top level block rationale for the enhancement or information for reproducing the error this breaks and prevents users from fully documenting moose identified impact enables documenting more systems | 1 |
14,597 | 2,829,610,098 | IssuesEvent | 2015-05-23 02:06:28 | awesomebing1/fuzzdb | https://api.github.com/repos/awesomebing1/fuzzdb | closed | http://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf-football-2014-online-tv-pc | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1.
2.
3.
http://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf-
football-2014-online-tv-pchttp://www.nureyev-medical.org/forum/virginia-tech-vs-
duke-live-streaming-ncaaf-football-2014-online-tv-pchttp://www.nureyev-medical.o
rg/forum/virginia-tech-vs-duke-live-streaming-ncaaf-football-2014-online-tv-pcht
tp://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf-fo
otball-2014-online-tv-pchttp://www.nureyev-medical.org/forum/virginia-tech-vs-du
ke-live-streaming-ncaaf-football-2014-online-tv-pchttp://www.nureyev-medical.org
/forum/virginia-tech-vs-duke-live-streaming-ncaaf-football-2014-online-tv-pcrum/
virginia-tech-vs-duke-live-streaming-ncaaf-football-2014-online-tv-pc
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
```
Original issue reported on code.google.com by `sabujhos...@gmail.com` on 15 Nov 2014 at 3:48 | 1.0 | http://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf-football-2014-online-tv-pc - ```
What steps will reproduce the problem?
1.
2.
3.
http://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf-
football-2014-online-tv-pchttp://www.nureyev-medical.org/forum/virginia-tech-vs-
duke-live-streaming-ncaaf-football-2014-online-tv-pchttp://www.nureyev-medical.o
rg/forum/virginia-tech-vs-duke-live-streaming-ncaaf-football-2014-online-tv-pcht
tp://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf-fo
otball-2014-online-tv-pchttp://www.nureyev-medical.org/forum/virginia-tech-vs-du
ke-live-streaming-ncaaf-football-2014-online-tv-pchttp://www.nureyev-medical.org
/forum/virginia-tech-vs-duke-live-streaming-ncaaf-football-2014-online-tv-pcrum/
virginia-tech-vs-duke-live-streaming-ncaaf-football-2014-online-tv-pc
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
```
Original issue reported on code.google.com by `sabujhos...@gmail.com` on 15 Nov 2014 at 3:48 | defect | what steps will reproduce the problem football online tv pc duke live streaming ncaaf football online tv pc rg forum virginia tech vs duke live streaming ncaaf football online tv pcht tp otball online tv pc ke live streaming ncaaf football online tv pc forum virginia tech vs duke live streaming ncaaf football online tv pcrum virginia tech vs duke live streaming ncaaf football online tv pc what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below original issue reported on code google com by sabujhos gmail com on nov at | 1 |
59,072 | 14,366,085,506 | IssuesEvent | 2020-12-01 03:26:42 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | Vulnerability roundup 93: php-7.2.32: 1 advisory [3.6] | 1.severity: security | [search](https://search.nix.gsc.io/?q=php&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=php+in%3Apath&type=Code)
* [ ] [CVE-2020-7068](https://nvd.nist.gov/vuln/detail/CVE-2020-7068) CVSSv3=3.6 (nixos-20.03)
Scanned versions: nixos-20.03: 0d0660fde3b.
Cc @etu
Cc @globin
| True | Vulnerability roundup 93: php-7.2.32: 1 advisory [3.6] - [search](https://search.nix.gsc.io/?q=php&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=php+in%3Apath&type=Code)
* [ ] [CVE-2020-7068](https://nvd.nist.gov/vuln/detail/CVE-2020-7068) CVSSv3=3.6 (nixos-20.03)
Scanned versions: nixos-20.03: 0d0660fde3b.
Cc @etu
Cc @globin
| non_defect | vulnerability roundup php advisory nixos scanned versions nixos cc etu cc globin | 0 |
547,545 | 16,043,485,142 | IssuesEvent | 2021-04-22 10:49:22 | googleapis/java-automl | https://api.github.com/repos/googleapis/java-automl | reopened | com.example.automl.LanguageSentimentAnalysisPredictTest: testPredict failed | api: automl flakybot: flaky flakybot: issue priority: p1 type: bug | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 3653789390ed6dacfafc3be8fd635e088d204fd0
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/a74e7cc3-10bf-4675-bb0e-a04abd25172e), [Sponge](http://sponge2/a74e7cc3-10bf-4675-bb0e-a04abd25172e)
status: failed
<details><summary>Test output</summary><br><pre>com.google.api.gax.rpc.UnavailableException: io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain metadata
at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:69)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)
at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68)
at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1041)
at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)
at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1215)
at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:983)
at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:771)
at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:563)
at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:533)
at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:553)
at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:68)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:739)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:718)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed
at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)
at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
at com.google.cloud.automl.v1.AutoMlClient.getModel(AutoMlClient.java:1321)
at com.google.cloud.automl.v1.AutoMlClient.getModel(AutoMlClient.java:1277)
at com.example.automl.LanguageSentimentAnalysisPredictTest.setUp(LanguageSentimentAnalysisPredictTest.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain metadata
at io.grpc.Status.asRuntimeException(Status.java:535)
... 14 more
Caused by: java.io.IOException: Error getting access token for service account: 400 Bad Request
POST https://oauth2.googleapis.com/token
{"error":"invalid_grant","error_description":"Invalid JWT Signature."}
at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:612)
at com.google.auth.oauth2.OAuth2Credentials.refresh(OAuth2Credentials.java:164)
at com.google.auth.oauth2.OAuth2Credentials.getRequestMetadata(OAuth2Credentials.java:149)
at com.google.auth.oauth2.ServiceAccountCredentials.getRequestMetadata(ServiceAccountCredentials.java:946)
at com.google.auth.Credentials.blockingGetToCallback(Credentials.java:112)
at com.google.auth.Credentials$1.run(Credentials.java:98)
... 7 more
Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request
POST https://oauth2.googleapis.com/token
{"error":"invalid_grant","error_description":"Invalid JWT Signature."}
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1116)
at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:609)
... 12 more
</pre></details> | 1.0 | com.example.automl.LanguageSentimentAnalysisPredictTest: testPredict failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 3653789390ed6dacfafc3be8fd635e088d204fd0
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/a74e7cc3-10bf-4675-bb0e-a04abd25172e), [Sponge](http://sponge2/a74e7cc3-10bf-4675-bb0e-a04abd25172e)
status: failed
<details><summary>Test output</summary><br><pre>com.google.api.gax.rpc.UnavailableException: io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain metadata
at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:69)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)
at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68)
at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1041)
at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)
at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1215)
at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:983)
at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:771)
at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:563)
at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:533)
at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:553)
at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:68)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:739)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:718)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed
at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)
at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
at com.google.cloud.automl.v1.AutoMlClient.getModel(AutoMlClient.java:1321)
at com.google.cloud.automl.v1.AutoMlClient.getModel(AutoMlClient.java:1277)
at com.example.automl.LanguageSentimentAnalysisPredictTest.setUp(LanguageSentimentAnalysisPredictTest.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain metadata
at io.grpc.Status.asRuntimeException(Status.java:535)
... 14 more
Caused by: java.io.IOException: Error getting access token for service account: 400 Bad Request
POST https://oauth2.googleapis.com/token
{"error":"invalid_grant","error_description":"Invalid JWT Signature."}
at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:612)
at com.google.auth.oauth2.OAuth2Credentials.refresh(OAuth2Credentials.java:164)
at com.google.auth.oauth2.OAuth2Credentials.getRequestMetadata(OAuth2Credentials.java:149)
at com.google.auth.oauth2.ServiceAccountCredentials.getRequestMetadata(ServiceAccountCredentials.java:946)
at com.google.auth.Credentials.blockingGetToCallback(Credentials.java:112)
at com.google.auth.Credentials$1.run(Credentials.java:98)
... 7 more
Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request
POST https://oauth2.googleapis.com/token
{"error":"invalid_grant","error_description":"Invalid JWT Signature."}
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1116)
at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:609)
... 12 more
</pre></details> | non_defect | com example automl languagesentimentanalysispredicttest testpredict failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output com google api gax rpc unavailableexception io grpc statusruntimeexception unavailable credentials failed to obtain metadata at com google api gax rpc apiexceptionfactory createexception apiexceptionfactory java at com google api gax grpc grpcapiexceptionfactory create grpcapiexceptionfactory java at com google api gax grpc grpcapiexceptionfactory create grpcapiexceptionfactory java at com google api gax grpc grpcexceptioncallable exceptiontransformingfuture onfailure grpcexceptioncallable java at com google api core apifutures onfailure apifutures java at com google common util concurrent futures callbacklistener run futures java at com google common util concurrent directexecutor execute directexecutor java at com google common util concurrent abstractfuture executelistener abstractfuture java at com google common util concurrent abstractfuture complete abstractfuture java at com google common util concurrent abstractfuture setexception abstractfuture java at io grpc stub clientcalls grpcfuture setexception clientcalls java at io grpc stub clientcalls unarystreamtofuture onclose clientcalls java at io grpc internal clientcallimpl closeobserver clientcallimpl java at io grpc internal clientcallimpl access clientcallimpl java at io grpc internal clientcallimpl clientstreamlistenerimpl runinternal clientcallimpl java at io grpc internal clientcallimpl clientstreamlistenerimpl runincontext clientcallimpl java at io grpc internal contextrunnable run contextrunnable java at io grpc internal serializingexecutor run serializingexecutor java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask access scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java suppressed com google api gax rpc asynctaskexception asynchronous task failed at com google api gax rpc apiexceptions callandtranslateapiexception apiexceptions java at com google api gax rpc unarycallable call unarycallable java at com google cloud automl automlclient getmodel automlclient java at com google cloud automl automlclient getmodel automlclient java at com example automl languagesentimentanalysispredicttest setup languagesentimentanalysispredicttest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements runbefores invokemethod runbefores java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire execute java at org apache maven surefire executewithrerun java at org apache maven surefire executetestset java at org apache maven surefire invoke java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter run forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java caused by io grpc statusruntimeexception unavailable credentials failed to obtain metadata at io grpc status asruntimeexception status java more caused by java io ioexception error getting access token for service account bad request post error invalid grant error description invalid jwt signature at com google auth serviceaccountcredentials refreshaccesstoken serviceaccountcredentials java at com google auth refresh java at com google auth getrequestmetadata java at com google auth serviceaccountcredentials getrequestmetadata serviceaccountcredentials java at com google auth credentials blockinggettocallback credentials java at com google auth credentials run credentials java more caused by com google api client http httpresponseexception bad request post error invalid grant error description invalid jwt signature at com google api client http httprequest execute httprequest java at com google auth serviceaccountcredentials refreshaccesstoken serviceaccountcredentials java more | 0 |
599,020 | 18,263,930,530 | IssuesEvent | 2021-10-04 05:34:34 | Project-Easter/Flutter-UI | https://api.github.com/repos/Project-Easter/Flutter-UI | closed | Email Login and Logout | bug easy normal-priority Hacktoberfest good first issue firebase | ## Description
To implement Email Login in the Initial Screen. Currently, it's resulting in null uid as shown below.
## Screenshots
<div class = "row">
<img src="https://user-images.githubusercontent.com/59333817/135727265-2f1adf77-e593-482b-8bf8-30329bc31855.png"
width = 45% />
<img src="https://user-images.githubusercontent.com/59333817/135727368-d77dc7aa-e41a-4601-8be0-bf03ae613337.png"
width = 45% />
</div>
## Steps to Reproduce
Please provide detailed steps for reproducing the issue.
1. Initial screen : lib\screens\initial_screen.dart
2. Auth files: lib\services\auth.dart
3. Also implement the email log out when the user taps on the logout button.
4. Private profile: lib\screens\profile\private_profile.dart
## Additional data
None
| 1.0 | Email Login and Logout - ## Description
To implement Email Login in the Initial Screen. Currently, it's resulting in null uid as shown below.
## Screenshots
<div class = "row">
<img src="https://user-images.githubusercontent.com/59333817/135727265-2f1adf77-e593-482b-8bf8-30329bc31855.png"
width = 45% />
<img src="https://user-images.githubusercontent.com/59333817/135727368-d77dc7aa-e41a-4601-8be0-bf03ae613337.png"
width = 45% />
</div>
## Steps to Reproduce
Please provide detailed steps for reproducing the issue.
1. Initial screen : lib\screens\initial_screen.dart
2. Auth files: lib\services\auth.dart
3. Also implement the email log out when the user taps on the logout button.
4. Private profile: lib\screens\profile\private_profile.dart
## Additional data
None
| non_defect | email login and logout description to implement email login in the initial screen currently it s resulting in null uid as shown below screenshots img src width img src width steps to reproduce please provide detailed steps for reproducing the issue initial screen lib screens initial screen dart auth files lib services auth dart also implement the email log out when the user taps on the logout button private profile lib screens profile private profile dart additional data none | 0 |
3,296 | 3,392,398,316 | IssuesEvent | 2015-11-30 19:26:29 | coreos/bugs | https://api.github.com/repos/coreos/bugs | closed | add some stuff | area/usability component/cloud-init kind/enhancement team/os | I'm use coreos-cloudinit in my own cloud and write some stuff like:
* resize root partition and fs (linux/freebsd)
* runcmd
* set hostname not only via hostnamectl
* lock/unlock user
* create user on freebsd/openbsd
Do you interesting in this features (i can create pr) or i need to maintain own fork for this stuff? | True | add some stuff - I'm use coreos-cloudinit in my own cloud and write some stuff like:
* resize root partition and fs (linux/freebsd)
* runcmd
* set hostname not only via hostnamectl
* lock/unlock user
* create user on freebsd/openbsd
Do you interesting in this features (i can create pr) or i need to maintain own fork for this stuff? | non_defect | add some stuff i m use coreos cloudinit in my own cloud and write some stuff like resize root partition and fs linux freebsd runcmd set hostname not only via hostnamectl lock unlock user create user on freebsd openbsd do you interesting in this features i can create pr or i need to maintain own fork for this stuff | 0 |
642,624 | 20,908,532,294 | IssuesEvent | 2022-03-24 06:39:20 | AY2122S2-CS2103-F11-2/tp | https://api.github.com/repos/AY2122S2-CS2103-F11-2/tp | opened | Update `availability` field | type.Task priority.High Functionality | Things to change:
- Command to be rejected if user enters more than 7 days.
- Repeated days to be merged into one.
- Days to change from 1,2,3 to Mon, Tue, Wed | 1.0 | Update `availability` field - Things to change:
- Command to be rejected if user enters more than 7 days.
- Repeated days to be merged into one.
- Days to change from 1,2,3 to Mon, Tue, Wed | non_defect | update availability field things to change command to be rejected if user enters more than days repeated days to be merged into one days to change from to mon tue wed | 0 |
77,484 | 27,011,509,217 | IssuesEvent | 2023-02-10 15:45:21 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-2 [SCREENREADER, COGNITION]: There can be multiple duplicate "Go to debt details" labels for links without specific targets | 508/Accessibility 508-defect-2 508-issue-cognition 508-issue-screenreader | # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[KEYBOARD]: Add another user link will not receive keyboard focus
[AXE-CORE]: Heading levels should increase by one
[COGNITION]: Error messages should be more specific
[COLOR]: Blue button on blue background does not have sufficient contrast ratio
---
-->
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Definition of done
1. Review and acknowledge feedback.
1. Fix and/or document decisions made.
1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. -->
**VFS Point of Contact:** Josh
## User Story or Problem Statement
- As a screen reader user, I expect links to include a target and a purpose
- As a voice AT user, I expect links that go to different pages to be uniquely labelled so I can accurately interact with the link I want to select
- As a screen reader user, I expect links that go to different pages to be uniquely labelled so I don't confuse them within a links list as going to the same destination
## Details
There can be multiple "Go to debt details" links on the page which can cause confusion or issues for screen reader and voice AT users as listed in the user stories above. There may be better alternatives to designing the links to be more actionable and specific. I'd recommend working with a designer to discover an alternative solution.
## Acceptance Criteria
- [ ] Links contain target and purpose
- [ ] Links that go to different pages do not share the same accessible label
## Steps to Recreate
1. Log in as user 1 and go to `https://staging.va.gov/manage-va-debt/your-debt/#currentDebts`
2. Run an axe scan
3. Confirm the error "links with the same name have similar purpose" emerges
## Proposed Solution
If the links are just meant to send the user to a generic details page, it may be better to link the headings and provide more actionable guidance below. For example:
<img width="783" alt="Screen Shot 2021-08-05 at 1 49 15 PM" src="https://user-images.githubusercontent.com/14154792/128397243-b3561548-258f-4eaf-854d-caa33b1d7e16.png">
The first debt has no immediate action, so no action link is provided. The second debt has a payment that's required, so a link to where the user can pay is provided _along_ with a specific label just in case there are multiple on the page.
## WCAG or Vendor Guidance (optional)
[Ensure that links with the same accessible name serve a similar purpose](https://dequeuniversity.com/rules/axe/4.2/identical-links-same-purpose?application=coconut)
## Screenshots or Trace Logs
<img width="1792" alt="Screen Shot 2021-08-05 at 1 45 32 PM" src="https://user-images.githubusercontent.com/14154792/128397380-de8d6905-36cb-4c85-a6db-06cc62ebad61.png">
| 1.0 | 508-defect-2 [SCREENREADER, COGNITION]: There can be multiple duplicate "Go to debt details" labels for links without specific targets - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[KEYBOARD]: Add another user link will not receive keyboard focus
[AXE-CORE]: Heading levels should increase by one
[COGNITION]: Error messages should be more specific
[COLOR]: Blue button on blue background does not have sufficient contrast ratio
---
-->
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Definition of done
1. Review and acknowledge feedback.
1. Fix and/or document decisions made.
1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. -->
**VFS Point of Contact:** Josh
## User Story or Problem Statement
- As a screen reader user, I expect links to include a target and a purpose
- As a voice AT user, I expect links that go to different pages to be uniquely labelled so I can accurately interact with the link I want to select
- As a screen reader user, I expect links that go to different pages to be uniquely labelled so I don't confuse them within a links list as going to the same destination
## Details
There can be multiple "Go to debt details" links on the page which can cause confusion or issues for screen reader and voice AT users as listed in the user stories above. There may be better alternatives to designing the links to be more actionable and specific. I'd recommend working with a designer to discover an alternative solution.
## Acceptance Criteria
- [ ] Links contain target and purpose
- [ ] Links that go to different pages do not share the same accessible label
## Steps to Recreate
1. Log in as user 1 and go to `https://staging.va.gov/manage-va-debt/your-debt/#currentDebts`
2. Run an axe scan
3. Confirm the error "links with the same name have similar purpose" emerges
## Proposed Solution
If the links are just meant to send the user to a generic details page, it may be better to link the headings and provide more actionable guidance below. For example:
<img width="783" alt="Screen Shot 2021-08-05 at 1 49 15 PM" src="https://user-images.githubusercontent.com/14154792/128397243-b3561548-258f-4eaf-854d-caa33b1d7e16.png">
The first debt has no immediate action, so no action link is provided. The second debt has a payment that's required, so a link to where the user can pay is provided _along_ with a specific label just in case there are multiple on the page.
## WCAG or Vendor Guidance (optional)
[Ensure that links with the same accessible name serve a similar purpose](https://dequeuniversity.com/rules/axe/4.2/identical-links-same-purpose?application=coconut)
## Screenshots or Trace Logs
<img width="1792" alt="Screen Shot 2021-08-05 at 1 45 32 PM" src="https://user-images.githubusercontent.com/14154792/128397380-de8d6905-36cb-4c85-a6db-06cc62ebad61.png">
| defect | defect there can be multiple duplicate go to debt details labels for links without specific targets enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specific blue button on blue background does not have sufficient contrast ratio feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact josh user story or problem statement as a screen reader user i expect links to include a target and a purpose as a voice at user i expect links that go to different pages to be uniquely labelled so i can accurately interact with the link i want to select as a screen reader user i expect links that go to different pages to be uniquely labelled so i don t confuse them within a links list as going to the same destination details there can be multiple go to debt details links on the page which can cause confusion or issues for screen reader and voice at users as listed in the user stories above there may be better alternatives to designing the links to be more actionable and specific i d recommend working with a designer to discover an alternative solution acceptance criteria links contain target and purpose links that go to different pages do not share the same accessible label steps to recreate log in as user and go to run an axe scan confirm the error links with the same name have similar purpose emerges proposed solution if the links are just meant to send the user to a generic details page it may be better to link the headings and provide more actionable guidance below for example img width alt screen shot at pm src the first debt has no immediate action so no action link is provided the second debt has a payment that s required so a link to where the user can pay is provided along with a specific label just in case there are multiple on the page wcag or vendor guidance optional screenshots or trace logs img width alt screen shot at pm src | 1 |
1,495 | 2,603,966,511 | IssuesEvent | 2015-02-24 18:59:10 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳女性生殖疱疹如何治疗 | auto-migrated Priority-Medium Type-Defect | ```
沈阳女性生殖疱疹如何治疗〓沈陽軍區政治部醫院性病〓TEL��
�024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治�
��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共�
��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、
保健、醫療、科研康復為一體的綜合性醫院。是國家首批公��
�甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大�
��、東南大學等知名高等院校的教學醫院。曾被中國人民解放
軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立��
�體二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:04 | 1.0 | 沈阳女性生殖疱疹如何治疗 - ```
沈阳女性生殖疱疹如何治疗〓沈陽軍區政治部醫院性病〓TEL��
�024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治�
��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共�
��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、
保健、醫療、科研康復為一體的綜合性醫院。是國家首批公��
�甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大�
��、東南大學等知名高等院校的教學醫院。曾被中國人民解放
軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立��
�體二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:04 | defect | 沈阳女性生殖疱疹如何治疗 沈阳女性生殖疱疹如何治疗〓沈陽軍區政治部醫院性病〓tel�� � 〓 , � ��。 。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 original issue reported on code google com by gmail com on jun at | 1 |
75,106 | 25,534,375,534 | IssuesEvent | 2022-11-29 10:49:26 | apache/jmeter | https://api.github.com/repos/apache/jmeter | opened | java.lang.IllegalArgumentException: Zero length string passed to TextLayout constructor | defect to-triage | ### Expected behavior
When using the Aggregated graph, "Display Graph" and the "Graph" Tag should display a graph.
### Actual behavior
UI hangs, exception is logged
```
2022-11-29 11:41:52,049 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)
2022-11-29 11:41:54,801 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[AWT-EventQueue-0,6,main]
java.lang.IllegalArgumentException: Zero length string passed to TextLayout constructor.
at java.awt.font.TextLayout.<init>(TextLayout.java:382) ~[?:?]
at org.jCharts.chartText.TextTag.<init>(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.jCharts.chartText.TextTag.<init>(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.jCharts.chartText.TextTagGroup.addLabel(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.jCharts.axisChart.AxisChart.setupAxis(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.jCharts.axisChart.AxisChart.renderChart(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.jCharts.Chart.render(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.apache.jmeter.visualizers.AxisGraph.drawSample(AxisGraph.java:427) ~[ApacheJMeter_components.jar:5.5]
at org.apache.jmeter.visualizers.AxisGraph.paintComponent(AxisGraph.java:316) ~[ApacheJMeter_components.jar:5.5]
at javax.swing.JComponent.paint(JComponent.java:1119) ~[?:?]
at javax.swing.JComponent.paintChildren(JComponent.java:952) ~[?:?]
at javax.swing.JComponent.paint(JComponent.java:1128) ~[?:?]
at javax.swing.JComponent.paintChildren(JComponent.java:952) ~[?:?]
at javax.swing.JSplitPane.paintChildren(JSplitPane.java:1030) ~[?:?]
at javax.swing.JComponent.paint(JComponent.java:1128) ~[?:?]
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5311) ~[?:?]
at javax.swing.RepaintManager$PaintManager.paintDoubleBufferedImpl(RepaintManager.java:1657) ~[?:?]
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1632) ~[?:?]
at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1570) ~[?:?]
at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:262) ~[?:?]
at javax.swing.RepaintManager.paint(RepaintManager.java:1337) ~[?:?]
at javax.swing.JComponent._paintImmediately(JComponent.java:5259) ~[?:?]
at javax.swing.JComponent.paintImmediately(JComponent.java:5069) ~[?:?]
at javax.swing.RepaintManager$4.run(RepaintManager.java:879) ~[?:?]
at javax.swing.RepaintManager$4.run(RepaintManager.java:862) ~[?:?]
at java.security.AccessController.doPrivileged(AccessController.java:399) ~[?:?]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) ~[?:?]
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:862) ~[?:?]
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:835) ~[?:?]
at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:784) ~[?:?]
at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1898) ~[?:?]
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) ~[?:?]
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:771) ~[?:?]
at java.awt.EventQueue$4.run(EventQueue.java:722) ~[?:?]
at java.awt.EventQueue$4.run(EventQueue.java:716) ~[?:?]
at java.security.AccessController.doPrivileged(AccessController.java:399) ~[?:?]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) ~[?:?]
at java.awt.EventQueue.dispatchEvent(EventQueue.java:741) ~[?:?]
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) ~[?:?]
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) ~[?:?]
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) ~[?:?]
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) ~[?:?]
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) ~[?:?]
at java.awt.EventDispatchThread.run(EventDispatchThread.java:90) ~[?:?]
```
### Steps to reproduce the problem
Execute testplan, open graph view
### JMeter Version
5.5
### Java Version
OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Debian-1deb11u1, mixed mode, sharing)
### OS Version
Debian Linux 11 | 1.0 | java.lang.IllegalArgumentException: Zero length string passed to TextLayout constructor - ### Expected behavior
When using the Aggregated graph, "Display Graph" and the "Graph" Tag should display a graph.
### Actual behavior
UI hangs, exception is logged
```
2022-11-29 11:41:52,049 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)
2022-11-29 11:41:54,801 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[AWT-EventQueue-0,6,main]
java.lang.IllegalArgumentException: Zero length string passed to TextLayout constructor.
at java.awt.font.TextLayout.<init>(TextLayout.java:382) ~[?:?]
at org.jCharts.chartText.TextTag.<init>(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.jCharts.chartText.TextTag.<init>(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.jCharts.chartText.TextTagGroup.addLabel(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.jCharts.axisChart.AxisChart.setupAxis(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.jCharts.axisChart.AxisChart.renderChart(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.jCharts.Chart.render(Unknown Source) ~[jcharts-0.7.5.jar:?]
at org.apache.jmeter.visualizers.AxisGraph.drawSample(AxisGraph.java:427) ~[ApacheJMeter_components.jar:5.5]
at org.apache.jmeter.visualizers.AxisGraph.paintComponent(AxisGraph.java:316) ~[ApacheJMeter_components.jar:5.5]
at javax.swing.JComponent.paint(JComponent.java:1119) ~[?:?]
at javax.swing.JComponent.paintChildren(JComponent.java:952) ~[?:?]
at javax.swing.JComponent.paint(JComponent.java:1128) ~[?:?]
at javax.swing.JComponent.paintChildren(JComponent.java:952) ~[?:?]
at javax.swing.JSplitPane.paintChildren(JSplitPane.java:1030) ~[?:?]
at javax.swing.JComponent.paint(JComponent.java:1128) ~[?:?]
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5311) ~[?:?]
at javax.swing.RepaintManager$PaintManager.paintDoubleBufferedImpl(RepaintManager.java:1657) ~[?:?]
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1632) ~[?:?]
at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1570) ~[?:?]
at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:262) ~[?:?]
at javax.swing.RepaintManager.paint(RepaintManager.java:1337) ~[?:?]
at javax.swing.JComponent._paintImmediately(JComponent.java:5259) ~[?:?]
at javax.swing.JComponent.paintImmediately(JComponent.java:5069) ~[?:?]
at javax.swing.RepaintManager$4.run(RepaintManager.java:879) ~[?:?]
at javax.swing.RepaintManager$4.run(RepaintManager.java:862) ~[?:?]
at java.security.AccessController.doPrivileged(AccessController.java:399) ~[?:?]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) ~[?:?]
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:862) ~[?:?]
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:835) ~[?:?]
at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:784) ~[?:?]
at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1898) ~[?:?]
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) ~[?:?]
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:771) ~[?:?]
at java.awt.EventQueue$4.run(EventQueue.java:722) ~[?:?]
at java.awt.EventQueue$4.run(EventQueue.java:716) ~[?:?]
at java.security.AccessController.doPrivileged(AccessController.java:399) ~[?:?]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) ~[?:?]
at java.awt.EventQueue.dispatchEvent(EventQueue.java:741) ~[?:?]
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) ~[?:?]
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) ~[?:?]
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) ~[?:?]
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) ~[?:?]
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) ~[?:?]
at java.awt.EventDispatchThread.run(EventDispatchThread.java:90) ~[?:?]
```
### Steps to reproduce the problem
Execute testplan, open graph view
### JMeter Version
5.5
### Java Version
OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Debian-1deb11u1, mixed mode, sharing)
### OS Version
Debian Linux 11 | defect | java lang illegalargumentexception zero length string passed to textlayout constructor expected behavior when using the aggregated graph display graph and the graph tag should display a graph actual behavior ui hangs exception is logged info o a j g u jmetermenubar setrunning false local error o a j jmeter uncaught exception in thread thread java lang illegalargumentexception zero length string passed to textlayout constructor at java awt font textlayout textlayout java at org jcharts charttext texttag unknown source at org jcharts charttext texttag unknown source at org jcharts charttext texttaggroup addlabel unknown source at org jcharts axischart axischart setupaxis unknown source at org jcharts axischart axischart renderchart unknown source at org jcharts chart render unknown source at org apache jmeter visualizers axisgraph drawsample axisgraph java at org apache jmeter visualizers axisgraph paintcomponent axisgraph java at javax swing jcomponent paint jcomponent java at javax swing jcomponent paintchildren jcomponent java at javax swing jcomponent paint jcomponent java at javax swing jcomponent paintchildren jcomponent java at javax swing jsplitpane paintchildren jsplitpane java at javax swing jcomponent paint jcomponent java at javax swing jcomponent painttooffscreen jcomponent java at javax swing repaintmanager paintmanager paintdoublebufferedimpl repaintmanager java at javax swing repaintmanager paintmanager paintdoublebuffered repaintmanager java at javax swing repaintmanager paintmanager paint repaintmanager java at javax swing bufferstrategypaintmanager paint bufferstrategypaintmanager java at javax swing repaintmanager paint repaintmanager java at javax swing jcomponent paintimmediately jcomponent java at javax swing jcomponent paintimmediately jcomponent java at javax swing repaintmanager run repaintmanager java at javax swing repaintmanager run repaintmanager java at java security accesscontroller doprivileged accesscontroller java at java security protectiondomain javasecurityaccessimpl dointersectionprivilege protectiondomain java at javax swing repaintmanager paintdirtyregions repaintmanager java at javax swing repaintmanager paintdirtyregions repaintmanager java at javax swing repaintmanager prepaintdirtyregions repaintmanager java at javax swing repaintmanager processingrunnable run repaintmanager java at java awt event invocationevent dispatch invocationevent java at java awt eventqueue dispatcheventimpl eventqueue java at java awt eventqueue run eventqueue java at java awt eventqueue run eventqueue java at java security accesscontroller doprivileged accesscontroller java at java security protectiondomain javasecurityaccessimpl dointersectionprivilege protectiondomain java at java awt eventqueue dispatchevent eventqueue java at java awt eventdispatchthread pumponeeventforfilters eventdispatchthread java at java awt eventdispatchthread pumpeventsforfilter eventdispatchthread java at java awt eventdispatchthread pumpeventsforhierarchy eventdispatchthread java at java awt eventdispatchthread pumpevents eventdispatchthread java at java awt eventdispatchthread pumpevents eventdispatchthread java at java awt eventdispatchthread run eventdispatchthread java steps to reproduce the problem execute testplan open graph view jmeter version java version openjdk bit server vm build post debian mixed mode sharing os version debian linux | 1 |
20,621 | 10,543,176,382 | IssuesEvent | 2019-10-02 14:32:04 | thomasklwong/profile | https://api.github.com/repos/thomasklwong/profile | closed | CVE-2015-9251 (Medium) detected in multiple libraries | security vulnerability | ## CVE-2015-9251 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-1.9.1.js</b>, <b>jquery-1.7.1.min.js</b></p></summary>
<p>
<details><summary><b>jquery-2.1.4.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/profile/node_modules/js-base64/test/index.html</p>
<p>Path to vulnerable library: /profile/node_modules/js-base64/test/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-2.1.4.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.9.1.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/profile/node_modules/tinycolor2/index.html</p>
<p>Path to vulnerable library: /profile/node_modules/tinycolor2/demo/jquery-1.9.1.js,/profile/node_modules/tinycolor2/test/../demo/jquery-1.9.1.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.9.1.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.7.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/profile/node_modules/sockjs/examples/multiplex/index.html</p>
<p>Path to vulnerable library: /profile/node_modules/sockjs/examples/multiplex/index.html,/profile/node_modules/sockjs/examples/hapi/html/index.html,/profile/node_modules/sockjs/examples/express/index.html,/profile/node_modules/vm-browserify/example/run/index.html,/profile/node_modules/sockjs/examples/echo/index.html,/profile/node_modules/sockjs/examples/express-3.x/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.7.1.min.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/thomasklwong/profile/commit/04c9526aff9ec0afc4aad1ced0623ea9d3420581">04c9526aff9ec0afc4aad1ced0623ea9d3420581</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
<p>Publish Date: 2018-01-18
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251>CVE-2015-9251</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p>
<p>Release Date: 2018-01-18</p>
<p>Fix Resolution: jQuery - v3.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2015-9251 (Medium) detected in multiple libraries - ## CVE-2015-9251 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-1.9.1.js</b>, <b>jquery-1.7.1.min.js</b></p></summary>
<p>
<details><summary><b>jquery-2.1.4.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/profile/node_modules/js-base64/test/index.html</p>
<p>Path to vulnerable library: /profile/node_modules/js-base64/test/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-2.1.4.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.9.1.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/profile/node_modules/tinycolor2/index.html</p>
<p>Path to vulnerable library: /profile/node_modules/tinycolor2/demo/jquery-1.9.1.js,/profile/node_modules/tinycolor2/test/../demo/jquery-1.9.1.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.9.1.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.7.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/profile/node_modules/sockjs/examples/multiplex/index.html</p>
<p>Path to vulnerable library: /profile/node_modules/sockjs/examples/multiplex/index.html,/profile/node_modules/sockjs/examples/hapi/html/index.html,/profile/node_modules/sockjs/examples/express/index.html,/profile/node_modules/vm-browserify/example/run/index.html,/profile/node_modules/sockjs/examples/echo/index.html,/profile/node_modules/sockjs/examples/express-3.x/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.7.1.min.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/thomasklwong/profile/commit/04c9526aff9ec0afc4aad1ced0623ea9d3420581">04c9526aff9ec0afc4aad1ced0623ea9d3420581</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
<p>Publish Date: 2018-01-18
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251>CVE-2015-9251</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p>
<p>Release Date: 2018-01-18</p>
<p>Fix Resolution: jQuery - v3.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries jquery min js jquery js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm profile node modules js test index html path to vulnerable library profile node modules js test index html dependency hierarchy x jquery min js vulnerable library jquery js javascript library for dom operations library home page a href path to dependency file tmp ws scm profile node modules index html path to vulnerable library profile node modules demo jquery js profile node modules test demo jquery js dependency hierarchy x jquery js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm profile node modules sockjs examples multiplex index html path to vulnerable library profile node modules sockjs examples multiplex index html profile node modules sockjs examples hapi html index html profile node modules sockjs examples express index html profile node modules vm browserify example run index html profile node modules sockjs examples echo index html profile node modules sockjs examples express x index html dependency hierarchy x jquery min js vulnerable library found in head commit a href vulnerability details jquery before is vulnerable to cross site scripting xss attacks when a cross domain ajax request is performed without the datatype option causing text javascript responses to be executed publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource | 0 |
15,100 | 11,354,176,124 | IssuesEvent | 2020-01-24 17:01:12 | KainyRyu/kodflix | https://api.github.com/repos/KainyRyu/kodflix | opened | Deploy kodflix to production! | Infrastructure & DevOps | https://github.com/rmallols/kodflix/issues/17
Historically speaking, all the feedback we've received came from our internal / beta customers.
They're quite happy with the current state of the art, so now it's time to make kodflix publicly available!
That would imply we'll have a public URL access, so everybody around the world could check it.
https://kodiri.com/platform/videos/kodflix/5c2fac094f8a290eb464a545
**Technical guidance:**
We'll deploy our applications to the cloud using `Heroku`
https://www.heroku.com
It's a very popular framework, with really nice docs and extensive community support.
On top of that, it's free for personal projects, with some limitations (e.g. apps tend to 'sleep', which means first time you access it after a period of inactivity, it'll take few seconds to respond).
Setup process will just take few minutes.
1. Sign up on Heroku: https://signup.heroku.com/
2. Follow the getting started guide until the `Deploy the app` step: https://devcenter.heroku.com/articles/getting-started-with-nodejs
Please ignore the `Prepare the app` step - your app is already prepared indeed :).
Hint: On the last step (`Deploy the app`) we'll create our app into the cloud. The default command the guide suggests is `heroku create`. As per described, it will create our app with a random name so we'd suggest to set an appropriate name straight away, e.g. `heroku create your-app-name`
Also note you **cannot** use `kodflix` (`heroku create kodflix`) as an app name since it's been already taken (by me :)) so feel free to use any personal naming conventions you feel comfortable with, e.g. `heroku create kodflix-yourName`
From now on, you can decide where to push your changes:
* `git push origin master` -> changes will be persisted on your GitHub account
* `git push heroku master` -> changes will be published
You can trigger both commands from Visual Studio (`... -> Push To...`)
The sample app has been already deployed:
https://kodflix.herokuapp.com/ | 1.0 | Deploy kodflix to production! - https://github.com/rmallols/kodflix/issues/17
Historically speaking, all the feedback we've received came from our internal / beta customers.
They're quite happy with the current state of the art, so now it's time to make kodflix publicly available!
That would imply we'll have a public URL access, so everybody around the world could check it.
https://kodiri.com/platform/videos/kodflix/5c2fac094f8a290eb464a545
**Technical guidance:**
We'll deploy our applications to the cloud using `Heroku`
https://www.heroku.com
It's a very popular framework, with really nice docs and extensive community support.
On top of that, it's free for personal projects, with some limitations (e.g. apps tend to 'sleep', which means first time you access it after a period of inactivity, it'll take few seconds to respond).
Setup process will just take few minutes.
1. Sign up on Heroku: https://signup.heroku.com/
2. Follow the getting started guide until the `Deploy the app` step: https://devcenter.heroku.com/articles/getting-started-with-nodejs
Please ignore the `Prepare the app` step - your app is already prepared indeed :).
Hint: On the last step (`Deploy the app`) we'll create our app into the cloud. The default command the guide suggests is `heroku create`. As per described, it will create our app with a random name so we'd suggest to set an appropriate name straight away, e.g. `heroku create your-app-name`
Also note you **cannot** use `kodflix` (`heroku create kodflix`) as an app name since it's been already taken (by me :)) so feel free to use any personal naming conventions you feel comfortable with, e.g. `heroku create kodflix-yourName`
From now on, you can decide where to push your changes:
* `git push origin master` -> changes will be persisted on your GitHub account
* `git push heroku master` -> changes will be published
You can trigger both commands from Visual Studio (`... -> Push To...`)
The sample app has been already deployed:
https://kodflix.herokuapp.com/ | non_defect | deploy kodflix to production historically speaking all the feedback we ve received came from our internal beta customers they re quite happy with the current state of the art so now it s time to make kodflix publicly available that would imply we ll have a public url access so everybody around the world could check it technical guidance we ll deploy our applications to the cloud using heroku it s a very popular framework with really nice docs and extensive community support on top of that it s free for personal projects with some limitations e g apps tend to sleep which means first time you access it after a period of inactivity it ll take few seconds to respond setup process will just take few minutes sign up on heroku follow the getting started guide until the deploy the app step please ignore the prepare the app step your app is already prepared indeed hint on the last step deploy the app we ll create our app into the cloud the default command the guide suggests is heroku create as per described it will create our app with a random name so we d suggest to set an appropriate name straight away e g heroku create your app name also note you cannot use kodflix heroku create kodflix as an app name since it s been already taken by me so feel free to use any personal naming conventions you feel comfortable with e g heroku create kodflix yourname from now on you can decide where to push your changes git push origin master changes will be persisted on your github account git push heroku master changes will be published you can trigger both commands from visual studio push to the sample app has been already deployed | 0 |
404,316 | 27,458,234,592 | IssuesEvent | 2023-03-02 23:38:41 | Azure/bicep | https://api.github.com/repos/Azure/bicep | opened | Documentation for safe dereference operator | documentation enhancement | Bicep 0.15+ includes a [`.?` (safe dereference) operator](https://github.com/Azure/bicep/pull/9368) to simplify working with missing and nullable types. At a high level:
* `myObject.?foo` will return `null` if `myObject` has no `foo` property (instead of raising an error).
* `myArray[?index]` will return `null` (instead of raising an error) if `index` is greater than or equal to the length of `myArray`.
* `myObject.?foo` will return `null` if `myObject` is `null`.
* `myArray[?index]` will return `null` if `myArray` is `null`.
Like C#'s [null conditional operator](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/member-access-operators#null-conditional-operators--and-), safe navigation is *short-circuiting*: if the access performed by `.?` or `[?]` returns `null`, then any chained property or array accesses will not be performed. Short-circuiting may be interrupted with parentheses if desired. For example:
```bicep
var foo = bar[?1].property.nested // .property.nested will only be accessed if bar[?1] returns a non-null value
var baz = (bar[?1].property).nested // .property will only be accessed if bar[?1] returns a non-null value. .nested will always be accessed, even if bar[?1].property returns null
```
For users who are used to the `?.` (null conditional) operator from TypeScript, you will generally want to use `.?` one step earlier in an access chain. For example, assume a symbol `a` whose value is an empty object. In TypeScript, if you wanted to safely navigate to a nested property, you would need to place a `?` immediately following the first expression that may evaluate to `null` or `undefined`:
```js
a.some?.deeply.nested.property
```
In Bicep, the same symbol requires that the first (rather than the second) access operation be safe in order to avoid the need to check whether a property exists with `contains` (e.g., `(contains(a, 'some')`):
```bicep
a.?some.deeply.nested.property
```
This difference is due to how missing property accesses are handled in the ARM runtime vs. how they are handled in JavaScript. In Javascript, if you try to access a missing property or an out-of-bounds array index, the value `undefined` will be returned. In the ARM runtime, however, an error will be raised. | 1.0 | Documentation for safe dereference operator - Bicep 0.15+ includes a [`.?` (safe dereference) operator](https://github.com/Azure/bicep/pull/9368) to simplify working with missing and nullable types. At a high level:
* `myObject.?foo` will return `null` if `myObject` has no `foo` property (instead of raising an error).
* `myArray[?index]` will return `null` (instead of raising an error) if `index` is greater than or equal to the length of `myArray`.
* `myObject.?foo` will return `null` if `myObject` is `null`.
* `myArray[?index]` will return `null` if `myArray` is `null`.
Like C#'s [null conditional operator](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/member-access-operators#null-conditional-operators--and-), safe navigation is *short-circuiting*: if the access performed by `.?` or `[?]` returns `null`, then any chained property or array accesses will not be performed. Short-circuiting may be interrupted with parentheses if desired. For example:
```bicep
var foo = bar[?1].property.nested // .property.nested will only be accessed if bar[?1] returns a non-null value
var baz = (bar[?1].property).nested // .property will only be accessed if bar[?1] returns a non-null value. .nested will always be accessed, even if bar[?1].property returns null
```
For users who are used to the `?.` (null conditional) operator from TypeScript, you will generally want to use `.?` one step earlier in an access chain. For example, assume a symbol `a` whose value is an empty object. In TypeScript, if you wanted to safely navigate to a nested property, you would need to place a `?` immediately following the first expression that may evaluate to `null` or `undefined`:
```js
a.some?.deeply.nested.property
```
In Bicep, the same symbol requires that the first (rather than the second) access operation be safe in order to avoid the need to check whether a property exists with `contains` (e.g., `(contains(a, 'some')`):
```bicep
a.?some.deeply.nested.property
```
This difference is due to how missing property accesses are handled in the ARM runtime vs. how they are handled in JavaScript. In Javascript, if you try to access a missing property or an out-of-bounds array index, the value `undefined` will be returned. In the ARM runtime, however, an error will be raised. | non_defect | documentation for safe dereference operator bicep includes a to simplify working with missing and nullable types at a high level myobject foo will return null if myobject has no foo property instead of raising an error myarray will return null instead of raising an error if index is greater than or equal to the length of myarray myobject foo will return null if myobject is null myarray will return null if myarray is null like c s safe navigation is short circuiting if the access performed by or returns null then any chained property or array accesses will not be performed short circuiting may be interrupted with parentheses if desired for example bicep var foo bar property nested property nested will only be accessed if bar returns a non null value var baz bar property nested property will only be accessed if bar returns a non null value nested will always be accessed even if bar property returns null for users who are used to the null conditional operator from typescript you will generally want to use one step earlier in an access chain for example assume a symbol a whose value is an empty object in typescript if you wanted to safely navigate to a nested property you would need to place a immediately following the first expression that may evaluate to null or undefined js a some deeply nested property in bicep the same symbol requires that the first rather than the second access operation be safe in order to avoid the need to check whether a property exists with contains e g contains a some bicep a some deeply nested property this difference is due to how missing property accesses are handled in the arm runtime vs how they are handled in javascript in javascript if you try to access a missing property or an out of bounds array index the value undefined will be returned in the arm runtime however an error will be raised | 0 |
43,995 | 11,899,744,690 | IssuesEvent | 2020-03-30 09:30:20 | vector-im/riot-web | https://api.github.com/repos/vector-im/riot-web | closed | Debug logs dialog pops up a JS error | bug defect easy help-wanted p2 type:feedback-reporting |

<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
The JS console displays an error that doesn't affect functionality, but it should probably be fixed:
```
Warning: Failed prop type: The prop `id` is marked as required in `Field`, but its value is `undefined`.
in Field (created by BugReportDialog)
in BugReportDialog (created by AsyncWrapper)
in AsyncWrapper
in div
in div
```
### Steps to reproduce
- Upon up the submit debug logs dialog
- backtrace appears
Log: sent
<!-- Include screenshots if possible: you can drag and drop images below. -->
### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
- **Platform**: web
- **Browser**: Firefox v69.0a1
- **OS**: Debian Stretch
- **URL**: riot.im/develop | 1.0 | Debug logs dialog pops up a JS error -

<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
The JS console displays an error that doesn't affect functionality, but it should probably be fixed:
```
Warning: Failed prop type: The prop `id` is marked as required in `Field`, but its value is `undefined`.
in Field (created by BugReportDialog)
in BugReportDialog (created by AsyncWrapper)
in AsyncWrapper
in div
in div
```
### Steps to reproduce
- Upon up the submit debug logs dialog
- backtrace appears
Log: sent
<!-- Include screenshots if possible: you can drag and drop images below. -->
### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
- **Platform**: web
- **Browser**: Firefox v69.0a1
- **OS**: Debian Stretch
- **URL**: riot.im/develop | defect | debug logs dialog pops up a js error this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description the js console displays an error that doesn t affect functionality but it should probably be fixed warning failed prop type the prop id is marked as required in field but its value is undefined in field created by bugreportdialog in bugreportdialog created by asyncwrapper in asyncwrapper in div in div steps to reproduce upon up the submit debug logs dialog backtrace appears log sent version information platform web browser firefox os debian stretch url riot im develop | 1 |
35,094 | 7,565,247,471 | IssuesEvent | 2018-04-21 07:34:36 | commonality/readme-inspector | https://api.github.com/repos/commonality/readme-inspector | closed | defect(readme-score): scoreData is always a NullObject (score === 0) | priority: high status: accepted type: breaking change type: ci type: defect type: feedback type: refactor type: test | ## 1. User story summary
As a maintainer,
I want to integrate Travis-CI with the [`commonality`][commonality-slack] workspace channel [`#readme-inspector`][commonality-readme-inspector],
In order to receive build and PR notifications.
## 2. Acceptance criteria
* [x] 1. The Travis CI slack app is installed in the `commonality` workspace.
* [x] 2. The [commonality/readme-inspector] repository's `.travis.yml` is configured to send notifications to the `#readme-inspector` channel.
* [x] 3. The integration [credentials are encrypted][travis-encrypt-url] with the [Travis command line client][travis-cli-url].
* [x] 4. The app is named "Travis CI" and it uses the default Travis CI icon ![travis-ci][travis-ci-icon].
* [x] 5. The Travis CI Slack configuration URL is published in this repository.
* [x] 6. The Travis CI slack app receives notifications from Travis CI.
* [x] 7. `ReadmeScore.for` initializes the `?url=` search parameter correctly.
<!-- ⛔️ Do not remove anything below this comment. ⛔️ -->
[commonality-slack]: https://commonality-oss.slack.com/
[commonality-readme-inspector]: https://commonality-oss.slack.com/messages/CA8MDUETZ/
[travis-ci-icon]: https://a.slack-edge.com/0180/img/services/travis_48.png
[travis-cli-url]: https://github.com/travis-ci/travis#readme
[travis-encrypt-url]: http://docs.travis-ci.com/user/encryption-keys/ | 1.0 | defect(readme-score): scoreData is always a NullObject (score === 0) - ## 1. User story summary
As a maintainer,
I want to integrate Travis-CI with the [`commonality`][commonality-slack] workspace channel [`#readme-inspector`][commonality-readme-inspector],
In order to receive build and PR notifications.
## 2. Acceptance criteria
* [x] 1. The Travis CI slack app is installed in the `commonality` workspace.
* [x] 2. The [commonality/readme-inspector] repository's `.travis.yml` is configured to send notifications to the `#readme-inspector` channel.
* [x] 3. The integration [credentials are encrypted][travis-encrypt-url] with the [Travis command line client][travis-cli-url].
* [x] 4. The app is named "Travis CI" and it uses the default Travis CI icon ![travis-ci][travis-ci-icon].
* [x] 5. The Travis CI Slack configuration URL is published in this repository.
* [x] 6. The Travis CI slack app receives notifications from Travis CI.
* [x] 7. `ReadmeScore.for` initializes the `?url=` search parameter correctly.
<!-- ⛔️ Do not remove anything below this comment. ⛔️ -->
[commonality-slack]: https://commonality-oss.slack.com/
[commonality-readme-inspector]: https://commonality-oss.slack.com/messages/CA8MDUETZ/
[travis-ci-icon]: https://a.slack-edge.com/0180/img/services/travis_48.png
[travis-cli-url]: https://github.com/travis-ci/travis#readme
[travis-encrypt-url]: http://docs.travis-ci.com/user/encryption-keys/ | defect | defect readme score scoredata is always a nullobject score user story summary as a maintainer i want to integrate travis ci with the workspace channel in order to receive build and pr notifications acceptance criteria the travis ci slack app is installed in the commonality workspace the repository s travis yml is configured to send notifications to the readme inspector channel the integration with the the app is named travis ci and it uses the default travis ci icon the travis ci slack configuration url is published in this repository the travis ci slack app receives notifications from travis ci readmescore for initializes the url search parameter correctly | 1 |
10,838 | 2,622,192,625 | IssuesEvent | 2015-03-04 00:23:46 | byzhang/cudpp | https://api.github.com/repos/byzhang/cudpp | closed | Can't compile source code checked out from SVN | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Check out source from SVN;
2. Type cmake followed by make in source root dir.
What is the expected output? What do you see instead?
make output:
-----------------------------------------------------
[ 5%] Building NVCC (Device) object
src/cudpp/./cudpp_generated_tridiagonal_app.cu.o
nvcc fatal : Unsupported gpu architecture 'compute_20'
CMake Error at CMakeFiles/cudpp_generated_tridiagonal_app.cu.o.cmake:198
(message):
Error generating
/home/wanghc/source/cudpp/src/cudpp/./cudpp_generated_tridiagonal_app.cu.o
make[2]: *** [src/cudpp/./cudpp_generated_tridiagonal_app.cu.o] Error 1
make[1]: *** [src/cudpp/CMakeFiles/cudpp.dir/all] Error 2
make: *** [all] Error 2
What version of the product are you using? On what operating system?
SVN source; CentOS 5.6; CUDA 2.3
Please provide any additional information below.
```
Original issue reported on code.google.com by `hchwang...@gmail.com` on 28 Jul 2011 at 5:52 | 1.0 | Can't compile source code checked out from SVN - ```
What steps will reproduce the problem?
1. Check out source from SVN;
2. Type cmake followed by make in source root dir.
What is the expected output? What do you see instead?
make output:
-----------------------------------------------------
[ 5%] Building NVCC (Device) object
src/cudpp/./cudpp_generated_tridiagonal_app.cu.o
nvcc fatal : Unsupported gpu architecture 'compute_20'
CMake Error at CMakeFiles/cudpp_generated_tridiagonal_app.cu.o.cmake:198
(message):
Error generating
/home/wanghc/source/cudpp/src/cudpp/./cudpp_generated_tridiagonal_app.cu.o
make[2]: *** [src/cudpp/./cudpp_generated_tridiagonal_app.cu.o] Error 1
make[1]: *** [src/cudpp/CMakeFiles/cudpp.dir/all] Error 2
make: *** [all] Error 2
What version of the product are you using? On what operating system?
SVN source; CentOS 5.6; CUDA 2.3
Please provide any additional information below.
```
Original issue reported on code.google.com by `hchwang...@gmail.com` on 28 Jul 2011 at 5:52 | defect | can t compile source code checked out from svn what steps will reproduce the problem check out source from svn type cmake followed by make in source root dir what is the expected output what do you see instead make output building nvcc device object src cudpp cudpp generated tridiagonal app cu o nvcc fatal unsupported gpu architecture compute cmake error at cmakefiles cudpp generated tridiagonal app cu o cmake message error generating home wanghc source cudpp src cudpp cudpp generated tridiagonal app cu o make error make error make error what version of the product are you using on what operating system svn source centos cuda please provide any additional information below original issue reported on code google com by hchwang gmail com on jul at | 1 |
21,963 | 3,587,525,253 | IssuesEvent | 2016-01-30 11:00:17 | PRIDE-Utilities/jmzml | https://api.github.com/repos/PRIDE-Utilities/jmzml | closed | Base64 conversion Question | auto-migrated Priority-Medium Type-Defect | ```
This is more of a question rather than an issue. I have looked throughout
the code to find the method that will enable the decoding of the base64
encoded binary array. I have used the mzXML parser in the past, and it
has a built-in decoder. I was wondering if jmzml has a decoder, and if
someone would be so kind as to provide me with an example of it's usage.
Best Regards,
Jerry Jenkins
jwj@cfdrc.com
```
Original issue reported on code.google.com by `jerrywje...@bellsouth.net` on 4 Jun 2009 at 1:25 | 1.0 | Base64 conversion Question - ```
This is more of a question rather than an issue. I have looked throughout
the code to find the method that will enable the decoding of the base64
encoded binary array. I have used the mzXML parser in the past, and it
has a built-in decoder. I was wondering if jmzml has a decoder, and if
someone would be so kind as to provide me with an example of it's usage.
Best Regards,
Jerry Jenkins
jwj@cfdrc.com
```
Original issue reported on code.google.com by `jerrywje...@bellsouth.net` on 4 Jun 2009 at 1:25 | defect | conversion question this is more of a question rather than an issue i have looked throughout the code to find the method that will enable the decoding of the encoded binary array i have used the mzxml parser in the past and it has a built in decoder i was wondering if jmzml has a decoder and if someone would be so kind as to provide me with an example of it s usage best regards jerry jenkins jwj cfdrc com original issue reported on code google com by jerrywje bellsouth net on jun at | 1 |
83,892 | 3,644,639,973 | IssuesEvent | 2016-02-15 10:51:27 | Flexget/Flexget | https://api.github.com/repos/Flexget/Flexget | opened | Webui and API security issues | Bug High priority | 1. Webui always automatically generates the default flexget/flexget user, even when explicitly removed, this is just plain idiotic. Especially since all the examples open the webui to the public internet (listen port defined as 0.0.0.0)
2. It's impossible to see said user being added as there is no ```flexget users list``` anymore
3. It should be possible to enable just the API and not the WebUI, the API is a bit safer since it refuses to work without the manually generated token
Fix proposal:
1. DON'T AUTOGENERATE THE DEFAULT USER. Thank you. Typing ```flexget users add <username> <password> isn't that much of a hassle for the extra security.
2. (re-)add the list -command, or make it clear that there is only one user account for webui.
3. Just do it. ```webui: no``` shouldn't disable the API too. I have no need for it nor do I want it running on a public-facing IP, but I do need the API. | 1.0 | Webui and API security issues - 1. Webui always automatically generates the default flexget/flexget user, even when explicitly removed, this is just plain idiotic. Especially since all the examples open the webui to the public internet (listen port defined as 0.0.0.0)
2. It's impossible to see said user being added as there is no ```flexget users list``` anymore
3. It should be possible to enable just the API and not the WebUI, the API is a bit safer since it refuses to work without the manually generated token
Fix proposal:
1. DON'T AUTOGENERATE THE DEFAULT USER. Thank you. Typing ```flexget users add <username> <password> isn't that much of a hassle for the extra security.
2. (re-)add the list -command, or make it clear that there is only one user account for webui.
3. Just do it. ```webui: no``` shouldn't disable the API too. I have no need for it nor do I want it running on a public-facing IP, but I do need the API. | non_defect | webui and api security issues webui always automatically generates the default flexget flexget user even when explicitly removed this is just plain idiotic especially since all the examples open the webui to the public internet listen port defined as it s impossible to see said user being added as there is no flexget users list anymore it should be possible to enable just the api and not the webui the api is a bit safer since it refuses to work without the manually generated token fix proposal don t autogenerate the default user thank you typing flexget users add isn t that much of a hassle for the extra security re add the list command or make it clear that there is only one user account for webui just do it webui no shouldn t disable the api too i have no need for it nor do i want it running on a public facing ip but i do need the api | 0 |
272,316 | 23,668,449,505 | IssuesEvent | 2022-08-27 01:45:58 | phetsims/gravity-and-orbits | https://api.github.com/repos/phetsims/gravity-and-orbits | closed | CT Designed API changes detected, please roll them back or revise the reference API | type:automated-testing | ```
gravity-and-orbits : phet-io-api-compatibility : unbuilt
https://bayes.colorado.edu/continuous-testing/ct-snapshots/1661305124647/gravity-and-orbits/gravity-and-orbits_en.html?continuousTest=%7B%22test%22%3A%5B%22gravity-and-orbits%22%2C%22phet-io-api-compatibility%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1661305124647%22%2C%22timestamp%22%3A1661311417070%7D&ea&brand=phet-io&phetioStandalone&phetioCompareAPI&randomSeed=332211
Query: ea&brand=phet-io&phetioStandalone&phetioCompareAPI&randomSeed=332211
Uncaught Error: Assertion failed: Designed API changes detected, please roll them back or revise the reference API:
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.planetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.planetSatelliteSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.starPlanetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.starPlanetSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.planetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.planetSatelliteSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.starPlanetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.starPlanetSceneView.timeCounter.formattedTimeProperty
Error: Assertion failed: Designed API changes detected, please roll them back or revise the reference API:
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1661305124647/assert/js/assert.js:28:13)
at assert (phetioEngine.ts:365:22)
id: Bayes Puppeteer
Snapshot from 8/23/2022, 7:38:44 PM
----------------------------------
gravity-and-orbits : phet-io-api-compatibility : unbuilt
https://bayes.colorado.edu/continuous-testing/ct-snapshots/1661305124647/gravity-and-orbits/gravity-and-orbits_en.html?continuousTest=%7B%22test%22%3A%5B%22gravity-and-orbits%22%2C%22phet-io-api-compatibility%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1661305124647%22%2C%22timestamp%22%3A1661318236865%7D&ea&brand=phet-io&phetioStandalone&phetioCompareAPI&randomSeed=332211
Query: ea&brand=phet-io&phetioStandalone&phetioCompareAPI&randomSeed=332211
Uncaught Error: Assertion failed: Designed API changes detected, please roll them back or revise the reference API:
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.planetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.planetSatelliteSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.starPlanetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.starPlanetSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.planetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.planetSatelliteSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.starPlanetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.starPlanetSceneView.timeCounter.formattedTimeProperty
Error: Assertion failed: Designed API changes detected, please roll them back or revise the reference API:
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1661305124647/assert/js/assert.js:28:13)
at assert (phetioEngine.ts:365:22)
id: Bayes Puppeteer
Snapshot from 8/23/2022, 7:38:44 PM
``` | 1.0 | CT Designed API changes detected, please roll them back or revise the reference API - ```
gravity-and-orbits : phet-io-api-compatibility : unbuilt
https://bayes.colorado.edu/continuous-testing/ct-snapshots/1661305124647/gravity-and-orbits/gravity-and-orbits_en.html?continuousTest=%7B%22test%22%3A%5B%22gravity-and-orbits%22%2C%22phet-io-api-compatibility%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1661305124647%22%2C%22timestamp%22%3A1661311417070%7D&ea&brand=phet-io&phetioStandalone&phetioCompareAPI&randomSeed=332211
Query: ea&brand=phet-io&phetioStandalone&phetioCompareAPI&randomSeed=332211
Uncaught Error: Assertion failed: Designed API changes detected, please roll them back or revise the reference API:
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.planetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.planetSatelliteSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.starPlanetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.starPlanetSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.planetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.planetSatelliteSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.starPlanetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.starPlanetSceneView.timeCounter.formattedTimeProperty
Error: Assertion failed: Designed API changes detected, please roll them back or revise the reference API:
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1661305124647/assert/js/assert.js:28:13)
at assert (phetioEngine.ts:365:22)
id: Bayes Puppeteer
Snapshot from 8/23/2022, 7:38:44 PM
----------------------------------
gravity-and-orbits : phet-io-api-compatibility : unbuilt
https://bayes.colorado.edu/continuous-testing/ct-snapshots/1661305124647/gravity-and-orbits/gravity-and-orbits_en.html?continuousTest=%7B%22test%22%3A%5B%22gravity-and-orbits%22%2C%22phet-io-api-compatibility%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1661305124647%22%2C%22timestamp%22%3A1661318236865%7D&ea&brand=phet-io&phetioStandalone&phetioCompareAPI&randomSeed=332211
Query: ea&brand=phet-io&phetioStandalone&phetioCompareAPI&randomSeed=332211
Uncaught Error: Assertion failed: Designed API changes detected, please roll them back or revise the reference API:
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.planetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.planetSatelliteSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.starPlanetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.modelScreen.view.playAreaNode.starPlanetSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.planetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.planetSatelliteSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.starPlanetMoonSceneView.timeCounter.formattedTimeProperty
New PhET-iO Element not in reference: gravityAndOrbits.toScaleScreen.view.playAreaNode.starPlanetSceneView.timeCounter.formattedTimeProperty
Error: Assertion failed: Designed API changes detected, please roll them back or revise the reference API:
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1661305124647/assert/js/assert.js:28:13)
at assert (phetioEngine.ts:365:22)
id: Bayes Puppeteer
Snapshot from 8/23/2022, 7:38:44 PM
``` | non_defect | ct designed api changes detected please roll them back or revise the reference api gravity and orbits phet io api compatibility unbuilt query ea brand phet io phetiostandalone phetiocompareapi randomseed uncaught error assertion failed designed api changes detected please roll them back or revise the reference api new phet io element not in reference gravityandorbits modelscreen view playareanode planetmoonsceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits modelscreen view playareanode planetsatellitesceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits modelscreen view playareanode starplanetmoonsceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits modelscreen view playareanode starplanetsceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits toscalescreen view playareanode planetmoonsceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits toscalescreen view playareanode planetsatellitesceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits toscalescreen view playareanode starplanetmoonsceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits toscalescreen view playareanode starplanetsceneview timecounter formattedtimeproperty error assertion failed designed api changes detected please roll them back or revise the reference api at window assertions assertfunction at assert phetioengine ts id bayes puppeteer snapshot from pm gravity and orbits phet io api compatibility unbuilt query ea brand phet io phetiostandalone phetiocompareapi randomseed uncaught error assertion failed designed api changes detected please roll them back or revise the reference api new phet io element not in reference gravityandorbits modelscreen view playareanode planetmoonsceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits modelscreen view playareanode planetsatellitesceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits modelscreen view playareanode starplanetmoonsceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits modelscreen view playareanode starplanetsceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits toscalescreen view playareanode planetmoonsceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits toscalescreen view playareanode planetsatellitesceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits toscalescreen view playareanode starplanetmoonsceneview timecounter formattedtimeproperty new phet io element not in reference gravityandorbits toscalescreen view playareanode starplanetsceneview timecounter formattedtimeproperty error assertion failed designed api changes detected please roll them back or revise the reference api at window assertions assertfunction at assert phetioengine ts id bayes puppeteer snapshot from pm | 0 |
665,805 | 22,330,591,736 | IssuesEvent | 2022-06-14 14:14:37 | SonarSource/sonar-scanner-msbuild | https://api.github.com/repos/SonarSource/sonar-scanner-msbuild | closed | SonarScanner.MSBuild.dll should not require manual CHMOD | Type: Improvement Priority: high Status: Needs Investigation | ### Description
When running the netcore-app scanner on linux `dotnet SonarScanner.MSBuild.dll begin /k:<KEY>` we end-up with a missing permission issue. This is because the dll needs to receive a `CHMOD`.
This shouldn't be required. | 1.0 | SonarScanner.MSBuild.dll should not require manual CHMOD - ### Description
When running the netcore-app scanner on linux `dotnet SonarScanner.MSBuild.dll begin /k:<KEY>` we end-up with a missing permission issue. This is because the dll needs to receive a `CHMOD`.
This shouldn't be required. | non_defect | sonarscanner msbuild dll should not require manual chmod description when running the netcore app scanner on linux dotnet sonarscanner msbuild dll begin k we end up with a missing permission issue this is because the dll needs to receive a chmod this shouldn t be required | 0 |
691,377 | 23,694,958,856 | IssuesEvent | 2022-08-29 13:58:08 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | m.facebook.com - site is not usable | priority-critical browser-fenix engine-gecko | <!-- @browser: Firefox Mobile 106.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 11; Mobile; rv:106.0) Gecko/106.0 Firefox/106.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/109837 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://m.facebook.com/login/account_recovery/name_search/?cuid=AYj0ev136xfJ29DIqu_49_C0K_74vXzK3vEkkOxiJVFWWqxS2NOZvSxojUlBz99i5_8ry4zxLxLc-BGnJD4y-eNhtgjFDkynSfSEyl5iifmwuPR5UMSbkUL-9fQMZA-rbBMIjXX8wBHyq9yb1HeGED7qL-9-B-iCoAMHYbVCLNeC0wHZMBm1FGbtBWnMIcLZ66kSytUoKSRAAVacWkPT6Ztq&flow=ncpfar&ls=no_cp_for_ar&c=%2Flogin%2F&_rdr
**Browser / Version**: Firefox Mobile 106.0
**Operating System**: Android 11
**Tested Another Browser**: Yes Chrome
**Problem type**: Site is not usable
**Description**: Unable to login
**Steps to Reproduce**:
the option to text a authorizing code did not work
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220825065712</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2022/8/806aafc6-c58c-41d2-8f05-34284f8b549e)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | m.facebook.com - site is not usable - <!-- @browser: Firefox Mobile 106.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 11; Mobile; rv:106.0) Gecko/106.0 Firefox/106.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/109837 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://m.facebook.com/login/account_recovery/name_search/?cuid=AYj0ev136xfJ29DIqu_49_C0K_74vXzK3vEkkOxiJVFWWqxS2NOZvSxojUlBz99i5_8ry4zxLxLc-BGnJD4y-eNhtgjFDkynSfSEyl5iifmwuPR5UMSbkUL-9fQMZA-rbBMIjXX8wBHyq9yb1HeGED7qL-9-B-iCoAMHYbVCLNeC0wHZMBm1FGbtBWnMIcLZ66kSytUoKSRAAVacWkPT6Ztq&flow=ncpfar&ls=no_cp_for_ar&c=%2Flogin%2F&_rdr
**Browser / Version**: Firefox Mobile 106.0
**Operating System**: Android 11
**Tested Another Browser**: Yes Chrome
**Problem type**: Site is not usable
**Description**: Unable to login
**Steps to Reproduce**:
the option to text a authorizing code did not work
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220825065712</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2022/8/806aafc6-c58c-41d2-8f05-34284f8b549e)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_defect | m facebook com site is not usable url browser version firefox mobile operating system android tested another browser yes chrome problem type site is not usable description unable to login steps to reproduce the option to text a authorizing code did not work browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 0 |
416,023 | 28,063,995,353 | IssuesEvent | 2023-03-29 14:18:14 | ll7/paf22 | https://api.github.com/repos/ll7/paf22 | opened | [Feature]: complete documentation acting | documentation Acting | ### Description
Some parts of the acting code might need a little bit more documentation.
Maybe also add a wiki page.
### Definition of Done
- Well documented code
- Wiki article | 1.0 | [Feature]: complete documentation acting - ### Description
Some parts of the acting code might need a little bit more documentation.
Maybe also add a wiki page.
### Definition of Done
- Well documented code
- Wiki article | non_defect | complete documentation acting description some parts of the acting code might need a little bit more documentation maybe also add a wiki page definition of done well documented code wiki article | 0 |
4,116 | 2,610,087,670 | IssuesEvent | 2015-02-26 18:26:36 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳痤疮祛除方法 | auto-migrated Priority-Medium Type-Defect | ```
深圳痤疮祛除方法【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:22 | 1.0 | 深圳痤疮祛除方法 - ```
深圳痤疮祛除方法【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:22 | defect | 深圳痤疮祛除方法 深圳痤疮祛除方法【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at | 1 |
308,437 | 23,248,195,102 | IssuesEvent | 2022-08-03 22:55:04 | fsnotify/fsnotify | https://api.github.com/repos/fsnotify/fsnotify | closed | Vagrant + Docker File Notification not working | documentation help-wanted | My setup:
- Windows Host
- Ubuntu Vagrant box
- Ubuntu Docker Container
- Go app
When I change a file on the windows host it is not detected by the app.
When I change a file on the vagrant virtualbox it is detected by the app.
Additionally, instead of a `Write` event being passed, two events fire, `chmod` and `rename`. This happens when I change the file on the vagrant virtualbox.
| 1.0 | Vagrant + Docker File Notification not working - My setup:
- Windows Host
- Ubuntu Vagrant box
- Ubuntu Docker Container
- Go app
When I change a file on the windows host it is not detected by the app.
When I change a file on the vagrant virtualbox it is detected by the app.
Additionally, instead of a `Write` event being passed, two events fire, `chmod` and `rename`. This happens when I change the file on the vagrant virtualbox.
| non_defect | vagrant docker file notification not working my setup windows host ubuntu vagrant box ubuntu docker container go app when i change a file on the windows host it is not detected by the app when i change a file on the vagrant virtualbox it is detected by the app additionally instead of a write event being passed two events fire chmod and rename this happens when i change the file on the vagrant virtualbox | 0 |
57,313 | 15,730,056,259 | IssuesEvent | 2021-03-29 15:29:58 | danmar/testissues | https://api.github.com/repos/danmar/testissues | opened | ### Error: Invalid number of character ( (Trac #294) | Incomplete Migration Migrated from Trac Other aggro80 defect | Migrated from https://trac.cppcheck.net/ticket/294
```json
{
"status": "closed",
"changetime": "2009-05-09T19:34:19",
"description": "e9eba16053d355fc7f5014ed1e38f139eeb3a687\n\nThe following code generates one message \"### Error: Invalid number of character (\".\n\n{{{\n#define A g(\nvoid f() {\n A );\n}\n}}}\n\nYes, that's beyond ugly, but can be found in real-world library code. Sigh.",
"reporter": "mfranz",
"cc": "",
"resolution": "fixed",
"_ts": "1241897659000000",
"component": "Other",
"summary": "### Error: Invalid number of character (",
"priority": "",
"keywords": "define",
"time": "2009-05-09T06:54:17",
"milestone": "1.32",
"owner": "aggro80",
"type": "defect"
}
```
| 1.0 | ### Error: Invalid number of character ( (Trac #294) - Migrated from https://trac.cppcheck.net/ticket/294
```json
{
"status": "closed",
"changetime": "2009-05-09T19:34:19",
"description": "e9eba16053d355fc7f5014ed1e38f139eeb3a687\n\nThe following code generates one message \"### Error: Invalid number of character (\".\n\n{{{\n#define A g(\nvoid f() {\n A );\n}\n}}}\n\nYes, that's beyond ugly, but can be found in real-world library code. Sigh.",
"reporter": "mfranz",
"cc": "",
"resolution": "fixed",
"_ts": "1241897659000000",
"component": "Other",
"summary": "### Error: Invalid number of character (",
"priority": "",
"keywords": "define",
"time": "2009-05-09T06:54:17",
"milestone": "1.32",
"owner": "aggro80",
"type": "defect"
}
```
| defect | error invalid number of character trac migrated from json status closed changetime description n nthe following code generates one message error invalid number of character n n n define a g nvoid f n a n n n nyes that s beyond ugly but can be found in real world library code sigh reporter mfranz cc resolution fixed ts component other summary error invalid number of character priority keywords define time milestone owner type defect | 1 |
271,702 | 8,488,643,369 | IssuesEvent | 2018-10-26 17:18:09 | CS2103-AY1819S1-W17-4/main | https://api.github.com/repos/CS2103-AY1819S1-W17-4/main | closed | Add tests for composite filters | priority.Medium type.Task | Currently only FilterCommandParser has tests, but FilterCommand itself doesn't have tests for composite filters. | 1.0 | Add tests for composite filters - Currently only FilterCommandParser has tests, but FilterCommand itself doesn't have tests for composite filters. | non_defect | add tests for composite filters currently only filtercommandparser has tests but filtercommand itself doesn t have tests for composite filters | 0 |
58,613 | 16,629,500,392 | IssuesEvent | 2021-06-03 13:56:11 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | opened | 508-defect-1 ❗ Launchblocker: Tagalog assistance page should use `lang="tl"` for content, not `lang="en"` | 508-defect-1 508/Accessibility | # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[KEYBOARD]: Add another user link will not receive keyboard focus
[AXE-CORE]: Heading levels should increase by one
[COGNITION]: Error messages should be more specific
[COLOR]: Blue button on blue background does not have sufficient contrast ratio
---
-->
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Definition of done
1. Review and acknowledge feedback.
1. Fix and/or document decisions made.
1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
## Point of Contact
**VFS Point of Contact:** Josh
## Details
Tagalog page uses `lang="en"` instead of `lang="tl"` for content
## Acceptance Criteria
- [ ] Tagalog page uses `lang="tl"` for content
## Proposed Solution (if known)
### Before
`<div id="content" class="interior" lang="en">`
### After
`<div id="content" class="interior" lang="tl">`
| 1.0 | 508-defect-1 ❗ Launchblocker: Tagalog assistance page should use `lang="tl"` for content, not `lang="en"` - # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[KEYBOARD]: Add another user link will not receive keyboard focus
[AXE-CORE]: Heading levels should increase by one
[COGNITION]: Error messages should be more specific
[COLOR]: Blue button on blue background does not have sufficient contrast ratio
---
-->
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Definition of done
1. Review and acknowledge feedback.
1. Fix and/or document decisions made.
1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
## Point of Contact
**VFS Point of Contact:** Josh
## Details
Tagalog page uses `lang="en"` instead of `lang="tl"` for content
## Acceptance Criteria
- [ ] Tagalog page uses `lang="tl"` for content
## Proposed Solution (if known)
### Before
`<div id="content" class="interior" lang="en">`
### After
`<div id="content" class="interior" lang="tl">`
| defect | defect ❗ launchblocker tagalog assistance page should use lang tl for content not lang en enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specific blue button on blue background does not have sufficient contrast ratio feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact josh details tagalog page uses lang en instead of lang tl for content acceptance criteria tagalog page uses lang tl for content proposed solution if known before after | 1 |
7,756 | 5,193,277,219 | IssuesEvent | 2017-01-22 17:44:36 | openstreetmap/iD | https://api.github.com/repos/openstreetmap/iD | closed | Eagerly load user's previous changesets | usability | from @tyrasd https://github.com/openstreetmap/iD/pull/3759#issuecomment-274337327
> apparently, the API-0.6 changesets-call can be quite slow for users with many changesets. E.g. for me it takes around 5 to 6 seconds to load my last 100 changesets (for @manfredbrandl's account the situation is similar). And only after that the dropdown arrow will be shown.
>
> Suggestion: Assuming that most users want to save their changes eventually, we could also load a user's changesets right after iD starts up (caching the contents locally), so that they're available immediately when the save-dialog is displayed. | True | Eagerly load user's previous changesets - from @tyrasd https://github.com/openstreetmap/iD/pull/3759#issuecomment-274337327
> apparently, the API-0.6 changesets-call can be quite slow for users with many changesets. E.g. for me it takes around 5 to 6 seconds to load my last 100 changesets (for @manfredbrandl's account the situation is similar). And only after that the dropdown arrow will be shown.
>
> Suggestion: Assuming that most users want to save their changes eventually, we could also load a user's changesets right after iD starts up (caching the contents locally), so that they're available immediately when the save-dialog is displayed. | non_defect | eagerly load user s previous changesets from tyrasd apparently the api changesets call can be quite slow for users with many changesets e g for me it takes around to seconds to load my last changesets for manfredbrandl s account the situation is similar and only after that the dropdown arrow will be shown suggestion assuming that most users want to save their changes eventually we could also load a user s changesets right after id starts up caching the contents locally so that they re available immediately when the save dialog is displayed | 0 |
325,880 | 24,064,608,518 | IssuesEvent | 2022-09-17 09:46:26 | red/red | https://api.github.com/repos/red/red | closed | DOC: Red/System functions may have alias struct! names as types in their specification | status.built type.documentation | The current formulation of section 6.1 of the Red/System doc gives the impression that this is not allowed. | 1.0 | DOC: Red/System functions may have alias struct! names as types in their specification - The current formulation of section 6.1 of the Red/System doc gives the impression that this is not allowed. | non_defect | doc red system functions may have alias struct names as types in their specification the current formulation of section of the red system doc gives the impression that this is not allowed | 0 |
3,717 | 2,610,067,520 | IssuesEvent | 2015-02-26 18:19:49 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 路桥治疗前列腺炎哪家权威 | auto-migrated Priority-Medium Type-Defect | ```
路桥治疗前列腺炎哪家权威【台州五洲生殖医院】24小时健康
咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台
州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1
08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、
109、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:51 | 1.0 | 路桥治疗前列腺炎哪家权威 - ```
路桥治疗前列腺炎哪家权威【台州五洲生殖医院】24小时健康
咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台
州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1
08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、
109、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:51 | defect | 路桥治疗前列腺炎哪家权威 路桥治疗前列腺炎哪家权威【台州五洲生殖医院】 咨询热线 微信号tzwzszyy 医院地址 台 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at | 1 |
52,579 | 13,224,844,557 | IssuesEvent | 2020-08-17 19:57:59 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | cmake occasionally rebuilds everything (Trac #12) | Migrated from Trac cmake defect |
evidence suggests this is triggered when one does an svn update in the metaproject directory.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/12">https://code.icecube.wisc.edu/projects/icecube/ticket/12</a>, reported by troyand owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-09T22:39:22",
"_ts": "1194647962000000",
"description": "\n\nevidence suggests this is triggered when one does an svn update in the metaproject directory. ",
"reporter": "troy",
"cc": "",
"resolution": "duplicate",
"time": "2007-06-03T16:30:52",
"component": "cmake",
"summary": "cmake occasionally rebuilds everything",
"priority": "minor",
"keywords": "",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
| 1.0 | cmake occasionally rebuilds everything (Trac #12) -
evidence suggests this is triggered when one does an svn update in the metaproject directory.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/12">https://code.icecube.wisc.edu/projects/icecube/ticket/12</a>, reported by troyand owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-09T22:39:22",
"_ts": "1194647962000000",
"description": "\n\nevidence suggests this is triggered when one does an svn update in the metaproject directory. ",
"reporter": "troy",
"cc": "",
"resolution": "duplicate",
"time": "2007-06-03T16:30:52",
"component": "cmake",
"summary": "cmake occasionally rebuilds everything",
"priority": "minor",
"keywords": "",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
| defect | cmake occasionally rebuilds everything trac evidence suggests this is triggered when one does an svn update in the metaproject directory migrated from json status closed changetime ts description n nevidence suggests this is triggered when one does an svn update in the metaproject directory reporter troy cc resolution duplicate time component cmake summary cmake occasionally rebuilds everything priority minor keywords milestone owner troy type defect | 1 |
40,247 | 9,935,333,640 | IssuesEvent | 2019-07-02 16:17:42 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BFGS / L-BFGS-B Calling objective one extra time | defect scipy.optimize | Thanks for the amazing library!
My issue is about what I believe is a bug in the BFGS optimizer implementation. When calling `scipy.optimize.minimze(method='bfgs')`, Scipy always calls my objective function with the exact same parameter vector the first two times. This seems unnecessary as it wastes a good few minutes computing the exact same thing.
[Stack Overflow link](https://stackoverflow.com/questions/56828860/scipy-optimize-minimize-with-bfgs-objective-called-twice-with-same-parameter-ve/56831844#56831844). It appears that this same problem was previously reported in #4076, then fixed in https://github.com/scipy/scipy/pull/4083, but now appears to be back?
### Reproducing code example:
```python
from scipy.optimize import minimize
def obj_jac(x):
"""Return objective value and jacobian value wrt. x"""
print(x)
return 10*x**2, 20*x
minimize(obj_jac, -100, method='bfgs', jac=True, tol=1e-7)
```
Output;
```bash
[-100.]
[-100.]
[-98.99]
[-94.95]
[-78.79]
[-30.17904355]
[-3.55271368e-15]
```
### Scipy/Numpy/Python version information:
```
1.2.1 1.16.3 sys.version_info(major=3, minor=6, micro=6, releaselevel='final', serial=0)
```
I'm on Windows 10 64 bit. If someone can help me identify the relevant area of the bfgs implementation code, I'm happy to work up a PR to fix this.
| 1.0 | BFGS / L-BFGS-B Calling objective one extra time - Thanks for the amazing library!
My issue is about what I believe is a bug in the BFGS optimizer implementation. When calling `scipy.optimize.minimze(method='bfgs')`, Scipy always calls my objective function with the exact same parameter vector the first two times. This seems unnecessary as it wastes a good few minutes computing the exact same thing.
[Stack Overflow link](https://stackoverflow.com/questions/56828860/scipy-optimize-minimize-with-bfgs-objective-called-twice-with-same-parameter-ve/56831844#56831844). It appears that this same problem was previously reported in #4076, then fixed in https://github.com/scipy/scipy/pull/4083, but now appears to be back?
### Reproducing code example:
```python
from scipy.optimize import minimize
def obj_jac(x):
"""Return objective value and jacobian value wrt. x"""
print(x)
return 10*x**2, 20*x
minimize(obj_jac, -100, method='bfgs', jac=True, tol=1e-7)
```
Output;
```bash
[-100.]
[-100.]
[-98.99]
[-94.95]
[-78.79]
[-30.17904355]
[-3.55271368e-15]
```
### Scipy/Numpy/Python version information:
```
1.2.1 1.16.3 sys.version_info(major=3, minor=6, micro=6, releaselevel='final', serial=0)
```
I'm on Windows 10 64 bit. If someone can help me identify the relevant area of the bfgs implementation code, I'm happy to work up a PR to fix this.
| defect | bfgs l bfgs b calling objective one extra time thanks for the amazing library my issue is about what i believe is a bug in the bfgs optimizer implementation when calling scipy optimize minimze method bfgs scipy always calls my objective function with the exact same parameter vector the first two times this seems unnecessary as it wastes a good few minutes computing the exact same thing it appears that this same problem was previously reported in then fixed in but now appears to be back reproducing code example python from scipy optimize import minimize def obj jac x return objective value and jacobian value wrt x print x return x x minimize obj jac method bfgs jac true tol output bash scipy numpy python version information sys version info major minor micro releaselevel final serial i m on windows bit if someone can help me identify the relevant area of the bfgs implementation code i m happy to work up a pr to fix this | 1 |
68,819 | 21,916,117,828 | IssuesEvent | 2022-05-21 21:16:01 | unkwntech/ATXBenchtopPowerSupply | https://api.github.com/repos/unkwntech/ATXBenchtopPowerSupply | closed | Footprint for 5V Load Resistors | PCB Defect | The Footprint for the 2w resistors proving a load on the 5V line (R1, R2, R3 & R4) are too narrow and the through holes are too small. | 1.0 | Footprint for 5V Load Resistors - The Footprint for the 2w resistors proving a load on the 5V line (R1, R2, R3 & R4) are too narrow and the through holes are too small. | defect | footprint for load resistors the footprint for the resistors proving a load on the line are too narrow and the through holes are too small | 1 |
142,212 | 21,691,121,271 | IssuesEvent | 2022-05-09 15:27:01 | cds-snc/platform-forms-client | https://api.github.com/repos/cds-snc/platform-forms-client | closed | Bug: Attestation checkbox selection issue | bug :vertical_traffic_light: Severe development design design-system | [Many forms require an end-user to acknowledge or attest to terms](https://docs.google.com/presentation/d/1-okLteEKISUOshs1wTr_F525fmMpZXskb6Ew8W2AnKQ/edit#slide=id.gd90b97b24f_0_367)
The current way to do this has been providing a checkbox, [like on this form](https://forms-staging.cdssandbox.xyz/id/275) at the bottom.
There are also forms that require multiple statements that an end-user needs to attest to. [See the ASC Grant, Part 4: Attestations](https://forms-staging.cdssandbox.xyz/id/134)
## Issue 1:
If there is no content in the checkbox (i.e., the place where the content would be is blank) then the checkbox will not add a checkmark when selected
`{
"id": 20,
"type":"checkbox",
"properties":{
"titleEn":"Check the box below to confirm you have read the privacy statement",
"titleFr":"Cochez la case ci-dessous afin de confirmer que vous avez lu la déclaration de confidentialité",
"descriptionEn":"",
"descriptionFr":"",
"validation": {
"required": true
},
"choices":[
{
"en":"",
"fr":""
}
]
}
}`

## Issue 2:
If there is no question title then the checkbox will not show that the question is required
`{
"id": 20,
"type":"checkbox",
"properties":{
"titleEn":"",
"titleFr":"",
"descriptionEn":"",
"descriptionFr":"",
"validation": {
"required": true
},
"choices":[
{
"en":"Check the box below to confirm you have read the privacy statement",
"fr":"Cochez la case ci-dessous afin de confirmer que vous avez lu la déclaration de confidentialité"
}
]
}
}`

### Acceptance criteria
There is some flexibility on how we implement this pattern, but the requirements are:
- [x] End-users know they need to complete the required field
- [x] Interaction elements show a checkmark when selected
- [x] Screen reader users have the required information to complete the form (e.g., they don't have to hear " " (space) when the option is read out
- [x] JSON file allows has an option to require all checkboxes to be selected before submitting
- [x] JSON file allows has an option that requires just one of the checkboxes to be selected before submitting. | 2.0 | Bug: Attestation checkbox selection issue - [Many forms require an end-user to acknowledge or attest to terms](https://docs.google.com/presentation/d/1-okLteEKISUOshs1wTr_F525fmMpZXskb6Ew8W2AnKQ/edit#slide=id.gd90b97b24f_0_367)
The current way to do this has been providing a checkbox, [like on this form](https://forms-staging.cdssandbox.xyz/id/275) at the bottom.
There are also forms that require multiple statements that an end-user needs to attest to. [See the ASC Grant, Part 4: Attestations](https://forms-staging.cdssandbox.xyz/id/134)
## Issue 1:
If there is no content in the checkbox (i.e., the place where the content would be is blank) then the checkbox will not add a checkmark when selected
`{
"id": 20,
"type":"checkbox",
"properties":{
"titleEn":"Check the box below to confirm you have read the privacy statement",
"titleFr":"Cochez la case ci-dessous afin de confirmer que vous avez lu la déclaration de confidentialité",
"descriptionEn":"",
"descriptionFr":"",
"validation": {
"required": true
},
"choices":[
{
"en":"",
"fr":""
}
]
}
}`

## Issue 2:
If there is no question title then the checkbox will not show that the question is required
`{
"id": 20,
"type":"checkbox",
"properties":{
"titleEn":"",
"titleFr":"",
"descriptionEn":"",
"descriptionFr":"",
"validation": {
"required": true
},
"choices":[
{
"en":"Check the box below to confirm you have read the privacy statement",
"fr":"Cochez la case ci-dessous afin de confirmer que vous avez lu la déclaration de confidentialité"
}
]
}
}`

### Acceptance criteria
There is some flexibility on how we implement this pattern, but the requirements are:
- [x] End-users know they need to complete the required field
- [x] Interaction elements show a checkmark when selected
- [x] Screen reader users have the required information to complete the form (e.g., they don't have to hear " " (space) when the option is read out
- [x] JSON file allows has an option to require all checkboxes to be selected before submitting
- [x] JSON file allows has an option that requires just one of the checkboxes to be selected before submitting. | non_defect | bug attestation checkbox selection issue the current way to do this has been providing a checkbox at the bottom there are also forms that require multiple statements that an end user needs to attest to issue if there is no content in the checkbox i e the place where the content would be is blank then the checkbox will not add a checkmark when selected id type checkbox properties titleen check the box below to confirm you have read the privacy statement titlefr cochez la case ci dessous afin de confirmer que vous avez lu la déclaration de confidentialité descriptionen descriptionfr validation required true choices en fr issue if there is no question title then the checkbox will not show that the question is required id type checkbox properties titleen titlefr descriptionen descriptionfr validation required true choices en check the box below to confirm you have read the privacy statement fr cochez la case ci dessous afin de confirmer que vous avez lu la déclaration de confidentialité acceptance criteria there is some flexibility on how we implement this pattern but the requirements are end users know they need to complete the required field interaction elements show a checkmark when selected screen reader users have the required information to complete the form e g they don t have to hear space when the option is read out json file allows has an option to require all checkboxes to be selected before submitting json file allows has an option that requires just one of the checkboxes to be selected before submitting | 0 |
31,489 | 6,538,962,866 | IssuesEvent | 2017-09-01 09:02:55 | contao/core-bundle | https://api.github.com/repos/contao/core-bundle | closed | Duplicate ids when editing multiple folders in file manager | defect | There is a small problem when editing multiple folders in file manager. If you want to edit the field `Public [protected]` for multiple entries at once all checkboxes have the id `opt_protected_0`.
Therefore all labels have the same `for` attribute. They look like this
```html
<label for="opt_protected_0">Public</label>
```
This leads to the problem - when clicking on any label - only the first checkbox will change.
**Steps to reproduce**
+ goto file manager
+ select multiple folders
+ click edit
+ choose `Public [protected]`
+ click on any label
Checkboxes are working fine and selection will be stored properly. But clicking on the labels causing the problems and this is also no valid html markup. | 1.0 | Duplicate ids when editing multiple folders in file manager - There is a small problem when editing multiple folders in file manager. If you want to edit the field `Public [protected]` for multiple entries at once all checkboxes have the id `opt_protected_0`.
Therefore all labels have the same `for` attribute. They look like this
```html
<label for="opt_protected_0">Public</label>
```
This leads to the problem - when clicking on any label - only the first checkbox will change.
**Steps to reproduce**
+ goto file manager
+ select multiple folders
+ click edit
+ choose `Public [protected]`
+ click on any label
Checkboxes are working fine and selection will be stored properly. But clicking on the labels causing the problems and this is also no valid html markup. | defect | duplicate ids when editing multiple folders in file manager there is a small problem when editing multiple folders in file manager if you want to edit the field public for multiple entries at once all checkboxes have the id opt protected therefore all labels have the same for attribute they look like this html public this leads to the problem when clicking on any label only the first checkbox will change steps to reproduce goto file manager select multiple folders click edit choose public click on any label checkboxes are working fine and selection will be stored properly but clicking on the labels causing the problems and this is also no valid html markup | 1 |
158,588 | 6,032,228,409 | IssuesEvent | 2017-06-09 02:47:06 | dnGrep/dnGrep | https://api.github.com/repos/dnGrep/dnGrep | closed | request - current file being searched - info | enhancement imported Priority-Medium | _From [tkac...@gmail.com](https://code.google.com/u/103999680520968182090/) on June 20, 2013 02:03:39_
It would be nice if app shows what file is currently beiing proccessed so that user doesn't think that app has been hanging while working on some big archive for example
_Original issue: http://code.google.com/p/dngrep/issues/detail?id=190_
| 1.0 | request - current file being searched - info - _From [tkac...@gmail.com](https://code.google.com/u/103999680520968182090/) on June 20, 2013 02:03:39_
It would be nice if app shows what file is currently beiing proccessed so that user doesn't think that app has been hanging while working on some big archive for example
_Original issue: http://code.google.com/p/dngrep/issues/detail?id=190_
| non_defect | request current file being searched info from on june it would be nice if app shows what file is currently beiing proccessed so that user doesn t think that app has been hanging while working on some big archive for example original issue | 0 |
31,600 | 6,555,918,483 | IssuesEvent | 2017-09-06 12:20:34 | ontop/ontop | https://api.github.com/repos/ontop/ontop | closed | Error when querying for optional rdfs:label | status: fixed type: defect | <!--
Do you want to ask a question? Are you looking for support? We have also a mailing list https://groups.google.com/d/forum/ontop4obda
Have a look at our guidelines on how to submit a bug report https://github.com/ontop/ontop/wiki/BugReport
-->
### Description
When I try to perform a query like the following:
```
PREFIX : <http://www.semanticweb.org/fabad/ontologies/2017/1/untitled-ontology-215#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select distinct * where {
?s a :Person .
OPTIONAL { ?s rdfs:label ?label . }
}
```
I get the following error messaje:
```
it.unibz.inf.ontop.model.OBDAException: Error rewriting and unfolding into SQL
Impossible to get data definition for: http://www.w3.org/2000/01/rdf-schema#label(URI("http://www.semanticweb.org/fabad/ontologies/2017/1/untitled-ontology-215#person{}",t0_227f1),labelf5), type: null
###################################################
## Debugging information (for the authors) ##
###################################################
at it.unibz.inf.ontop.owlrefplatform.owlapi.QuestOWLStatement.executeTuple(QuestOWLStatement.java:109)
at it.unibz.inf.ontop.protege.views.QueryInterfaceView$2.executeQuery(QueryInterfaceView.java:194)
at it.unibz.inf.ontop.protege.views.QueryInterfaceView$2.executeQuery(QueryInterfaceView.java:161)
at it.unibz.inf.ontop.protege.gui.action.OBDADataQueryAction$1.run(OBDADataQueryAction.java:152)
```
However, the same query without the optional clause works fine and returns the rdfs:label annotations correctly.
### Steps to Reproduce
1. Recreate a database. In my example code I have a database with only one table called PERSON with the columns ID (NUMBER), NAME (VARCHAR2), SURNAME (VARCHAR2) and BIRTH (DATE).
2. Insert a person in the database. I have the following example:

3. Create the ontology. Only a class named Person and the data properties hasBirth (domain = Person, range = xsd:date), hasId (domain = Person, range = xsd:int), hasName (domain = Person, range = xsd:string) and hasSurname (domain = Person, range = xsd:string).
4. Add explicitly the rdfs:label annotation into the annotation property hierachy. If this step is ommited, you can not add the rdfs:label in the mappings file.
5. Create the mappings file with the following entry:
```
mappingId Person
target :person{ID} a :Person ; :hasName {NAME} ; :hasSurname {SURNAME} ; :hasBirth {BIRTH}^^xsd:date ; :hasId {ID} ; rdfs:label {NAME} , {SURNAME} .
source SELECT
ID,
NAME,
SURNAME,
to_char(BIRTH,'YYYY-MM-DD') AS BIRTH
FROM PERSON
```
6. Perform the query, which finishes in error:

**Expected behavior:** The results must be the following (this is obtained by removing the optional clause, but the only individual has labels, so the results would be the same):

**Actual behavior:** The error appears.
**Reproduces how often:** Always
### Attached material
### Versions
For this test I'm using Protege 5.0.0 and Ontop 1.18.0. The database is oracle.
However, this error is happening in an application that I'm developing with the version 1.18.1-SNAPSHOT of Ontop (develop branch in GIT).
### Additional Information
| 1.0 | Error when querying for optional rdfs:label - <!--
Do you want to ask a question? Are you looking for support? We have also a mailing list https://groups.google.com/d/forum/ontop4obda
Have a look at our guidelines on how to submit a bug report https://github.com/ontop/ontop/wiki/BugReport
-->
### Description
When I try to perform a query like the following:
```
PREFIX : <http://www.semanticweb.org/fabad/ontologies/2017/1/untitled-ontology-215#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select distinct * where {
?s a :Person .
OPTIONAL { ?s rdfs:label ?label . }
}
```
I get the following error messaje:
```
it.unibz.inf.ontop.model.OBDAException: Error rewriting and unfolding into SQL
Impossible to get data definition for: http://www.w3.org/2000/01/rdf-schema#label(URI("http://www.semanticweb.org/fabad/ontologies/2017/1/untitled-ontology-215#person{}",t0_227f1),labelf5), type: null
###################################################
## Debugging information (for the authors) ##
###################################################
at it.unibz.inf.ontop.owlrefplatform.owlapi.QuestOWLStatement.executeTuple(QuestOWLStatement.java:109)
at it.unibz.inf.ontop.protege.views.QueryInterfaceView$2.executeQuery(QueryInterfaceView.java:194)
at it.unibz.inf.ontop.protege.views.QueryInterfaceView$2.executeQuery(QueryInterfaceView.java:161)
at it.unibz.inf.ontop.protege.gui.action.OBDADataQueryAction$1.run(OBDADataQueryAction.java:152)
```
However, the same query without the optional clause works fine and returns the rdfs:label annotations correctly.
### Steps to Reproduce
1. Recreate a database. In my example code I have a database with only one table called PERSON with the columns ID (NUMBER), NAME (VARCHAR2), SURNAME (VARCHAR2) and BIRTH (DATE).
2. Insert a person in the database. I have the following example:

3. Create the ontology. Only a class named Person and the data properties hasBirth (domain = Person, range = xsd:date), hasId (domain = Person, range = xsd:int), hasName (domain = Person, range = xsd:string) and hasSurname (domain = Person, range = xsd:string).
4. Add explicitly the rdfs:label annotation into the annotation property hierachy. If this step is ommited, you can not add the rdfs:label in the mappings file.
5. Create the mappings file with the following entry:
```
mappingId Person
target :person{ID} a :Person ; :hasName {NAME} ; :hasSurname {SURNAME} ; :hasBirth {BIRTH}^^xsd:date ; :hasId {ID} ; rdfs:label {NAME} , {SURNAME} .
source SELECT
ID,
NAME,
SURNAME,
to_char(BIRTH,'YYYY-MM-DD') AS BIRTH
FROM PERSON
```
6. Perform the query, which finishes in error:

**Expected behavior:** The results must be the following (this is obtained by removing the optional clause, but the only individual has labels, so the results would be the same):

**Actual behavior:** The error appears.
**Reproduces how often:** Always
### Attached material
### Versions
For this test I'm using Protege 5.0.0 and Ontop 1.18.0. The database is oracle.
However, this error is happening in an application that I'm developing with the version 1.18.1-SNAPSHOT of Ontop (develop branch in GIT).
### Additional Information
| defect | error when querying for optional rdfs label do you want to ask a question are you looking for support we have also a mailing list have a look at our guidelines on how to submit a bug report description when i try to perform a query like the following prefix prefix rdfs select distinct where s a person optional s rdfs label label i get the following error messaje it unibz inf ontop model obdaexception error rewriting and unfolding into sql impossible to get data definition for type null debugging information for the authors at it unibz inf ontop owlrefplatform owlapi questowlstatement executetuple questowlstatement java at it unibz inf ontop protege views queryinterfaceview executequery queryinterfaceview java at it unibz inf ontop protege views queryinterfaceview executequery queryinterfaceview java at it unibz inf ontop protege gui action obdadataqueryaction run obdadataqueryaction java however the same query without the optional clause works fine and returns the rdfs label annotations correctly steps to reproduce recreate a database in my example code i have a database with only one table called person with the columns id number name surname and birth date insert a person in the database i have the following example create the ontology only a class named person and the data properties hasbirth domain person range xsd date hasid domain person range xsd int hasname domain person range xsd string and hassurname domain person range xsd string add explicitly the rdfs label annotation into the annotation property hierachy if this step is ommited you can not add the rdfs label in the mappings file create the mappings file with the following entry mappingid person target person id a person hasname name hassurname surname hasbirth birth xsd date hasid id rdfs label name surname source select id name surname to char birth yyyy mm dd as birth from person perform the query which finishes in error expected behavior the results must be the following this is obtained by removing the optional clause but the only individual has labels so the results would be the same actual behavior the error appears reproduces how often always attached material versions for this test i m using protege and ontop the database is oracle however this error is happening in an application that i m developing with the version snapshot of ontop develop branch in git additional information | 1 |
3,607 | 2,610,065,594 | IssuesEvent | 2015-02-26 18:19:18 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 临海前列腺炎专科 | auto-migrated Priority-Medium Type-Defect | ```
临海前列腺炎专科【台州五洲生殖医院】24小时健康咨询热线
:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒江
区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118、1
98及椒江一金清公交车直达枫南小区,乘坐107、105、109、112、
901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:23 | 1.0 | 临海前列腺炎专科 - ```
临海前列腺炎专科【台州五洲生殖医院】24小时健康咨询热线
:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒江
区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118、1
98及椒江一金清公交车直达枫南小区,乘坐107、105、109、112、
901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:23 | defect | 临海前列腺炎专科 临海前列腺炎专科【台州五洲生殖医院】 微信号tzwzszyy 医院地址 台州市椒江 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at | 1 |
37,308 | 8,353,709,865 | IssuesEvent | 2018-10-02 10:58:25 | jroal/a2dpvolume | https://api.github.com/repos/jroal/a2dpvolume | closed | Application crashes on location capture | Type-Defect bug help wanted | Hello. I have some issue with location on Android Nougat 7.1.2 (Lineage OS 14.1-2017-11-08-NIGHTLY-ido)
* When headset disconnected and the app have found GPS location (when precision is good enough) application crashes. Can be reproduced with network location and GPS. Sometimes there also is pop-up with text: "Location service failed to start. Attempt to invoke virtual method 'java.lang.String android.content.Intent.getStringExtra(java.lang.String)' on a null object reference".
* When I press on "STORED LOCATION" button phone shows pop-up "No Data".
* If I create files in `/data/data/a2dp.Vol/files/` (directory is empty) with an Google maps link manually (e.g. `http://maps.google.com/maps?=q5.0%2C5.0`) and press "STORED LOCATION" button, proper intent being generated and map application (Osmand) opens it.
* `/data/data/a2dp.Vol/files/My_Last_Location` - for one tap
* `/data/data/a2dp.Vol/files/My_Last_Location2` - for long tap
After long tap on device and pressing "LOCATION" button: "android.os.FileUriExposedException: file////storage/emulated/0/A2DPVol/Audio_Jack.html exposed beyond app trough Intent.getData()". | 1.0 | Application crashes on location capture - Hello. I have some issue with location on Android Nougat 7.1.2 (Lineage OS 14.1-2017-11-08-NIGHTLY-ido)
* When headset disconnected and the app have found GPS location (when precision is good enough) application crashes. Can be reproduced with network location and GPS. Sometimes there also is pop-up with text: "Location service failed to start. Attempt to invoke virtual method 'java.lang.String android.content.Intent.getStringExtra(java.lang.String)' on a null object reference".
* When I press on "STORED LOCATION" button phone shows pop-up "No Data".
* If I create files in `/data/data/a2dp.Vol/files/` (directory is empty) with an Google maps link manually (e.g. `http://maps.google.com/maps?=q5.0%2C5.0`) and press "STORED LOCATION" button, proper intent being generated and map application (Osmand) opens it.
* `/data/data/a2dp.Vol/files/My_Last_Location` - for one tap
* `/data/data/a2dp.Vol/files/My_Last_Location2` - for long tap
After long tap on device and pressing "LOCATION" button: "android.os.FileUriExposedException: file////storage/emulated/0/A2DPVol/Audio_Jack.html exposed beyond app trough Intent.getData()". | defect | application crashes on location capture hello i have some issue with location on android nougat lineage os nightly ido when headset disconnected and the app have found gps location when precision is good enough application crashes can be reproduced with network location and gps sometimes there also is pop up with text location service failed to start attempt to invoke virtual method java lang string android content intent getstringextra java lang string on a null object reference when i press on stored location button phone shows pop up no data if i create files in data data vol files directory is empty with an google maps link manually e g and press stored location button proper intent being generated and map application osmand opens it data data vol files my last location for one tap data data vol files my last for long tap after long tap on device and pressing location button android os fileuriexposedexception file storage emulated audio jack html exposed beyond app trough intent getdata | 1 |
55,909 | 14,789,719,728 | IssuesEvent | 2021-01-12 10:58:05 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | opened | A problem with overwriting when ZVOL space is full | Status: Triage Needed Type: Defect | <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list archives.
Please fill in as much of the template as possible.
-->
### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name |Ubuntu
Distribution Version |16.04
Linux Kernel |4.4.0-24
Architecture |x86
ZFS Version |0.8.6-1
SPL Version |0.8.6-1
<!--
Commands to find ZFS/SPL versions:
modinfo zfs | grep -iw version
modinfo spl | grep -iw version
-->
### Describe the problem you're observing
We used the vdbench tool to perform a stress test on ZVOL. After running for a few days, vdbench got an io error exception. We found that the ZVOL volume was full. But we use the dd ( dd if=/dev/zero of=/dev/zvol/b6bd4b4c90844cbe8fbe0222ecb23109/0aa8e41118094174b2392f42b42c21f7 bs=1M count=10 oflag=direct)tool writing data start from 0 position and still get the io error exception. There is a problem with overwriting when ZVOL space is full
### Describe how to reproduce the problem
It is better to reproduce, write fill up the zvol, then dd it write some data start from 0 offset
### Include any warning/errors/backtraces from the system logs
<!--
*IMPORTANT* - Please mark logs and text output from terminal commands
or else Github will not display them correctly.
An example is provided below.
Example:
```
this is an example how log text should be marked (wrap it with ```)
```
-->



| 1.0 | A problem with overwriting when ZVOL space is full - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list archives.
Please fill in as much of the template as possible.
-->
### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name |Ubuntu
Distribution Version |16.04
Linux Kernel |4.4.0-24
Architecture |x86
ZFS Version |0.8.6-1
SPL Version |0.8.6-1
<!--
Commands to find ZFS/SPL versions:
modinfo zfs | grep -iw version
modinfo spl | grep -iw version
-->
### Describe the problem you're observing
We used the vdbench tool to perform a stress test on ZVOL. After running for a few days, vdbench got an io error exception. We found that the ZVOL volume was full. But we use the dd ( dd if=/dev/zero of=/dev/zvol/b6bd4b4c90844cbe8fbe0222ecb23109/0aa8e41118094174b2392f42b42c21f7 bs=1M count=10 oflag=direct)tool writing data start from 0 position and still get the io error exception. There is a problem with overwriting when ZVOL space is full
### Describe how to reproduce the problem
It is better to reproduce, write fill up the zvol, then dd it write some data start from 0 offset
### Include any warning/errors/backtraces from the system logs
<!--
*IMPORTANT* - Please mark logs and text output from terminal commands
or else Github will not display them correctly.
An example is provided below.
Example:
```
this is an example how log text should be marked (wrap it with ```)
```
-->



| defect | a problem with overwriting when zvol space is full thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as possible system information type version name distribution name ubuntu distribution version linux kernel architecture zfs version spl version commands to find zfs spl versions modinfo zfs grep iw version modinfo spl grep iw version describe the problem you re observing we used the vdbench tool to perform a stress test on zvol after running for a few days vdbench got an io error exception we found that the zvol volume was full but we use the dd ( dd if dev zero of dev zvol bs count oflag direct)tool writing data start from position and still get the io error exception there is a problem with overwriting when zvol space is full describe how to reproduce the problem it is better to reproduce write fill up the zvol then dd it write some data start from offset include any warning errors backtraces from the system logs important please mark logs and text output from terminal commands or else github will not display them correctly an example is provided below example this is an example how log text should be marked wrap it with | 1 |
696,037 | 23,880,952,253 | IssuesEvent | 2022-09-08 01:09:22 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | `actions/download-artifact` frequently fails with EACCES error | high priority triage review module: ci | ### 🐛 Describe the bug
See:
https://github.com/pytorch/pytorch/actions/runs/3005327960/attempts/1
https://github.com/pytorch/pytorch/actions/runs/3008423952/attempts/1
https://github.com/pytorch/pytorch/actions/runs/3006560493/attempts/1
https://github.com/pytorch/pytorch/runs/8232125576?check_suite_focus=true
https://github.com/pytorch/pytorch/runs/8229504646?check_suite_focus=true
https://github.com/pytorch/pytorch/runs/8230559558?check_suite_focus=true
https://github.com/pytorch/pytorch/runs/8225788974?check_suite_focus=true
But then succeeded after re-run
### Versions
CI
cc @ezyang @gchanan @zou3519 @seemethere @pytorch/pytorch-dev-infra | 1.0 | `actions/download-artifact` frequently fails with EACCES error - ### 🐛 Describe the bug
See:
https://github.com/pytorch/pytorch/actions/runs/3005327960/attempts/1
https://github.com/pytorch/pytorch/actions/runs/3008423952/attempts/1
https://github.com/pytorch/pytorch/actions/runs/3006560493/attempts/1
https://github.com/pytorch/pytorch/runs/8232125576?check_suite_focus=true
https://github.com/pytorch/pytorch/runs/8229504646?check_suite_focus=true
https://github.com/pytorch/pytorch/runs/8230559558?check_suite_focus=true
https://github.com/pytorch/pytorch/runs/8225788974?check_suite_focus=true
But then succeeded after re-run
### Versions
CI
cc @ezyang @gchanan @zou3519 @seemethere @pytorch/pytorch-dev-infra | non_defect | actions download artifact frequently fails with eacces error 🐛 describe the bug see but then succeeded after re run versions ci cc ezyang gchanan seemethere pytorch pytorch dev infra | 0 |
48,091 | 13,067,440,887 | IssuesEvent | 2020-07-31 00:27:48 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | [offline] bug in release V15-08-00 (Trac #1768) | Migrated from Trac combo core defect | offline-software V15-08-00 has a bug in the I3MCTree where old trees are read in wrongly.
Do we have any way to mark releases as bad?
Note: I think it was r138288/IceCube that at least correctly read the old tree, even though primaries can be in the wrong order. r146403/IceCube fixed the ordering (though I don't think this is in a release yet?)
Migrated from https://code.icecube.wisc.edu/ticket/1768
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:10",
"description": "offline-software V15-08-00 has a bug in the I3MCTree where old trees are read in wrongly.\n\nDo we have any way to mark releases as bad?\n\nNote: I think it was r138288/IceCube that at least correctly read the old tree, even though primaries can be in the wrong order. r146403/IceCube fixed the ordering (though I don't think this is in a release yet?)",
"reporter": "david.schultz",
"cc": "",
"resolution": "fixed",
"_ts": "1550067190995086",
"component": "combo core",
"summary": "[offline] bug in release V15-08-00",
"priority": "critical",
"keywords": "",
"time": "2016-07-01T16:32:17",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
| 1.0 | [offline] bug in release V15-08-00 (Trac #1768) - offline-software V15-08-00 has a bug in the I3MCTree where old trees are read in wrongly.
Do we have any way to mark releases as bad?
Note: I think it was r138288/IceCube that at least correctly read the old tree, even though primaries can be in the wrong order. r146403/IceCube fixed the ordering (though I don't think this is in a release yet?)
Migrated from https://code.icecube.wisc.edu/ticket/1768
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:10",
"description": "offline-software V15-08-00 has a bug in the I3MCTree where old trees are read in wrongly.\n\nDo we have any way to mark releases as bad?\n\nNote: I think it was r138288/IceCube that at least correctly read the old tree, even though primaries can be in the wrong order. r146403/IceCube fixed the ordering (though I don't think this is in a release yet?)",
"reporter": "david.schultz",
"cc": "",
"resolution": "fixed",
"_ts": "1550067190995086",
"component": "combo core",
"summary": "[offline] bug in release V15-08-00",
"priority": "critical",
"keywords": "",
"time": "2016-07-01T16:32:17",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
| defect | bug in release trac offline software has a bug in the where old trees are read in wrongly do we have any way to mark releases as bad note i think it was icecube that at least correctly read the old tree even though primaries can be in the wrong order icecube fixed the ordering though i don t think this is in a release yet migrated from json status closed changetime description offline software has a bug in the where old trees are read in wrongly n ndo we have any way to mark releases as bad n nnote i think it was icecube that at least correctly read the old tree even though primaries can be in the wrong order icecube fixed the ordering though i don t think this is in a release yet reporter david schultz cc resolution fixed ts component combo core summary bug in release priority critical keywords time milestone owner olivas type defect | 1 |
1,256 | 2,603,739,096 | IssuesEvent | 2015-02-24 17:40:35 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | closed | Current player and enemy race bug | auto-migrated Maintainability Priority-Critical Type-Defect Usability | ```
Current player and enemy race seem to be detected based on previous game?
Additionally, Team Melee no longer works properly.
Will fix.
```
-----
Original issue reported on code.google.com by `AHeinerm` on 16 Dec 2008 at 6:25 | 1.0 | Current player and enemy race bug - ```
Current player and enemy race seem to be detected based on previous game?
Additionally, Team Melee no longer works properly.
Will fix.
```
-----
Original issue reported on code.google.com by `AHeinerm` on 16 Dec 2008 at 6:25 | defect | current player and enemy race bug current player and enemy race seem to be detected based on previous game additionally team melee no longer works properly will fix original issue reported on code google com by aheinerm on dec at | 1 |
418,531 | 12,199,032,912 | IssuesEvent | 2020-04-30 00:26:01 | onicagroup/runway | https://api.github.com/repos/onicagroup/runway | closed | Pylint/Astroid Pipfile dependencies should be updated | dependencies priority:low status:in_progress | The root Pipfile has pylint & astroid pinned back because of [this bug.](https://github.com/PyCQA/pylint/issues/3134)
Now that an updated astroid has been released with a fix, it should be possible to remove astroid from the Pipfile & loosen the pylint version | 1.0 | Pylint/Astroid Pipfile dependencies should be updated - The root Pipfile has pylint & astroid pinned back because of [this bug.](https://github.com/PyCQA/pylint/issues/3134)
Now that an updated astroid has been released with a fix, it should be possible to remove astroid from the Pipfile & loosen the pylint version | non_defect | pylint astroid pipfile dependencies should be updated the root pipfile has pylint astroid pinned back because of now that an updated astroid has been released with a fix it should be possible to remove astroid from the pipfile loosen the pylint version | 0 |
61,928 | 17,023,811,403 | IssuesEvent | 2021-07-03 03:59:06 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | unchecked memory allocation leading to segmentationfault | Component: osm2pgsql Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 9.50am, Saturday, 28th July 2012]**
Someone tried to run nominatim on an amazon ec2 micro instance, which has only 800MB ram. osm2pgsql segfaults, because the allocation of blocks (hardcoded to 1GB in the default cache strategy) fails.
I made a patch making it fail gracefully in that case
Of course, less than 1GB ram is extremely few, but I guess there are others trying to run it on such a tiny cloud instance. | 1.0 | unchecked memory allocation leading to segmentationfault - **[Submitted to the original trac issue database at 9.50am, Saturday, 28th July 2012]**
Someone tried to run nominatim on an amazon ec2 micro instance, which has only 800MB ram. osm2pgsql segfaults, because the allocation of blocks (hardcoded to 1GB in the default cache strategy) fails.
I made a patch making it fail gracefully in that case
Of course, less than 1GB ram is extremely few, but I guess there are others trying to run it on such a tiny cloud instance. | defect | unchecked memory allocation leading to segmentationfault someone tried to run nominatim on an amazon micro instance which has only ram segfaults because the allocation of blocks hardcoded to in the default cache strategy fails i made a patch making it fail gracefully in that case of course less than ram is extremely few but i guess there are others trying to run it on such a tiny cloud instance | 1 |
67,465 | 20,961,613,811 | IssuesEvent | 2022-03-27 21:49:44 | abedmaatalla/sipdroid | https://api.github.com/repos/abedmaatalla/sipdroid | closed | Sip NOTIFY loop causes DOS attack | Priority-Medium Type-Defect auto-migrated | ```
What steps will reproduce the problem?
1. Run Siproid and wait unfortunately...
I've actually seen sipdroid crash my FreeSWITCH box on older versions of
android. Sipdroid just keeps sending a repeated notify event forever. I
haven't yet found a trigger, but I am willing to help however I can.
What is the expected output? What do you see instead?
Sip trace at end.
What version of the product are you using? On what device/operating system?
v2.4 beta from market.
Which SIP server are you using? What happens with PBXes?
FreeSWITCH. I don't know about PBXes.
Which type of network are you using?
Sprint 4g
Please provide any additional information below.
Samsung Epic 4g on Sprint, FW 2.3.5 (GINGERBREAD.EI22), Kernel 2.6.35.7
=========
SIP TRACE
=========
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:58.639224:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bKXay9c228pZp5c
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074776 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183967
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:32:58.839601:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bKXay9c228pZp5c;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074776 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
------------------------------------------------------------------------
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:58.846089:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bKyKQ2eXKcm8crr
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074777 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183967
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:32:59.114070:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bKyKQ2eXKcm8crr;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074777 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
------------------------------------------------------------------------
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:59.119670:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bKZvgUgr4FHH3am
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074778 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183966
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:32:59.333717:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bKZvgUgr4FHH3am;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074778 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
------------------------------------------------------------------------
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:59.336183:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bK059KjKNKetSXF
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074779 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183966
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:32:59.614840:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK059KjKNKetSXF;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074779 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
------------------------------------------------------------------------
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:59.623936:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bK1e3cme6pB3FgB
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074780 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183966
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:32:59.833014:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK1e3cme6pB3FgB;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074780 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
------------------------------------------------------------------------
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:59.838707:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bK2Qv5N9pt8B62p
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074781 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183966
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:33:00.054981:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK2Qv5N9pt8B62p;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074781 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
```
Original issue reported on code.google.com by `soape...@gmail.com` on 17 Jan 2012 at 6:03
| 1.0 | Sip NOTIFY loop causes DOS attack - ```
What steps will reproduce the problem?
1. Run Siproid and wait unfortunately...
I've actually seen sipdroid crash my FreeSWITCH box on older versions of
android. Sipdroid just keeps sending a repeated notify event forever. I
haven't yet found a trigger, but I am willing to help however I can.
What is the expected output? What do you see instead?
Sip trace at end.
What version of the product are you using? On what device/operating system?
v2.4 beta from market.
Which SIP server are you using? What happens with PBXes?
FreeSWITCH. I don't know about PBXes.
Which type of network are you using?
Sprint 4g
Please provide any additional information below.
Samsung Epic 4g on Sprint, FW 2.3.5 (GINGERBREAD.EI22), Kernel 2.6.35.7
=========
SIP TRACE
=========
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:58.639224:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bKXay9c228pZp5c
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074776 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183967
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:32:58.839601:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bKXay9c228pZp5c;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074776 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
------------------------------------------------------------------------
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:58.846089:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bKyKQ2eXKcm8crr
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074777 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183967
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:32:59.114070:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bKyKQ2eXKcm8crr;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074777 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
------------------------------------------------------------------------
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:59.119670:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bKZvgUgr4FHH3am
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074778 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183966
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:32:59.333717:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bKZvgUgr4FHH3am;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074778 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
------------------------------------------------------------------------
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:59.336183:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bK059KjKNKetSXF
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074779 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183966
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:32:59.614840:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK059KjKNKetSXF;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074779 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
------------------------------------------------------------------------
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:59.623936:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bK1e3cme6pB3FgB
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074780 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183966
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:32:59.833014:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK1e3cme6pB3FgB;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074780 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
------------------------------------------------------------------------
send 939 bytes to udp/[99.202.214.212]:55158 at 17:32:59.838707:
------------------------------------------------------------------------
NOTIFY sip:1001@99.202.214.212:55158;transport=udp SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100;rport;branch=z9hG4bK2Qv5N9pt8B62p
Max-Forwards: 70
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
Call-ID: 394217202105@99.202.214.212
CSeq: 23074781 NOTIFY
Contact: <sip:1001@1.2.3.4:5060>
User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9403064 2011-08-30 09-15-27 -0500
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, precondition, path, replaces
Event: message-summary
Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Subscription-State: active;expires=183966
Content-Type: application/simple-message-summary
Content-Length: 69
Messages-Waiting: no
Message-Account: sip:1001@voip.myhost.com
------------------------------------------------------------------------
recv 318 bytes from udp/[99.202.214.212]:55158 at 17:33:00.054981:
------------------------------------------------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK2Qv5N9pt8B62p;rport=5060
To: <sip:1001@voip.myhost.com>;tag=z9hG4bK43256934
From: <sip:1001@voip.myhost.com>;tag=gtD9vcjc4yDga
Call-ID: 394217202105@99.202.214.212
CSeq: 23074781 NOTIFY
Server: Sipdroid/2.4 beta/SPH-D700
Content-Length: 0
```
Original issue reported on code.google.com by `soape...@gmail.com` on 17 Jan 2012 at 6:03
| defect | sip notify loop causes dos attack what steps will reproduce the problem run siproid and wait unfortunately i ve actually seen sipdroid crash my freeswitch box on older versions of android sipdroid just keeps sending a repeated notify event forever i haven t yet found a trigger but i am willing to help however i can what is the expected output what do you see instead sip trace at end what version of the product are you using on what device operating system beta from market which sip server are you using what happens with pbxes freeswitch i don t know about pbxes which type of network are you using sprint please provide any additional information below samsung epic on sprint fw gingerbread kernel sip trace send bytes to udp at notify sip transport udp sip via sip udp rport branch max forwards from tag to tag call id cseq notify contact user agent freeswitch mod sofia head git allow invite ack bye cancel options message update info register refer notify publish subscribe supported timer precondition path replaces event message summary allow events talk hold presence dialog line seize call info sla include session description presence winfo message summary refer subscription state active expires content type application simple message summary content length messages waiting no message account sip voip myhost com recv bytes from udp at sip ok via sip udp branch rport to tag from tag call id cseq notify server sipdroid beta sph content length send bytes to udp at notify sip transport udp sip via sip udp rport branch max forwards from tag to tag call id cseq notify contact user agent freeswitch mod sofia head git allow invite ack bye cancel options message update info register refer notify publish subscribe supported timer precondition path replaces event message summary allow events talk hold presence dialog line seize call info sla include session description presence winfo message summary refer subscription state active expires content type application simple message summary content length messages waiting no message account sip voip myhost com recv bytes from udp at sip ok via sip udp branch rport to tag from tag call id cseq notify server sipdroid beta sph content length send bytes to udp at notify sip transport udp sip via sip udp rport branch max forwards from tag to tag call id cseq notify contact user agent freeswitch mod sofia head git allow invite ack bye cancel options message update info register refer notify publish subscribe supported timer precondition path replaces event message summary allow events talk hold presence dialog line seize call info sla include session description presence winfo message summary refer subscription state active expires content type application simple message summary content length messages waiting no message account sip voip myhost com recv bytes from udp at sip ok via sip udp branch rport to tag from tag call id cseq notify server sipdroid beta sph content length send bytes to udp at notify sip transport udp sip via sip udp rport branch max forwards from tag to tag call id cseq notify contact user agent freeswitch mod sofia head git allow invite ack bye cancel options message update info register refer notify publish subscribe supported timer precondition path replaces event message summary allow events talk hold presence dialog line seize call info sla include session description presence winfo message summary refer subscription state active expires content type application simple message summary content length messages waiting no message account sip voip myhost com recv bytes from udp at sip ok via sip udp branch rport to tag from tag call id cseq notify server sipdroid beta sph content length send bytes to udp at notify sip transport udp sip via sip udp rport branch max forwards from tag to tag call id cseq notify contact user agent freeswitch mod sofia head git allow invite ack bye cancel options message update info register refer notify publish subscribe supported timer precondition path replaces event message summary allow events talk hold presence dialog line seize call info sla include session description presence winfo message summary refer subscription state active expires content type application simple message summary content length messages waiting no message account sip voip myhost com recv bytes from udp at sip ok via sip udp branch rport to tag from tag call id cseq notify server sipdroid beta sph content length send bytes to udp at notify sip transport udp sip via sip udp rport branch max forwards from tag to tag call id cseq notify contact user agent freeswitch mod sofia head git allow invite ack bye cancel options message update info register refer notify publish subscribe supported timer precondition path replaces event message summary allow events talk hold presence dialog line seize call info sla include session description presence winfo message summary refer subscription state active expires content type application simple message summary content length messages waiting no message account sip voip myhost com recv bytes from udp at sip ok via sip udp branch rport to tag from tag call id cseq notify server sipdroid beta sph content length original issue reported on code google com by soape gmail com on jan at | 1 |
24,620 | 4,047,935,602 | IssuesEvent | 2016-05-23 08:22:47 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | Mapstore store all method invocation stops after certain time | Team: Core Type: Defect | We have a hazelcast cluster that works for sometime and it stops persisting data to DB when a brust of Put request is performed on the cache. Cache never recovers after this, in order for us to get the persistence going we had to bounce all our cluster instances one at a time. When they all bounced we see persistence continuing. We don't see any exceptions or anything on the store itself.. we are using 3.5 version. We also noticed that writes to store all invocation stops once dirty county goes to 0. But when maps starts to get data those are not stored.Any help is appreciated. There is no exception or anything useful in logs when this happens. The cluster itself is fully functional after this but store all never gets kicked in until we restart the cluster in a staggered way. Is this a issue with 3.51? | 1.0 | Mapstore store all method invocation stops after certain time - We have a hazelcast cluster that works for sometime and it stops persisting data to DB when a brust of Put request is performed on the cache. Cache never recovers after this, in order for us to get the persistence going we had to bounce all our cluster instances one at a time. When they all bounced we see persistence continuing. We don't see any exceptions or anything on the store itself.. we are using 3.5 version. We also noticed that writes to store all invocation stops once dirty county goes to 0. But when maps starts to get data those are not stored.Any help is appreciated. There is no exception or anything useful in logs when this happens. The cluster itself is fully functional after this but store all never gets kicked in until we restart the cluster in a staggered way. Is this a issue with 3.51? | defect | mapstore store all method invocation stops after certain time we have a hazelcast cluster that works for sometime and it stops persisting data to db when a brust of put request is performed on the cache cache never recovers after this in order for us to get the persistence going we had to bounce all our cluster instances one at a time when they all bounced we see persistence continuing we don t see any exceptions or anything on the store itself we are using version we also noticed that writes to store all invocation stops once dirty county goes to but when maps starts to get data those are not stored any help is appreciated there is no exception or anything useful in logs when this happens the cluster itself is fully functional after this but store all never gets kicked in until we restart the cluster in a staggered way is this a issue with | 1 |
19,533 | 3,218,759,180 | IssuesEvent | 2015-10-08 04:35:22 | pellcorp/tcpmon | https://api.github.com/repos/pellcorp/tcpmon | closed | no main manifest attribute in jar | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. java -jar '/home/me/Downloads/tcpmon-1.1.jar'
What is the expected output? What do you see instead?
doesn't run as stated "Download tcpmon and simply double-click on the
downloaded executable jar file to launch tcpmon."
no main manifest attribute, in /home/peter/Downloads/tcpmon-1.1.jar
What version of the product are you using? On what operating system?
1.1
Linux
Please provide any additional information below.
Resolution: add the Main class to the manifest using Maven
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>com.codegoogle.tcpmon.Main</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
```
Original issue reported on code.google.com by `peter.g.doyle` on 22 Nov 2013 at 12:20 | 1.0 | no main manifest attribute in jar - ```
What steps will reproduce the problem?
1. java -jar '/home/me/Downloads/tcpmon-1.1.jar'
What is the expected output? What do you see instead?
doesn't run as stated "Download tcpmon and simply double-click on the
downloaded executable jar file to launch tcpmon."
no main manifest attribute, in /home/peter/Downloads/tcpmon-1.1.jar
What version of the product are you using? On what operating system?
1.1
Linux
Please provide any additional information below.
Resolution: add the Main class to the manifest using Maven
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>com.codegoogle.tcpmon.Main</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
```
Original issue reported on code.google.com by `peter.g.doyle` on 22 Nov 2013 at 12:20 | defect | no main manifest attribute in jar what steps will reproduce the problem java jar home me downloads tcpmon jar what is the expected output what do you see instead doesn t run as stated download tcpmon and simply double click on the downloaded executable jar file to launch tcpmon no main manifest attribute in home peter downloads tcpmon jar what version of the product are you using on what operating system linux please provide any additional information below resolution add the main class to the manifest using maven org apache maven plugins maven jar plugin com codegoogle tcpmon main original issue reported on code google com by peter g doyle on nov at | 1 |
35,972 | 7,841,166,554 | IssuesEvent | 2018-06-18 18:42:16 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | v1.1.0 `ndi.rotate` documentation – reused parameters not filled in | Documentation defect good first issue | In the [v1.1.0 docs for `ndimage.rotate`](https://docs.scipy.org/doc/scipy-1.1.0/reference/generated/scipy.ndimage.rotate.html#scipy.ndimage.rotate), the "reused"/predefined parameters have not been replaced with their actual definitions; they still read as follows:
```
%(input)s
angle : float
The rotation angle in degrees.
axes : tuple of 2 ints, optional
The two axes that define the plane of rotation. Default is the first
two axes.
reshape : bool, optional
If `reshape` is true, the output shape is adapted so that the input
array is contained completely in the output. Default is True.
%(output)s
order : int, optional
The order of the spline interpolation, default is 3.
The order has to be in the range 0-5.
%(mode)s
%(cval)s
%(prefilter)s
``` | 1.0 | v1.1.0 `ndi.rotate` documentation – reused parameters not filled in - In the [v1.1.0 docs for `ndimage.rotate`](https://docs.scipy.org/doc/scipy-1.1.0/reference/generated/scipy.ndimage.rotate.html#scipy.ndimage.rotate), the "reused"/predefined parameters have not been replaced with their actual definitions; they still read as follows:
```
%(input)s
angle : float
The rotation angle in degrees.
axes : tuple of 2 ints, optional
The two axes that define the plane of rotation. Default is the first
two axes.
reshape : bool, optional
If `reshape` is true, the output shape is adapted so that the input
array is contained completely in the output. Default is True.
%(output)s
order : int, optional
The order of the spline interpolation, default is 3.
The order has to be in the range 0-5.
%(mode)s
%(cval)s
%(prefilter)s
``` | defect | ndi rotate documentation – reused parameters not filled in in the the reused predefined parameters have not been replaced with their actual definitions they still read as follows input s angle float the rotation angle in degrees axes tuple of ints optional the two axes that define the plane of rotation default is the first two axes reshape bool optional if reshape is true the output shape is adapted so that the input array is contained completely in the output default is true output s order int optional the order of the spline interpolation default is the order has to be in the range mode s cval s prefilter s | 1 |
77,615 | 27,078,032,535 | IssuesEvent | 2023-02-14 12:03:17 | hyperledger/iroha | https://api.github.com/repos/hyperledger/iroha | closed | [BUG] Expression serialisation causes stack overflow | Bug iroha2 Dev defect | ### OS and Environment
Arch
### GIT commit hash
c314c720
### Minimum working example / Steps to reproduce
NONE
### Actual result
Stack Overflow
### Expected result
Normal deserialisation
### Logs in JSON format
None
### Who can help to reproduce?
@appetrosyan
### Notes
_No response_ | 1.0 | [BUG] Expression serialisation causes stack overflow - ### OS and Environment
Arch
### GIT commit hash
c314c720
### Minimum working example / Steps to reproduce
NONE
### Actual result
Stack Overflow
### Expected result
Normal deserialisation
### Logs in JSON format
None
### Who can help to reproduce?
@appetrosyan
### Notes
_No response_ | defect | expression serialisation causes stack overflow os and environment arch git commit hash minimum working example steps to reproduce none actual result stack overflow expected result normal deserialisation logs in json format none who can help to reproduce appetrosyan notes no response | 1 |
70,604 | 23,261,959,541 | IssuesEvent | 2022-08-04 14:10:57 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | opened | P-table edit | defect | ### Describe the bug
Using P Table "Edit" after enter cursor not appear on the cell.
https://www.loom.com/share/8ce9ffe72e784693870192d854f7c033
### Environment
P table edit mode
### Reproducer
_No response_
### Angular version
14.1.1
### PrimeNG version
14.0.0
### Build / Runtime
Angular CLI App
### Language
ALL
### Node version (for AoT issues node --version)
14.19.3
### Browser(s)
_No response_
### Steps to reproduce the behavior
_No response_
### Expected behavior
_No response_ | 1.0 | P-table edit - ### Describe the bug
Using P Table "Edit" after enter cursor not appear on the cell.
https://www.loom.com/share/8ce9ffe72e784693870192d854f7c033
### Environment
P table edit mode
### Reproducer
_No response_
### Angular version
14.1.1
### PrimeNG version
14.0.0
### Build / Runtime
Angular CLI App
### Language
ALL
### Node version (for AoT issues node --version)
14.19.3
### Browser(s)
_No response_
### Steps to reproduce the behavior
_No response_
### Expected behavior
_No response_ | defect | p table edit describe the bug using p table edit after enter cursor not appear on the cell environment p table edit mode reproducer no response angular version primeng version build runtime angular cli app language all node version for aot issues node version browser s no response steps to reproduce the behavior no response expected behavior no response | 1 |
226,276 | 18,009,342,709 | IssuesEvent | 2021-09-16 06:34:34 | revault/coordinatord | https://api.github.com/repos/revault/coordinatord | closed | Fuzzing framework integration | good first issue Tests | One could take inspiration from [the integration in the Cosigning Server](https://github.com/revault/cosignerd).
Assigning to Daniela, who is not going to work on it right now so if someone wants to jump on it just mention it here and i'll change the assignment :) | 1.0 | Fuzzing framework integration - One could take inspiration from [the integration in the Cosigning Server](https://github.com/revault/cosignerd).
Assigning to Daniela, who is not going to work on it right now so if someone wants to jump on it just mention it here and i'll change the assignment :) | non_defect | fuzzing framework integration one could take inspiration from assigning to daniela who is not going to work on it right now so if someone wants to jump on it just mention it here and i ll change the assignment | 0 |
48,954 | 7,467,589,168 | IssuesEvent | 2018-04-02 15:51:33 | elucideye/acf | https://api.github.com/repos/elucideye/acf | closed | Documentation request: model files; use of library | documentation | Quick start | HOWTO is pretty self-explanatory and seems to find Lena :) but the following would be useful:
1. minimal example or link on how to train your own models, ideally without Matlab
- I assume that mat2cpb converts Matlab models to Cereal (?)
3. minimal example on how to include the library (libacf?) in your own code | 1.0 | Documentation request: model files; use of library - Quick start | HOWTO is pretty self-explanatory and seems to find Lena :) but the following would be useful:
1. minimal example or link on how to train your own models, ideally without Matlab
- I assume that mat2cpb converts Matlab models to Cereal (?)
3. minimal example on how to include the library (libacf?) in your own code | non_defect | documentation request model files use of library quick start howto is pretty self explanatory and seems to find lena but the following would be useful minimal example or link on how to train your own models ideally without matlab i assume that converts matlab models to cereal minimal example on how to include the library libacf in your own code | 0 |
349,966 | 24,963,608,667 | IssuesEvent | 2022-11-01 17:28:53 | spatial-data-lab/knime-geospatial-extension | https://api.github.com/repos/spatial-data-lab/knime-geospatial-extension | closed | Improve node description of Spatial Join node | documentation | The Spatial Join node right now uses HTML tags (e.g. Join mode section) in the node description which are not correct rendered in KNIME. Instead it should use markdown for lists etc.
| 1.0 | Improve node description of Spatial Join node - The Spatial Join node right now uses HTML tags (e.g. Join mode section) in the node description which are not correct rendered in KNIME. Instead it should use markdown for lists etc.
| non_defect | improve node description of spatial join node the spatial join node right now uses html tags e g join mode section in the node description which are not correct rendered in knime instead it should use markdown for lists etc | 0 |
31,201 | 6,443,917,841 | IssuesEvent | 2017-08-12 02:35:48 | opendatakit/opendatakit | https://api.github.com/repos/opendatakit/opendatakit | closed | Can't login using google apps account | Aggregate Priority-Medium Type-Defect | Originally reported on Google Code with ID 1076
```
What steps will reproduce the problem?
1.When I try to logon to Aggregate 1.44 Using Google apps account I got error message
What is the expected output? What do you see instead?
The error message are "Error: Authentication Failed: account not recognized"
What version of the product are you using? On what operating system?
We are using Aggregate 1.44 on GAE
Please provide any additional information below.
It work normally if I using a gmail account / aggregate account but somehow it won't
work if I put an Google Apps Account.
```
Reported by `Thony.Antonius@ssq-educationpartnership.or.id` on 2014-10-21 08:23:43
| 1.0 | Can't login using google apps account - Originally reported on Google Code with ID 1076
```
What steps will reproduce the problem?
1.When I try to logon to Aggregate 1.44 Using Google apps account I got error message
What is the expected output? What do you see instead?
The error message are "Error: Authentication Failed: account not recognized"
What version of the product are you using? On what operating system?
We are using Aggregate 1.44 on GAE
Please provide any additional information below.
It work normally if I using a gmail account / aggregate account but somehow it won't
work if I put an Google Apps Account.
```
Reported by `Thony.Antonius@ssq-educationpartnership.or.id` on 2014-10-21 08:23:43
| defect | can t login using google apps account originally reported on google code with id what steps will reproduce the problem when i try to logon to aggregate using google apps account i got error message what is the expected output what do you see instead the error message are error authentication failed account not recognized what version of the product are you using on what operating system we are using aggregate on gae please provide any additional information below it work normally if i using a gmail account aggregate account but somehow it won t work if i put an google apps account reported by thony antonius ssq educationpartnership or id on | 1 |
4,228 | 2,610,089,617 | IssuesEvent | 2015-02-26 18:27:08 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳痘痘如何去除 | auto-migrated Priority-Medium Type-Defect | ```
深圳痘痘如何去除【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:36 | 1.0 | 深圳痘痘如何去除 - ```
深圳痘痘如何去除【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:36 | defect | 深圳痘痘如何去除 深圳痘痘如何去除【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at | 1 |
19,847 | 3,265,301,747 | IssuesEvent | 2015-10-22 15:41:06 | geoscience-community-codes/GISMO | https://api.github.com/repos/geoscience-community-codes/GISMO | opened | bug in wiggleplot.m ? | auto-migrated Priority-Medium Type-Defect | _From @GoogleCodeExporter on August 1, 2015 21:51_
```
In wiggleplot.m from line 53 on, should we use get(c(ord),'sta'), instead of
get(c,'sta')?
% replace dates with station names if stations are different
if ~check(c,'STA')
sta = get(c,'STA');
chan = get(c,'CHAN');
for i=1:get(c,'TRACES')
labels(i) = strcat( sta(i) , '_' , chan(i) );
end
set( gca , 'YTick' , [1:1:get(c,'TRACES')] );
set( gca , 'YTickLabel' , labels );
end
```
Original issue reported on code.google.com by `lidun...@gmail.com` on 17 Sep 2012 at 4:37
_Copied from original issue: giseislab/gismotools#33_ | 1.0 | bug in wiggleplot.m ? - _From @GoogleCodeExporter on August 1, 2015 21:51_
```
In wiggleplot.m from line 53 on, should we use get(c(ord),'sta'), instead of
get(c,'sta')?
% replace dates with station names if stations are different
if ~check(c,'STA')
sta = get(c,'STA');
chan = get(c,'CHAN');
for i=1:get(c,'TRACES')
labels(i) = strcat( sta(i) , '_' , chan(i) );
end
set( gca , 'YTick' , [1:1:get(c,'TRACES')] );
set( gca , 'YTickLabel' , labels );
end
```
Original issue reported on code.google.com by `lidun...@gmail.com` on 17 Sep 2012 at 4:37
_Copied from original issue: giseislab/gismotools#33_ | defect | bug in wiggleplot m from googlecodeexporter on august in wiggleplot m from line on should we use get c ord sta instead of get c sta replace dates with station names if stations are different if check c sta sta get c sta chan get c chan for i get c traces labels i strcat sta i chan i end set gca ytick set gca yticklabel labels end original issue reported on code google com by lidun gmail com on sep at copied from original issue giseislab gismotools | 1 |
73,288 | 15,253,618,506 | IssuesEvent | 2021-02-20 08:31:36 | gsylvie/madness | https://api.github.com/repos/gsylvie/madness | closed | CVE-2018-14718 (High) detected in multiple libraries - autoclosed | security vulnerability | ## CVE-2018-14718 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.6.2.jar</b>, <b>jackson-databind-2.5.4.jar</b>, <b>jackson-databind-2.0.5.jar</b>, <b>jackson-databind-2.9.0.jar</b>, <b>jackson-databind-2.5.1.jar</b></p></summary>
<p>
<details><summary><b>jackson-databind-2.6.2.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: madness/ear/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.2/jackson-databind-2.6.2.jar,madness/ear/target/madness-ear-2019.02.01/jackson-databind-2.6.2.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.6.2.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.5.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: madness/sub5/target/madness-sub5-2019.02.01/WEB-INF/lib/jackson-databind-2.5.4.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.5.4/jackson-databind-2.5.4.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.5.4.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.0.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: madness/sub1/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.0.5/jackson-databind-2.0.5.jar,madness/sub1/target/madness-sub1-2019.02.01/WEB-INF/lib/jackson-databind-2.0.5.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.0.5.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.9.0.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: madness/sub3/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.jar,madness/sub3/target/madness-sub3-2019.02.01/WEB-INF/lib/jackson-databind-2.9.0.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.9.0.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.5.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: madness/sub2/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.jar,madness/sub2/target/madness-sub2-2019.02.01/WEB-INF/lib/jackson-databind-2.5.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.5.1.jar** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/gsylvie/madness/commit/032e0bc50a6a45a60e9aed1a5aae9530ad02548a">032e0bc50a6a45a60e9aed1a5aae9530ad02548a</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to execute arbitrary code by leveraging failure to block the slf4j-ext class from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14718>CVE-2018-14718</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-14718">https://nvd.nist.gov/vuln/detail/CVE-2018-14718</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.9.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2018-14718 (High) detected in multiple libraries - autoclosed - ## CVE-2018-14718 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.6.2.jar</b>, <b>jackson-databind-2.5.4.jar</b>, <b>jackson-databind-2.0.5.jar</b>, <b>jackson-databind-2.9.0.jar</b>, <b>jackson-databind-2.5.1.jar</b></p></summary>
<p>
<details><summary><b>jackson-databind-2.6.2.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: madness/ear/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.2/jackson-databind-2.6.2.jar,madness/ear/target/madness-ear-2019.02.01/jackson-databind-2.6.2.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.6.2.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.5.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: madness/sub5/target/madness-sub5-2019.02.01/WEB-INF/lib/jackson-databind-2.5.4.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.5.4/jackson-databind-2.5.4.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.5.4.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.0.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: madness/sub1/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.0.5/jackson-databind-2.0.5.jar,madness/sub1/target/madness-sub1-2019.02.01/WEB-INF/lib/jackson-databind-2.0.5.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.0.5.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.9.0.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: madness/sub3/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.jar,madness/sub3/target/madness-sub3-2019.02.01/WEB-INF/lib/jackson-databind-2.9.0.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.9.0.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.5.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: madness/sub2/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.jar,madness/sub2/target/madness-sub2-2019.02.01/WEB-INF/lib/jackson-databind-2.5.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.5.1.jar** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/gsylvie/madness/commit/032e0bc50a6a45a60e9aed1a5aae9530ad02548a">032e0bc50a6a45a60e9aed1a5aae9530ad02548a</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to execute arbitrary code by leveraging failure to block the slf4j-ext class from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14718>CVE-2018-14718</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-14718">https://nvd.nist.gov/vuln/detail/CVE-2018-14718</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.9.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file madness ear pom xml path to vulnerable library canner repository com fasterxml jackson core jackson databind jackson databind jar madness ear target madness ear jackson databind jar dependency hierarchy x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library madness target madness web inf lib jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file madness pom xml path to vulnerable library canner repository com fasterxml jackson core jackson databind jackson databind jar madness target madness web inf lib jackson databind jar dependency hierarchy x jackson databind jar 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 madness pom xml path to vulnerable library canner repository com fasterxml jackson core jackson databind jackson databind jar madness target madness web inf lib jackson databind jar dependency hierarchy x jackson databind jar 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 madness pom xml path to vulnerable library canner repository com fasterxml jackson core jackson databind jackson databind jar madness target madness web inf lib jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href vulnerability details fasterxml jackson databind x before might allow remote attackers to execute arbitrary code by leveraging failure to block the ext class from polymorphic deserialization publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
4,241 | 2,610,089,978 | IssuesEvent | 2015-02-26 18:27:15 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳痘痘怎么调理 | auto-migrated Priority-Medium Type-Defect | ```
深圳痘痘怎么调理【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:38 | 1.0 | 深圳痘痘怎么调理 - ```
深圳痘痘怎么调理【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:38 | defect | 深圳痘痘怎么调理 深圳痘痘怎么调理【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at | 1 |
41,821 | 10,675,131,955 | IssuesEvent | 2019-10-21 10:57:09 | mozilla-lockwise/lockwise-android | https://api.github.com/repos/mozilla-lockwise/lockwise-android | opened | Unable to unlock the app (not 100% repro) | type: defect | Note that I have seen this only once but is critical enough to have the issue open just in case we get the steps (if there are) to reproduce it more consistently.
## Steps to reproduce
The steps are not clear yet. The Autofill was not set up while the onboarding, it was done from settings later on. Also, the app was locked and unlocked from the Lockwise pop up to get the autofill in some sites.
### Expected behavior
User is able to unlock the app
### Actual behavior
There is no way to unlock the app. The only workaround is to install the app again
### Device & build information
* Device: Pixel 3
* Build version: 3.0.0
Please see [video](https://youtu.be/fdtwuMno2m0)
| 1.0 | Unable to unlock the app (not 100% repro) - Note that I have seen this only once but is critical enough to have the issue open just in case we get the steps (if there are) to reproduce it more consistently.
## Steps to reproduce
The steps are not clear yet. The Autofill was not set up while the onboarding, it was done from settings later on. Also, the app was locked and unlocked from the Lockwise pop up to get the autofill in some sites.
### Expected behavior
User is able to unlock the app
### Actual behavior
There is no way to unlock the app. The only workaround is to install the app again
### Device & build information
* Device: Pixel 3
* Build version: 3.0.0
Please see [video](https://youtu.be/fdtwuMno2m0)
| defect | unable to unlock the app not repro note that i have seen this only once but is critical enough to have the issue open just in case we get the steps if there are to reproduce it more consistently steps to reproduce the steps are not clear yet the autofill was not set up while the onboarding it was done from settings later on also the app was locked and unlocked from the lockwise pop up to get the autofill in some sites expected behavior user is able to unlock the app actual behavior there is no way to unlock the app the only workaround is to install the app again device build information device pixel build version please see | 1 |
395,470 | 27,070,433,164 | IssuesEvent | 2023-02-14 06:12:46 | cloudscape-design/components | https://api.github.com/repos/cloudscape-design/components | opened | [Documentation]: FileUpload Component doesn't exist | documentation | ### Description
The FileUpload component has public documentation but it doesn't look to exist in the source.
https://cloudscape.design/components/fileupload/
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://github.com/cloudscape-design/components/blob/main/CODE_OF_CONDUCT.md)
- [X] I checked the [current issues](https://github.com/cloudscape-design/components/issues) for duplicate requests | 1.0 | [Documentation]: FileUpload Component doesn't exist - ### Description
The FileUpload component has public documentation but it doesn't look to exist in the source.
https://cloudscape.design/components/fileupload/
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://github.com/cloudscape-design/components/blob/main/CODE_OF_CONDUCT.md)
- [X] I checked the [current issues](https://github.com/cloudscape-design/components/issues) for duplicate requests | non_defect | fileupload component doesn t exist description the fileupload component has public documentation but it doesn t look to exist in the source code of conduct i agree to follow this project s i checked the for duplicate requests | 0 |
76,535 | 9,955,263,383 | IssuesEvent | 2019-07-05 10:31:57 | SkillsFundingAgency/das-azure-pipelines-tasks | https://api.github.com/repos/SkillsFundingAgency/das-azure-pipelines-tasks | opened | [EnvironmentConfiguration] Functions missing documentation | documentation | Currently internal functions are missing documentation. This needs adding adding to align with the coding standards doc. | 1.0 | [EnvironmentConfiguration] Functions missing documentation - Currently internal functions are missing documentation. This needs adding adding to align with the coding standards doc. | non_defect | functions missing documentation currently internal functions are missing documentation this needs adding adding to align with the coding standards doc | 0 |
15,605 | 2,862,040,054 | IssuesEvent | 2015-06-04 00:30:12 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | polymer tests timeout in windows? | Area-Pkg Pkg-Polymer PolymerMilestone-Later Priority-High Triaged Type-Defect | Seems like some polymer tests are failing with timeouts in FF and Chrome.
Need to investigate more. | 1.0 | polymer tests timeout in windows? - Seems like some polymer tests are failing with timeouts in FF and Chrome.
Need to investigate more. | defect | polymer tests timeout in windows seems like some polymer tests are failing with timeouts in ff and chrome need to investigate more | 1 |
34,705 | 7,459,216,082 | IssuesEvent | 2018-03-30 14:23:35 | kerdokullamae/test_koik_issued | https://api.github.com/repos/kerdokullamae/test_koik_issued | closed | klassifikaatoritest lehitsemine ei anna õiget tulemust, facetitega ei saa otsingut teha ega otsingutulemust piirata | C: AIS P: highest R: fixed T: defect | **Reported by katrin vesterblom on 2 Sep 2015 12:30 UTC**
Tundub, et rahvusarhiiv.tietotest.ee aadressil olevas AIS-is versioonis facet-id ei tööta päris nii kui peaks.
Alustuseks tegin detailpäringu tingimustega Pealkiri="Tallinna Linnaarhiivi fotokogu"
http://rahvusarhiiv.tietotest.ee/et/description_unit/list/?filter[title]=tallinna+linnaarhiivi+fotokogu&filter[archiveUnitId]=&filter[fns]=&filter[originalRefCode]=&filter[levelId]=&filter[periodId]=&filter[periodFrom]=&filter[periodUntil]=&filter[resultsPerPage]=5&filter[subjectAreaId]=&filter[personId]=
Tulemuseks tuleb kirjeldusüksuste loetelu, vasakul on Facet-ite väärtused. Näen, et "Ainese märksõna" facetites on "Kaitsejõud (16)", mis peaks justnagu tähendama, et päringutulemuste hulgas on 16 sellist, millega on seotud ainesemärksõna "Kaitsejõud".
Paraku kui see facet valida, tuleb tulemus, kus 362825 kirjet
http://rahvusarhiiv.tietotest.ee/et/description_unit/list/?title=tallinna+linnaarhiivi+fotokogu&resultsPerPage=5&topicId=4767 , mis ilmselt on kogu andmebaas.
Kui lehitseda Ainesemärkõna kaudu, ja valida sealt Kaitsejõud -> otsing, siis tuleb http://rahvusarhiiv.tietotest.ee/et/description_unit/list/?topicId=4767
mis on samuti terve andmebaas.
Ka valdkondade kaupa lehitsemine anńab tulemuseks terve baasi:
Kalandus->Kalurikolhoosid ja -ühistud:
http://rahvusarhiiv.tietotest.ee/et/description_unit/list/?subjectAreaId=154
Õige tulemus tuleb, kui liikuda Klassifikaatoris puu-struktuuri pidi edasi: siis näitab Kalurikolhooside alla kahte arhiivi, mis seal peavadki olema. | 1.0 | klassifikaatoritest lehitsemine ei anna õiget tulemust, facetitega ei saa otsingut teha ega otsingutulemust piirata - **Reported by katrin vesterblom on 2 Sep 2015 12:30 UTC**
Tundub, et rahvusarhiiv.tietotest.ee aadressil olevas AIS-is versioonis facet-id ei tööta päris nii kui peaks.
Alustuseks tegin detailpäringu tingimustega Pealkiri="Tallinna Linnaarhiivi fotokogu"
http://rahvusarhiiv.tietotest.ee/et/description_unit/list/?filter[title]=tallinna+linnaarhiivi+fotokogu&filter[archiveUnitId]=&filter[fns]=&filter[originalRefCode]=&filter[levelId]=&filter[periodId]=&filter[periodFrom]=&filter[periodUntil]=&filter[resultsPerPage]=5&filter[subjectAreaId]=&filter[personId]=
Tulemuseks tuleb kirjeldusüksuste loetelu, vasakul on Facet-ite väärtused. Näen, et "Ainese märksõna" facetites on "Kaitsejõud (16)", mis peaks justnagu tähendama, et päringutulemuste hulgas on 16 sellist, millega on seotud ainesemärksõna "Kaitsejõud".
Paraku kui see facet valida, tuleb tulemus, kus 362825 kirjet
http://rahvusarhiiv.tietotest.ee/et/description_unit/list/?title=tallinna+linnaarhiivi+fotokogu&resultsPerPage=5&topicId=4767 , mis ilmselt on kogu andmebaas.
Kui lehitseda Ainesemärkõna kaudu, ja valida sealt Kaitsejõud -> otsing, siis tuleb http://rahvusarhiiv.tietotest.ee/et/description_unit/list/?topicId=4767
mis on samuti terve andmebaas.
Ka valdkondade kaupa lehitsemine anńab tulemuseks terve baasi:
Kalandus->Kalurikolhoosid ja -ühistud:
http://rahvusarhiiv.tietotest.ee/et/description_unit/list/?subjectAreaId=154
Õige tulemus tuleb, kui liikuda Klassifikaatoris puu-struktuuri pidi edasi: siis näitab Kalurikolhooside alla kahte arhiivi, mis seal peavadki olema. | defect | klassifikaatoritest lehitsemine ei anna õiget tulemust facetitega ei saa otsingut teha ega otsingutulemust piirata reported by katrin vesterblom on sep utc tundub et rahvusarhiiv tietotest ee aadressil olevas ais is versioonis facet id ei tööta päris nii kui peaks alustuseks tegin detailpäringu tingimustega pealkiri tallinna linnaarhiivi fotokogu tallinna linnaarhiivi fotokogu filter filter filter filter filter filter filter filter filter filter tulemuseks tuleb kirjeldusüksuste loetelu vasakul on facet ite väärtused näen et ainese märksõna facetites on kaitsejõud mis peaks justnagu tähendama et päringutulemuste hulgas on sellist millega on seotud ainesemärksõna kaitsejõud paraku kui see facet valida tuleb tulemus kus kirjet mis ilmselt on kogu andmebaas kui lehitseda ainesemärkõna kaudu ja valida sealt kaitsejõud otsing siis tuleb mis on samuti terve andmebaas ka valdkondade kaupa lehitsemine anńab tulemuseks terve baasi kalandus kalurikolhoosid ja ühistud õige tulemus tuleb kui liikuda klassifikaatoris puu struktuuri pidi edasi siis näitab kalurikolhooside alla kahte arhiivi mis seal peavadki olema | 1 |
764 | 4,203,436,360 | IssuesEvent | 2016-06-28 05:18:02 | TerriaJS/terriajs | https://api.github.com/repos/TerriaJS/terriajs | closed | Remove and rationalise ViewModels | C-New UI T-Architecture/refactor Z-Small | In the new UI, remove old unused ViewModels; rationalise those that are still required. | 1.0 | Remove and rationalise ViewModels - In the new UI, remove old unused ViewModels; rationalise those that are still required. | non_defect | remove and rationalise viewmodels in the new ui remove old unused viewmodels rationalise those that are still required | 0 |
35,283 | 7,680,286,148 | IssuesEvent | 2018-05-16 00:41:21 | CocoaPods/CocoaPods | https://api.github.com/repos/CocoaPods/CocoaPods | closed | Crash when target has no sources but a test spec tries to add dependencies to it | d2:moderate s3:detailed t2:defect | ### Command
```
/Users/dimitris/.rvm/gems/ruby-2.4.2/bin/pod lib lint Some.podspec
```
### Report
* What did you do?
Have a podspec with a test spec and dependencies but the actual sources do not create a native target.
* What did you expect to happen?
Things to work.
* What happened instead?
Crashed with following stacktrace
### Stack
```
CocoaPods : 1.4.0
Ruby : ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16]
RubyGems : 2.6.14
Host : Mac OS X 10.13.2 (17C205)
Xcode : 9.2 (9C40b)
Git : git version 2.15.0
Ruby lib dir : /Users/dimitris/.rvm/rubies/ruby-2.4.2/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 3478b04d995a1b059a54188ecd3d9033de0eb989
```
### Plugins
```
cocoapods-deintegrate : 1.0.2
cocoapods-gen : 0.1.19
cocoapods-plugins : 1.0.0
cocoapods-search : 1.0.0
cocoapods-stats : 1.0.0
cocoapods-trunk : 1.3.0
cocoapods-try : 1.1.0
```
### Error
```
NoMethodError - undefined method `add_dependency' for nil:NilClass
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:329:in `block in add_resource_bundles_to_native_target'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:327:in `each'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:327:in `add_resource_bundles_to_native_target'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:294:in `block (2 levels) in add_pod_target_test_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:293:in `each'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:293:in `block in add_pod_target_test_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:292:in `each'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:292:in `add_pod_target_test_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:226:in `block (2 levels) in set_target_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:220:in `each'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:220:in `block in set_target_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:215:in `each'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:215:in `set_target_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:67:in `generate!'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer.rb:184:in `block in generate_pods_project'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/user_interface.rb:64:in `section'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer.rb:183:in `generate_pods_project'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer.rb:119:in `install!'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-gen-0.1.19/lib/cocoapods-gen/command/gen.rb:101:in `install'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-gen-0.1.19/lib/cocoapods-gen/command/gen.rb:74:in `block in run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-gen-0.1.19/lib/cocoapods-gen/command/gen.rb:69:in `map'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-gen-0.1.19/lib/cocoapods-gen/command/gen.rb:69:in `run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/command.rb:52:in `run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/bin/pod:55:in `<top (required)>'
/Users/dimitris/.rvm/gems/ruby-2.4.2/bin/pod:23:in `load'
/Users/dimitris/.rvm/gems/ruby-2.4.2/bin/pod:23:in `<top (required)>'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli/exec.rb:75:in `load'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli/exec.rb:75:in `kernel_load'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli/exec.rb:28:in `run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli.rb:424:in `exec'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli.rb:27:in `dispatch'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli.rb:18:in `start'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/exe/bundle:30:in `block in <top (required)>'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/friendly_errors.rb:122:in `with_friendly_errors'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/exe/bundle:22:in `<top (required)>'
/Users/dimitris/.rvm/gems/ruby-2.4.2/bin/bundle:23:in `load'
/Users/dimitris/.rvm/gems/ruby-2.4.2/bin/bundle:23:in `<main>'
```
| 1.0 | Crash when target has no sources but a test spec tries to add dependencies to it - ### Command
```
/Users/dimitris/.rvm/gems/ruby-2.4.2/bin/pod lib lint Some.podspec
```
### Report
* What did you do?
Have a podspec with a test spec and dependencies but the actual sources do not create a native target.
* What did you expect to happen?
Things to work.
* What happened instead?
Crashed with following stacktrace
### Stack
```
CocoaPods : 1.4.0
Ruby : ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16]
RubyGems : 2.6.14
Host : Mac OS X 10.13.2 (17C205)
Xcode : 9.2 (9C40b)
Git : git version 2.15.0
Ruby lib dir : /Users/dimitris/.rvm/rubies/ruby-2.4.2/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 3478b04d995a1b059a54188ecd3d9033de0eb989
```
### Plugins
```
cocoapods-deintegrate : 1.0.2
cocoapods-gen : 0.1.19
cocoapods-plugins : 1.0.0
cocoapods-search : 1.0.0
cocoapods-stats : 1.0.0
cocoapods-trunk : 1.3.0
cocoapods-try : 1.1.0
```
### Error
```
NoMethodError - undefined method `add_dependency' for nil:NilClass
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:329:in `block in add_resource_bundles_to_native_target'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:327:in `each'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:327:in `add_resource_bundles_to_native_target'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:294:in `block (2 levels) in add_pod_target_test_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:293:in `each'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:293:in `block in add_pod_target_test_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:292:in `each'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:292:in `add_pod_target_test_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:226:in `block (2 levels) in set_target_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:220:in `each'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:220:in `block in set_target_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:215:in `each'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:215:in `set_target_dependencies'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer/xcode/pods_project_generator.rb:67:in `generate!'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer.rb:184:in `block in generate_pods_project'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/user_interface.rb:64:in `section'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer.rb:183:in `generate_pods_project'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/installer.rb:119:in `install!'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-gen-0.1.19/lib/cocoapods-gen/command/gen.rb:101:in `install'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-gen-0.1.19/lib/cocoapods-gen/command/gen.rb:74:in `block in run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-gen-0.1.19/lib/cocoapods-gen/command/gen.rb:69:in `map'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-gen-0.1.19/lib/cocoapods-gen/command/gen.rb:69:in `run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/lib/cocoapods/command.rb:52:in `run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/cocoapods-1.4.0/bin/pod:55:in `<top (required)>'
/Users/dimitris/.rvm/gems/ruby-2.4.2/bin/pod:23:in `load'
/Users/dimitris/.rvm/gems/ruby-2.4.2/bin/pod:23:in `<top (required)>'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli/exec.rb:75:in `load'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli/exec.rb:75:in `kernel_load'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli/exec.rb:28:in `run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli.rb:424:in `exec'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli.rb:27:in `dispatch'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/cli.rb:18:in `start'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/exe/bundle:30:in `block in <top (required)>'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/lib/bundler/friendly_errors.rb:122:in `with_friendly_errors'
/Users/dimitris/.rvm/gems/ruby-2.4.2/gems/bundler-1.16.1/exe/bundle:22:in `<top (required)>'
/Users/dimitris/.rvm/gems/ruby-2.4.2/bin/bundle:23:in `load'
/Users/dimitris/.rvm/gems/ruby-2.4.2/bin/bundle:23:in `<main>'
```
| defect | crash when target has no sources but a test spec tries to add dependencies to it command users dimitris rvm gems ruby bin pod lib lint some podspec report what did you do have a podspec with a test spec and dependencies but the actual sources do not create a native target what did you expect to happen things to work what happened instead crashed with following stacktrace stack cocoapods ruby ruby revision rubygems host mac os x xcode git git version ruby lib dir users dimitris rvm rubies ruby lib repositories master plugins cocoapods deintegrate cocoapods gen cocoapods plugins cocoapods search cocoapods stats cocoapods trunk cocoapods try error nomethoderror undefined method add dependency for nil nilclass users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in block in add resource bundles to native target users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in each users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in add resource bundles to native target users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in block levels in add pod target test dependencies users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in each users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in block in add pod target test dependencies users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in each users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in add pod target test dependencies users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in block levels in set target dependencies users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in each users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in block in set target dependencies users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in each users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in set target dependencies users dimitris rvm gems ruby gems cocoapods lib cocoapods installer xcode pods project generator rb in generate users dimitris rvm gems ruby gems cocoapods lib cocoapods installer rb in block in generate pods project users dimitris rvm gems ruby gems cocoapods lib cocoapods user interface rb in section users dimitris rvm gems ruby gems cocoapods lib cocoapods installer rb in generate pods project users dimitris rvm gems ruby gems cocoapods lib cocoapods installer rb in install users dimitris rvm gems ruby gems cocoapods gen lib cocoapods gen command gen rb in install users dimitris rvm gems ruby gems cocoapods gen lib cocoapods gen command gen rb in block in run users dimitris rvm gems ruby gems cocoapods gen lib cocoapods gen command gen rb in map users dimitris rvm gems ruby gems cocoapods gen lib cocoapods gen command gen rb in run users dimitris rvm gems ruby gems claide lib claide command rb in run users dimitris rvm gems ruby gems cocoapods lib cocoapods command rb in run users dimitris rvm gems ruby gems cocoapods bin pod in users dimitris rvm gems ruby bin pod in load users dimitris rvm gems ruby bin pod in users dimitris rvm gems ruby gems bundler lib bundler cli exec rb in load users dimitris rvm gems ruby gems bundler lib bundler cli exec rb in kernel load users dimitris rvm gems ruby gems bundler lib bundler cli exec rb in run users dimitris rvm gems ruby gems bundler lib bundler cli rb in exec users dimitris rvm gems ruby gems bundler lib bundler vendor thor lib thor command rb in run users dimitris rvm gems ruby gems bundler lib bundler vendor thor lib thor invocation rb in invoke command users dimitris rvm gems ruby gems bundler lib bundler vendor thor lib thor rb in dispatch users dimitris rvm gems ruby gems bundler lib bundler cli rb in dispatch users dimitris rvm gems ruby gems bundler lib bundler vendor thor lib thor base rb in start users dimitris rvm gems ruby gems bundler lib bundler cli rb in start users dimitris rvm gems ruby gems bundler exe bundle in block in users dimitris rvm gems ruby gems bundler lib bundler friendly errors rb in with friendly errors users dimitris rvm gems ruby gems bundler exe bundle in users dimitris rvm gems ruby bin bundle in load users dimitris rvm gems ruby bin bundle in | 1 |
27,907 | 5,119,403,279 | IssuesEvent | 2017-01-08 17:34:59 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BUG: indexing error for sparse matrix with ix_ | defect scipy.sparse | This is a rare bug which accurs when I tried to visit a block of size 1x1(assignment is ok) with ix_.
``` javascript
In [85]: d=csr_matrix((4,4))
In [86]: c=ix_(arange(1),arange(1))
In [87]: d[c]
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-87-902607ad2243> in <module>()
----> 1 d[c]
/usr/local/lib/python2.7/dist-packages/scipy/sparse/csr.pyc in __getitem__(self, key)
267 # [i, j]
268 if isintlike(col):
--> 269 return self._get_single_element(row, col)
270 # [i, 1:2]
271 elif isinstance(col, slice):
/usr/local/lib/python2.7/dist-packages/scipy/sparse/compressed.pyc in _get_single_element(self, row, col)
826 # can use np.add(..., where) from numpy 1.7
827 return np.compress(minor_index == self.indices[start:end],
--> 828 self.data[start:end]).sum(dtype=self.dtype)
829
830 def _get_slice(self, i, start, stop, stride, shape):
/usr/lib/python2.7/dist-packages/numpy/core/fromnumeric.pyc in compress(condition, a, axis, out)
1559 except AttributeError:
1560 return _wrapit(a, 'compress', condition, axis, out)
-> 1561 return compress(condition, axis, out)
1562
1563
ValueError: condition must be a 1-d array
In [88]: d[c]=2
In [89]: c=ix_(arange(2),arange(2))
In [90]: d[c]
Out[90]:
<2x2 sparse matrix of type '<type 'numpy.float64'>'
with 1 stored elements in Compressed Sparse Row format>
```
| 1.0 | BUG: indexing error for sparse matrix with ix_ - This is a rare bug which accurs when I tried to visit a block of size 1x1(assignment is ok) with ix_.
``` javascript
In [85]: d=csr_matrix((4,4))
In [86]: c=ix_(arange(1),arange(1))
In [87]: d[c]
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-87-902607ad2243> in <module>()
----> 1 d[c]
/usr/local/lib/python2.7/dist-packages/scipy/sparse/csr.pyc in __getitem__(self, key)
267 # [i, j]
268 if isintlike(col):
--> 269 return self._get_single_element(row, col)
270 # [i, 1:2]
271 elif isinstance(col, slice):
/usr/local/lib/python2.7/dist-packages/scipy/sparse/compressed.pyc in _get_single_element(self, row, col)
826 # can use np.add(..., where) from numpy 1.7
827 return np.compress(minor_index == self.indices[start:end],
--> 828 self.data[start:end]).sum(dtype=self.dtype)
829
830 def _get_slice(self, i, start, stop, stride, shape):
/usr/lib/python2.7/dist-packages/numpy/core/fromnumeric.pyc in compress(condition, a, axis, out)
1559 except AttributeError:
1560 return _wrapit(a, 'compress', condition, axis, out)
-> 1561 return compress(condition, axis, out)
1562
1563
ValueError: condition must be a 1-d array
In [88]: d[c]=2
In [89]: c=ix_(arange(2),arange(2))
In [90]: d[c]
Out[90]:
<2x2 sparse matrix of type '<type 'numpy.float64'>'
with 1 stored elements in Compressed Sparse Row format>
```
| defect | bug indexing error for sparse matrix with ix this is a rare bug which accurs when i tried to visit a block of size assignment is ok with ix javascript in d csr matrix in c ix arange arange in d valueerror traceback most recent call last in d usr local lib dist packages scipy sparse csr pyc in getitem self key if isintlike col return self get single element row col elif isinstance col slice usr local lib dist packages scipy sparse compressed pyc in get single element self row col can use np add where from numpy return np compress minor index self indices self data sum dtype self dtype def get slice self i start stop stride shape usr lib dist packages numpy core fromnumeric pyc in compress condition a axis out except attributeerror return wrapit a compress condition axis out return compress condition axis out valueerror condition must be a d array in d in c ix arange arange in d out with stored elements in compressed sparse row format | 1 |
58,731 | 16,738,498,959 | IssuesEvent | 2021-06-11 06:49:55 | Questie/Questie | https://api.github.com/repos/Questie/Questie | closed | Questie: [ERROR] [QuestieTracker] 347 is an unknown uiMapId | Type - Defect | ## Bug description
I just log in and then my chat is spawned with this error.
## Screenshots

## Questie version
v6.3.14
| 1.0 | Questie: [ERROR] [QuestieTracker] 347 is an unknown uiMapId - ## Bug description
I just log in and then my chat is spawned with this error.
## Screenshots

## Questie version
v6.3.14
| defect | questie is an unknown uimapid bug description i just log in and then my chat is spawned with this error screenshots questie version | 1 |
60,727 | 17,023,504,014 | IssuesEvent | 2021-07-03 02:21:53 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | renderd fails silently if trailing slash missing in renderd.conf | Component: utils Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 11.40pm, Monday, 9th November 2009]**
The following section in renderd.conf fails silently (only this style is immediately returning 404s for tiles while other stiles work fine):
```
[hikebike]
URI=/tiles/hikebike
```
The fix is to add the trailing slash:
```
[hikebike]
URI=/tiles/hikebike/
```
| 1.0 | renderd fails silently if trailing slash missing in renderd.conf - **[Submitted to the original trac issue database at 11.40pm, Monday, 9th November 2009]**
The following section in renderd.conf fails silently (only this style is immediately returning 404s for tiles while other stiles work fine):
```
[hikebike]
URI=/tiles/hikebike
```
The fix is to add the trailing slash:
```
[hikebike]
URI=/tiles/hikebike/
```
| defect | renderd fails silently if trailing slash missing in renderd conf the following section in renderd conf fails silently only this style is immediately returning for tiles while other stiles work fine uri tiles hikebike the fix is to add the trailing slash uri tiles hikebike | 1 |
585,327 | 17,485,005,212 | IssuesEvent | 2021-08-09 09:50:44 | xwikisas/application-ldapuserimport | https://api.github.com/repos/xwikisas/application-ldapuserimport | opened | Associate LDAP group button in group Admin | Priority: Major | SubTask for #37
3/ (priority low) A button "Associate LDAP Group" should be displayed next to each group not listed in the LDAP group sync. When clicking on this button it should be possible to search for a group.
The search should search in the "cn" field for entries having on the objectClass listed in the configuration "xwiki.authentication.ldap.group_classes" in the LDAP config. See https://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/
When selecting the group, the UI should add the group to the LDAP Group sync configuration and reload the group list. When reloading the button "Import/update group" from 1/ should be displayed.
| 1.0 | Associate LDAP group button in group Admin - SubTask for #37
3/ (priority low) A button "Associate LDAP Group" should be displayed next to each group not listed in the LDAP group sync. When clicking on this button it should be possible to search for a group.
The search should search in the "cn" field for entries having on the objectClass listed in the configuration "xwiki.authentication.ldap.group_classes" in the LDAP config. See https://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/
When selecting the group, the UI should add the group to the LDAP Group sync configuration and reload the group list. When reloading the button "Import/update group" from 1/ should be displayed.
| non_defect | associate ldap group button in group admin subtask for priority low a button associate ldap group should be displayed next to each group not listed in the ldap group sync when clicking on this button it should be possible to search for a group the search should search in the cn field for entries having on the objectclass listed in the configuration xwiki authentication ldap group classes in the ldap config see when selecting the group the ui should add the group to the ldap group sync configuration and reload the group list when reloading the button import update group from should be displayed | 0 |
69,598 | 22,554,119,912 | IssuesEvent | 2022-06-27 08:44:02 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | emoji cut off on the new message composer | T-Defect X-Blocked X-Regression S-Tolerable X-Release-Blocker A-Composer O-Frequent Team: Delight | ### Steps to reproduce
1. Add an emoji
### Outcome
#### What did you expect?
It should be fully visible
#### What happened instead?
It is cut off

### Operating system
_No response_
### Browser information
_No response_
### URL for webapp
localhost
### Application version
develop branch
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | emoji cut off on the new message composer - ### Steps to reproduce
1. Add an emoji
### Outcome
#### What did you expect?
It should be fully visible
#### What happened instead?
It is cut off

### Operating system
_No response_
### Browser information
_No response_
### URL for webapp
localhost
### Application version
develop branch
### Homeserver
_No response_
### Will you send logs?
No | defect | emoji cut off on the new message composer steps to reproduce add an emoji outcome what did you expect it should be fully visible what happened instead it is cut off operating system no response browser information no response url for webapp localhost application version develop branch homeserver no response will you send logs no | 1 |
39,434 | 9,459,192,420 | IssuesEvent | 2019-04-17 07:54:03 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | DataTable: Same event handlers registered multiple times after DataTable.refresh() is called | defect | ## 1) Environment
- PrimeFaces version: 6.1.2
- Does it work on the newest sources in GitHub? No
- Application server + version: irrelevant
- Affected browsers: irrelevant (all)
## 2) Expected behavior
When JS function DataTable.refresh() is called the different JS event handlers like those bound in Paginator.bindPageLinkEvents() and DataTable.bindCheckboxEvents() are registered twice - the old one stay bound and new listeners which do the same logic are registered. This is harmless in some cases but harmful in others.
## 3) Actual behavior
Example for harmful cases:
a) in case of a DataTable with a paginator: when clicking one of the pageLinks like "prev" or "next" the same AJAX request is processed multiple times because in bindPaginator() "this.paginator = new PrimeFaces.widget.Paginator(this.cfg.paginator);" registers new event handlers without deregistering the old ones.
b) in case of table with a checkAllToggler the click handler is registered multiple times in bindCheckboxEvents(). If it's an even number (e.g. after calling DataTable.refresh() exactly once) clicking the "togle all" check box seems to doesn't function because it's implicitly clicked twice.
c) in case of sortable columns the click handler on the column headers is registered multiple times in bindSortEvents(). This causes (similar to a)) multiple identical AJAX requests when clicking on a sort header.
There may be more harmful cases. I haven't walked through all bind...() functions.
## 4) Steps to reproduce
for example a)
- open www.primefaces.org/showcase/ui/data/datatable/paginator.xhtml
- open JS console
- type "PrimeFaces.widgets['widget_j_idt117_j_idt118'].refresh(PrimeFaces.widgets['widget_j_idt117_j_idt118'].cfg)"
- jump to "Network" tab of DevTools
- click "next page" link inside the paginator
- in "Network" tab you can see that two AJAX requests were submitted
- type "PrimeFaces.widgets['widget...'].refresh(PrimeFaces.widgets['widget...'].cfg)" again
- in "Network" tab you can see that three AJAX requests were submitted
## 5) Sample XHTML
see www.primefaces.org/showcase/ui/data/datatable/paginator.xhtml
## 6) Sample bean
no special bean necessary
| 1.0 | DataTable: Same event handlers registered multiple times after DataTable.refresh() is called - ## 1) Environment
- PrimeFaces version: 6.1.2
- Does it work on the newest sources in GitHub? No
- Application server + version: irrelevant
- Affected browsers: irrelevant (all)
## 2) Expected behavior
When JS function DataTable.refresh() is called the different JS event handlers like those bound in Paginator.bindPageLinkEvents() and DataTable.bindCheckboxEvents() are registered twice - the old one stay bound and new listeners which do the same logic are registered. This is harmless in some cases but harmful in others.
## 3) Actual behavior
Example for harmful cases:
a) in case of a DataTable with a paginator: when clicking one of the pageLinks like "prev" or "next" the same AJAX request is processed multiple times because in bindPaginator() "this.paginator = new PrimeFaces.widget.Paginator(this.cfg.paginator);" registers new event handlers without deregistering the old ones.
b) in case of table with a checkAllToggler the click handler is registered multiple times in bindCheckboxEvents(). If it's an even number (e.g. after calling DataTable.refresh() exactly once) clicking the "togle all" check box seems to doesn't function because it's implicitly clicked twice.
c) in case of sortable columns the click handler on the column headers is registered multiple times in bindSortEvents(). This causes (similar to a)) multiple identical AJAX requests when clicking on a sort header.
There may be more harmful cases. I haven't walked through all bind...() functions.
## 4) Steps to reproduce
for example a)
- open www.primefaces.org/showcase/ui/data/datatable/paginator.xhtml
- open JS console
- type "PrimeFaces.widgets['widget_j_idt117_j_idt118'].refresh(PrimeFaces.widgets['widget_j_idt117_j_idt118'].cfg)"
- jump to "Network" tab of DevTools
- click "next page" link inside the paginator
- in "Network" tab you can see that two AJAX requests were submitted
- type "PrimeFaces.widgets['widget...'].refresh(PrimeFaces.widgets['widget...'].cfg)" again
- in "Network" tab you can see that three AJAX requests were submitted
## 5) Sample XHTML
see www.primefaces.org/showcase/ui/data/datatable/paginator.xhtml
## 6) Sample bean
no special bean necessary
| defect | datatable same event handlers registered multiple times after datatable refresh is called environment primefaces version does it work on the newest sources in github no application server version irrelevant affected browsers irrelevant all expected behavior when js function datatable refresh is called the different js event handlers like those bound in paginator bindpagelinkevents and datatable bindcheckboxevents are registered twice the old one stay bound and new listeners which do the same logic are registered this is harmless in some cases but harmful in others actual behavior example for harmful cases a in case of a datatable with a paginator when clicking one of the pagelinks like prev or next the same ajax request is processed multiple times because in bindpaginator this paginator new primefaces widget paginator this cfg paginator registers new event handlers without deregistering the old ones b in case of table with a checkalltoggler the click handler is registered multiple times in bindcheckboxevents if it s an even number e g after calling datatable refresh exactly once clicking the togle all check box seems to doesn t function because it s implicitly clicked twice c in case of sortable columns the click handler on the column headers is registered multiple times in bindsortevents this causes similar to a multiple identical ajax requests when clicking on a sort header there may be more harmful cases i haven t walked through all bind functions steps to reproduce for example a open open js console type primefaces widgets refresh primefaces widgets cfg jump to network tab of devtools click next page link inside the paginator in network tab you can see that two ajax requests were submitted type primefaces widgets refresh primefaces widgets cfg again in network tab you can see that three ajax requests were submitted sample xhtml see sample bean no special bean necessary | 1 |
15,753 | 2,869,011,239 | IssuesEvent | 2015-06-05 22:34:01 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Generated initializeMessages breaks for xx_XX when xx locale provided | Area-Pkg Pkg-Intl Priority-Unassigned Triaged Type-Defect | *This issue was originally filed by roo...@gmail.com*
_____
Having a locale for 'en', and when calling initializeMessages('en_US') one would expect it to either:
1) Initialise the 'en' locale for 'en_US'
2) Fail silently by returning false
However, due to how \_findGeneratedMessagesFor behaviour differs from initializeMessages we get a situation where \_findGeneratedMessagesFor tries to use the en locale for en_US but it hasn't been initialised by initializeMessages yet.
Solution would be to use Intl.verifiedLocale in initializeMessages as well to look up the closest locale we have for the given locale and load it. That way en_US would be mapped to en successfully.
The usecase for which this is kind of critical is when trying to use the browser locale as our default locale, ie:
findSystemLocale()
.then((locale) => initializeMessages(locale))
The generated messages_all.dart for which this happens (generated with intl 0.11.9):
/\*\*
\* DO NOT EDIT. This is code generated via pkg/intl/generate_localized.dart
\* This is a library that looks up messages for specific locales by
\* delegating to the appropriate library.
\*/
library messages_all;
import 'dart:async';
import 'package:intl/message_lookup_by_library.dart';
import 'package:intl/src/intl_helpers.dart';
import 'package:intl/intl.dart';
import 'messages_en.dart' deferred as messages_en;
Map<String, Function> \_deferredLibraries = {
'en' : () => messages_en.loadLibrary(),
};
MessageLookupByLibrary \_findExact(localeName) {
switch (localeName) {
case 'en' : return messages_en.messages;
default: return null;
}
}
/\*\* User programs should call this before using [localeName] for messages.\*/
Future initializeMessages(String localeName) {
initializeInternalMessageLookup(() => new CompositeMessageLookup());
var lib = \_deferredLibraries[Intl.canonicalizedLocale(localeName)];
var load = lib == null ? new Future.value(false) : lib();
return load.then((_) =>
messageLookup.addLocale(localeName, \_findGeneratedMessagesFor));
}
MessageLookupByLibrary \_findGeneratedMessagesFor(locale) {
var actualLocale = Intl.verifiedLocale(locale, (x) => \_findExact(x) != null,
onFailure: (_) => null);
if (actualLocale == null) return null;
return \_findExact(actualLocale);
}
| 1.0 | Generated initializeMessages breaks for xx_XX when xx locale provided - *This issue was originally filed by roo...@gmail.com*
_____
Having a locale for 'en', and when calling initializeMessages('en_US') one would expect it to either:
1) Initialise the 'en' locale for 'en_US'
2) Fail silently by returning false
However, due to how \_findGeneratedMessagesFor behaviour differs from initializeMessages we get a situation where \_findGeneratedMessagesFor tries to use the en locale for en_US but it hasn't been initialised by initializeMessages yet.
Solution would be to use Intl.verifiedLocale in initializeMessages as well to look up the closest locale we have for the given locale and load it. That way en_US would be mapped to en successfully.
The usecase for which this is kind of critical is when trying to use the browser locale as our default locale, ie:
findSystemLocale()
.then((locale) => initializeMessages(locale))
The generated messages_all.dart for which this happens (generated with intl 0.11.9):
/\*\*
\* DO NOT EDIT. This is code generated via pkg/intl/generate_localized.dart
\* This is a library that looks up messages for specific locales by
\* delegating to the appropriate library.
\*/
library messages_all;
import 'dart:async';
import 'package:intl/message_lookup_by_library.dart';
import 'package:intl/src/intl_helpers.dart';
import 'package:intl/intl.dart';
import 'messages_en.dart' deferred as messages_en;
Map<String, Function> \_deferredLibraries = {
'en' : () => messages_en.loadLibrary(),
};
MessageLookupByLibrary \_findExact(localeName) {
switch (localeName) {
case 'en' : return messages_en.messages;
default: return null;
}
}
/\*\* User programs should call this before using [localeName] for messages.\*/
Future initializeMessages(String localeName) {
initializeInternalMessageLookup(() => new CompositeMessageLookup());
var lib = \_deferredLibraries[Intl.canonicalizedLocale(localeName)];
var load = lib == null ? new Future.value(false) : lib();
return load.then((_) =>
messageLookup.addLocale(localeName, \_findGeneratedMessagesFor));
}
MessageLookupByLibrary \_findGeneratedMessagesFor(locale) {
var actualLocale = Intl.verifiedLocale(locale, (x) => \_findExact(x) != null,
onFailure: (_) => null);
if (actualLocale == null) return null;
return \_findExact(actualLocale);
}
| defect | generated initializemessages breaks for xx xx when xx locale provided this issue was originally filed by roo gmail com having a locale for en and when calling initializemessages en us one would expect it to either initialise the en locale for en us fail silently by returning false however due to how findgeneratedmessagesfor behaviour differs from initializemessages we get a situation where findgeneratedmessagesfor tries to use the en locale for en us but it hasn t been initialised by initializemessages yet solution would be to use intl verifiedlocale in initializemessages as well to look up the closest locale we have for the given locale and load it that way en us would be mapped to en successfully the usecase for which this is kind of critical is when trying to use the browser locale as our default locale ie nbsp nbsp findsystemlocale nbsp nbsp nbsp nbsp then locale gt initializemessages locale the generated messages all dart for which this happens generated with intl nbsp do not edit this is code generated via pkg intl generate localized dart nbsp this is a library that looks up messages for specific locales by nbsp delegating to the appropriate library nbsp library messages all import dart async import package intl message lookup by library dart import package intl src intl helpers dart import package intl intl dart import messages en dart deferred as messages en map lt string function gt deferredlibraries nbsp nbsp en gt messages en loadlibrary messagelookupbylibrary findexact localename nbsp nbsp switch localename nbsp nbsp nbsp nbsp case en return messages en messages nbsp nbsp nbsp nbsp default return null nbsp nbsp user programs should call this before using for messages future initializemessages string localename nbsp nbsp initializeinternalmessagelookup gt new compositemessagelookup nbsp nbsp var lib deferredlibraries nbsp nbsp var load lib null new future value false lib nbsp nbsp return load then gt nbsp nbsp nbsp nbsp nbsp nbsp messagelookup addlocale localename findgeneratedmessagesfor messagelookupbylibrary findgeneratedmessagesfor locale nbsp nbsp var actuallocale intl verifiedlocale locale x gt findexact x null nbsp nbsp nbsp nbsp nbsp nbsp onfailure gt null nbsp nbsp if actuallocale null return null nbsp nbsp return findexact actuallocale | 1 |
24,889 | 24,448,189,761 | IssuesEvent | 2022-10-06 19:58:09 | OBOFoundry/OBOFoundry.github.io | https://api.github.com/repos/OBOFoundry/OBOFoundry.github.io | closed | Create portals or pages for specific domains | website usability feature | Many of our pages have a domain field. This is somewhat arbitrary but could be normalized.
It would be useful to have a page that lists all ontologies within a domain. Even better if this can be customized. For example, different community members could take responsibility for different domains: health, anatomy, environment, ...
| True | Create portals or pages for specific domains - Many of our pages have a domain field. This is somewhat arbitrary but could be normalized.
It would be useful to have a page that lists all ontologies within a domain. Even better if this can be customized. For example, different community members could take responsibility for different domains: health, anatomy, environment, ...
| non_defect | create portals or pages for specific domains many of our pages have a domain field this is somewhat arbitrary but could be normalized it would be useful to have a page that lists all ontologies within a domain even better if this can be customized for example different community members could take responsibility for different domains health anatomy environment | 0 |
46,125 | 13,055,855,708 | IssuesEvent | 2020-07-30 02:56:17 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | bad error when execute after config problem (Trac #616) | IceTray Incomplete Migration Migrated from Trac defect | Migrated from https://code.icecube.wisc.edu/ticket/616
```json
{
"status": "closed",
"changetime": "2012-10-31T19:05:10",
"description": "real error is caught and displayed, error displayed during Finish() is bogus.\n\n% ./icetray/resources/scripts/return_numpy_bool.py \nLogging configured from file ./log4cplus.conf\n/home/troy/Icecube/meta-projects/offline-software/trunk/clean/src/icetray/private/icetray/I3ConfigurationImpl.cxx:132: FATAL: root trying to connect outbox OutBox of count1 to tc, but it's already connected to falsemodule!\nTraceback (most recent call last):\n File \"./icetray/resources/scripts/return_numpy_bool.py\", line 28, in <module>\n t.Execute(15)\n File \"/home/troy/Icecube/meta-projects/offline-software/trunk/clean/debug/lib/I3Tray.py\", line 116, in Execute\n args[0].the_tray.Execute(args[1])\nRuntimeError: trying to connect outbox OutBox of count1 to tc, but it's already connected to falsemodule!\nI3Tray finishing...\n/home/troy/Icecube/meta-projects/offline-software/trunk/clean/src/icetray/private/icetray/I3Tray.cxx:457: FATAL: I3Tray Attempt to call finish, but there is no driving module. Did you forget to call Execute()?\nterminate called after throwing an instance of 'std::runtime_error'\n what(): Attempt to call finish, but there is no driving module. Did you forget to call Execute()?\nzsh: abort ./icetray/resources/scripts/return_numpy_bool.py\n",
"reporter": "troy",
"cc": "",
"resolution": "fixed",
"_ts": "1351710310000000",
"component": "IceTray",
"summary": "bad error when execute after config problem",
"priority": "normal",
"keywords": "",
"time": "2010-08-16T21:21:48",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
| 1.0 | bad error when execute after config problem (Trac #616) - Migrated from https://code.icecube.wisc.edu/ticket/616
```json
{
"status": "closed",
"changetime": "2012-10-31T19:05:10",
"description": "real error is caught and displayed, error displayed during Finish() is bogus.\n\n% ./icetray/resources/scripts/return_numpy_bool.py \nLogging configured from file ./log4cplus.conf\n/home/troy/Icecube/meta-projects/offline-software/trunk/clean/src/icetray/private/icetray/I3ConfigurationImpl.cxx:132: FATAL: root trying to connect outbox OutBox of count1 to tc, but it's already connected to falsemodule!\nTraceback (most recent call last):\n File \"./icetray/resources/scripts/return_numpy_bool.py\", line 28, in <module>\n t.Execute(15)\n File \"/home/troy/Icecube/meta-projects/offline-software/trunk/clean/debug/lib/I3Tray.py\", line 116, in Execute\n args[0].the_tray.Execute(args[1])\nRuntimeError: trying to connect outbox OutBox of count1 to tc, but it's already connected to falsemodule!\nI3Tray finishing...\n/home/troy/Icecube/meta-projects/offline-software/trunk/clean/src/icetray/private/icetray/I3Tray.cxx:457: FATAL: I3Tray Attempt to call finish, but there is no driving module. Did you forget to call Execute()?\nterminate called after throwing an instance of 'std::runtime_error'\n what(): Attempt to call finish, but there is no driving module. Did you forget to call Execute()?\nzsh: abort ./icetray/resources/scripts/return_numpy_bool.py\n",
"reporter": "troy",
"cc": "",
"resolution": "fixed",
"_ts": "1351710310000000",
"component": "IceTray",
"summary": "bad error when execute after config problem",
"priority": "normal",
"keywords": "",
"time": "2010-08-16T21:21:48",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
| defect | bad error when execute after config problem trac migrated from json status closed changetime description real error is caught and displayed error displayed during finish is bogus n n icetray resources scripts return numpy bool py nlogging configured from file conf n home troy icecube meta projects offline software trunk clean src icetray private icetray cxx fatal root trying to connect outbox outbox of to tc but it s already connected to falsemodule ntraceback most recent call last n file icetray resources scripts return numpy bool py line in n t execute n file home troy icecube meta projects offline software trunk clean debug lib py line in execute n args the tray execute args nruntimeerror trying to connect outbox outbox of to tc but it s already connected to falsemodule finishing n home troy icecube meta projects offline software trunk clean src icetray private icetray cxx fatal attempt to call finish but there is no driving module did you forget to call execute nterminate called after throwing an instance of std runtime error n what attempt to call finish but there is no driving module did you forget to call execute nzsh abort icetray resources scripts return numpy bool py n reporter troy cc resolution fixed ts component icetray summary bad error when execute after config problem priority normal keywords time milestone owner olivas type defect | 1 |
47,082 | 13,056,028,668 | IssuesEvent | 2020-07-30 03:26:15 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | Regeneration of BackgroundI3MCTree from RNG State (Trac #2403) | Incomplete Migration Migrated from Trac combo simulation defect | Migrated from https://code.icecube.wisc.edu/ticket/2403
```json
{
"status": "closed",
"changetime": "2020-01-28T20:09:23",
"description": "Currently Polyplopia is configured to use the standard RNG and the state is not saved in the frame. \n\nIn order to support this, we have a couple of options.\n\n1. Have Polyplopia manually configure the name of the RNG state in the frame for background events separately. Support would also be needed in the regeneration scripts.\n\n2. Combine events prior to propagating through PROPOSAL. In this case you don't have both a background and signal trees but just a combined tree. \n\nThe advantage of combining events later in the simulation is that it is easier to determine what the background vs. signal contribution is. In reality many of the events that have multiple coincidences only have significan contribution from one of the tracks.\n\n",
"reporter": "juancarlos",
"cc": "",
"resolution": "fixed",
"_ts": "1580242163108345",
"component": "combo simulation",
"summary": "Regeneration of BackgroundI3MCTree from RNG State",
"priority": "normal",
"keywords": "polyplopia, PROPOSAL",
"time": "2020-01-24T17:27:51",
"milestone": "",
"owner": "juancarlos",
"type": "defect"
}
```
| 1.0 | Regeneration of BackgroundI3MCTree from RNG State (Trac #2403) - Migrated from https://code.icecube.wisc.edu/ticket/2403
```json
{
"status": "closed",
"changetime": "2020-01-28T20:09:23",
"description": "Currently Polyplopia is configured to use the standard RNG and the state is not saved in the frame. \n\nIn order to support this, we have a couple of options.\n\n1. Have Polyplopia manually configure the name of the RNG state in the frame for background events separately. Support would also be needed in the regeneration scripts.\n\n2. Combine events prior to propagating through PROPOSAL. In this case you don't have both a background and signal trees but just a combined tree. \n\nThe advantage of combining events later in the simulation is that it is easier to determine what the background vs. signal contribution is. In reality many of the events that have multiple coincidences only have significan contribution from one of the tracks.\n\n",
"reporter": "juancarlos",
"cc": "",
"resolution": "fixed",
"_ts": "1580242163108345",
"component": "combo simulation",
"summary": "Regeneration of BackgroundI3MCTree from RNG State",
"priority": "normal",
"keywords": "polyplopia, PROPOSAL",
"time": "2020-01-24T17:27:51",
"milestone": "",
"owner": "juancarlos",
"type": "defect"
}
```
| defect | regeneration of from rng state trac migrated from json status closed changetime description currently polyplopia is configured to use the standard rng and the state is not saved in the frame n nin order to support this we have a couple of options n have polyplopia manually configure the name of the rng state in the frame for background events separately support would also be needed in the regeneration scripts n combine events prior to propagating through proposal in this case you don t have both a background and signal trees but just a combined tree n nthe advantage of combining events later in the simulation is that it is easier to determine what the background vs signal contribution is in reality many of the events that have multiple coincidences only have significan contribution from one of the tracks n n reporter juancarlos cc resolution fixed ts component combo simulation summary regeneration of from rng state priority normal keywords polyplopia proposal time milestone owner juancarlos type defect | 1 |
47,947 | 13,067,317,827 | IssuesEvent | 2020-07-31 00:04:57 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | [CommonVariables] docs don't compile (Trac #1489) | Migrated from Trac combo reconstruction defect | When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error:
```text
Sphinx error:
'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128)
```
When I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ubuntu 14.04 and system packages) and on cobalt.
Migrated from https://code.icecube.wisc.edu/ticket/1489
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"description": "When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error: \n\n{{{\nSphinx error:\n'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128)\n}}}\n\nWhen I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ubuntu 14.04 and system packages) and on cobalt. ",
"reporter": "seuler",
"cc": "",
"resolution": "fixed",
"_ts": "1550067117911749",
"component": "combo reconstruction",
"summary": "[CommonVariables] docs don't compile",
"priority": "normal",
"keywords": "",
"time": "2015-12-14T16:50:56",
"milestone": "",
"owner": "mwolf",
"type": "defect"
}
```
| 1.0 | [CommonVariables] docs don't compile (Trac #1489) - When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error:
```text
Sphinx error:
'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128)
```
When I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ubuntu 14.04 and system packages) and on cobalt.
Migrated from https://code.icecube.wisc.edu/ticket/1489
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"description": "When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error: \n\n{{{\nSphinx error:\n'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128)\n}}}\n\nWhen I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ubuntu 14.04 and system packages) and on cobalt. ",
"reporter": "seuler",
"cc": "",
"resolution": "fixed",
"_ts": "1550067117911749",
"component": "combo reconstruction",
"summary": "[CommonVariables] docs don't compile",
"priority": "normal",
"keywords": "",
"time": "2015-12-14T16:50:56",
"milestone": "",
"owner": "mwolf",
"type": "defect"
}
```
| defect | docs don t compile trac when i try to compile the docs i don t get past commonvariables with this not very helpful sphinx error text sphinx error ascii codec can t decode byte in position ordinal not in range when i delete commonvariables docs compilation goes through this happens both on my local machine ubuntu and system packages and on cobalt migrated from json status closed changetime description when i try to compile the docs i don t get past commonvariables with this not very helpful sphinx error n n nsphinx error n ascii codec can t decode byte in position ordinal not in range n n nwhen i delete commonvariables docs compilation goes through this happens both on my local machine ubuntu and system packages and on cobalt reporter seuler cc resolution fixed ts component combo reconstruction summary docs don t compile priority normal keywords time milestone owner mwolf type defect | 1 |
3,408 | 2,610,062,128 | IssuesEvent | 2015-02-26 18:18:16 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 路桥不孕不育治疗多少钱 | auto-migrated Priority-Medium Type-Defect | ```
路桥不孕不育治疗多少钱【台州五洲生殖医院】24小时健康咨
询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州
市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108�
��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109
、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:32 | 1.0 | 路桥不孕不育治疗多少钱 - ```
路桥不孕不育治疗多少钱【台州五洲生殖医院】24小时健康咨
询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州
市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108�
��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109
、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:32 | defect | 路桥不孕不育治疗多少钱 路桥不孕不育治疗多少钱【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at | 1 |
43,418 | 11,711,835,731 | IssuesEvent | 2020-03-09 06:39:33 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | Clear Button does not clear the input value on Calendar | defect | Reported By PRO User;
> 1. Use Calendar with Button bar
> 2. Select a Date
> 3. Reopen Calender component and try to use the Clear Button => Field doesn't clear.
> (4. Close and reopen, now clear works.) | 1.0 | Clear Button does not clear the input value on Calendar - Reported By PRO User;
> 1. Use Calendar with Button bar
> 2. Select a Date
> 3. Reopen Calender component and try to use the Clear Button => Field doesn't clear.
> (4. Close and reopen, now clear works.) | defect | clear button does not clear the input value on calendar reported by pro user use calendar with button bar select a date reopen calender component and try to use the clear button field doesn t clear close and reopen now clear works | 1 |
68,553 | 21,707,431,529 | IssuesEvent | 2022-05-10 10:55:23 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | opened | [🐛 Bug]: cant able to switch between windows in IE (mode) in serenity framework | I-defect needs-triaging | ### What happened?
While executing in IE mode in edge, I cant able to switch to the new window, if anyone have the solution please help me with the solution.
Below is the code I was using,
String parent=driver.getWindowHandle();
Set<String>s=driver.getWindowHandles();
Iterator<String> I1= s.iterator();
while(I1.hasNext())
{
String child_window=I1.next();
if(!parent.equals(child_window))
{
driver.switchTo().window(child_window);
}
### How can we reproduce the issue?
```shell
String parent=driver.getWindowHandle();
Set<String>s=driver.getWindowHandles();
Iterator<String> I1= s.iterator();
while(I1.hasNext())
{
String child_window=I1.next();
if(!parent.equals(child_window))
{
driver.switchTo().window(child_window);
}
```
### Relevant log output
```shell
.
```
### Operating System
Windows 10
### Selenium version
4.0.0
### What are the browser(s) and version(s) where you see this issue?
edge 101 version
### What are the browser driver(s) and version(s) where you see this issue?
msEdgeDriver 101 version
### Are you using Selenium Grid?
_No response_ | 1.0 | [🐛 Bug]: cant able to switch between windows in IE (mode) in serenity framework - ### What happened?
While executing in IE mode in edge, I cant able to switch to the new window, if anyone have the solution please help me with the solution.
Below is the code I was using,
String parent=driver.getWindowHandle();
Set<String>s=driver.getWindowHandles();
Iterator<String> I1= s.iterator();
while(I1.hasNext())
{
String child_window=I1.next();
if(!parent.equals(child_window))
{
driver.switchTo().window(child_window);
}
### How can we reproduce the issue?
```shell
String parent=driver.getWindowHandle();
Set<String>s=driver.getWindowHandles();
Iterator<String> I1= s.iterator();
while(I1.hasNext())
{
String child_window=I1.next();
if(!parent.equals(child_window))
{
driver.switchTo().window(child_window);
}
```
### Relevant log output
```shell
.
```
### Operating System
Windows 10
### Selenium version
4.0.0
### What are the browser(s) and version(s) where you see this issue?
edge 101 version
### What are the browser driver(s) and version(s) where you see this issue?
msEdgeDriver 101 version
### Are you using Selenium Grid?
_No response_ | defect | cant able to switch between windows in ie mode in serenity framework what happened while executing in ie mode in edge i cant able to switch to the new window if anyone have the solution please help me with the solution below is the code i was using string parent driver getwindowhandle set s driver getwindowhandles iterator s iterator while hasnext string child window next if parent equals child window driver switchto window child window how can we reproduce the issue shell string parent driver getwindowhandle set s driver getwindowhandles iterator s iterator while hasnext string child window next if parent equals child window driver switchto window child window relevant log output shell operating system windows selenium version what are the browser s and version s where you see this issue edge version what are the browser driver s and version s where you see this issue msedgedriver version are you using selenium grid no response | 1 |
12,267 | 2,685,584,372 | IssuesEvent | 2015-03-30 03:04:53 | IssueMigrationTest/Test5 | https://api.github.com/repos/IssueMigrationTest/Test5 | opened | Invalid comment interpretation | auto-migrated Priority-Medium Type-Defect | **Issue by akato...@gmail.com**
_15 Mar 2014 at 4:58 GMT_
_Originally opened on Google Code_
----
```
What steps will reproduce the problem?
Using shedskin 0.9.4 compile the following code
for it in (0, 1): #{
for o in ('i','g'): #{
print o
#}
#}
What is the expected output? What do you see instead?
The python is valid and execute the following way:
i
g
i
g
However schedskin complains this way:
*ERROR* /tmp/test.py:5: expected an indented block
Note that removing the #{ and #} fixes the problem. My editor is more
convenient using this patterns (and should be harmless as it's only comments)
Hope it helps improve this great product.
Cheers,
Olivier
```
| 1.0 | Invalid comment interpretation - **Issue by akato...@gmail.com**
_15 Mar 2014 at 4:58 GMT_
_Originally opened on Google Code_
----
```
What steps will reproduce the problem?
Using shedskin 0.9.4 compile the following code
for it in (0, 1): #{
for o in ('i','g'): #{
print o
#}
#}
What is the expected output? What do you see instead?
The python is valid and execute the following way:
i
g
i
g
However schedskin complains this way:
*ERROR* /tmp/test.py:5: expected an indented block
Note that removing the #{ and #} fixes the problem. My editor is more
convenient using this patterns (and should be harmless as it's only comments)
Hope it helps improve this great product.
Cheers,
Olivier
```
| defect | invalid comment interpretation issue by akato gmail com mar at gmt originally opened on google code what steps will reproduce the problem using shedskin compile the following code for it in for o in i g print o what is the expected output what do you see instead the python is valid and execute the following way i g i g however schedskin complains this way error tmp test py expected an indented block note that removing the and fixes the problem my editor is more convenient using this patterns and should be harmless as it s only comments hope it helps improve this great product cheers olivier | 1 |
42,223 | 10,889,041,315 | IssuesEvent | 2019-11-18 17:23:05 | SublimeText/PackageDev | https://api.github.com/repos/SublimeText/PackageDev | closed | `source` scope in Symbol Transformation extends one char too far | defect | Super minor quibble
https://github.com/SublimeText/PackageDev/blob/ac1fb9803319ab518c664110f2f0f82a33f1fe73/Package/TextMate%20Preferences/syntax_test_tmPreferences.xml#L205-L208
The assertion on Line 208 should have a `- source` test. | 1.0 | `source` scope in Symbol Transformation extends one char too far - Super minor quibble
https://github.com/SublimeText/PackageDev/blob/ac1fb9803319ab518c664110f2f0f82a33f1fe73/Package/TextMate%20Preferences/syntax_test_tmPreferences.xml#L205-L208
The assertion on Line 208 should have a `- source` test. | defect | source scope in symbol transformation extends one char too far super minor quibble the assertion on line should have a source test | 1 |
131,976 | 10,726,398,300 | IssuesEvent | 2019-10-28 09:19:17 | kotlintest/kotlintest | https://api.github.com/repos/kotlintest/kotlintest | closed | Random.nextPrintableChar() - Output Not Matching Comments | Good First Issue Hacktoberfest bug property-testing | For the following code:
```kotlin
/**
* Returns the next pseudorandom, uniformly distributed value
* from the ASCII range 33-126.
*/
fun Random.nextPrintableChar(): Char {
val low = 32
val high = 127
return (nextInt(high - low) + low).toChar()
}
```
Note the actual output in includes 32:
```
(0..100000).map { Random.nextPrintableChar().toInt() }.toSortedSet()
res35: java.util.SortedSet<kotlin.Int> = [32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126]
```
32 is space, so I don't see a problem with having that in the output. It is just that the comments say that the lower boundary is 33. Which one is correct? | 1.0 | Random.nextPrintableChar() - Output Not Matching Comments - For the following code:
```kotlin
/**
* Returns the next pseudorandom, uniformly distributed value
* from the ASCII range 33-126.
*/
fun Random.nextPrintableChar(): Char {
val low = 32
val high = 127
return (nextInt(high - low) + low).toChar()
}
```
Note the actual output in includes 32:
```
(0..100000).map { Random.nextPrintableChar().toInt() }.toSortedSet()
res35: java.util.SortedSet<kotlin.Int> = [32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126]
```
32 is space, so I don't see a problem with having that in the output. It is just that the comments say that the lower boundary is 33. Which one is correct? | non_defect | random nextprintablechar output not matching comments for the following code kotlin returns the next pseudorandom uniformly distributed value from the ascii range fun random nextprintablechar char val low val high return nextint high low low tochar note the actual output in includes map random nextprintablechar toint tosortedset java util sortedset is space so i don t see a problem with having that in the output it is just that the comments say that the lower boundary is which one is correct | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.