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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
62,558
| 17,048,912,773
|
IssuesEvent
|
2021-07-06 06:11:29
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
closed
|
slate weird autocomplete
|
P1 S-Major T-Defect
|
`/dev` in HQ in Draft completes to /dev/ponies, in Slate it completes without the `/`
|
1.0
|
slate weird autocomplete - `/dev` in HQ in Draft completes to /dev/ponies, in Slate it completes without the `/`
|
defect
|
slate weird autocomplete dev in hq in draft completes to dev ponies in slate it completes without the
| 1
|
13,569
| 16,086,239,723
|
IssuesEvent
|
2021-04-26 11:35:43
|
X-Sharp/XSharpPublic
|
https://api.github.com/repos/X-Sharp/XSharpPublic
|
opened
|
VOWED incompatibility with VO with the InitMethod entry in cavowed.inf for generating constructor signature
|
VS VO compatible binary editor bug
|
https://www.xsharp.eu/forum/public-product/2472-cavowed-inf-and-vo15-option-being-off-treat-missing-types-as-usual#18164
|
True
|
VOWED incompatibility with VO with the InitMethod entry in cavowed.inf for generating constructor signature - https://www.xsharp.eu/forum/public-product/2472-cavowed-inf-and-vo15-option-being-off-treat-missing-types-as-usual#18164
|
non_defect
|
vowed incompatibility with vo with the initmethod entry in cavowed inf for generating constructor signature
| 0
|
472,279
| 13,622,070,263
|
IssuesEvent
|
2020-09-24 02:32:50
|
AY2021S1-CS2103T-W17-1/tp
|
https://api.github.com/repos/AY2021S1-CS2103T-W17-1/tp
|
opened
|
As a user, I can remove tags to an existing bug in the tracker when I find them not appropriate anymore
|
priority.Medium type.Story
|
... so that my list of bugs is more well-categorized
|
1.0
|
As a user, I can remove tags to an existing bug in the tracker when I find them not appropriate anymore - ... so that my list of bugs is more well-categorized
|
non_defect
|
as a user i can remove tags to an existing bug in the tracker when i find them not appropriate anymore so that my list of bugs is more well categorized
| 0
|
319,517
| 23,776,241,030
|
IssuesEvent
|
2022-09-01 21:15:25
|
afonsolage/bevy_ecss
|
https://api.github.com/repos/afonsolage/bevy_ecss
|
closed
|
Add showcase example
|
documentation
|
Before releasing the crate, a showcase example is needed, to show to future users what is able to accomplish using this crate.
|
1.0
|
Add showcase example - Before releasing the crate, a showcase example is needed, to show to future users what is able to accomplish using this crate.
|
non_defect
|
add showcase example before releasing the crate a showcase example is needed to show to future users what is able to accomplish using this crate
| 0
|
19,000
| 3,121,153,333
|
IssuesEvent
|
2015-09-05 11:05:06
|
koct9i/ioping
|
https://api.github.com/repos/koct9i/ioping
|
closed
|
Failing to write more than 2147479552, unclear message
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. ioping . -s 4G (actually starting from 2G)
What is the expected output? What do you see instead?
I expect normal workflow, instead I get:
ioping: write failed: Success
What version of the product are you using? On what operating system?
Centos 7.1
3.10.0-123.20.1.el7.x86_64
ioping 0.8
Please provide any additional information below.
At least the output does not lead to anywhere near problem. I have about 20Gig
free, and it fails to write 2147479552. I use xfs here, and the limit is:
Maximum File Size = 9 Million TB = 9 ExaB. It may be a problem on my system,
yet the message given is unclear.
An excerpt from strace:
open("./ioping.jIXgE6", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
unlink("./ioping.jIXgE6") = 0
pwrite(3, "********************************"..., 4294967296, 0) = 2147479552
write(2, "ioping: ", 8ioping: ) = 8
write(2, "write failed", 12write failed) = 12
write(2, ": ", 2: ) = 2
write(2, "Success\n", 8Success
) = 8
```
Original issue reported on code.google.com by `mike.mer...@gmail.com` on 25 Mar 2015 at 5:06
|
1.0
|
Failing to write more than 2147479552, unclear message - ```
What steps will reproduce the problem?
1. ioping . -s 4G (actually starting from 2G)
What is the expected output? What do you see instead?
I expect normal workflow, instead I get:
ioping: write failed: Success
What version of the product are you using? On what operating system?
Centos 7.1
3.10.0-123.20.1.el7.x86_64
ioping 0.8
Please provide any additional information below.
At least the output does not lead to anywhere near problem. I have about 20Gig
free, and it fails to write 2147479552. I use xfs here, and the limit is:
Maximum File Size = 9 Million TB = 9 ExaB. It may be a problem on my system,
yet the message given is unclear.
An excerpt from strace:
open("./ioping.jIXgE6", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
unlink("./ioping.jIXgE6") = 0
pwrite(3, "********************************"..., 4294967296, 0) = 2147479552
write(2, "ioping: ", 8ioping: ) = 8
write(2, "write failed", 12write failed) = 12
write(2, ": ", 2: ) = 2
write(2, "Success\n", 8Success
) = 8
```
Original issue reported on code.google.com by `mike.mer...@gmail.com` on 25 Mar 2015 at 5:06
|
defect
|
failing to write more than unclear message what steps will reproduce the problem ioping s actually starting from what is the expected output what do you see instead i expect normal workflow instead i get ioping write failed success what version of the product are you using on what operating system centos ioping please provide any additional information below at least the output does not lead to anywhere near problem i have about free and it fails to write i use xfs here and the limit is maximum file size million tb exab it may be a problem on my system yet the message given is unclear an excerpt from strace open ioping o rdwr o creat o excl unlink ioping pwrite write ioping write write failed failed write write success n original issue reported on code google com by mike mer gmail com on mar at
| 1
|
250,079
| 7,968,286,089
|
IssuesEvent
|
2018-07-16 01:29:54
|
SETI/pds-opus
|
https://api.github.com/repos/SETI/pds-opus
|
opened
|
API needs to be stress tested
|
A-Bug B-OPUS Django Effort 2 Medium Priority TBD
|
Right now there are far too many cases where badly formatted requests (missing fields, bad slugs) throw exceptions that are not reported to the user and instead end up in the OPUS error log. The whole exception handling architecture needs to be cleaned up.
|
1.0
|
API needs to be stress tested - Right now there are far too many cases where badly formatted requests (missing fields, bad slugs) throw exceptions that are not reported to the user and instead end up in the OPUS error log. The whole exception handling architecture needs to be cleaned up.
|
non_defect
|
api needs to be stress tested right now there are far too many cases where badly formatted requests missing fields bad slugs throw exceptions that are not reported to the user and instead end up in the opus error log the whole exception handling architecture needs to be cleaned up
| 0
|
61,767
| 17,023,775,179
|
IssuesEvent
|
2021-07-03 03:47:04
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
closed
|
German word for January
|
Component: website Priority: trivial Resolution: fixed Type: defect
|
**[Submitted to the original trac issue database at 2.06pm, Tuesday, 14th February 2012]**
Someone seems to have changed the German translation of "January" from "Januar" to "Jnner". That is Austrian (de-at), not German. The history page (with the language preference set to "de" in my browser as well as in my OSM profile) now says "Jnner" for edits made in January.
|
1.0
|
German word for January - **[Submitted to the original trac issue database at 2.06pm, Tuesday, 14th February 2012]**
Someone seems to have changed the German translation of "January" from "Januar" to "Jnner". That is Austrian (de-at), not German. The history page (with the language preference set to "de" in my browser as well as in my OSM profile) now says "Jnner" for edits made in January.
|
defect
|
german word for january someone seems to have changed the german translation of january from januar to jnner that is austrian de at not german the history page with the language preference set to de in my browser as well as in my osm profile now says jnner for edits made in january
| 1
|
70,802
| 23,321,819,390
|
IssuesEvent
|
2022-08-08 17:06:39
|
matrix-org/matrix-appservice-node
|
https://api.github.com/repos/matrix-org/matrix-appservice-node
|
closed
|
On error in onUserQuery, send back specific HTTP status and errorcode
|
S-Major T-Defect
|
**Describe the bug**
I am building an appservice. The AppService.onGetUsers returns http status 200 in the response message when an exception has occurred `this.onUserQuery`. Specifically, the onGetUsers method catches the exception, but does this:
// AppService.ts line 232
`} catch (e) {
res.send({
...
});
}.`
This call sends back http status 200. The 200 status is surprising. I had expected 4xx for any exceptions or error because the request is not successful. Consequently, on the dendrite server, the rest of the logic mistakenly assumes the user query succeeded and eventually runs into other issues.
**To Reproduce**
Dev repro:
1. Set up Dendrite server + appservice.
2. Throw an exception in the implementation of onUserQuery.
**Expected behavior**
The catch block should return a 4xx status.
|
1.0
|
On error in onUserQuery, send back specific HTTP status and errorcode - **Describe the bug**
I am building an appservice. The AppService.onGetUsers returns http status 200 in the response message when an exception has occurred `this.onUserQuery`. Specifically, the onGetUsers method catches the exception, but does this:
// AppService.ts line 232
`} catch (e) {
res.send({
...
});
}.`
This call sends back http status 200. The 200 status is surprising. I had expected 4xx for any exceptions or error because the request is not successful. Consequently, on the dendrite server, the rest of the logic mistakenly assumes the user query succeeded and eventually runs into other issues.
**To Reproduce**
Dev repro:
1. Set up Dendrite server + appservice.
2. Throw an exception in the implementation of onUserQuery.
**Expected behavior**
The catch block should return a 4xx status.
|
defect
|
on error in onuserquery send back specific http status and errorcode describe the bug i am building an appservice the appservice ongetusers returns http status in the response message when an exception has occurred this onuserquery specifically the ongetusers method catches the exception but does this appservice ts line catch e res send this call sends back http status the status is surprising i had expected for any exceptions or error because the request is not successful consequently on the dendrite server the rest of the logic mistakenly assumes the user query succeeded and eventually runs into other issues to reproduce dev repro set up dendrite server appservice throw an exception in the implementation of onuserquery expected behavior the catch block should return a status
| 1
|
80,318
| 30,223,462,453
|
IssuesEvent
|
2023-07-05 21:27:33
|
vector-im/element-desktop
|
https://api.github.com/repos/vector-im/element-desktop
|
closed
|
LaTeX does not render anymore
|
T-Defect
|
### Steps to reproduce
**1. Where are you starting? What can you see?**
Send a message of the format `$<TeX notation here>$` in any room.
**2. What do you click?**
Room -> Send message. (Alternatively tried checking if there is a context-menu formatting option, there is not)
**3. More steps...**
This used to work 10 or so days ago:

But now shows the following:

### Outcome
#### What did you expect?
Mathematical notation to be rendered correctly, without changing settings, as it was before.
#### What happened instead?
The message does not get formatted.
#### Additional information
I have looked for an experimental setting/toggle in both the Desktop and Android applications; and could not find any relevant settings. It does not render/format when received/sent from Android either.
### Operating system
Arch Linux
### Application version
Element 1.11.35, Olm 3.2.14
### How did you install the app?
sudo pacman -S element-desktop
### Homeserver
matrix.org
### Will you send logs?
Yes
|
1.0
|
LaTeX does not render anymore - ### Steps to reproduce
**1. Where are you starting? What can you see?**
Send a message of the format `$<TeX notation here>$` in any room.
**2. What do you click?**
Room -> Send message. (Alternatively tried checking if there is a context-menu formatting option, there is not)
**3. More steps...**
This used to work 10 or so days ago:

But now shows the following:

### Outcome
#### What did you expect?
Mathematical notation to be rendered correctly, without changing settings, as it was before.
#### What happened instead?
The message does not get formatted.
#### Additional information
I have looked for an experimental setting/toggle in both the Desktop and Android applications; and could not find any relevant settings. It does not render/format when received/sent from Android either.
### Operating system
Arch Linux
### Application version
Element 1.11.35, Olm 3.2.14
### How did you install the app?
sudo pacman -S element-desktop
### Homeserver
matrix.org
### Will you send logs?
Yes
|
defect
|
latex does not render anymore steps to reproduce where are you starting what can you see send a message of the format in any room what do you click room send message alternatively tried checking if there is a context menu formatting option there is not more steps this used to work or so days ago but now shows the following outcome what did you expect mathematical notation to be rendered correctly without changing settings as it was before what happened instead the message does not get formatted additional information i have looked for an experimental setting toggle in both the desktop and android applications and could not find any relevant settings it does not render format when received sent from android either operating system arch linux application version element olm how did you install the app sudo pacman s element desktop homeserver matrix org will you send logs yes
| 1
|
13,059
| 2,732,890,585
|
IssuesEvent
|
2015-04-17 10:01:24
|
tiku01/oryx-editor
|
https://api.github.com/repos/tiku01/oryx-editor
|
closed
|
Show magnets when creating edges using the shape menu
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. mouse down on the sequence flow icon in the shape menu of a node
2. move over another node
What is the expected output?
The magnets of the target node should appear if connection is allowed
What do you see instead?
No magnets. I have to connect the edge to some place and necessarily have
to adjust it in a second step.
```
Original issue reported on code.google.com by `gero.dec...@googlemail.com` on 6 Mar 2009 at 12:14
|
1.0
|
Show magnets when creating edges using the shape menu - ```
What steps will reproduce the problem?
1. mouse down on the sequence flow icon in the shape menu of a node
2. move over another node
What is the expected output?
The magnets of the target node should appear if connection is allowed
What do you see instead?
No magnets. I have to connect the edge to some place and necessarily have
to adjust it in a second step.
```
Original issue reported on code.google.com by `gero.dec...@googlemail.com` on 6 Mar 2009 at 12:14
|
defect
|
show magnets when creating edges using the shape menu what steps will reproduce the problem mouse down on the sequence flow icon in the shape menu of a node move over another node what is the expected output the magnets of the target node should appear if connection is allowed what do you see instead no magnets i have to connect the edge to some place and necessarily have to adjust it in a second step original issue reported on code google com by gero dec googlemail com on mar at
| 1
|
136,981
| 20,025,408,333
|
IssuesEvent
|
2022-02-01 20:43:16
|
Pyomo/pyomo
|
https://api.github.com/repos/Pyomo/pyomo
|
closed
|
LinearExpression args
|
design discussions pyomo.core
|
What should `LinearExpression.args` and `LinearExpression.nargs()` return?
|
1.0
|
LinearExpression args - What should `LinearExpression.args` and `LinearExpression.nargs()` return?
|
non_defect
|
linearexpression args what should linearexpression args and linearexpression nargs return
| 0
|
114,356
| 17,202,901,461
|
IssuesEvent
|
2021-07-17 16:24:30
|
flavorjones/loofah-activerecord
|
https://api.github.com/repos/flavorjones/loofah-activerecord
|
closed
|
XSS Still Possible via tags within tags?
|
Security
|
Apologies if this isn't a loofah issue as much as a nokogiri one, but we had a penetration testing firm uncover what still seems like an XSS vulnerability. Saving a model with the following string:
```
Incoming evil content: <<b>img src=x onerror=alert('asdf')/>
```
`xss_foliate`s to
```
Incoming evil content: <img src=x onerror=alert('asdf')/>
```
Saving that content again correctly removes the image tag:
```
Incoming evil content:
```
Not sure where this is being dropped, but seems like maybe as a stopgap, this should be run iteratively until the content stops changing or something?
|
True
|
XSS Still Possible via tags within tags? - Apologies if this isn't a loofah issue as much as a nokogiri one, but we had a penetration testing firm uncover what still seems like an XSS vulnerability. Saving a model with the following string:
```
Incoming evil content: <<b>img src=x onerror=alert('asdf')/>
```
`xss_foliate`s to
```
Incoming evil content: <img src=x onerror=alert('asdf')/>
```
Saving that content again correctly removes the image tag:
```
Incoming evil content:
```
Not sure where this is being dropped, but seems like maybe as a stopgap, this should be run iteratively until the content stops changing or something?
|
non_defect
|
xss still possible via tags within tags apologies if this isn t a loofah issue as much as a nokogiri one but we had a penetration testing firm uncover what still seems like an xss vulnerability saving a model with the following string incoming evil content img src x onerror alert asdf xss foliate s to incoming evil content saving that content again correctly removes the image tag incoming evil content not sure where this is being dropped but seems like maybe as a stopgap this should be run iteratively until the content stops changing or something
| 0
|
63,209
| 17,463,297,086
|
IssuesEvent
|
2021-08-06 13:34:32
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
closed
|
Clicking on whitespace areas in replies takes you to matrix.to
|
T-Defect X-Regression S-Minor A-Replies P-Medium
|
This happens if you click anywhere that's inside the reply tile `a` tag, but is not inside any of the `a` tag's children. This occurs on both modern and bubble layouts, though the hitbox is different for each since they lay out reply tiles slightly differently.
|
1.0
|
Clicking on whitespace areas in replies takes you to matrix.to - This happens if you click anywhere that's inside the reply tile `a` tag, but is not inside any of the `a` tag's children. This occurs on both modern and bubble layouts, though the hitbox is different for each since they lay out reply tiles slightly differently.
|
defect
|
clicking on whitespace areas in replies takes you to matrix to this happens if you click anywhere that s inside the reply tile a tag but is not inside any of the a tag s children this occurs on both modern and bubble layouts though the hitbox is different for each since they lay out reply tiles slightly differently
| 1
|
65,536
| 19,568,406,239
|
IssuesEvent
|
2022-01-04 06:10:41
|
martinrotter/rssguard
|
https://api.github.com/repos/martinrotter/rssguard
|
closed
|
[BUG]: b743c72a crashing intermittently on use of hotkey 'Mark selected item read'
|
Type-Defect Component-Feed-List Status-Fixed
|
### Brief description of the issue
As above.
### How to reproduce the bug?
1. Set hotkey as necessary.
2. Sync.
3. Select 'unread feeds' only in left pane.
4. Select feed from left pane.
5. Hit hotkey.
6. Move to next feed with 'next unread article' hotkey.
### What was the expected result?
Expected result: feed marked as read. Use of 'next unread article' hotkey moves you to next unread feed.
### What actually happened?
Sometimes the process happens normally. Sometimes the app freezes and closes. Sometimes use of the 'next unread article' hotkey itself is enough to crash the app.
### Other information
I've tried to generate a log, but have so far failed.
### Operating system and version
* OS: Windows 10 Pro build 19041
* RSS Guard version: b743c72a
|
1.0
|
[BUG]: b743c72a crashing intermittently on use of hotkey 'Mark selected item read' - ### Brief description of the issue
As above.
### How to reproduce the bug?
1. Set hotkey as necessary.
2. Sync.
3. Select 'unread feeds' only in left pane.
4. Select feed from left pane.
5. Hit hotkey.
6. Move to next feed with 'next unread article' hotkey.
### What was the expected result?
Expected result: feed marked as read. Use of 'next unread article' hotkey moves you to next unread feed.
### What actually happened?
Sometimes the process happens normally. Sometimes the app freezes and closes. Sometimes use of the 'next unread article' hotkey itself is enough to crash the app.
### Other information
I've tried to generate a log, but have so far failed.
### Operating system and version
* OS: Windows 10 Pro build 19041
* RSS Guard version: b743c72a
|
defect
|
crashing intermittently on use of hotkey mark selected item read brief description of the issue as above how to reproduce the bug set hotkey as necessary sync select unread feeds only in left pane select feed from left pane hit hotkey move to next feed with next unread article hotkey what was the expected result expected result feed marked as read use of next unread article hotkey moves you to next unread feed what actually happened sometimes the process happens normally sometimes the app freezes and closes sometimes use of the next unread article hotkey itself is enough to crash the app other information i ve tried to generate a log but have so far failed operating system and version os windows pro build rss guard version
| 1
|
23,157
| 2,653,441,217
|
IssuesEvent
|
2015-03-16 23:28:17
|
GoogleCloudPlatform/kubernetes
|
https://api.github.com/repos/GoogleCloudPlatform/kubernetes
|
closed
|
Cadvisor test failures
|
priority/P1 team/node
|
We've seen this a few times on GCE now, and I saw it flake on `gke-ci` now as well (cc @vish @ixdy):
```
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/cadvisor.go:45
Failed after retrying 10 times for cadvisor to be healthy on all nodes. Errors:
[request [&{Method:GET URL:https://130.211.153.101/api/v1beta1/proxy/minions/e2e-test-jenkins-minion-b3p4.c.kubernetes-jenkins.internal/stats/?timeout=5m0s Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[] Body:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:130.211.153.101 Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr: RequestURI: TLS:<nil>}] failed (500) 500 Internal Server Error: Internal Error: cAdvisor is unsupported in this build
request [&{Method:GET URL:https://130.211.153.101/api/v1beta1/proxy/minions/e2e-test-jenkins-minion-qshm.c.kubernetes-jenkins.internal/stats/?timeout=5m0s Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[] Body:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:130.211.153.101 Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr: RequestURI: TLS:<nil>}] failed (500) 500 Internal Server Error: Internal Error: cAdvisor is unsupported in this build
]
```
|
1.0
|
Cadvisor test failures - We've seen this a few times on GCE now, and I saw it flake on `gke-ci` now as well (cc @vish @ixdy):
```
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/cadvisor.go:45
Failed after retrying 10 times for cadvisor to be healthy on all nodes. Errors:
[request [&{Method:GET URL:https://130.211.153.101/api/v1beta1/proxy/minions/e2e-test-jenkins-minion-b3p4.c.kubernetes-jenkins.internal/stats/?timeout=5m0s Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[] Body:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:130.211.153.101 Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr: RequestURI: TLS:<nil>}] failed (500) 500 Internal Server Error: Internal Error: cAdvisor is unsupported in this build
request [&{Method:GET URL:https://130.211.153.101/api/v1beta1/proxy/minions/e2e-test-jenkins-minion-qshm.c.kubernetes-jenkins.internal/stats/?timeout=5m0s Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[] Body:<nil> ContentLength:0 TransferEncoding:[] Close:false Host:130.211.153.101 Form:map[] PostForm:map[] MultipartForm:<nil> Trailer:map[] RemoteAddr: RequestURI: TLS:<nil>}] failed (500) 500 Internal Server Error: Internal Error: cAdvisor is unsupported in this build
]
```
|
non_defect
|
cadvisor test failures we ve seen this a few times on gce now and i saw it flake on gke ci now as well cc vish ixdy go src github com googlecloudplatform kubernetes output dockerized go src github com googlecloudplatform kubernetes test cadvisor go failed after retrying times for cadvisor to be healthy on all nodes errors body contentlength transferencoding close false host form map postform map multipartform trailer map remoteaddr requesturi tls failed internal server error internal error cadvisor is unsupported in this build request body contentlength transferencoding close false host form map postform map multipartform trailer map remoteaddr requesturi tls failed internal server error internal error cadvisor is unsupported in this build
| 0
|
74,981
| 25,459,414,983
|
IssuesEvent
|
2022-11-24 17:01:54
|
primefaces/primefaces
|
https://api.github.com/repos/primefaces/primefaces
|
opened
|
SelectOneRadio: problem with accessibility with Custom Layout (Facet)
|
:lady_beetle: defect :bangbang: needs-triage
|
### Describe the bug
The extension Accessibility Insights for Web (https://chrome.google.com/webstore/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni) report a problem of accessibility WCAG 4.1.2 on SelectOneRadio Custom Layout (Facet)
```
<span class="field-radiobutton" role="radio" aria-checked="false">
<div id="j_idt344:facet1" class="ui-radiobutton ui-widget">
<div class="ui-helper-hidden-accessible">
<input id="j_idt344:customRadio:0_clone" name="j_idt344:customRadio_clone" type="radio" class="ui-radio-clone"
data-itemindex="0" value="Red">
</div>
<div class="ui-radiobutton-box ui-widget ui-corner-all ui-state-default">
<span class="ui-radiobutton-icon ui-icon ui-icon-blank ui-c"></span>
</div>
</div>
<label id="j_idt344:j_idt358" class="ui-outputlabel ui-widget" for="j_idt344:customRadio:0_clone">
<span class="legend" style="background:red"></span> Red
</label>
</span>
```

### Reproducer
_No response_
### Expected behavior
_No response_
### PrimeFaces edition
Community
### PrimeFaces version
12.0.0
### Theme
_No response_
### JSF implementation
All
### JSF version
2.3
### Java version
11
### Browser(s)
Chrome 107.0.5304.107
|
1.0
|
SelectOneRadio: problem with accessibility with Custom Layout (Facet) - ### Describe the bug
The extension Accessibility Insights for Web (https://chrome.google.com/webstore/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni) report a problem of accessibility WCAG 4.1.2 on SelectOneRadio Custom Layout (Facet)
```
<span class="field-radiobutton" role="radio" aria-checked="false">
<div id="j_idt344:facet1" class="ui-radiobutton ui-widget">
<div class="ui-helper-hidden-accessible">
<input id="j_idt344:customRadio:0_clone" name="j_idt344:customRadio_clone" type="radio" class="ui-radio-clone"
data-itemindex="0" value="Red">
</div>
<div class="ui-radiobutton-box ui-widget ui-corner-all ui-state-default">
<span class="ui-radiobutton-icon ui-icon ui-icon-blank ui-c"></span>
</div>
</div>
<label id="j_idt344:j_idt358" class="ui-outputlabel ui-widget" for="j_idt344:customRadio:0_clone">
<span class="legend" style="background:red"></span> Red
</label>
</span>
```

### Reproducer
_No response_
### Expected behavior
_No response_
### PrimeFaces edition
Community
### PrimeFaces version
12.0.0
### Theme
_No response_
### JSF implementation
All
### JSF version
2.3
### Java version
11
### Browser(s)
Chrome 107.0.5304.107
|
defect
|
selectoneradio problem with accessibility with custom layout facet describe the bug the extension accessibility insights for web report a problem of accessibility wcag on selectoneradio custom layout facet input id j customradio clone name j customradio clone type radio class ui radio clone data itemindex value red red reproducer no response expected behavior no response primefaces edition community primefaces version theme no response jsf implementation all jsf version java version browser s chrome
| 1
|
20,780
| 16,045,180,146
|
IssuesEvent
|
2021-04-22 12:54:03
|
rokwire/safer-illinois-app
|
https://api.github.com/repos/rokwire/safer-illinois-app
|
reopened
|
[USABILITY] Add interaction clue to Find Locations
|
Type: Usability
|
**Describe the usability issue**
A University UX design class (Technology Entrepreneurship 498 UX Fundamentals) submitted this feedback.
Through user interviews, the students found that "nobody" knows that the testing location addresses are clickable and take you to a map.
They suggest to add a visual clue to show that the address line is actionable.
**To Reproduce**
Safer Illinois Home > Find Test Locations

|
True
|
[USABILITY] Add interaction clue to Find Locations - **Describe the usability issue**
A University UX design class (Technology Entrepreneurship 498 UX Fundamentals) submitted this feedback.
Through user interviews, the students found that "nobody" knows that the testing location addresses are clickable and take you to a map.
They suggest to add a visual clue to show that the address line is actionable.
**To Reproduce**
Safer Illinois Home > Find Test Locations

|
non_defect
|
add interaction clue to find locations describe the usability issue a university ux design class technology entrepreneurship ux fundamentals submitted this feedback through user interviews the students found that nobody knows that the testing location addresses are clickable and take you to a map they suggest to add a visual clue to show that the address line is actionable to reproduce safer illinois home find test locations
| 0
|
162,548
| 25,553,715,148
|
IssuesEvent
|
2022-11-30 03:32:23
|
flutter/flutter
|
https://api.github.com/repos/flutter/flutter
|
closed
|
AppBar changes Android Navigation Bar color when scrolling
|
platform-android framework f: material design f: scrolling a: layout has reproducible steps found in release: 1.21
|
When you scroll a ListView and there is an AppBar in the middle of it, it changes the Android navigation bar in Samsung devices (and it is possible other devices are affected, too).
Edit:
CupertinoNavigationBar also produces the same issue. ListTile also.
Gif proof:
<img src="https://user-images.githubusercontent.com/351125/67060719-51886f00-f134-11e9-8fd7-62ca47759fd9.gif" height="450"></img>
Reproducible code:
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData.from(colorScheme: ColorScheme.dark()),
home: MyHomePage(),
);
}
}
class MyHomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text("Test"),
),
body: ListView(
children: <Widget>[
SizedBox(height: 56),
Text("Scroll me!"),
SizedBox(height: 756),
AppBar(title: Text("aaa"),),
SizedBox(height: 512),
],
), // This trailing comma makes auto-formatting nicer for build methods.
);
}
}
```
```
➜ flutter doctor -v
[✓] Flutter (Channel dev, v1.10.14, on Mac OS X 10.15 19A602, locale en-BR)
• Flutter version 1.10.14 at /usr/local/Cellar/flutter/dev
• Framework revision 1946fc4da0 (10 days ago), 2019-10-07 15:23:31 -0700
• Engine revision 1d62160fdb
• Dart version 2.6.0 (build 2.6.0-dev.1.0 d6c6d12ebf)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at /Users/bernardoferrari/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling
support)
• Platform android-29, build-tools 29.0.2
• Java binary at: /Users/bernardoferrari/Library/Application
Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/192.5916306/Android
Studio 3.6 Preview.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build
1.8.0_212-release-1586-b4-5784211)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.0)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.0, Build version 11A420a
• CocoaPods version 1.8.3
[✓] Android Studio
• Android Studio at /Users/bernardoferrari/Library/Application
Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/192.5916306/Android
Studio 3.6 Preview.app/Contents
• Flutter plugin version 39.0.5
• Dart plugin version 192.6603.23
• Java version OpenJDK Runtime Environment (build
1.8.0_212-release-1586-b4-5784211)
[!] Android Studio
• Android Studio at /Users/bernardoferrari/Library/Application
Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/192.5871855/Android
Studio 3.6 Preview.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
✗ Android Studio not found at /Users/bernardoferrari/Library/Application
Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/192.5871855/Android
Studio 3.6 Preview.app/Contents
• Try updating or re-installing Android Studio.
[✓] IntelliJ IDEA Ultimate Edition (version 2019.2.3)
• IntelliJ at /Users/bernardoferrari/Applications/JetBrains Toolbox/IntelliJ
IDEA Ultimate.app
• Flutter plugin version 38.2.4
• Dart plugin version 192.6459
[✓] VS Code (version 1.39.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.5.1
[✓] Connected device (1 available)
• SM G9600 • 23a1f4ee1a057ece • android-arm64 • Android 9 (API 28)
! Doctor found issues in 1 category.
```
|
1.0
|
AppBar changes Android Navigation Bar color when scrolling - When you scroll a ListView and there is an AppBar in the middle of it, it changes the Android navigation bar in Samsung devices (and it is possible other devices are affected, too).
Edit:
CupertinoNavigationBar also produces the same issue. ListTile also.
Gif proof:
<img src="https://user-images.githubusercontent.com/351125/67060719-51886f00-f134-11e9-8fd7-62ca47759fd9.gif" height="450"></img>
Reproducible code:
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData.from(colorScheme: ColorScheme.dark()),
home: MyHomePage(),
);
}
}
class MyHomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text("Test"),
),
body: ListView(
children: <Widget>[
SizedBox(height: 56),
Text("Scroll me!"),
SizedBox(height: 756),
AppBar(title: Text("aaa"),),
SizedBox(height: 512),
],
), // This trailing comma makes auto-formatting nicer for build methods.
);
}
}
```
```
➜ flutter doctor -v
[✓] Flutter (Channel dev, v1.10.14, on Mac OS X 10.15 19A602, locale en-BR)
• Flutter version 1.10.14 at /usr/local/Cellar/flutter/dev
• Framework revision 1946fc4da0 (10 days ago), 2019-10-07 15:23:31 -0700
• Engine revision 1d62160fdb
• Dart version 2.6.0 (build 2.6.0-dev.1.0 d6c6d12ebf)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at /Users/bernardoferrari/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling
support)
• Platform android-29, build-tools 29.0.2
• Java binary at: /Users/bernardoferrari/Library/Application
Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/192.5916306/Android
Studio 3.6 Preview.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build
1.8.0_212-release-1586-b4-5784211)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.0)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.0, Build version 11A420a
• CocoaPods version 1.8.3
[✓] Android Studio
• Android Studio at /Users/bernardoferrari/Library/Application
Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/192.5916306/Android
Studio 3.6 Preview.app/Contents
• Flutter plugin version 39.0.5
• Dart plugin version 192.6603.23
• Java version OpenJDK Runtime Environment (build
1.8.0_212-release-1586-b4-5784211)
[!] Android Studio
• Android Studio at /Users/bernardoferrari/Library/Application
Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/192.5871855/Android
Studio 3.6 Preview.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
✗ Android Studio not found at /Users/bernardoferrari/Library/Application
Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/192.5871855/Android
Studio 3.6 Preview.app/Contents
• Try updating or re-installing Android Studio.
[✓] IntelliJ IDEA Ultimate Edition (version 2019.2.3)
• IntelliJ at /Users/bernardoferrari/Applications/JetBrains Toolbox/IntelliJ
IDEA Ultimate.app
• Flutter plugin version 38.2.4
• Dart plugin version 192.6459
[✓] VS Code (version 1.39.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.5.1
[✓] Connected device (1 available)
• SM G9600 • 23a1f4ee1a057ece • android-arm64 • Android 9 (API 28)
! Doctor found issues in 1 category.
```
|
non_defect
|
appbar changes android navigation bar color when scrolling when you scroll a listview and there is an appbar in the middle of it it changes the android navigation bar in samsung devices and it is possible other devices are affected too edit cupertinonavigationbar also produces the same issue listtile also gif proof reproducible code dart import package flutter material dart void main runapp myapp class myapp extends statelesswidget this widget is the root of your application override widget build buildcontext context return materialapp title flutter demo theme themedata from colorscheme colorscheme dark home myhomepage class myhomepage extends statelesswidget override widget build buildcontext context return scaffold appbar appbar title text test body listview children sizedbox height text scroll me sizedbox height appbar title text aaa sizedbox height this trailing comma makes auto formatting nicer for build methods ➜ flutter doctor v flutter channel dev on mac os x locale en br • flutter version at usr local cellar flutter dev • framework revision days ago • engine revision • dart version build dev android toolchain develop for android devices android sdk version • android sdk at users bernardoferrari library android sdk • android ndk location not configured optional useful for native profiling support • platform android build tools • java binary at users bernardoferrari library application support jetbrains toolbox apps androidstudio ch android studio preview app contents jre jdk contents home bin java • java version openjdk runtime environment build release • all android licenses accepted xcode develop for ios and macos xcode • xcode at applications xcode app contents developer • xcode build version • cocoapods version android studio • android studio at users bernardoferrari library application support jetbrains toolbox apps androidstudio ch android studio preview app contents • flutter plugin version • dart plugin version • java version openjdk runtime environment build release android studio • android studio at users bernardoferrari library application support jetbrains toolbox apps androidstudio ch android studio preview app contents ✗ flutter plugin not installed this adds flutter specific functionality ✗ dart plugin not installed this adds dart specific functionality ✗ android studio not found at users bernardoferrari library application support jetbrains toolbox apps androidstudio ch android studio preview app contents • try updating or re installing android studio intellij idea ultimate edition version • intellij at users bernardoferrari applications jetbrains toolbox intellij idea ultimate app • flutter plugin version • dart plugin version vs code version • vs code at applications visual studio code app contents • flutter extension version connected device available • sm • • android • android api doctor found issues in category
| 0
|
26,846
| 4,802,902,479
|
IssuesEvent
|
2016-11-02 08:09:38
|
TNGSB/eWallet
|
https://api.github.com/repos/TNGSB/eWallet
|
opened
|
eWallet_MobileApp_Android (Registration) #05
|
Defect - High (Sev-2)
|
[Defect_Mobile App #05.xlsx](https://github.com/TNGSB/eWallet/files/565953/Defect_Mobile.App.05.xlsx)
Test Description : To validate error message displayed when only "Password" field are left blank
Expected Result : System should display a correct error message "Please fill in the blank with *"
Actual Result : System displayed wrong error message
Refer attachment for POT
|
1.0
|
eWallet_MobileApp_Android (Registration) #05 - [Defect_Mobile App #05.xlsx](https://github.com/TNGSB/eWallet/files/565953/Defect_Mobile.App.05.xlsx)
Test Description : To validate error message displayed when only "Password" field are left blank
Expected Result : System should display a correct error message "Please fill in the blank with *"
Actual Result : System displayed wrong error message
Refer attachment for POT
|
defect
|
ewallet mobileapp android registration test description to validate error message displayed when only password field are left blank expected result system should display a correct error message please fill in the blank with actual result system displayed wrong error message refer attachment for pot
| 1
|
73,064
| 24,437,469,168
|
IssuesEvent
|
2022-10-06 12:31:45
|
matrix-org/synapse
|
https://api.github.com/repos/matrix-org/synapse
|
closed
|
URL previews includes unicode punycode which causes issues URLs in the text body
|
S-Minor T-Defect O-Occasional
|
### Description
https://github.com/vector-im/element-web/issues/23432
Synapse injects `“` (`5o0a`) punycode into og:description of twitter URLs, leading to broken links.
### Steps to reproduce
Forwarded Element issue:
### Steps to reproduce
1. Post a twitter URL into a room, URL previews enabled
2. Twitter post content is put into double quotes `""`
3. in case of media-only posts, the t.co media URL is in quotes
4. element includes the ending quote in the URL, resulting in a broken link
### Outcome
#### What did you expect?
links work
#### What happened instead?

Demo URLs for reference:
https://twitter.com/FXNetworks/status/1577704289476128771
https://twitter.com/mischiefanimals/status/1576904037449969664
### Operating system
arch
### Application version
Element Nightly version: 2022100501 Olm version: 3.2.12
### How did you install the app?
aur
### Homeserver
private
### Synapse Version
1.68.0
### Installation Method
Docker (matrixdotorg/synapse)
### Platform
debian, matrix-docker-ansible-deploy
### Relevant log output
```shell
n/a
```
### Anything else that would be useful to know?
```
curl "https://publish.twitter.com/oembed?url=https://twitter.com/mischiefanimals/status/1576904037449969664" | jq .
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 853 100 853 0 0 3946 0 --:--:-- --:--:-- --:--:-- 4140
{
"url": "https://twitter.com/mischiefanimals/status/1576904037449969664",
"author_name": "animals going goblin mode",
"author_url": "https://twitter.com/mischiefanimals",
"html": "<blockquote class=\"twitter-tweet\"><p lang=\"zxx\" dir=\"ltr\"><a href=\"https://t.co/fVP8YWHS2j\">pic.twitter.com/fVP8YWHS2j</a></p>— animals going goblin mode (@mischiefanimals) <a href=\"https://twitter.com/mischiefanimals/status/1576904037449969664?ref_src=twsrc%5Etfw\">October 3, 2022</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n",
"width": 550,
"height": null,
"type": "rich",
"cache_age": "3153600000",
"provider_name": "Twitter",
"provider_url": "https://twitter.com",
"version": "1.0"
}
```
https://user-images.githubusercontent.com/2403652/194146661-044758f9-fefd-4744-9ef2-bd3aec094d40.png
|
1.0
|
URL previews includes unicode punycode which causes issues URLs in the text body - ### Description
https://github.com/vector-im/element-web/issues/23432
Synapse injects `“` (`5o0a`) punycode into og:description of twitter URLs, leading to broken links.
### Steps to reproduce
Forwarded Element issue:
### Steps to reproduce
1. Post a twitter URL into a room, URL previews enabled
2. Twitter post content is put into double quotes `""`
3. in case of media-only posts, the t.co media URL is in quotes
4. element includes the ending quote in the URL, resulting in a broken link
### Outcome
#### What did you expect?
links work
#### What happened instead?

Demo URLs for reference:
https://twitter.com/FXNetworks/status/1577704289476128771
https://twitter.com/mischiefanimals/status/1576904037449969664
### Operating system
arch
### Application version
Element Nightly version: 2022100501 Olm version: 3.2.12
### How did you install the app?
aur
### Homeserver
private
### Synapse Version
1.68.0
### Installation Method
Docker (matrixdotorg/synapse)
### Platform
debian, matrix-docker-ansible-deploy
### Relevant log output
```shell
n/a
```
### Anything else that would be useful to know?
```
curl "https://publish.twitter.com/oembed?url=https://twitter.com/mischiefanimals/status/1576904037449969664" | jq .
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 853 100 853 0 0 3946 0 --:--:-- --:--:-- --:--:-- 4140
{
"url": "https://twitter.com/mischiefanimals/status/1576904037449969664",
"author_name": "animals going goblin mode",
"author_url": "https://twitter.com/mischiefanimals",
"html": "<blockquote class=\"twitter-tweet\"><p lang=\"zxx\" dir=\"ltr\"><a href=\"https://t.co/fVP8YWHS2j\">pic.twitter.com/fVP8YWHS2j</a></p>— animals going goblin mode (@mischiefanimals) <a href=\"https://twitter.com/mischiefanimals/status/1576904037449969664?ref_src=twsrc%5Etfw\">October 3, 2022</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n",
"width": 550,
"height": null,
"type": "rich",
"cache_age": "3153600000",
"provider_name": "Twitter",
"provider_url": "https://twitter.com",
"version": "1.0"
}
```
https://user-images.githubusercontent.com/2403652/194146661-044758f9-fefd-4744-9ef2-bd3aec094d40.png
|
defect
|
url previews includes unicode punycode which causes issues urls in the text body description synapse injects “ punycode into og description of twitter urls leading to broken links steps to reproduce forwarded element issue steps to reproduce post a twitter url into a room url previews enabled twitter post content is put into double quotes in case of media only posts the t co media url is in quotes element includes the ending quote in the url resulting in a broken link outcome what did you expect links work what happened instead demo urls for reference operating system arch application version element nightly version olm version how did you install the app aur homeserver private synapse version installation method docker matrixdotorg synapse platform debian matrix docker ansible deploy relevant log output shell n a anything else that would be useful to know curl jq total received xferd average speed time time time current dload upload total spent left speed url author name animals going goblin mode author url html n n width height null type rich cache age provider name twitter provider url version
| 1
|
210,480
| 7,190,276,643
|
IssuesEvent
|
2018-02-02 16:42:39
|
jorisvddonk/httpom
|
https://api.github.com/repos/jorisvddonk/httpom
|
closed
|
Provide source for the cuteness of Pomeranians
|
high-priority
|
Currently, `README.md` claims that Pomeranians are cute, but does not provide a source for said claim. The readme should be amended such that it links to, for example, images on the [/r/pomeranians subreddit](https://www.reddit.com/r/Pomeranians/).
|
1.0
|
Provide source for the cuteness of Pomeranians - Currently, `README.md` claims that Pomeranians are cute, but does not provide a source for said claim. The readme should be amended such that it links to, for example, images on the [/r/pomeranians subreddit](https://www.reddit.com/r/Pomeranians/).
|
non_defect
|
provide source for the cuteness of pomeranians currently readme md claims that pomeranians are cute but does not provide a source for said claim the readme should be amended such that it links to for example images on the
| 0
|
388,246
| 26,756,386,889
|
IssuesEvent
|
2023-01-31 00:47:31
|
jhudsl/OTTR_Template
|
https://api.github.com/repos/jhudsl/OTTR_Template
|
closed
|
Style updates
|
documentation enhancement
|
In reference to #365 I would like to:
- describe more in the wiki about what is possible with the current style options
- make some of these style elements more customizable (would be great if we could automate some of this at some point... I can imagine an rstudio [addin](http://rstudio.github.io/rstudioaddins/)) Addins could also be great for automating other aspects!
- clean up the style code a bit to remove anything we need/want
|
1.0
|
Style updates - In reference to #365 I would like to:
- describe more in the wiki about what is possible with the current style options
- make some of these style elements more customizable (would be great if we could automate some of this at some point... I can imagine an rstudio [addin](http://rstudio.github.io/rstudioaddins/)) Addins could also be great for automating other aspects!
- clean up the style code a bit to remove anything we need/want
|
non_defect
|
style updates in reference to i would like to describe more in the wiki about what is possible with the current style options make some of these style elements more customizable would be great if we could automate some of this at some point i can imagine an rstudio addins could also be great for automating other aspects clean up the style code a bit to remove anything we need want
| 0
|
282,415
| 21,315,488,206
|
IssuesEvent
|
2022-04-16 07:38:42
|
YiFei2/pe
|
https://api.github.com/repos/YiFei2/pe
|
opened
|
User stories for unarchive command is missing
|
type.DocumentationBug severity.Low
|

User stories for the unarchive command is missing although the command is implemented.
<!--session: 1650087928613-d29ec7a4-5622-4c79-bfcf-04c68f7279ac-->
<!--Version: Web v3.4.2-->
|
1.0
|
User stories for unarchive command is missing - 
User stories for the unarchive command is missing although the command is implemented.
<!--session: 1650087928613-d29ec7a4-5622-4c79-bfcf-04c68f7279ac-->
<!--Version: Web v3.4.2-->
|
non_defect
|
user stories for unarchive command is missing user stories for the unarchive command is missing although the command is implemented
| 0
|
42,052
| 10,765,141,569
|
IssuesEvent
|
2019-11-01 10:12:31
|
armadillo-apps/arms2
|
https://api.github.com/repos/armadillo-apps/arms2
|
closed
|
Run Cypress error
|
Defect
|
**Running:**
apartments.spec.js
line: 279
**Failing test name:**
Apartments, Occupant, and ApartmentAssign Assign occupant to apartment be able to assign an occupant to apartment:
**Error Message:**
CypressError: Timed out retrying: expected '<td.apartmentDetails__td>' to have class 'inverted'
|
1.0
|
Run Cypress error - **Running:**
apartments.spec.js
line: 279
**Failing test name:**
Apartments, Occupant, and ApartmentAssign Assign occupant to apartment be able to assign an occupant to apartment:
**Error Message:**
CypressError: Timed out retrying: expected '<td.apartmentDetails__td>' to have class 'inverted'
|
defect
|
run cypress error running apartments spec js line failing test name apartments occupant and apartmentassign assign occupant to apartment be able to assign an occupant to apartment error message cypresserror timed out retrying expected to have class inverted
| 1
|
293,898
| 25,332,374,810
|
IssuesEvent
|
2022-11-18 14:14:53
|
eclipse/kiso-testing
|
https://api.github.com/repos/eclipse/kiso-testing
|
opened
|
Refactor step-report
|
size L refactoring test
|
**In order to** make the step-report more maintainable,
**we want to**
* transform the report generator to a `TestResult` class (e.g. https://github.com/eclipse/kiso-testing/blob/master/src/pykiso/test_result/xml_result.py#L92)
|
1.0
|
Refactor step-report - **In order to** make the step-report more maintainable,
**we want to**
* transform the report generator to a `TestResult` class (e.g. https://github.com/eclipse/kiso-testing/blob/master/src/pykiso/test_result/xml_result.py#L92)
|
non_defect
|
refactor step report in order to make the step report more maintainable we want to transform the report generator to a testresult class e g
| 0
|
57,469
| 15,795,740,506
|
IssuesEvent
|
2021-04-02 13:42:17
|
bigbluebutton/bigbluebutton
|
https://api.github.com/repos/bigbluebutton/bigbluebutton
|
closed
|
Installation of BigBlueButton does not complete behind a HTTP proxy server
|
Defect Maintainability Normal Priority Recording
|
Originally reported on Google Code with ID 1334
```
When installing BigBlueButton within a network protected by a HTTP Proxy, the installation
will fail. Specifically, the gems will not install.
We need to modify the packaging scripts so they either access the HTTP_PROXY environment
variable, or we provide an alternative means to install the gems, such as use bundler.
See
http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu#Unable_to_install_gems
```
Reported by `ffdixon` on 2012-10-10 19:12:29
|
1.0
|
Installation of BigBlueButton does not complete behind a HTTP proxy server - Originally reported on Google Code with ID 1334
```
When installing BigBlueButton within a network protected by a HTTP Proxy, the installation
will fail. Specifically, the gems will not install.
We need to modify the packaging scripts so they either access the HTTP_PROXY environment
variable, or we provide an alternative means to install the gems, such as use bundler.
See
http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu#Unable_to_install_gems
```
Reported by `ffdixon` on 2012-10-10 19:12:29
|
defect
|
installation of bigbluebutton does not complete behind a http proxy server originally reported on google code with id when installing bigbluebutton within a network protected by a http proxy the installation will fail specifically the gems will not install we need to modify the packaging scripts so they either access the http proxy environment variable or we provide an alternative means to install the gems such as use bundler see reported by ffdixon on
| 1
|
92,502
| 18,875,744,226
|
IssuesEvent
|
2021-11-14 00:47:16
|
microsoft/pxt-arcade
|
https://api.github.com/repos/microsoft/pxt-arcade
|
closed
|
Two links in gamejam page navigate to the current page again
|
hour of code
|
**Describe the bug**
Two links in gamejam page navigate to the current page again
**Steps to reproduce the behavior**
1.Navigate to https://arcade.makecode.com/gamejam/global-2021
2.**EDUCATOT TRAINING**----->**FREE TRAINING**
3.**MORE GAME JAM**----->**how-to guide**
**Actual behavior**
Two links (**EDUCATOT TRAINING**----->**FREE TRAINING**, **MORE GAME JAM**----->**how-to guide** ) in gamejam page navigate to the current page again. Maybe these two links need to be updated?

**Additional context**
1.OS: Windows(rs6)
2.arcade version: 1.7.4
3.Microsoft MakeCode version: 7.3.4
|
1.0
|
Two links in gamejam page navigate to the current page again - **Describe the bug**
Two links in gamejam page navigate to the current page again
**Steps to reproduce the behavior**
1.Navigate to https://arcade.makecode.com/gamejam/global-2021
2.**EDUCATOT TRAINING**----->**FREE TRAINING**
3.**MORE GAME JAM**----->**how-to guide**
**Actual behavior**
Two links (**EDUCATOT TRAINING**----->**FREE TRAINING**, **MORE GAME JAM**----->**how-to guide** ) in gamejam page navigate to the current page again. Maybe these two links need to be updated?

**Additional context**
1.OS: Windows(rs6)
2.arcade version: 1.7.4
3.Microsoft MakeCode version: 7.3.4
|
non_defect
|
two links in gamejam page navigate to the current page again describe the bug two links in gamejam page navigate to the current page again steps to reproduce the behavior navigate to educatot training free training more game jam how to guide actual behavior two links educatot training free training more game jam how to guide in gamejam page navigate to the current page again maybe these two links need to be updated additional context os windows arcade version microsoft makecode version
| 0
|
409,068
| 11,956,188,040
|
IssuesEvent
|
2020-04-04 09:06:26
|
Flashrow/CyberPunk2020
|
https://api.github.com/repos/Flashrow/CyberPunk2020
|
opened
|
NPC animacje, zaawansowane postacie
|
enemies npc priority: medium
|
Wyszczał z broni, animacje typu "die", ogólnie dodanie jakiś typów "rzeczywistych" postaci itp.
|
1.0
|
NPC animacje, zaawansowane postacie - Wyszczał z broni, animacje typu "die", ogólnie dodanie jakiś typów "rzeczywistych" postaci itp.
|
non_defect
|
npc animacje zaawansowane postacie wyszczał z broni animacje typu die ogólnie dodanie jakiś typów rzeczywistych postaci itp
| 0
|
20,384
| 3,351,084,058
|
IssuesEvent
|
2015-11-17 17:06:31
|
identpro/atid-at911n
|
https://api.github.com/repos/identpro/atid-at911n
|
opened
|
Noisy Pistol-Battery
|
defect high priority
|
There is a noisy sound sometimes, which seems to come from the pistol battery after shutdown the device.
It's difficult to reproduce this defect, but we can provoke it by:
1. start ATID RFID Demo App
2. trigger some inventory reads
3. power off the device by power button
repeat this procedure several times.
|
1.0
|
Noisy Pistol-Battery - There is a noisy sound sometimes, which seems to come from the pistol battery after shutdown the device.
It's difficult to reproduce this defect, but we can provoke it by:
1. start ATID RFID Demo App
2. trigger some inventory reads
3. power off the device by power button
repeat this procedure several times.
|
defect
|
noisy pistol battery there is a noisy sound sometimes which seems to come from the pistol battery after shutdown the device it s difficult to reproduce this defect but we can provoke it by start atid rfid demo app trigger some inventory reads power off the device by power button repeat this procedure several times
| 1
|
172,633
| 14,370,330,798
|
IssuesEvent
|
2020-12-01 10:57:23
|
beatarynkevic/8-coming-soon
|
https://api.github.com/repos/beatarynkevic/8-coming-soon
|
closed
|
Progress bar rendering
|
documentation js js render js validation
|
*data from separate file
*input validation (selector)
*render progress bars with JS
*js docs
|
1.0
|
Progress bar rendering - *data from separate file
*input validation (selector)
*render progress bars with JS
*js docs
|
non_defect
|
progress bar rendering data from separate file input validation selector render progress bars with js js docs
| 0
|
8,631
| 3,202,539,324
|
IssuesEvent
|
2015-10-02 14:32:54
|
energia/Energia
|
https://api.github.com/repos/energia/Energia
|
opened
|
Change sslConnect for connectSSL for compatibility with new WiFi library
|
IDE Documentation IDE Energia Library Core Library IoT Type Feature request
|
Arduino has deprecated the WiFi library and promotes the new [WiFi101 library](https://www.arduino.cc/en/Reference/WiFi101) with the new `connectSSL()` [function](https://www.arduino.cc/en/Reference/WiFi101ClientConnectSSL).
The Energia WiFi library provides the `sslConnect()` function, but documentation is mum about it.
* Change `sslConnect()` for `connectSSL()` for compatibility with new WiFi101 library
* Include documentation about it.
|
1.0
|
Change sslConnect for connectSSL for compatibility with new WiFi library - Arduino has deprecated the WiFi library and promotes the new [WiFi101 library](https://www.arduino.cc/en/Reference/WiFi101) with the new `connectSSL()` [function](https://www.arduino.cc/en/Reference/WiFi101ClientConnectSSL).
The Energia WiFi library provides the `sslConnect()` function, but documentation is mum about it.
* Change `sslConnect()` for `connectSSL()` for compatibility with new WiFi101 library
* Include documentation about it.
|
non_defect
|
change sslconnect for connectssl for compatibility with new wifi library arduino has deprecated the wifi library and promotes the new with the new connectssl the energia wifi library provides the sslconnect function but documentation is mum about it change sslconnect for connectssl for compatibility with new library include documentation about it
| 0
|
47,378
| 13,056,152,704
|
IssuesEvent
|
2020-07-30 03:49:13
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
closed
|
trunk offline-software (cmake) testing framework does not support multiple test executables per project (Trac #453)
|
Migrated from Trac combo core defect
|
mmc-icetray and neutrino-generator use multiple "i3_test_executable" statements in their respective CMakeLists.txt files. This fails during the cmake stage (rebuild_cache) with current offline-software/trunk (as of r95785) with:
```text
CMake Error at cmake/project.cmake:456 (add_test):
add_test given test NAME "mmc-icetray::unit_tests" which already exists in
this directory.
Call Stack (most recent call first):
mmc-icetray/CMakeLists.txt:19 (i3_test_executable)
```
and
```text
CMake Error at cmake/project.cmake:456 (add_test):
add_test given test NAME "neutrino-generator::unit_tests" which already
exists in this directory.
Call Stack (most recent call first):
neutrino-generator/CMakeLists.txt:20 (i3_test_executable)
```
Migrated from https://code.icecube.wisc.edu/ticket/453
```json
{
"status": "closed",
"changetime": "2013-01-27T15:04:22",
"description": "mmc-icetray and neutrino-generator use multiple \"i3_test_executable\" statements in their respective CMakeLists.txt files. This fails during the cmake stage (rebuild_cache) with current offline-software/trunk (as of r95785) with:\n{{{\nCMake Error at cmake/project.cmake:456 (add_test):\n add_test given test NAME \"mmc-icetray::unit_tests\" which already exists in\n this directory.\nCall Stack (most recent call first):\n mmc-icetray/CMakeLists.txt:19 (i3_test_executable)\n}}}\nand \n{{{\nCMake Error at cmake/project.cmake:456 (add_test):\n add_test given test NAME \"neutrino-generator::unit_tests\" which already\n exists in this directory.\nCall Stack (most recent call first):\n neutrino-generator/CMakeLists.txt:20 (i3_test_executable)\n}}}\n\n",
"reporter": "claudio.kopper",
"cc": "",
"resolution": "fixed",
"_ts": "1359299062000000",
"component": "combo core",
"summary": "trunk offline-software (cmake) testing framework does not support multiple test executables per project",
"priority": "normal",
"keywords": "",
"time": "2012-11-26T23:04:21",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
|
1.0
|
trunk offline-software (cmake) testing framework does not support multiple test executables per project (Trac #453) - mmc-icetray and neutrino-generator use multiple "i3_test_executable" statements in their respective CMakeLists.txt files. This fails during the cmake stage (rebuild_cache) with current offline-software/trunk (as of r95785) with:
```text
CMake Error at cmake/project.cmake:456 (add_test):
add_test given test NAME "mmc-icetray::unit_tests" which already exists in
this directory.
Call Stack (most recent call first):
mmc-icetray/CMakeLists.txt:19 (i3_test_executable)
```
and
```text
CMake Error at cmake/project.cmake:456 (add_test):
add_test given test NAME "neutrino-generator::unit_tests" which already
exists in this directory.
Call Stack (most recent call first):
neutrino-generator/CMakeLists.txt:20 (i3_test_executable)
```
Migrated from https://code.icecube.wisc.edu/ticket/453
```json
{
"status": "closed",
"changetime": "2013-01-27T15:04:22",
"description": "mmc-icetray and neutrino-generator use multiple \"i3_test_executable\" statements in their respective CMakeLists.txt files. This fails during the cmake stage (rebuild_cache) with current offline-software/trunk (as of r95785) with:\n{{{\nCMake Error at cmake/project.cmake:456 (add_test):\n add_test given test NAME \"mmc-icetray::unit_tests\" which already exists in\n this directory.\nCall Stack (most recent call first):\n mmc-icetray/CMakeLists.txt:19 (i3_test_executable)\n}}}\nand \n{{{\nCMake Error at cmake/project.cmake:456 (add_test):\n add_test given test NAME \"neutrino-generator::unit_tests\" which already\n exists in this directory.\nCall Stack (most recent call first):\n neutrino-generator/CMakeLists.txt:20 (i3_test_executable)\n}}}\n\n",
"reporter": "claudio.kopper",
"cc": "",
"resolution": "fixed",
"_ts": "1359299062000000",
"component": "combo core",
"summary": "trunk offline-software (cmake) testing framework does not support multiple test executables per project",
"priority": "normal",
"keywords": "",
"time": "2012-11-26T23:04:21",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
|
defect
|
trunk offline software cmake testing framework does not support multiple test executables per project trac mmc icetray and neutrino generator use multiple test executable statements in their respective cmakelists txt files this fails during the cmake stage rebuild cache with current offline software trunk as of with text cmake error at cmake project cmake add test add test given test name mmc icetray unit tests which already exists in this directory call stack most recent call first mmc icetray cmakelists txt test executable and text cmake error at cmake project cmake add test add test given test name neutrino generator unit tests which already exists in this directory call stack most recent call first neutrino generator cmakelists txt test executable migrated from json status closed changetime description mmc icetray and neutrino generator use multiple test executable statements in their respective cmakelists txt files this fails during the cmake stage rebuild cache with current offline software trunk as of with n ncmake error at cmake project cmake add test n add test given test name mmc icetray unit tests which already exists in n this directory ncall stack most recent call first n mmc icetray cmakelists txt test executable n nand n ncmake error at cmake project cmake add test n add test given test name neutrino generator unit tests which already n exists in this directory ncall stack most recent call first n neutrino generator cmakelists txt test executable n n n reporter claudio kopper cc resolution fixed ts component combo core summary trunk offline software cmake testing framework does not support multiple test executables per project priority normal keywords time milestone owner nega type defect
| 1
|
201,846
| 7,037,272,749
|
IssuesEvent
|
2017-12-28 13:55:28
|
mazmaz2k/Modular-Construction-of-Minimal-Models
|
https://api.github.com/repos/mazmaz2k/Modular-Construction-of-Minimal-Models
|
closed
|
GUI
|
Difficulty - Normal Iteration2 On Progress Priority - normal Rules
|
create a GUI class in order to be more visual
the class have options to read the file and calculate minimal model
|
1.0
|
GUI - create a GUI class in order to be more visual
the class have options to read the file and calculate minimal model
|
non_defect
|
gui create a gui class in order to be more visual the class have options to read the file and calculate minimal model
| 0
|
45,297
| 12,706,596,667
|
IssuesEvent
|
2020-06-23 07:29:05
|
hazelcast/hazelcast
|
https://api.github.com/repos/hazelcast/hazelcast
|
closed
|
[TEST-FAILURE] ClientCacheEventJournalBasicTest>AbstractEventJournalBasicTest.allowReadingWithFutureSeq
|
Module: IMap Source: Internal Team: Client Team: Core Type: Defect Type: Test-Failure
|
Failed here: https://github.com/hazelcast/hazelcast/pull/16961#issuecomment-625114772
The job `Hazelcast-pr-builder` of your PR failed ([log](
https://j-artifacts.s3.amazonaws.com/Hazelcast-pr-builder/572/build_log.txt), [artifacts](https://j-artifacts.s3.amazonaws.com/Hazelcast-pr-builder/572/Hazelcast-pr-builder-572.zip)).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.
<details>
<summary>Click to expand the log file</summary>
<pre>
--------------------------
-------TEST FAILURE-------
--------------------------
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ClientCacheEventJournalBasicTest>AbstractEventJournalBasicTest.allowReadingWithFutureSeq:512->HazelcastTestSupport.assertOpenEventually:1108->HazelcastTestSupport.assertOpenEventually:1123 CountDownLatch failed to complete within 30 seconds, count left: 1
[INFO]
[ERROR] Tests run: 27737, Failures: 1, Errors: 0, Skipped: 1001
[INFO]
[ERROR] There are test failures.
</details>
</pre>
|
1.0
|
[TEST-FAILURE] ClientCacheEventJournalBasicTest>AbstractEventJournalBasicTest.allowReadingWithFutureSeq - Failed here: https://github.com/hazelcast/hazelcast/pull/16961#issuecomment-625114772
The job `Hazelcast-pr-builder` of your PR failed ([log](
https://j-artifacts.s3.amazonaws.com/Hazelcast-pr-builder/572/build_log.txt), [artifacts](https://j-artifacts.s3.amazonaws.com/Hazelcast-pr-builder/572/Hazelcast-pr-builder-572.zip)).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.
<details>
<summary>Click to expand the log file</summary>
<pre>
--------------------------
-------TEST FAILURE-------
--------------------------
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ClientCacheEventJournalBasicTest>AbstractEventJournalBasicTest.allowReadingWithFutureSeq:512->HazelcastTestSupport.assertOpenEventually:1108->HazelcastTestSupport.assertOpenEventually:1123 CountDownLatch failed to complete within 30 seconds, count left: 1
[INFO]
[ERROR] Tests run: 27737, Failures: 1, Errors: 0, Skipped: 1001
[INFO]
[ERROR] There are test failures.
</details>
</pre>
|
defect
|
clientcacheeventjournalbasictest abstracteventjournalbasictest allowreadingwithfutureseq failed here the job hazelcast pr builder of your pr failed through arcane magic we have determined that the following fragments from the build log may contain information about the problem click to expand the log file test failure results failures clientcacheeventjournalbasictest abstracteventjournalbasictest allowreadingwithfutureseq hazelcasttestsupport assertopeneventually hazelcasttestsupport assertopeneventually countdownlatch failed to complete within seconds count left tests run failures errors skipped there are test failures
| 1
|
108,233
| 9,292,843,302
|
IssuesEvent
|
2019-03-22 05:22:25
|
humera987/FXLabs-Test-Automation
|
https://api.github.com/repos/humera987/FXLabs-Test-Automation
|
opened
|
Vulnerability [ABAC_Level2] : GET:/api/v1/orgs/find-by-name/{name}
|
testdata
|
Project : testdata
Template : ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2
Run Id : <html><a href=18.144.40.113/#/app/projects/8a80806469a378f00169a3b6a03a007b/jobs/8a80806469a378f00169a3b95d8107b0/runs/8a80806469a378f00169a3d000b82eb3>8a80806469a378f00169a3d000b82eb3</a></html>
Job : UAT
Env : UAT
Category : ABAC_Level2
Tags : [FX Top 10 - API Vulnerability, Data_Access_Control]
Severity : Major
Region : US_EAST_2
Result : fail
Status Code : 401
Headers : {WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:24 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/orgs/find-by-name/?page=0&pageSize=20
Request :
Response :
{
"timestamp" : "2019-03-22T05:22:24.414+0000",
"status" : 401,
"error" : "Unauthorized",
"message" : "Unauthorized",
"path" : "/api/v1/api/v1/orgs/find-by-name/"
}
Logs :
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : URL [http://13.56.210.25/api/v1/api/v1/orgs]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Method [POST]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Request [{
"billingEmail" : "tremaine.heidenreich@hotmail.com",
"company" : "Buckridge-Buckridge",
"createdBy" : "",
"createdDate" : "",
"description" : "9PssklR6",
"id" : "",
"inactive" : false,
"location" : "9PssklR6",
"modifiedBy" : "",
"modifiedDate" : "",
"name" : "9PssklR6",
"orgPlan" : "BASIC",
"orgType" : "TEAM",
"version" : ""
}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Response [{
"timestamp" : "2019-03-22T05:22:24.274+0000",
"status" : 401,
"error" : "Unauthorized",
"message" : "Unauthorized",
"path" : "/api/v1/api/v1/orgs"
}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Response-Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:23 GMT]}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : StatusCode [401]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Time [293]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Size [134]
2019-03-22 05:22:24 ERROR [null] : Assertion [@StatusCode == 200 OR @StatusCode == 201] resolved-to [401 == 200 OR 401 == 201] result [Failed]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2_Headers] : Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:23 GMT]}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2_Headers] : Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:23 GMT]}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2_Headers[2]] : Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:23 GMT]}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2_Headers[2]] : Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:23 GMT]}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : URL [http://13.56.210.25/api/v1/api/v1/orgs/find-by-name/?page=0&pageSize=20]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Method [GET]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Request []
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Response [{
"timestamp" : "2019-03-22T05:22:24.414+0000",
"status" : 401,
"error" : "Unauthorized",
"message" : "Unauthorized",
"path" : "/api/v1/api/v1/orgs/find-by-name/"
}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Response-Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:24 GMT]}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : StatusCode [401]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Time [129]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Size [148]
2019-03-22 05:22:24 INFO [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Assertion [@StatusCode == 401 OR @StatusCode == 403 OR @Response.errors == true] resolved-to [401 == 401 OR 401 == 403 OR == true] result [Passed]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : URL [http://13.56.210.25/api/v1/api/v1/orgs/]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Method [DELETE]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Request [null]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Response [{
"timestamp" : "2019-03-22T05:22:24.549+0000",
"status" : 401,
"error" : "Unauthorized",
"message" : "Unauthorized",
"path" : "/api/v1/api/v1/orgs/"
}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Response-Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:24 GMT]}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : StatusCode [401]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Time [136]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Size [135]
2019-03-22 05:22:24 ERROR [null] : Assertion [@StatusCode == 200] resolved-to [401 == 200] result [Failed]
--- FX Bot ---
|
1.0
|
Vulnerability [ABAC_Level2] : GET:/api/v1/orgs/find-by-name/{name} - Project : testdata
Template : ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2
Run Id : <html><a href=18.144.40.113/#/app/projects/8a80806469a378f00169a3b6a03a007b/jobs/8a80806469a378f00169a3b95d8107b0/runs/8a80806469a378f00169a3d000b82eb3>8a80806469a378f00169a3d000b82eb3</a></html>
Job : UAT
Env : UAT
Category : ABAC_Level2
Tags : [FX Top 10 - API Vulnerability, Data_Access_Control]
Severity : Major
Region : US_EAST_2
Result : fail
Status Code : 401
Headers : {WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:24 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/orgs/find-by-name/?page=0&pageSize=20
Request :
Response :
{
"timestamp" : "2019-03-22T05:22:24.414+0000",
"status" : 401,
"error" : "Unauthorized",
"message" : "Unauthorized",
"path" : "/api/v1/api/v1/orgs/find-by-name/"
}
Logs :
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : URL [http://13.56.210.25/api/v1/api/v1/orgs]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Method [POST]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Request [{
"billingEmail" : "tremaine.heidenreich@hotmail.com",
"company" : "Buckridge-Buckridge",
"createdBy" : "",
"createdDate" : "",
"description" : "9PssklR6",
"id" : "",
"inactive" : false,
"location" : "9PssklR6",
"modifiedBy" : "",
"modifiedDate" : "",
"name" : "9PssklR6",
"orgPlan" : "BASIC",
"orgType" : "TEAM",
"version" : ""
}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Response [{
"timestamp" : "2019-03-22T05:22:24.274+0000",
"status" : 401,
"error" : "Unauthorized",
"message" : "Unauthorized",
"path" : "/api/v1/api/v1/orgs"
}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Response-Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:23 GMT]}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : StatusCode [401]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Time [293]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2] : Size [134]
2019-03-22 05:22:24 ERROR [null] : Assertion [@StatusCode == 200 OR @StatusCode == 201] resolved-to [401 == 200 OR 401 == 201] result [Failed]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2_Headers] : Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:23 GMT]}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2_Headers] : Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:23 GMT]}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2_Headers[2]] : Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:23 GMT]}]
2019-03-22 05:22:24 DEBUG [OrgOrgplanBasicCreateUserAInitAbact2_Headers[2]] : Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:23 GMT]}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : URL [http://13.56.210.25/api/v1/api/v1/orgs/find-by-name/?page=0&pageSize=20]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Method [GET]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Request []
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Response [{
"timestamp" : "2019-03-22T05:22:24.414+0000",
"status" : 401,
"error" : "Unauthorized",
"message" : "Unauthorized",
"path" : "/api/v1/api/v1/orgs/find-by-name/"
}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Response-Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:24 GMT]}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : StatusCode [401]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Time [129]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Size [148]
2019-03-22 05:22:24 INFO [ApiV1OrgsFindByNameNameGetUseraCreateOrgorgplanbasicUserbDisallowAbact2] : Assertion [@StatusCode == 401 OR @StatusCode == 403 OR @Response.errors == true] resolved-to [401 == 401 OR 401 == 403 OR == true] result [Passed]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : URL [http://13.56.210.25/api/v1/api/v1/orgs/]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Method [DELETE]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Request [null]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Response [{
"timestamp" : "2019-03-22T05:22:24.549+0000",
"status" : 401,
"error" : "Unauthorized",
"message" : "Unauthorized",
"path" : "/api/v1/api/v1/orgs/"
}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Response-Headers [{WWW-Authenticate=[Basic realm="Realm"], X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 22 Mar 2019 05:22:24 GMT]}]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : StatusCode [401]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Time [136]
2019-03-22 05:22:24 DEBUG [ApiV1OrgsIdDeleteOrgorgplanbasicAbstractAbact2] : Size [135]
2019-03-22 05:22:24 ERROR [null] : Assertion [@StatusCode == 200] resolved-to [401 == 200] result [Failed]
--- FX Bot ---
|
non_defect
|
vulnerability get api orgs find by name name project testdata template run id job uat env uat category abac tags severity major region us east result fail status code headers www authenticate x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date endpoint request response timestamp status error unauthorized message unauthorized path api api orgs find by name logs debug url debug method debug request billingemail tremaine heidenreich hotmail com company buckridge buckridge createdby createddate description id inactive false location modifiedby modifieddate name orgplan basic orgtype team version debug request headers accept debug response timestamp status error unauthorized message unauthorized path api api orgs debug response headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date debug statuscode debug time debug size error assertion resolved to result debug headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date debug headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date debug headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date debug headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date debug url debug method debug request debug request headers accept debug response timestamp status error unauthorized message unauthorized path api api orgs find by name debug response headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date debug statuscode debug time debug size info assertion resolved to result debug url debug method debug request debug request headers accept debug response timestamp status error unauthorized message unauthorized path api api orgs debug response headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date debug statuscode debug time debug size error assertion resolved to result fx bot
| 0
|
137,350
| 18,752,691,834
|
IssuesEvent
|
2021-11-05 05:50:10
|
madhans23/linux-4.15
|
https://api.github.com/repos/madhans23/linux-4.15
|
opened
|
CVE-2018-20836 (High) detected in wip-kernelv4.15.3-wip-x12
|
security vulnerability
|
## CVE-2018-20836 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>wip-kernelv4.15.3-wip-x12</b></p></summary>
<p>
<p>WIP Patched Kernel Sources (Linux 4.15.15-wip-x45)</p>
<p>Library home page: <a href=git://git.code.sf.net/p/wip-kernel/code>git://git.code.sf.net/p/wip-kernel/code</a></p>
<p>Found in HEAD commit: <a href="https://github.com/madhans23/linux-4.15/commit/d96ee498864d1a0b6222cfb17d64ca8196014940">d96ee498864d1a0b6222cfb17d64ca8196014940</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/libsas/sas_expander.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/libsas/sas_expander.c</b>
</p>
</details>
<p></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>
An issue was discovered in the Linux kernel before 4.20. There is a race condition in smp_task_timedout() and smp_task_done() in drivers/scsi/libsas/sas_expander.c, leading to a use-after-free.
<p>Publish Date: 2019-05-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20836>CVE-2018-20836</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>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20836">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20836</a></p>
<p>Release Date: 2019-05-07</p>
<p>Fix Resolution: v4.20-rc1</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-20836 (High) detected in wip-kernelv4.15.3-wip-x12 - ## CVE-2018-20836 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>wip-kernelv4.15.3-wip-x12</b></p></summary>
<p>
<p>WIP Patched Kernel Sources (Linux 4.15.15-wip-x45)</p>
<p>Library home page: <a href=git://git.code.sf.net/p/wip-kernel/code>git://git.code.sf.net/p/wip-kernel/code</a></p>
<p>Found in HEAD commit: <a href="https://github.com/madhans23/linux-4.15/commit/d96ee498864d1a0b6222cfb17d64ca8196014940">d96ee498864d1a0b6222cfb17d64ca8196014940</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/libsas/sas_expander.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/libsas/sas_expander.c</b>
</p>
</details>
<p></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>
An issue was discovered in the Linux kernel before 4.20. There is a race condition in smp_task_timedout() and smp_task_done() in drivers/scsi/libsas/sas_expander.c, leading to a use-after-free.
<p>Publish Date: 2019-05-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20836>CVE-2018-20836</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>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20836">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20836</a></p>
<p>Release Date: 2019-05-07</p>
<p>Fix Resolution: v4.20-rc1</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 wip wip cve high severity vulnerability vulnerable library wip wip wip patched kernel sources linux wip library home page git git code sf net p wip kernel code found in head commit a href found in base branch master vulnerable source files drivers scsi libsas sas expander c drivers scsi libsas sas expander c vulnerability details an issue was discovered in the linux kernel before there is a race condition in smp task timedout and smp task done in drivers scsi libsas sas expander c leading to a use after free publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high 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
|
37,959
| 8,607,536,317
|
IssuesEvent
|
2018-11-17 23:37:12
|
supertuxkart/stk-code
|
https://api.github.com/repos/supertuxkart/stk-code
|
closed
|
Wall in Fort Magma is not solid
|
P3: normal T: defect
|
**Author: keewis**
The wall beneath the window in the room on the same level as the start is not solid. Was that intended?
Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/820 ( attachements can be found at http://supertuxkart.sourceforge.net/TracFilesBackup/820 )
|
1.0
|
Wall in Fort Magma is not solid - **Author: keewis**
The wall beneath the window in the room on the same level as the start is not solid. Was that intended?
Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/820 ( attachements can be found at http://supertuxkart.sourceforge.net/TracFilesBackup/820 )
|
defect
|
wall in fort magma is not solid author keewis the wall beneath the window in the room on the same level as the start is not solid was that intended migrated from attachements can be found at
| 1
|
461,134
| 13,224,061,084
|
IssuesEvent
|
2020-08-17 18:24:22
|
magento/magento2
|
https://api.github.com/repos/magento/magento2
|
opened
|
[Issue] magento/magento2#: Replace deprecated functionality in “customer:hash:upgrade” command [WIP]
|
Component: Customer Priority: P3 Severity: S3
|
This issue is automatically created based on existing pull request: magento/magento2#27333: magento/magento2#: Replace deprecated functionality in “customer:hash:upgrade” command [WIP]
---------
<!---
Thank you for contributing to Magento.
To help us process this pull request we recommend that you add the following information:
- Summary of the pull request,
- Issue(s) related to the changes made,
- Manual testing scenarios
Fields marked with (*) are required. Please don't remove the template.
-->
<!--- Please provide a general summary of the Pull Request in the Title above -->
### Description (*)
<!---
Please provide a description of the changes proposed in the pull request.
Letting us know what has changed and why it needed changing will help us validate this pull request.
-->
PR replaces deprecated `customer->load()`, `customer->save()` functionality in the
```bin/magento customer:hash:upgrade```
command.
Original PR: https://github.com/magento/magento2/pull/24243
CC: @dmytro-ch @ihor-sviziev
### Fixed Issues (if relevant)
<!---
If relevant, please provide a list of fixed issues in the format magento/magento2#<issue_number>.
There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change.
-->
1. magento/magento2#<issue_number>: Issue title
### Manual testing scenarios (*)
<!---
Please provide a set of unambiguous steps to test the proposed code change.
Giving us manual testing scenarios will help with the processing and validation process.
-->
1. ...
2. ...
### Questions or comments
<!---
If relevant, here you can ask questions or provide comments on your pull request for the reviewer
For example if you need assistance with writing tests or would like some feedback on one of your development ideas
-->
### Contribution checklist (*)
- [ ] Pull request has a meaningful description of its purpose
- [ ] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/integration tests (if applicable)
- [ ] All automated tests passed successfully (all builds are green)
|
1.0
|
[Issue] magento/magento2#: Replace deprecated functionality in “customer:hash:upgrade” command [WIP] - This issue is automatically created based on existing pull request: magento/magento2#27333: magento/magento2#: Replace deprecated functionality in “customer:hash:upgrade” command [WIP]
---------
<!---
Thank you for contributing to Magento.
To help us process this pull request we recommend that you add the following information:
- Summary of the pull request,
- Issue(s) related to the changes made,
- Manual testing scenarios
Fields marked with (*) are required. Please don't remove the template.
-->
<!--- Please provide a general summary of the Pull Request in the Title above -->
### Description (*)
<!---
Please provide a description of the changes proposed in the pull request.
Letting us know what has changed and why it needed changing will help us validate this pull request.
-->
PR replaces deprecated `customer->load()`, `customer->save()` functionality in the
```bin/magento customer:hash:upgrade```
command.
Original PR: https://github.com/magento/magento2/pull/24243
CC: @dmytro-ch @ihor-sviziev
### Fixed Issues (if relevant)
<!---
If relevant, please provide a list of fixed issues in the format magento/magento2#<issue_number>.
There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change.
-->
1. magento/magento2#<issue_number>: Issue title
### Manual testing scenarios (*)
<!---
Please provide a set of unambiguous steps to test the proposed code change.
Giving us manual testing scenarios will help with the processing and validation process.
-->
1. ...
2. ...
### Questions or comments
<!---
If relevant, here you can ask questions or provide comments on your pull request for the reviewer
For example if you need assistance with writing tests or would like some feedback on one of your development ideas
-->
### Contribution checklist (*)
- [ ] Pull request has a meaningful description of its purpose
- [ ] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/integration tests (if applicable)
- [ ] All automated tests passed successfully (all builds are green)
|
non_defect
|
magento replace deprecated functionality in “customer hash upgrade” command this issue is automatically created based on existing pull request magento magento replace deprecated functionality in “customer hash upgrade” command thank you for contributing to magento to help us process this pull request we recommend that you add the following information summary of the pull request issue s related to the changes made manual testing scenarios fields marked with are required please don t remove the template description please provide a description of the changes proposed in the pull request letting us know what has changed and why it needed changing will help us validate this pull request pr replaces deprecated customer load customer save functionality in the bin magento customer hash upgrade command original pr cc dmytro ch ihor sviziev fixed issues if relevant if relevant please provide a list of fixed issues in the format magento there could be or more issues linked here and it will help us find some more information about the reasoning behind this change magento issue title manual testing scenarios please provide a set of unambiguous steps to test the proposed code change giving us manual testing scenarios will help with the processing and validation process questions or comments if relevant here you can ask questions or provide comments on your pull request for the reviewer for example if you need assistance with writing tests or would like some feedback on one of your development ideas contribution checklist pull request has a meaningful description of its purpose all commits are accompanied by meaningful commit messages all new or changed code is covered with unit integration tests if applicable all automated tests passed successfully all builds are green
| 0
|
44,174
| 12,025,547,610
|
IssuesEvent
|
2020-04-12 09:49:08
|
tiangolo/jbrout
|
https://api.github.com/repos/tiangolo/jbrout
|
closed
|
unit tests need to be run from manatlan's machine?
|
Priority-Low Type-Defect auto-migrated
|
```
What steps will reproduce the problem?
1. `cd unittests`
2. `python runtests.py`
3.
What is the expected output? What do you see instead?
Expected output should be something about how the unit tests completed
successfully.
Instead I see this:
(cut)
...
--- Tests tests_dbtags.py
Traceback (most recent call last):
File "runtests.py", line 29, in <module>
execfile( "../unittests/"+i )
File "../unittests/tests_dbtags.py", line 62, in <module>
dbt.save()
File "/home/conrad/data/documents/projects/photos/jbrout-read-only/jbrout/jbrout/db.py", line 962, in save
fid = open(self.file,"w")
IOError: [Errno 2] No such file or directory:
'/home/manatlan/db_jbrout_tags.xml'
Since it's looking for '/home/manatlan/db_jbrout_tags.xml', the success of the
test is based on the developer's environment. Unit tests should be able to
succeed without being run from a specific developer's machine.
```
Original issue reported on code.google.com by `conrad.p...@gmail.com` on 24 Aug 2011 at 1:16
|
1.0
|
unit tests need to be run from manatlan's machine? - ```
What steps will reproduce the problem?
1. `cd unittests`
2. `python runtests.py`
3.
What is the expected output? What do you see instead?
Expected output should be something about how the unit tests completed
successfully.
Instead I see this:
(cut)
...
--- Tests tests_dbtags.py
Traceback (most recent call last):
File "runtests.py", line 29, in <module>
execfile( "../unittests/"+i )
File "../unittests/tests_dbtags.py", line 62, in <module>
dbt.save()
File "/home/conrad/data/documents/projects/photos/jbrout-read-only/jbrout/jbrout/db.py", line 962, in save
fid = open(self.file,"w")
IOError: [Errno 2] No such file or directory:
'/home/manatlan/db_jbrout_tags.xml'
Since it's looking for '/home/manatlan/db_jbrout_tags.xml', the success of the
test is based on the developer's environment. Unit tests should be able to
succeed without being run from a specific developer's machine.
```
Original issue reported on code.google.com by `conrad.p...@gmail.com` on 24 Aug 2011 at 1:16
|
defect
|
unit tests need to be run from manatlan s machine what steps will reproduce the problem cd unittests python runtests py what is the expected output what do you see instead expected output should be something about how the unit tests completed successfully instead i see this cut tests tests dbtags py traceback most recent call last file runtests py line in execfile unittests i file unittests tests dbtags py line in dbt save file home conrad data documents projects photos jbrout read only jbrout jbrout db py line in save fid open self file w ioerror no such file or directory home manatlan db jbrout tags xml since it s looking for home manatlan db jbrout tags xml the success of the test is based on the developer s environment unit tests should be able to succeed without being run from a specific developer s machine original issue reported on code google com by conrad p gmail com on aug at
| 1
|
198,088
| 14,961,392,807
|
IssuesEvent
|
2021-01-27 07:41:01
|
jhipster/generator-jhipster
|
https://api.github.com/repos/jhipster/generator-jhipster
|
closed
|
Add Okta support to Cypress tests
|
$$ bug-bounty $$ $200 area: feature request :bulb: theme: tests
|
##### **Overview of the feature request**
Our current Protractor tests support testing against Okta. Our Cypress tests should have the same ability. The major thing to make this happen is allowing `E2E_USERNAME` and `E2E_PASSWORD` to be read if they're set. Otherwise, default to `admin/admin` for Keycloak.
##### **Motivation for or Use Case**
I like to see if Okta works with the latest version of JHipster.
##### **Related issues or PR**
#12674
- [x] Checking this box is mandatory (this is just to show you read everything)
<!-- Love JHipster? Please consider supporting our collective:
👉 https://opencollective.com/generator-jhipster/donate -->
|
1.0
|
Add Okta support to Cypress tests - ##### **Overview of the feature request**
Our current Protractor tests support testing against Okta. Our Cypress tests should have the same ability. The major thing to make this happen is allowing `E2E_USERNAME` and `E2E_PASSWORD` to be read if they're set. Otherwise, default to `admin/admin` for Keycloak.
##### **Motivation for or Use Case**
I like to see if Okta works with the latest version of JHipster.
##### **Related issues or PR**
#12674
- [x] Checking this box is mandatory (this is just to show you read everything)
<!-- Love JHipster? Please consider supporting our collective:
👉 https://opencollective.com/generator-jhipster/donate -->
|
non_defect
|
add okta support to cypress tests overview of the feature request our current protractor tests support testing against okta our cypress tests should have the same ability the major thing to make this happen is allowing username and password to be read if they re set otherwise default to admin admin for keycloak motivation for or use case i like to see if okta works with the latest version of jhipster related issues or pr checking this box is mandatory this is just to show you read everything love jhipster please consider supporting our collective 👉
| 0
|
98,400
| 20,718,626,895
|
IssuesEvent
|
2022-03-13 02:30:35
|
microsoft/vscode
|
https://api.github.com/repos/microsoft/vscode
|
closed
|
CodeLens - Bloating screen too much
|
feature-request code-lens
|
Can CodeLens be displayed on the same line (not as extra line). It has been already nicely designed at https://github.com/Microsoft/vscode/issues/23652
Issue has been closed because of wrong assumption that only problem is UI jumps. I don't mind jumping. They take to much screen space. So I've to turn them off.
Images from 23652:

|
1.0
|
CodeLens - Bloating screen too much - Can CodeLens be displayed on the same line (not as extra line). It has been already nicely designed at https://github.com/Microsoft/vscode/issues/23652
Issue has been closed because of wrong assumption that only problem is UI jumps. I don't mind jumping. They take to much screen space. So I've to turn them off.
Images from 23652:

|
non_defect
|
codelens bloating screen too much can codelens be displayed on the same line not as extra line it has been already nicely designed at issue has been closed because of wrong assumption that only problem is ui jumps i don t mind jumping they take to much screen space so i ve to turn them off images from
| 0
|
40,715
| 10,140,875,985
|
IssuesEvent
|
2019-08-03 08:30:56
|
STEllAR-GROUP/hpx
|
https://api.github.com/repos/STEllAR-GROUP/hpx
|
closed
|
nvcc compile error:
|
category: compute compiler: nvcc tag: wontfix type: defect
|
Please review below. Please advise if you've some inkling of what to tweak
## Expected Behavior
Compilation to succeed.
## Actual Behavior
nvcc failed:
```
/usr/local/cuda/bin/nvcc
/mnt/orrl/cluster_sw/hpx/hpx/tests/unit/computeapi/cuda/transform_compute.cu
/mnt/orrl/cluster_sw/hpx/hpx/hpx/util/deferred_call.hpp(108):
error: cannot use an entity undefined in device code
```
I'm not sure why this is happening, it's referring to a function call, where the function is defined in a header in the compilation unit. Perhaps it has to do with template resolution, as the callee function and the caller are both decorated with 'HPX_HOST_DEVICE'
## Steps to Reproduce the Problem
Uhh, I can provide my cmake config if you want.
I was running 'make tests'
## Specifications
... Please describe your environment
- HPX Version: 3e63f6a73114dc923028851d622db902a6473819 (I know it's a bit old, but I'm working on an isolated cluster)
- Platform (compiler, OS): Ubuntu 16.04, GCC 7.2, NVCC 9.1 (with GCC 5.4)
|
1.0
|
nvcc compile error: - Please review below. Please advise if you've some inkling of what to tweak
## Expected Behavior
Compilation to succeed.
## Actual Behavior
nvcc failed:
```
/usr/local/cuda/bin/nvcc
/mnt/orrl/cluster_sw/hpx/hpx/tests/unit/computeapi/cuda/transform_compute.cu
/mnt/orrl/cluster_sw/hpx/hpx/hpx/util/deferred_call.hpp(108):
error: cannot use an entity undefined in device code
```
I'm not sure why this is happening, it's referring to a function call, where the function is defined in a header in the compilation unit. Perhaps it has to do with template resolution, as the callee function and the caller are both decorated with 'HPX_HOST_DEVICE'
## Steps to Reproduce the Problem
Uhh, I can provide my cmake config if you want.
I was running 'make tests'
## Specifications
... Please describe your environment
- HPX Version: 3e63f6a73114dc923028851d622db902a6473819 (I know it's a bit old, but I'm working on an isolated cluster)
- Platform (compiler, OS): Ubuntu 16.04, GCC 7.2, NVCC 9.1 (with GCC 5.4)
|
defect
|
nvcc compile error please review below please advise if you ve some inkling of what to tweak expected behavior compilation to succeed actual behavior nvcc failed usr local cuda bin nvcc mnt orrl cluster sw hpx hpx tests unit computeapi cuda transform compute cu mnt orrl cluster sw hpx hpx hpx util deferred call hpp error cannot use an entity undefined in device code i m not sure why this is happening it s referring to a function call where the function is defined in a header in the compilation unit perhaps it has to do with template resolution as the callee function and the caller are both decorated with hpx host device steps to reproduce the problem uhh i can provide my cmake config if you want i was running make tests specifications please describe your environment hpx version i know it s a bit old but i m working on an isolated cluster platform compiler os ubuntu gcc nvcc with gcc
| 1
|
371,122
| 25,938,572,069
|
IssuesEvent
|
2022-12-16 16:10:55
|
thomasa88/ThreadKeeper
|
https://api.github.com/repos/thomasa88/ThreadKeeper
|
closed
|
No TOOLS menu on MacOS 13, Fusion 360 2.0.15050 x86_64 [Rosetta 2]
|
documentation
|
Fusion 360 2.0.15050 x86_64 [Rosetta 2]
Active Plan: Personal
macOS 13.0.1 (22A400) on Mac13,1
I have installed this plugin and restarted Fusion360. Instructions say, "Start by storing thread definitions inside ThreadKeeper's threads directory. Open the directory by clicking TOOLS -> THREADKEEPER -> Open ThreadKeeper directory." (I think it's implied that this is from the Fusion360 menu. Would be nice to update the instruction to be specific, as this could be the issue.)
Unfortunately, I do not see a TOOLS menu when I've opened Fusion360 on MacOS. I see: File, Edit, View, Windows and Help... and none of those options has a Tools menu either.
What am I missing? Does this work with Personal plan?
|
1.0
|
No TOOLS menu on MacOS 13, Fusion 360 2.0.15050 x86_64 [Rosetta 2] - Fusion 360 2.0.15050 x86_64 [Rosetta 2]
Active Plan: Personal
macOS 13.0.1 (22A400) on Mac13,1
I have installed this plugin and restarted Fusion360. Instructions say, "Start by storing thread definitions inside ThreadKeeper's threads directory. Open the directory by clicking TOOLS -> THREADKEEPER -> Open ThreadKeeper directory." (I think it's implied that this is from the Fusion360 menu. Would be nice to update the instruction to be specific, as this could be the issue.)
Unfortunately, I do not see a TOOLS menu when I've opened Fusion360 on MacOS. I see: File, Edit, View, Windows and Help... and none of those options has a Tools menu either.
What am I missing? Does this work with Personal plan?
|
non_defect
|
no tools menu on macos fusion fusion active plan personal macos on i have installed this plugin and restarted instructions say start by storing thread definitions inside threadkeeper s threads directory open the directory by clicking tools threadkeeper open threadkeeper directory i think it s implied that this is from the menu would be nice to update the instruction to be specific as this could be the issue unfortunately i do not see a tools menu when i ve opened on macos i see file edit view windows and help and none of those options has a tools menu either what am i missing does this work with personal plan
| 0
|
16,464
| 21,390,659,125
|
IssuesEvent
|
2022-04-21 06:42:36
|
zammad/zammad
|
https://api.github.com/repos/zammad/zammad
|
closed
|
parsing incoming mails breaks on this line "Reply-To: <>"
|
enhancement verified prioritised by payment mail processing
|
<!--
Hi there - thanks for filing an issue. Please ensure the following things before creating an issue - thank you! 🤓
Since november 15th we handle all requests, except real bugs, at our community board.
Full explanation: https://community.zammad.org/t/major-change-regarding-github-issues-community-board/21
Please post:
- Feature requests
- Development questions
- Technical questions
on the board -> https://community.zammad.org !
If you think you hit a bug, please continue:
- Search existing issues and the CHANGELOG.md for your issue - there might be a solution already
- Make sure to use the latest version of Zammad if possible
- Add the `log/production.log` file from your system. Attention: Make sure no confidential data is in it!
- Please write the issue in english
- Don't remove the template - otherwise we will close the issue without further comments
- Ask questions about Zammad configuration and usage at our mailinglist. See: https://zammad.org/participate
Note: We always do our best. Unfortunately, sometimes there are too many requests and we can't handle everything at once. If you want to prioritize/escalate your issue, you can do so by means of a support contract (see https://zammad.com/pricing#selfhosted).
* The upper textblock will be removed automatically when you submit your issue *
-->
### Infos:
* Used Zammad version: 4.1.x
* Installation method (source, package, ..): package
* Operating system: CentOS 7
* Database + version:
* Elasticsearch version:
* Browser + version: none, it's an cli issue
### Expected behavior:
* parsing incoming mails should not break if the mail contains this line: "Reply-To: <>"
### Actual behavior:
* it breaks with this error message
```
zammad run rails r 'Channel::EmailParser.process_unprocessable_mails'
"ERROR: Can't process email, you will find it for bug reporting under /opt/zammad/tmp/unprocessable_mail/83e5bf7c5a1a640f057cbf0b668f40e0.eml, please create an issue at https://github.com/zammad/zammad/issues"
"ERROR: #<Exceptions::UnprocessableEntity: Invalid email '@local'>"
/opt/zammad/app/models/channel/email_parser.rb:135:in `rescue in process': #<Exceptions::UnprocessableEntity: Invalid email '@local'> (RuntimeError)
/opt/zammad/app/models/user.rb:927:in `check_email'
...
```
Once I removed the Reply-To line it works.
Yes I'm sure this is a bug and no feature request or a general question.
|
1.0
|
parsing incoming mails breaks on this line "Reply-To: <>" - <!--
Hi there - thanks for filing an issue. Please ensure the following things before creating an issue - thank you! 🤓
Since november 15th we handle all requests, except real bugs, at our community board.
Full explanation: https://community.zammad.org/t/major-change-regarding-github-issues-community-board/21
Please post:
- Feature requests
- Development questions
- Technical questions
on the board -> https://community.zammad.org !
If you think you hit a bug, please continue:
- Search existing issues and the CHANGELOG.md for your issue - there might be a solution already
- Make sure to use the latest version of Zammad if possible
- Add the `log/production.log` file from your system. Attention: Make sure no confidential data is in it!
- Please write the issue in english
- Don't remove the template - otherwise we will close the issue without further comments
- Ask questions about Zammad configuration and usage at our mailinglist. See: https://zammad.org/participate
Note: We always do our best. Unfortunately, sometimes there are too many requests and we can't handle everything at once. If you want to prioritize/escalate your issue, you can do so by means of a support contract (see https://zammad.com/pricing#selfhosted).
* The upper textblock will be removed automatically when you submit your issue *
-->
### Infos:
* Used Zammad version: 4.1.x
* Installation method (source, package, ..): package
* Operating system: CentOS 7
* Database + version:
* Elasticsearch version:
* Browser + version: none, it's an cli issue
### Expected behavior:
* parsing incoming mails should not break if the mail contains this line: "Reply-To: <>"
### Actual behavior:
* it breaks with this error message
```
zammad run rails r 'Channel::EmailParser.process_unprocessable_mails'
"ERROR: Can't process email, you will find it for bug reporting under /opt/zammad/tmp/unprocessable_mail/83e5bf7c5a1a640f057cbf0b668f40e0.eml, please create an issue at https://github.com/zammad/zammad/issues"
"ERROR: #<Exceptions::UnprocessableEntity: Invalid email '@local'>"
/opt/zammad/app/models/channel/email_parser.rb:135:in `rescue in process': #<Exceptions::UnprocessableEntity: Invalid email '@local'> (RuntimeError)
/opt/zammad/app/models/user.rb:927:in `check_email'
...
```
Once I removed the Reply-To line it works.
Yes I'm sure this is a bug and no feature request or a general question.
|
non_defect
|
parsing incoming mails breaks on this line reply to hi there thanks for filing an issue please ensure the following things before creating an issue thank you 🤓 since november we handle all requests except real bugs at our community board full explanation please post feature requests development questions technical questions on the board if you think you hit a bug please continue search existing issues and the changelog md for your issue there might be a solution already make sure to use the latest version of zammad if possible add the log production log file from your system attention make sure no confidential data is in it please write the issue in english don t remove the template otherwise we will close the issue without further comments ask questions about zammad configuration and usage at our mailinglist see note we always do our best unfortunately sometimes there are too many requests and we can t handle everything at once if you want to prioritize escalate your issue you can do so by means of a support contract see the upper textblock will be removed automatically when you submit your issue infos used zammad version x installation method source package package operating system centos database version elasticsearch version browser version none it s an cli issue expected behavior parsing incoming mails should not break if the mail contains this line reply to actual behavior it breaks with this error message zammad run rails r channel emailparser process unprocessable mails error can t process email you will find it for bug reporting under opt zammad tmp unprocessable mail eml please create an issue at error opt zammad app models channel email parser rb in rescue in process runtimeerror opt zammad app models user rb in check email once i removed the reply to line it works yes i m sure this is a bug and no feature request or a general question
| 0
|
71,272
| 23,515,782,180
|
IssuesEvent
|
2022-08-18 21:11:48
|
SAP/fundamental-ngx
|
https://api.github.com/repos/SAP/fundamental-ngx
|
closed
|
Combobox as Search Field gets doubled focus for clear and search
|
bug Defect Hunting focus
|
#### Is this a bug, enhancement, or feature request?
bug
#### Briefly describe your proposal.
Combobox as Search Field gets doubled focus for clear and search
<img width="1195" alt="Screen Shot 2022-07-11 at 3 07 53 PM" src="https://user-images.githubusercontent.com/39598672/178339948-3f6c6bbd-035c-4ed5-9609-3b6e8f509b89.png">
<img width="1214" alt="Screen Shot 2022-07-11 at 3 07 48 PM" src="https://user-images.githubusercontent.com/39598672/178339950-21cc6c31-fb73-4e83-8a97-71bc3e1b1289.png">
|
1.0
|
Combobox as Search Field gets doubled focus for clear and search - #### Is this a bug, enhancement, or feature request?
bug
#### Briefly describe your proposal.
Combobox as Search Field gets doubled focus for clear and search
<img width="1195" alt="Screen Shot 2022-07-11 at 3 07 53 PM" src="https://user-images.githubusercontent.com/39598672/178339948-3f6c6bbd-035c-4ed5-9609-3b6e8f509b89.png">
<img width="1214" alt="Screen Shot 2022-07-11 at 3 07 48 PM" src="https://user-images.githubusercontent.com/39598672/178339950-21cc6c31-fb73-4e83-8a97-71bc3e1b1289.png">
|
defect
|
combobox as search field gets doubled focus for clear and search is this a bug enhancement or feature request bug briefly describe your proposal combobox as search field gets doubled focus for clear and search img width alt screen shot at pm src img width alt screen shot at pm src
| 1
|
68,521
| 21,683,796,351
|
IssuesEvent
|
2022-05-09 09:17:39
|
primefaces/primereact
|
https://api.github.com/repos/primefaces/primereact
|
closed
|
InputNumber: Touch and hold button spin doesn't work on iOS browser
|
defect mobile
|
### Describe the bug
The touch and hold spin doesn't seem to work on iOS. I tried adding similar functions as onMouseDown and onMouseUp to the button's onTouchStart and onTouchEnd but it causes a double-click issue with onMouseDown / onTouchStart.
### Reproducer
(https://www.primefaces.org/primereact/inputnumber/)
### PrimeReact version
8.0.1
### React version
18.x
### Language
ES6
### Build / Runtime
Next.js
### Browser(s)
iOS 15.4
### Steps to reproduce the behavior
1. Go to https://www.primefaces.org/primereact/inputnumber/ using iOS
2. Touch and hold on a button to increment / decrement.
3. Notice it does not continuously spin similar to desktop browser.
### Expected behavior
Touch and hold on an increment / decrement button should cause the input number to continually increase / decrease.
|
1.0
|
InputNumber: Touch and hold button spin doesn't work on iOS browser - ### Describe the bug
The touch and hold spin doesn't seem to work on iOS. I tried adding similar functions as onMouseDown and onMouseUp to the button's onTouchStart and onTouchEnd but it causes a double-click issue with onMouseDown / onTouchStart.
### Reproducer
(https://www.primefaces.org/primereact/inputnumber/)
### PrimeReact version
8.0.1
### React version
18.x
### Language
ES6
### Build / Runtime
Next.js
### Browser(s)
iOS 15.4
### Steps to reproduce the behavior
1. Go to https://www.primefaces.org/primereact/inputnumber/ using iOS
2. Touch and hold on a button to increment / decrement.
3. Notice it does not continuously spin similar to desktop browser.
### Expected behavior
Touch and hold on an increment / decrement button should cause the input number to continually increase / decrease.
|
defect
|
inputnumber touch and hold button spin doesn t work on ios browser describe the bug the touch and hold spin doesn t seem to work on ios i tried adding similar functions as onmousedown and onmouseup to the button s ontouchstart and ontouchend but it causes a double click issue with onmousedown ontouchstart reproducer primereact version react version x language build runtime next js browser s ios steps to reproduce the behavior go to using ios touch and hold on a button to increment decrement notice it does not continuously spin similar to desktop browser expected behavior touch and hold on an increment decrement button should cause the input number to continually increase decrease
| 1
|
242,869
| 18,673,077,384
|
IssuesEvent
|
2021-10-31 03:47:37
|
AY2122S1-CS2103T-T09-4/tp
|
https://api.github.com/repos/AY2122S1-CS2103T-T09-4/tp
|
closed
|
[PE-D] UG markdown error
|
documentation severity.Medium
|

Is this format intended for local-part explanation? It might be confusing to readers.
<!--session: 1635494405543-941eecba-97e4-468b-b880-fe6464b30d81-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.VeryLow` `type.DocumentationBug`
original: Pulpy-y/ped#4
|
1.0
|
[PE-D] UG markdown error - 
Is this format intended for local-part explanation? It might be confusing to readers.
<!--session: 1635494405543-941eecba-97e4-468b-b880-fe6464b30d81-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.VeryLow` `type.DocumentationBug`
original: Pulpy-y/ped#4
|
non_defect
|
ug markdown error is this format intended for local part explanation it might be confusing to readers labels severity verylow type documentationbug original pulpy y ped
| 0
|
419,479
| 12,224,015,842
|
IssuesEvent
|
2020-05-02 20:20:13
|
hochreutenerl/camp-dictionary
|
https://api.github.com/repos/hochreutenerl/camp-dictionary
|
opened
|
Ideen Struktur
|
enhancement feedback medium priority medium task
|
Die Hauptkategorien sind relativ breit. Man könnte die Begriffe aber noch taggen und dort feingranularer arbeiten: z. B. Kartenkunde, Bäume, Getreide, Holzbearbeitung, Metallbearbeitung, Krankheitssymptome, Krankheiten, Mannschaftssportarten, …
|
1.0
|
Ideen Struktur - Die Hauptkategorien sind relativ breit. Man könnte die Begriffe aber noch taggen und dort feingranularer arbeiten: z. B. Kartenkunde, Bäume, Getreide, Holzbearbeitung, Metallbearbeitung, Krankheitssymptome, Krankheiten, Mannschaftssportarten, …
|
non_defect
|
ideen struktur die hauptkategorien sind relativ breit man könnte die begriffe aber noch taggen und dort feingranularer arbeiten z b kartenkunde bäume getreide holzbearbeitung metallbearbeitung krankheitssymptome krankheiten mannschaftssportarten …
| 0
|
101,745
| 11,255,951,472
|
IssuesEvent
|
2020-01-12 13:08:33
|
ManoukK/NIBUD_datavisualisatie
|
https://api.github.com/repos/ManoukK/NIBUD_datavisualisatie
|
opened
|
README maken
|
documentation
|
readme make en afmaken
Hierin moet ook staan hoe het werkt met de dataset van het HIBUD omdat die niet online kan
|
1.0
|
README maken - readme make en afmaken
Hierin moet ook staan hoe het werkt met de dataset van het HIBUD omdat die niet online kan
|
non_defect
|
readme maken readme make en afmaken hierin moet ook staan hoe het werkt met de dataset van het hibud omdat die niet online kan
| 0
|
206,304
| 15,724,655,937
|
IssuesEvent
|
2021-03-29 09:03:58
|
Realm667/WolfenDoom
|
https://api.github.com/repos/Realm667/WolfenDoom
|
closed
|
Enemy can see through door.
|
playtesting
|
In C3M2, somehow enemies on the other side of this door can see me and shoot me through the door, as if the door isn't there.

|
1.0
|
Enemy can see through door. - In C3M2, somehow enemies on the other side of this door can see me and shoot me through the door, as if the door isn't there.

|
non_defect
|
enemy can see through door in somehow enemies on the other side of this door can see me and shoot me through the door as if the door isn t there
| 0
|
40,692
| 10,128,828,364
|
IssuesEvent
|
2019-08-01 13:37:02
|
MarcusWolschon/osmeditor4android
|
https://api.github.com/repos/MarcusWolschon/osmeditor4android
|
closed
|
The text written in the search bar disappears in PropertyEditor activity after a screen orientation change
|
Defect Low Priority
|
When I change the orientation of the device screen, the text written in the search bar disappears


|
1.0
|
The text written in the search bar disappears in PropertyEditor activity after a screen orientation change - When I change the orientation of the device screen, the text written in the search bar disappears


|
defect
|
the text written in the search bar disappears in propertyeditor activity after a screen orientation change when i change the orientation of the device screen the text written in the search bar disappears
| 1
|
333,093
| 24,363,391,358
|
IssuesEvent
|
2022-10-03 13:29:56
|
PerlAlien/Alien-Build
|
https://api.github.com/repos/PerlAlien/Alien-Build
|
opened
|
FAQ for why we install in arch directory
|
📖Documentation
|
The isn't that frequently asked, but it might be a good place to sumarize the reasons why and how to modify it. I answered this question fairly thoroughly here:
https://github.com/PerlAlien/Alien-Libxml2/issues/35
|
1.0
|
FAQ for why we install in arch directory - The isn't that frequently asked, but it might be a good place to sumarize the reasons why and how to modify it. I answered this question fairly thoroughly here:
https://github.com/PerlAlien/Alien-Libxml2/issues/35
|
non_defect
|
faq for why we install in arch directory the isn t that frequently asked but it might be a good place to sumarize the reasons why and how to modify it i answered this question fairly thoroughly here
| 0
|
38,682
| 8,952,143,282
|
IssuesEvent
|
2019-01-25 15:47:46
|
svigerske/ipopt-donotuse
|
https://api.github.com/repos/svigerske/ipopt-donotuse
|
closed
|
Termination code 11
|
Ipopt defect
|
Issue created by migration from Trac.
Original creator: jakesson
Original creation time: 2009-05-25 12:59:15
Assignee: ipopt-team
Version:
The issue is described in the mailing list post
http://list.coin-or.org/pipermail/ipopt/2009-May/001517.html
Termination code 11 results if IPOPT (when invoked from AMPL) is compiled after running the configure script without arguments. The config.log file and the resulting .nl file are attached.
The following three configure argument configurations has been tried (in addition to no arguments):
- CXXFLAGS='-O3 -g -DNDEBUG' CFLAGS='-O3 -g -DNDEBUG' FFAGS='-O3 -g'
- CXXFLAGS='-O -g -DNDEBUG' CFLAGS='-O -g -DNDEBUG' FFAGS='-O -g'
- --enable-debug
In all these cases the optimization runs fine.
The tests are run with IPOPT 3.6.1 (which cannot be selected in the list below).
(changed by andreasw at 2009-05-26 15:18:44)
|
1.0
|
Termination code 11 - Issue created by migration from Trac.
Original creator: jakesson
Original creation time: 2009-05-25 12:59:15
Assignee: ipopt-team
Version:
The issue is described in the mailing list post
http://list.coin-or.org/pipermail/ipopt/2009-May/001517.html
Termination code 11 results if IPOPT (when invoked from AMPL) is compiled after running the configure script without arguments. The config.log file and the resulting .nl file are attached.
The following three configure argument configurations has been tried (in addition to no arguments):
- CXXFLAGS='-O3 -g -DNDEBUG' CFLAGS='-O3 -g -DNDEBUG' FFAGS='-O3 -g'
- CXXFLAGS='-O -g -DNDEBUG' CFLAGS='-O -g -DNDEBUG' FFAGS='-O -g'
- --enable-debug
In all these cases the optimization runs fine.
The tests are run with IPOPT 3.6.1 (which cannot be selected in the list below).
(changed by andreasw at 2009-05-26 15:18:44)
|
defect
|
termination code issue created by migration from trac original creator jakesson original creation time assignee ipopt team version the issue is described in the mailing list post termination code results if ipopt when invoked from ampl is compiled after running the configure script without arguments the config log file and the resulting nl file are attached the following three configure argument configurations has been tried in addition to no arguments cxxflags g dndebug cflags g dndebug ffags g cxxflags o g dndebug cflags o g dndebug ffags o g enable debug in all these cases the optimization runs fine the tests are run with ipopt which cannot be selected in the list below changed by andreasw at
| 1
|
14,991
| 10,239,438,542
|
IssuesEvent
|
2019-08-19 18:15:05
|
aws/aws-lambda-dotnet
|
https://api.github.com/repos/aws/aws-lambda-dotnet
|
closed
|
ALB returning 502 from Lambda
|
guidance service-api
|
I've created a Lambda that check on a DynamoDB table the existence of a record matching host and request path and, if found, returns a redirect to the matching URL.
My Lambda returns this response but the ALB returns 502.
```
{
"statusCode": 301,
"statusDescription": null,
"headers": {
"Location": "https://www.my-target.co.uk/"
},
"multiValueHeaders": null,
"body": "Redirecting to https://www.my-target.co.uk/",
"isBase64Encoded": false
}
```
This is the log I find in CloudWatch for the Lambda function
```
START RequestId: 8b5a28f2-c56d-4418-a7b9-66ebe0ba2470 Version: $LATEST
[Information] EMG.ApplicationLoadBalancerRequestHandler: Received: GET /
[Information] EMG.ApplicationLoadBalancerRequestHandler: Processing: my-test.net /
[Information] EMG.RedirectManagers.RedirectTableRedirectManager: Fetching item: my-test.net / from table redirect-table
[Information] EMG.ApplicationLoadBalancerRequestHandler: Found: https://www.target.co.uk/ Permanent
END RequestId: 8b5a28f2-c56d-4418-a7b9-66ebe0ba2470
REPORT RequestId: 8b5a28f2-c56d-4418-a7b9-66ebe0ba2470 Duration: 69.59 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 39 MB
```
This is the response I get
```
HTTP/1.1 502
status: 502
Server: awselb/2.0
Date: Thu, 15 Aug 2019 19:13:58 GMT
Content-Type: text/html
Content-Length: 138
Connection: keep-alive
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
</body>
</html>
```
I couldn't find anything saying we can't return non-200 responses from Lambda, so I really have no idea...
|
1.0
|
ALB returning 502 from Lambda - I've created a Lambda that check on a DynamoDB table the existence of a record matching host and request path and, if found, returns a redirect to the matching URL.
My Lambda returns this response but the ALB returns 502.
```
{
"statusCode": 301,
"statusDescription": null,
"headers": {
"Location": "https://www.my-target.co.uk/"
},
"multiValueHeaders": null,
"body": "Redirecting to https://www.my-target.co.uk/",
"isBase64Encoded": false
}
```
This is the log I find in CloudWatch for the Lambda function
```
START RequestId: 8b5a28f2-c56d-4418-a7b9-66ebe0ba2470 Version: $LATEST
[Information] EMG.ApplicationLoadBalancerRequestHandler: Received: GET /
[Information] EMG.ApplicationLoadBalancerRequestHandler: Processing: my-test.net /
[Information] EMG.RedirectManagers.RedirectTableRedirectManager: Fetching item: my-test.net / from table redirect-table
[Information] EMG.ApplicationLoadBalancerRequestHandler: Found: https://www.target.co.uk/ Permanent
END RequestId: 8b5a28f2-c56d-4418-a7b9-66ebe0ba2470
REPORT RequestId: 8b5a28f2-c56d-4418-a7b9-66ebe0ba2470 Duration: 69.59 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 39 MB
```
This is the response I get
```
HTTP/1.1 502
status: 502
Server: awselb/2.0
Date: Thu, 15 Aug 2019 19:13:58 GMT
Content-Type: text/html
Content-Length: 138
Connection: keep-alive
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
</body>
</html>
```
I couldn't find anything saying we can't return non-200 responses from Lambda, so I really have no idea...
|
non_defect
|
alb returning from lambda i ve created a lambda that check on a dynamodb table the existence of a record matching host and request path and if found returns a redirect to the matching url my lambda returns this response but the alb returns statuscode statusdescription null headers location multivalueheaders null body redirecting to false this is the log i find in cloudwatch for the lambda function start requestid version latest emg applicationloadbalancerrequesthandler received get emg applicationloadbalancerrequesthandler processing my test net emg redirectmanagers redirecttableredirectmanager fetching item my test net from table redirect table emg applicationloadbalancerrequesthandler found permanent end requestid report requestid duration ms billed duration ms memory size mb max memory used mb this is the response i get http status server awselb date thu aug gmt content type text html content length connection keep alive bad gateway bad gateway i couldn t find anything saying we can t return non responses from lambda so i really have no idea
| 0
|
103,120
| 8,880,360,989
|
IssuesEvent
|
2019-01-14 05:32:54
|
flemingcaleb/InfraBot
|
https://api.github.com/repos/flemingcaleb/InfraBot
|
closed
|
Add command for help
|
Pushed To Testing enhancement
|
Add a !help command that lists all available commands and a short blurb about them.
|
1.0
|
Add command for help - Add a !help command that lists all available commands and a short blurb about them.
|
non_defect
|
add command for help add a help command that lists all available commands and a short blurb about them
| 0
|
2,037
| 2,603,975,326
|
IssuesEvent
|
2015-02-24 19:01:21
|
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 8:15
|
1.0
|
沈阳宫颈疱疹 - ```
沈阳宫颈疱疹〓沈陽軍區政治部醫院性病〓TEL:024-31023308〓��
�立于1946年,68年專注于性傳播疾病的研究和治療。位于沈陽�
��沈河區二緯路32號。是一所與新中國同建立共輝煌的歷史悠�
��、設備精良、技術權威、專家云集,是預防、保健、醫療、
科研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫��
�、全國首批醫療規范定點單位,是第四軍醫大學、東南大學�
��知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤部
衛生部評為衛生工作先進單位,先后兩次榮立集體二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:15
|
defect
|
沈阳宫颈疱疹 沈阳宫颈疱疹〓沈陽軍區政治部醫院性病〓tel: 〓�� � , 。位于沈陽� �� 。是一所與新中國同建立共輝煌的歷史悠� ��、設備精良、技術權威、專家云集,是預防、保健、醫療、 科研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫�� �、全國首批醫療規范定點單位,是第四軍醫大學、東南大學� ��知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤部 衛生部評為衛生工作先進單位,先后兩次榮立集體二等功。 original issue reported on code google com by gmail com on jun at
| 1
|
402,247
| 11,806,817,613
|
IssuesEvent
|
2020-03-19 10:14:48
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
dnb.no - design is broken
|
browser-firefox engine-gecko ml-needsdiagnosis-false priority-normal
|
<!-- @browser: Firefox 74.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0 -->
<!-- @reported_with: -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/50385 -->
**URL**: https://dnb.no
**Browser / Version**: Firefox 74.0
**Operating System**: Windows 8.1
**Tested Another Browser**: Yes
**Problem type**: Design is broken
**Description**: The login page does not load correctly.
**Steps to Reproduce**:
After entering personal information to log in the next step to entering login credentials does not show textboxes to enter information.
<details><summary>View the screenshot</summary><img alt='Screenshot' src='https://webcompat.com/uploads/2020/3/bdf4a0d0-801f-4267-9bb8-1f1269ec1535.jpeg'></details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
dnb.no - design is broken - <!-- @browser: Firefox 74.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0 -->
<!-- @reported_with: -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/50385 -->
**URL**: https://dnb.no
**Browser / Version**: Firefox 74.0
**Operating System**: Windows 8.1
**Tested Another Browser**: Yes
**Problem type**: Design is broken
**Description**: The login page does not load correctly.
**Steps to Reproduce**:
After entering personal information to log in the next step to entering login credentials does not show textboxes to enter information.
<details><summary>View the screenshot</summary><img alt='Screenshot' src='https://webcompat.com/uploads/2020/3/bdf4a0d0-801f-4267-9bb8-1f1269ec1535.jpeg'></details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
non_defect
|
dnb no design is broken url browser version firefox operating system windows tested another browser yes problem type design is broken description the login page does not load correctly steps to reproduce after entering personal information to log in the next step to entering login credentials does not show textboxes to enter information view the screenshot img alt screenshot src browser configuration none from with ❤️
| 0
|
418,505
| 12,198,696,569
|
IssuesEvent
|
2020-04-29 23:31:18
|
ManifoldScholar/manifold
|
https://api.github.com/repos/ManifoldScholar/manifold
|
closed
|
Adjust save process for user-added stylesheets
|
Priority: Critical Status: In Progress Status: Planned Type: Bug
|
When a user creates a stylesheet to apply to a text, when they click the Save button the view does not change. While notice that the stylesheet has saved displays, it is unclear what the user should do at this point. If they click the Save button again, a second, identical stylesheet is created. An example of this behavior can be seen [here](https://www.loom.com/share/d6d9e264bf154083870a90edc568e780).
Ideally users could choose which text sections to apply the stylesheet to right from this view. However, there is a related issue with that: see #2704.
|
1.0
|
Adjust save process for user-added stylesheets - When a user creates a stylesheet to apply to a text, when they click the Save button the view does not change. While notice that the stylesheet has saved displays, it is unclear what the user should do at this point. If they click the Save button again, a second, identical stylesheet is created. An example of this behavior can be seen [here](https://www.loom.com/share/d6d9e264bf154083870a90edc568e780).
Ideally users could choose which text sections to apply the stylesheet to right from this view. However, there is a related issue with that: see #2704.
|
non_defect
|
adjust save process for user added stylesheets when a user creates a stylesheet to apply to a text when they click the save button the view does not change while notice that the stylesheet has saved displays it is unclear what the user should do at this point if they click the save button again a second identical stylesheet is created an example of this behavior can be seen ideally users could choose which text sections to apply the stylesheet to right from this view however there is a related issue with that see
| 0
|
74,020
| 24,907,169,796
|
IssuesEvent
|
2022-10-29 12:02:40
|
openzfs/zfs
|
https://api.github.com/repos/openzfs/zfs
|
reopened
|
Consistent NULL dereference during ZTS on Linux/sparc64
|
Type: Defect Status: Stale Status: Triage Needed
|
### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name | Debian
Distribution Version | sid
Linux Kernel | 4.15.0-2-sparc64
Architecture | sparc64
ZFS Version | 7457b024b*
(The * is "plus the trivial patch to fix #12008" )
### Describe the problem you're observing
Ran a subset of ZTS twice, both times it spit this out.
The first time, it was hung in cli_root/zfs_receive/zfs_receive_raw.ksh; the second time, cli_root/zfs_receive/zfs_receive_raw_-d.ksh
### Describe how to reproduce the problem
Run [this](https://gist.github.com/rincebrain/e2f8220e12720eae82e8e9991f4cba39) runfile on sparc64.
### Include any warning/errors/backtraces from the system logs
```
[35767.884793] ZFS: Loaded module v2.1.99-174_g7457b024b, ZFS pool version 5000, ZFS filesystem version 5
[36129.229830] INFO: task kworker/0:1:173284 blocked for more than 120 seconds.
[36129.322668] Tainted: P O 4.15.0-2-sparc64 #1 Debian 4.15.11-1
[36129.421134] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[36129.524213] kworker/0:1 D 0 173284 2 0x03000000
[36129.597516] Workqueue: events cgwb_release_workfn
[36129.659357] Call Trace:
[36129.691502] [00000000009f8d04] schedule+0x24/0xa0
[36129.754540] [00000000009f94ec] bit_wait+0xc/0x60
[36129.816400] [00000000009f9120] __wait_on_bit+0x60/0xe0
[36129.885121] [00000000009f9224] out_of_line_wait_on_bit+0x84/0xa0
[36129.965299] [000000000058c6c8] wb_shutdown+0x108/0x140
[36130.034040] [000000000058de2c] cgwb_release_workfn+0xc/0x120
[36130.109659] [000000000047e4b8] process_one_work+0x158/0x400
[36130.184090] [000000000047e8ac] worker_thread+0x14c/0x500
[36130.255119] [0000000000484b08] kthread+0x108/0x120
[36130.319273] [0000000000405f64] ret_from_fork+0x1c/0x2c
[36130.388076] [0000000000000000] (null)
[36252.074347] INFO: task kworker/0:1:173284 blocked for more than 120 seconds.
[36252.167183] Tainted: P O 4.15.0-2-sparc64 #1 Debian 4.15.11-1
[36252.265680] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[36252.368766] kworker/0:1 D 0 173284 2 0x03000000
[36252.442091] Workqueue: events cgwb_release_workfn
[36252.503928] Call Trace:
[36252.536082] [00000000009f8d04] schedule+0x24/0xa0
[36252.599092] [00000000009f94ec] bit_wait+0xc/0x60
[36252.660969] [00000000009f9120] __wait_on_bit+0x60/0xe0
[36252.729712] [00000000009f9224] out_of_line_wait_on_bit+0x84/0xa0
[36252.809875] [000000000058c6c8] wb_shutdown+0x108/0x140
[36252.878608] [000000000058de2c] cgwb_release_workfn+0xc/0x120
[36252.954220] [000000000047e4b8] process_one_work+0x158/0x400
[36253.028663] [000000000047e8ac] worker_thread+0x14c/0x500
[36253.099692] [0000000000484b08] kthread+0x108/0x120
[36253.163853] [0000000000405f64] ret_from_fork+0x1c/0x2c
[36253.232573] [0000000000000000] (null)
[36374.973680] INFO: task kworker/0:1:173284 blocked for more than 120 seconds.
[36375.066472] Tainted: P O 4.15.0-2-sparc64 #1 Debian 4.15.11-1
[36375.165019] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[36375.268127] kworker/0:1 D 0 173284 2 0x03000000
[36375.341485] Workqueue: events cgwb_release_workfn
[36375.403316] Call Trace:
[36375.435471] [00000000009f8d04] schedule+0x24/0xa0
[36375.498479] [00000000009f94ec] bit_wait+0xc/0x60
[36375.560372] [00000000009f9120] __wait_on_bit+0x60/0xe0
[36375.629094] [00000000009f9224] out_of_line_wait_on_bit+0x84/0xa0
[36375.709267] [000000000058c6c8] wb_shutdown+0x108/0x140
[36375.777994] [000000000058de2c] cgwb_release_workfn+0xc/0x120
[36375.853607] [000000000047e4b8] process_one_work+0x158/0x400
[36375.928056] [000000000047e8ac] worker_thread+0x14c/0x500
[36375.999078] [0000000000484b08] kthread+0x108/0x120
[36376.063241] [0000000000405f64] ret_from_fork+0x1c/0x2c
[36376.131959] [0000000000000000] (null)
[36456.759064] Unable to handle kernel NULL pointer dereference
[36456.833550] tsk->{mm,active_mm}->context = 00000000000011b2
[36456.906873] tsk->{mm,active_mm}->pgd = fffff8000012c000
[36456.975574] \|/ ____ \|/
[36456.975574] "@'/ .. \`@"
[36456.975574] /_| \__/ |_\
[36456.975574] \__U_/
[36457.169011] zfs(189510): Oops [#1]
[36457.213699] CPU: 0 PID: 189510 Comm: zfs Tainted: P O 4.15.0-2-sparc64 #1 Debian 4.15.11-1
[36457.338509] TSTATE: 0000004411001606 TPC: 00000000108fe1cc TNPC: 00000000108fe1d0 Y: 00000c80 Tainted: P O
[36457.486036] TPC: <abd_verify+0xc/0xa0 [zfs]>
[36457.542182] g0: 0000000000000000 g1: 0000000000000000 g2: 0000000000000000 g3: fffff80035f7c000
[36457.656670] g4: fffff80005bf8000 g5: 0000000000b22c9c g6: fffff80035f7c000 g7: 0000000000000002
[36457.771163] o0: 0000000000000001 o1: fffff80034e32c4c o2: fffff8003c4bd000 o3: 0000000000000000
[36457.885693] o4: 000000000000260e o5: fffff8003c4bd038 sp: fffff80035f7e471 ret_pc: 000000000048cb84
[36458.004737] RPC: <finish_task_switch+0x44/0x1c0>
[36458.065437] l0: fffff80034b8f2b0 l1: fffff80034b8f2b0 l2: 0000000000000000 l3: 0000000000000001
[36458.179935] l4: 00000000000010fb l5: 0000000010a4dc50 l6: 0000000000000000 l7: 0000000000000008
[36458.294422] i0: 0000000000000000 i1: 0000000000bd9f10 i2: 0000000000000002 i3: fffff80005bf8000
[36458.408937] i4: fffff80034e32c00 i5: 0000000000bd9c00 i6: fffff80035f7e521 i7: 00000000108ff20c
[36458.523771] I7: <abd_borrow_buf+0xc/0x60 [zfs]>
[36458.583295] Call Trace:
[36458.615780] [00000000108ff20c] abd_borrow_buf+0xc/0x60 [zfs]
[36458.691705] [00000000108ff3b0] abd_borrow_buf_copy+0x10/0x40 [zfs]
[36458.774579] [0000000010a2b310] zio_crypt_copy_dnode_bonus+0x10/0x140 [zfs]
[36458.866511] [0000000010907aa8] arc_buf_fill+0x388/0x940 [zfs]
[36458.943564] [0000000010908080] arc_untransform+0x20/0xa0 [zfs]
[36459.021767] [00000000109169c4] dbuf_read_verify_dnode_crypt+0xc4/0x160 [zfs]
[36459.115984] [000000001091a780] dbuf_read_impl.constprop.20+0x240/0x5a0 [zfs]
[36459.210195] [000000001091ab78] dbuf_read+0x98/0x4c0 [zfs]
[36459.282770] [0000000010922f10] dmu_buf_hold+0x50/0x80 [zfs]
[36459.357594] [00000000109d67e0] zap_lockdir+0x20/0x80 [zfs]
[36459.431320] [00000000109d6c18] zap_lookup_norm+0x38/0xa0 [zfs]
[36459.509644] [00000000109d6cb0] zap_lookup+0x30/0x40 [zfs]
[36459.582222] [0000000010a1c72c] zfs_get_zplprop+0x8c/0x1c0 [zfs]
[36459.661659] [0000000010a1c888] zfsvfs_init+0x28/0x4e0 [zfs]
[36459.736549] [0000000010a1cf34] zfsvfs_create_impl+0x1f4/0x2a0 [zfs]
[36459.820589] [0000000010a1d054] zfsvfs_create+0x74/0xc0 [zfs]
[36459.896506] Caller[00000000108ff20c]: abd_borrow_buf+0xc/0x60 [zfs]
[36459.979277] Caller[00000000108ff3b0]: abd_borrow_buf_copy+0x10/0x40 [zfs]
[36460.068990] Caller[0000000010a2b310]: zio_crypt_copy_dnode_bonus+0x10/0x140 [zfs]
[36460.167813] Caller[0000000010907aa8]: arc_buf_fill+0x388/0x940 [zfs]
[36460.251725] Caller[0000000010908080]: arc_untransform+0x20/0xa0 [zfs]
[36460.336793] Caller[00000000109169c4]: dbuf_read_verify_dnode_crypt+0xc4/0x160 [zfs]
[36460.437875] Caller[000000001091a780]: dbuf_read_impl.constprop.20+0x240/0x5a0 [zfs]
[36460.539049] Caller[000000001091ab78]: dbuf_read+0x98/0x4c0 [zfs]
[36460.618393] Caller[0000000010922f10]: dmu_buf_hold+0x50/0x80 [zfs]
[36460.700079] Caller[00000000109d67e0]: zap_lockdir+0x20/0x80 [zfs]
[36460.780664] Caller[00000000109d6c18]: zap_lookup_norm+0x38/0xa0 [zfs]
[36460.865834] Caller[00000000109d6cb0]: zap_lookup+0x30/0x40 [zfs]
[36460.945280] Caller[0000000010a1c72c]: zfs_get_zplprop+0x8c/0x1c0 [zfs]
[36461.031599] Caller[0000000010a1c888]: zfsvfs_init+0x28/0x4e0 [zfs]
[36461.113333] Caller[0000000010a1cf34]: zfsvfs_create_impl+0x1f4/0x2a0 [zfs]
[36461.204219] Caller[0000000010a1d054]: zfsvfs_create+0x74/0xc0 [zfs]
[36461.287095] Caller[0000000010a1d0e0]: zfs_domount+0x40/0x4a0 [zfs]
[36461.368832] Caller[0000000010a2ff5c]: zpl_mount+0x11c/0x180 [zfs]
[36461.449000] Caller[00000000005f0984]: mount_fs+0x24/0x160
[36461.520023] Caller[000000000060fa58]: vfs_kern_mount.part.7+0x38/0x120
[36461.605907] Caller[0000000000612770]: do_mount+0x6b0/0xce0
[36461.678072] Caller[0000000000613144]: SyS_mount+0x44/0xc0
[36461.749101] Caller[0000000000406114]: linux_sparc_syscall+0x34/0x44
[36461.831554] Caller[fffff801001656ec]: 0xfffff801001656ec
[36461.901418] Instruction DUMP:
[36461.901427] 9de3bf50
[36461.940413] 01000000
[36461.971398] 01000000
[36462.002387] <c2060000>
[36462.033376] 80886001
[36462.064364] 12600019
[36462.095352] 80886040
[36462.126340] 02600019
[36462.157327] 01000000
```
|
1.0
|
Consistent NULL dereference during ZTS on Linux/sparc64 - ### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name | Debian
Distribution Version | sid
Linux Kernel | 4.15.0-2-sparc64
Architecture | sparc64
ZFS Version | 7457b024b*
(The * is "plus the trivial patch to fix #12008" )
### Describe the problem you're observing
Ran a subset of ZTS twice, both times it spit this out.
The first time, it was hung in cli_root/zfs_receive/zfs_receive_raw.ksh; the second time, cli_root/zfs_receive/zfs_receive_raw_-d.ksh
### Describe how to reproduce the problem
Run [this](https://gist.github.com/rincebrain/e2f8220e12720eae82e8e9991f4cba39) runfile on sparc64.
### Include any warning/errors/backtraces from the system logs
```
[35767.884793] ZFS: Loaded module v2.1.99-174_g7457b024b, ZFS pool version 5000, ZFS filesystem version 5
[36129.229830] INFO: task kworker/0:1:173284 blocked for more than 120 seconds.
[36129.322668] Tainted: P O 4.15.0-2-sparc64 #1 Debian 4.15.11-1
[36129.421134] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[36129.524213] kworker/0:1 D 0 173284 2 0x03000000
[36129.597516] Workqueue: events cgwb_release_workfn
[36129.659357] Call Trace:
[36129.691502] [00000000009f8d04] schedule+0x24/0xa0
[36129.754540] [00000000009f94ec] bit_wait+0xc/0x60
[36129.816400] [00000000009f9120] __wait_on_bit+0x60/0xe0
[36129.885121] [00000000009f9224] out_of_line_wait_on_bit+0x84/0xa0
[36129.965299] [000000000058c6c8] wb_shutdown+0x108/0x140
[36130.034040] [000000000058de2c] cgwb_release_workfn+0xc/0x120
[36130.109659] [000000000047e4b8] process_one_work+0x158/0x400
[36130.184090] [000000000047e8ac] worker_thread+0x14c/0x500
[36130.255119] [0000000000484b08] kthread+0x108/0x120
[36130.319273] [0000000000405f64] ret_from_fork+0x1c/0x2c
[36130.388076] [0000000000000000] (null)
[36252.074347] INFO: task kworker/0:1:173284 blocked for more than 120 seconds.
[36252.167183] Tainted: P O 4.15.0-2-sparc64 #1 Debian 4.15.11-1
[36252.265680] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[36252.368766] kworker/0:1 D 0 173284 2 0x03000000
[36252.442091] Workqueue: events cgwb_release_workfn
[36252.503928] Call Trace:
[36252.536082] [00000000009f8d04] schedule+0x24/0xa0
[36252.599092] [00000000009f94ec] bit_wait+0xc/0x60
[36252.660969] [00000000009f9120] __wait_on_bit+0x60/0xe0
[36252.729712] [00000000009f9224] out_of_line_wait_on_bit+0x84/0xa0
[36252.809875] [000000000058c6c8] wb_shutdown+0x108/0x140
[36252.878608] [000000000058de2c] cgwb_release_workfn+0xc/0x120
[36252.954220] [000000000047e4b8] process_one_work+0x158/0x400
[36253.028663] [000000000047e8ac] worker_thread+0x14c/0x500
[36253.099692] [0000000000484b08] kthread+0x108/0x120
[36253.163853] [0000000000405f64] ret_from_fork+0x1c/0x2c
[36253.232573] [0000000000000000] (null)
[36374.973680] INFO: task kworker/0:1:173284 blocked for more than 120 seconds.
[36375.066472] Tainted: P O 4.15.0-2-sparc64 #1 Debian 4.15.11-1
[36375.165019] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[36375.268127] kworker/0:1 D 0 173284 2 0x03000000
[36375.341485] Workqueue: events cgwb_release_workfn
[36375.403316] Call Trace:
[36375.435471] [00000000009f8d04] schedule+0x24/0xa0
[36375.498479] [00000000009f94ec] bit_wait+0xc/0x60
[36375.560372] [00000000009f9120] __wait_on_bit+0x60/0xe0
[36375.629094] [00000000009f9224] out_of_line_wait_on_bit+0x84/0xa0
[36375.709267] [000000000058c6c8] wb_shutdown+0x108/0x140
[36375.777994] [000000000058de2c] cgwb_release_workfn+0xc/0x120
[36375.853607] [000000000047e4b8] process_one_work+0x158/0x400
[36375.928056] [000000000047e8ac] worker_thread+0x14c/0x500
[36375.999078] [0000000000484b08] kthread+0x108/0x120
[36376.063241] [0000000000405f64] ret_from_fork+0x1c/0x2c
[36376.131959] [0000000000000000] (null)
[36456.759064] Unable to handle kernel NULL pointer dereference
[36456.833550] tsk->{mm,active_mm}->context = 00000000000011b2
[36456.906873] tsk->{mm,active_mm}->pgd = fffff8000012c000
[36456.975574] \|/ ____ \|/
[36456.975574] "@'/ .. \`@"
[36456.975574] /_| \__/ |_\
[36456.975574] \__U_/
[36457.169011] zfs(189510): Oops [#1]
[36457.213699] CPU: 0 PID: 189510 Comm: zfs Tainted: P O 4.15.0-2-sparc64 #1 Debian 4.15.11-1
[36457.338509] TSTATE: 0000004411001606 TPC: 00000000108fe1cc TNPC: 00000000108fe1d0 Y: 00000c80 Tainted: P O
[36457.486036] TPC: <abd_verify+0xc/0xa0 [zfs]>
[36457.542182] g0: 0000000000000000 g1: 0000000000000000 g2: 0000000000000000 g3: fffff80035f7c000
[36457.656670] g4: fffff80005bf8000 g5: 0000000000b22c9c g6: fffff80035f7c000 g7: 0000000000000002
[36457.771163] o0: 0000000000000001 o1: fffff80034e32c4c o2: fffff8003c4bd000 o3: 0000000000000000
[36457.885693] o4: 000000000000260e o5: fffff8003c4bd038 sp: fffff80035f7e471 ret_pc: 000000000048cb84
[36458.004737] RPC: <finish_task_switch+0x44/0x1c0>
[36458.065437] l0: fffff80034b8f2b0 l1: fffff80034b8f2b0 l2: 0000000000000000 l3: 0000000000000001
[36458.179935] l4: 00000000000010fb l5: 0000000010a4dc50 l6: 0000000000000000 l7: 0000000000000008
[36458.294422] i0: 0000000000000000 i1: 0000000000bd9f10 i2: 0000000000000002 i3: fffff80005bf8000
[36458.408937] i4: fffff80034e32c00 i5: 0000000000bd9c00 i6: fffff80035f7e521 i7: 00000000108ff20c
[36458.523771] I7: <abd_borrow_buf+0xc/0x60 [zfs]>
[36458.583295] Call Trace:
[36458.615780] [00000000108ff20c] abd_borrow_buf+0xc/0x60 [zfs]
[36458.691705] [00000000108ff3b0] abd_borrow_buf_copy+0x10/0x40 [zfs]
[36458.774579] [0000000010a2b310] zio_crypt_copy_dnode_bonus+0x10/0x140 [zfs]
[36458.866511] [0000000010907aa8] arc_buf_fill+0x388/0x940 [zfs]
[36458.943564] [0000000010908080] arc_untransform+0x20/0xa0 [zfs]
[36459.021767] [00000000109169c4] dbuf_read_verify_dnode_crypt+0xc4/0x160 [zfs]
[36459.115984] [000000001091a780] dbuf_read_impl.constprop.20+0x240/0x5a0 [zfs]
[36459.210195] [000000001091ab78] dbuf_read+0x98/0x4c0 [zfs]
[36459.282770] [0000000010922f10] dmu_buf_hold+0x50/0x80 [zfs]
[36459.357594] [00000000109d67e0] zap_lockdir+0x20/0x80 [zfs]
[36459.431320] [00000000109d6c18] zap_lookup_norm+0x38/0xa0 [zfs]
[36459.509644] [00000000109d6cb0] zap_lookup+0x30/0x40 [zfs]
[36459.582222] [0000000010a1c72c] zfs_get_zplprop+0x8c/0x1c0 [zfs]
[36459.661659] [0000000010a1c888] zfsvfs_init+0x28/0x4e0 [zfs]
[36459.736549] [0000000010a1cf34] zfsvfs_create_impl+0x1f4/0x2a0 [zfs]
[36459.820589] [0000000010a1d054] zfsvfs_create+0x74/0xc0 [zfs]
[36459.896506] Caller[00000000108ff20c]: abd_borrow_buf+0xc/0x60 [zfs]
[36459.979277] Caller[00000000108ff3b0]: abd_borrow_buf_copy+0x10/0x40 [zfs]
[36460.068990] Caller[0000000010a2b310]: zio_crypt_copy_dnode_bonus+0x10/0x140 [zfs]
[36460.167813] Caller[0000000010907aa8]: arc_buf_fill+0x388/0x940 [zfs]
[36460.251725] Caller[0000000010908080]: arc_untransform+0x20/0xa0 [zfs]
[36460.336793] Caller[00000000109169c4]: dbuf_read_verify_dnode_crypt+0xc4/0x160 [zfs]
[36460.437875] Caller[000000001091a780]: dbuf_read_impl.constprop.20+0x240/0x5a0 [zfs]
[36460.539049] Caller[000000001091ab78]: dbuf_read+0x98/0x4c0 [zfs]
[36460.618393] Caller[0000000010922f10]: dmu_buf_hold+0x50/0x80 [zfs]
[36460.700079] Caller[00000000109d67e0]: zap_lockdir+0x20/0x80 [zfs]
[36460.780664] Caller[00000000109d6c18]: zap_lookup_norm+0x38/0xa0 [zfs]
[36460.865834] Caller[00000000109d6cb0]: zap_lookup+0x30/0x40 [zfs]
[36460.945280] Caller[0000000010a1c72c]: zfs_get_zplprop+0x8c/0x1c0 [zfs]
[36461.031599] Caller[0000000010a1c888]: zfsvfs_init+0x28/0x4e0 [zfs]
[36461.113333] Caller[0000000010a1cf34]: zfsvfs_create_impl+0x1f4/0x2a0 [zfs]
[36461.204219] Caller[0000000010a1d054]: zfsvfs_create+0x74/0xc0 [zfs]
[36461.287095] Caller[0000000010a1d0e0]: zfs_domount+0x40/0x4a0 [zfs]
[36461.368832] Caller[0000000010a2ff5c]: zpl_mount+0x11c/0x180 [zfs]
[36461.449000] Caller[00000000005f0984]: mount_fs+0x24/0x160
[36461.520023] Caller[000000000060fa58]: vfs_kern_mount.part.7+0x38/0x120
[36461.605907] Caller[0000000000612770]: do_mount+0x6b0/0xce0
[36461.678072] Caller[0000000000613144]: SyS_mount+0x44/0xc0
[36461.749101] Caller[0000000000406114]: linux_sparc_syscall+0x34/0x44
[36461.831554] Caller[fffff801001656ec]: 0xfffff801001656ec
[36461.901418] Instruction DUMP:
[36461.901427] 9de3bf50
[36461.940413] 01000000
[36461.971398] 01000000
[36462.002387] <c2060000>
[36462.033376] 80886001
[36462.064364] 12600019
[36462.095352] 80886040
[36462.126340] 02600019
[36462.157327] 01000000
```
|
defect
|
consistent null dereference during zts on linux system information type version name distribution name debian distribution version sid linux kernel architecture zfs version the is plus the trivial patch to fix describe the problem you re observing ran a subset of zts twice both times it spit this out the first time it was hung in cli root zfs receive zfs receive raw ksh the second time cli root zfs receive zfs receive raw d ksh describe how to reproduce the problem run runfile on include any warning errors backtraces from the system logs zfs loaded module zfs pool version zfs filesystem version info task kworker blocked for more than seconds tainted p o debian echo proc sys kernel hung task timeout secs disables this message kworker d workqueue events cgwb release workfn call trace schedule bit wait wait on bit out of line wait on bit wb shutdown cgwb release workfn process one work worker thread kthread ret from fork null info task kworker blocked for more than seconds tainted p o debian echo proc sys kernel hung task timeout secs disables this message kworker d workqueue events cgwb release workfn call trace schedule bit wait wait on bit out of line wait on bit wb shutdown cgwb release workfn process one work worker thread kthread ret from fork null info task kworker blocked for more than seconds tainted p o debian echo proc sys kernel hung task timeout secs disables this message kworker d workqueue events cgwb release workfn call trace schedule bit wait wait on bit out of line wait on bit wb shutdown cgwb release workfn process one work worker thread kthread ret from fork null unable to handle kernel null pointer dereference tsk mm active mm context tsk mm active mm pgd u zfs oops cpu pid comm zfs tainted p o debian tstate tpc tnpc y tainted p o tpc sp ret pc rpc call trace abd borrow buf abd borrow buf copy zio crypt copy dnode bonus arc buf fill arc untransform dbuf read verify dnode crypt dbuf read impl constprop dbuf read dmu buf hold zap lockdir zap lookup norm zap lookup zfs get zplprop zfsvfs init zfsvfs create impl zfsvfs create caller abd borrow buf caller abd borrow buf copy caller zio crypt copy dnode bonus caller arc buf fill caller arc untransform caller dbuf read verify dnode crypt caller dbuf read impl constprop caller dbuf read caller dmu buf hold caller zap lockdir caller zap lookup norm caller zap lookup caller zfs get zplprop caller zfsvfs init caller zfsvfs create impl caller zfsvfs create caller zfs domount caller zpl mount caller mount fs caller vfs kern mount part caller do mount caller sys mount caller linux sparc syscall caller instruction dump
| 1
|
24,090
| 3,911,287,244
|
IssuesEvent
|
2016-04-20 04:37:53
|
soravux/scoop
|
https://api.github.com/repos/soravux/scoop
|
closed
|
Traceback in SCOOP
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. I have no idea, this is the 2nd time I've seen it though, will running SCOOP
for about a couple of days
What version of the product are you using? On what operating system?
pip reports 0.7.2.dev, but I am using the latest from hg.
Please provide any additional information below.
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 298, in <module>
b.main()
File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 92, in main
self.run()
File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 285, in run
futures_startup()
File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 266, in futures_startup
run_name="__main__"
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/futures.py", line 65, in _startup
result = _controller.switch(rootFuture, *args, **kargs)
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_control.py", line 259, in runController
future = execQueue.pop()
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_types.py", line 352, in pop
self.updateQueue()
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_types.py", line 375, in updateQueue
for future in self.socket.recvFuture():
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_comm/scoopzmq.py", line 350, in recvFuture
received = self._recv()
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_comm/scoopzmq.py", line 251, in _recv
if thisFuture.sendResultBack:
AttributeError: 'set' object has no attribute 'sendResultBack'
```
Original issue reported on code.google.com by `edsr...@gmail.com` on 14 Nov 2014 at 9:20
|
1.0
|
Traceback in SCOOP - ```
What steps will reproduce the problem?
1. I have no idea, this is the 2nd time I've seen it though, will running SCOOP
for about a couple of days
What version of the product are you using? On what operating system?
pip reports 0.7.2.dev, but I am using the latest from hg.
Please provide any additional information below.
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 298, in <module>
b.main()
File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 92, in main
self.run()
File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 285, in run
futures_startup()
File "/home/ed/projects/equalog/venv/lib/python2.7/site-packages/scoop/bootstrap/__main__.py", line 266, in futures_startup
run_name="__main__"
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/futures.py", line 65, in _startup
result = _controller.switch(rootFuture, *args, **kargs)
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_control.py", line 259, in runController
future = execQueue.pop()
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_types.py", line 352, in pop
self.updateQueue()
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_types.py", line 375, in updateQueue
for future in self.socket.recvFuture():
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_comm/scoopzmq.py", line 350, in recvFuture
received = self._recv()
File "/home/ed/projects/equalog/venv/local/lib/python2.7/site-packages/scoop/_comm/scoopzmq.py", line 251, in _recv
if thisFuture.sendResultBack:
AttributeError: 'set' object has no attribute 'sendResultBack'
```
Original issue reported on code.google.com by `edsr...@gmail.com` on 14 Nov 2014 at 9:20
|
defect
|
traceback in scoop what steps will reproduce the problem i have no idea this is the time i ve seen it though will running scoop for about a couple of days what version of the product are you using on what operating system pip reports dev but i am using the latest from hg please provide any additional information below file usr lib runpy py line in run module as main main fname loader pkg name file usr lib runpy py line in run code exec code in run globals file home ed projects equalog venv lib site packages scoop bootstrap main py line in b main file home ed projects equalog venv lib site packages scoop bootstrap main py line in main self run file home ed projects equalog venv lib site packages scoop bootstrap main py line in run futures startup file home ed projects equalog venv lib site packages scoop bootstrap main py line in futures startup run name main file home ed projects equalog venv local lib site packages scoop futures py line in startup result controller switch rootfuture args kargs file home ed projects equalog venv local lib site packages scoop control py line in runcontroller future execqueue pop file home ed projects equalog venv local lib site packages scoop types py line in pop self updatequeue file home ed projects equalog venv local lib site packages scoop types py line in updatequeue for future in self socket recvfuture file home ed projects equalog venv local lib site packages scoop comm scoopzmq py line in recvfuture received self recv file home ed projects equalog venv local lib site packages scoop comm scoopzmq py line in recv if thisfuture sendresultback attributeerror set object has no attribute sendresultback original issue reported on code google com by edsr gmail com on nov at
| 1
|
77,653
| 27,096,538,287
|
IssuesEvent
|
2023-02-15 03:41:52
|
jOOQ/jOOQ
|
https://api.github.com/repos/jOOQ/jOOQ
|
opened
|
Calling iterator() on a stream causes eager evaluation
|
T: Defect
|
### Expected behavior
My rough expectation is that the `iterator()` to be non-eager (as described in the [docs here](https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html#StreamOps) ). However, it looks like calling it eagerly evaluates the stream.
Here's a small example:
**No call to iterator, directly consuming stream:**
```
long start = System.currentTimeMillis();
tx.dsl()
.select(STUFF.ID).from(STUFF).limit(1000)
.fetchSize(1)
.stream()
.forEach(__ -> {
System.out.println("First result after: " + (System.currentTimeMillis() - start));
});
```
This starts printing results as fast as the DB can vend them. A few milliseconds or so.
**Calling iterator:**
```
long start = System.currentTimeMillis();
tx.dsl()
.select(STUFF.ID).from(STUFF).limit(1000)
.fetchSize(1)
.stream()
.iterator() // hangs out here while fetching the entire data set
.next());
System.out.println("First result after: " + (System.currentTimeMillis() - start));
```
### Actual behavior
The stream is eagerly consumed before allowing iteration.
Is this expected behavior or a bug? `interator()` being an exception to the usual rule for terminal operators is pretty understated in the docs. So, I'm not sure if JOOQ is expected to honor it or not.
### Steps to reproduce the problem
```
long start = System.currentTimeMillis();
tx.dsl()
.select(STUFF.ID).from(STUFF).limit(1000)
.fetchSize(1)
.stream()
.iterator() // hangs out here while fetching the entire data set
.next());
System.out.println("First result after: " + (System.currentTimeMillis() - start));
```
### jOOQ Version
JOOQ 3.14
### Database product and version
Postgresql 12.xx
### Java Version
OpenJDK 8
### OS Version
MacOS
### JDBC driver name and version (include name if unofficial driver)
org.postgresql_postgresql-42.3.6
|
1.0
|
Calling iterator() on a stream causes eager evaluation - ### Expected behavior
My rough expectation is that the `iterator()` to be non-eager (as described in the [docs here](https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html#StreamOps) ). However, it looks like calling it eagerly evaluates the stream.
Here's a small example:
**No call to iterator, directly consuming stream:**
```
long start = System.currentTimeMillis();
tx.dsl()
.select(STUFF.ID).from(STUFF).limit(1000)
.fetchSize(1)
.stream()
.forEach(__ -> {
System.out.println("First result after: " + (System.currentTimeMillis() - start));
});
```
This starts printing results as fast as the DB can vend them. A few milliseconds or so.
**Calling iterator:**
```
long start = System.currentTimeMillis();
tx.dsl()
.select(STUFF.ID).from(STUFF).limit(1000)
.fetchSize(1)
.stream()
.iterator() // hangs out here while fetching the entire data set
.next());
System.out.println("First result after: " + (System.currentTimeMillis() - start));
```
### Actual behavior
The stream is eagerly consumed before allowing iteration.
Is this expected behavior or a bug? `interator()` being an exception to the usual rule for terminal operators is pretty understated in the docs. So, I'm not sure if JOOQ is expected to honor it or not.
### Steps to reproduce the problem
```
long start = System.currentTimeMillis();
tx.dsl()
.select(STUFF.ID).from(STUFF).limit(1000)
.fetchSize(1)
.stream()
.iterator() // hangs out here while fetching the entire data set
.next());
System.out.println("First result after: " + (System.currentTimeMillis() - start));
```
### jOOQ Version
JOOQ 3.14
### Database product and version
Postgresql 12.xx
### Java Version
OpenJDK 8
### OS Version
MacOS
### JDBC driver name and version (include name if unofficial driver)
org.postgresql_postgresql-42.3.6
|
defect
|
calling iterator on a stream causes eager evaluation expected behavior my rough expectation is that the iterator to be non eager as described in the however it looks like calling it eagerly evaluates the stream here s a small example no call to iterator directly consuming stream long start system currenttimemillis tx dsl select stuff id from stuff limit fetchsize stream foreach system out println first result after system currenttimemillis start this starts printing results as fast as the db can vend them a few milliseconds or so calling iterator long start system currenttimemillis tx dsl select stuff id from stuff limit fetchsize stream iterator hangs out here while fetching the entire data set next system out println first result after system currenttimemillis start actual behavior the stream is eagerly consumed before allowing iteration is this expected behavior or a bug interator being an exception to the usual rule for terminal operators is pretty understated in the docs so i m not sure if jooq is expected to honor it or not steps to reproduce the problem long start system currenttimemillis tx dsl select stuff id from stuff limit fetchsize stream iterator hangs out here while fetching the entire data set next system out println first result after system currenttimemillis start jooq version jooq database product and version postgresql xx java version openjdk os version macos jdbc driver name and version include name if unofficial driver org postgresql postgresql
| 1
|
29,913
| 4,541,130,168
|
IssuesEvent
|
2016-09-09 16:45:29
|
FreeCodeCamp/FreeCodeCamp
|
https://api.github.com/repos/FreeCodeCamp/FreeCodeCamp
|
closed
|
Last test case for Javascript Slot Machine does not pass
|
help wanted tests
|
Challenge [create-a-javascript-slot-machine](https://www.freecodecamp.com/en/challenges/basic-javascript/create-a-javascript-slot-machine) has an issue.
User Agent is: <code>Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Safari/537.36</code>.
Please describe how to reproduce this issue, and include links to screenshots if possible.
```
slotOne=Math.floor( Math.random() * ( 3 - 1 + 1)) + 1;
slotTwo=Math.floor( Math.random() * ( 3 - 1 + 1)) + 1;
slotThree=Math.floor( Math.random() * ( 3 - 1 + 1)) + 1;
```
the code should pass but the last assert function return false
|
1.0
|
Last test case for Javascript Slot Machine does not pass - Challenge [create-a-javascript-slot-machine](https://www.freecodecamp.com/en/challenges/basic-javascript/create-a-javascript-slot-machine) has an issue.
User Agent is: <code>Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Safari/537.36</code>.
Please describe how to reproduce this issue, and include links to screenshots if possible.
```
slotOne=Math.floor( Math.random() * ( 3 - 1 + 1)) + 1;
slotTwo=Math.floor( Math.random() * ( 3 - 1 + 1)) + 1;
slotThree=Math.floor( Math.random() * ( 3 - 1 + 1)) + 1;
```
the code should pass but the last assert function return false
|
non_defect
|
last test case for javascript slot machine does not pass challenge has an issue user agent is mozilla windows nt applewebkit khtml like gecko chrome safari please describe how to reproduce this issue and include links to screenshots if possible slotone math floor math random slottwo math floor math random slotthree math floor math random the code should pass but the last assert function return false
| 0
|
373,167
| 11,034,588,535
|
IssuesEvent
|
2019-12-07 06:51:03
|
responsiv/currency-plugin
|
https://api.github.com/repos/responsiv/currency-plugin
|
closed
|
Call to undefined method October\Rain\Support\Singleton::listConverters()
|
Priority: High Status: Accepted Type: Bug
|
With a clean install of OctoberCMS, I have installed this plugin.
Under settings, "Currencies" shows a list of some currencies.
However, clicking on "Currency converters" in the settings throws an exception:
```
Call to undefined method October\Rain\Support\Singleton::listConverters()
/var/www/project/plugins/responsiv/currency/models/ExchangeConverter.php line 73
TYPE
Undefined
EXCEPTION
Symfony\Component\Debug\Exception\FatalErrorException
```
|
1.0
|
Call to undefined method October\Rain\Support\Singleton::listConverters() - With a clean install of OctoberCMS, I have installed this plugin.
Under settings, "Currencies" shows a list of some currencies.
However, clicking on "Currency converters" in the settings throws an exception:
```
Call to undefined method October\Rain\Support\Singleton::listConverters()
/var/www/project/plugins/responsiv/currency/models/ExchangeConverter.php line 73
TYPE
Undefined
EXCEPTION
Symfony\Component\Debug\Exception\FatalErrorException
```
|
non_defect
|
call to undefined method october rain support singleton listconverters with a clean install of octobercms i have installed this plugin under settings currencies shows a list of some currencies however clicking on currency converters in the settings throws an exception call to undefined method october rain support singleton listconverters var www project plugins responsiv currency models exchangeconverter php line type undefined exception symfony component debug exception fatalerrorexception
| 0
|
45,074
| 12,534,323,731
|
IssuesEvent
|
2020-06-04 19:13:00
|
department-of-veterans-affairs/va.gov-team
|
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
|
closed
|
508-defect-1 ❗ Launchblocker [SEMANTIC MARKUP]: Form elements MUST be paired with labels
|
508-defect-1 508-issue-semantic-markup 508/Accessibility vsa vsa-caregiver
|
# [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)
**Feedback framework**
- **❗️ Must** for if the feedback must be applied
- **⚠️Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Description
The text input for the individual signatures **must** be paired with labels. In the code, the input must have a unique id attribute and the value must match the value of the for attribute of the associated label. This repeats for all signature inputs.
## Point of Contact
**VFS Point of Contact:** Jennifer
## Acceptance Criteria
As user, I want to understand the label associated with the input..
## Environment
* Operating System: all
* Browser: all
* Server destination: staging
## Steps to Recreate
1. Enter https://staging.va.gov/caregivers/review-and-submit in browser
2. Start axe browser scan
3. Verify "Form elements must have labels" is listed, associated with `<input id="errorable-text-input-13" name="vet-signature-input" type="text" value="">`
## Possible Fixes (optional)
### Current code
```diff
<article class="vads-u-background-color--gray-lightest vads-u-padding-bottom--6 vads-u-padding-x--1p5 vads-u-padding-top--1px vads-u-margin-bottom--7">
<header>
<h3>Veteran or service member statement of truth</h3>
<p>I certify that I give consent to the individual(s) named in this application to perform personal care services for me upon being approved as Primary and/or Secondary Caregiver(s) in the Program of Comprehensive Assistance for Family Caregivers. I have read and accept the<a target="_blank" rel="noopener noreferrer" class="vads-u-margin-left--0p5" href="https://www.va.gov/privacy-policy/">privacy policy</a>.</p>
</header>
- <label for="vet-signature-input">Enter Veteran's or service member's full name</label>
<div>
- <label for="errorable-text-input-13"></label>
- <input id="errorable-text-input-13" name="vet-signature-input" type="text" value="">
</div>
<div class="form-checkbox">
<input id="errorable-checkbox-14" type="checkbox">
<label name="undefined-label" for="errorable-checkbox-14">I certify the information above is correct and true to the best of my knowledge and belief.</label>
</div>
</article>
```
### Recommended code
```diff
<article class="vads-u-background-color--gray-lightest vads-u-padding-bottom--6 vads-u-padding-x--1p5 vads-u-padding-top--1px vads-u-margin-bottom--7">
<header>
<h3>Veteran or service member statement of truth</h3>
<p>I certify that I give consent to the individual(s) named in this application to perform personal care services for me upon being approved as Primary and/or Secondary Caregiver(s) in the Program of Comprehensive Assistance for Family Caregivers. I have read and accept the<a target="_blank" rel="noopener noreferrer" class="vads-u-margin-left--0p5" href="https://www.va.gov/privacy-policy/">privacy policy</a>.</p>
</header>
<div>
+ <label for="vet-signature-input">Enter Veteran's or service member's full name</label>
+ <input id="errorable-text-input-13" name="vet-signature-input" type="text" value="">
</div>
<div class="form-checkbox">
<input id="errorable-checkbox-14" type="checkbox">
<label name="undefined-label" for="errorable-checkbox-14">I certify the information above is correct and true to the best of my knowledge and belief.</label>
</div>
</article>
```
## WCAG or Vendor Guidance (optional)
* [1.3.1 Info and Relationships Level A](https://www.w3.org/WAI/WCAG21/quickref/#info-and-relationships)
* [W3C Labeling Controls](https://www.w3.org/WAI/tutorials/forms/labels/)
## Screenshots or Trace Logs

|
1.0
|
508-defect-1 ❗ Launchblocker [SEMANTIC MARKUP]: Form elements MUST be paired with labels - # [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)
**Feedback framework**
- **❗️ Must** for if the feedback must be applied
- **⚠️Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Description
The text input for the individual signatures **must** be paired with labels. In the code, the input must have a unique id attribute and the value must match the value of the for attribute of the associated label. This repeats for all signature inputs.
## Point of Contact
**VFS Point of Contact:** Jennifer
## Acceptance Criteria
As user, I want to understand the label associated with the input..
## Environment
* Operating System: all
* Browser: all
* Server destination: staging
## Steps to Recreate
1. Enter https://staging.va.gov/caregivers/review-and-submit in browser
2. Start axe browser scan
3. Verify "Form elements must have labels" is listed, associated with `<input id="errorable-text-input-13" name="vet-signature-input" type="text" value="">`
## Possible Fixes (optional)
### Current code
```diff
<article class="vads-u-background-color--gray-lightest vads-u-padding-bottom--6 vads-u-padding-x--1p5 vads-u-padding-top--1px vads-u-margin-bottom--7">
<header>
<h3>Veteran or service member statement of truth</h3>
<p>I certify that I give consent to the individual(s) named in this application to perform personal care services for me upon being approved as Primary and/or Secondary Caregiver(s) in the Program of Comprehensive Assistance for Family Caregivers. I have read and accept the<a target="_blank" rel="noopener noreferrer" class="vads-u-margin-left--0p5" href="https://www.va.gov/privacy-policy/">privacy policy</a>.</p>
</header>
- <label for="vet-signature-input">Enter Veteran's or service member's full name</label>
<div>
- <label for="errorable-text-input-13"></label>
- <input id="errorable-text-input-13" name="vet-signature-input" type="text" value="">
</div>
<div class="form-checkbox">
<input id="errorable-checkbox-14" type="checkbox">
<label name="undefined-label" for="errorable-checkbox-14">I certify the information above is correct and true to the best of my knowledge and belief.</label>
</div>
</article>
```
### Recommended code
```diff
<article class="vads-u-background-color--gray-lightest vads-u-padding-bottom--6 vads-u-padding-x--1p5 vads-u-padding-top--1px vads-u-margin-bottom--7">
<header>
<h3>Veteran or service member statement of truth</h3>
<p>I certify that I give consent to the individual(s) named in this application to perform personal care services for me upon being approved as Primary and/or Secondary Caregiver(s) in the Program of Comprehensive Assistance for Family Caregivers. I have read and accept the<a target="_blank" rel="noopener noreferrer" class="vads-u-margin-left--0p5" href="https://www.va.gov/privacy-policy/">privacy policy</a>.</p>
</header>
<div>
+ <label for="vet-signature-input">Enter Veteran's or service member's full name</label>
+ <input id="errorable-text-input-13" name="vet-signature-input" type="text" value="">
</div>
<div class="form-checkbox">
<input id="errorable-checkbox-14" type="checkbox">
<label name="undefined-label" for="errorable-checkbox-14">I certify the information above is correct and true to the best of my knowledge and belief.</label>
</div>
</article>
```
## WCAG or Vendor Guidance (optional)
* [1.3.1 Info and Relationships Level A](https://www.w3.org/WAI/WCAG21/quickref/#info-and-relationships)
* [W3C Labeling Controls](https://www.w3.org/WAI/tutorials/forms/labels/)
## Screenshots or Trace Logs

|
defect
|
defect ❗ launchblocker form elements must be paired with labels feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enhancements description the text input for the individual signatures must be paired with labels in the code the input must have a unique id attribute and the value must match the value of the for attribute of the associated label this repeats for all signature inputs point of contact vfs point of contact jennifer acceptance criteria as user i want to understand the label associated with the input environment operating system all browser all server destination staging steps to recreate enter in browser start axe browser scan verify form elements must have labels is listed associated with possible fixes optional current code diff veteran or service member statement of truth i certify that i give consent to the individual s named in this application to perform personal care services for me upon being approved as primary and or secondary caregiver s in the program of comprehensive assistance for family caregivers i have read and accept the enter veteran s or service member s full name i certify the information above is correct and true to the best of my knowledge and belief recommended code diff veteran or service member statement of truth i certify that i give consent to the individual s named in this application to perform personal care services for me upon being approved as primary and or secondary caregiver s in the program of comprehensive assistance for family caregivers i have read and accept the enter veteran s or service member s full name i certify the information above is correct and true to the best of my knowledge and belief wcag or vendor guidance optional screenshots or trace logs
| 1
|
41,171
| 10,322,516,240
|
IssuesEvent
|
2019-08-31 13:05:38
|
MacSysadmin/pymacadmin
|
https://api.github.com/repos/MacSysadmin/pymacadmin
|
closed
|
Installing things in crazy places!
|
Priority-Medium Type-Defect auto-migrated
|
_From @GoogleCodeExporter on May 20, 2015 16:39_
```
What is it doing putting crankd.py in /usr/local/stow/leafnode-1.11.8/sbin/ ?
This is very surprising!
pluto:~/src/pymacadmin dave% sudo ./install-crankd.sh
pluto:~/src/pymacadmin dave% /usr/local/sbin/crankd.py
Module directory /Users/dave/Library/Application Support/crankd does not exist:
Python handlers will need to use absolute pathnames
INFO: /Users/dave/Library/Preferences/com.googlecode.pymacadmin.crankd.plist
does not exist - initializing with an example configuration
Creating /Users/dave/Library/Preferences/com.googlecode.pymacadmin.crankd.plist
with default options for you to customize
/usr/local/stow/leafnode-1.11.8/sbin/crankd.py --list-events will list the
events you can monitor on this system
pluto:~/src/pymacadmin dave% less /usr/local/stow/leafnode-1.11.8/sbin/crankd.py
```
Original issue reported on code.google.com by `dave@boostpro.com` on 25 Sep 2011 at 4:46
_Copied from original issue: acdha/pymacadmin#6_
|
1.0
|
Installing things in crazy places! - _From @GoogleCodeExporter on May 20, 2015 16:39_
```
What is it doing putting crankd.py in /usr/local/stow/leafnode-1.11.8/sbin/ ?
This is very surprising!
pluto:~/src/pymacadmin dave% sudo ./install-crankd.sh
pluto:~/src/pymacadmin dave% /usr/local/sbin/crankd.py
Module directory /Users/dave/Library/Application Support/crankd does not exist:
Python handlers will need to use absolute pathnames
INFO: /Users/dave/Library/Preferences/com.googlecode.pymacadmin.crankd.plist
does not exist - initializing with an example configuration
Creating /Users/dave/Library/Preferences/com.googlecode.pymacadmin.crankd.plist
with default options for you to customize
/usr/local/stow/leafnode-1.11.8/sbin/crankd.py --list-events will list the
events you can monitor on this system
pluto:~/src/pymacadmin dave% less /usr/local/stow/leafnode-1.11.8/sbin/crankd.py
```
Original issue reported on code.google.com by `dave@boostpro.com` on 25 Sep 2011 at 4:46
_Copied from original issue: acdha/pymacadmin#6_
|
defect
|
installing things in crazy places from googlecodeexporter on may what is it doing putting crankd py in usr local stow leafnode sbin this is very surprising pluto src pymacadmin dave sudo install crankd sh pluto src pymacadmin dave usr local sbin crankd py module directory users dave library application support crankd does not exist python handlers will need to use absolute pathnames info users dave library preferences com googlecode pymacadmin crankd plist does not exist initializing with an example configuration creating users dave library preferences com googlecode pymacadmin crankd plist with default options for you to customize usr local stow leafnode sbin crankd py list events will list the events you can monitor on this system pluto src pymacadmin dave less usr local stow leafnode sbin crankd py original issue reported on code google com by dave boostpro com on sep at copied from original issue acdha pymacadmin
| 1
|
29,301
| 5,638,846,685
|
IssuesEvent
|
2017-04-06 13:03:20
|
cakephp/cakephp
|
https://api.github.com/repos/cakephp/cakephp
|
closed
|
Disabled checkboxes have disabled hidden fields
|
Defect Question
|
This is a (multiple allowed):
* [x] bug
* CakePHP Version: 3.4.3
### What you did
```
$this->Form->checkbox('x', ['disabled' => true, 'hiddenField' => 1, 'checked' => true])
```
### What happened
```html
<input type="hidden" name="x" disabled="disabled" value="1"/><input type="checkbox" name="x" value="1" disabled="disabled" checked="checked">
```
### What you expected to happen
The hidden field must no be disabled, otherwise it is quite useless :smile: (Browsers don't send disabled fields via POST). I want a checkbox that is disabled and checked, and is send via POST.
I currently don't see a reason why a disabled hidden field would make sense at all... It was introduced by adea104edbb6a703e117f3ab4bb2d7ed636fbbf9, but I' not quite sure why.
|
1.0
|
Disabled checkboxes have disabled hidden fields - This is a (multiple allowed):
* [x] bug
* CakePHP Version: 3.4.3
### What you did
```
$this->Form->checkbox('x', ['disabled' => true, 'hiddenField' => 1, 'checked' => true])
```
### What happened
```html
<input type="hidden" name="x" disabled="disabled" value="1"/><input type="checkbox" name="x" value="1" disabled="disabled" checked="checked">
```
### What you expected to happen
The hidden field must no be disabled, otherwise it is quite useless :smile: (Browsers don't send disabled fields via POST). I want a checkbox that is disabled and checked, and is send via POST.
I currently don't see a reason why a disabled hidden field would make sense at all... It was introduced by adea104edbb6a703e117f3ab4bb2d7ed636fbbf9, but I' not quite sure why.
|
defect
|
disabled checkboxes have disabled hidden fields this is a multiple allowed bug cakephp version what you did this form checkbox x what happened html what you expected to happen the hidden field must no be disabled otherwise it is quite useless smile browsers don t send disabled fields via post i want a checkbox that is disabled and checked and is send via post i currently don t see a reason why a disabled hidden field would make sense at all it was introduced by but i not quite sure why
| 1
|
150,931
| 19,634,221,718
|
IssuesEvent
|
2022-01-08 01:54:56
|
artsking/linux-5.12.9
|
https://api.github.com/repos/artsking/linux-5.12.9
|
opened
|
WS-2021-0439 (Medium) detected in linuxv5.12.10
|
security vulnerability
|
## WS-2021-0439 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.12.10</b></p></summary>
<p>
<p>Linux kernel stable tree</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git>https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/sound/isa/gus/gus_dma.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/sound/isa/gus/gus_dma.c</b>
</p>
</details>
<p></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>
In Linux/Kernel in versions v2.6.11-tree to v4.4.292, v4.5-rc1 to v4.9.290, v4.10-rc1 to v4.14.255, v4.15-rc1 to v4.19.217, v5.0-rc1 to v5.4.161;, v5.5-rc1 to v5.10.82, v5.10-rc1 to v5.14.21, v5.15-rc1--v5.15.4.
Is vulnerable to null pointer dereference on pointer block in sound/isa/gus/gus_dma.c
<p>Publish Date: 2021-11-29
<p>URL: <a href=https://github.com/gregkh/linux/commit/16721797dcef2c7c030ffe73a07f39a65f9323c3?diff=split>WS-2021-0439</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>5.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- 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://osv.dev/vulnerability/UVI-2021-1002332">https://osv.dev/vulnerability/UVI-2021-1002332</a></p>
<p>Release Date: 2021-11-29</p>
<p>Fix Resolution: Linux/Kernel - v4.4.293, v4.9.291, v4.14.256, v4.19.218, v5.4.162, v5.10.83, v5.15.5 </p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
WS-2021-0439 (Medium) detected in linuxv5.12.10 - ## WS-2021-0439 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.12.10</b></p></summary>
<p>
<p>Linux kernel stable tree</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git>https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/sound/isa/gus/gus_dma.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/sound/isa/gus/gus_dma.c</b>
</p>
</details>
<p></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>
In Linux/Kernel in versions v2.6.11-tree to v4.4.292, v4.5-rc1 to v4.9.290, v4.10-rc1 to v4.14.255, v4.15-rc1 to v4.19.217, v5.0-rc1 to v5.4.161;, v5.5-rc1 to v5.10.82, v5.10-rc1 to v5.14.21, v5.15-rc1--v5.15.4.
Is vulnerable to null pointer dereference on pointer block in sound/isa/gus/gus_dma.c
<p>Publish Date: 2021-11-29
<p>URL: <a href=https://github.com/gregkh/linux/commit/16721797dcef2c7c030ffe73a07f39a65f9323c3?diff=split>WS-2021-0439</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>5.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- 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://osv.dev/vulnerability/UVI-2021-1002332">https://osv.dev/vulnerability/UVI-2021-1002332</a></p>
<p>Release Date: 2021-11-29</p>
<p>Fix Resolution: Linux/Kernel - v4.4.293, v4.9.291, v4.14.256, v4.19.218, v5.4.162, v5.10.83, v5.15.5 </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
|
ws medium detected in ws medium severity vulnerability vulnerable library linux kernel stable tree library home page a href found in base branch master vulnerable source files sound isa gus gus dma c sound isa gus gus dma c vulnerability details in linux kernel in versions tree to to to to to to to is vulnerable to null pointer dereference on pointer block in sound isa gus gus dma c publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction none scope unchanged 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 linux kernel step up your open source security game with whitesource
| 0
|
32,769
| 6,925,500,034
|
IssuesEvent
|
2017-11-30 16:06:51
|
omniti-labs/mungo
|
https://api.github.com/repos/omniti-labs/mungo
|
closed
|
Need $Server->sub URLDecode.
|
P: Major R: fixed T: defect
|
**Reported by jesus on 1 Jan 1970 00:19 UTC**
```
sub URLDecode {
my $self = shift;
my $s = shift;
$s =~ s/%([a-fA-F0-9]{2})/chr(hex($1))/eg;
return $s;
}
```
|
1.0
|
Need $Server->sub URLDecode. - **Reported by jesus on 1 Jan 1970 00:19 UTC**
```
sub URLDecode {
my $self = shift;
my $s = shift;
$s =~ s/%([a-fA-F0-9]{2})/chr(hex($1))/eg;
return $s;
}
```
|
defect
|
need server sub urldecode reported by jesus on jan utc sub urldecode my self shift my s shift s s chr hex eg return s
| 1
|
66,997
| 20,797,584,110
|
IssuesEvent
|
2022-03-17 10:47:40
|
opencaching/opencaching-pl
|
https://api.github.com/repos/opencaching/opencaching-pl
|
opened
|
Editing cache description without configured reactivation rule leads to issue with sending form
|
Priority Medium Type Defect Component CacheEdit
|
Steps to reproduce
1. Go to cache description edit (for cache that reactivation rule is not set yet)
2. Set reactivation option that you choose
3. Try to send form
4. Sending is not possible because form is still asking for reactivation rule.

|
1.0
|
Editing cache description without configured reactivation rule leads to issue with sending form - Steps to reproduce
1. Go to cache description edit (for cache that reactivation rule is not set yet)
2. Set reactivation option that you choose
3. Try to send form
4. Sending is not possible because form is still asking for reactivation rule.

|
defect
|
editing cache description without configured reactivation rule leads to issue with sending form steps to reproduce go to cache description edit for cache that reactivation rule is not set yet set reactivation option that you choose try to send form sending is not possible because form is still asking for reactivation rule
| 1
|
5,633
| 2,610,192,302
|
IssuesEvent
|
2015-02-26 19:00:45
|
chrsmith/quchuseban
|
https://api.github.com/repos/chrsmith/quchuseban
|
opened
|
解读色斑的去除自制方法
|
auto-migrated Priority-Medium Type-Defect
|
```
《摘要》
今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色��
�满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相�
��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处
,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着��
�,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片�
��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞
奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自��
�的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑�
��话,也许我也会活的很自在!色斑的去除自制方法,
《客户案例》
有一句话怎么说来着,“十个女人九个斑”,可是走在��
�街上我也没有发现多少个女孩有斑啊,偏偏就我不幸,从小�
��在脸上长了挺多色斑,到现在我还是弄不明白为什么自己会
那么倒霉。爱美之心人皆有之,我想方设法寻找祛斑方法。��
�论是走到街上,还是看报纸,看电视,或是上网,我都会关�
��祛斑的方法。美容祛斑、激光祛斑、美白祛斑产品,我都看
到过无数广告了,也做过几次美容,还有一次激光,皮肤白��
�一点,我还高兴了好长一段时间呢。但是角质层变薄了,被�
��阳晒过没多久,色斑又出现了,而且比以前更多,色素沉着
更严重。我就再也不敢做美容或激光了,就连在美容院买的��
�膜我也很少用。<br>
去年冬天,我想在网上找一些祛斑的小偏方,在百度上��
�索祛斑产品的时候,简直让人眼花缭乱啊,太多了,一时间�
��也不知道应该选择哪个产品。我就在论坛上发了篇文章,关
于自己祛斑的艰难过程,也希望有祛斑经验的网友能给我一��
�指引。没几天,就有好多回复信息,各种各样的说法都有,�
��的很感谢这些朋友们。其中有两条信息引起我的注意,都是
说「黛芙薇尔精华液」的,她们都用过,而且效果非常好。��
�前我也在百度上搜到我,但是没太在意。网友的建议让我有�
��重新了解「黛芙薇尔精华液」的念头。<br>
我上了「黛芙薇尔精华液」主网站,了解到这公司各方��
�实力确实可以,而且这个产品卖了很多年效果反映普遍不错�
��而且还得知「黛芙薇尔精华液」是纯植物萃取精华,而且使
用纳米技术。经过专家的介绍和分析,让我对「黛芙薇尔精��
�液」有了很透彻的了解,我就决定使用了。<br>
一个月过去后,不瞒你说,我的皮肤真的变白了,色斑��
�化了,到公司的时候,同事们都说我是不是什么美容养颜的�
��西了呢。嘿嘿,东西确实是了,但是我要等彻底把色斑去除
后才告诉她们我的什么。所以,暂时保密了三个月。她们看��
�我皮肤一天天好转,惊讶极了呢。我呢,在心底偷着乐呢。�
��用完第三个周期之后,我脸上的斑点就差不多没有了,而且
皮肤好滋润。这会我才告诉她们,我使用了「黛芙薇尔精华��
�」。嘻嘻,真是一个让人激动又快乐的治疗过程,而且使用�
��间没有任何不舒服的感觉,还很方便,最重要的是效果出乎
意料的好。我现在再也不用去想那些头疼的事情了,关于祛��
�的消息我可以一笑而过喽。因为,我已经不再是一个“斑点�
��孩”,而是一个皮肤超好的白领喽!
阅读了色斑的去除自制方法,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
色斑的去除自制方法,同时为您分享祛斑小方法
生活中尽量“隔热”,夏日外出打太阳伞、戴遮阳帽,做完��
�后清洗面部和手臂,尤其注意清洗被热油溅到的部位,烫油�
��造成永久性的黄褐斑,对中老年人尤为重要,所以应立即用
凉水冲洗干净。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 5:24
|
1.0
|
解读色斑的去除自制方法 - ```
《摘要》
今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色��
�满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相�
��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处
,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着��
�,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片�
��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞
奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自��
�的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑�
��话,也许我也会活的很自在!色斑的去除自制方法,
《客户案例》
有一句话怎么说来着,“十个女人九个斑”,可是走在��
�街上我也没有发现多少个女孩有斑啊,偏偏就我不幸,从小�
��在脸上长了挺多色斑,到现在我还是弄不明白为什么自己会
那么倒霉。爱美之心人皆有之,我想方设法寻找祛斑方法。��
�论是走到街上,还是看报纸,看电视,或是上网,我都会关�
��祛斑的方法。美容祛斑、激光祛斑、美白祛斑产品,我都看
到过无数广告了,也做过几次美容,还有一次激光,皮肤白��
�一点,我还高兴了好长一段时间呢。但是角质层变薄了,被�
��阳晒过没多久,色斑又出现了,而且比以前更多,色素沉着
更严重。我就再也不敢做美容或激光了,就连在美容院买的��
�膜我也很少用。<br>
去年冬天,我想在网上找一些祛斑的小偏方,在百度上��
�索祛斑产品的时候,简直让人眼花缭乱啊,太多了,一时间�
��也不知道应该选择哪个产品。我就在论坛上发了篇文章,关
于自己祛斑的艰难过程,也希望有祛斑经验的网友能给我一��
�指引。没几天,就有好多回复信息,各种各样的说法都有,�
��的很感谢这些朋友们。其中有两条信息引起我的注意,都是
说「黛芙薇尔精华液」的,她们都用过,而且效果非常好。��
�前我也在百度上搜到我,但是没太在意。网友的建议让我有�
��重新了解「黛芙薇尔精华液」的念头。<br>
我上了「黛芙薇尔精华液」主网站,了解到这公司各方��
�实力确实可以,而且这个产品卖了很多年效果反映普遍不错�
��而且还得知「黛芙薇尔精华液」是纯植物萃取精华,而且使
用纳米技术。经过专家的介绍和分析,让我对「黛芙薇尔精��
�液」有了很透彻的了解,我就决定使用了。<br>
一个月过去后,不瞒你说,我的皮肤真的变白了,色斑��
�化了,到公司的时候,同事们都说我是不是什么美容养颜的�
��西了呢。嘿嘿,东西确实是了,但是我要等彻底把色斑去除
后才告诉她们我的什么。所以,暂时保密了三个月。她们看��
�我皮肤一天天好转,惊讶极了呢。我呢,在心底偷着乐呢。�
��用完第三个周期之后,我脸上的斑点就差不多没有了,而且
皮肤好滋润。这会我才告诉她们,我使用了「黛芙薇尔精华��
�」。嘻嘻,真是一个让人激动又快乐的治疗过程,而且使用�
��间没有任何不舒服的感觉,还很方便,最重要的是效果出乎
意料的好。我现在再也不用去想那些头疼的事情了,关于祛��
�的消息我可以一笑而过喽。因为,我已经不再是一个“斑点�
��孩”,而是一个皮肤超好的白领喽!
阅读了色斑的去除自制方法,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
色斑的去除自制方法,同时为您分享祛斑小方法
生活中尽量“隔热”,夏日外出打太阳伞、戴遮阳帽,做完��
�后清洗面部和手臂,尤其注意清洗被热油溅到的部位,烫油�
��造成永久性的黄褐斑,对中老年人尤为重要,所以应立即用
凉水冲洗干净。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 5:24
|
defect
|
解读色斑的去除自制方法 《摘要》 今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色�� �满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相� ��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处 ,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着�� �,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片� ��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞 奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自�� �的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑� ��话,也许我也会活的很自在!色斑的去除自制方法, 《客户案例》 有一句话怎么说来着,“十个女人九个斑”,可是走在�� �街上我也没有发现多少个女孩有斑啊,偏偏就我不幸,从小� ��在脸上长了挺多色斑,到现在我还是弄不明白为什么自己会 那么倒霉。爱美之心人皆有之,我想方设法寻找祛斑方法。�� �论是走到街上,还是看报纸,看电视,或是上网,我都会关� ��祛斑的方法。美容祛斑、激光祛斑、美白祛斑产品,我都看 到过无数广告了,也做过几次美容,还有一次激光,皮肤白�� �一点,我还高兴了好长一段时间呢。但是角质层变薄了,被� ��阳晒过没多久,色斑又出现了,而且比以前更多,色素沉着 更严重。我就再也不敢做美容或激光了,就连在美容院买的�� �膜我也很少用。 去年冬天,我想在网上找一些祛斑的小偏方,在百度上�� �索祛斑产品的时候,简直让人眼花缭乱啊,太多了,一时间� ��也不知道应该选择哪个产品。我就在论坛上发了篇文章,关 于自己祛斑的艰难过程,也希望有祛斑经验的网友能给我一�� �指引。没几天,就有好多回复信息,各种各样的说法都有,� ��的很感谢这些朋友们。其中有两条信息引起我的注意,都是 说「黛芙薇尔精华液」的,她们都用过,而且效果非常好。�� �前我也在百度上搜到我,但是没太在意。网友的建议让我有� ��重新了解「黛芙薇尔精华液」的念头。 我上了「黛芙薇尔精华液」主网站,了解到这公司各方�� �实力确实可以,而且这个产品卖了很多年效果反映普遍不错� ��而且还得知「黛芙薇尔精华液」是纯植物萃取精华,而且使 用纳米技术。经过专家的介绍和分析,让我对「黛芙薇尔精�� �液」有了很透彻的了解,我就决定使用了。 一个月过去后,不瞒你说,我的皮肤真的变白了,色斑�� �化了,到公司的时候,同事们都说我是不是什么美容养颜的� ��西了呢。嘿嘿,东西确实是了,但是我要等彻底把色斑去除 后才告诉她们我的什么。所以,暂时保密了三个月。她们看�� �我皮肤一天天好转,惊讶极了呢。我呢,在心底偷着乐呢。� ��用完第三个周期之后,我脸上的斑点就差不多没有了,而且 皮肤好滋润。这会我才告诉她们,我使用了「黛芙薇尔精华�� �」。嘻嘻,真是一个让人激动又快乐的治疗过程,而且使用� ��间没有任何不舒服的感觉,还很方便,最重要的是效果出乎 意料的好。我现在再也不用去想那些头疼的事情了,关于祛�� �的消息我可以一笑而过喽。因为,我已经不再是一个“斑点� ��孩”,而是一个皮肤超好的白领喽 阅读了色斑的去除自制方法,再看脸上容易长斑的原因: 《色斑形成原因》 内部因素 一、压力 当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。 二、荷尔蒙分泌失调 避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。 三、新陈代谢缓慢 肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。 四、错误的使用化妆品 使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。 外部因素 一、紫外线 照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。 二、不良的清洁习惯 因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。 三、遗传基因 父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》 黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗 答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来 ,服用黛芙薇尔美白,会伤身体吗 有副作用吗 答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖 ,去除黄褐斑之后,会反弹吗 答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗 ,你们的价格有点贵,能不能便宜一点 答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 ,我适合用黛芙薇尔精华液吗 答:黛芙薇尔适用人群: 、生理紊乱引起的黄褐斑人群 、生育引起的妊娠斑人群 、年纪增长引起的老年斑人群 、化妆品色素沉积、辐射斑人群 、长期日照引起的日晒斑人群 、肌肤暗淡急需美白的人群 《祛斑小方法》 色斑的去除自制方法,同时为您分享祛斑小方法 生活中尽量“隔热”,夏日外出打太阳伞、戴遮阳帽,做完�� �后清洗面部和手臂,尤其注意清洗被热油溅到的部位,烫油� ��造成永久性的黄褐斑,对中老年人尤为重要,所以应立即用 凉水冲洗干净。 original issue reported on code google com by additive gmail com on jul at
| 1
|
198,422
| 15,708,670,529
|
IssuesEvent
|
2021-03-26 20:57:23
|
drupalsaudi/saudi-distribution
|
https://api.github.com/repos/drupalsaudi/saudi-distribution
|
closed
|
للمساهمه في التوزيعه
|
documentation بحاجة رأي المجتمع
|
السلام عليكم ورحمة الله وبركاته
هذي بذره لحصر كل اللي نحتاجه حتى نسهل على المنضمين الجدد تحديد اللي يرغبون فيه
في التصميم =
1- تصميم المواقع :
بحاجه الى مبدعين لاضافة لمساتهم من ناحية تصميم الواجهه ولوحة التحكم ومبدعين في
UX لتحسين تجربة المستخدم
2- تصميم جرافكس :
بحاجة الى تصميم شعار وبنرات وبروشورات وايقونات خاصه بالتوزيعه
في المحتوى =
1- مسار التعليم :
بحاجه الى دروس وشروحات من تثبيت التوزيعه الى ادارتها ان كان صور ونص او شرح فيديو لاضافتها للويكي وتسهيل التعامل معها
2- مسار الترجمه :
بالامكان المساهمه في ترجمة التوزيعه هنا او من ضمن مجموعة ترجمة دروبال العربية
3- مسار اضافة المحتوى :
حاليا نحتاج الى اضافة محتوى للتوزيعه حتى يكون فيه مثال مباشر لها بعد تثبيت التوزيعه
كل اللي نحتاجه منكم دقايق بسيطه منكم بتضيف للمشروع الكثير اللي هو في النهاية مجاني مفتوح المصدر ومنكم ولكم
حتى الاقتراحات والاستفسارات مرحب بها
ملاحظه : المساهمه لا يشترط فيها الانظمام لفريق التطوير و التقيد والالتزام بشروط انجاز المهام مع حفظ حقوق المساهمين ومساهماتهم وعرضها في مكانها المناسب ونشرها للكل
|
1.0
|
للمساهمه في التوزيعه - السلام عليكم ورحمة الله وبركاته
هذي بذره لحصر كل اللي نحتاجه حتى نسهل على المنضمين الجدد تحديد اللي يرغبون فيه
في التصميم =
1- تصميم المواقع :
بحاجه الى مبدعين لاضافة لمساتهم من ناحية تصميم الواجهه ولوحة التحكم ومبدعين في
UX لتحسين تجربة المستخدم
2- تصميم جرافكس :
بحاجة الى تصميم شعار وبنرات وبروشورات وايقونات خاصه بالتوزيعه
في المحتوى =
1- مسار التعليم :
بحاجه الى دروس وشروحات من تثبيت التوزيعه الى ادارتها ان كان صور ونص او شرح فيديو لاضافتها للويكي وتسهيل التعامل معها
2- مسار الترجمه :
بالامكان المساهمه في ترجمة التوزيعه هنا او من ضمن مجموعة ترجمة دروبال العربية
3- مسار اضافة المحتوى :
حاليا نحتاج الى اضافة محتوى للتوزيعه حتى يكون فيه مثال مباشر لها بعد تثبيت التوزيعه
كل اللي نحتاجه منكم دقايق بسيطه منكم بتضيف للمشروع الكثير اللي هو في النهاية مجاني مفتوح المصدر ومنكم ولكم
حتى الاقتراحات والاستفسارات مرحب بها
ملاحظه : المساهمه لا يشترط فيها الانظمام لفريق التطوير و التقيد والالتزام بشروط انجاز المهام مع حفظ حقوق المساهمين ومساهماتهم وعرضها في مكانها المناسب ونشرها للكل
|
non_defect
|
للمساهمه في التوزيعه السلام عليكم ورحمة الله وبركاته هذي بذره لحصر كل اللي نحتاجه حتى نسهل على المنضمين الجدد تحديد اللي يرغبون فيه في التصميم تصميم المواقع بحاجه الى مبدعين لاضافة لمساتهم من ناحية تصميم الواجهه ولوحة التحكم ومبدعين في ux لتحسين تجربة المستخدم تصميم جرافكس بحاجة الى تصميم شعار وبنرات وبروشورات وايقونات خاصه بالتوزيعه في المحتوى مسار التعليم بحاجه الى دروس وشروحات من تثبيت التوزيعه الى ادارتها ان كان صور ونص او شرح فيديو لاضافتها للويكي وتسهيل التعامل معها مسار الترجمه بالامكان المساهمه في ترجمة التوزيعه هنا او من ضمن مجموعة ترجمة دروبال العربية مسار اضافة المحتوى حاليا نحتاج الى اضافة محتوى للتوزيعه حتى يكون فيه مثال مباشر لها بعد تثبيت التوزيعه كل اللي نحتاجه منكم دقايق بسيطه منكم بتضيف للمشروع الكثير اللي هو في النهاية مجاني مفتوح المصدر ومنكم ولكم حتى الاقتراحات والاستفسارات مرحب بها ملاحظه المساهمه لا يشترط فيها الانظمام لفريق التطوير و التقيد والالتزام بشروط انجاز المهام مع حفظ حقوق المساهمين ومساهماتهم وعرضها في مكانها المناسب ونشرها للكل
| 0
|
30,827
| 25,102,238,805
|
IssuesEvent
|
2022-11-08 14:23:14
|
twosixlabs/armory
|
https://api.github.com/repos/twosixlabs/armory
|
closed
|
discard yamllint from armory
|
infrastructure
|
In the commit hooks and CI jobs there is a yamllint invocation. I believe that was placed there to guard against silly mistakes in Github Actions, but I think we're past that being an issue with editor support and fewer working on infrastructure. The same goes for `environment.yml` and `mkdocs.yml` which are the only other yaml files in the repo. Moreover the current `yamllint` rejects some utterly valid syntax (e.g. multiline blocks) which requires silly rewriting and lint overrides.
Also, `yamllint` will not help us when we turn config.json into experiment.yaml, because syntactic validity is the smaller part of having a valid experiment. Better will be to use (for example) hyrda-zen to validate the experiment contents which indirectly validates the yaml syntax. See also #1618.
|
1.0
|
discard yamllint from armory - In the commit hooks and CI jobs there is a yamllint invocation. I believe that was placed there to guard against silly mistakes in Github Actions, but I think we're past that being an issue with editor support and fewer working on infrastructure. The same goes for `environment.yml` and `mkdocs.yml` which are the only other yaml files in the repo. Moreover the current `yamllint` rejects some utterly valid syntax (e.g. multiline blocks) which requires silly rewriting and lint overrides.
Also, `yamllint` will not help us when we turn config.json into experiment.yaml, because syntactic validity is the smaller part of having a valid experiment. Better will be to use (for example) hyrda-zen to validate the experiment contents which indirectly validates the yaml syntax. See also #1618.
|
non_defect
|
discard yamllint from armory in the commit hooks and ci jobs there is a yamllint invocation i believe that was placed there to guard against silly mistakes in github actions but i think we re past that being an issue with editor support and fewer working on infrastructure the same goes for environment yml and mkdocs yml which are the only other yaml files in the repo moreover the current yamllint rejects some utterly valid syntax e g multiline blocks which requires silly rewriting and lint overrides also yamllint will not help us when we turn config json into experiment yaml because syntactic validity is the smaller part of having a valid experiment better will be to use for example hyrda zen to validate the experiment contents which indirectly validates the yaml syntax see also
| 0
|
39,442
| 9,460,444,145
|
IssuesEvent
|
2019-04-17 10:59:30
|
primefaces/primeng
|
https://api.github.com/repos/primefaces/primeng
|
closed
|
input is repeated on Spinner
|
defect pending-review
|
<!--
- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING.
- IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours.
-->
**I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
```
**Plunkr Case (Bug Reports)**
Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed.
http://plnkr.co/edit/VZbdZfQ7SuTV87tTkbYR?p=preview
**Current behavior**
<!-- Describe how the bug manifests. -->
On spinner, When I input 123 with iphone, 123123 is inputted. And I test on chrome with IME-ON,
same probrem occurs. (I input 123 with IME-ON, And Press F10 to change single-byte character.)
**Expected behavior**
<!-- Describe what the behavior would be without the bug. -->
**Minimal reproduction of the problem with instructions**
<!--
If the current behavior is a bug or you can illustrate your feature request better with an example,
please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
-->
**What is the motivation / use case for changing the behavior?**
<!-- Describe the motivation or the concrete use case -->
**Please tell us about your environment:**
<!-- Operating system, IDE, package manager, HTTP server, ... -->
* **Angular version:** 4.0.0
<!-- Check whether this is still an issue in the most recent Angular version -->
* **PrimeNG version:** 4.0.0
<!-- Check whether this is still an issue in the most recent Angular version -->
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
<!-- All browsers where this could be reproduced -->
* **Language:** [all | TypeScript X.X | ES6/7 | ES5]
* **Node (for AoT issues):** `node --version` = 6.0.0
|
1.0
|
input is repeated on Spinner - <!--
- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING.
- IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours.
-->
**I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
```
**Plunkr Case (Bug Reports)**
Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed.
http://plnkr.co/edit/VZbdZfQ7SuTV87tTkbYR?p=preview
**Current behavior**
<!-- Describe how the bug manifests. -->
On spinner, When I input 123 with iphone, 123123 is inputted. And I test on chrome with IME-ON,
same probrem occurs. (I input 123 with IME-ON, And Press F10 to change single-byte character.)
**Expected behavior**
<!-- Describe what the behavior would be without the bug. -->
**Minimal reproduction of the problem with instructions**
<!--
If the current behavior is a bug or you can illustrate your feature request better with an example,
please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
-->
**What is the motivation / use case for changing the behavior?**
<!-- Describe the motivation or the concrete use case -->
**Please tell us about your environment:**
<!-- Operating system, IDE, package manager, HTTP server, ... -->
* **Angular version:** 4.0.0
<!-- Check whether this is still an issue in the most recent Angular version -->
* **PrimeNG version:** 4.0.0
<!-- Check whether this is still an issue in the most recent Angular version -->
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
<!-- All browsers where this could be reproduced -->
* **Language:** [all | TypeScript X.X | ES6/7 | ES5]
* **Node (for AoT issues):** `node --version` = 6.0.0
|
defect
|
input is repeated on spinner if you don t fill out the following information we might close your issue without investigating if you d like to secure our response you may consider primeng pro support where support is provided within hours i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see plunkr case bug reports please fork the plunkr below and create a case demonstrating your bug report issues without a plunkr have much less possibility to be reviewed current behavior on spinner when i input with iphone is inputted and i test on chrome with ime on same probrem occurs i input with ime on and press to change single byte character expected behavior minimal reproduction of the problem with instructions if the current behavior is a bug or you can illustrate your feature request better with an example please provide the steps to reproduce and if possible a minimal demo of the problem via or similar you can use this template as a starting point what is the motivation use case for changing the behavior please tell us about your environment angular version primeng version browser language node for aot issues node version
| 1
|
51,452
| 13,207,491,732
|
IssuesEvent
|
2020-08-14 23:18:39
|
icecube-trac/tix4
|
https://api.github.com/repos/icecube-trac/tix4
|
opened
|
GCD generation warning/error (Trac #452)
|
I3Db Incomplete Migration Migrated from Trac defect
|
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/452">https://code.icecube.wisc.edu/projects/icecube/ticket/452</a>, reported by ofadiranand owned by kohnen</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2013-05-02T12:00:58",
"_ts": "1367496058000000",
"description": "Hi Georges, I'm getting the following warning from the I3Db project when I try to generate GCD files:\n\n========= /net/user/i3filter/IC86_OfflineProcessing/icerec/IC2012-L2_V12-09-00_dev/I3Db/private/I3Db/I3DbDetectorStatusService.cxx:247: WARN : I3DbDetectorStatus:GetDetectorStatus-GetRunSummary:Change=01;Run=00120900;DomConfId=00000841;TriggerConfigId=00001211; =========\n\nThis error only results from using the latest release of the project V12-08-00. I was trying to generate a GCD file for an IC86 run 118772 taken on 2011-10-10 and the warning suggests it is picking a DetectorStatus? config for a wrong run number. I looked into the created GCD file and found a \"StartTime?\" of sometime in 2012 in the D frame. The 120900 reported in the warning message is a run taken yesterday so it looks like it is reporting the latest run in the DB.\n\nThe I3Db release V12-06-00 used for IC86_1 production does not have this problem. There seems to be a mismatch between the latest release and the DB entries. Chris W. has also seen similar problems but I think related to the Geometry frame, he is copied in this mail and I'll let him explain the situation properly. The issues may be linked and this may help with your effort at a fix.\n\nThanks for looking into this.",
"reporter": "ofadiran",
"cc": "",
"resolution": "fixed",
"time": "2012-11-26T22:43:04",
"component": "I3Db",
"summary": "GCD generation warning/error",
"priority": "blocker",
"keywords": "",
"milestone": "",
"owner": "kohnen",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
GCD generation warning/error (Trac #452) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/452">https://code.icecube.wisc.edu/projects/icecube/ticket/452</a>, reported by ofadiranand owned by kohnen</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2013-05-02T12:00:58",
"_ts": "1367496058000000",
"description": "Hi Georges, I'm getting the following warning from the I3Db project when I try to generate GCD files:\n\n========= /net/user/i3filter/IC86_OfflineProcessing/icerec/IC2012-L2_V12-09-00_dev/I3Db/private/I3Db/I3DbDetectorStatusService.cxx:247: WARN : I3DbDetectorStatus:GetDetectorStatus-GetRunSummary:Change=01;Run=00120900;DomConfId=00000841;TriggerConfigId=00001211; =========\n\nThis error only results from using the latest release of the project V12-08-00. I was trying to generate a GCD file for an IC86 run 118772 taken on 2011-10-10 and the warning suggests it is picking a DetectorStatus? config for a wrong run number. I looked into the created GCD file and found a \"StartTime?\" of sometime in 2012 in the D frame. The 120900 reported in the warning message is a run taken yesterday so it looks like it is reporting the latest run in the DB.\n\nThe I3Db release V12-06-00 used for IC86_1 production does not have this problem. There seems to be a mismatch between the latest release and the DB entries. Chris W. has also seen similar problems but I think related to the Geometry frame, he is copied in this mail and I'll let him explain the situation properly. The issues may be linked and this may help with your effort at a fix.\n\nThanks for looking into this.",
"reporter": "ofadiran",
"cc": "",
"resolution": "fixed",
"time": "2012-11-26T22:43:04",
"component": "I3Db",
"summary": "GCD generation warning/error",
"priority": "blocker",
"keywords": "",
"milestone": "",
"owner": "kohnen",
"type": "defect"
}
```
</p>
</details>
|
defect
|
gcd generation warning error trac migrated from json status closed changetime ts description hi georges i m getting the following warning from the project when i try to generate gcd files n n net user offlineprocessing icerec dev private cxx warn getdetectorstatus getrunsummary change run domconfid triggerconfigid n nthis error only results from using the latest release of the project i was trying to generate a gcd file for an run taken on and the warning suggests it is picking a detectorstatus config for a wrong run number i looked into the created gcd file and found a starttime of sometime in in the d frame the reported in the warning message is a run taken yesterday so it looks like it is reporting the latest run in the db n nthe release used for production does not have this problem there seems to be a mismatch between the latest release and the db entries chris w has also seen similar problems but i think related to the geometry frame he is copied in this mail and i ll let him explain the situation properly the issues may be linked and this may help with your effort at a fix n nthanks for looking into this reporter ofadiran cc resolution fixed time component summary gcd generation warning error priority blocker keywords milestone owner kohnen type defect
| 1
|
52,302
| 13,222,343,922
|
IssuesEvent
|
2020-08-17 15:23:26
|
snowplow/snowplow-javascript-tracker
|
https://api.github.com/repos/snowplow/snowplow-javascript-tracker
|
closed
|
Change initial page ping to fire at minimum visit length when less than heart beat delay.
|
category:browser priority:medium type:defect
|
When the minimum visit length delay is set to smaller than heat beat delay, the first page ping doesn't fire.
For example:
snowplow_name_here('enableActivityTracking', 5, 20), won't trigger a page ping after 5 second, only the rest 20s will.
|
1.0
|
Change initial page ping to fire at minimum visit length when less than heart beat delay. - When the minimum visit length delay is set to smaller than heat beat delay, the first page ping doesn't fire.
For example:
snowplow_name_here('enableActivityTracking', 5, 20), won't trigger a page ping after 5 second, only the rest 20s will.
|
defect
|
change initial page ping to fire at minimum visit length when less than heart beat delay when the minimum visit length delay is set to smaller than heat beat delay the first page ping doesn t fire for example snowplow name here enableactivitytracking won t trigger a page ping after second only the rest will
| 1
|
424,087
| 29,044,242,676
|
IssuesEvent
|
2023-05-13 10:49:11
|
noemichis/out-n-about-sligo
|
https://api.github.com/repos/noemichis/out-n-about-sligo
|
closed
|
TASK : Wireframe
|
documentation
|
**Acceptance criteria**
- Good representation of HTML elements.
**Subtasks**
- [x] Wireframe for Desktop.
- [x] Wireframe for Mobile.
- [x] Landing page, Content page.
|
1.0
|
TASK : Wireframe - **Acceptance criteria**
- Good representation of HTML elements.
**Subtasks**
- [x] Wireframe for Desktop.
- [x] Wireframe for Mobile.
- [x] Landing page, Content page.
|
non_defect
|
task wireframe acceptance criteria good representation of html elements subtasks wireframe for desktop wireframe for mobile landing page content page
| 0
|
77,396
| 26,965,293,950
|
IssuesEvent
|
2023-02-08 21:46:23
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
opened
|
Favourites metaspace keeps showing unread notification for room that's not a favourite
|
T-Defect
|
### Steps to reproduce
1. Where are you starting? What can you see?
2. What do you click?
3. More steps…
### Outcome
#### What did you expect?
#### What happened instead?
### Operating system
_No response_
### Browser information
_No response_
### URL for webapp
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
Yes
|
1.0
|
Favourites metaspace keeps showing unread notification for room that's not a favourite - ### Steps to reproduce
1. Where are you starting? What can you see?
2. What do you click?
3. More steps…
### Outcome
#### What did you expect?
#### What happened instead?
### Operating system
_No response_
### Browser information
_No response_
### URL for webapp
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
Yes
|
defect
|
favourites metaspace keeps showing unread notification for room that s not a favourite steps to reproduce where are you starting what can you see what do you click more steps… outcome what did you expect what happened instead operating system no response browser information no response url for webapp no response application version no response homeserver no response will you send logs yes
| 1
|
53,229
| 13,261,218,650
|
IssuesEvent
|
2020-08-20 19:29:54
|
icecube-trac/tix4
|
https://api.github.com/repos/icecube-trac/tix4
|
closed
|
Making release of Cascade L3 filter for 2014 (Trac #1009)
|
Migrated from Trac cmake defect
|
Cascade L3 filter has been adapted to processing 2014 data. Yiqian from Cascade group has test-run the script on one run of 2014 data and compare it with a run from the same date of 2013. Cascade level3 and level2 rates are consistent between these two runs and cascade level3 cutting variables' shapes are consistent as well. We are requesting to make a release of the script which is currently in cascade level3 filter's trunk (http://code.icecube.wisc.edu/svn/projects/level3-filter-cascade/trunk/) So that the processing of 2014 data can start as soon as possible.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1009">https://code.icecube.wisc.edu/projects/icecube/ticket/1009</a>, reported by icecube</summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-06-04T16:40:54",
"_ts": "1433436054027599",
"description": "Cascade L3 filter has been adapted to processing 2014 data. Yiqian from Cascade group has test-run the script on one run of 2014 data and compare it with a run from the same date of 2013. Cascade level3 and level2 rates are consistent between these two runs and cascade level3 cutting variables' shapes are consistent as well. We are requesting to make a release of the script which is currently in cascade level3 filter's trunk (http://code.icecube.wisc.edu/svn/projects/level3-filter-cascade/trunk/) So that the processing of 2014 data can start as soon as possible. ",
"reporter": "icecube",
"cc": "",
"resolution": "fixed",
"time": "2015-06-02T00:46:47",
"component": "cmake",
"summary": "Making release of Cascade L3 filter for 2014",
"priority": "blocker",
"keywords": "",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
Making release of Cascade L3 filter for 2014 (Trac #1009) - Cascade L3 filter has been adapted to processing 2014 data. Yiqian from Cascade group has test-run the script on one run of 2014 data and compare it with a run from the same date of 2013. Cascade level3 and level2 rates are consistent between these two runs and cascade level3 cutting variables' shapes are consistent as well. We are requesting to make a release of the script which is currently in cascade level3 filter's trunk (http://code.icecube.wisc.edu/svn/projects/level3-filter-cascade/trunk/) So that the processing of 2014 data can start as soon as possible.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1009">https://code.icecube.wisc.edu/projects/icecube/ticket/1009</a>, reported by icecube</summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-06-04T16:40:54",
"_ts": "1433436054027599",
"description": "Cascade L3 filter has been adapted to processing 2014 data. Yiqian from Cascade group has test-run the script on one run of 2014 data and compare it with a run from the same date of 2013. Cascade level3 and level2 rates are consistent between these two runs and cascade level3 cutting variables' shapes are consistent as well. We are requesting to make a release of the script which is currently in cascade level3 filter's trunk (http://code.icecube.wisc.edu/svn/projects/level3-filter-cascade/trunk/) So that the processing of 2014 data can start as soon as possible. ",
"reporter": "icecube",
"cc": "",
"resolution": "fixed",
"time": "2015-06-02T00:46:47",
"component": "cmake",
"summary": "Making release of Cascade L3 filter for 2014",
"priority": "blocker",
"keywords": "",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
|
defect
|
making release of cascade filter for trac cascade filter has been adapted to processing data yiqian from cascade group has test run the script on one run of data and compare it with a run from the same date of cascade and rates are consistent between these two runs and cascade cutting variables shapes are consistent as well we are requesting to make a release of the script which is currently in cascade filter s trunk so that the processing of data can start as soon as possible migrated from json status closed changetime ts description cascade filter has been adapted to processing data yiqian from cascade group has test run the script on one run of data and compare it with a run from the same date of cascade and rates are consistent between these two runs and cascade cutting variables shapes are consistent as well we are requesting to make a release of the script which is currently in cascade filter s trunk so that the processing of data can start as soon as possible reporter icecube cc resolution fixed time component cmake summary making release of cascade filter for priority blocker keywords milestone owner type defect
| 1
|
555
| 2,566,982,313
|
IssuesEvent
|
2015-02-09 01:51:26
|
cakephp/cakephp
|
https://api.github.com/repos/cakephp/cakephp
|
closed
|
3.0 - Problem when generating fixture with an I18n table
|
Defect
|
Hello,
I think the screen say all :

I think Cake must add an exception in `Inflector::pluralize()` for all tables who are finished by `I18n`.
|
1.0
|
3.0 - Problem when generating fixture with an I18n table - Hello,
I think the screen say all :

I think Cake must add an exception in `Inflector::pluralize()` for all tables who are finished by `I18n`.
|
defect
|
problem when generating fixture with an table hello i think the screen say all i think cake must add an exception in inflector pluralize for all tables who are finished by
| 1
|
349,346
| 10,467,802,018
|
IssuesEvent
|
2019-09-22 08:47:30
|
8bitPit/Niagara-Issues
|
https://api.github.com/repos/8bitPit/Niagara-Issues
|
closed
|
Feature Request: Gesture Bar
|
enhancement low priority not in 2020
|
As I wrote in #2:
> Here's an idea for how to solve the lack of possible one hand gestures: instead of totally hiding the nav bar you could replace it with either a bar of buttons for different actions, or a gesture based bar for different actions aka Pie's gestures, so a simple pill at the bottom of the screen, tapping it could bring up app search.
Pulling right, up, double press and long press could be user - defined, and could be use to launch apps, open notif shade, open recent apps, etc.
From #63:
> Could have screen lock as either a double tap / long-press option, or as a dedicated button at the side of the bar alá Pie's rotation lock icon.
|
1.0
|
Feature Request: Gesture Bar - As I wrote in #2:
> Here's an idea for how to solve the lack of possible one hand gestures: instead of totally hiding the nav bar you could replace it with either a bar of buttons for different actions, or a gesture based bar for different actions aka Pie's gestures, so a simple pill at the bottom of the screen, tapping it could bring up app search.
Pulling right, up, double press and long press could be user - defined, and could be use to launch apps, open notif shade, open recent apps, etc.
From #63:
> Could have screen lock as either a double tap / long-press option, or as a dedicated button at the side of the bar alá Pie's rotation lock icon.
|
non_defect
|
feature request gesture bar as i wrote in here s an idea for how to solve the lack of possible one hand gestures instead of totally hiding the nav bar you could replace it with either a bar of buttons for different actions or a gesture based bar for different actions aka pie s gestures so a simple pill at the bottom of the screen tapping it could bring up app search pulling right up double press and long press could be user defined and could be use to launch apps open notif shade open recent apps etc from could have screen lock as either a double tap long press option or as a dedicated button at the side of the bar alá pie s rotation lock icon
| 0
|
34,438
| 7,451,510,436
|
IssuesEvent
|
2018-03-29 03:24:39
|
kerdokullamae/test_koik_issued
|
https://api.github.com/repos/kerdokullamae/test_koik_issued
|
closed
|
Kohtade lehitsemises avada otsitav tase
|
C: AIS P: highest R: fixed T: defect
|
**Reported by katrin vesterblom on 8 Apr 2013 09:04 UTC**
aadress rahvusarhiiv.tietotest.ee .
Lehitsen loendit "Kohad". Kui panen peale mingi filtri, siis tulemuses ei avane edasi jaotus "Eesti 1991...". Kõik muud tulevad, (tõsi, veidi aeglaselt küll).
Katsetasin "abja", "otepää", "paluoja", "argentina", "saare".
Esialgu arvasin, et "eesti 1991.." ei avane siis, kui ta on loetelus viimane, aga "saare" näite puhul selgus, et kui "välismaa" on viimane, siis tema avaneb. Ilmselt siis ikkagi mingi probleem "eesti 1991..."-ga?
|
1.0
|
Kohtade lehitsemises avada otsitav tase - **Reported by katrin vesterblom on 8 Apr 2013 09:04 UTC**
aadress rahvusarhiiv.tietotest.ee .
Lehitsen loendit "Kohad". Kui panen peale mingi filtri, siis tulemuses ei avane edasi jaotus "Eesti 1991...". Kõik muud tulevad, (tõsi, veidi aeglaselt küll).
Katsetasin "abja", "otepää", "paluoja", "argentina", "saare".
Esialgu arvasin, et "eesti 1991.." ei avane siis, kui ta on loetelus viimane, aga "saare" näite puhul selgus, et kui "välismaa" on viimane, siis tema avaneb. Ilmselt siis ikkagi mingi probleem "eesti 1991..."-ga?
|
defect
|
kohtade lehitsemises avada otsitav tase reported by katrin vesterblom on apr utc aadress rahvusarhiiv tietotest ee lehitsen loendit kohad kui panen peale mingi filtri siis tulemuses ei avane edasi jaotus eesti kõik muud tulevad tõsi veidi aeglaselt küll katsetasin abja otepää paluoja argentina saare esialgu arvasin et eesti ei avane siis kui ta on loetelus viimane aga saare näite puhul selgus et kui välismaa on viimane siis tema avaneb ilmselt siis ikkagi mingi probleem eesti ga
| 1
|
529,067
| 15,379,862,779
|
IssuesEvent
|
2021-03-02 20:15:57
|
publiclab/community-toolbox
|
https://api.github.com/repos/publiclab/community-toolbox
|
closed
|
migrate from Travis CI to Github Actions for automated tests
|
priority
|
We need to migrate from Travis CI to Github Actions and get those checks and tests running again! Just like we did here:
https://github.com/publiclab/leaflet-environmental-layers/pull/503
|
1.0
|
migrate from Travis CI to Github Actions for automated tests - We need to migrate from Travis CI to Github Actions and get those checks and tests running again! Just like we did here:
https://github.com/publiclab/leaflet-environmental-layers/pull/503
|
non_defect
|
migrate from travis ci to github actions for automated tests we need to migrate from travis ci to github actions and get those checks and tests running again just like we did here
| 0
|
284,303
| 8,737,242,564
|
IssuesEvent
|
2018-12-11 21:57:31
|
aowen87/TicketTester
|
https://api.github.com/repos/aowen87/TicketTester
|
closed
|
We need to switch the building of the chaos 4 version for the LLNL Collaboration Zone (CZ) from atlas to prism.
|
enhancement priority reviewed
|
Atlas has been retired, so we need to build the chaos 4 version for the CZ on another machine. Prism is probably the next best system to do that on.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1142
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Urgent
Subject: We need to switch the building of the chaos 4 version for the LLNL Collaboration Zone (CZ) from atlas to prism.
Assigned to: Eric Brugger
Category:
Target version: 2.5.2
Author: Eric Brugger
Start: 07/30/2012
Due date:
% Done: 100
Estimated time: 2.0
Created: 07/30/2012 02:29 pm
Updated: 07/31/2012 02:31 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Atlas has been retired, so we need to build the chaos 4 version for the CZ on another machine. Prism is probably the next best system to do that on.
Comments:
I committed revisions 18891 and 18893 to the 2.5 RC and trunk with thefollowing change:1) I replaced atlas with prism for building a chaos 4 version of visit. This resolves #1142.D configsite/atlas576.cmakeD configsite/atlas608.cmakeA configsite/prism0.cmakeA configsite/prism1.cmakeM svn_bin/visitbuildopenM svn_bin/visitinstallopen
|
1.0
|
We need to switch the building of the chaos 4 version for the LLNL Collaboration Zone (CZ) from atlas to prism. - Atlas has been retired, so we need to build the chaos 4 version for the CZ on another machine. Prism is probably the next best system to do that on.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1142
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Urgent
Subject: We need to switch the building of the chaos 4 version for the LLNL Collaboration Zone (CZ) from atlas to prism.
Assigned to: Eric Brugger
Category:
Target version: 2.5.2
Author: Eric Brugger
Start: 07/30/2012
Due date:
% Done: 100
Estimated time: 2.0
Created: 07/30/2012 02:29 pm
Updated: 07/31/2012 02:31 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Atlas has been retired, so we need to build the chaos 4 version for the CZ on another machine. Prism is probably the next best system to do that on.
Comments:
I committed revisions 18891 and 18893 to the 2.5 RC and trunk with thefollowing change:1) I replaced atlas with prism for building a chaos 4 version of visit. This resolves #1142.D configsite/atlas576.cmakeD configsite/atlas608.cmakeA configsite/prism0.cmakeA configsite/prism1.cmakeM svn_bin/visitbuildopenM svn_bin/visitinstallopen
|
non_defect
|
we need to switch the building of the chaos version for the llnl collaboration zone cz from atlas to prism atlas has been retired so we need to build the chaos version for the cz on another machine prism is probably the next best system to do that on redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker feature priority urgent subject we need to switch the building of the chaos version for the llnl collaboration zone cz from atlas to prism assigned to eric brugger category target version author eric brugger start due date done estimated time created pm updated pm likelihood severity found in version impact medium expected use occasional os all support group any description atlas has been retired so we need to build the chaos version for the cz on another machine prism is probably the next best system to do that on comments i committed revisions and to the rc and trunk with thefollowing change i replaced atlas with prism for building a chaos version of visit this resolves d configsite cmaked configsite cmakea configsite cmakea configsite cmakem svn bin visitbuildopenm svn bin visitinstallopen
| 0
|
50,115
| 13,187,330,524
|
IssuesEvent
|
2020-08-13 03:04:13
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
closed
|
reclaiming signals from root reduxduxdux (Trac #138)
|
IceTray Migrated from Trac defect
|
do so in a singleton that first calls some function of ROOT's
that will guarantee that its signal handling has been installed
already.
<details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/138
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:56",
"description": "do so in a singleton that first calls some function of ROOT's \nthat will guarantee that its signal handling has been installed\nalready.",
"reporter": "troy",
"cc": "",
"resolution": "fixed",
"_ts": "1416713876900096",
"component": "IceTray",
"summary": "reclaiming signals from root reduxduxdux",
"priority": "normal",
"keywords": "",
"time": "2008-10-02T16:35:32",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
reclaiming signals from root reduxduxdux (Trac #138) - do so in a singleton that first calls some function of ROOT's
that will guarantee that its signal handling has been installed
already.
<details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/138
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:56",
"description": "do so in a singleton that first calls some function of ROOT's \nthat will guarantee that its signal handling has been installed\nalready.",
"reporter": "troy",
"cc": "",
"resolution": "fixed",
"_ts": "1416713876900096",
"component": "IceTray",
"summary": "reclaiming signals from root reduxduxdux",
"priority": "normal",
"keywords": "",
"time": "2008-10-02T16:35:32",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
|
defect
|
reclaiming signals from root reduxduxdux trac do so in a singleton that first calls some function of root s that will guarantee that its signal handling has been installed already migrated from reported by troy and owned by troy json status closed changetime description do so in a singleton that first calls some function of root s nthat will guarantee that its signal handling has been installed nalready reporter troy cc resolution fixed ts component icetray summary reclaiming signals from root reduxduxdux priority normal keywords time milestone owner troy type defect
| 1
|
20
| 2,492,126,420
|
IssuesEvent
|
2015-01-04 13:25:35
|
openlvc/portico
|
https://api.github.com/repos/openlvc/portico
|
opened
|
Portico 1516e always uses DoubleTime, even when user requests integer time
|
defect
|
Summary
--------------
The guts of the problem here is that the 1516e (and 1516 for that matter) specification is completely, utterly, irrevocably broken. Designed to support edge cases present in the 0.001% of situations, they have made everybody pay through the introduction of an API that is even more convoluted, abstract and entirely impenetrable than one could imagine. It takes a special sort of genius to come up with something this bad. </rant>
The current implementation of 1516e will internally always use `DoubleTime`, equating to the standard `HLAfloat64Time` type. Users can specify the name of their time type in the create federation call, and currently Portico just checks that its one of the standard types, but then goes ahead and uses the 64-bit float version internally.
You can see this in the implementation of `RTIambassadorgetTimeFactory()`:
```java
public LogicalTimeFactory getTimeFactory() throws FederateNotExecutionMember, NotConnected
{
return new DoubleTimeFactory();
}
```
This should be updated so that it at least works with the `HLAinteger64Time`-based types as well.
h3. Environment and Logs
----
- Portico 2.0.1
- `ieee1516e` Java
h3. Reproduction Steps
----
N/A
|
1.0
|
Portico 1516e always uses DoubleTime, even when user requests integer time - Summary
--------------
The guts of the problem here is that the 1516e (and 1516 for that matter) specification is completely, utterly, irrevocably broken. Designed to support edge cases present in the 0.001% of situations, they have made everybody pay through the introduction of an API that is even more convoluted, abstract and entirely impenetrable than one could imagine. It takes a special sort of genius to come up with something this bad. </rant>
The current implementation of 1516e will internally always use `DoubleTime`, equating to the standard `HLAfloat64Time` type. Users can specify the name of their time type in the create federation call, and currently Portico just checks that its one of the standard types, but then goes ahead and uses the 64-bit float version internally.
You can see this in the implementation of `RTIambassadorgetTimeFactory()`:
```java
public LogicalTimeFactory getTimeFactory() throws FederateNotExecutionMember, NotConnected
{
return new DoubleTimeFactory();
}
```
This should be updated so that it at least works with the `HLAinteger64Time`-based types as well.
h3. Environment and Logs
----
- Portico 2.0.1
- `ieee1516e` Java
h3. Reproduction Steps
----
N/A
|
defect
|
portico always uses doubletime even when user requests integer time summary the guts of the problem here is that the and for that matter specification is completely utterly irrevocably broken designed to support edge cases present in the of situations they have made everybody pay through the introduction of an api that is even more convoluted abstract and entirely impenetrable than one could imagine it takes a special sort of genius to come up with something this bad the current implementation of will internally always use doubletime equating to the standard type users can specify the name of their time type in the create federation call and currently portico just checks that its one of the standard types but then goes ahead and uses the bit float version internally you can see this in the implementation of rtiambassadorgettimefactory java public logicaltimefactory gettimefactory throws federatenotexecutionmember notconnected return new doubletimefactory this should be updated so that it at least works with the based types as well environment and logs portico java reproduction steps n a
| 1
|
6,138
| 2,610,221,883
|
IssuesEvent
|
2015-02-26 19:10:23
|
chrsmith/somefinders
|
https://api.github.com/repos/chrsmith/somefinders
|
opened
|
msidcrl40 dll для gta 4
|
auto-migrated Priority-Medium Type-Defect
|
```
'''Гелеон Симонов'''
День добрый никак не могу найти .msidcrl40 dll для
gta 4. как то выкладывали уже
'''Варфоломей Александров'''
Вот хороший сайт где можно скачать
http://bit.ly/1b4gLOq
'''Авксентий Мамонтов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Герасим Шубин'''
Неа все ок у меня ничего не списало
'''Гектор Родионов'''
Не это не влияет на баланс
Информация о файле: msidcrl40 dll для gta 4
Загружен: В этом месяце
Скачан раз: 793
Рейтинг: 480
Средняя скорость скачивания: 1299
Похожих файлов: 38
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 2:25
|
1.0
|
msidcrl40 dll для gta 4 - ```
'''Гелеон Симонов'''
День добрый никак не могу найти .msidcrl40 dll для
gta 4. как то выкладывали уже
'''Варфоломей Александров'''
Вот хороший сайт где можно скачать
http://bit.ly/1b4gLOq
'''Авксентий Мамонтов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Герасим Шубин'''
Неа все ок у меня ничего не списало
'''Гектор Родионов'''
Не это не влияет на баланс
Информация о файле: msidcrl40 dll для gta 4
Загружен: В этом месяце
Скачан раз: 793
Рейтинг: 480
Средняя скорость скачивания: 1299
Похожих файлов: 38
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 2:25
|
defect
|
dll для gta гелеон симонов день добрый никак не могу найти dll для gta как то выкладывали уже варфоломей александров вот хороший сайт где можно скачать авксентий мамонтов просит ввести номер мобилы не опасно ли это герасим шубин неа все ок у меня ничего не списало гектор родионов не это не влияет на баланс информация о файле dll для gta загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
| 1
|
56,204
| 14,978,646,906
|
IssuesEvent
|
2021-01-28 11:06:44
|
primefaces/primereact
|
https://api.github.com/repos/primefaces/primereact
|
closed
|
Cascade Select material theming is inconsistent
|
defect
|
Material select theming does not fully apply to CascadeSelect
|
1.0
|
Cascade Select material theming is inconsistent - Material select theming does not fully apply to CascadeSelect
|
defect
|
cascade select material theming is inconsistent material select theming does not fully apply to cascadeselect
| 1
|
785,349
| 27,610,260,984
|
IssuesEvent
|
2023-03-09 15:32:30
|
kubernetes/ingress-nginx
|
https://api.github.com/repos/kubernetes/ingress-nginx
|
reopened
|
Real IP not forwarded, tcp-services, metallb
|
kind/support needs-triage needs-priority
|
**Environment**:
```
OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
Ubuntu 20.04.4 LTS 5.4.0-135-generic docker://20.10.14
```
Metallb: image: quay.io/metallb/controller:v0.12.1
** NIC:
```
labels:
app.kubernetes.io/component: controller
app.kubernetes.io/instance: nginx-ingress-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/version: 1.6.4
helm.sh/chart: ingress-nginx-4.5.2
```
** Installation:
NIC:
```
helm upgrade --install nginx-ingress-test ingress-nginx/ingress-nginx -n todetest \
--set controller.kind=DaemonSet \
--set controller.ingressClassResource.name=nginx-test \
--set controller.ingressClass=nginx-test \
--set controller.ingressClassResource.enabled=true \
--set controller.ingressClassResource.controllerValue="k8s.io/ingress-nginx-test" \
--set controller.ingressClassByName=true \
--set controller.service.loadBalancerIP=10.92.3.42 \
--set controller.service.externalTrafficPolicy=Local \
--set tcp.8080="todetest/clusterip:8080"
```
TESTAPP:
```
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4 -n todetest
kubectl expose deployment source-ip-app --name=clusterip --port=8080 --target-port=8080 -n todetest
```
** Deployed:
```
kubectl get po -n todetest -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
nginx-ingress-test-ingress-nginx-controller-4n6cg 1/1 Running 0 15m 10.42.6.221 rke-dev-7-dc3-wrk <none> <none>
nginx-ingress-test-ingress-nginx-controller-5tfw2 1/1 Running 0 15m 10.42.8.222 rke-dev-9-dc1-wrk <none> <none>
nginx-ingress-test-ingress-nginx-controller-ghcn4 1/1 Running 0 13m 10.42.7.53 rke-dev-8-dc3-wrk <none> <none>
nginx-ingress-test-ingress-nginx-controller-hdbdq 1/1 Running 0 16m 10.42.4.92 rke-dev-6-dc3-wrk <none> <none>
nginx-ingress-test-ingress-nginx-controller-m6bz8 1/1 Running 0 13m 10.42.5.84 rke-dev-4-dc1-wrk <none> <none>
nginx-ingress-test-ingress-nginx-controller-rqhpl 1/1 Running 0 14m 10.42.3.157 rke-dev-5-dc2-wrk <none> <none>
source-ip-app-57cdb58c68-p2649 1/1 Running 0 46m 10.42.6.158 rke-dev-7-dc3-wrk <none> <none>
```
** Testing:
`curl http://10.92.3.42:8080`
** Result
```
CLIENT VALUES:
client_address=10.42.6.221
command=GET
real path=/
query=nil
request_version=1.1
request_uri=http://10.92.3.42:8080/
SERVER VALUES:
server_version=nginx: 1.10.0 - lua: 10001
HEADERS RECEIVED:
accept=*/*
host=10.92.3.42:8080
user-agent=curl/7.58.0
BODY:
-no body in request-
```
Or from: `kubectl logs -n todetest deployment/source-ip-app`
`10.42.6.221 - - [09/Mar/2023:12:44:28 +0000] "GET / HTTP/1.1" 200 388 "-" "curl/7.58.0"`
** Expected result:
My IP
** Comment
I see that returned client_address=10.42.6.221 which is nginx-ingress-test-ingress-nginx-controller-4n6cg although I expected to see IP of client from where I send the request.
I had also tried adding additional parameters, although it not help either.
```
real-ip-header: proxy_protocol
use-forwarded-headers: "true"
use-proxy-protocol: "true"
```
|
1.0
|
Real IP not forwarded, tcp-services, metallb - **Environment**:
```
OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
Ubuntu 20.04.4 LTS 5.4.0-135-generic docker://20.10.14
```
Metallb: image: quay.io/metallb/controller:v0.12.1
** NIC:
```
labels:
app.kubernetes.io/component: controller
app.kubernetes.io/instance: nginx-ingress-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/version: 1.6.4
helm.sh/chart: ingress-nginx-4.5.2
```
** Installation:
NIC:
```
helm upgrade --install nginx-ingress-test ingress-nginx/ingress-nginx -n todetest \
--set controller.kind=DaemonSet \
--set controller.ingressClassResource.name=nginx-test \
--set controller.ingressClass=nginx-test \
--set controller.ingressClassResource.enabled=true \
--set controller.ingressClassResource.controllerValue="k8s.io/ingress-nginx-test" \
--set controller.ingressClassByName=true \
--set controller.service.loadBalancerIP=10.92.3.42 \
--set controller.service.externalTrafficPolicy=Local \
--set tcp.8080="todetest/clusterip:8080"
```
TESTAPP:
```
kubectl create deployment source-ip-app --image=registry.k8s.io/echoserver:1.4 -n todetest
kubectl expose deployment source-ip-app --name=clusterip --port=8080 --target-port=8080 -n todetest
```
** Deployed:
```
kubectl get po -n todetest -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
nginx-ingress-test-ingress-nginx-controller-4n6cg 1/1 Running 0 15m 10.42.6.221 rke-dev-7-dc3-wrk <none> <none>
nginx-ingress-test-ingress-nginx-controller-5tfw2 1/1 Running 0 15m 10.42.8.222 rke-dev-9-dc1-wrk <none> <none>
nginx-ingress-test-ingress-nginx-controller-ghcn4 1/1 Running 0 13m 10.42.7.53 rke-dev-8-dc3-wrk <none> <none>
nginx-ingress-test-ingress-nginx-controller-hdbdq 1/1 Running 0 16m 10.42.4.92 rke-dev-6-dc3-wrk <none> <none>
nginx-ingress-test-ingress-nginx-controller-m6bz8 1/1 Running 0 13m 10.42.5.84 rke-dev-4-dc1-wrk <none> <none>
nginx-ingress-test-ingress-nginx-controller-rqhpl 1/1 Running 0 14m 10.42.3.157 rke-dev-5-dc2-wrk <none> <none>
source-ip-app-57cdb58c68-p2649 1/1 Running 0 46m 10.42.6.158 rke-dev-7-dc3-wrk <none> <none>
```
** Testing:
`curl http://10.92.3.42:8080`
** Result
```
CLIENT VALUES:
client_address=10.42.6.221
command=GET
real path=/
query=nil
request_version=1.1
request_uri=http://10.92.3.42:8080/
SERVER VALUES:
server_version=nginx: 1.10.0 - lua: 10001
HEADERS RECEIVED:
accept=*/*
host=10.92.3.42:8080
user-agent=curl/7.58.0
BODY:
-no body in request-
```
Or from: `kubectl logs -n todetest deployment/source-ip-app`
`10.42.6.221 - - [09/Mar/2023:12:44:28 +0000] "GET / HTTP/1.1" 200 388 "-" "curl/7.58.0"`
** Expected result:
My IP
** Comment
I see that returned client_address=10.42.6.221 which is nginx-ingress-test-ingress-nginx-controller-4n6cg although I expected to see IP of client from where I send the request.
I had also tried adding additional parameters, although it not help either.
```
real-ip-header: proxy_protocol
use-forwarded-headers: "true"
use-proxy-protocol: "true"
```
|
non_defect
|
real ip not forwarded tcp services metallb environment os image kernel version container runtime ubuntu lts generic docker metallb image quay io metallb controller nic labels app kubernetes io component controller app kubernetes io instance nginx ingress test app kubernetes io managed by helm app kubernetes io name ingress nginx app kubernetes io part of ingress nginx app kubernetes io version helm sh chart ingress nginx installation nic helm upgrade install nginx ingress test ingress nginx ingress nginx n todetest set controller kind daemonset set controller ingressclassresource name nginx test set controller ingressclass nginx test set controller ingressclassresource enabled true set controller ingressclassresource controllervalue io ingress nginx test set controller ingressclassbyname true set controller service loadbalancerip set controller service externaltrafficpolicy local set tcp todetest clusterip testapp kubectl create deployment source ip app image registry io echoserver n todetest kubectl expose deployment source ip app name clusterip port target port n todetest deployed kubectl get po n todetest o wide name ready status restarts age ip node nominated node readiness gates nginx ingress test ingress nginx controller running rke dev wrk nginx ingress test ingress nginx controller running rke dev wrk nginx ingress test ingress nginx controller running rke dev wrk nginx ingress test ingress nginx controller hdbdq running rke dev wrk nginx ingress test ingress nginx controller running rke dev wrk nginx ingress test ingress nginx controller rqhpl running rke dev wrk source ip app running rke dev wrk testing curl result client values client address command get real path query nil request version request uri server values server version nginx lua headers received accept host user agent curl body no body in request or from kubectl logs n todetest deployment source ip app get http curl expected result my ip comment i see that returned client address which is nginx ingress test ingress nginx controller although i expected to see ip of client from where i send the request i had also tried adding additional parameters although it not help either real ip header proxy protocol use forwarded headers true use proxy protocol true
| 0
|
65,382
| 19,457,169,597
|
IssuesEvent
|
2021-12-23 01:16:42
|
jccastillo0007/eFacturaT
|
https://api.github.com/repos/jccastillo0007/eFacturaT
|
closed
|
CCP v2.0 - Captura Híbrida de mercancías formato FT
|
resolved defect
|
Hacer este separado por comas o por pipes.
Por comas, lo podrían generar desde excel.
Por pipes, creo que solo desde un editor de texto.
igual y separado por comas es buena opción...
[layoutFTMercancias.txt](https://github.com/jccastillo0007/eFacturaT/files/7681445/layoutFTMercancias.txt)
|
1.0
|
CCP v2.0 - Captura Híbrida de mercancías formato FT - Hacer este separado por comas o por pipes.
Por comas, lo podrían generar desde excel.
Por pipes, creo que solo desde un editor de texto.
igual y separado por comas es buena opción...
[layoutFTMercancias.txt](https://github.com/jccastillo0007/eFacturaT/files/7681445/layoutFTMercancias.txt)
|
defect
|
ccp captura híbrida de mercancías formato ft hacer este separado por comas o por pipes por comas lo podrían generar desde excel por pipes creo que solo desde un editor de texto igual y separado por comas es buena opción
| 1
|
144,594
| 11,624,370,158
|
IssuesEvent
|
2020-02-27 10:38:42
|
ebmdatalab/openpath-dash
|
https://api.github.com/repos/ebmdatalab/openpath-dash
|
opened
|
Somehow make it clear there is more to see if you scroll
|
usertesting
|
Perhaps just ensure more is above the fold on typical resolutions?
Other ideas?
|
1.0
|
Somehow make it clear there is more to see if you scroll - Perhaps just ensure more is above the fold on typical resolutions?
Other ideas?
|
non_defect
|
somehow make it clear there is more to see if you scroll perhaps just ensure more is above the fold on typical resolutions other ideas
| 0
|
371,567
| 10,974,126,707
|
IssuesEvent
|
2019-11-29 08:19:33
|
codecampleipzig/communic
|
https://api.github.com/repos/codecampleipzig/communic
|
opened
|
404 Error Page
|
@frontend point: 5 priority: medium type: bug
|
## User Story Title
- As a **user**
- I want **to see a nice error-page with a good guidance back on track**
- So that **I'm not frustrated if something doesn't work**
|
1.0
|
404 Error Page -
## User Story Title
- As a **user**
- I want **to see a nice error-page with a good guidance back on track**
- So that **I'm not frustrated if something doesn't work**
|
non_defect
|
error page user story title as a user i want to see a nice error page with a good guidance back on track so that i m not frustrated if something doesn t work
| 0
|
33,864
| 7,276,569,042
|
IssuesEvent
|
2018-02-21 16:44:07
|
BCDevExchange/devex
|
https://api.github.com/repos/BCDevExchange/devex
|
closed
|
Attachments tab is not available....
|
defect
|
...in the proposal until after I hit the SAVE CHANGES button. Can we just make it so that all tabs are visible and available right from the get-go?
|
1.0
|
Attachments tab is not available.... - ...in the proposal until after I hit the SAVE CHANGES button. Can we just make it so that all tabs are visible and available right from the get-go?
|
defect
|
attachments tab is not available in the proposal until after i hit the save changes button can we just make it so that all tabs are visible and available right from the get go
| 1
|
161,118
| 20,120,407,863
|
IssuesEvent
|
2022-02-08 01:16:03
|
arohablue/BlockDockServer
|
https://api.github.com/repos/arohablue/BlockDockServer
|
closed
|
CVE-2020-11112 (High) detected in jackson-databind-2.8.8.jar - autoclosed
|
security vulnerability
|
## CVE-2020-11112 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.8.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: /BlockDockServer/build.gradle</p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.8.8/bf88c7b27e95cbadce4e7c316a56c3efffda8026/jackson-databind-2.8.8.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-actuator-1.5.4.RELEASE.jar (Root Library)
- spring-boot-actuator-1.5.4.RELEASE.jar
- :x: **jackson-databind-2.8.8.jar** (Vulnerable Library)
</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.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.proxy.provider.remoting.RmiProvider (aka apache/commons-proxy).
<p>Publish Date: 2020-03-31
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11112>CVE-2020-11112</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>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11112">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11112</a></p>
<p>Release Date: 2020-03-31</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.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-2020-11112 (High) detected in jackson-databind-2.8.8.jar - autoclosed - ## CVE-2020-11112 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.8.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: /BlockDockServer/build.gradle</p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.8.8/bf88c7b27e95cbadce4e7c316a56c3efffda8026/jackson-databind-2.8.8.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-actuator-1.5.4.RELEASE.jar (Root Library)
- spring-boot-actuator-1.5.4.RELEASE.jar
- :x: **jackson-databind-2.8.8.jar** (Vulnerable Library)
</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.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.proxy.provider.remoting.RmiProvider (aka apache/commons-proxy).
<p>Publish Date: 2020-03-31
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11112>CVE-2020-11112</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>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11112">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11112</a></p>
<p>Release Date: 2020-03-31</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.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 high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file blockdockserver build gradle path to vulnerable library root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter actuator release jar root library spring boot actuator release jar x jackson databind jar vulnerable library vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache commons proxy provider remoting rmiprovider aka apache commons proxy 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 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 com fasterxml jackson core jackson databind step up your open source security game with whitesource
| 0
|
75,648
| 25,975,918,161
|
IssuesEvent
|
2022-12-19 14:53:17
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
opened
|
Timeline blank / white when viewing a room
|
T-Defect
|
### Steps to reproduce
1. Open existing room
### Outcome
#### What did you expect?
Can see the timeline
#### What happened instead?
Cannot see the timeline. White / blank space only

### Operating system
Ubuntu 22.04.1 LTS
### Application version
Element Nightly version: 2022121801 Olm version: 3.2.12
### How did you install the app?
official deb
### Homeserver
_No response_
### Will you send logs?
Yes
|
1.0
|
Timeline blank / white when viewing a room - ### Steps to reproduce
1. Open existing room
### Outcome
#### What did you expect?
Can see the timeline
#### What happened instead?
Cannot see the timeline. White / blank space only

### Operating system
Ubuntu 22.04.1 LTS
### Application version
Element Nightly version: 2022121801 Olm version: 3.2.12
### How did you install the app?
official deb
### Homeserver
_No response_
### Will you send logs?
Yes
|
defect
|
timeline blank white when viewing a room steps to reproduce open existing room outcome what did you expect can see the timeline what happened instead cannot see the timeline white blank space only operating system ubuntu lts application version element nightly version olm version how did you install the app official deb homeserver no response will you send logs yes
| 1
|
56,492
| 14,078,440,142
|
IssuesEvent
|
2020-11-04 13:34:36
|
themagicalmammal/android_kernel_samsung_a5xelte
|
https://api.github.com/repos/themagicalmammal/android_kernel_samsung_a5xelte
|
opened
|
CVE-2019-19332 (Medium) detected in linuxv3.10
|
security vulnerability
|
## CVE-2019-19332 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.10</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/themagicalmammal/android_kernel_samsung_a5xelte/commit/738375813823cb33918102af385bdd5d82225e17">738375813823cb33918102af385bdd5d82225e17</a></p>
<p>Found in base branch: <b>cosmic-1.6-experimental</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_a5xelte/arch/x86/kvm/cpuid.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_a5xelte/arch/x86/kvm/cpuid.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_a5xelte/arch/x86/kvm/cpuid.c</b>
</p>
</details>
<p></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>
An out-of-bounds memory write issue was found in the Linux Kernel, version 3.13 through 5.4, in the way the Linux kernel's KVM hypervisor handled the 'KVM_GET_EMULATED_CPUID' ioctl(2) request to get CPUID features emulated by the KVM hypervisor. A user or process able to access the '/dev/kvm' device could use this flaw to crash the system, resulting in a denial of service.
<p>Publish Date: 2020-01-09
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19332>CVE-2019-19332</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: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19332">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19332</a></p>
<p>Release Date: 2020-01-09</p>
<p>Fix Resolution: v5.5-rc1</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-19332 (Medium) detected in linuxv3.10 - ## CVE-2019-19332 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.10</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/themagicalmammal/android_kernel_samsung_a5xelte/commit/738375813823cb33918102af385bdd5d82225e17">738375813823cb33918102af385bdd5d82225e17</a></p>
<p>Found in base branch: <b>cosmic-1.6-experimental</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_a5xelte/arch/x86/kvm/cpuid.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_a5xelte/arch/x86/kvm/cpuid.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_a5xelte/arch/x86/kvm/cpuid.c</b>
</p>
</details>
<p></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>
An out-of-bounds memory write issue was found in the Linux Kernel, version 3.13 through 5.4, in the way the Linux kernel's KVM hypervisor handled the 'KVM_GET_EMULATED_CPUID' ioctl(2) request to get CPUID features emulated by the KVM hypervisor. A user or process able to access the '/dev/kvm' device could use this flaw to crash the system, resulting in a denial of service.
<p>Publish Date: 2020-01-09
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19332>CVE-2019-19332</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: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19332">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19332</a></p>
<p>Release Date: 2020-01-09</p>
<p>Fix Resolution: v5.5-rc1</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 cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch cosmic experimental vulnerable source files android kernel samsung arch kvm cpuid c android kernel samsung arch kvm cpuid c android kernel samsung arch kvm cpuid c vulnerability details an out of bounds memory write issue was found in the linux kernel version through in the way the linux kernel s kvm hypervisor handled the kvm get emulated cpuid ioctl request to get cpuid features emulated by the kvm hypervisor a user or process able to access the dev kvm device could use this flaw to crash the system resulting in a denial of service publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact low 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
|
28,638
| 5,317,615,493
|
IssuesEvent
|
2017-02-13 23:02:24
|
netty/netty
|
https://api.github.com/repos/netty/netty
|
closed
|
NPE in CipherSuiteConverter.toJava(CipherSuiteConverter.java:281)
|
defect
|
Providing repro shortly but it's triggered by an Unit Test for the OCSP Stapling PR.
Basically... OpenSSL (native) is calling my OCSP callback (java) which throws for the sake of the test an Exception. Instead of bubbling up the Exceptions it's running into an unhandled (?) NPE and my purposely thrown Exception gets swallowed somewhere.
Netty 4.1.9.Final-SNAPSHOT
The NPE's stack looks like this:
```java
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:442)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:443)
at io.netty.channel.local.LocalChannel.access$11(LocalChannel.java:424)
at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:397)
at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:54)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at io.netty.handler.ssl.CipherSuiteConverter.toJava(CipherSuiteConverter.java:281)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.toJavaCipherSuite(ReferenceCountedOpenSslEngine.java:1539)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.access$4(ReferenceCountedOpenSslEngine.java:1533)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine$OpenSslSession.handshakeFinished(ReferenceCountedOpenSslEngine.java:1862)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.handshake(ReferenceCountedOpenSslEngine.java:1499)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.wrap(ReferenceCountedOpenSslEngine.java:640)
at javax.net.ssl.SSLEngine.wrap(SSLEngine.java:509)
at io.netty.handler.ssl.SslHandler.wrap(SslHandler.java:836)
at io.netty.handler.ssl.SslHandler.wrap(SslHandler.java:659)
at io.netty.handler.ssl.SslHandler.wrapAndFlush(SslHandler.java:631)
at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1050)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:411)
... 15 more
```
The throw stack looks like this (OcspTest.java:314 throws a IllegalStateException)
```java
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1333)
at io.netty.handler.ssl.ocsp.OcspTest$13.staple(OcspTest.java:314)
at io.netty.handler.ssl.ReferenceCountedOpenSslContext$ServerOcspCallback.callback(ReferenceCountedOpenSslContext.java:893)
at io.netty.tcnative.jni.SSL.readFromSSL(Native Method)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.readPlaintextData(ReferenceCountedOpenSslEngine.java:479)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.unwrap(ReferenceCountedOpenSslEngine.java:936)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.unwrap(ReferenceCountedOpenSslEngine.java:1042)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.unwrap(ReferenceCountedOpenSslEngine.java:1085)
at io.netty.handler.ssl.SslHandler$SslEngineType$1.unwrap(SslHandler.java:206)
at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1123)
at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1045)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:411)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:443)
at io.netty.channel.local.LocalChannel.access$11(LocalChannel.java:424)
at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:397)
at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:54)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:745)
```
|
1.0
|
NPE in CipherSuiteConverter.toJava(CipherSuiteConverter.java:281) - Providing repro shortly but it's triggered by an Unit Test for the OCSP Stapling PR.
Basically... OpenSSL (native) is calling my OCSP callback (java) which throws for the sake of the test an Exception. Instead of bubbling up the Exceptions it's running into an unhandled (?) NPE and my purposely thrown Exception gets swallowed somewhere.
Netty 4.1.9.Final-SNAPSHOT
The NPE's stack looks like this:
```java
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:442)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:443)
at io.netty.channel.local.LocalChannel.access$11(LocalChannel.java:424)
at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:397)
at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:54)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at io.netty.handler.ssl.CipherSuiteConverter.toJava(CipherSuiteConverter.java:281)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.toJavaCipherSuite(ReferenceCountedOpenSslEngine.java:1539)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.access$4(ReferenceCountedOpenSslEngine.java:1533)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine$OpenSslSession.handshakeFinished(ReferenceCountedOpenSslEngine.java:1862)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.handshake(ReferenceCountedOpenSslEngine.java:1499)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.wrap(ReferenceCountedOpenSslEngine.java:640)
at javax.net.ssl.SSLEngine.wrap(SSLEngine.java:509)
at io.netty.handler.ssl.SslHandler.wrap(SslHandler.java:836)
at io.netty.handler.ssl.SslHandler.wrap(SslHandler.java:659)
at io.netty.handler.ssl.SslHandler.wrapAndFlush(SslHandler.java:631)
at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1050)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:411)
... 15 more
```
The throw stack looks like this (OcspTest.java:314 throws a IllegalStateException)
```java
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1333)
at io.netty.handler.ssl.ocsp.OcspTest$13.staple(OcspTest.java:314)
at io.netty.handler.ssl.ReferenceCountedOpenSslContext$ServerOcspCallback.callback(ReferenceCountedOpenSslContext.java:893)
at io.netty.tcnative.jni.SSL.readFromSSL(Native Method)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.readPlaintextData(ReferenceCountedOpenSslEngine.java:479)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.unwrap(ReferenceCountedOpenSslEngine.java:936)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.unwrap(ReferenceCountedOpenSslEngine.java:1042)
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.unwrap(ReferenceCountedOpenSslEngine.java:1085)
at io.netty.handler.ssl.SslHandler$SslEngineType$1.unwrap(SslHandler.java:206)
at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1123)
at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1045)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:411)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:443)
at io.netty.channel.local.LocalChannel.access$11(LocalChannel.java:424)
at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:397)
at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:54)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:745)
```
|
defect
|
npe in ciphersuiteconverter tojava ciphersuiteconverter java providing repro shortly but it s triggered by an unit test for the ocsp stapling pr basically openssl native is calling my ocsp callback java which throws for the sake of the test an exception instead of bubbling up the exceptions it s running into an unhandled npe and my purposely thrown exception gets swallowed somewhere netty final snapshot the npe s stack looks like this java io netty handler codec decoderexception java lang nullpointerexception at io netty handler codec bytetomessagedecoder calldecode bytetomessagedecoder java at io netty handler codec bytetomessagedecoder channelread bytetomessagedecoder java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty channel defaultchannelpipeline headcontext channelread defaultchannelpipeline java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at io netty channel local localchannel localchannel java at io netty channel local localchannel access localchannel java at io netty channel local localchannel run localchannel java at io netty channel defaulteventloop run defaulteventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java caused by java lang nullpointerexception at io netty handler ssl ciphersuiteconverter tojava ciphersuiteconverter java at io netty handler ssl referencecountedopensslengine tojavaciphersuite referencecountedopensslengine java at io netty handler ssl referencecountedopensslengine access referencecountedopensslengine java at io netty handler ssl referencecountedopensslengine opensslsession handshakefinished referencecountedopensslengine java at io netty handler ssl referencecountedopensslengine handshake referencecountedopensslengine java at io netty handler ssl referencecountedopensslengine wrap referencecountedopensslengine java at javax net ssl sslengine wrap sslengine java at io netty handler ssl sslhandler wrap sslhandler java at io netty handler ssl sslhandler wrap sslhandler java at io netty handler ssl sslhandler wrapandflush sslhandler java at io netty handler ssl sslhandler decode sslhandler java at io netty handler codec bytetomessagedecoder calldecode bytetomessagedecoder java more the throw stack looks like this ocsptest java throws a illegalstateexception java java lang exception stack trace at java lang thread dumpstack thread java at io netty handler ssl ocsp ocsptest staple ocsptest java at io netty handler ssl referencecountedopensslcontext serverocspcallback callback referencecountedopensslcontext java at io netty tcnative jni ssl readfromssl native method at io netty handler ssl referencecountedopensslengine readplaintextdata referencecountedopensslengine java at io netty handler ssl referencecountedopensslengine unwrap referencecountedopensslengine java at io netty handler ssl referencecountedopensslengine unwrap referencecountedopensslengine java at io netty handler ssl referencecountedopensslengine unwrap referencecountedopensslengine java at io netty handler ssl sslhandler sslenginetype unwrap sslhandler java at io netty handler ssl sslhandler unwrap sslhandler java at io netty handler ssl sslhandler decode sslhandler java at io netty handler codec bytetomessagedecoder calldecode bytetomessagedecoder java at io netty handler codec bytetomessagedecoder channelread bytetomessagedecoder java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty channel defaultchannelpipeline headcontext channelread defaultchannelpipeline java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at io netty channel local localchannel localchannel java at io netty channel local localchannel access localchannel java at io netty channel local localchannel run localchannel java at io netty channel defaulteventloop run defaulteventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java
| 1
|
393,779
| 27,009,044,217
|
IssuesEvent
|
2023-02-10 14:03:21
|
zauberzeug/nicegui
|
https://api.github.com/repos/zauberzeug/nicegui
|
closed
|
Provide example to use hamburger menu button for drawer expanding/collapsing
|
documentation enhancement
|
Quasar seems to allow a hamburger menu button that expands or collapses a drawer: https://github.com/quasarframework/quasar/blob/dev/docs/public/examples/QDrawer/Menu.vue
It would be nice to see how to do this within NiceGUI, since it's a standard layout choice for more real estate.
|
1.0
|
Provide example to use hamburger menu button for drawer expanding/collapsing - Quasar seems to allow a hamburger menu button that expands or collapses a drawer: https://github.com/quasarframework/quasar/blob/dev/docs/public/examples/QDrawer/Menu.vue
It would be nice to see how to do this within NiceGUI, since it's a standard layout choice for more real estate.
|
non_defect
|
provide example to use hamburger menu button for drawer expanding collapsing quasar seems to allow a hamburger menu button that expands or collapses a drawer it would be nice to see how to do this within nicegui since it s a standard layout choice for more real estate
| 0
|
60,251
| 17,023,380,578
|
IssuesEvent
|
2021-07-03 01:43:45
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
closed
|
Compile error
|
Component: merkaartor Priority: major Resolution: fixed Type: defect
|
**[Submitted to the original trac issue database at 2.41pm, Thursday, 2nd April 2009]**
g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -D_REENTRANT -DVERSION="\"0.14\""-DREVISION="\"-svn\"" -DNDEBUG -DQT_NO_DEBUG_OUTPUT -DUSE_WEBKIT -DOSMARENDER -DLIBXML_STATIC -DLIBXSLT_STATIC -DLIBEXSLT_STATIC -D_TTY_POSIX_ -DSHARE_DIR="\"/usr/local/share/merkaartor\"" -DTRANSDIR_MERKAARTOR="\"/home/brinkman/usr/share/merkaartor/translations\"" -DGEOIMAGE -DWORLD_SHP="\"/usr/local/share/merkaartor/world_background.osb\"" -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtXml -I/usr/include/QtSvg -I/usr/include/QtSvg -I/usr/include/QtWebKit -I/usr/include/QtWebKit -I/usr/include -I../include -I../interfaces -I. -IRender -Iqextserialport -IGPS -INameFinder -I/usr/include/libxml2 -ITools -ITagTemplate -I../tmp -I../tmp -o ../tmp/obj_release/TMSPreferencesDialog.o Preferences/TMSPreferencesDialog.cpp
Preferences/TMSPreferencesDialog.cpp: In member function void TMSPreferencesDialog::addServer(const TmsServer&):
Preferences/TMSPreferencesDialog.cpp:37: error: conversion from long unsigned intto const QVariant is ambiguous
/usr/include/QtCore/qvariant.h:208: note: candidates are: QVariant::QVariant(Qt::GlobalColor) <near match>
/usr/include/QtCore/qvariant.h:179: note: QVariant::QVariant(const char*) <near match>
/usr/include/QtCore/qvariant.h:177: note: QVariant::QVariant(double)
/usr/include/QtCore/qvariant.h:176: note: QVariant::QVariant(bool)
/usr/include/QtCore/qvariant.h:175: note: QVariant::QVariant(qulonglong)
/usr/include/QtCore/qvariant.h:174: note: QVariant::QVariant(qlonglong)
/usr/include/QtCore/qvariant.h:173: note: QVariant::QVariant(uint)
/usr/include/QtCore/qvariant.h:172: note: QVariant::QVariant(int)
/usr/include/QtCore/qvariant.h:164: note: QVariant::QVariant(QVariant::Type) <near match>
make[1]: *** [../tmp/obj_release/TMSPreferencesDialog.o] Error 1
|
1.0
|
Compile error - **[Submitted to the original trac issue database at 2.41pm, Thursday, 2nd April 2009]**
g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -D_REENTRANT -DVERSION="\"0.14\""-DREVISION="\"-svn\"" -DNDEBUG -DQT_NO_DEBUG_OUTPUT -DUSE_WEBKIT -DOSMARENDER -DLIBXML_STATIC -DLIBXSLT_STATIC -DLIBEXSLT_STATIC -D_TTY_POSIX_ -DSHARE_DIR="\"/usr/local/share/merkaartor\"" -DTRANSDIR_MERKAARTOR="\"/home/brinkman/usr/share/merkaartor/translations\"" -DGEOIMAGE -DWORLD_SHP="\"/usr/local/share/merkaartor/world_background.osb\"" -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtXml -I/usr/include/QtSvg -I/usr/include/QtSvg -I/usr/include/QtWebKit -I/usr/include/QtWebKit -I/usr/include -I../include -I../interfaces -I. -IRender -Iqextserialport -IGPS -INameFinder -I/usr/include/libxml2 -ITools -ITagTemplate -I../tmp -I../tmp -o ../tmp/obj_release/TMSPreferencesDialog.o Preferences/TMSPreferencesDialog.cpp
Preferences/TMSPreferencesDialog.cpp: In member function void TMSPreferencesDialog::addServer(const TmsServer&):
Preferences/TMSPreferencesDialog.cpp:37: error: conversion from long unsigned intto const QVariant is ambiguous
/usr/include/QtCore/qvariant.h:208: note: candidates are: QVariant::QVariant(Qt::GlobalColor) <near match>
/usr/include/QtCore/qvariant.h:179: note: QVariant::QVariant(const char*) <near match>
/usr/include/QtCore/qvariant.h:177: note: QVariant::QVariant(double)
/usr/include/QtCore/qvariant.h:176: note: QVariant::QVariant(bool)
/usr/include/QtCore/qvariant.h:175: note: QVariant::QVariant(qulonglong)
/usr/include/QtCore/qvariant.h:174: note: QVariant::QVariant(qlonglong)
/usr/include/QtCore/qvariant.h:173: note: QVariant::QVariant(uint)
/usr/include/QtCore/qvariant.h:172: note: QVariant::QVariant(int)
/usr/include/QtCore/qvariant.h:164: note: QVariant::QVariant(QVariant::Type) <near match>
make[1]: *** [../tmp/obj_release/TMSPreferencesDialog.o] Error 1
|
defect
|
compile error g c pipe g pipe wall wp d fortify source fstack protector param ssp buffer size mtune generic wall w d reentrant dversion drevision svn dndebug dqt no debug output duse webkit dosmarender dlibxml static dlibxslt static dlibexslt static d tty posix dshare dir usr local share merkaartor dtransdir merkaartor home brinkman usr share merkaartor translations dgeoimage dworld shp usr local share merkaartor world background osb dqt no debug dqt webkit lib dqt svg lib dqt xml lib dqt gui lib dqt network lib dqt core lib i usr mkspecs linux g i i usr include qtcore i usr include qtcore i usr include qtnetwork i usr include qtnetwork i usr include qtgui i usr include qtgui i usr include qtxml i usr include qtxml i usr include qtsvg i usr include qtsvg i usr include qtwebkit i usr include qtwebkit i usr include i include i interfaces i irender iqextserialport igps inamefinder i usr include itools itagtemplate i tmp i tmp o tmp obj release tmspreferencesdialog o preferences tmspreferencesdialog cpp preferences tmspreferencesdialog cpp in member function void tmspreferencesdialog addserver const tmsserver preferences tmspreferencesdialog cpp error conversion from long unsigned intto const qvariant is ambiguous usr include qtcore qvariant h note candidates are qvariant qvariant qt globalcolor usr include qtcore qvariant h note qvariant qvariant const char usr include qtcore qvariant h note qvariant qvariant double usr include qtcore qvariant h note qvariant qvariant bool usr include qtcore qvariant h note qvariant qvariant qulonglong usr include qtcore qvariant h note qvariant qvariant qlonglong usr include qtcore qvariant h note qvariant qvariant uint usr include qtcore qvariant h note qvariant qvariant int usr include qtcore qvariant h note qvariant qvariant qvariant type make error
| 1
|
276,799
| 24,020,849,628
|
IssuesEvent
|
2022-09-15 07:31:17
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
opened
|
roachtest: backup/2TB/n10cpu4 failed
|
C-test-failure O-robot O-roachtest release-blocker branch-release-21.2
|
roachtest.backup/2TB/n10cpu4 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=6471007&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=6471007&tab=artifacts#/backup/2TB/n10cpu4) on release-21.2 @ [1320344fa7efce2032e8ec74a1f7baaabe11f2df](https://github.com/cockroachdb/cockroach/commits/1320344fa7efce2032e8ec74a1f7baaabe11f2df):
```
| /usr/local/go/src/runtime/asm_amd64.s:1571
Wraps: (2) output in run_072855.952992206_n1_cockroach_sql
Wraps: (3) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-6471007-1663221166-20-n10cpu4:1 -- ./cockroach sql --insecure -e "
| BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6471007-1663221166-20-n10cpu4?AUTH=implicit'" returned
| stderr:
| ERROR: failed to run backup: exporting 6682 ranges: googleapi: got HTTP response code 503 with body: Service Unavailable
| Failed running "sql"
| Error: COMMAND_PROBLEM: exit status 1
| (1) COMMAND_PROBLEM
| Wraps: (2) Node 1. Command with error:
| | ``````
| | ./cockroach sql --insecure -e "
| | BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6471007-1663221166-20-n10cpu4?AUTH=implicit'"
| | ``````
| Wraps: (3) exit status 1
| Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
|
| stdout:
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) *exec.ExitError
monitor.go:128,backup.go:286,test_runner.go:777: monitor failure: monitor task failed: t.Fatal() was called
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:116
| main.(*monitorImpl).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:124
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerBackup.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/backup.go:286
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:777
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:172
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
-- stack trace:
| main.init
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:81
| runtime.doInit
| /usr/local/go/src/runtime/proc.go:6222
| runtime.main
| /usr/local/go/src/runtime/proc.go:233
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1571
Wraps: (6) t.Fatal() was called
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #87978 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-bulkio branch-release-22.2 release-blocker]
- #87480 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-bulkio branch-master]
- #80030 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-bulkio]
</p>
</details>
/cc @cockroachdb/bulk-io
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*backup/2TB/n10cpu4.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
|
2.0
|
roachtest: backup/2TB/n10cpu4 failed - roachtest.backup/2TB/n10cpu4 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=6471007&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=6471007&tab=artifacts#/backup/2TB/n10cpu4) on release-21.2 @ [1320344fa7efce2032e8ec74a1f7baaabe11f2df](https://github.com/cockroachdb/cockroach/commits/1320344fa7efce2032e8ec74a1f7baaabe11f2df):
```
| /usr/local/go/src/runtime/asm_amd64.s:1571
Wraps: (2) output in run_072855.952992206_n1_cockroach_sql
Wraps: (3) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-6471007-1663221166-20-n10cpu4:1 -- ./cockroach sql --insecure -e "
| BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6471007-1663221166-20-n10cpu4?AUTH=implicit'" returned
| stderr:
| ERROR: failed to run backup: exporting 6682 ranges: googleapi: got HTTP response code 503 with body: Service Unavailable
| Failed running "sql"
| Error: COMMAND_PROBLEM: exit status 1
| (1) COMMAND_PROBLEM
| Wraps: (2) Node 1. Command with error:
| | ``````
| | ./cockroach sql --insecure -e "
| | BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6471007-1663221166-20-n10cpu4?AUTH=implicit'"
| | ``````
| Wraps: (3) exit status 1
| Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
|
| stdout:
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) *exec.ExitError
monitor.go:128,backup.go:286,test_runner.go:777: monitor failure: monitor task failed: t.Fatal() was called
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:116
| main.(*monitorImpl).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:124
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerBackup.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/backup.go:286
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:777
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:172
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
-- stack trace:
| main.init
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:81
| runtime.doInit
| /usr/local/go/src/runtime/proc.go:6222
| runtime.main
| /usr/local/go/src/runtime/proc.go:233
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1571
Wraps: (6) t.Fatal() was called
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #87978 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-bulkio branch-release-22.2 release-blocker]
- #87480 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-bulkio branch-master]
- #80030 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-bulkio]
</p>
</details>
/cc @cockroachdb/bulk-io
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*backup/2TB/n10cpu4.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
|
non_defect
|
roachtest backup failed roachtest backup with on release usr local go src runtime asm s wraps output in run cockroach sql wraps home agent work go src github com cockroachdb cockroach bin roachprod run teamcity cockroach sql insecure e backup bank bank to gs cockroachdb backup testing teamcity auth implicit returned stderr error failed to run backup exporting ranges googleapi got http response code with body service unavailable failed running sql error command problem exit status command problem wraps node command with error cockroach sql insecure e backup bank bank to gs cockroachdb backup testing teamcity auth implicit wraps exit status error types errors cmd hintdetail withdetail exec exiterror stdout wraps exit status error types withstack withstack errutil withprefix cluster withcommanddetails exec exiterror monitor go backup go test runner go monitor failure monitor task failed t fatal was called attached stack trace stack trace main monitorimpl waite home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go main monitorimpl wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go github com cockroachdb cockroach pkg cmd roachtest tests registerbackup home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests backup go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace stack trace main monitorimpl wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go wraps monitor task failed wraps attached stack trace stack trace main init home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go runtime doinit usr local go src runtime proc go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps t fatal was called error types withstack withstack errutil withprefix withstack withstack errutil withprefix withstack withstack errutil leaferror reproduce see same failure on other branches roachtest backup failed roachtest backup failed roachtest backup failed cc cockroachdb bulk io
| 0
|
77,725
| 3,507,232,885
|
IssuesEvent
|
2016-01-08 12:03:55
|
OregonCore/OregonCore
|
https://api.github.com/repos/OregonCore/OregonCore
|
closed
|
Essence yell spam at end of phase (BB #705)
|
Category: Entities migrated Priority: Low Type: Bug
|
This issue was migrated from bitbucket.
**Original Reporter:** smoldar
**Original Date:** 29.09.2014 08:32:59 GMT+0000
**Original Priority:** trivial
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/705
<hr>
This is only minor bug ( cosmetic i think )

|
1.0
|
Essence yell spam at end of phase (BB #705) - This issue was migrated from bitbucket.
**Original Reporter:** smoldar
**Original Date:** 29.09.2014 08:32:59 GMT+0000
**Original Priority:** trivial
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/705
<hr>
This is only minor bug ( cosmetic i think )

|
non_defect
|
essence yell spam at end of phase bb this issue was migrated from bitbucket original reporter smoldar original date gmt original priority trivial original type bug original state invalid direct link this is only minor bug cosmetic i think
| 0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.