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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
72,813
| 24,309,060,031
|
IssuesEvent
|
2022-09-29 20:16:10
|
matrix-org/synapse
|
https://api.github.com/repos/matrix-org/synapse
|
closed
|
setuptools_rust should not be a runtime dep
|
A-Packaging S-Minor T-Defect X-Release-Blocker X-Regression O-Uncommon
|
### Description
This is a build time dep and not a runtime dep. At startup synapse should not check for this anymore.
### Steps to reproduce
try to start synapse without setuptools_rust installed.
### Homeserver
another home server
### Synapse Version
1.68.0
### Installation Method
Other (please mention below)
### Platform
openSUSE Tumbleweed rpm
### Relevant log output
```shell
Sep 28 03:06:30 tengu matrix-synapse[4251]: ERROR:root:Synapse 1.68.0 needs setuptools_rust, but it is not installed
Sep 28 03:06:30 tengu matrix-synapse[4251]: Missing Requirements: "setuptools_rust"
Sep 28 03:06:30 tengu matrix-synapse[4251]: To install run:
Sep 28 03:06:30 tengu matrix-synapse[4251]: pip install --upgrade --force "setuptools_rust"
```
### Anything else that would be useful to know?
_No response_
|
1.0
|
setuptools_rust should not be a runtime dep - ### Description
This is a build time dep and not a runtime dep. At startup synapse should not check for this anymore.
### Steps to reproduce
try to start synapse without setuptools_rust installed.
### Homeserver
another home server
### Synapse Version
1.68.0
### Installation Method
Other (please mention below)
### Platform
openSUSE Tumbleweed rpm
### Relevant log output
```shell
Sep 28 03:06:30 tengu matrix-synapse[4251]: ERROR:root:Synapse 1.68.0 needs setuptools_rust, but it is not installed
Sep 28 03:06:30 tengu matrix-synapse[4251]: Missing Requirements: "setuptools_rust"
Sep 28 03:06:30 tengu matrix-synapse[4251]: To install run:
Sep 28 03:06:30 tengu matrix-synapse[4251]: pip install --upgrade --force "setuptools_rust"
```
### Anything else that would be useful to know?
_No response_
|
defect
|
setuptools rust should not be a runtime dep description this is a build time dep and not a runtime dep at startup synapse should not check for this anymore steps to reproduce try to start synapse without setuptools rust installed homeserver another home server synapse version installation method other please mention below platform opensuse tumbleweed rpm relevant log output shell sep tengu matrix synapse error root synapse needs setuptools rust but it is not installed sep tengu matrix synapse missing requirements setuptools rust sep tengu matrix synapse to install run sep tengu matrix synapse pip install upgrade force setuptools rust anything else that would be useful to know no response
| 1
|
10,848
| 9,121,913,256
|
IssuesEvent
|
2019-02-23 02:26:39
|
dotnet/corefx
|
https://api.github.com/repos/dotnet/corefx
|
closed
|
System.Runtime.CompilerServices.Unsafe can't be used in corefx shared framework implementation
|
area-System.Runtime.CompilerServices
|
The `Unsafe` class can be used in corelib, and it can be used in packages in corefx that sit above netstandard. But libraries in the netcoreapp implementation can't use it, because although we have a netcoreapp build (https://github.com/dotnet/corefx/blob/master/src/System.Runtime.CompilerServices.Unsafe/src/Configurations.props#L11), System.Runtime.CompilerServices.Unsafe.dll is not currently included in-box in netcoreapp.
|
1.0
|
System.Runtime.CompilerServices.Unsafe can't be used in corefx shared framework implementation - The `Unsafe` class can be used in corelib, and it can be used in packages in corefx that sit above netstandard. But libraries in the netcoreapp implementation can't use it, because although we have a netcoreapp build (https://github.com/dotnet/corefx/blob/master/src/System.Runtime.CompilerServices.Unsafe/src/Configurations.props#L11), System.Runtime.CompilerServices.Unsafe.dll is not currently included in-box in netcoreapp.
|
non_defect
|
system runtime compilerservices unsafe can t be used in corefx shared framework implementation the unsafe class can be used in corelib and it can be used in packages in corefx that sit above netstandard but libraries in the netcoreapp implementation can t use it because although we have a netcoreapp build system runtime compilerservices unsafe dll is not currently included in box in netcoreapp
| 0
|
613,246
| 19,084,784,569
|
IssuesEvent
|
2021-11-29 03:31:17
|
aquasecurity/trivy
|
https://api.github.com/repos/aquasecurity/trivy
|
closed
|
chore(goreleaser): docker.use_buildx should not be used anymore
|
help wanted good first issue kind/feature priority/important-longterm
|
## Description
GoReleaser displays the following warning.
```
$ goreleaser release --rm-dist
• releasing...
• loading config file file=goreleaser.yml
...(snip)...
• docker images
• DEPRECATED: `docker.use_buildx` should not be used anymore, check https://goreleaser.com/deprecations#dockerusebuildx for more info
• DEPRECATED: `docker.use_buildx` should not be used anymore, check https://goreleaser.com/deprecations#dockerusebuildx for more info
```
## Reference
https://goreleaser.com/deprecations#dockerusebuildx
|
1.0
|
chore(goreleaser): docker.use_buildx should not be used anymore - ## Description
GoReleaser displays the following warning.
```
$ goreleaser release --rm-dist
• releasing...
• loading config file file=goreleaser.yml
...(snip)...
• docker images
• DEPRECATED: `docker.use_buildx` should not be used anymore, check https://goreleaser.com/deprecations#dockerusebuildx for more info
• DEPRECATED: `docker.use_buildx` should not be used anymore, check https://goreleaser.com/deprecations#dockerusebuildx for more info
```
## Reference
https://goreleaser.com/deprecations#dockerusebuildx
|
non_defect
|
chore goreleaser docker use buildx should not be used anymore description goreleaser displays the following warning goreleaser release rm dist • releasing • loading config file file goreleaser yml snip • docker images • deprecated docker use buildx should not be used anymore check for more info • deprecated docker use buildx should not be used anymore check for more info reference
| 0
|
16,366
| 9,378,536,927
|
IssuesEvent
|
2019-04-04 13:07:31
|
kyma-project/console
|
https://api.github.com/repos/kyma-project/console
|
closed
|
Load Test Lambda Implementation
|
Epic area/serverless enhancement quality/performance
|
**Description**
As a DevOps I need to know the performance limits of my lambda function. To prove the service quality of the lambda functionality frequently running load tests should be integrated into the prow pipeline.
AC:
- Determine the max number of requests for each Function size with three different performing functions.
- Have a report including graphs to show the performance over time (including the HPA)
- (Think about and maybe implement) Develop a metrics to test if the performance has changed between two runs.
**Reasons**
Serving requests is the key feature of a lambda functions. We need to ensure to know the limits and find performance problems upfront.
|
True
|
Load Test Lambda Implementation - **Description**
As a DevOps I need to know the performance limits of my lambda function. To prove the service quality of the lambda functionality frequently running load tests should be integrated into the prow pipeline.
AC:
- Determine the max number of requests for each Function size with three different performing functions.
- Have a report including graphs to show the performance over time (including the HPA)
- (Think about and maybe implement) Develop a metrics to test if the performance has changed between two runs.
**Reasons**
Serving requests is the key feature of a lambda functions. We need to ensure to know the limits and find performance problems upfront.
|
non_defect
|
load test lambda implementation description as a devops i need to know the performance limits of my lambda function to prove the service quality of the lambda functionality frequently running load tests should be integrated into the prow pipeline ac determine the max number of requests for each function size with three different performing functions have a report including graphs to show the performance over time including the hpa think about and maybe implement develop a metrics to test if the performance has changed between two runs reasons serving requests is the key feature of a lambda functions we need to ensure to know the limits and find performance problems upfront
| 0
|
801,812
| 28,503,565,295
|
IssuesEvent
|
2023-04-18 19:22:06
|
Pycord-Development/pycord
|
https://api.github.com/repos/Pycord-Development/pycord
|
closed
|
discord.WebhookMessage.edit() is not handled well in Forum Channels
|
bug priority: high
|
### Summary
When trying to edit a forum channel thread's starter message sent by a webhook, this raises an "Unknown Message" exception
### Reproduction Steps
1. Create a Forum Channel webhook
2. Create a Webhook object with an algorithm that checks for webhooks in a channel (code will demonstrate)
3. Create a thread via `discord.Webhook.send()` and assign a variable to it (wait has to be True)
4. Attempt to edit the message
5. Unknown Message should be the exception raised
### Minimal Reproducible Code
```python
channel = bot.get_channel(FORUM_CHANNEL_ID) # Forum Channel has to have at least 1 webhook
webhook = await channel.webhooks() # List of webhooks
message = await webhook[0].send("Hello world", thread_name="Thread Name", wait=True)
await message.edit(content="Goodbye world") # Raises "Unknown Message"
```
### Expected Results
The webhook's starter message is expected to be edited.
### Actual Results
The following traceback gets printed:
```
Traceback (most recent call last):
File "C:\Users\my_user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\client.py", line 378, in _run_event
await coro(*args, **kwargs)
File "...\test_file.py", line 38, in on_ready
await message.edit(content="Goodbye world")
File "C:\Users\my_user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\webhook\async_.py", line 901, in edit
return await self._state._webhook.edit_message(
File "C:\Users\my_user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\webhook\async_.py", line 1947, in edit_message
data = await adapter.edit_webhook_message(
File "C:\Users\my_user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\webhook\async_.py", line 219, in request
raise NotFound(response, data)
discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message
```
### Intents
message_content, messages, guilds, emojis, reactions
### System Information
- Python v3.10.0-final
- py-cord v2.4.None-final
- aiohttp v3.8.1
- system info: Windows 10 10.0.22621
### Checklist
- [X] I have searched the open issues for duplicates.
- [X] I have shown the entire traceback, if possible.
- [X] I have removed my token from display, if visible.
### Additional Context
This seems to be the lines that are causing the issue are the following:
```py
# /discord/webhook/async_.py, Lines 890-894
thread = MISSING
if hasattr(self, "_thread_id"):
thread = Object(self._thread_id)
elif isinstance(self.channel, Thread):
thread = Object(self.channel.id)
```
This code doesn't handle the case where `channel.type` would be `ForumChannel`, so thread gets sent as None, and therefore the discord API's link that pycord sends a request to looks like this:
`https://discord.com/api/v10/webhooks/[webhook id]/[webhook token]/messages/[message id]`
Which, according to the [official Discord Developer Docs](https://discord.com/developers/docs/resources/webhook#edit-webhook-message-query-string-params), is missing the `thread_id` query string parameter, since it's a Forum Channel and it needs a thread id, otherwise it returns an `Unknown Message` error.
I created a band-aid fix for this:
```py
thread = MISSING
if hasattr(self, "_thread_id"):
thread = Object(self._thread_id)
elif isinstance(self.channel, Thread):
thread = Object(self.channel.id)
elif isinstance(self.channel, ForumChannel): # This fixes the issue where "Unknown Message" would be raised
thread = Object(self.id) # The thread's ID is the same as the starter message's ID
```
Oddly enough, A forum channel's thread and its started message have the same snowflake. Not sure if this is intentional or a discord bug, since this doesn't happen with text channel threads.
|
1.0
|
discord.WebhookMessage.edit() is not handled well in Forum Channels - ### Summary
When trying to edit a forum channel thread's starter message sent by a webhook, this raises an "Unknown Message" exception
### Reproduction Steps
1. Create a Forum Channel webhook
2. Create a Webhook object with an algorithm that checks for webhooks in a channel (code will demonstrate)
3. Create a thread via `discord.Webhook.send()` and assign a variable to it (wait has to be True)
4. Attempt to edit the message
5. Unknown Message should be the exception raised
### Minimal Reproducible Code
```python
channel = bot.get_channel(FORUM_CHANNEL_ID) # Forum Channel has to have at least 1 webhook
webhook = await channel.webhooks() # List of webhooks
message = await webhook[0].send("Hello world", thread_name="Thread Name", wait=True)
await message.edit(content="Goodbye world") # Raises "Unknown Message"
```
### Expected Results
The webhook's starter message is expected to be edited.
### Actual Results
The following traceback gets printed:
```
Traceback (most recent call last):
File "C:\Users\my_user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\client.py", line 378, in _run_event
await coro(*args, **kwargs)
File "...\test_file.py", line 38, in on_ready
await message.edit(content="Goodbye world")
File "C:\Users\my_user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\webhook\async_.py", line 901, in edit
return await self._state._webhook.edit_message(
File "C:\Users\my_user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\webhook\async_.py", line 1947, in edit_message
data = await adapter.edit_webhook_message(
File "C:\Users\my_user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\webhook\async_.py", line 219, in request
raise NotFound(response, data)
discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message
```
### Intents
message_content, messages, guilds, emojis, reactions
### System Information
- Python v3.10.0-final
- py-cord v2.4.None-final
- aiohttp v3.8.1
- system info: Windows 10 10.0.22621
### Checklist
- [X] I have searched the open issues for duplicates.
- [X] I have shown the entire traceback, if possible.
- [X] I have removed my token from display, if visible.
### Additional Context
This seems to be the lines that are causing the issue are the following:
```py
# /discord/webhook/async_.py, Lines 890-894
thread = MISSING
if hasattr(self, "_thread_id"):
thread = Object(self._thread_id)
elif isinstance(self.channel, Thread):
thread = Object(self.channel.id)
```
This code doesn't handle the case where `channel.type` would be `ForumChannel`, so thread gets sent as None, and therefore the discord API's link that pycord sends a request to looks like this:
`https://discord.com/api/v10/webhooks/[webhook id]/[webhook token]/messages/[message id]`
Which, according to the [official Discord Developer Docs](https://discord.com/developers/docs/resources/webhook#edit-webhook-message-query-string-params), is missing the `thread_id` query string parameter, since it's a Forum Channel and it needs a thread id, otherwise it returns an `Unknown Message` error.
I created a band-aid fix for this:
```py
thread = MISSING
if hasattr(self, "_thread_id"):
thread = Object(self._thread_id)
elif isinstance(self.channel, Thread):
thread = Object(self.channel.id)
elif isinstance(self.channel, ForumChannel): # This fixes the issue where "Unknown Message" would be raised
thread = Object(self.id) # The thread's ID is the same as the starter message's ID
```
Oddly enough, A forum channel's thread and its started message have the same snowflake. Not sure if this is intentional or a discord bug, since this doesn't happen with text channel threads.
|
non_defect
|
discord webhookmessage edit is not handled well in forum channels summary when trying to edit a forum channel thread s starter message sent by a webhook this raises an unknown message exception reproduction steps create a forum channel webhook create a webhook object with an algorithm that checks for webhooks in a channel code will demonstrate create a thread via discord webhook send and assign a variable to it wait has to be true attempt to edit the message unknown message should be the exception raised minimal reproducible code python channel bot get channel forum channel id forum channel has to have at least webhook webhook await channel webhooks list of webhooks message await webhook send hello world thread name thread name wait true await message edit content goodbye world raises unknown message expected results the webhook s starter message is expected to be edited actual results the following traceback gets printed traceback most recent call last file c users my user appdata local programs python lib site packages discord client py line in run event await coro args kwargs file test file py line in on ready await message edit content goodbye world file c users my user appdata local programs python lib site packages discord webhook async py line in edit return await self state webhook edit message file c users my user appdata local programs python lib site packages discord webhook async py line in edit message data await adapter edit webhook message file c users my user appdata local programs python lib site packages discord webhook async py line in request raise notfound response data discord errors notfound not found error code unknown message intents message content messages guilds emojis reactions system information python final py cord none final aiohttp system info windows checklist i have searched the open issues for duplicates i have shown the entire traceback if possible i have removed my token from display if visible additional context this seems to be the lines that are causing the issue are the following py discord webhook async py lines thread missing if hasattr self thread id thread object self thread id elif isinstance self channel thread thread object self channel id this code doesn t handle the case where channel type would be forumchannel so thread gets sent as none and therefore the discord api s link that pycord sends a request to looks like this messages which according to the is missing the thread id query string parameter since it s a forum channel and it needs a thread id otherwise it returns an unknown message error i created a band aid fix for this py thread missing if hasattr self thread id thread object self thread id elif isinstance self channel thread thread object self channel id elif isinstance self channel forumchannel this fixes the issue where unknown message would be raised thread object self id the thread s id is the same as the starter message s id oddly enough a forum channel s thread and its started message have the same snowflake not sure if this is intentional or a discord bug since this doesn t happen with text channel threads
| 0
|
323,063
| 27,664,906,746
|
IssuesEvent
|
2023-03-12 23:06:41
|
systemd/systemd
|
https://api.github.com/repos/systemd/systemd
|
closed
|
Still test-time-util is unstable
|
bug 🐛 util-lib tests
|
See https://download.copr.fedorainfracloud.org/results/packit/systemd-systemd-26678/fedora-rawhide-i386/05594021-systemd/builder-live.log.gz
```
/* test_format_timestamp_with_tz_one(Asia/Dili) */
Assertion 'parse_timestamp(xx, &y) >= 0' failed at src/test/test-time-util.c:398, function test_format_timestamp_impl(). Aborting.
```
|
1.0
|
Still test-time-util is unstable - See https://download.copr.fedorainfracloud.org/results/packit/systemd-systemd-26678/fedora-rawhide-i386/05594021-systemd/builder-live.log.gz
```
/* test_format_timestamp_with_tz_one(Asia/Dili) */
Assertion 'parse_timestamp(xx, &y) >= 0' failed at src/test/test-time-util.c:398, function test_format_timestamp_impl(). Aborting.
```
|
non_defect
|
still test time util is unstable see test format timestamp with tz one asia dili assertion parse timestamp xx y failed at src test test time util c function test format timestamp impl aborting
| 0
|
74,402
| 25,106,097,003
|
IssuesEvent
|
2022-11-08 16:43:58
|
vector-im/element-android
|
https://api.github.com/repos/vector-im/element-android
|
closed
|
Sharing a file from the gallery only works with multiple recipients
|
T-Defect
|
### Steps to reproduce
1. Open any gallery app, select one or more images to send.
2. Click "Send items" to Element.
3. The element room selection opens.
4. Hold down the room entry to select the room I want to send the image to. (Select only one room).
5. Press the send button.
### Outcome
#### What did you expect?
The image to be sent to the room.
#### What happened instead?
The room chat window opened and the image was not sent.
#### If I select more than 1 room to send the image to, the image gets sent to all rooms.
### Your phone model
Mi 9T
### Operating system version
Android 10 QKQ1.190825.002
### Application version and app store
Element version 1.5.4 [40105042] (G-b12120), Matrix SDK version 1.5.4 (db35f5c7), olm version 3.2.12
### Homeserver
non-public Synapse
### Will you send logs?
No
### Are you willing to provide a PR?
No
|
1.0
|
Sharing a file from the gallery only works with multiple recipients - ### Steps to reproduce
1. Open any gallery app, select one or more images to send.
2. Click "Send items" to Element.
3. The element room selection opens.
4. Hold down the room entry to select the room I want to send the image to. (Select only one room).
5. Press the send button.
### Outcome
#### What did you expect?
The image to be sent to the room.
#### What happened instead?
The room chat window opened and the image was not sent.
#### If I select more than 1 room to send the image to, the image gets sent to all rooms.
### Your phone model
Mi 9T
### Operating system version
Android 10 QKQ1.190825.002
### Application version and app store
Element version 1.5.4 [40105042] (G-b12120), Matrix SDK version 1.5.4 (db35f5c7), olm version 3.2.12
### Homeserver
non-public Synapse
### Will you send logs?
No
### Are you willing to provide a PR?
No
|
defect
|
sharing a file from the gallery only works with multiple recipients steps to reproduce open any gallery app select one or more images to send click send items to element the element room selection opens hold down the room entry to select the room i want to send the image to select only one room press the send button outcome what did you expect the image to be sent to the room what happened instead the room chat window opened and the image was not sent if i select more than room to send the image to the image gets sent to all rooms your phone model mi operating system version android application version and app store element version g matrix sdk version olm version homeserver non public synapse will you send logs no are you willing to provide a pr no
| 1
|
56,510
| 15,128,855,448
|
IssuesEvent
|
2021-02-10 00:07:09
|
openzfs/zfs
|
https://api.github.com/repos/openzfs/zfs
|
closed
|
"zpool import" is altering a readonly device
|
Status: Stale Type: Defect
|
### System information
Distribution Name | Archlinux
Linux Kernel | 4.14.32-1-lts
Architecture | 64
ZFS Version | 0.7.0-403_g1724eb62d
SPL Version | 0.7.0-31_g43983eb
### Describe the problem you're observing
FreeBSD boot on /dev/sdb1
FreeBSD swap on /dev/sdb2
FreeBSD ZFS on /dev/sdb3
*(eg. pfSense on /dev/sdb)*
```console
# blockdev --setro /dev/sdb*
# chmod 444 /dev/sdb*
# dd if=/dev/zero of=/dev/sdb3 status=none
dd: writing to '/dev/sdb3' : Operation not permitted
```
```console
# sha1sum /dev/sdb3
b0f8d6a60ecadac714aef18414a5ebf4eda0f812 /dev/sdb3
# zpool import -R /test/ -N zroot
# sha1sum /dev/sdb3
e54f4b827af5127d29a298495e152b8d25407b48 /dev/sdb3
```
*(this does not happen if the option `-o readonly=on` is passed)*
it's problematic because it bypasses the rules I've set on my drive and his partitions *(think forensic)...*
### Describe how to reproduce the problem
### Include any warning/errors/backtraces from the system logs
|
1.0
|
"zpool import" is altering a readonly device - ### System information
Distribution Name | Archlinux
Linux Kernel | 4.14.32-1-lts
Architecture | 64
ZFS Version | 0.7.0-403_g1724eb62d
SPL Version | 0.7.0-31_g43983eb
### Describe the problem you're observing
FreeBSD boot on /dev/sdb1
FreeBSD swap on /dev/sdb2
FreeBSD ZFS on /dev/sdb3
*(eg. pfSense on /dev/sdb)*
```console
# blockdev --setro /dev/sdb*
# chmod 444 /dev/sdb*
# dd if=/dev/zero of=/dev/sdb3 status=none
dd: writing to '/dev/sdb3' : Operation not permitted
```
```console
# sha1sum /dev/sdb3
b0f8d6a60ecadac714aef18414a5ebf4eda0f812 /dev/sdb3
# zpool import -R /test/ -N zroot
# sha1sum /dev/sdb3
e54f4b827af5127d29a298495e152b8d25407b48 /dev/sdb3
```
*(this does not happen if the option `-o readonly=on` is passed)*
it's problematic because it bypasses the rules I've set on my drive and his partitions *(think forensic)...*
### Describe how to reproduce the problem
### Include any warning/errors/backtraces from the system logs
|
defect
|
zpool import is altering a readonly device system information distribution name archlinux linux kernel lts architecture zfs version spl version describe the problem you re observing freebsd boot on dev freebsd swap on dev freebsd zfs on dev eg pfsense on dev sdb console blockdev setro dev sdb chmod dev sdb dd if dev zero of dev status none dd writing to dev operation not permitted console dev dev zpool import r test n zroot dev dev this does not happen if the option o readonly on is passed it s problematic because it bypasses the rules i ve set on my drive and his partitions think forensic describe how to reproduce the problem include any warning errors backtraces from the system logs
| 1
|
21,267
| 3,880,881,246
|
IssuesEvent
|
2016-04-13 00:27:06
|
ipfs/go-ipfs
|
https://api.github.com/repos/ipfs/go-ipfs
|
opened
|
t0130 hangs occasionally on utp tests
|
bug test_failure
|
https://travis-ci.org/ipfs/go-ipfs/jobs/122655102
Since the exact same test using tcp works fine, i'm going to lean towards blaming utp for this.
|
1.0
|
t0130 hangs occasionally on utp tests - https://travis-ci.org/ipfs/go-ipfs/jobs/122655102
Since the exact same test using tcp works fine, i'm going to lean towards blaming utp for this.
|
non_defect
|
hangs occasionally on utp tests since the exact same test using tcp works fine i m going to lean towards blaming utp for this
| 0
|
67,044
| 20,821,405,796
|
IssuesEvent
|
2022-03-18 15:43:46
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
closed
|
Avatar on the location pin is not positioned rightly on Bubble layout
|
T-Defect S-Tolerable O-Occasional good first issue Z-Labs A-Location-Sharing
|
### Steps to reproduce
1. Change the message layout to bubble
1. Share the location
2. Check the avatar on the map
3. Compare the avatars on the closed map and expanded map
### Outcome
#### What did you expect?
Both should be:

(This one seems not centered perfectly. It looks placed slightly, probably ~1px, on the right side.)
#### What happened instead?
On the closed map (the map on the timeline), the avatar is not placed at the center of the pin

### Operating system
Debian
### Browser information
Firefox
### URL for webapp
localhost
### Application version
develop branch
### Homeserver
_No response_
### Will you send logs?
No
|
1.0
|
Avatar on the location pin is not positioned rightly on Bubble layout - ### Steps to reproduce
1. Change the message layout to bubble
1. Share the location
2. Check the avatar on the map
3. Compare the avatars on the closed map and expanded map
### Outcome
#### What did you expect?
Both should be:

(This one seems not centered perfectly. It looks placed slightly, probably ~1px, on the right side.)
#### What happened instead?
On the closed map (the map on the timeline), the avatar is not placed at the center of the pin

### Operating system
Debian
### Browser information
Firefox
### URL for webapp
localhost
### Application version
develop branch
### Homeserver
_No response_
### Will you send logs?
No
|
defect
|
avatar on the location pin is not positioned rightly on bubble layout steps to reproduce change the message layout to bubble share the location check the avatar on the map compare the avatars on the closed map and expanded map outcome what did you expect both should be this one seems not centered perfectly it looks placed slightly probably on the right side what happened instead on the closed map the map on the timeline the avatar is not placed at the center of the pin operating system debian browser information firefox url for webapp localhost application version develop branch homeserver no response will you send logs no
| 1
|
134,156
| 18,428,982,134
|
IssuesEvent
|
2021-10-14 04:19:38
|
samq-ghdemo/JS-DEMO
|
https://api.github.com/repos/samq-ghdemo/JS-DEMO
|
closed
|
CVE-2020-11023 (Medium) detected in jquery-1.10.2.min.js - autoclosed
|
security vulnerability
|
## CVE-2020-11023 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.10.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js</a></p>
<p>Path to vulnerable library: /app/assets/vendor/jquery.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.10.2.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samq-ghdemo/JS-DEMO/commit/2b26e4134d1898b311576b1eb592cb09a009cc26">2b26e4134d1898b311576b1eb592cb09a009cc26</a></p>
<p>Found in base branch: <b>master</b></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 jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/jquery/jquery/security/advisories/GHSA-jpcq-cgw6-v4j6,https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#440">https://github.com/jquery/jquery/security/advisories/GHSA-jpcq-cgw6-v4j6,https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#440</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jquery - 3.5.0;jquery-rails - 4.4.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.10.2","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"jquery:1.10.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jquery - 3.5.0;jquery-rails - 4.4.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-11023","vulnerabilityDetails":"In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing \u003coption\u003e elements from untrusted sources - even after sanitizing it - to one of jQuery\u0027s DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2020-11023 (Medium) detected in jquery-1.10.2.min.js - autoclosed - ## CVE-2020-11023 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.10.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js</a></p>
<p>Path to vulnerable library: /app/assets/vendor/jquery.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.10.2.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samq-ghdemo/JS-DEMO/commit/2b26e4134d1898b311576b1eb592cb09a009cc26">2b26e4134d1898b311576b1eb592cb09a009cc26</a></p>
<p>Found in base branch: <b>master</b></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 jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/jquery/jquery/security/advisories/GHSA-jpcq-cgw6-v4j6,https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#440">https://github.com/jquery/jquery/security/advisories/GHSA-jpcq-cgw6-v4j6,https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#440</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jquery - 3.5.0;jquery-rails - 4.4.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.10.2","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"jquery:1.10.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jquery - 3.5.0;jquery-rails - 4.4.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-11023","vulnerabilityDetails":"In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing \u003coption\u003e elements from untrusted sources - even after sanitizing it - to one of jQuery\u0027s DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
|
non_defect
|
cve medium detected in jquery min js autoclosed cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to vulnerable library app assets vendor jquery min js dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch master vulnerability details in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery jquery rails isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree jquery isminimumfixversionavailable true minimumfixversion jquery jquery rails basebranches vulnerabilityidentifier cve vulnerabilitydetails in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery vulnerabilityurl
| 0
|
531,960
| 15,527,850,014
|
IssuesEvent
|
2021-03-13 08:08:54
|
ashutoshgngwr/noice
|
https://api.github.com/repos/ashutoshgngwr/noice
|
closed
|
Text is cut off on small devices
|
always-fresh bug good first issue priority/low
|
### Description
<!-- A clear and concise description of what the bug is. -->
Text is cut off on small devices in AppIntro.
### To Reproduce
Open menu and select help or by the first start of the app AppIntro starts by default.
### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->

The last line in GERMAN TRANSLATION is cut off.
### Others
- Device: Sony Xperia XA AND Nexus 5 API 30 (from Android Studio Emulator)
- Android Version: 7
- App Version: 0.15.0
|
1.0
|
Text is cut off on small devices - ### Description
<!-- A clear and concise description of what the bug is. -->
Text is cut off on small devices in AppIntro.
### To Reproduce
Open menu and select help or by the first start of the app AppIntro starts by default.
### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->

The last line in GERMAN TRANSLATION is cut off.
### Others
- Device: Sony Xperia XA AND Nexus 5 API 30 (from Android Studio Emulator)
- Android Version: 7
- App Version: 0.15.0
|
non_defect
|
text is cut off on small devices description text is cut off on small devices in appintro to reproduce open menu and select help or by the first start of the app appintro starts by default screenshots the last line in german translation is cut off others device sony xperia xa and nexus api from android studio emulator android version app version
| 0
|
48,415
| 13,068,518,338
|
IssuesEvent
|
2020-07-31 03:50:03
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
closed
|
[clsim] I3CLSimServer deadlocks if given more than 1 I3CLSimStepToPhotonConverter (Trac #2360)
|
Migrated from Trac combo simulation defect
|
I3CLSimServer appears to deadlock if trying to service more than GPU at a time. @lulu observed this behavior when attempting to run hobo-snowstorm on interactive multi-GPU nodes in Chiba.
This can also be reproduced by running e.g.
```text
CUDA_VISIBLE_DEVICES=0,1 ./env-shell.sh clsim/resources/scripts/benchmark.py -n 1
```
on a dual-GPU system. With either `CUDA_VISIBLE_DEVICES=0` or `CUDA_VISIBLE_DEVICES=1`, it completes within a few seconds. With both GPUs enabled, it hangs forever.
Migrated from https://code.icecube.wisc.edu/ticket/2360
```json
{
"status": "closed",
"changetime": "2019-12-05T20:04:42",
"description": "I3CLSimServer appears to deadlock if trying to service more than GPU at a time. @lulu observed this behavior when attempting to run hobo-snowstorm on interactive multi-GPU nodes in Chiba.\n\nThis can also be reproduced by running e.g. \n{{{\nCUDA_VISIBLE_DEVICES=0,1 ./env-shell.sh clsim/resources/scripts/benchmark.py -n 1\n}}}\non a dual-GPU system. With either `CUDA_VISIBLE_DEVICES=0` or `CUDA_VISIBLE_DEVICES=1`, it completes within a few seconds. With both GPUs enabled, it hangs forever.",
"reporter": "jvansanten",
"cc": "eganster, lulu",
"resolution": "fixed",
"_ts": "1575576282029750",
"component": "combo simulation",
"summary": "[clsim] I3CLSimServer deadlocks if given more than 1 I3CLSimStepToPhotonConverter",
"priority": "major",
"keywords": "",
"time": "2019-09-20T02:42:58",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
|
1.0
|
[clsim] I3CLSimServer deadlocks if given more than 1 I3CLSimStepToPhotonConverter (Trac #2360) - I3CLSimServer appears to deadlock if trying to service more than GPU at a time. @lulu observed this behavior when attempting to run hobo-snowstorm on interactive multi-GPU nodes in Chiba.
This can also be reproduced by running e.g.
```text
CUDA_VISIBLE_DEVICES=0,1 ./env-shell.sh clsim/resources/scripts/benchmark.py -n 1
```
on a dual-GPU system. With either `CUDA_VISIBLE_DEVICES=0` or `CUDA_VISIBLE_DEVICES=1`, it completes within a few seconds. With both GPUs enabled, it hangs forever.
Migrated from https://code.icecube.wisc.edu/ticket/2360
```json
{
"status": "closed",
"changetime": "2019-12-05T20:04:42",
"description": "I3CLSimServer appears to deadlock if trying to service more than GPU at a time. @lulu observed this behavior when attempting to run hobo-snowstorm on interactive multi-GPU nodes in Chiba.\n\nThis can also be reproduced by running e.g. \n{{{\nCUDA_VISIBLE_DEVICES=0,1 ./env-shell.sh clsim/resources/scripts/benchmark.py -n 1\n}}}\non a dual-GPU system. With either `CUDA_VISIBLE_DEVICES=0` or `CUDA_VISIBLE_DEVICES=1`, it completes within a few seconds. With both GPUs enabled, it hangs forever.",
"reporter": "jvansanten",
"cc": "eganster, lulu",
"resolution": "fixed",
"_ts": "1575576282029750",
"component": "combo simulation",
"summary": "[clsim] I3CLSimServer deadlocks if given more than 1 I3CLSimStepToPhotonConverter",
"priority": "major",
"keywords": "",
"time": "2019-09-20T02:42:58",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
|
defect
|
deadlocks if given more than trac appears to deadlock if trying to service more than gpu at a time lulu observed this behavior when attempting to run hobo snowstorm on interactive multi gpu nodes in chiba this can also be reproduced by running e g text cuda visible devices env shell sh clsim resources scripts benchmark py n on a dual gpu system with either cuda visible devices or cuda visible devices it completes within a few seconds with both gpus enabled it hangs forever migrated from json status closed changetime description appears to deadlock if trying to service more than gpu at a time lulu observed this behavior when attempting to run hobo snowstorm on interactive multi gpu nodes in chiba n nthis can also be reproduced by running e g n ncuda visible devices env shell sh clsim resources scripts benchmark py n n non a dual gpu system with either cuda visible devices or cuda visible devices it completes within a few seconds with both gpus enabled it hangs forever reporter jvansanten cc eganster lulu resolution fixed ts component combo simulation summary deadlocks if given more than priority major keywords time milestone owner jvansanten type defect
| 1
|
118,783
| 25,368,502,113
|
IssuesEvent
|
2022-11-21 08:47:52
|
Regalis11/Barotrauma
|
https://api.github.com/repos/Regalis11/Barotrauma
|
closed
|
Error when trying to enable the mod 'EK | Utility' (could not find filelist.xml)
|
Bug Need more info Code Modding
|
### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [X] My issue happened while using mods.
### What happened?
hi,
I've been trying to downland the EK mods but somehow it just wont downland
(it happens only with the 3 mods)
here is a picture of the crash thing

anyone can help me?
thanks
### Reproduction steps
1. i try to install the mod
2. it sends the crash message or the error message idk
### Bug prevalence
Happens every time I play
### Version
0.19.14.0
### -
_No response_
### Which operating system did you encounter this bug on?
Windows
### Relevant error messages and crash reports
```shell
Couldn't load xml document "E:\SteamLibrary\steamapps\workshop\content\602960\1946765892\filelist.xml"! {Could not find file 'E:\SteamLibrary\steamapps\workshop\content\602960\1946765892\filelist.xml'.}
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at Barotrauma.IO.File.Open(String path, FileMode mode, FileAccess access, Nullable`1 share) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Utils\SafeIO.cs:line 387
at Barotrauma.XMLExtensions.TryLoadXml(String filePath, Exception& exception) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 110
```
|
1.0
|
Error when trying to enable the mod 'EK | Utility' (could not find filelist.xml) - ### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [X] My issue happened while using mods.
### What happened?
hi,
I've been trying to downland the EK mods but somehow it just wont downland
(it happens only with the 3 mods)
here is a picture of the crash thing

anyone can help me?
thanks
### Reproduction steps
1. i try to install the mod
2. it sends the crash message or the error message idk
### Bug prevalence
Happens every time I play
### Version
0.19.14.0
### -
_No response_
### Which operating system did you encounter this bug on?
Windows
### Relevant error messages and crash reports
```shell
Couldn't load xml document "E:\SteamLibrary\steamapps\workshop\content\602960\1946765892\filelist.xml"! {Could not find file 'E:\SteamLibrary\steamapps\workshop\content\602960\1946765892\filelist.xml'.}
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at Barotrauma.IO.File.Open(String path, FileMode mode, FileAccess access, Nullable`1 share) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Utils\SafeIO.cs:line 387
at Barotrauma.XMLExtensions.TryLoadXml(String filePath, Exception& exception) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 110
```
|
non_defect
|
error when trying to enable the mod ek utility could not find filelist xml disclaimers i have searched the issue tracker to check if the issue has already been reported my issue happened while using mods what happened hi i ve been trying to downland the ek mods but somehow it just wont downland it happens only with the mods here is a picture of the crash thing anyone can help me thanks reproduction steps i try to install the mod it sends the crash message or the error message idk bug prevalence happens every time i play version no response which operating system did you encounter this bug on windows relevant error messages and crash reports shell couldn t load xml document e steamlibrary steamapps workshop content filelist xml could not find file e steamlibrary steamapps workshop content filelist xml at microsoft safehandles safefilehandle createfile string fullpath filemode mode fileaccess access fileshare share fileoptions options at microsoft safehandles safefilehandle open string fullpath filemode mode fileaccess access fileshare share fileoptions options preallocationsize at system io strategies osfilestreamstrategy ctor string path filemode mode fileaccess access fileshare share fileoptions options preallocationsize at barotrauma io file open string path filemode mode fileaccess access nullable share in barotrauma barotraumashared sharedsource utils safeio cs line at barotrauma xmlextensions tryloadxml string filepath exception exception in barotrauma barotraumashared sharedsource serialization xmlextensions cs line
| 0
|
73,022
| 24,411,223,417
|
IssuesEvent
|
2022-10-05 12:33:24
|
department-of-veterans-affairs/va.gov-team
|
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
|
closed
|
[KEYBOARD]: Outreach materials - focus should be set on the number of results on pagination keypress or click
|
⭐️ Public Websites 508/Accessibility Outreach Hub 508-defect-3 508-issue-focus-mgmt stale
|
## Description
<!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. -->
Keyboard focus is being lost to the `<body>` tag when users click on any of the pagination links at the bottom of the screen. We should set focus back to the number of results so keyboard and screen reader users do not have to navigate back to the top of the page manually. Screenshot attached below.
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket.
-->
**VFS Point of Contact:** _Trevor_
## Acceptance Criteria
<!-- As a keyboard user, I want to open the Level of Coverage widget by pressing Spacebar or pressing Enter. These keypress actions should not interfere with the mouse click event also opening the widget. -->
* As a keyboard user, I want to focus the first result card link by pressing `TAB` once after I have clicked a pagination link
* As a screen reader user, I want the same as above, and want to hear the search results read aloud
## Environment
* MacOS Mojave
* Safari
* VoiceOver
## Possible Fixes (optional)
By adding a `tabindex` attribute, we can set focus programmatically. I think the VA helper method for setting focus could be added to the pagination click handler(s).
```html
<!-- Add a tabindex="-1" to set focus with JavaScript -->
<div class="break-div" tabindex="-1">
Showing
<span id="total-pages">10</span>
<span id="total-all"> of 176</span> results
</div>
```
## WCAG or Vendor Guidance (optional)
* [Keyboard: Understanding SC 2.1.1](https://www.w3.org/TR/UNDERSTANDING-WCAG20/keyboard-operation-keyboard-operable.html)
## Screenshots or Trace Logs
<!-- Drop any screenshots or error logs that might be useful for debugging -->

|
1.0
|
[KEYBOARD]: Outreach materials - focus should be set on the number of results on pagination keypress or click - ## Description
<!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. -->
Keyboard focus is being lost to the `<body>` tag when users click on any of the pagination links at the bottom of the screen. We should set focus back to the number of results so keyboard and screen reader users do not have to navigate back to the top of the page manually. Screenshot attached below.
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket.
-->
**VFS Point of Contact:** _Trevor_
## Acceptance Criteria
<!-- As a keyboard user, I want to open the Level of Coverage widget by pressing Spacebar or pressing Enter. These keypress actions should not interfere with the mouse click event also opening the widget. -->
* As a keyboard user, I want to focus the first result card link by pressing `TAB` once after I have clicked a pagination link
* As a screen reader user, I want the same as above, and want to hear the search results read aloud
## Environment
* MacOS Mojave
* Safari
* VoiceOver
## Possible Fixes (optional)
By adding a `tabindex` attribute, we can set focus programmatically. I think the VA helper method for setting focus could be added to the pagination click handler(s).
```html
<!-- Add a tabindex="-1" to set focus with JavaScript -->
<div class="break-div" tabindex="-1">
Showing
<span id="total-pages">10</span>
<span id="total-all"> of 176</span> results
</div>
```
## WCAG or Vendor Guidance (optional)
* [Keyboard: Understanding SC 2.1.1](https://www.w3.org/TR/UNDERSTANDING-WCAG20/keyboard-operation-keyboard-operable.html)
## Screenshots or Trace Logs
<!-- Drop any screenshots or error logs that might be useful for debugging -->

|
defect
|
outreach materials focus should be set on the number of results on pagination keypress or click description keyboard focus is being lost to the tag when users click on any of the pagination links at the bottom of the screen we should set focus back to the number of results so keyboard and screen reader users do not have to navigate back to the top of the page manually screenshot attached below point of contact if this issue is being opened by a vfs team member please add a point of contact usually this is the same person who enters the issue ticket vfs point of contact trevor acceptance criteria as a keyboard user i want to focus the first result card link by pressing tab once after i have clicked a pagination link as a screen reader user i want the same as above and want to hear the search results read aloud environment macos mojave safari voiceover possible fixes optional by adding a tabindex attribute we can set focus programmatically i think the va helper method for setting focus could be added to the pagination click handler s html showing of results wcag or vendor guidance optional screenshots or trace logs
| 1
|
414,193
| 12,100,455,198
|
IssuesEvent
|
2020-04-20 13:49:46
|
web-platform-tests/wpt
|
https://api.github.com/repos/web-platform-tests/wpt
|
closed
|
Lint errors are printed twice, interleaved with a "INFO:lint:" prefix
|
good first issue infra lint priority:backlog
|
As part of fixing https://github.com/w3c/web-platform-tests/pull/8443, running `./wpt lint content-security-policy/svg/including.sub.svg` before fixing the problem, I saw this on the console:
```
content-security-policy/svg/including.sub.svg: Unable to parse file (PARSE-FAILED)
ERROR:lint:content-security-policy/svg/including.sub.svg: Unable to parse file (PARSE-FAILED)
INFO:lint:
There was 1 error (PARSE-FAILED: 1)
INFO:lint:There was 1 error (PARSE-FAILED: 1)
You must fix all errors; for details on how to fix them, see
INFO:lint:You must fix all errors; for details on how to fix them, see
http://web-platform-tests.org/writing-tests/lint-tool.html
INFO:lint:http://web-platform-tests.org/writing-tests/lint-tool.html
INFO:lint:
However, instead of fixing a particular error, it's sometimes
INFO:lint:However, instead of fixing a particular error, it's sometimes
OK to add a line to the lint.whitelist file in the root of the
INFO:lint:OK to add a line to the lint.whitelist file in the root of the
web-platform-tests directory to make the lint tool ignore it.
INFO:lint:web-platform-tests directory to make the lint tool ignore it.
INFO:lint:
For example, to make the lint tool ignore all 'PARSE-FAILED'
INFO:lint:For example, to make the lint tool ignore all 'PARSE-FAILED'
errors in the content-security-policy/svg/including.sub.svg file,
INFO:lint:errors in the content-security-policy/svg/including.sub.svg file,
you could add the following line to the lint.whitelist file.
INFO:lint:you could add the following line to the lint.whitelist file.
INFO:lint:
PARSE-FAILED:content-security-policy/svg/including.sub.svg
INFO:lint:PARSE-FAILED:content-security-policy/svg/including.sub.svg
```
This is very strange. Each line is repeated twice, the second time with a "INFO:lint:" prefix, and then some lines with just "INFO:lint:".
The very last line is the most problematic, because if not careful one might try copying it verbatim into lint.whitelist.
@jgraham, any idea why this is like this?
|
1.0
|
Lint errors are printed twice, interleaved with a "INFO:lint:" prefix - As part of fixing https://github.com/w3c/web-platform-tests/pull/8443, running `./wpt lint content-security-policy/svg/including.sub.svg` before fixing the problem, I saw this on the console:
```
content-security-policy/svg/including.sub.svg: Unable to parse file (PARSE-FAILED)
ERROR:lint:content-security-policy/svg/including.sub.svg: Unable to parse file (PARSE-FAILED)
INFO:lint:
There was 1 error (PARSE-FAILED: 1)
INFO:lint:There was 1 error (PARSE-FAILED: 1)
You must fix all errors; for details on how to fix them, see
INFO:lint:You must fix all errors; for details on how to fix them, see
http://web-platform-tests.org/writing-tests/lint-tool.html
INFO:lint:http://web-platform-tests.org/writing-tests/lint-tool.html
INFO:lint:
However, instead of fixing a particular error, it's sometimes
INFO:lint:However, instead of fixing a particular error, it's sometimes
OK to add a line to the lint.whitelist file in the root of the
INFO:lint:OK to add a line to the lint.whitelist file in the root of the
web-platform-tests directory to make the lint tool ignore it.
INFO:lint:web-platform-tests directory to make the lint tool ignore it.
INFO:lint:
For example, to make the lint tool ignore all 'PARSE-FAILED'
INFO:lint:For example, to make the lint tool ignore all 'PARSE-FAILED'
errors in the content-security-policy/svg/including.sub.svg file,
INFO:lint:errors in the content-security-policy/svg/including.sub.svg file,
you could add the following line to the lint.whitelist file.
INFO:lint:you could add the following line to the lint.whitelist file.
INFO:lint:
PARSE-FAILED:content-security-policy/svg/including.sub.svg
INFO:lint:PARSE-FAILED:content-security-policy/svg/including.sub.svg
```
This is very strange. Each line is repeated twice, the second time with a "INFO:lint:" prefix, and then some lines with just "INFO:lint:".
The very last line is the most problematic, because if not careful one might try copying it verbatim into lint.whitelist.
@jgraham, any idea why this is like this?
|
non_defect
|
lint errors are printed twice interleaved with a info lint prefix as part of fixing running wpt lint content security policy svg including sub svg before fixing the problem i saw this on the console content security policy svg including sub svg unable to parse file parse failed error lint content security policy svg including sub svg unable to parse file parse failed info lint there was error parse failed info lint there was error parse failed you must fix all errors for details on how to fix them see info lint you must fix all errors for details on how to fix them see info lint info lint however instead of fixing a particular error it s sometimes info lint however instead of fixing a particular error it s sometimes ok to add a line to the lint whitelist file in the root of the info lint ok to add a line to the lint whitelist file in the root of the web platform tests directory to make the lint tool ignore it info lint web platform tests directory to make the lint tool ignore it info lint for example to make the lint tool ignore all parse failed info lint for example to make the lint tool ignore all parse failed errors in the content security policy svg including sub svg file info lint errors in the content security policy svg including sub svg file you could add the following line to the lint whitelist file info lint you could add the following line to the lint whitelist file info lint parse failed content security policy svg including sub svg info lint parse failed content security policy svg including sub svg this is very strange each line is repeated twice the second time with a info lint prefix and then some lines with just info lint the very last line is the most problematic because if not careful one might try copying it verbatim into lint whitelist jgraham any idea why this is like this
| 0
|
137,796
| 30,757,744,372
|
IssuesEvent
|
2023-07-29 09:24:20
|
unoplatform/uno
|
https://api.github.com/repos/unoplatform/uno
|
closed
|
Xaml generator can append large strings causing LOH allocations
|
kind/enhancement triage/untriaged area/code-generation project/core-tools difficulty/tbd area/performance
|

We shouldn't be appending too large strings at once.
I suspect those large strings could be:
https://github.com/unoplatform/uno/blob/1c03de4f02e69cc6b02f32c0d5d91061fe551811/src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs#L426
https://github.com/unoplatform/uno/blob/1c03de4f02e69cc6b02f32c0d5d91061fe551811/src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs#L497
|
1.0
|
Xaml generator can append large strings causing LOH allocations - 
We shouldn't be appending too large strings at once.
I suspect those large strings could be:
https://github.com/unoplatform/uno/blob/1c03de4f02e69cc6b02f32c0d5d91061fe551811/src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs#L426
https://github.com/unoplatform/uno/blob/1c03de4f02e69cc6b02f32c0d5d91061fe551811/src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs#L497
|
non_defect
|
xaml generator can append large strings causing loh allocations we shouldn t be appending too large strings at once i suspect those large strings could be
| 0
|
59,135
| 17,015,962,538
|
IssuesEvent
|
2021-07-02 12:05:42
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
opened
|
Simplify shouldn't delete nodes that are in relations
|
Component: potlatch2 Priority: minor Type: defect
|
**[Submitted to the original trac issue database at 11.09am, Tuesday, 8th May 2012]**
See the "Delete unwanted nodes" loop of Simplify.as - needs a relation check as well as n.parentWays.length>1.
|
1.0
|
Simplify shouldn't delete nodes that are in relations - **[Submitted to the original trac issue database at 11.09am, Tuesday, 8th May 2012]**
See the "Delete unwanted nodes" loop of Simplify.as - needs a relation check as well as n.parentWays.length>1.
|
defect
|
simplify shouldn t delete nodes that are in relations see the delete unwanted nodes loop of simplify as needs a relation check as well as n parentways length
| 1
|
46,560
| 13,055,934,552
|
IssuesEvent
|
2020-07-30 03:09:55
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
opened
|
[dipolefit] no sphinx documentation (Trac #1445)
|
Incomplete Migration Migrated from Trac combo reconstruction defect
|
Migrated from https://code.icecube.wisc.edu/ticket/1445
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"description": "Good documentation is now deemed essential.",
"reporter": "david.schultz",
"cc": "olivas",
"resolution": "fixed",
"_ts": "1550067117911749",
"component": "combo reconstruction",
"summary": "[dipolefit] no sphinx documentation",
"priority": "major",
"keywords": "",
"time": "2015-11-24T23:14:58",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
|
1.0
|
[dipolefit] no sphinx documentation (Trac #1445) - Migrated from https://code.icecube.wisc.edu/ticket/1445
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"description": "Good documentation is now deemed essential.",
"reporter": "david.schultz",
"cc": "olivas",
"resolution": "fixed",
"_ts": "1550067117911749",
"component": "combo reconstruction",
"summary": "[dipolefit] no sphinx documentation",
"priority": "major",
"keywords": "",
"time": "2015-11-24T23:14:58",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
|
defect
|
no sphinx documentation trac migrated from json status closed changetime description good documentation is now deemed essential reporter david schultz cc olivas resolution fixed ts component combo reconstruction summary no sphinx documentation priority major keywords time milestone owner olivas type defect
| 1
|
51,632
| 12,753,164,300
|
IssuesEvent
|
2020-06-27 20:32:06
|
cake-build/frosting
|
https://api.github.com/repos/cake-build/frosting
|
opened
|
Publish packages to NuGet
|
build
|
Currently, packages are only pushed to MyGet. Going forward, we should push pre-release packages to MyGet and then the released packages to NuGet, in the same way as we do with the Cake packages.
|
1.0
|
Publish packages to NuGet - Currently, packages are only pushed to MyGet. Going forward, we should push pre-release packages to MyGet and then the released packages to NuGet, in the same way as we do with the Cake packages.
|
non_defect
|
publish packages to nuget currently packages are only pushed to myget going forward we should push pre release packages to myget and then the released packages to nuget in the same way as we do with the cake packages
| 0
|
314,046
| 26,972,390,541
|
IssuesEvent
|
2023-02-09 06:34:28
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
opened
|
roachtest: sqlsmith/setup=seed/setting=no-ddl failed
|
C-test-failure O-robot O-roachtest branch-master
|
roachtest.sqlsmith/setup=seed/setting=no-ddl [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8641928?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8641928?buildTab=artifacts#/sqlsmith/setup=seed/setting=no-ddl) on master @ [09188370d82e163ff1d44c62fe611104502c548d](https://github.com/cockroachdb/cockroach/commits/09188370d82e163ff1d44c62fe611104502c548d):
```
test artifacts and logs in: /artifacts/sqlsmith/setup=seed/setting=no-ddl/run_1
(sqlsmith.go:276).func3: ping node 1: dial tcp 35.196.132.210:26257: connect: connection refused
HINT: node likely crashed, check logs in artifacts > logs/1.unredacted
previous sql:
WITH
"wi%!q(MISSING)th731" (col5303, col5304)
AS (
SELECT
*
FROM
(
VALUES
(
B'10010011101100000111111100011110001100000110',
ARRAY['1982-11-23 00:48:00.000641+00:00':::TIMESTAMPTZ,'2027-08-11 05:18:06.000406+00:00':::TIMESTAMPTZ,'1988-03-09 07:18:25.000532+00:00':::TIMESTAMPTZ,'1999-09-12 01:50:38.000153+00:00':::TIMESTAMPTZ,'1993-12-17 11:22:54.000592+00:00':::TIMESTAMPTZ]
)
)
AS tab2192 (col5303, col5304)
)
SELECT
cte_ref196.col5304 AS "co
l
5305", NULL AS """%!p(MISSING)col{5306"
FROM
"wi%!q(MISSING)th731" AS cte_ref196
ORDER BY
cte_ref196.col5304 ASC NULLS LAST, cte_ref196.col5304 NULLS LAST, cte_ref196.col5304, cte_ref196.col5303 ASC
LIMIT
81:::INT8;ping node 1: dial tcp 35.196.132.210:26257: connect: connection refused
HINT: node likely crashed, check logs in artifacts > logs/1.unredacted
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sqlsmith/setup=seed/setting=no-ddl.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
|
2.0
|
roachtest: sqlsmith/setup=seed/setting=no-ddl failed - roachtest.sqlsmith/setup=seed/setting=no-ddl [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8641928?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8641928?buildTab=artifacts#/sqlsmith/setup=seed/setting=no-ddl) on master @ [09188370d82e163ff1d44c62fe611104502c548d](https://github.com/cockroachdb/cockroach/commits/09188370d82e163ff1d44c62fe611104502c548d):
```
test artifacts and logs in: /artifacts/sqlsmith/setup=seed/setting=no-ddl/run_1
(sqlsmith.go:276).func3: ping node 1: dial tcp 35.196.132.210:26257: connect: connection refused
HINT: node likely crashed, check logs in artifacts > logs/1.unredacted
previous sql:
WITH
"wi%!q(MISSING)th731" (col5303, col5304)
AS (
SELECT
*
FROM
(
VALUES
(
B'10010011101100000111111100011110001100000110',
ARRAY['1982-11-23 00:48:00.000641+00:00':::TIMESTAMPTZ,'2027-08-11 05:18:06.000406+00:00':::TIMESTAMPTZ,'1988-03-09 07:18:25.000532+00:00':::TIMESTAMPTZ,'1999-09-12 01:50:38.000153+00:00':::TIMESTAMPTZ,'1993-12-17 11:22:54.000592+00:00':::TIMESTAMPTZ]
)
)
AS tab2192 (col5303, col5304)
)
SELECT
cte_ref196.col5304 AS "co
l
5305", NULL AS """%!p(MISSING)col{5306"
FROM
"wi%!q(MISSING)th731" AS cte_ref196
ORDER BY
cte_ref196.col5304 ASC NULLS LAST, cte_ref196.col5304 NULLS LAST, cte_ref196.col5304, cte_ref196.col5303 ASC
LIMIT
81:::INT8;ping node 1: dial tcp 35.196.132.210:26257: connect: connection refused
HINT: node likely crashed, check logs in artifacts > logs/1.unredacted
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sqlsmith/setup=seed/setting=no-ddl.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
|
non_defect
|
roachtest sqlsmith setup seed setting no ddl failed roachtest sqlsmith setup seed setting no ddl with on master test artifacts and logs in artifacts sqlsmith setup seed setting no ddl run sqlsmith go ping node dial tcp connect connection refused hint node likely crashed check logs in artifacts logs unredacted previous sql with wi q missing as select from values b array as select cte as co l null as p missing col from wi q missing as cte order by cte asc nulls last cte nulls last cte cte asc limit ping node dial tcp connect connection refused hint node likely crashed check logs in artifacts logs unredacted parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest ssd help see see cc cockroachdb sql queries
| 0
|
65,351
| 19,428,757,652
|
IssuesEvent
|
2021-12-21 09:29:17
|
vector-im/element-android
|
https://api.github.com/repos/vector-im/element-android
|
opened
|
Getting this error "You cannot access this message"
|
T-Defect
|
### Steps to reproduce
lately i am facing this issue that started to appear in a one of the groups and not to all users in that group, so when a user sends messages to this group it appears for the rest users in the group and this error shown " You cannot access this message " instead off the actual message
### Outcome
#### What did you expect?
#### What happened instead?
### Your phone model
samsung
### Operating system version
Android 11
### Application version and app store
_No response_
### Homeserver
_No response_
### Will you send logs?
No
|
1.0
|
Getting this error "You cannot access this message" - ### Steps to reproduce
lately i am facing this issue that started to appear in a one of the groups and not to all users in that group, so when a user sends messages to this group it appears for the rest users in the group and this error shown " You cannot access this message " instead off the actual message
### Outcome
#### What did you expect?
#### What happened instead?
### Your phone model
samsung
### Operating system version
Android 11
### Application version and app store
_No response_
### Homeserver
_No response_
### Will you send logs?
No
|
defect
|
getting this error you cannot access this message steps to reproduce lately i am facing this issue that started to appear in a one of the groups and not to all users in that group so when a user sends messages to this group it appears for the rest users in the group and this error shown you cannot access this message instead off the actual message outcome what did you expect what happened instead your phone model samsung operating system version android application version and app store no response homeserver no response will you send logs no
| 1
|
700,673
| 24,068,501,065
|
IssuesEvent
|
2022-09-17 21:04:35
|
mmattDonk/AI-TTS-Donations
|
https://api.github.com/repos/mmattDonk/AI-TTS-Donations
|
closed
|
Make the project translation friendly
|
feature_request Medium Priority
|
I wouldn't think of it as a priority but it would definitely make it futureproof
|
1.0
|
Make the project translation friendly - I wouldn't think of it as a priority but it would definitely make it futureproof
|
non_defect
|
make the project translation friendly i wouldn t think of it as a priority but it would definitely make it futureproof
| 0
|
78,586
| 9,769,556,637
|
IssuesEvent
|
2019-06-06 08:51:21
|
microsoft/vscode
|
https://api.github.com/repos/microsoft/vscode
|
closed
|
Keybindings for `ctrl`+`tab`, `ctrl`+`shift`+`tab` do not comply with operating system norms
|
*as-designed
|
Issue Type: <b>Bug</b>
The default keybindings for `ctrl`+`tab` and `ctrl`+`shift`+`tab` do not comply with Windows / OSX operating system norms. Standard tabbed application behavior on those platforms is `workbench.action.previousEditor` / `workbench.action.nextEditor`, which VS Code should respect.
VS Code version: Code 1.35.0 (553cfb2c2205db5f15f3ee8395bbd5cf066d357d, 2019-06-04T01:17:12.481Z)
OS version: Windows_NT x64 10.0.18362
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (8 x 2112)|
|GPU Status|2d_canvas: enabled<br>checker_imaging: disabled_off<br>flash_3d: enabled<br>flash_stage3d: enabled<br>flash_stage3d_baseline: enabled<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>native_gpu_memory_buffers: disabled_software<br>rasterization: enabled<br>surface_synchronization: enabled_on<br>video_decode: enabled<br>webgl: enabled<br>webgl2: enabled|
|Load (avg)|undefined|
|Memory (System)|15.93GB (3.93GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|
</details><details><summary>Extensions (2)</summary>
Extension|Author (truncated)|Version
---|---|---
gitlens|eam|9.8.1
vsc-material-theme|Equ|2.9.0
</details>
<!-- generated by issue reporter -->
|
1.0
|
Keybindings for `ctrl`+`tab`, `ctrl`+`shift`+`tab` do not comply with operating system norms - Issue Type: <b>Bug</b>
The default keybindings for `ctrl`+`tab` and `ctrl`+`shift`+`tab` do not comply with Windows / OSX operating system norms. Standard tabbed application behavior on those platforms is `workbench.action.previousEditor` / `workbench.action.nextEditor`, which VS Code should respect.
VS Code version: Code 1.35.0 (553cfb2c2205db5f15f3ee8395bbd5cf066d357d, 2019-06-04T01:17:12.481Z)
OS version: Windows_NT x64 10.0.18362
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (8 x 2112)|
|GPU Status|2d_canvas: enabled<br>checker_imaging: disabled_off<br>flash_3d: enabled<br>flash_stage3d: enabled<br>flash_stage3d_baseline: enabled<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>native_gpu_memory_buffers: disabled_software<br>rasterization: enabled<br>surface_synchronization: enabled_on<br>video_decode: enabled<br>webgl: enabled<br>webgl2: enabled|
|Load (avg)|undefined|
|Memory (System)|15.93GB (3.93GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|
</details><details><summary>Extensions (2)</summary>
Extension|Author (truncated)|Version
---|---|---
gitlens|eam|9.8.1
vsc-material-theme|Equ|2.9.0
</details>
<!-- generated by issue reporter -->
|
non_defect
|
keybindings for ctrl tab ctrl shift tab do not comply with operating system norms issue type bug the default keybindings for ctrl tab and ctrl shift tab do not comply with windows osx operating system norms standard tabbed application behavior on those platforms is workbench action previouseditor workbench action nexteditor which vs code should respect vs code version code os version windows nt system info item value cpus intel r core tm cpu x gpu status canvas enabled checker imaging disabled off flash enabled flash enabled flash baseline enabled gpu compositing enabled multiple raster threads enabled on native gpu memory buffers disabled software rasterization enabled surface synchronization enabled on video decode enabled webgl enabled enabled load avg undefined memory system free process argv screen reader no vm extensions extension author truncated version gitlens eam vsc material theme equ
| 0
|
18,809
| 26,171,079,951
|
IssuesEvent
|
2023-01-01 23:10:30
|
modded-factorio/bobsmods
|
https://api.github.com/repos/modded-factorio/bobsmods
|
closed
|
Compatibility issue between Bob Power 1.16 and AAI Industry
|
mod compatibility Bob's Power
|

Minimum mod list:
- AAI Industry
- Angel's Refining
- Bob's Power
AAI Industry defines `steam-power` as a green science tech, depending on Fluid Handling. Without Angel's Refining, Steam Power is updated somewhere to be a red science tech with no prerequisites. I can't see where this happens.
|
True
|
Compatibility issue between Bob Power 1.16 and AAI Industry - 
Minimum mod list:
- AAI Industry
- Angel's Refining
- Bob's Power
AAI Industry defines `steam-power` as a green science tech, depending on Fluid Handling. Without Angel's Refining, Steam Power is updated somewhere to be a red science tech with no prerequisites. I can't see where this happens.
|
non_defect
|
compatibility issue between bob power and aai industry minimum mod list aai industry angel s refining bob s power aai industry defines steam power as a green science tech depending on fluid handling without angel s refining steam power is updated somewhere to be a red science tech with no prerequisites i can t see where this happens
| 0
|
27,290
| 4,957,423,012
|
IssuesEvent
|
2016-12-02 04:23:45
|
cakephp/cakephp
|
https://api.github.com/repos/cakephp/cakephp
|
closed
|
Tests fixtures: Cannot create fixture when the table has an index on an enum field
|
Defect
|
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.3.3
* Platform and Target: MySql database and Apache server
### What you did
Trying to load fixtures from a table that contains an enum field and an index on this enum field. Table definition is loaded from an existing db table:
`public $import = ['table' => 'mytable', 'connection' => 'default'];`
### What happened
Apparently enum types are not supported in Cakephph and they are converted as TEXT. However MySql does not support field TEXT as index and show me a warning.
`Warning Error: Fixture creation for "mytable" failed "SQLSTATE[42000]: Syntax error or access violation: 1170 BLOB/TEXT column 'myfield' used in key specification without a key length" in [...PROJECT...\vendor\cakephp\cakephp\src\TestSuite\Fixture\TestFixture.php, line 306]`
### What you expected to happen
It should work...
|
1.0
|
Tests fixtures: Cannot create fixture when the table has an index on an enum field - * [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.3.3
* Platform and Target: MySql database and Apache server
### What you did
Trying to load fixtures from a table that contains an enum field and an index on this enum field. Table definition is loaded from an existing db table:
`public $import = ['table' => 'mytable', 'connection' => 'default'];`
### What happened
Apparently enum types are not supported in Cakephph and they are converted as TEXT. However MySql does not support field TEXT as index and show me a warning.
`Warning Error: Fixture creation for "mytable" failed "SQLSTATE[42000]: Syntax error or access violation: 1170 BLOB/TEXT column 'myfield' used in key specification without a key length" in [...PROJECT...\vendor\cakephp\cakephp\src\TestSuite\Fixture\TestFixture.php, line 306]`
### What you expected to happen
It should work...
|
defect
|
tests fixtures cannot create fixture when the table has an index on an enum field bug enhancement feature discussion rfc cakephp version platform and target mysql database and apache server what you did trying to load fixtures from a table that contains an enum field and an index on this enum field table definition is loaded from an existing db table public import what happened apparently enum types are not supported in cakephph and they are converted as text however mysql does not support field text as index and show me a warning warning error fixture creation for mytable failed sqlstate syntax error or access violation blob text column myfield used in key specification without a key length in what you expected to happen it should work
| 1
|
47,328
| 12,014,615,895
|
IssuesEvent
|
2020-04-10 11:57:58
|
godotengine/godot
|
https://api.github.com/repos/godotengine/godot
|
closed
|
Custom build fails when Godot project directory is inside another gradle project directory
|
bug cherrypick:3.2 platform:android topic:buildsystem
|
**Godot version:**
3.2, 3.2.1
**OS/device including version:**
Android platform
**Issue description:**
If the Godot project directory is inside another gradle multi-project directory (e.g: one with a `settings.gradle` file), the custom build fails with the following error:
```
Project directory '<path_to_custom_build_directory>' is not part of the build defined by settings file '<path_to_the_gradle_settings_file>'. If this is an unrelated build, it must have its own settings file.
```
**Steps to reproduce:**
- Checkout the [`Godot-Android-Plugins/hello_world`](https://github.com/m4gr3d/Godot-Android-Plugins/tree/master/hello_world) project
- Load the project [Godot demo](https://github.com/m4gr3d/Godot-Android-Plugins/tree/master/hello_world/demo)
- Install the [`Android build templates`](https://docs.godotengine.org/en/3.2/getting_started/workflow/export/android_custom_build.html) and attempt to generate a custom build.
**Minimal reproduction project:**
[`Godot-Android-Plugins/hello_world`](https://github.com/m4gr3d/Godot-Android-Plugins/tree/master/hello_world) project
|
1.0
|
Custom build fails when Godot project directory is inside another gradle project directory - **Godot version:**
3.2, 3.2.1
**OS/device including version:**
Android platform
**Issue description:**
If the Godot project directory is inside another gradle multi-project directory (e.g: one with a `settings.gradle` file), the custom build fails with the following error:
```
Project directory '<path_to_custom_build_directory>' is not part of the build defined by settings file '<path_to_the_gradle_settings_file>'. If this is an unrelated build, it must have its own settings file.
```
**Steps to reproduce:**
- Checkout the [`Godot-Android-Plugins/hello_world`](https://github.com/m4gr3d/Godot-Android-Plugins/tree/master/hello_world) project
- Load the project [Godot demo](https://github.com/m4gr3d/Godot-Android-Plugins/tree/master/hello_world/demo)
- Install the [`Android build templates`](https://docs.godotengine.org/en/3.2/getting_started/workflow/export/android_custom_build.html) and attempt to generate a custom build.
**Minimal reproduction project:**
[`Godot-Android-Plugins/hello_world`](https://github.com/m4gr3d/Godot-Android-Plugins/tree/master/hello_world) project
|
non_defect
|
custom build fails when godot project directory is inside another gradle project directory godot version os device including version android platform issue description if the godot project directory is inside another gradle multi project directory e g one with a settings gradle file the custom build fails with the following error project directory is not part of the build defined by settings file if this is an unrelated build it must have its own settings file steps to reproduce checkout the project load the project install the and attempt to generate a custom build minimal reproduction project project
| 0
|
341
| 2,532,994,712
|
IssuesEvent
|
2015-01-23 19:56:11
|
google/error-prone
|
https://api.github.com/repos/google/error-prone
|
closed
|
Get collectionIncompatibleType working
|
migrated Priority-High Status-Started Type-Defect
|
_[Original issue](https://code.google.com/p/error-prone/issues/detail?id=63) created by **supertri@google.com** on 2012-12-03 at 11:25 PM_
---
Ray says:
How about removeAll()?
He can also point us to a test case that caused the web UI to not do what it is supposed to.
We should totally turn this check on.
|
1.0
|
Get collectionIncompatibleType working - _[Original issue](https://code.google.com/p/error-prone/issues/detail?id=63) created by **supertri@google.com** on 2012-12-03 at 11:25 PM_
---
Ray says:
How about removeAll()?
He can also point us to a test case that caused the web UI to not do what it is supposed to.
We should totally turn this check on.
|
defect
|
get collectionincompatibletype working created by supertri google com on at pm ray says how about removeall he can also point us to a test case that caused the web ui to not do what it is supposed to we should totally turn this check on
| 1
|
53,554
| 13,261,907,451
|
IssuesEvent
|
2020-08-20 20:45:10
|
icecube-trac/tix4
|
https://api.github.com/repos/icecube-trac/tix4
|
closed
|
[CascadeVariables] Uninitialized variables in VetoParams struct cause failure in L2 offline processing (Trac #1674)
|
Migrated from Trac combo reconstruction defect
|
In the case of no charge five variables of VetoParams (http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/CascadeVariables/trunk/public/CascadeVariables/I3VetoModule.h#L38) will not be initialized in http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/CascadeVariables/trunk/private/CascadeVariables/I3VetoModule.cxx#L282
This causes arbitrary values, e.g. for maxDomChargeString, that leads to a overflow in TableWriter in L2 offline processing
This issue blocks the offline processing of run 127650, sub run 100.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1674">https://code.icecube.wisc.edu/projects/icecube/ticket/1674</a>, reported by joertlinand owned by jadams</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"_ts": "1550067117911749",
"description": "In the case of no charge five variables of VetoParams (http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/CascadeVariables/trunk/public/CascadeVariables/I3VetoModule.h#L38) will not be initialized in http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/CascadeVariables/trunk/private/CascadeVariables/I3VetoModule.cxx#L282\n\nThis causes arbitrary values, e.g. for maxDomChargeString, that leads to a overflow in TableWriter in L2 offline processing\n\nThis issue blocks the offline processing of run 127650, sub run 100.",
"reporter": "joertlin",
"cc": "jadams",
"resolution": "fixed",
"time": "2016-04-29T12:14:40",
"component": "combo reconstruction",
"summary": "[CascadeVariables] Uninitialized variables in VetoParams struct cause failure in L2 offline processing",
"priority": "blocker",
"keywords": "",
"milestone": "",
"owner": "jadams",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
[CascadeVariables] Uninitialized variables in VetoParams struct cause failure in L2 offline processing (Trac #1674) - In the case of no charge five variables of VetoParams (http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/CascadeVariables/trunk/public/CascadeVariables/I3VetoModule.h#L38) will not be initialized in http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/CascadeVariables/trunk/private/CascadeVariables/I3VetoModule.cxx#L282
This causes arbitrary values, e.g. for maxDomChargeString, that leads to a overflow in TableWriter in L2 offline processing
This issue blocks the offline processing of run 127650, sub run 100.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1674">https://code.icecube.wisc.edu/projects/icecube/ticket/1674</a>, reported by joertlinand owned by jadams</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"_ts": "1550067117911749",
"description": "In the case of no charge five variables of VetoParams (http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/CascadeVariables/trunk/public/CascadeVariables/I3VetoModule.h#L38) will not be initialized in http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/CascadeVariables/trunk/private/CascadeVariables/I3VetoModule.cxx#L282\n\nThis causes arbitrary values, e.g. for maxDomChargeString, that leads to a overflow in TableWriter in L2 offline processing\n\nThis issue blocks the offline processing of run 127650, sub run 100.",
"reporter": "joertlin",
"cc": "jadams",
"resolution": "fixed",
"time": "2016-04-29T12:14:40",
"component": "combo reconstruction",
"summary": "[CascadeVariables] Uninitialized variables in VetoParams struct cause failure in L2 offline processing",
"priority": "blocker",
"keywords": "",
"milestone": "",
"owner": "jadams",
"type": "defect"
}
```
</p>
</details>
|
defect
|
uninitialized variables in vetoparams struct cause failure in offline processing trac in the case of no charge five variables of vetoparams will not be initialized in this causes arbitrary values e g for maxdomchargestring that leads to a overflow in tablewriter in offline processing this issue blocks the offline processing of run sub run migrated from json status closed changetime ts description in the case of no charge five variables of vetoparams will not be initialized in causes arbitrary values e g for maxdomchargestring that leads to a overflow in tablewriter in offline processing n nthis issue blocks the offline processing of run sub run reporter joertlin cc jadams resolution fixed time component combo reconstruction summary uninitialized variables in vetoparams struct cause failure in offline processing priority blocker keywords milestone owner jadams type defect
| 1
|
77,164
| 9,546,270,901
|
IssuesEvent
|
2019-05-01 19:26:51
|
openopps/openopps-platform
|
https://api.github.com/repos/openopps/openopps-platform
|
closed
|
Allow for ability for an student to withdraw their application once completed
|
Apply Process Approved Design Requirements Ready State Dept.
|
Who: Intern Applicants
What: Ability to withdraw an application
Why: To allow applicants to withdraw their application from within Open Opportunities
Acceptance Criteria:
- Students can withdraw an application only while the internship is open for applicants. When the apply end date has passed, the withdraw option should not be available.
- From the landing page Applied section, when the intern clicks on the link in the Program column, they will be taken to the Submitted application page where they see the Submitted application section
- The header reads, "Submitted application"
- The text under the header reads, "You have submitted the following application to the community name for cycle name.
- There will be two buttons: Update and Withdraw
- Update will be handled with ticket 3231
- Withdraw is handled with ticket 3087
When the withdraw button is selected, a modal displays:
- Header: Withdraw application
- Subheader: Confirm withdrawal of this application
- Text:
Are you sure you want to withdraw from the community name for cycle name? This action cannot be undone.
Want to keep your application, but choose another internship opportunity?
1. Close this window or choose **Cancel**.
2. Choose Update (bold).
3. Search for a new internship opportunity - you'll need to delete one of your selected internships to replace it with a new one.
4. Make sure to save and re-submit your application.
The modal will have Cancel and Withdraw buttons.
- Cancel will close the modal and return the applicant to the Submitted application page
- The "X" in the top right of the modal will act as a cancel
- Withdraw will close the modal and return the applicant to their signed in landing page.
- There will be an alert message at the top of the page that reads, "Application withdrawn You have successfully withdrawn your application from the community name for cycle name."
- In the applied section, the application will no longer display
- The applicant will receive an email confirmation that their application has been withdrawn. This is covered in ticket 3100
Open Questions:
- what if my application is in progress but not submitted? Can I withdraw?
- what about other places I can update?
Design:
https://opm.invisionapp.com/d/main#/console/15360465/352514658/preview
This includes updates to the Signed in landing page, a new view for students to update or withdraw, modals, and is wired up if you want to go through the experience.
|
1.0
|
Allow for ability for an student to withdraw their application once completed - Who: Intern Applicants
What: Ability to withdraw an application
Why: To allow applicants to withdraw their application from within Open Opportunities
Acceptance Criteria:
- Students can withdraw an application only while the internship is open for applicants. When the apply end date has passed, the withdraw option should not be available.
- From the landing page Applied section, when the intern clicks on the link in the Program column, they will be taken to the Submitted application page where they see the Submitted application section
- The header reads, "Submitted application"
- The text under the header reads, "You have submitted the following application to the community name for cycle name.
- There will be two buttons: Update and Withdraw
- Update will be handled with ticket 3231
- Withdraw is handled with ticket 3087
When the withdraw button is selected, a modal displays:
- Header: Withdraw application
- Subheader: Confirm withdrawal of this application
- Text:
Are you sure you want to withdraw from the community name for cycle name? This action cannot be undone.
Want to keep your application, but choose another internship opportunity?
1. Close this window or choose **Cancel**.
2. Choose Update (bold).
3. Search for a new internship opportunity - you'll need to delete one of your selected internships to replace it with a new one.
4. Make sure to save and re-submit your application.
The modal will have Cancel and Withdraw buttons.
- Cancel will close the modal and return the applicant to the Submitted application page
- The "X" in the top right of the modal will act as a cancel
- Withdraw will close the modal and return the applicant to their signed in landing page.
- There will be an alert message at the top of the page that reads, "Application withdrawn You have successfully withdrawn your application from the community name for cycle name."
- In the applied section, the application will no longer display
- The applicant will receive an email confirmation that their application has been withdrawn. This is covered in ticket 3100
Open Questions:
- what if my application is in progress but not submitted? Can I withdraw?
- what about other places I can update?
Design:
https://opm.invisionapp.com/d/main#/console/15360465/352514658/preview
This includes updates to the Signed in landing page, a new view for students to update or withdraw, modals, and is wired up if you want to go through the experience.
|
non_defect
|
allow for ability for an student to withdraw their application once completed who intern applicants what ability to withdraw an application why to allow applicants to withdraw their application from within open opportunities acceptance criteria students can withdraw an application only while the internship is open for applicants when the apply end date has passed the withdraw option should not be available from the landing page applied section when the intern clicks on the link in the program column they will be taken to the submitted application page where they see the submitted application section the header reads submitted application the text under the header reads you have submitted the following application to the community name for cycle name there will be two buttons update and withdraw update will be handled with ticket withdraw is handled with ticket when the withdraw button is selected a modal displays header withdraw application subheader confirm withdrawal of this application text are you sure you want to withdraw from the community name for cycle name this action cannot be undone want to keep your application but choose another internship opportunity close this window or choose cancel choose update bold search for a new internship opportunity you ll need to delete one of your selected internships to replace it with a new one make sure to save and re submit your application the modal will have cancel and withdraw buttons cancel will close the modal and return the applicant to the submitted application page the x in the top right of the modal will act as a cancel withdraw will close the modal and return the applicant to their signed in landing page there will be an alert message at the top of the page that reads application withdrawn you have successfully withdrawn your application from the community name for cycle name in the applied section the application will no longer display the applicant will receive an email confirmation that their application has been withdrawn this is covered in ticket open questions what if my application is in progress but not submitted can i withdraw what about other places i can update design this includes updates to the signed in landing page a new view for students to update or withdraw modals and is wired up if you want to go through the experience
| 0
|
14,033
| 2,789,860,233
|
IssuesEvent
|
2015-05-08 21:58:51
|
google/google-visualization-api-issues
|
https://api.github.com/repos/google/google-visualization-api-issues
|
opened
|
Wildcard certificate for HTTPS not supported by major browsers
|
Priority-Medium Type-Defect
|
Original [issue 337](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=337) created by orwant on 2010-07-07T17:31:57.000Z:
<b>What steps will reproduce the problem? Please provide a link to a</b>
<b>demonstration page if at all possible, or attach code.</b>
1. Browse to charts.api.google.com in Firefox 3 or Internet Explorer 8.
2. Observe security warning.
This is due to the wildcard certificate being used: *.google.com. In order for modern browsers to accept it without warning, a wildcard TLS certificate for *.apis.google.com is needed. In other words, modern browsers only seem to respect a wildcard depth of one subdomain.
This problem makes it impractical to embed Google Charts into HTTPS sites. If you use HTTP URLs, several modern browsers will complain about the mixing of HTTPS and HTTP content (e.g., Internet Explorer 8).
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
All
<b>Are you using the test environment (version 1.1)?</b>
<b>(If you are not sure, answer NO)</b>
NO
<b>What operating system and browser are you using?</b>
Ubuntu Linux; Firefox 3.6.6.
Windows 7; Internet Explorer 8, Firefox 3.6.6.
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
|
1.0
|
Wildcard certificate for HTTPS not supported by major browsers - Original [issue 337](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=337) created by orwant on 2010-07-07T17:31:57.000Z:
<b>What steps will reproduce the problem? Please provide a link to a</b>
<b>demonstration page if at all possible, or attach code.</b>
1. Browse to charts.api.google.com in Firefox 3 or Internet Explorer 8.
2. Observe security warning.
This is due to the wildcard certificate being used: *.google.com. In order for modern browsers to accept it without warning, a wildcard TLS certificate for *.apis.google.com is needed. In other words, modern browsers only seem to respect a wildcard depth of one subdomain.
This problem makes it impractical to embed Google Charts into HTTPS sites. If you use HTTP URLs, several modern browsers will complain about the mixing of HTTPS and HTTP content (e.g., Internet Explorer 8).
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
All
<b>Are you using the test environment (version 1.1)?</b>
<b>(If you are not sure, answer NO)</b>
NO
<b>What operating system and browser are you using?</b>
Ubuntu Linux; Firefox 3.6.6.
Windows 7; Internet Explorer 8, Firefox 3.6.6.
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
|
defect
|
wildcard certificate for https not supported by major browsers original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code browse to charts api google com in firefox or internet explorer observe security warning this is due to the wildcard certificate being used google com in order for modern browsers to accept it without warning a wildcard tls certificate for apis google com is needed in other words modern browsers only seem to respect a wildcard depth of one subdomain this problem makes it impractical to embed google charts into https sites if you use http urls several modern browsers will complain about the mixing of https and http content e g internet explorer what component is this issue related to piechart linechart datatable query etc all are you using the test environment version if you are not sure answer no no what operating system and browser are you using ubuntu linux firefox windows internet explorer firefox for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved
| 1
|
603,455
| 18,667,158,016
|
IssuesEvent
|
2021-10-30 02:30:21
|
orange-alliance/the-orange-alliance
|
https://api.github.com/repos/orange-alliance/the-orange-alliance
|
closed
|
Add Year Selector for Stats on Home Page
|
Enhancement Low Priority
|
Add a selector for season stats in the home page or make a separate page to look up season specific data
|
1.0
|
Add Year Selector for Stats on Home Page - Add a selector for season stats in the home page or make a separate page to look up season specific data
|
non_defect
|
add year selector for stats on home page add a selector for season stats in the home page or make a separate page to look up season specific data
| 0
|
254,493
| 8,074,367,123
|
IssuesEvent
|
2018-08-06 22:55:26
|
TeselaGen/openVectorEditor
|
https://api.github.com/repos/TeselaGen/openVectorEditor
|
closed
|
Snap editor panes closed
|
Context: OVE Priority: 3-Normal Status: 6-Passed QA 2 Type: Fix or Enhance
|
You should now be able to drag an editor pane to close it.
See the gif:

|
1.0
|
Snap editor panes closed - You should now be able to drag an editor pane to close it.
See the gif:

|
non_defect
|
snap editor panes closed you should now be able to drag an editor pane to close it see the gif
| 0
|
2,935
| 2,607,966,823
|
IssuesEvent
|
2015-02-26 00:42:43
|
chrsmithdemos/leveldb
|
https://api.github.com/repos/chrsmithdemos/leveldb
|
closed
|
Feature Request - Count(start, limit) and Delete(start, limit)
|
auto-migrated Priority-Medium Type-Defect
|
```
Count(start, limit)
seems that some people also want a count/size method without calling the
iterator to loop thru the entire set just to count the number of records. So,
would be great if there is a method like "Count(start, limit)" or
"Count(range)" to count the number of records which fall inside the range
[start, limit).
Delete(start, limit)
A fast Delete methods which delete a range of keys [start, limit) would be
nice. I guess this can be optimized inside levelDB to do this instead of
having my program looping and delete one by one.
```
-----
Original issue reported on code.google.com by `saw...@gmail.com` on 4 Sep 2012 at 10:18
|
1.0
|
Feature Request - Count(start, limit) and Delete(start, limit) - ```
Count(start, limit)
seems that some people also want a count/size method without calling the
iterator to loop thru the entire set just to count the number of records. So,
would be great if there is a method like "Count(start, limit)" or
"Count(range)" to count the number of records which fall inside the range
[start, limit).
Delete(start, limit)
A fast Delete methods which delete a range of keys [start, limit) would be
nice. I guess this can be optimized inside levelDB to do this instead of
having my program looping and delete one by one.
```
-----
Original issue reported on code.google.com by `saw...@gmail.com` on 4 Sep 2012 at 10:18
|
defect
|
feature request count start limit and delete start limit count start limit seems that some people also want a count size method without calling the iterator to loop thru the entire set just to count the number of records so would be great if there is a method like count start limit or count range to count the number of records which fall inside the range start limit delete start limit a fast delete methods which delete a range of keys start limit would be nice i guess this can be optimized inside leveldb to do this instead of having my program looping and delete one by one original issue reported on code google com by saw gmail com on sep at
| 1
|
602,704
| 18,498,168,581
|
IssuesEvent
|
2021-10-19 10:57:54
|
robotology/wearables
|
https://api.github.com/repos/robotology/wearables
|
closed
|
Update Paexo wearable device to serialize wearable data/commands to access through yarp ports
|
complexity:medium priority:high type:enhancement
|
Currently the [Paexo wearable device](https://github.com/robotology/wearables/tree/master/devices/Paexo) just exposes wearable data from the actual Paexo exoskeleton.
To enable developing matlab controllers for the Paexo, we need to serialize wearable data to be data through yarp ports, also a way to handle the motor commands through receive data from a yarp port.
This issue tracks the details related to addressing this task
CC @lrapetti @claudia-lat @DanielePucci
|
1.0
|
Update Paexo wearable device to serialize wearable data/commands to access through yarp ports - Currently the [Paexo wearable device](https://github.com/robotology/wearables/tree/master/devices/Paexo) just exposes wearable data from the actual Paexo exoskeleton.
To enable developing matlab controllers for the Paexo, we need to serialize wearable data to be data through yarp ports, also a way to handle the motor commands through receive data from a yarp port.
This issue tracks the details related to addressing this task
CC @lrapetti @claudia-lat @DanielePucci
|
non_defect
|
update paexo wearable device to serialize wearable data commands to access through yarp ports currently the just exposes wearable data from the actual paexo exoskeleton to enable developing matlab controllers for the paexo we need to serialize wearable data to be data through yarp ports also a way to handle the motor commands through receive data from a yarp port this issue tracks the details related to addressing this task cc lrapetti claudia lat danielepucci
| 0
|
5,457
| 2,610,187,997
|
IssuesEvent
|
2015-02-26 18:59:35
|
chrsmith/quchuseban
|
https://api.github.com/repos/chrsmith/quchuseban
|
opened
|
浅谈色斑该如何治疗
|
auto-migrated Priority-Medium Type-Defect
|
```
《摘要》
我不知道它从哪里来,要到哪里去,也不知道它因何而来,��
�何而去。时光的隧道里,它存在了千年,亦穿越了千年。期�
��的冷暖,个中的磨难,无论是深重,还是沧桑,都由它独自
承担。宛若前世预约的邂逅,只消一个照面,便刻在心尖,��
�此相互缠绕,相依相偎,彼此的世界都不再孤单。风起的日�
��,静静聆听它的浅吟低唱,风落的日子,默默细数风过的划
痕。任微风撩起岁月的裙幔,趟过飘香的温暖,漫过飞雪的��
�寒,直至生命烟消云散。但是岁月的脚步,真的无法更改吗�
��脸上的雀斑真的无法去除吗!色斑该如何治疗,
《客户案例》
我脸上的色斑是总是熬夜上网长出来的,刚开始很多人��
�诉我维生素e祛斑效果挺好的,还能抗衰老永葆
青春,美白护肤,总之说的那个天花乱坠,就差返老还童了��
�当时我也没经得住诱惑就去买了一大瓶,每天都很虔诚的服�
��,希望我脸上的色斑能快点离我而去。可坚持使用了三个月
之久,脸上的色斑是纹丝不
动,就像要在我脸上安营扎寨了,我忍不住对这个维生素e祛�
��的效果产生了怀疑,就忍不住查了下百度百科,百科告诉我
们:<br>
维生素e能促进人体新陈代谢,增强机体耐力,提高免疫�
��。此外,维生素e是一种高效抗氧化剂,能保护
生物膜免于遭受过氧化物的损害,起着改善皮肤血液循环,��
�强肌肤细胞活力及延缓衰老的作用。缺乏它
,会产生皮肤发干、粗糙、过度老化等不良后果。成人的维��
�素e供给量为15毫克/日。富含维生素e的主
要是坚果类食物,如花生、核桃、芝麻以及瘦肉、乳类、蛋��
�、麦芽等。<br>
看到了没,压根和祛斑都不怎么沾边,这下我痛定思痛��
�我这斑再不去都没法见人了,我果断的订购了两个周期的「�
��芙薇尔精华液」,你要问了,为什么我要买这个,呵呵,我
同事告诉的,结果用完第一个周期的时候就感觉斑有些变淡��
�皮肤也好像变白了,用完第二个周期,该死的色斑终于消失�
��见了,皮肤也白嫩了很多,我这下终于放心了。<br>
通过我的亲身经历给那些用维生素e祛斑的姐妹一个提醒�
��这个还是不要太认真的为好。
阅读了色斑该如何治疗,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
色斑该如何治疗,同时为您分享祛斑小方法
1、葛根羹
原料:葛粉9克,葡萄干9粒。
做法:将葛粉、葡萄干放入碗中,加少量饮用净水调匀,再��
�沸水冲泡。边冲边搅拌成糊状即可
2、葛根小排汤
原料:葛根100克,山药50克,猪小排250克,食盐2克。
做法:将小排洗净、过水,再放入煮沸的汤水中,加葛根、��
�药同煮,先用旺火再改用文火煲1小时,加入食盐调味即成
以上就是简单介绍了如何美容祛斑,这只能淡化色斑,要想��
�底祛斑还是中药内调好。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:21
|
1.0
|
浅谈色斑该如何治疗 - ```
《摘要》
我不知道它从哪里来,要到哪里去,也不知道它因何而来,��
�何而去。时光的隧道里,它存在了千年,亦穿越了千年。期�
��的冷暖,个中的磨难,无论是深重,还是沧桑,都由它独自
承担。宛若前世预约的邂逅,只消一个照面,便刻在心尖,��
�此相互缠绕,相依相偎,彼此的世界都不再孤单。风起的日�
��,静静聆听它的浅吟低唱,风落的日子,默默细数风过的划
痕。任微风撩起岁月的裙幔,趟过飘香的温暖,漫过飞雪的��
�寒,直至生命烟消云散。但是岁月的脚步,真的无法更改吗�
��脸上的雀斑真的无法去除吗!色斑该如何治疗,
《客户案例》
我脸上的色斑是总是熬夜上网长出来的,刚开始很多人��
�诉我维生素e祛斑效果挺好的,还能抗衰老永葆
青春,美白护肤,总之说的那个天花乱坠,就差返老还童了��
�当时我也没经得住诱惑就去买了一大瓶,每天都很虔诚的服�
��,希望我脸上的色斑能快点离我而去。可坚持使用了三个月
之久,脸上的色斑是纹丝不
动,就像要在我脸上安营扎寨了,我忍不住对这个维生素e祛�
��的效果产生了怀疑,就忍不住查了下百度百科,百科告诉我
们:<br>
维生素e能促进人体新陈代谢,增强机体耐力,提高免疫�
��。此外,维生素e是一种高效抗氧化剂,能保护
生物膜免于遭受过氧化物的损害,起着改善皮肤血液循环,��
�强肌肤细胞活力及延缓衰老的作用。缺乏它
,会产生皮肤发干、粗糙、过度老化等不良后果。成人的维��
�素e供给量为15毫克/日。富含维生素e的主
要是坚果类食物,如花生、核桃、芝麻以及瘦肉、乳类、蛋��
�、麦芽等。<br>
看到了没,压根和祛斑都不怎么沾边,这下我痛定思痛��
�我这斑再不去都没法见人了,我果断的订购了两个周期的「�
��芙薇尔精华液」,你要问了,为什么我要买这个,呵呵,我
同事告诉的,结果用完第一个周期的时候就感觉斑有些变淡��
�皮肤也好像变白了,用完第二个周期,该死的色斑终于消失�
��见了,皮肤也白嫩了很多,我这下终于放心了。<br>
通过我的亲身经历给那些用维生素e祛斑的姐妹一个提醒�
��这个还是不要太认真的为好。
阅读了色斑该如何治疗,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
色斑该如何治疗,同时为您分享祛斑小方法
1、葛根羹
原料:葛粉9克,葡萄干9粒。
做法:将葛粉、葡萄干放入碗中,加少量饮用净水调匀,再��
�沸水冲泡。边冲边搅拌成糊状即可
2、葛根小排汤
原料:葛根100克,山药50克,猪小排250克,食盐2克。
做法:将小排洗净、过水,再放入煮沸的汤水中,加葛根、��
�药同煮,先用旺火再改用文火煲1小时,加入食盐调味即成
以上就是简单介绍了如何美容祛斑,这只能淡化色斑,要想��
�底祛斑还是中药内调好。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:21
|
defect
|
浅谈色斑该如何治疗 《摘要》 我不知道它从哪里来,要到哪里去,也不知道它因何而来,�� �何而去。时光的隧道里,它存在了千年,亦穿越了千年。期� ��的冷暖,个中的磨难,无论是深重,还是沧桑,都由它独自 承担。宛若前世预约的邂逅,只消一个照面,便刻在心尖,�� �此相互缠绕,相依相偎,彼此的世界都不再孤单。风起的日� ��,静静聆听它的浅吟低唱,风落的日子,默默细数风过的划 痕。任微风撩起岁月的裙幔,趟过飘香的温暖,漫过飞雪的�� �寒,直至生命烟消云散。但是岁月的脚步,真的无法更改吗� ��脸上的雀斑真的无法去除吗!色斑该如何治疗, 《客户案例》 我脸上的色斑是总是熬夜上网长出来的,刚开始很多人�� �诉我维生素e祛斑效果挺好的,还能抗衰老永葆 青春,美白护肤,总之说的那个天花乱坠,就差返老还童了�� �当时我也没经得住诱惑就去买了一大瓶,每天都很虔诚的服� ��,希望我脸上的色斑能快点离我而去。可坚持使用了三个月 之久,脸上的色斑是纹丝不 动,就像要在我脸上安营扎寨了,我忍不住对这个维生素e祛� ��的效果产生了怀疑,就忍不住查了下百度百科,百科告诉我 们: 维生素e能促进人体新陈代谢,增强机体耐力,提高免疫� ��。此外,维生素e是一种高效抗氧化剂,能保护 生物膜免于遭受过氧化物的损害,起着改善皮肤血液循环,�� �强肌肤细胞活力及延缓衰老的作用。缺乏它 ,会产生皮肤发干、粗糙、过度老化等不良后果。成人的维�� � 日。富含维生素e的主 要是坚果类食物,如花生、核桃、芝麻以及瘦肉、乳类、蛋�� �、麦芽等。 看到了没,压根和祛斑都不怎么沾边,这下我痛定思痛�� �我这斑再不去都没法见人了,我果断的订购了两个周期的「� ��芙薇尔精华液」,你要问了,为什么我要买这个,呵呵,我 同事告诉的,结果用完第一个周期的时候就感觉斑有些变淡�� �皮肤也好像变白了,用完第二个周期,该死的色斑终于消失� ��见了,皮肤也白嫩了很多,我这下终于放心了。 通过我的亲身经历给那些用维生素e祛斑的姐妹一个提醒� ��这个还是不要太认真的为好。 阅读了色斑该如何治疗,再看脸上容易长斑的原因: 《色斑形成原因》 内部因素 一、压力 当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。 二、荷尔蒙分泌失调 避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。 三、新陈代谢缓慢 肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。 四、错误的使用化妆品 使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。 外部因素 一、紫外线 照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。 二、不良的清洁习惯 因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。 三、遗传基因 父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》 黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗 答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来 ,服用黛芙薇尔美白,会伤身体吗 有副作用吗 答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖 ,去除黄褐斑之后,会反弹吗 答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗 ,你们的价格有点贵,能不能便宜一点 答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 ,我适合用黛芙薇尔精华液吗 答:黛芙薇尔适用人群: 、生理紊乱引起的黄褐斑人群 、生育引起的妊娠斑人群 、年纪增长引起的老年斑人群 、化妆品色素沉积、辐射斑人群 、长期日照引起的日晒斑人群 、肌肤暗淡急需美白的人群 《祛斑小方法》 色斑该如何治疗,同时为您分享祛斑小方法 、葛根羹 原料: , 。 做法:将葛粉、葡萄干放入碗中,加少量饮用净水调匀,再�� �沸水冲泡。边冲边搅拌成糊状即可 、葛根小排汤 原料: , , , 。 做法:将小排洗净、过水,再放入煮沸的汤水中,加葛根、�� �药同煮, ,加入食盐调味即成 以上就是简单介绍了如何美容祛斑,这只能淡化色斑,要想�� �底祛斑还是中药内调好。 original issue reported on code google com by additive gmail com on jul at
| 1
|
278,427
| 8,641,351,038
|
IssuesEvent
|
2018-11-24 16:48:30
|
PyLadiesCZ/roboprojekt
|
https://api.github.com/repos/PyLadiesCZ/roboprojekt
|
opened
|
Větší mapy
|
low-priority
|
Budeme potřebovat načítat větší mapy.
Aktuálně program neschroustá mapu rozšířenou o startovací pásek 12x4.
Vytvořit testovací mapu 12x16 a upravit kod, aby se zobrazovala celá.
|
1.0
|
Větší mapy - Budeme potřebovat načítat větší mapy.
Aktuálně program neschroustá mapu rozšířenou o startovací pásek 12x4.
Vytvořit testovací mapu 12x16 a upravit kod, aby se zobrazovala celá.
|
non_defect
|
větší mapy budeme potřebovat načítat větší mapy aktuálně program neschroustá mapu rozšířenou o startovací pásek vytvořit testovací mapu a upravit kod aby se zobrazovala celá
| 0
|
296,388
| 25,547,696,760
|
IssuesEvent
|
2022-11-29 20:21:19
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
closed
|
ccl/backupccl: TestCloudBackupRestoreGoogleCloudStorage failed
|
C-test-failure O-robot branch-master T-disaster-recovery
|
ccl/backupccl.TestCloudBackupRestoreGoogleCloudStorage [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_CloudUnitTests/7670990?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_CloudUnitTests/7670990?buildTab=artifacts#/) on master @ [8548987813ff9e1b8a9878023d3abfc6911c16db](https://github.com/cockroachdb/cockroach/commits/8548987813ff9e1b8a9878023d3abfc6911c16db):
```
=== RUN TestCloudBackupRestoreGoogleCloudStorage
I221124 00:08:04.638810 1 (gostd) rand.go:193 [-] 1 random seed: -6834592247310624687
test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/6b441e4673fbb829e4ecf7b3ce3dc7db/logTestCloudBackupRestoreGoogleCloudStorage4057673577
test_log_scope.go:79: use -show-logs to present logs inline
testcluster.go:384: migration-job-find-already-completed: cannot set fixed timestamp, txn "sql txn" meta={id=5dcf819e key=/Min pri=0.00277623 epo=0 ts=1669248484.783296201,0 min=1669248484.783296201,0 seq=0} lock=false stat=PENDING rts=1669248484.783296201,0 wto=false gul=1669248485.283296201,0 already performed reads
panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/6b441e4673fbb829e4ecf7b3ce3dc7db/logTestCloudBackupRestoreGoogleCloudStorage4057673577
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 error processing replica: 0 of 1 live stores are able to take a new replica for the range (1 already has a voter, 0 already have a non-voter); likely not enough nodes in cluster
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 +trace:
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 + 0.000ms 0.000ms === operation:process replica _unfinished:1 _verbose:1 node:1 replicate: store:1 range:34/1:/Table/3{2-3}
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 + 0.049ms 0.049ms event:kv/kvserver/allocator/allocatorimpl/allocator.go:701 [n1,replicate,s1,r34/1:/Table/3{2-3}] add voter - missing voter need=3, have=1, priority=10001.00
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 + 0.064ms 0.016ms event:kv/kvserver/replicate_queue.go:1034 [n1,replicate,s1,r34/1:/Table/3{2-3}] next replica action: add voter
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 + 0.096ms 0.031ms event:kv/kvserver/allocator/allocatorimpl/allocator.go:1058 [n1,replicate,s1,r34/1:/Table/3{2-3}] allocate voter: []
--- FAIL: TestCloudBackupRestoreGoogleCloudStorage (0.22s)
```
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
/cc @cockroachdb/disaster-recovery
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestCloudBackupRestoreGoogleCloudStorage.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-21768
|
1.0
|
ccl/backupccl: TestCloudBackupRestoreGoogleCloudStorage failed - ccl/backupccl.TestCloudBackupRestoreGoogleCloudStorage [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_CloudUnitTests/7670990?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_CloudUnitTests/7670990?buildTab=artifacts#/) on master @ [8548987813ff9e1b8a9878023d3abfc6911c16db](https://github.com/cockroachdb/cockroach/commits/8548987813ff9e1b8a9878023d3abfc6911c16db):
```
=== RUN TestCloudBackupRestoreGoogleCloudStorage
I221124 00:08:04.638810 1 (gostd) rand.go:193 [-] 1 random seed: -6834592247310624687
test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/6b441e4673fbb829e4ecf7b3ce3dc7db/logTestCloudBackupRestoreGoogleCloudStorage4057673577
test_log_scope.go:79: use -show-logs to present logs inline
testcluster.go:384: migration-job-find-already-completed: cannot set fixed timestamp, txn "sql txn" meta={id=5dcf819e key=/Min pri=0.00277623 epo=0 ts=1669248484.783296201,0 min=1669248484.783296201,0 seq=0} lock=false stat=PENDING rts=1669248484.783296201,0 wto=false gul=1669248485.283296201,0 already performed reads
panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/6b441e4673fbb829e4ecf7b3ce3dc7db/logTestCloudBackupRestoreGoogleCloudStorage4057673577
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 error processing replica: 0 of 1 live stores are able to take a new replica for the range (1 already has a voter, 0 already have a non-voter); likely not enough nodes in cluster
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 +trace:
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 + 0.000ms 0.000ms === operation:process replica _unfinished:1 _verbose:1 node:1 replicate: store:1 range:34/1:/Table/3{2-3}
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 + 0.049ms 0.049ms event:kv/kvserver/allocator/allocatorimpl/allocator.go:701 [n1,replicate,s1,r34/1:/Table/3{2-3}] add voter - missing voter need=3, have=1, priority=10001.00
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 + 0.064ms 0.016ms event:kv/kvserver/replicate_queue.go:1034 [n1,replicate,s1,r34/1:/Table/3{2-3}] next replica action: add voter
I221124 00:08:04.853347 638 13@kv/kvserver/replicate_queue.go:839 [n1,replicate,s1,r34/1:/Table/3{2-3}] 2 + 0.096ms 0.031ms event:kv/kvserver/allocator/allocatorimpl/allocator.go:1058 [n1,replicate,s1,r34/1:/Table/3{2-3}] allocate voter: []
--- FAIL: TestCloudBackupRestoreGoogleCloudStorage (0.22s)
```
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
/cc @cockroachdb/disaster-recovery
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestCloudBackupRestoreGoogleCloudStorage.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-21768
|
non_defect
|
ccl backupccl testcloudbackuprestoregooglecloudstorage failed ccl backupccl testcloudbackuprestoregooglecloudstorage with on master run testcloudbackuprestoregooglecloudstorage gostd rand go random seed test log scope go test logs captured to artifacts tmp tmp test log scope go use show logs to present logs inline testcluster go migration job find already completed cannot set fixed timestamp txn sql txn meta id key min pri epo ts min seq lock false stat pending rts wto false gul already performed reads panic go test log scope end test logs left over in artifacts tmp tmp kv kvserver replicate queue go error processing replica of live stores are able to take a new replica for the range already has a voter already have a non voter likely not enough nodes in cluster kv kvserver replicate queue go trace kv kvserver replicate queue go operation process replica unfinished verbose node replicate store range table kv kvserver replicate queue go event kv kvserver allocator allocatorimpl allocator go add voter missing voter need have priority kv kvserver replicate queue go event kv kvserver replicate queue go next replica action add voter kv kvserver replicate queue go event kv kvserver allocator allocatorimpl allocator go allocate voter fail testcloudbackuprestoregooglecloudstorage help see also cc cockroachdb disaster recovery jira issue crdb
| 0
|
38,848
| 8,970,519,868
|
IssuesEvent
|
2019-01-29 13:51:42
|
cakephp/cakephp
|
https://api.github.com/repos/cakephp/cakephp
|
closed
|
Cookie::getExpiresTimestamp() returns string - Type error when calling `set_cookie`
|
Defect
|
`ResponseEmitter::emitCookies` calls `set_cookie`, which throws an `TypeError`, as the third parameter should be an `integer`.
The reason is the return value of `Cookie::getExpiresTimestamp()`, which is a `string`.
I'm not sure if we simply can change the return value of `getExpiresTimestamp` or typecast the value on the way to `emitCookies`
|
1.0
|
Cookie::getExpiresTimestamp() returns string - Type error when calling `set_cookie` - `ResponseEmitter::emitCookies` calls `set_cookie`, which throws an `TypeError`, as the third parameter should be an `integer`.
The reason is the return value of `Cookie::getExpiresTimestamp()`, which is a `string`.
I'm not sure if we simply can change the return value of `getExpiresTimestamp` or typecast the value on the way to `emitCookies`
|
defect
|
cookie getexpirestimestamp returns string type error when calling set cookie responseemitter emitcookies calls set cookie which throws an typeerror as the third parameter should be an integer the reason is the return value of cookie getexpirestimestamp which is a string i m not sure if we simply can change the return value of getexpirestimestamp or typecast the value on the way to emitcookies
| 1
|
261,734
| 27,813,640,708
|
IssuesEvent
|
2023-03-18 12:28:43
|
turkdevops/prettier
|
https://api.github.com/repos/turkdevops/prettier
|
closed
|
CVE-2021-23364 (Medium) detected in browserslist-4.14.2.tgz, browserslist-4.16.1.tgz - autoclosed
|
Mend: dependency security vulnerability
|
## CVE-2021-23364 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>browserslist-4.14.2.tgz</b>, <b>browserslist-4.16.1.tgz</b></p></summary>
<p>
<details><summary><b>browserslist-4.14.2.tgz</b></p></summary>
<p>Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset</p>
<p>Library home page: <a href="https://registry.npmjs.org/browserslist/-/browserslist-4.14.2.tgz">https://registry.npmjs.org/browserslist/-/browserslist-4.14.2.tgz</a></p>
<p>
Dependency Hierarchy:
- docusaurus-1.14.7.tgz (Root Library)
- react-dev-utils-11.0.4.tgz
- :x: **browserslist-4.14.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>browserslist-4.16.1.tgz</b></p></summary>
<p>Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset</p>
<p>Library home page: <a href="https://registry.npmjs.org/browserslist/-/browserslist-4.16.1.tgz">https://registry.npmjs.org/browserslist/-/browserslist-4.16.1.tgz</a></p>
<p>
Dependency Hierarchy:
- webpack-5.51.1.tgz (Root Library)
- :x: **browserslist-4.16.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/turkdevops/prettier/commit/4bcfa0c3b57b624037b4ed29391d87f76e57a7f3">4bcfa0c3b57b624037b4ed29391d87f76e57a7f3</a></p>
<p>Found in base branch: <b>master</b></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>
The package browserslist from 4.0.0 and before 4.16.5 are vulnerable to Regular Expression Denial of Service (ReDoS) during parsing of queries.
<p>Publish Date: 2021-04-28
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23364>CVE-2021-23364</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.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</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-2021-23364">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23364</a></p>
<p>Release Date: 2021-04-28</p>
<p>Fix Resolution (browserslist): 4.16.5</p>
<p>Direct dependency fix Resolution (webpack): 5.51.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2021-23364 (Medium) detected in browserslist-4.14.2.tgz, browserslist-4.16.1.tgz - autoclosed - ## CVE-2021-23364 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>browserslist-4.14.2.tgz</b>, <b>browserslist-4.16.1.tgz</b></p></summary>
<p>
<details><summary><b>browserslist-4.14.2.tgz</b></p></summary>
<p>Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset</p>
<p>Library home page: <a href="https://registry.npmjs.org/browserslist/-/browserslist-4.14.2.tgz">https://registry.npmjs.org/browserslist/-/browserslist-4.14.2.tgz</a></p>
<p>
Dependency Hierarchy:
- docusaurus-1.14.7.tgz (Root Library)
- react-dev-utils-11.0.4.tgz
- :x: **browserslist-4.14.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>browserslist-4.16.1.tgz</b></p></summary>
<p>Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset</p>
<p>Library home page: <a href="https://registry.npmjs.org/browserslist/-/browserslist-4.16.1.tgz">https://registry.npmjs.org/browserslist/-/browserslist-4.16.1.tgz</a></p>
<p>
Dependency Hierarchy:
- webpack-5.51.1.tgz (Root Library)
- :x: **browserslist-4.16.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/turkdevops/prettier/commit/4bcfa0c3b57b624037b4ed29391d87f76e57a7f3">4bcfa0c3b57b624037b4ed29391d87f76e57a7f3</a></p>
<p>Found in base branch: <b>master</b></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>
The package browserslist from 4.0.0 and before 4.16.5 are vulnerable to Regular Expression Denial of Service (ReDoS) during parsing of queries.
<p>Publish Date: 2021-04-28
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23364>CVE-2021-23364</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.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</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-2021-23364">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23364</a></p>
<p>Release Date: 2021-04-28</p>
<p>Fix Resolution (browserslist): 4.16.5</p>
<p>Direct dependency fix Resolution (webpack): 5.51.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_defect
|
cve medium detected in browserslist tgz browserslist tgz autoclosed cve medium severity vulnerability vulnerable libraries browserslist tgz browserslist tgz browserslist tgz share target browsers between different front end tools like autoprefixer stylelint and babel env preset library home page a href dependency hierarchy docusaurus tgz root library react dev utils tgz x browserslist tgz vulnerable library browserslist tgz share target browsers between different front end tools like autoprefixer stylelint and babel env preset library home page a href dependency hierarchy webpack tgz root library x browserslist tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package browserslist from and before are vulnerable to regular expression denial of service redos during parsing of queries publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution browserslist direct dependency fix resolution webpack step up your open source security game with mend
| 0
|
56,696
| 15,301,163,017
|
IssuesEvent
|
2021-02-24 13:16:40
|
jOOQ/jOOQ
|
https://api.github.com/repos/jOOQ/jOOQ
|
closed
|
Stop casting SQLDataType.OTHER to VARCHAR
|
C: Functionality E: All Editions P: High R: Fixed T: Defect T: Incompatible change
|
A very historic piece of code in `DefaultBinding` casts the `OTHER` data type to `VARCHAR` because at least Db2 and Derby cannot have `NULL` values without an explicit data type.
Times have changed and jOOQ is used as a parser more and more frequently. In a parser context, we may not know the data type of every bind variable, and we also do not have a bind value associated with it at parse time (unlike when people use jOOQ as a DSL), so the logic that prevents jOOQ from generating bad SQL in Db2 and Derby gets in the way in various other dialects.
For example, this line of code:
```java
System.out.println(DSL
.using(SQLDialect.POSTGRES)
.parser()
.parseQuery("select 1 from t where a = ?")
.getSQL(ParamType.INDEXED)
);
```
Produces the following output:
```sql
select 1 from t where a = cast(? as varchar)
```
Which is quite wrong whenever `t.a` is not a textual data type:
- We don't know the type of `t.a`, so it is `OTHER` (unless users use meta lookups, but this isn't working correctly for all cases yet: https://github.com/jOOQ/jOOQ/issues/11061)
- We don't have a bind value as an example of what could be bound to `?`, so we cannot infer any data types from that
In the latter case:
```java
System.out.println(DSL
.using(SQLDialect.POSTGRES)
.parser()
.parseQuery("select 1 from t where a = ?", 1) // Example bind value
.getSQL(ParamType.INDEXED)
);
```
We're no longer generating the bad SQL, but this, instead:
```sql
select 1 from t where a = ?
```
So, this can act as a workaround
|
1.0
|
Stop casting SQLDataType.OTHER to VARCHAR - A very historic piece of code in `DefaultBinding` casts the `OTHER` data type to `VARCHAR` because at least Db2 and Derby cannot have `NULL` values without an explicit data type.
Times have changed and jOOQ is used as a parser more and more frequently. In a parser context, we may not know the data type of every bind variable, and we also do not have a bind value associated with it at parse time (unlike when people use jOOQ as a DSL), so the logic that prevents jOOQ from generating bad SQL in Db2 and Derby gets in the way in various other dialects.
For example, this line of code:
```java
System.out.println(DSL
.using(SQLDialect.POSTGRES)
.parser()
.parseQuery("select 1 from t where a = ?")
.getSQL(ParamType.INDEXED)
);
```
Produces the following output:
```sql
select 1 from t where a = cast(? as varchar)
```
Which is quite wrong whenever `t.a` is not a textual data type:
- We don't know the type of `t.a`, so it is `OTHER` (unless users use meta lookups, but this isn't working correctly for all cases yet: https://github.com/jOOQ/jOOQ/issues/11061)
- We don't have a bind value as an example of what could be bound to `?`, so we cannot infer any data types from that
In the latter case:
```java
System.out.println(DSL
.using(SQLDialect.POSTGRES)
.parser()
.parseQuery("select 1 from t where a = ?", 1) // Example bind value
.getSQL(ParamType.INDEXED)
);
```
We're no longer generating the bad SQL, but this, instead:
```sql
select 1 from t where a = ?
```
So, this can act as a workaround
|
defect
|
stop casting sqldatatype other to varchar a very historic piece of code in defaultbinding casts the other data type to varchar because at least and derby cannot have null values without an explicit data type times have changed and jooq is used as a parser more and more frequently in a parser context we may not know the data type of every bind variable and we also do not have a bind value associated with it at parse time unlike when people use jooq as a dsl so the logic that prevents jooq from generating bad sql in and derby gets in the way in various other dialects for example this line of code java system out println dsl using sqldialect postgres parser parsequery select from t where a getsql paramtype indexed produces the following output sql select from t where a cast as varchar which is quite wrong whenever t a is not a textual data type we don t know the type of t a so it is other unless users use meta lookups but this isn t working correctly for all cases yet we don t have a bind value as an example of what could be bound to so we cannot infer any data types from that in the latter case java system out println dsl using sqldialect postgres parser parsequery select from t where a example bind value getsql paramtype indexed we re no longer generating the bad sql but this instead sql select from t where a so this can act as a workaround
| 1
|
577,884
| 17,138,390,085
|
IssuesEvent
|
2021-07-13 06:43:11
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
www.netflix.com - see bug description
|
browser-firefox-ios os-ios priority-critical
|
<!-- @browser: Firefox iOS 34.2 -->
<!-- @ua_header: Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/34.2 Mobile/15E148 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @extra_labels: browser-firefox-ios -->
**URL**: https://www.netflix.com/EmailPreferences/YBEXQ47IIVHN5FMYCOAJOH4BKM
**Browser / Version**: Firefox iOS 34.2
**Operating System**: iOS 14.6
**Tested Another Browser**: Yes Other
**Problem type**: Something else
**Description**: hjacked due to email clone
**Steps to Reproduce**:
apple mail hjacking everything
jose lopez 8-21-1972
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
www.netflix.com - see bug description - <!-- @browser: Firefox iOS 34.2 -->
<!-- @ua_header: Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/34.2 Mobile/15E148 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @extra_labels: browser-firefox-ios -->
**URL**: https://www.netflix.com/EmailPreferences/YBEXQ47IIVHN5FMYCOAJOH4BKM
**Browser / Version**: Firefox iOS 34.2
**Operating System**: iOS 14.6
**Tested Another Browser**: Yes Other
**Problem type**: Something else
**Description**: hjacked due to email clone
**Steps to Reproduce**:
apple mail hjacking everything
jose lopez 8-21-1972
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
non_defect
|
see bug description url browser version firefox ios operating system ios tested another browser yes other problem type something else description hjacked due to email clone steps to reproduce apple mail hjacking everything jose lopez browser configuration none from with ❤️
| 0
|
392,061
| 26,922,409,583
|
IssuesEvent
|
2023-02-07 11:24:39
|
maryanchuk04/stud-city
|
https://api.github.com/repos/maryanchuk04/stud-city
|
opened
|
Create Database diagram
|
documentation
|
**Developer** must create database diagram and after approve implement it.
|
1.0
|
Create Database diagram - **Developer** must create database diagram and after approve implement it.
|
non_defect
|
create database diagram developer must create database diagram and after approve implement it
| 0
|
78,260
| 27,397,631,919
|
IssuesEvent
|
2023-02-28 21:04:45
|
martinrotter/rssguard
|
https://api.github.com/repos/martinrotter/rssguard
|
opened
|
[BUG]: RSS Guard sometimes crashed when fetching feeds
|
Type-Defect
|
### Brief description of the issue
RSS Guard sometimes crashed when fetching all feeds
### How to reproduce the bug?
Click "Fetch all feeds" button
### What was the expected result?
not crashing
### What actually happened?
RSS Guard sometimes crashes
### Debug log
[rssguard.log](https://github.com/martinrotter/rssguard/files/10854734/rssguard.log)

### Operating system and version
* OS: Windows 10 64bit 22H2
* RSS Guard version: 4.3.2
|
1.0
|
[BUG]: RSS Guard sometimes crashed when fetching feeds - ### Brief description of the issue
RSS Guard sometimes crashed when fetching all feeds
### How to reproduce the bug?
Click "Fetch all feeds" button
### What was the expected result?
not crashing
### What actually happened?
RSS Guard sometimes crashes
### Debug log
[rssguard.log](https://github.com/martinrotter/rssguard/files/10854734/rssguard.log)

### Operating system and version
* OS: Windows 10 64bit 22H2
* RSS Guard version: 4.3.2
|
defect
|
rss guard sometimes crashed when fetching feeds brief description of the issue rss guard sometimes crashed when fetching all feeds how to reproduce the bug click fetch all feeds button what was the expected result not crashing what actually happened rss guard sometimes crashes debug log operating system and version os windows rss guard version
| 1
|
67,720
| 21,082,417,295
|
IssuesEvent
|
2022-04-03 04:51:04
|
klubcoin/lcn-mobile
|
https://api.github.com/repos/klubcoin/lcn-mobile
|
opened
|
[Account Maintenance][Email Verification][Receive Email OTP Code][Onboarding ] Fix received Email OTP Code must not be displaying "Your Telecel Verification Code" instead of "Your Klubcoin Verification Code".
|
Onboarding and Authentication Services Defect Must Have Critical Account Maintenance Services
|
### **Description:**
Received Email OTP Code must not be displaying "Your Telecel Verification Code" instead of "Your Klubcoin Verification Code".
**Build Environment:** Prod Candidate Environment
**Affects Version:** 1.0.0.prod.1
**Device Platform:** Android
**Device OS:** 11
**Test Device:** OnePlus 7T Pro
### **Pre-condition:**
1. User is currently on Wallet Creation Flow
2. User is currently on Verify Email via Security & Privacy Flow
3. User is currently on Change Email via Security & Privacy Flow
### **Steps to Reproduce:**
1. Verify Email
4. Receive Email OTP Code
5. Check Email
6. View Email OTP Verification Details
### **Expected Result:**
Display accurate Sender details and email content "Your Klubcoin Verification Code".
### **Actual Result:**
Displaying "Your Telecel Verification Code"
### **Attachment/s:**

|
1.0
|
[Account Maintenance][Email Verification][Receive Email OTP Code][Onboarding ] Fix received Email OTP Code must not be displaying "Your Telecel Verification Code" instead of "Your Klubcoin Verification Code". - ### **Description:**
Received Email OTP Code must not be displaying "Your Telecel Verification Code" instead of "Your Klubcoin Verification Code".
**Build Environment:** Prod Candidate Environment
**Affects Version:** 1.0.0.prod.1
**Device Platform:** Android
**Device OS:** 11
**Test Device:** OnePlus 7T Pro
### **Pre-condition:**
1. User is currently on Wallet Creation Flow
2. User is currently on Verify Email via Security & Privacy Flow
3. User is currently on Change Email via Security & Privacy Flow
### **Steps to Reproduce:**
1. Verify Email
4. Receive Email OTP Code
5. Check Email
6. View Email OTP Verification Details
### **Expected Result:**
Display accurate Sender details and email content "Your Klubcoin Verification Code".
### **Actual Result:**
Displaying "Your Telecel Verification Code"
### **Attachment/s:**

|
defect
|
fix received email otp code must not be displaying your telecel verification code instead of your klubcoin verification code description received email otp code must not be displaying your telecel verification code instead of your klubcoin verification code build environment prod candidate environment affects version prod device platform android device os test device oneplus pro pre condition user is currently on wallet creation flow user is currently on verify email via security privacy flow user is currently on change email via security privacy flow steps to reproduce verify email receive email otp code check email view email otp verification details expected result display accurate sender details and email content your klubcoin verification code actual result displaying your telecel verification code attachment s
| 1
|
340,488
| 30,519,269,341
|
IssuesEvent
|
2023-07-19 06:51:02
|
yugabyte/yugabyte-db
|
https://api.github.com/repos/yugabyte/yugabyte-db
|
reopened
|
[YSQL][LST] FATAL: Check failed: _s.ok() Bad status: Service unavailable (yb/rpc/reactor.cc:100): Shutdown connection (system error 108)
|
kind/bug area/ysql kind/failing-test priority/medium qa_automation LST_LRT
|
Jira Link: [DB-3368](https://yugabyte.atlassian.net/browse/DB-3368)
### Description
This happened on my first run with pessimistic locking enabled, but I believe this might have happened before, so I'm not sure if it's related to that. At least it's TxnDdl related, since `YBTxnDdlProcessUtility` is in the backtrace:
```
$ cd code/yugabyte-db
$ git checkout fabc178ef5ad0de723abc13d5d90c68773fd6c36
$ arc patch D18465
$ arc patch D18509
$ arc patch D18082
$ arc patch D18521
$ ./yb_build.sh release
$ bin/yb-ctl --replication_factor 3 create --tserver_flags=enable_pessimistic_locking=true,ysql_max_connections=20,ysql_enable_packed_row=true,yb_enable_read_committed_isolation=true,ysql_num_shards_per_tserver=2,enable_stream_compression=true,stream_compression_algo=2,yb_num_shards_per_tserver=2 --master_flags=yb_enable_read_committed_isolation=true,enable_stream_compression=true,stream_compression_algo=2,enable_automatic_tablet_splitting=true,tablet_split_low_phase_shard_count_per_node=1,tablet_split_high_phase_shard_count_per_node=5,ysql_enable_packed_row=true,enable_pessimistic_locking=true
$ cd ~/code/yb-long-system-test
$ git checkout f60b86b0ccb611c7f20adae2606a4bf99426b6fb
$ while true; do python3.9 ./long_system_test.py --nodes=127.0.0.1:5433,127.0.0.2:5433,127.0.0.3:5433 --threads=20 --runtime=60 --max-columns=20 --complexity=full; sleep 10; done
```
```
F20220905 11:02:04 ../../src/yb/yql/pggate/pggate.cc:1694] Check failed: _s.ok() Bad status: Service unavailable (yb/rpc/reactor.cc:100): Shutdown connection (system error 108)
@ 0x7fddc17836ab google::LogMessage::SendToLog()
@ 0x7fddc17840ce google::LogMessage::Flush()
@ 0x7fddc178685f google::LogMessageFatal::~LogMessageFatal()
@ 0x7fddc60117af yb::pggate::PgApiImpl::ClearSeparateDdlTxnMode()
@ 0x9e5aa0 YBTxnDdlProcessUtility
@ 0x858eaa PortalRunUtility
@ 0x858597 PortalRunMulti
@ 0x857e56 PortalRun
@ 0x8555d6 yb_exec_simple_query_impl
@ 0x855b76 yb_exec_query_wrapper_one_attempt
@ 0x8526eb PostgresMain
@ 0x7be7dc BackendRun
@ 0x7bdc30 ServerLoop
@ 0x7ba1eb PostmasterMain
@ 0x71a79d PostgresServerProcessMain
@ 0x71ac42 main
@ 0x7fddc58d8825 __libc_start_main
@ 0x4c7b59 _start
```
The failure was during a delete:
```
2022-09-05 10:57:24,892 MainThread INFO Reproduce with: git checkout f60b86b0 && ./long_system_test.py --nodes=127.0.0.1:5433,127.0.0.2:5433,127.0.0.3:5433 --threads=20 --runtime=60 --max-columns=20 --complexity=full --seed=217495
2022-09-05 10:57:25,253 MainThread INFO Database version: PostgreSQL 11.2-YB-2.15.3.0-b0 on x86_64-pc-linux-gnu, compiled by clang version 13.0.1 (https://github.com/yugabyte/llvm-project.git 0131d8e1a20f72a0f374979985db4c2871be71bc), 64-bit
2022-09-05 10:57:25,256 MainThread INFO Creating tables for database db_lst_217495
2022-09-05 10:57:55,876 MainThread INFO Starting worker_0: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,877 MainThread INFO Starting worker_1: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:57:55,878 MainThread INFO Starting worker_2: CreateIndexAction, DropIndexAction, SetConfigAction, AddColumnAction
2022-09-05 10:57:55,879 MainThread INFO Starting worker_3: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:57:55,880 MainThread INFO Starting worker_4: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,880 MainThread INFO Starting worker_5: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:57:55,885 MainThread INFO Starting worker_6: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,887 MainThread INFO Starting worker_7: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:57:55,888 MainThread INFO Starting worker_8: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,889 MainThread INFO Starting worker_9: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,889 MainThread INFO Starting worker_10: CreateIndexAction, DropIndexAction, SetConfigAction, AddColumnAction
2022-09-05 10:57:55,890 MainThread INFO Starting worker_11: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,892 MainThread INFO Starting worker_12: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,893 MainThread INFO Starting worker_13: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,894 MainThread INFO Starting worker_14: CreateIndexAction, DropIndexAction, SetConfigAction, AddColumnAction
2022-09-05 10:57:55,895 MainThread INFO Starting worker_15: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,895 MainThread INFO Starting worker_16: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,896 MainThread INFO Starting worker_17: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:57:55,897 MainThread INFO Starting worker_18: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,897 MainThread INFO Starting worker_19: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:58:05,908 MainThread INFO Worker queries/s: [000.3][006.0][000.2][001.4][000.3][001.7][000.8][001.4][000.8][000.3][000.2][001.9][001.2][001.7][000.1][000.8][000.1][000.9][000.9][004.9]
2022-09-05 10:58:15,919 MainThread INFO Worker queries/s: [000.9][007.6][000.2][003.9][000.7][003.5][000.9][003.8][002.9][001.2][000.0][005.6][005.2][004.1][000.1][004.5][000.4][002.3][005.3][010.7]
2022-09-05 10:58:25,933 MainThread INFO Worker queries/s: [000.4][003.6][000.3][001.9][000.6][001.5][001.0][002.3][001.7][000.8][000.0][002.7][001.7][002.3][000.3][001.8][000.2][001.5][001.8][002.6]
2022-09-05 10:58:35,943 MainThread INFO Worker queries/s: [000.2][005.3][000.6][001.0][000.5][002.0][000.8][003.2][002.5][000.5][000.0][003.0][002.6][001.9][000.0][002.6][000.4][002.0][001.9][004.2]
2022-09-05 10:58:45,953 MainThread INFO Worker queries/s: [000.7][006.7][000.1][002.6][000.5][002.1][000.8][002.6][004.1][000.9][000.0][003.4][004.4][002.8][000.0][003.2][000.7][004.7][003.0][005.0]
2022-09-05 10:58:55,963 MainThread INFO Worker queries/s: [000.4][004.6][000.5][001.2][000.3][001.8][000.8][001.9][002.0][000.6][000.0][002.1][003.0][002.6][000.1][002.0][000.4][000.1][001.7][001.4]
2022-09-05 10:59:05,975 MainThread INFO Worker queries/s: [000.6][006.9][000.0][005.9][001.1][002.1][001.0][004.3][003.9][000.3][000.2][004.3][005.9][005.8][000.0][003.4][000.9][002.6][003.7][008.2]
2022-09-05 10:59:15,986 MainThread INFO Worker queries/s: [000.4][005.1][000.3][002.8][000.6][001.9][000.5][002.4][003.1][000.6][000.1][002.3][002.8][002.4][000.4][002.1][000.7][002.0][001.7][005.5]
2022-09-05 10:59:26,004 MainThread INFO Worker queries/s: [000.6][003.9][000.1][003.2][000.5][001.4][001.0][002.0][002.0][000.4][000.5][001.5][002.4][001.4][000.3][001.9][000.4][002.1][001.9][003.5]
2022-09-05 10:59:36,014 MainThread INFO Worker queries/s: [000.1][003.0][000.3][001.8][000.5][002.4][000.7][002.4][001.9][000.8][000.4][001.9][002.1][002.0][000.1][001.7][000.7][002.0][001.8][003.2]
2022-09-05 10:59:46,030 MainThread INFO Worker queries/s: [000.6][003.9][000.2][003.2][000.2][001.4][000.4][001.6][001.5][000.5][000.2][002.1][002.6][001.7][000.4][001.9][000.3][002.7][001.7][003.4]
2022-09-05 10:59:56,040 MainThread INFO Worker queries/s: [000.5][003.3][000.3][003.2][000.5][001.8][000.4][002.4][001.8][000.7][000.8][001.8][002.5][002.1][000.0][001.8][000.2][002.3][001.9][004.8]
2022-09-05 11:00:06,050 MainThread INFO Worker queries/s: [000.5][004.0][000.2][001.1][000.4][001.8][000.7][000.2][003.7][000.9][000.0][002.6][002.8][003.2][000.0][002.1][000.2][000.0][002.2][007.8]
2022-09-05 11:00:16,060 MainThread INFO Worker queries/s: [000.6][000.0][000.2][000.0][000.6][002.6][000.7][000.0][002.7][000.6][000.2][002.4][002.7][002.6][000.0][002.5][000.9][000.0][002.6][006.1]
2022-09-05 11:00:26,070 MainThread INFO Worker queries/s: [001.0][000.0][000.1][000.0][000.8][005.8][000.8][000.0][004.1][000.5][000.0][004.7][004.3][003.1][000.3][002.8][000.7][000.0][002.4][000.0]
2022-09-05 11:00:36,086 MainThread INFO Worker queries/s: [000.4][002.6][000.3][000.3][000.5][001.5][000.8][001.6][001.9][000.6][000.2][002.4][002.0][002.4][000.3][001.8][000.5][002.7][001.6][000.2]
2022-09-05 11:00:46,096 MainThread INFO Worker queries/s: [000.4][002.2][000.5][000.7][000.1][002.2][000.5][000.7][001.4][000.8][000.2][001.5][002.4][001.9][000.0][001.7][000.1][001.8][001.3][001.7]
2022-09-05 11:00:56,106 MainThread INFO Worker queries/s: [000.4][004.6][000.0][003.2][000.5][002.1][001.0][001.5][001.2][000.6][000.0][001.6][001.9][002.3][000.5][001.5][000.9][002.0][002.2][003.5]
2022-09-05 11:01:06,116 MainThread INFO Worker queries/s: [000.4][002.6][000.2][002.0][000.3][001.3][000.7][001.7][002.3][000.6][000.3][003.2][002.4][002.6][000.0][001.8][000.6][001.7][002.4][003.5]
2022-09-05 11:01:16,128 MainThread INFO Worker queries/s: [000.0][005.3][000.1][003.3][000.4][002.1][000.8][000.1][002.3][000.5][000.3][001.9][001.9][002.0][000.5][001.9][000.5][003.5][001.5][006.2]
2022-09-05 11:01:26,147 MainThread INFO Worker queries/s: [000.2][005.5][001.0][001.6][000.5][002.3][000.6][002.0][001.4][000.4][000.0][001.9][001.6][001.2][000.1][002.1][000.4][002.1][002.2][003.5]
2022-09-05 11:01:36,157 MainThread INFO Worker queries/s: [000.5][005.0][000.5][001.9][000.6][002.1][000.2][002.7][001.6][001.2][000.1][002.7][002.3][001.4][000.4][002.4][000.0][004.5][002.0][004.5]
2022-09-05 11:01:46,167 MainThread INFO Worker queries/s: [000.3][001.6][000.6][000.6][000.0][000.4][000.4][000.5][000.3][000.3][000.1][000.7][000.7][000.8][000.1][000.9][000.2][000.7][001.1][001.2]
2022-09-05 11:01:56,177 MainThread INFO Worker queries/s: [000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0]
2022-09-05 11:01:56,473 worker_17 ERROR Unexpected query failure: ConnectionFailure
Query: DELETE FROM tg0_1 WHERE TRUE;
values: None
runtime: 2022-09-05 11:01:41.280 - 2022-09-05 11:01:56.473
supports explain: True
supports rollback: True
affected rows: None
Action: SingleDeleteAction
Error class: ConnectionFailure
Error code: 08006
Error message: FATAL: Could not reconnect to database
@ 0x9b6628 errmsg
@ 0x996e4a YBPreloadRelCache
@ 0x854f35 YBPreloadRelCacheHelper
@ 0x854d5d YBRefreshCache
@ 0x850ecf PostgresMain
@ 0x7be7dc BackendRun
@ 0x7bdc30 ServerLoop
@ 0x7ba1eb PostmasterMain
@ 0x71a79d PostgresServerProcessMain
@ 0x71ac42 main
@ 0x7fddc58d8825 __libc_start_main
@ 0x4c7b59 _start
HINT: Database might have been dropped by another user
@ 0x9b7ce8 errhint
@ 0x996e5a YBPreloadRelCache
@ 0x854f35 YBPreloadRelCacheHelper
@ 0x854d5d YBRefreshCache
@ 0x850ecf PostgresMain
@ 0x7be7dc BackendRun
@ 0x7bdc30 ServerLoop
@ 0x7ba1eb PostmasterMain
@ 0x71a79d PostgresServerProcessMain
@ 0x71ac42 main
@ 0x7fddc58d8825 __libc_start_main
@ 0x4c7b59 _start
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
Transaction isolation level: read uncommitted
DB Node: host: 127.0.0.3, port: 5433
DB Backend PID: 2637528
```
LST logs: [lst_2022-09-05_10:57:24_217495.zip](https://github.com/yugabyte/yugabyte-db/files/9489236/lst_2022-09-05_10.57.24_217495.zip)
yugabyte-data directory, accessible from within Yugabyte org: https://drive.google.com/file/d/1wtEm2LD1-b-Yg55LSjtJTCvLZCYABxX_/view?usp=sharing
Similar bug before, maybe we should consider this a duplicate if there is nothing pessimistic-locking specific in this failure: https://github.com/yugabyte/yugabyte-db/issues/13071
|
1.0
|
[YSQL][LST] FATAL: Check failed: _s.ok() Bad status: Service unavailable (yb/rpc/reactor.cc:100): Shutdown connection (system error 108) - Jira Link: [DB-3368](https://yugabyte.atlassian.net/browse/DB-3368)
### Description
This happened on my first run with pessimistic locking enabled, but I believe this might have happened before, so I'm not sure if it's related to that. At least it's TxnDdl related, since `YBTxnDdlProcessUtility` is in the backtrace:
```
$ cd code/yugabyte-db
$ git checkout fabc178ef5ad0de723abc13d5d90c68773fd6c36
$ arc patch D18465
$ arc patch D18509
$ arc patch D18082
$ arc patch D18521
$ ./yb_build.sh release
$ bin/yb-ctl --replication_factor 3 create --tserver_flags=enable_pessimistic_locking=true,ysql_max_connections=20,ysql_enable_packed_row=true,yb_enable_read_committed_isolation=true,ysql_num_shards_per_tserver=2,enable_stream_compression=true,stream_compression_algo=2,yb_num_shards_per_tserver=2 --master_flags=yb_enable_read_committed_isolation=true,enable_stream_compression=true,stream_compression_algo=2,enable_automatic_tablet_splitting=true,tablet_split_low_phase_shard_count_per_node=1,tablet_split_high_phase_shard_count_per_node=5,ysql_enable_packed_row=true,enable_pessimistic_locking=true
$ cd ~/code/yb-long-system-test
$ git checkout f60b86b0ccb611c7f20adae2606a4bf99426b6fb
$ while true; do python3.9 ./long_system_test.py --nodes=127.0.0.1:5433,127.0.0.2:5433,127.0.0.3:5433 --threads=20 --runtime=60 --max-columns=20 --complexity=full; sleep 10; done
```
```
F20220905 11:02:04 ../../src/yb/yql/pggate/pggate.cc:1694] Check failed: _s.ok() Bad status: Service unavailable (yb/rpc/reactor.cc:100): Shutdown connection (system error 108)
@ 0x7fddc17836ab google::LogMessage::SendToLog()
@ 0x7fddc17840ce google::LogMessage::Flush()
@ 0x7fddc178685f google::LogMessageFatal::~LogMessageFatal()
@ 0x7fddc60117af yb::pggate::PgApiImpl::ClearSeparateDdlTxnMode()
@ 0x9e5aa0 YBTxnDdlProcessUtility
@ 0x858eaa PortalRunUtility
@ 0x858597 PortalRunMulti
@ 0x857e56 PortalRun
@ 0x8555d6 yb_exec_simple_query_impl
@ 0x855b76 yb_exec_query_wrapper_one_attempt
@ 0x8526eb PostgresMain
@ 0x7be7dc BackendRun
@ 0x7bdc30 ServerLoop
@ 0x7ba1eb PostmasterMain
@ 0x71a79d PostgresServerProcessMain
@ 0x71ac42 main
@ 0x7fddc58d8825 __libc_start_main
@ 0x4c7b59 _start
```
The failure was during a delete:
```
2022-09-05 10:57:24,892 MainThread INFO Reproduce with: git checkout f60b86b0 && ./long_system_test.py --nodes=127.0.0.1:5433,127.0.0.2:5433,127.0.0.3:5433 --threads=20 --runtime=60 --max-columns=20 --complexity=full --seed=217495
2022-09-05 10:57:25,253 MainThread INFO Database version: PostgreSQL 11.2-YB-2.15.3.0-b0 on x86_64-pc-linux-gnu, compiled by clang version 13.0.1 (https://github.com/yugabyte/llvm-project.git 0131d8e1a20f72a0f374979985db4c2871be71bc), 64-bit
2022-09-05 10:57:25,256 MainThread INFO Creating tables for database db_lst_217495
2022-09-05 10:57:55,876 MainThread INFO Starting worker_0: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,877 MainThread INFO Starting worker_1: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:57:55,878 MainThread INFO Starting worker_2: CreateIndexAction, DropIndexAction, SetConfigAction, AddColumnAction
2022-09-05 10:57:55,879 MainThread INFO Starting worker_3: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:57:55,880 MainThread INFO Starting worker_4: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,880 MainThread INFO Starting worker_5: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:57:55,885 MainThread INFO Starting worker_6: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,887 MainThread INFO Starting worker_7: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:57:55,888 MainThread INFO Starting worker_8: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,889 MainThread INFO Starting worker_9: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,889 MainThread INFO Starting worker_10: CreateIndexAction, DropIndexAction, SetConfigAction, AddColumnAction
2022-09-05 10:57:55,890 MainThread INFO Starting worker_11: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,892 MainThread INFO Starting worker_12: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,893 MainThread INFO Starting worker_13: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,894 MainThread INFO Starting worker_14: CreateIndexAction, DropIndexAction, SetConfigAction, AddColumnAction
2022-09-05 10:57:55,895 MainThread INFO Starting worker_15: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,895 MainThread INFO Starting worker_16: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,896 MainThread INFO Starting worker_17: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:57:55,897 MainThread INFO Starting worker_18: RandomSelectAction, SetConfigAction
2022-09-05 10:57:55,897 MainThread INFO Starting worker_19: SingleInsertAction, SingleUpdateAction, SingleDeleteAction, BulkInsertAction, BulkUpdateAction, SetConfigAction
2022-09-05 10:58:05,908 MainThread INFO Worker queries/s: [000.3][006.0][000.2][001.4][000.3][001.7][000.8][001.4][000.8][000.3][000.2][001.9][001.2][001.7][000.1][000.8][000.1][000.9][000.9][004.9]
2022-09-05 10:58:15,919 MainThread INFO Worker queries/s: [000.9][007.6][000.2][003.9][000.7][003.5][000.9][003.8][002.9][001.2][000.0][005.6][005.2][004.1][000.1][004.5][000.4][002.3][005.3][010.7]
2022-09-05 10:58:25,933 MainThread INFO Worker queries/s: [000.4][003.6][000.3][001.9][000.6][001.5][001.0][002.3][001.7][000.8][000.0][002.7][001.7][002.3][000.3][001.8][000.2][001.5][001.8][002.6]
2022-09-05 10:58:35,943 MainThread INFO Worker queries/s: [000.2][005.3][000.6][001.0][000.5][002.0][000.8][003.2][002.5][000.5][000.0][003.0][002.6][001.9][000.0][002.6][000.4][002.0][001.9][004.2]
2022-09-05 10:58:45,953 MainThread INFO Worker queries/s: [000.7][006.7][000.1][002.6][000.5][002.1][000.8][002.6][004.1][000.9][000.0][003.4][004.4][002.8][000.0][003.2][000.7][004.7][003.0][005.0]
2022-09-05 10:58:55,963 MainThread INFO Worker queries/s: [000.4][004.6][000.5][001.2][000.3][001.8][000.8][001.9][002.0][000.6][000.0][002.1][003.0][002.6][000.1][002.0][000.4][000.1][001.7][001.4]
2022-09-05 10:59:05,975 MainThread INFO Worker queries/s: [000.6][006.9][000.0][005.9][001.1][002.1][001.0][004.3][003.9][000.3][000.2][004.3][005.9][005.8][000.0][003.4][000.9][002.6][003.7][008.2]
2022-09-05 10:59:15,986 MainThread INFO Worker queries/s: [000.4][005.1][000.3][002.8][000.6][001.9][000.5][002.4][003.1][000.6][000.1][002.3][002.8][002.4][000.4][002.1][000.7][002.0][001.7][005.5]
2022-09-05 10:59:26,004 MainThread INFO Worker queries/s: [000.6][003.9][000.1][003.2][000.5][001.4][001.0][002.0][002.0][000.4][000.5][001.5][002.4][001.4][000.3][001.9][000.4][002.1][001.9][003.5]
2022-09-05 10:59:36,014 MainThread INFO Worker queries/s: [000.1][003.0][000.3][001.8][000.5][002.4][000.7][002.4][001.9][000.8][000.4][001.9][002.1][002.0][000.1][001.7][000.7][002.0][001.8][003.2]
2022-09-05 10:59:46,030 MainThread INFO Worker queries/s: [000.6][003.9][000.2][003.2][000.2][001.4][000.4][001.6][001.5][000.5][000.2][002.1][002.6][001.7][000.4][001.9][000.3][002.7][001.7][003.4]
2022-09-05 10:59:56,040 MainThread INFO Worker queries/s: [000.5][003.3][000.3][003.2][000.5][001.8][000.4][002.4][001.8][000.7][000.8][001.8][002.5][002.1][000.0][001.8][000.2][002.3][001.9][004.8]
2022-09-05 11:00:06,050 MainThread INFO Worker queries/s: [000.5][004.0][000.2][001.1][000.4][001.8][000.7][000.2][003.7][000.9][000.0][002.6][002.8][003.2][000.0][002.1][000.2][000.0][002.2][007.8]
2022-09-05 11:00:16,060 MainThread INFO Worker queries/s: [000.6][000.0][000.2][000.0][000.6][002.6][000.7][000.0][002.7][000.6][000.2][002.4][002.7][002.6][000.0][002.5][000.9][000.0][002.6][006.1]
2022-09-05 11:00:26,070 MainThread INFO Worker queries/s: [001.0][000.0][000.1][000.0][000.8][005.8][000.8][000.0][004.1][000.5][000.0][004.7][004.3][003.1][000.3][002.8][000.7][000.0][002.4][000.0]
2022-09-05 11:00:36,086 MainThread INFO Worker queries/s: [000.4][002.6][000.3][000.3][000.5][001.5][000.8][001.6][001.9][000.6][000.2][002.4][002.0][002.4][000.3][001.8][000.5][002.7][001.6][000.2]
2022-09-05 11:00:46,096 MainThread INFO Worker queries/s: [000.4][002.2][000.5][000.7][000.1][002.2][000.5][000.7][001.4][000.8][000.2][001.5][002.4][001.9][000.0][001.7][000.1][001.8][001.3][001.7]
2022-09-05 11:00:56,106 MainThread INFO Worker queries/s: [000.4][004.6][000.0][003.2][000.5][002.1][001.0][001.5][001.2][000.6][000.0][001.6][001.9][002.3][000.5][001.5][000.9][002.0][002.2][003.5]
2022-09-05 11:01:06,116 MainThread INFO Worker queries/s: [000.4][002.6][000.2][002.0][000.3][001.3][000.7][001.7][002.3][000.6][000.3][003.2][002.4][002.6][000.0][001.8][000.6][001.7][002.4][003.5]
2022-09-05 11:01:16,128 MainThread INFO Worker queries/s: [000.0][005.3][000.1][003.3][000.4][002.1][000.8][000.1][002.3][000.5][000.3][001.9][001.9][002.0][000.5][001.9][000.5][003.5][001.5][006.2]
2022-09-05 11:01:26,147 MainThread INFO Worker queries/s: [000.2][005.5][001.0][001.6][000.5][002.3][000.6][002.0][001.4][000.4][000.0][001.9][001.6][001.2][000.1][002.1][000.4][002.1][002.2][003.5]
2022-09-05 11:01:36,157 MainThread INFO Worker queries/s: [000.5][005.0][000.5][001.9][000.6][002.1][000.2][002.7][001.6][001.2][000.1][002.7][002.3][001.4][000.4][002.4][000.0][004.5][002.0][004.5]
2022-09-05 11:01:46,167 MainThread INFO Worker queries/s: [000.3][001.6][000.6][000.6][000.0][000.4][000.4][000.5][000.3][000.3][000.1][000.7][000.7][000.8][000.1][000.9][000.2][000.7][001.1][001.2]
2022-09-05 11:01:56,177 MainThread INFO Worker queries/s: [000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0][000.0]
2022-09-05 11:01:56,473 worker_17 ERROR Unexpected query failure: ConnectionFailure
Query: DELETE FROM tg0_1 WHERE TRUE;
values: None
runtime: 2022-09-05 11:01:41.280 - 2022-09-05 11:01:56.473
supports explain: True
supports rollback: True
affected rows: None
Action: SingleDeleteAction
Error class: ConnectionFailure
Error code: 08006
Error message: FATAL: Could not reconnect to database
@ 0x9b6628 errmsg
@ 0x996e4a YBPreloadRelCache
@ 0x854f35 YBPreloadRelCacheHelper
@ 0x854d5d YBRefreshCache
@ 0x850ecf PostgresMain
@ 0x7be7dc BackendRun
@ 0x7bdc30 ServerLoop
@ 0x7ba1eb PostmasterMain
@ 0x71a79d PostgresServerProcessMain
@ 0x71ac42 main
@ 0x7fddc58d8825 __libc_start_main
@ 0x4c7b59 _start
HINT: Database might have been dropped by another user
@ 0x9b7ce8 errhint
@ 0x996e5a YBPreloadRelCache
@ 0x854f35 YBPreloadRelCacheHelper
@ 0x854d5d YBRefreshCache
@ 0x850ecf PostgresMain
@ 0x7be7dc BackendRun
@ 0x7bdc30 ServerLoop
@ 0x7ba1eb PostmasterMain
@ 0x71a79d PostgresServerProcessMain
@ 0x71ac42 main
@ 0x7fddc58d8825 __libc_start_main
@ 0x4c7b59 _start
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
Transaction isolation level: read uncommitted
DB Node: host: 127.0.0.3, port: 5433
DB Backend PID: 2637528
```
LST logs: [lst_2022-09-05_10:57:24_217495.zip](https://github.com/yugabyte/yugabyte-db/files/9489236/lst_2022-09-05_10.57.24_217495.zip)
yugabyte-data directory, accessible from within Yugabyte org: https://drive.google.com/file/d/1wtEm2LD1-b-Yg55LSjtJTCvLZCYABxX_/view?usp=sharing
Similar bug before, maybe we should consider this a duplicate if there is nothing pessimistic-locking specific in this failure: https://github.com/yugabyte/yugabyte-db/issues/13071
|
non_defect
|
fatal check failed s ok bad status service unavailable yb rpc reactor cc shutdown connection system error jira link description this happened on my first run with pessimistic locking enabled but i believe this might have happened before so i m not sure if it s related to that at least it s txnddl related since ybtxnddlprocessutility is in the backtrace cd code yugabyte db git checkout arc patch arc patch arc patch arc patch yb build sh release bin yb ctl replication factor create tserver flags enable pessimistic locking true ysql max connections ysql enable packed row true yb enable read committed isolation true ysql num shards per tserver enable stream compression true stream compression algo yb num shards per tserver master flags yb enable read committed isolation true enable stream compression true stream compression algo enable automatic tablet splitting true tablet split low phase shard count per node tablet split high phase shard count per node ysql enable packed row true enable pessimistic locking true cd code yb long system test git checkout while true do long system test py nodes threads runtime max columns complexity full sleep done src yb yql pggate pggate cc check failed s ok bad status service unavailable yb rpc reactor cc shutdown connection system error google logmessage sendtolog google logmessage flush google logmessagefatal logmessagefatal yb pggate pgapiimpl clearseparateddltxnmode ybtxnddlprocessutility portalrunutility portalrunmulti portalrun yb exec simple query impl yb exec query wrapper one attempt postgresmain backendrun serverloop postmastermain postgresserverprocessmain main libc start main start the failure was during a delete mainthread info reproduce with git checkout long system test py nodes threads runtime max columns complexity full seed mainthread info database version postgresql yb on pc linux gnu compiled by clang version bit mainthread info creating tables for database db lst mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker singleinsertaction singleupdateaction singledeleteaction bulkinsertaction bulkupdateaction setconfigaction mainthread info starting worker createindexaction dropindexaction setconfigaction addcolumnaction mainthread info starting worker singleinsertaction singleupdateaction singledeleteaction bulkinsertaction bulkupdateaction setconfigaction mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker singleinsertaction singleupdateaction singledeleteaction bulkinsertaction bulkupdateaction setconfigaction mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker singleinsertaction singleupdateaction singledeleteaction bulkinsertaction bulkupdateaction setconfigaction mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker createindexaction dropindexaction setconfigaction addcolumnaction mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker createindexaction dropindexaction setconfigaction addcolumnaction mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker singleinsertaction singleupdateaction singledeleteaction bulkinsertaction bulkupdateaction setconfigaction mainthread info starting worker randomselectaction setconfigaction mainthread info starting worker singleinsertaction singleupdateaction singledeleteaction bulkinsertaction bulkupdateaction setconfigaction mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s mainthread info worker queries s worker error unexpected query failure connectionfailure query delete from where true values none runtime supports explain true supports rollback true affected rows none action singledeleteaction error class connectionfailure error code error message fatal could not reconnect to database errmsg ybpreloadrelcache ybpreloadrelcachehelper ybrefreshcache postgresmain backendrun serverloop postmastermain postgresserverprocessmain main libc start main start hint database might have been dropped by another user errhint ybpreloadrelcache ybpreloadrelcachehelper ybrefreshcache postgresmain backendrun serverloop postmastermain postgresserverprocessmain main libc start main start server closed the connection unexpectedly this probably means the server terminated abnormally before or while processing the request transaction isolation level read uncommitted db node host port db backend pid lst logs yugabyte data directory accessible from within yugabyte org similar bug before maybe we should consider this a duplicate if there is nothing pessimistic locking specific in this failure
| 0
|
245,579
| 26,549,290,508
|
IssuesEvent
|
2023-01-20 05:28:59
|
nidhi7598/linux-3.0.35_CVE-2022-45934
|
https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2022-45934
|
opened
|
CVE-2022-24959 (Medium) detected in linuxlinux-3.0.49
|
security vulnerability
|
## CVE-2022-24959 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.49</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35_CVE-2022-45934/commit/5e23b7f9d2dd0154edd54986754eecd5b5308571">5e23b7f9d2dd0154edd54986754eecd5b5308571</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 (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/hamradio/yam.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/hamradio/yam.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/hamradio/yam.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 issue was discovered in the Linux kernel before 5.16.5. There is a memory leak in yam_siocdevprivate in drivers/net/hamradio/yam.c.
<p>Publish Date: 2022-02-11
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-24959>CVE-2022-24959</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.5</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: None
- 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-2022-24959">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24959</a></p>
<p>Release Date: 2022-02-11</p>
<p>Fix Resolution: v5.17-rc2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2022-24959 (Medium) detected in linuxlinux-3.0.49 - ## CVE-2022-24959 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.49</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35_CVE-2022-45934/commit/5e23b7f9d2dd0154edd54986754eecd5b5308571">5e23b7f9d2dd0154edd54986754eecd5b5308571</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 (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/hamradio/yam.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/hamradio/yam.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/hamradio/yam.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 issue was discovered in the Linux kernel before 5.16.5. There is a memory leak in yam_siocdevprivate in drivers/net/hamradio/yam.c.
<p>Publish Date: 2022-02-11
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-24959>CVE-2022-24959</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.5</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: None
- 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-2022-24959">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24959</a></p>
<p>Release Date: 2022-02-11</p>
<p>Fix Resolution: v5.17-rc2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_defect
|
cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files drivers net hamradio yam c drivers net hamradio yam c drivers net hamradio yam c vulnerability details an issue was discovered in the linux kernel before there is a memory leak in yam siocdevprivate in drivers net hamradio yam c 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 none 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 mend
| 0
|
28,706
| 5,345,005,543
|
IssuesEvent
|
2017-02-17 15:55:41
|
chandanbansal/gmail-backup
|
https://api.github.com/repos/chandanbansal/gmail-backup
|
closed
|
Speed decreases significantly when backing up labels
|
auto-migrated Priority-Medium Type-Defect
|
```
Hi,
>What steps will reproduce the problem?
1.Start a Gmail Backup
2.Wait for mail backup completion and see Starting Backup Of Labels
3.See speed decrease significantly (e.g. from 50KB/s to 0.5KB/s)
>What is the expected output?
"nice unchanged speed"
>What do you see instead?
"omg It's slooooooowwww"
>What version of the product are you using? On what operating system?
Gmail Backup revision 15 (2011-03-07)
Windows Seven Professional Service Pack 1
http://mire.ipadsl.net telling me I should be able to download at 700KB/s
>Please provide any additional information below.
I am currently removing some labels and unchecking Manage Labels\Show in IMAP
under Google Mail to see if that helps the ongoing label backup.
Great software nevertheless
a+, =)
-=Clement=-
```
Original issue reported on code.google.com by `clement....@gmail.com` on 27 Apr 2012 at 2:08
|
1.0
|
Speed decreases significantly when backing up labels - ```
Hi,
>What steps will reproduce the problem?
1.Start a Gmail Backup
2.Wait for mail backup completion and see Starting Backup Of Labels
3.See speed decrease significantly (e.g. from 50KB/s to 0.5KB/s)
>What is the expected output?
"nice unchanged speed"
>What do you see instead?
"omg It's slooooooowwww"
>What version of the product are you using? On what operating system?
Gmail Backup revision 15 (2011-03-07)
Windows Seven Professional Service Pack 1
http://mire.ipadsl.net telling me I should be able to download at 700KB/s
>Please provide any additional information below.
I am currently removing some labels and unchecking Manage Labels\Show in IMAP
under Google Mail to see if that helps the ongoing label backup.
Great software nevertheless
a+, =)
-=Clement=-
```
Original issue reported on code.google.com by `clement....@gmail.com` on 27 Apr 2012 at 2:08
|
defect
|
speed decreases significantly when backing up labels hi what steps will reproduce the problem start a gmail backup wait for mail backup completion and see starting backup of labels see speed decrease significantly e g from s to s what is the expected output nice unchanged speed what do you see instead omg it s slooooooowwww what version of the product are you using on what operating system gmail backup revision windows seven professional service pack telling me i should be able to download at s please provide any additional information below i am currently removing some labels and unchecking manage labels show in imap under google mail to see if that helps the ongoing label backup great software nevertheless a clement original issue reported on code google com by clement gmail com on apr at
| 1
|
215,194
| 7,292,541,952
|
IssuesEvent
|
2018-02-25 02:31:12
|
GRIS-UdeM/ServerGRIS
|
https://api.github.com/repos/GRIS-UdeM/ServerGRIS
|
closed
|
Inversion des I et des O dans ServerGRIS
|
High priority bug
|
Les entrées et les sorties sont inversées sans ServerGRIS! Hier je me suis aperçu de cela, parce qu'on a ici une interface avec 18 entrées et 20 sorties (Scarlett 18i20) et que ces chiffres étaient inversées dans ServerGRIS. Vérification faite aujourd'hui, et je confirme la chose. Pourriez-vous tester cela très rapidement?
Dans cette configuration j'ai 4 sorties (O) et 2 entrées (I), contrairement à ce qui apparaît:

|
1.0
|
Inversion des I et des O dans ServerGRIS - Les entrées et les sorties sont inversées sans ServerGRIS! Hier je me suis aperçu de cela, parce qu'on a ici une interface avec 18 entrées et 20 sorties (Scarlett 18i20) et que ces chiffres étaient inversées dans ServerGRIS. Vérification faite aujourd'hui, et je confirme la chose. Pourriez-vous tester cela très rapidement?
Dans cette configuration j'ai 4 sorties (O) et 2 entrées (I), contrairement à ce qui apparaît:

|
non_defect
|
inversion des i et des o dans servergris les entrées et les sorties sont inversées sans servergris hier je me suis aperçu de cela parce qu on a ici une interface avec entrées et sorties scarlett et que ces chiffres étaient inversées dans servergris vérification faite aujourd hui et je confirme la chose pourriez vous tester cela très rapidement dans cette configuration j ai sorties o et entrées i contrairement à ce qui apparaît
| 0
|
318,862
| 23,743,987,548
|
IssuesEvent
|
2022-08-31 14:34:13
|
exadel-inc/etoolbox-authoring-kit
|
https://api.github.com/repos/exadel-inc/etoolbox-authoring-kit
|
closed
|
[EAK-360] Update "Debugging Custom Logic" documentation section
|
documentation hacktoberfest first-timers-only
|
Currenly, the instructions on debugging toolkit are locarted under https://exadel-inc.github.io/etoolbox-authoring-kit/content/dev-tools/component-management/customizing-toolkit/#:~:text=Debugging%20custom%20logic , which is not an obvious place for such documentation. Also, the instructions are not very clear.
Scope: move this section closer to installation/troubleshooting info and write a more detailed explanation
Idea: provide a link to an existing article, as this information is not directly related to the toolkit
|
1.0
|
[EAK-360] Update "Debugging Custom Logic" documentation section - Currenly, the instructions on debugging toolkit are locarted under https://exadel-inc.github.io/etoolbox-authoring-kit/content/dev-tools/component-management/customizing-toolkit/#:~:text=Debugging%20custom%20logic , which is not an obvious place for such documentation. Also, the instructions are not very clear.
Scope: move this section closer to installation/troubleshooting info and write a more detailed explanation
Idea: provide a link to an existing article, as this information is not directly related to the toolkit
|
non_defect
|
update debugging custom logic documentation section currenly the instructions on debugging toolkit are locarted under which is not an obvious place for such documentation also the instructions are not very clear scope move this section closer to installation troubleshooting info and write a more detailed explanation idea provide a link to an existing article as this information is not directly related to the toolkit
| 0
|
331,072
| 28,505,211,925
|
IssuesEvent
|
2023-04-18 20:45:36
|
elielijah321/ASE-Sum-2-Square-Root-Checker
|
https://api.github.com/repos/elielijah321/ASE-Sum-2-Square-Root-Checker
|
closed
|
Add in continuous integration testing
|
Testing CI/CD
|
As a developer, I want to add continuous integration testing to the application so that I can ensure that all changes to the codebase are thoroughly tested.
**Acceptance Criteria:**
- Continuous integration testing should be set up correctly
- All tests should pass before any changes are merged
- The continuous integration pipeline should be easy to understand
|
1.0
|
Add in continuous integration testing - As a developer, I want to add continuous integration testing to the application so that I can ensure that all changes to the codebase are thoroughly tested.
**Acceptance Criteria:**
- Continuous integration testing should be set up correctly
- All tests should pass before any changes are merged
- The continuous integration pipeline should be easy to understand
|
non_defect
|
add in continuous integration testing as a developer i want to add continuous integration testing to the application so that i can ensure that all changes to the codebase are thoroughly tested acceptance criteria continuous integration testing should be set up correctly all tests should pass before any changes are merged the continuous integration pipeline should be easy to understand
| 0
|
139,283
| 18,850,314,749
|
IssuesEvent
|
2021-11-11 19:56:29
|
snowdensb/sonar-xanitizer
|
https://api.github.com/repos/snowdensb/sonar-xanitizer
|
opened
|
CVE-2020-36180 (High) detected in jackson-databind-2.6.3.jar
|
security vulnerability
|
## CVE-2020-36180 - 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.6.3.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: /src/test/resources/webgoat/WEB-INF/lib/jackson-databind-2.6.3.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.6.3.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/snowdensb/sonar-xanitizer/commit/e2144e84b1fdbf18c01c24e6ab9ade7b45b25283">e2144e84b1fdbf18c01c24e6ab9ade7b45b25283</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS.
<p>Publish Date: 2021-01-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36180>CVE-2020-36180</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://github.com/FasterXML/jackson-databind/issues/3004">https://github.com/FasterXML/jackson-databind/issues/3004</a></p>
<p>Release Date: 2021-01-07</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.6.3","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.6.3","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-36180","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36180","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2020-36180 (High) detected in jackson-databind-2.6.3.jar - ## CVE-2020-36180 - 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.6.3.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: /src/test/resources/webgoat/WEB-INF/lib/jackson-databind-2.6.3.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.6.3.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/snowdensb/sonar-xanitizer/commit/e2144e84b1fdbf18c01c24e6ab9ade7b45b25283">e2144e84b1fdbf18c01c24e6ab9ade7b45b25283</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS.
<p>Publish Date: 2021-01-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36180>CVE-2020-36180</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://github.com/FasterXML/jackson-databind/issues/3004">https://github.com/FasterXML/jackson-databind/issues/3004</a></p>
<p>Release Date: 2021-01-07</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.6.3","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.6.3","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-36180","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36180","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
|
non_defect
|
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library src test resources webgoat web inf lib jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache commons cpdsadapter driveradaptercpds 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 com fasterxml jackson core jackson databind rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind basebranches vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache commons cpdsadapter driveradaptercpds vulnerabilityurl
| 0
|
73,618
| 24,720,342,213
|
IssuesEvent
|
2022-10-20 10:09:53
|
SeleniumHQ/selenium
|
https://api.github.com/repos/SeleniumHQ/selenium
|
closed
|
[🐛 Bug]: Exception when browser is undefined
|
I-defect
|
### What happened?
The page show black and console show error.
### How can we reproduce the issue?
```shell
Running a node in Selenium Grid 4 without browser config name.
```
### Relevant log output
```shell
TypeError: Cannot read properties of undefined (reading 'length')
at Zf (browser-logo.tsx:12:15)
at Of (BrowserLogo.tsx:29:12)
at Sa (react-dom.production.min.js:167:137)
at xl (react-dom.production.min.js:290:337)
at bu (react-dom.production.min.js:280:389)
at gu (react-dom.production.min.js:280:320)
at mu (react-dom.production.min.js:280:180)
at ou (react-dom.production.min.js:271:88)
at iu (react-dom.production.min.js:268:429)
at k (scheduler.production.min.js:13:203)
```
### Operating System
All
### Selenium version
4.4.0
### What are the browser(s) and version(s) where you see this issue?
All
### What are the browser driver(s) and version(s) where you see this issue?
All
### Are you using Selenium Grid?
4.4.0
|
1.0
|
[🐛 Bug]: Exception when browser is undefined - ### What happened?
The page show black and console show error.
### How can we reproduce the issue?
```shell
Running a node in Selenium Grid 4 without browser config name.
```
### Relevant log output
```shell
TypeError: Cannot read properties of undefined (reading 'length')
at Zf (browser-logo.tsx:12:15)
at Of (BrowserLogo.tsx:29:12)
at Sa (react-dom.production.min.js:167:137)
at xl (react-dom.production.min.js:290:337)
at bu (react-dom.production.min.js:280:389)
at gu (react-dom.production.min.js:280:320)
at mu (react-dom.production.min.js:280:180)
at ou (react-dom.production.min.js:271:88)
at iu (react-dom.production.min.js:268:429)
at k (scheduler.production.min.js:13:203)
```
### Operating System
All
### Selenium version
4.4.0
### What are the browser(s) and version(s) where you see this issue?
All
### What are the browser driver(s) and version(s) where you see this issue?
All
### Are you using Selenium Grid?
4.4.0
|
defect
|
exception when browser is undefined what happened the page show black and console show error how can we reproduce the issue shell running a node in selenium grid without browser config name relevant log output shell typeerror cannot read properties of undefined reading length at zf browser logo tsx at of browserlogo tsx at sa react dom production min js at xl react dom production min js at bu react dom production min js at gu react dom production min js at mu react dom production min js at ou react dom production min js at iu react dom production min js at k scheduler production min js operating system all selenium version what are the browser s and version s where you see this issue all what are the browser driver s and version s where you see this issue all are you using selenium grid
| 1
|
396
| 2,518,189,560
|
IssuesEvent
|
2015-01-16 20:10:00
|
latin-language-toolkit/arethusa
|
https://api.github.com/repos/latin-language-toolkit/arethusa
|
opened
|
style guide
|
Documentation
|
it would be really nice to have a style guide which documents the common style conventions used across the main app and the corresponding css classes, etc.
|
1.0
|
style guide - it would be really nice to have a style guide which documents the common style conventions used across the main app and the corresponding css classes, etc.
|
non_defect
|
style guide it would be really nice to have a style guide which documents the common style conventions used across the main app and the corresponding css classes etc
| 0
|
159,380
| 20,048,379,294
|
IssuesEvent
|
2022-02-03 01:11:02
|
kapseliboi/crowi
|
https://api.github.com/repos/kapseliboi/crowi
|
opened
|
CVE-2020-28500 (Medium) detected in lodash-4.17.20.tgz
|
security vulnerability
|
## CVE-2020-28500 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.20.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- cli-7.10.3.tgz (Root Library)
- :x: **lodash-4.17.20.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></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>
Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.
<p>Publish Date: 2021-02-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28500>CVE-2020-28500</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.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</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-28500">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500</a></p>
<p>Release Date: 2021-02-15</p>
<p>Fix Resolution (lodash): 4.17.21</p>
<p>Direct dependency fix Resolution (@babel/cli): 7.10.4</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-28500 (Medium) detected in lodash-4.17.20.tgz - ## CVE-2020-28500 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.20.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- cli-7.10.3.tgz (Root Library)
- :x: **lodash-4.17.20.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></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>
Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.
<p>Publish Date: 2021-02-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28500>CVE-2020-28500</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.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</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-28500">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500</a></p>
<p>Release Date: 2021-02-15</p>
<p>Fix Resolution (lodash): 4.17.21</p>
<p>Direct dependency fix Resolution (@babel/cli): 7.10.4</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 lodash tgz cve medium severity vulnerability vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file package json path to vulnerable library node modules lodash package json dependency hierarchy cli tgz root library x lodash tgz vulnerable library found in base branch master vulnerability details lodash versions prior to are vulnerable to regular expression denial of service redos via the tonumber trim and trimend functions publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution lodash direct dependency fix resolution babel cli step up your open source security game with whitesource
| 0
|
37,661
| 8,474,782,366
|
IssuesEvent
|
2018-10-24 17:04:50
|
brainvisa/testbidon
|
https://api.github.com/repos/brainvisa/testbidon
|
closed
|
VoxelRGB and VoxelRGBA classes does not correctly implement ChannelType definition.
|
Category: soma-io Component: Resolution Priority: Normal Status: Closed Tracker: Defect
|
---
Author Name: **Souedet, Nicolas** (Souedet, Nicolas)
Original Redmine Issue: 9423, https://bioproj.extra.cea.fr/redmine/issues/9423
Original Date: 2014-02-11
Original Assignee: Souedet, Nicolas
---
None
|
1.0
|
VoxelRGB and VoxelRGBA classes does not correctly implement ChannelType definition. - ---
Author Name: **Souedet, Nicolas** (Souedet, Nicolas)
Original Redmine Issue: 9423, https://bioproj.extra.cea.fr/redmine/issues/9423
Original Date: 2014-02-11
Original Assignee: Souedet, Nicolas
---
None
|
defect
|
voxelrgb and voxelrgba classes does not correctly implement channeltype definition author name souedet nicolas souedet nicolas original redmine issue original date original assignee souedet nicolas none
| 1
|
58,050
| 16,342,341,665
|
IssuesEvent
|
2021-05-13 00:05:06
|
darshan-hpc/darshan
|
https://api.github.com/repos/darshan-hpc/darshan
|
closed
|
Cray compiler script produces undefined symbol errors for non-mpi programs
|
compiler scripts defect
|
In GitLab by @shanedsnyder on Sep 24, 2015, 16:25
This problem only occurs when using the Cray compiler on hopper. The test case is to link a simple "hello world" application using Darshan and the PrgEnv-cray environment. It produces a long list of errors about undefined MPI symbols
|
1.0
|
Cray compiler script produces undefined symbol errors for non-mpi programs - In GitLab by @shanedsnyder on Sep 24, 2015, 16:25
This problem only occurs when using the Cray compiler on hopper. The test case is to link a simple "hello world" application using Darshan and the PrgEnv-cray environment. It produces a long list of errors about undefined MPI symbols
|
defect
|
cray compiler script produces undefined symbol errors for non mpi programs in gitlab by shanedsnyder on sep this problem only occurs when using the cray compiler on hopper the test case is to link a simple hello world application using darshan and the prgenv cray environment it produces a long list of errors about undefined mpi symbols
| 1
|
55,025
| 14,141,337,575
|
IssuesEvent
|
2020-11-10 12:33:46
|
hazelcast/hazelcast-nodejs-client
|
https://api.github.com/repos/hazelcast/hazelcast-nodejs-client
|
opened
|
Pending invocations are not rejected or retried on connection close
|
Priority: High Source: Internal Type: Defect
|
This issue was the source of `LockProxyTest`'s flakiness
|
1.0
|
Pending invocations are not rejected or retried on connection close - This issue was the source of `LockProxyTest`'s flakiness
|
defect
|
pending invocations are not rejected or retried on connection close this issue was the source of lockproxytest s flakiness
| 1
|
37,841
| 8,531,181,177
|
IssuesEvent
|
2018-11-04 09:14:42
|
scipy/scipy
|
https://api.github.com/repos/scipy/scipy
|
closed
|
freeing non-valid pointer in ndimage.rank_filter
|
defect scipy.ndimage
|
<!--
Thank you for taking the time to report a SciPy issue.
Please describe the issue in detail, and for bug reports
fill in the fields below. You can delete the sections that
don't apply to your issue. You can view the final output
by clicking the preview button above.
-->
Python crashing due to SciPy freeing a pointer that does not point to allocated memory.
### Reproducing code example:
<!--
If you place your code between the triple backticks below,
it will be marked as a code block automatically
-->
```python
$ ipython
Python 3.5.5 | packaged by conda-forge | (default, Apr 6 2018, 13:43:56)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.5.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import numpy as np
In [2]: import scipy.ndimage as spimg
In [3]: a = np.random.random((10, 20, 30))
In [4]: r_1 = spimg.rank_filter(a, 0.5, footprint=np.ones((1, 1, 10), dtype=bool))
python(79733,0x7fff78c69000) malloc: *** error for object 0x7fdf9b146468: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
```
### Error message:
<!-- If any, paste the *full* error message inside a code block
as above (starting from line Traceback)
-->
```gdb
python(79733,0x7fff78c69000) malloc: *** error for object 0x7fdf9b146468: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
```
### Scipy/Numpy/Python version information:
```python
In [1]: import sys, scipy, numpy; print(scipy.__version__, numpy.__version__, sys.version_info)
1.1.0 1.15.1 sys.version_info(major=3, minor=5, micro=5, releaselevel='final', serial=0)
```
|
1.0
|
freeing non-valid pointer in ndimage.rank_filter - <!--
Thank you for taking the time to report a SciPy issue.
Please describe the issue in detail, and for bug reports
fill in the fields below. You can delete the sections that
don't apply to your issue. You can view the final output
by clicking the preview button above.
-->
Python crashing due to SciPy freeing a pointer that does not point to allocated memory.
### Reproducing code example:
<!--
If you place your code between the triple backticks below,
it will be marked as a code block automatically
-->
```python
$ ipython
Python 3.5.5 | packaged by conda-forge | (default, Apr 6 2018, 13:43:56)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.5.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import numpy as np
In [2]: import scipy.ndimage as spimg
In [3]: a = np.random.random((10, 20, 30))
In [4]: r_1 = spimg.rank_filter(a, 0.5, footprint=np.ones((1, 1, 10), dtype=bool))
python(79733,0x7fff78c69000) malloc: *** error for object 0x7fdf9b146468: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
```
### Error message:
<!-- If any, paste the *full* error message inside a code block
as above (starting from line Traceback)
-->
```gdb
python(79733,0x7fff78c69000) malloc: *** error for object 0x7fdf9b146468: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
```
### Scipy/Numpy/Python version information:
```python
In [1]: import sys, scipy, numpy; print(scipy.__version__, numpy.__version__, sys.version_info)
1.1.0 1.15.1 sys.version_info(major=3, minor=5, micro=5, releaselevel='final', serial=0)
```
|
defect
|
freeing non valid pointer in ndimage rank filter thank you for taking the time to report a scipy issue please describe the issue in detail and for bug reports fill in the fields below you can delete the sections that don t apply to your issue you can view the final output by clicking the preview button above python crashing due to scipy freeing a pointer that does not point to allocated memory reproducing code example if you place your code between the triple backticks below it will be marked as a code block automatically python ipython python packaged by conda forge default apr type copyright credits or license for more information ipython an enhanced interactive python type for help in import numpy as np in import scipy ndimage as spimg in a np random random in r spimg rank filter a footprint np ones dtype bool python malloc error for object pointer being freed was not allocated set a breakpoint in malloc error break to debug abort trap error message if any paste the full error message inside a code block as above starting from line traceback gdb python malloc error for object pointer being freed was not allocated set a breakpoint in malloc error break to debug abort trap scipy numpy python version information python in import sys scipy numpy print scipy version numpy version sys version info sys version info major minor micro releaselevel final serial
| 1
|
240,256
| 7,800,729,447
|
IssuesEvent
|
2018-06-09 13:00:59
|
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
|
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
|
closed
|
0011204:
After upgrade to 2015.07.2: Exception in Pdo.php
|
Bug CalDAV Mantis high priority
|
**Reported by TwizzyDizzy on 7 Aug 2015 14:39**
**Version:** Elena (2015.07.2)
Hi folks,
after upgrading to 2015.07.2 (from 2015.07.1) I see these errors in my logfile:
-------------------------------
[Fri Aug 07 16:20:25.986109 2015] [:error] [pid 6656] [client 91.65.208.152:37511] PHP Fatal error: Uncaught exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'cal_events.base_event_id' in 'where clause'' in /path/to/tine20/library/Zend/Db/Statement/Pdo.php:238\nStack trace:\n#0 /path/to/tine20/library/Zend/Db/Statement.php(284): Zend_Db_Statement_Pdo->_execute(Array)\n#1 /path/to/tine20/library/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array)\n#2 /path/to/tine20/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query(Object(Zend_Db_Select), Array)\n#3 /path/to/tine20/Calendar/Backend/Sql.php(227): Zend_Db_Adapter_Pdo_Abstract->query(Object(Zend_Db_Select))\n#4 /path/to/tine20/Tinebase/Controller/Record/Abstract.php(208): Calendar_Backend_Sql->search(Object(Calendar_Model_EventFilter), NULL, false)\n#5 /path/to/tine20/Calendar/Controller/Event.php(4 in /path/to/tine20/library/Zend/Db/Statement/Pdo.php on line 238, referer: https://my.domain/office/webdav/Calendar/[...]
-------------------------------
Any clues as to what might be the reason? To me it seems like some SQL migration may have failed?
Cheers
Thomas
|
1.0
|
0011204:
After upgrade to 2015.07.2: Exception in Pdo.php - **Reported by TwizzyDizzy on 7 Aug 2015 14:39**
**Version:** Elena (2015.07.2)
Hi folks,
after upgrading to 2015.07.2 (from 2015.07.1) I see these errors in my logfile:
-------------------------------
[Fri Aug 07 16:20:25.986109 2015] [:error] [pid 6656] [client 91.65.208.152:37511] PHP Fatal error: Uncaught exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'cal_events.base_event_id' in 'where clause'' in /path/to/tine20/library/Zend/Db/Statement/Pdo.php:238\nStack trace:\n#0 /path/to/tine20/library/Zend/Db/Statement.php(284): Zend_Db_Statement_Pdo->_execute(Array)\n#1 /path/to/tine20/library/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array)\n#2 /path/to/tine20/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query(Object(Zend_Db_Select), Array)\n#3 /path/to/tine20/Calendar/Backend/Sql.php(227): Zend_Db_Adapter_Pdo_Abstract->query(Object(Zend_Db_Select))\n#4 /path/to/tine20/Tinebase/Controller/Record/Abstract.php(208): Calendar_Backend_Sql->search(Object(Calendar_Model_EventFilter), NULL, false)\n#5 /path/to/tine20/Calendar/Controller/Event.php(4 in /path/to/tine20/library/Zend/Db/Statement/Pdo.php on line 238, referer: https://my.domain/office/webdav/Calendar/[...]
-------------------------------
Any clues as to what might be the reason? To me it seems like some SQL migration may have failed?
Cheers
Thomas
|
non_defect
|
after upgrade to exception in pdo php reported by twizzydizzy on aug version elena hi folks after upgrading to from i see these errors in my logfile php fatal error uncaught exception zend db statement exception with message sqlstate column not found unknown column cal events base event id in where clause in path to library zend db statement pdo php nstack trace n path to library zend db statement php zend db statement pdo gt execute array n path to library zend db adapter abstract php zend db statement gt execute array n path to library zend db adapter pdo abstract php zend db adapter abstract gt query object zend db select array n path to calendar backend sql php zend db adapter pdo abstract gt query object zend db select n path to tinebase controller record abstract php calendar backend sql gt search object calendar model eventfilter null false n path to calendar controller event php in path to library zend db statement pdo php on line referer any clues as to what might be the reason to me it seems like some sql migration may have failed cheers thomas
| 0
|
807,935
| 30,026,411,174
|
IssuesEvent
|
2023-06-27 06:31:48
|
open-telemetry/opentelemetry-js
|
https://api.github.com/repos/open-telemetry/opentelemetry-js
|
closed
|
ES6 private members are unusable if class extends "InstrumentationBase"
|
bug up-for-grabs priority:p4
|
### What happened?
I want to use ES6 private members in the class that extends `InstrumentationBase`. However, I cannot use them in the overridden `enable` method in the config because the super constructor calls it beforehand, and the call fails.
## Steps to Reproduce
```ts
class Foo extends InstrumentationBase {
constructor(config: InstrumentationConfig = {}) {
super('foo', '0.1.0', config);
}
override enable() {
this.#bar();
}
#bar() {
console.log('bar');
}
}
const foo = new Foo();
```
## Expected Result
The `bar` string is printed in the console.
## Actual Result
Fails with the error:
```
Uncaught TypeError: Receiver must be an instance of class Foo
```
### OpenTelemetry Setup Code
_No response_
### package.json
_No response_
### Relevant log output
_No response_
|
1.0
|
ES6 private members are unusable if class extends "InstrumentationBase" - ### What happened?
I want to use ES6 private members in the class that extends `InstrumentationBase`. However, I cannot use them in the overridden `enable` method in the config because the super constructor calls it beforehand, and the call fails.
## Steps to Reproduce
```ts
class Foo extends InstrumentationBase {
constructor(config: InstrumentationConfig = {}) {
super('foo', '0.1.0', config);
}
override enable() {
this.#bar();
}
#bar() {
console.log('bar');
}
}
const foo = new Foo();
```
## Expected Result
The `bar` string is printed in the console.
## Actual Result
Fails with the error:
```
Uncaught TypeError: Receiver must be an instance of class Foo
```
### OpenTelemetry Setup Code
_No response_
### package.json
_No response_
### Relevant log output
_No response_
|
non_defect
|
private members are unusable if class extends instrumentationbase what happened i want to use private members in the class that extends instrumentationbase however i cannot use them in the overridden enable method in the config because the super constructor calls it beforehand and the call fails steps to reproduce ts class foo extends instrumentationbase constructor config instrumentationconfig super foo config override enable this bar bar console log bar const foo new foo expected result the bar string is printed in the console actual result fails with the error uncaught typeerror receiver must be an instance of class foo opentelemetry setup code no response package json no response relevant log output no response
| 0
|
66,291
| 3,252,064,024
|
IssuesEvent
|
2015-10-19 13:20:26
|
Itseez/opencv
|
https://api.github.com/repos/Itseez/opencv
|
closed
|
GpuMat hangs on cudaMalloc in constructor
|
affected: master bug category: gpu (cuda) priority: normal
|
Uploading an image to the gpu hangs on cudaMalloc whenever the cudaimgproc or photo library is loaded. For example:
1 #include "opencv2/core.hpp"
2 #include "opencv2/highgui.hpp"
3 #include "opencv2/photo.hpp"
4 #include "opencv2/cudaimgproc.hpp"
5
6 int main()
7 {
8 cv::cuda::printCudaDeviceInfo(0);
9 cv::Mat img = cv::imread("../img.jpg", 1);
10 cv::cuda::GpuMat imgGpu(img);
11 cv::edgePreservingFilter(img, img, 1, 60.0f, 0.4f);
12 cv::namedWindow("Image", 0);
13 cv::imshow("Image", img);
14 cv::waitKey(0);
15 cv::destroyAllWindows();
16 }
In the previous code, the program freezes on line 10 and never returns. Debugging with visual studio shows that the program hangs indefinitely on cudaMalloc. Strangely this does not occur if line 11 is commented out. The same problem occurs if any of the cudaimgproc functions is called. Basically, so long as any function from cudaimgproc or photo is present in the code, cudaMalloc just hangs forever.
OpenCV version: Tag 3.0.0
The device info:
Device 0: "Quadro K2200"
CUDA Driver Version / Runtime Version 7.0 / 7.0
CUDA Capability Major/Minor version number: 5.0
|
1.0
|
GpuMat hangs on cudaMalloc in constructor - Uploading an image to the gpu hangs on cudaMalloc whenever the cudaimgproc or photo library is loaded. For example:
1 #include "opencv2/core.hpp"
2 #include "opencv2/highgui.hpp"
3 #include "opencv2/photo.hpp"
4 #include "opencv2/cudaimgproc.hpp"
5
6 int main()
7 {
8 cv::cuda::printCudaDeviceInfo(0);
9 cv::Mat img = cv::imread("../img.jpg", 1);
10 cv::cuda::GpuMat imgGpu(img);
11 cv::edgePreservingFilter(img, img, 1, 60.0f, 0.4f);
12 cv::namedWindow("Image", 0);
13 cv::imshow("Image", img);
14 cv::waitKey(0);
15 cv::destroyAllWindows();
16 }
In the previous code, the program freezes on line 10 and never returns. Debugging with visual studio shows that the program hangs indefinitely on cudaMalloc. Strangely this does not occur if line 11 is commented out. The same problem occurs if any of the cudaimgproc functions is called. Basically, so long as any function from cudaimgproc or photo is present in the code, cudaMalloc just hangs forever.
OpenCV version: Tag 3.0.0
The device info:
Device 0: "Quadro K2200"
CUDA Driver Version / Runtime Version 7.0 / 7.0
CUDA Capability Major/Minor version number: 5.0
|
non_defect
|
gpumat hangs on cudamalloc in constructor uploading an image to the gpu hangs on cudamalloc whenever the cudaimgproc or photo library is loaded for example include core hpp include highgui hpp include photo hpp include cudaimgproc hpp int main cv cuda printcudadeviceinfo cv mat img cv imread img jpg cv cuda gpumat imggpu img cv edgepreservingfilter img img cv namedwindow image cv imshow image img cv waitkey cv destroyallwindows in the previous code the program freezes on line and never returns debugging with visual studio shows that the program hangs indefinitely on cudamalloc strangely this does not occur if line is commented out the same problem occurs if any of the cudaimgproc functions is called basically so long as any function from cudaimgproc or photo is present in the code cudamalloc just hangs forever opencv version tag the device info device quadro cuda driver version runtime version cuda capability major minor version number
| 0
|
62,423
| 12,218,830,839
|
IssuesEvent
|
2020-05-01 20:14:27
|
microsoft/vscode-python
|
https://api.github.com/repos/microsoft/vscode-python
|
closed
|
CI failing on multiroot workspace tests
|
P0 area-internal needs PR type-code health
|
```
1) Configuration Service
Ensure same instance of settings return:
TypeError: Cannot read property 'get' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\common\configuration\service.test.js:18:43)
at processImmediate (internal/timers.js:439:21)
2) Configuration Service
Ensure async registry works:
TypeError: Cannot read property 'get' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\common\configuration\service.test.js:23:48)
at processImmediate (internal/timers.js:439:21)
3) PythonExecutableService
"before each" hook for "Importing without a valid PYTHONPATH should fail":
TypeError: Cannot read property 'get' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\common\process\pythonProc.simple.multiroot.test.js:36:42)
at processImmediate (internal/timers.js:439:21)
4) PythonExecutableService
"after each" hook for "Importing without a valid PYTHONPATH should fail":
TypeError: Cannot read property 'updateSetting' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\common\process\pythonProc.simple.multiroot.test.js:46:29)
5) Interpreters - Workspace VirtualEnv Service
"before all" hook for "Detect Virtual Environment":
TypeError: Cannot read property 'get' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\interpreters\locators\workspaceVirtualEnvService.test.js:104:36)
6) Linting - Multiple Linters Enabled Test
"before all" hook for "Multiple linters":
TypeError: Cannot read property 'get' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\linters\lint.multilinter.test.js:41:46)
```
https://dev.azure.com/ms/vscode-python/_build/results?buildId=76931&view=logs&j=e456b71d-3d0a-5786-582e-34e11c3491a4&t=2c4243b3-1d63-596d-5bf6-6777b4bab47e
|
1.0
|
CI failing on multiroot workspace tests - ```
1) Configuration Service
Ensure same instance of settings return:
TypeError: Cannot read property 'get' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\common\configuration\service.test.js:18:43)
at processImmediate (internal/timers.js:439:21)
2) Configuration Service
Ensure async registry works:
TypeError: Cannot read property 'get' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\common\configuration\service.test.js:23:48)
at processImmediate (internal/timers.js:439:21)
3) PythonExecutableService
"before each" hook for "Importing without a valid PYTHONPATH should fail":
TypeError: Cannot read property 'get' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\common\process\pythonProc.simple.multiroot.test.js:36:42)
at processImmediate (internal/timers.js:439:21)
4) PythonExecutableService
"after each" hook for "Importing without a valid PYTHONPATH should fail":
TypeError: Cannot read property 'updateSetting' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\common\process\pythonProc.simple.multiroot.test.js:46:29)
5) Interpreters - Workspace VirtualEnv Service
"before all" hook for "Detect Virtual Environment":
TypeError: Cannot read property 'get' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\interpreters\locators\workspaceVirtualEnvService.test.js:104:36)
6) Linting - Multiple Linters Enabled Test
"before all" hook for "Multiple linters":
TypeError: Cannot read property 'get' of undefined
at Context.<anonymous> (d:\a\1\s\out\test\linters\lint.multilinter.test.js:41:46)
```
https://dev.azure.com/ms/vscode-python/_build/results?buildId=76931&view=logs&j=e456b71d-3d0a-5786-582e-34e11c3491a4&t=2c4243b3-1d63-596d-5bf6-6777b4bab47e
|
non_defect
|
ci failing on multiroot workspace tests configuration service ensure same instance of settings return typeerror cannot read property get of undefined at context d a s out test common configuration service test js at processimmediate internal timers js configuration service ensure async registry works typeerror cannot read property get of undefined at context d a s out test common configuration service test js at processimmediate internal timers js pythonexecutableservice before each hook for importing without a valid pythonpath should fail typeerror cannot read property get of undefined at context d a s out test common process pythonproc simple multiroot test js at processimmediate internal timers js pythonexecutableservice after each hook for importing without a valid pythonpath should fail typeerror cannot read property updatesetting of undefined at context d a s out test common process pythonproc simple multiroot test js interpreters workspace virtualenv service before all hook for detect virtual environment typeerror cannot read property get of undefined at context d a s out test interpreters locators workspacevirtualenvservice test js linting multiple linters enabled test before all hook for multiple linters typeerror cannot read property get of undefined at context d a s out test linters lint multilinter test js
| 0
|
25,250
| 4,257,887,220
|
IssuesEvent
|
2016-07-11 02:21:55
|
AtlasOfLivingAustralia/biocache-service
|
https://api.github.com/repos/AtlasOfLivingAustralia/biocache-service
|
closed
|
Randomised sequence of data quality test results in CSV data output
|
bug Downloads priority-medium status-new type-defect
|
_From @pbrenton on August 19, 2014 12:21_
*migrated from:* https://code.google.com/p/ala/issues/detail?id=489
*date:* Wed Dec 18 17:02:01 2013
*author:* CoolDa...@gmail.com
---
Reported by user wanting to do periodic manual exports from ALA to import into a local system for mapping and analysis.
The sequence of columns for DQ test results is inconsistent in the CSV output between different download events. Client is finding this makes processing on his end difficult.
_Copied from original issue: AtlasOfLivingAustralia/biocache-hubs#54_
|
1.0
|
Randomised sequence of data quality test results in CSV data output - _From @pbrenton on August 19, 2014 12:21_
*migrated from:* https://code.google.com/p/ala/issues/detail?id=489
*date:* Wed Dec 18 17:02:01 2013
*author:* CoolDa...@gmail.com
---
Reported by user wanting to do periodic manual exports from ALA to import into a local system for mapping and analysis.
The sequence of columns for DQ test results is inconsistent in the CSV output between different download events. Client is finding this makes processing on his end difficult.
_Copied from original issue: AtlasOfLivingAustralia/biocache-hubs#54_
|
defect
|
randomised sequence of data quality test results in csv data output from pbrenton on august migrated from date wed dec author coolda gmail com reported by user wanting to do periodic manual exports from ala to import into a local system for mapping and analysis the sequence of columns for dq test results is inconsistent in the csv output between different download events client is finding this makes processing on his end difficult copied from original issue atlasoflivingaustralia biocache hubs
| 1
|
60,147
| 17,023,350,037
|
IssuesEvent
|
2021-07-03 01:34:05
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
closed
|
rendering camp sites
|
Component: mapnik Priority: major Resolution: fixed Type: defect
|
**[Submitted to the original trac issue database at 1.36pm, Thursday, 15th January 2009]**
The wiki claims that camp sites are rendered and even has a little icon: http://wiki.openstreetmap.org/wiki/Key:tourism
I do not see this. Here are two camp sites:
http://www.openstreetmap.org/?lat=53.02042&lon=4.74225&zoom=15&layers=B000FTF
http://www.openstreetmap.org/?lat=47.57361&lon=19.053&zoom=17&layers=B000FTF
They do not appear on the Mapnik rendering at all. They appear with Osmarender, but only at the highest zoom level, which is unfortunate.
|
1.0
|
rendering camp sites - **[Submitted to the original trac issue database at 1.36pm, Thursday, 15th January 2009]**
The wiki claims that camp sites are rendered and even has a little icon: http://wiki.openstreetmap.org/wiki/Key:tourism
I do not see this. Here are two camp sites:
http://www.openstreetmap.org/?lat=53.02042&lon=4.74225&zoom=15&layers=B000FTF
http://www.openstreetmap.org/?lat=47.57361&lon=19.053&zoom=17&layers=B000FTF
They do not appear on the Mapnik rendering at all. They appear with Osmarender, but only at the highest zoom level, which is unfortunate.
|
defect
|
rendering camp sites the wiki claims that camp sites are rendered and even has a little icon i do not see this here are two camp sites they do not appear on the mapnik rendering at all they appear with osmarender but only at the highest zoom level which is unfortunate
| 1
|
23,353
| 3,798,350,553
|
IssuesEvent
|
2016-03-23 12:09:28
|
PowerDNS/pdns
|
https://api.github.com/repos/PowerDNS/pdns
|
closed
|
forward-zones returns DNSSEC information on non-dnssec query
|
defect rec
|
(forward-zones is broken in current master, but after I fixed that, I noticed this)
Running as follows: `./pdns/pdns_recursor --daemon=no --loglevel=9 --trace --forward-zones-recurse=powerdns.com=8.8.8.8 --local-port=5300 --local-address=127.0.0.1 --socket-dir=.`
and asking for `www.powerdns.com|A` via dig:
```
$ dig @127.0.0.1 -p 5300 www.powerdns.com
; <<>> DiG 9.10.3-P2 <<>> @127.0.0.1 -p 5300 www.powerdns.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33349
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.powerdns.com. IN A
;; ANSWER SECTION:
www.powerdns.com. 3594 IN A 82.94.213.34
www.powerdns.com. 3594 IN RRSIG A 8 3 3600 20160128000000 20160107000000 36021 powerdns.com. nKiR/E2XdrVIyP/d5wTTUCV9uo2IowkUMoaMZoAsYZoYDFumme2s56bT FvF/7/5F5Chddcmr+asgQKEgdLeMQJzBpEQnUzpd4FpZ7C5UyZdxU+u+ mVptEdKiKPd0mqKh39p9cfyMD9HE4/ySLiPqa8RoJ+1HHgIgkaC8OQ/c xMw=
;; Query time: 0 msec
;; SERVER: 127.0.0.1#5300(127.0.0.1)
;; WHEN: Mon Jan 18 16:19:14 CET 2016
;; MSG SIZE rcvd: 233
```
trace shows:
```
Jan 18 16:19:49 1 [1/1] question for 'www.powerdns.com.|A' from 127.0.0.1
Jan 18 16:19:49 [1] www.powerdns.com.: Wants NO DNSSEC processing
Jan 18 16:19:49 [1] www.powerdns.com.: Looking for CNAME cache hit of 'www.powerdns.com.|CNAME'
Jan 18 16:19:49 [1] www.powerdns.com.: No CNAME cache hit of 'www.powerdns.com.|CNAME' found
Jan 18 16:19:49 [1] www.powerdns.com.: No cache hit for 'www.powerdns.com.|A', trying to find an appropriate NS record
Jan 18 16:19:49 [1] www.powerdns.com.: Cache consultations done, have 1 NS to contact
Jan 18 16:19:49 [1] www.powerdns.com.: Nameservers: <empty>(0.00ms)
Jan 18 16:19:49 [1] www.powerdns.com.: Trying to resolve NS '8.8.8.8' (1/1)
Jan 18 16:19:49 [1] www.powerdns.com.: Domain has hardcoded nameserver(s)
Jan 18 16:19:49 [1] www.powerdns.com.: Resolved 'powerdns.com.' NS 8.8.8.8 to: 8.8.8.8
Jan 18 16:19:49 [1] www.powerdns.com.: Trying IP 8.8.8.8:53, asking 'www.powerdns.com.|A'
Jan 18 16:19:49 [1] www.powerdns.com.: Got 3 answers from 8.8.8.8 (8.8.8.8), rcode=0 (No Error), aa=0, in 45ms
Jan 18 16:19:49 [1] www.powerdns.com.: accept answer 'www.powerdns.com.|RRSIG|A 8 3 3600 20160128000000 20160107000000 36021 powerdns.com. nKiR/E2XdrVIyP/d5wTTUCV9uo2IowkUMoaMZoAsYZoYDFumme2s56bTFvF/7/5F5Chddcmr+asgQKEgdLeMQJzBpEQnUzpd4FpZ7C5UyZdxU+u+mVptEdKiKPd0mqKh39p9cfyMD9HE4/ySLiPqa8RoJ+1HHgIgkaC8OQ/cxMw=' from 'powerdns.com.' nameservers? 1 YES! - This answer was either retrieved from the local auth store or from a server we forward to.
Jan 18 16:19:49 RRSIG - separate
Jan 18 16:19:49 [1] www.powerdns.com.: accept answer 'www.powerdns.com.|A|82.94.213.34' from 'powerdns.com.' nameservers? 1 YES! - This answer was either retrieved from the local auth store or from a server we forward to.
Jan 18 16:19:49 YES!
Jan 18 16:19:49 [1] www.powerdns.com.: OPT answer '.' from 'powerdns.com.' nameservers
Jan 18 16:19:49 [1] www.powerdns.com.: determining status after receiving this packet
Jan 18 16:19:49 [1] www.powerdns.com.: answer is in: resolved to 'A 8 3 3600 20160128000000 20160107000000 36021 powerdns.com. nKiR/E2XdrVIyP/d5wTTUCV9uo2IowkUMoaMZoAsYZoYDFumme2s56bTFvF/7/5F5Chddcmr+asgQKEgdLeMQJzBpEQnUzpd4FpZ7C5UyZdxU+u+mVptEdKiKPd0mqKh39p9cfyMD9HE4/ySLiPqa8RoJ+1HHgIgkaC8OQ/cxMw=|RRSIG'
Jan 18 16:19:49 [1] www.powerdns.com.: answer is in: resolved to '82.94.213.34|A'
Jan 18 16:19:49 [1] www.powerdns.com.: status=got results, this level of recursion done
Jan 18 16:19:49 1 [1/1] answer to question 'www.powerdns.com.|A': 2 answers, 1 additional, took 1 packets, 45.829 ms, 0 throttled, 0 timeouts, 0 tcp connections, rcode=0
```
Packet traces show that no dnssec was requested by the client:

And the response also doesn't set DO:

|
1.0
|
forward-zones returns DNSSEC information on non-dnssec query - (forward-zones is broken in current master, but after I fixed that, I noticed this)
Running as follows: `./pdns/pdns_recursor --daemon=no --loglevel=9 --trace --forward-zones-recurse=powerdns.com=8.8.8.8 --local-port=5300 --local-address=127.0.0.1 --socket-dir=.`
and asking for `www.powerdns.com|A` via dig:
```
$ dig @127.0.0.1 -p 5300 www.powerdns.com
; <<>> DiG 9.10.3-P2 <<>> @127.0.0.1 -p 5300 www.powerdns.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33349
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.powerdns.com. IN A
;; ANSWER SECTION:
www.powerdns.com. 3594 IN A 82.94.213.34
www.powerdns.com. 3594 IN RRSIG A 8 3 3600 20160128000000 20160107000000 36021 powerdns.com. nKiR/E2XdrVIyP/d5wTTUCV9uo2IowkUMoaMZoAsYZoYDFumme2s56bT FvF/7/5F5Chddcmr+asgQKEgdLeMQJzBpEQnUzpd4FpZ7C5UyZdxU+u+ mVptEdKiKPd0mqKh39p9cfyMD9HE4/ySLiPqa8RoJ+1HHgIgkaC8OQ/c xMw=
;; Query time: 0 msec
;; SERVER: 127.0.0.1#5300(127.0.0.1)
;; WHEN: Mon Jan 18 16:19:14 CET 2016
;; MSG SIZE rcvd: 233
```
trace shows:
```
Jan 18 16:19:49 1 [1/1] question for 'www.powerdns.com.|A' from 127.0.0.1
Jan 18 16:19:49 [1] www.powerdns.com.: Wants NO DNSSEC processing
Jan 18 16:19:49 [1] www.powerdns.com.: Looking for CNAME cache hit of 'www.powerdns.com.|CNAME'
Jan 18 16:19:49 [1] www.powerdns.com.: No CNAME cache hit of 'www.powerdns.com.|CNAME' found
Jan 18 16:19:49 [1] www.powerdns.com.: No cache hit for 'www.powerdns.com.|A', trying to find an appropriate NS record
Jan 18 16:19:49 [1] www.powerdns.com.: Cache consultations done, have 1 NS to contact
Jan 18 16:19:49 [1] www.powerdns.com.: Nameservers: <empty>(0.00ms)
Jan 18 16:19:49 [1] www.powerdns.com.: Trying to resolve NS '8.8.8.8' (1/1)
Jan 18 16:19:49 [1] www.powerdns.com.: Domain has hardcoded nameserver(s)
Jan 18 16:19:49 [1] www.powerdns.com.: Resolved 'powerdns.com.' NS 8.8.8.8 to: 8.8.8.8
Jan 18 16:19:49 [1] www.powerdns.com.: Trying IP 8.8.8.8:53, asking 'www.powerdns.com.|A'
Jan 18 16:19:49 [1] www.powerdns.com.: Got 3 answers from 8.8.8.8 (8.8.8.8), rcode=0 (No Error), aa=0, in 45ms
Jan 18 16:19:49 [1] www.powerdns.com.: accept answer 'www.powerdns.com.|RRSIG|A 8 3 3600 20160128000000 20160107000000 36021 powerdns.com. nKiR/E2XdrVIyP/d5wTTUCV9uo2IowkUMoaMZoAsYZoYDFumme2s56bTFvF/7/5F5Chddcmr+asgQKEgdLeMQJzBpEQnUzpd4FpZ7C5UyZdxU+u+mVptEdKiKPd0mqKh39p9cfyMD9HE4/ySLiPqa8RoJ+1HHgIgkaC8OQ/cxMw=' from 'powerdns.com.' nameservers? 1 YES! - This answer was either retrieved from the local auth store or from a server we forward to.
Jan 18 16:19:49 RRSIG - separate
Jan 18 16:19:49 [1] www.powerdns.com.: accept answer 'www.powerdns.com.|A|82.94.213.34' from 'powerdns.com.' nameservers? 1 YES! - This answer was either retrieved from the local auth store or from a server we forward to.
Jan 18 16:19:49 YES!
Jan 18 16:19:49 [1] www.powerdns.com.: OPT answer '.' from 'powerdns.com.' nameservers
Jan 18 16:19:49 [1] www.powerdns.com.: determining status after receiving this packet
Jan 18 16:19:49 [1] www.powerdns.com.: answer is in: resolved to 'A 8 3 3600 20160128000000 20160107000000 36021 powerdns.com. nKiR/E2XdrVIyP/d5wTTUCV9uo2IowkUMoaMZoAsYZoYDFumme2s56bTFvF/7/5F5Chddcmr+asgQKEgdLeMQJzBpEQnUzpd4FpZ7C5UyZdxU+u+mVptEdKiKPd0mqKh39p9cfyMD9HE4/ySLiPqa8RoJ+1HHgIgkaC8OQ/cxMw=|RRSIG'
Jan 18 16:19:49 [1] www.powerdns.com.: answer is in: resolved to '82.94.213.34|A'
Jan 18 16:19:49 [1] www.powerdns.com.: status=got results, this level of recursion done
Jan 18 16:19:49 1 [1/1] answer to question 'www.powerdns.com.|A': 2 answers, 1 additional, took 1 packets, 45.829 ms, 0 throttled, 0 timeouts, 0 tcp connections, rcode=0
```
Packet traces show that no dnssec was requested by the client:

And the response also doesn't set DO:

|
defect
|
forward zones returns dnssec information on non dnssec query forward zones is broken in current master but after i fixed that i noticed this running as follows pdns pdns recursor daemon no loglevel trace forward zones recurse powerdns com local port local address socket dir and asking for via dig dig p dig p server found global options cmd got answer header opcode query status noerror id flags qr rd ra query answer authority additional opt pseudosection edns version flags udp question section in a answer section in a in rrsig a powerdns com nkir fvf u c xmw query time msec server when mon jan cet msg size rcvd trace shows jan question for from jan wants no dnssec processing jan looking for cname cache hit of jan no cname cache hit of found jan no cache hit for trying to find an appropriate ns record jan cache consultations done have ns to contact jan nameservers jan trying to resolve ns jan domain has hardcoded nameserver s jan resolved powerdns com ns to jan trying ip asking jan got answers from rcode no error aa in jan accept answer powerdns com nkir u cxmw from powerdns com nameservers yes this answer was either retrieved from the local auth store or from a server we forward to jan rrsig separate jan accept answer from powerdns com nameservers yes this answer was either retrieved from the local auth store or from a server we forward to jan yes jan opt answer from powerdns com nameservers jan determining status after receiving this packet jan answer is in resolved to a powerdns com nkir u cxmw rrsig jan answer is in resolved to a jan status got results this level of recursion done jan answer to question answers additional took packets ms throttled timeouts tcp connections rcode packet traces show that no dnssec was requested by the client and the response also doesn t set do
| 1
|
12,328
| 2,692,025,669
|
IssuesEvent
|
2015-04-01 02:50:29
|
CocoaPods/CocoaPods
|
https://api.github.com/repos/CocoaPods/CocoaPods
|
closed
|
:parameters in Podfile not taken into account in 0.36
|
d2:moderate s2:confirmed t2:defect
|
Hi,
I had to downgrade to 0.35 because on 0.36 running `pod install` doesn't take into account the `:git`, `commit` and `:branch` parameter being passed.
These are some entries of my `Podfile` that are being installed but without respecting the extra parameters.
```
pod 'SocketRocket', :git => 'https://github.com/FredericJacobs/SocketRocket.git', :commit => '73d8a19'
pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :branch => 'JSignalQ'
pod 'APDropDownNavToolbar', :git => 'https://github.com/corbett/APDropDownNavToolbar.git', :branch => 'master'
pod 'EZAudio', :git => 'https://github.com/jackflips/EZAudio', :commit => '1620f19'
```
(Quickly looked through issues but couldn't find another instance of this)
|
1.0
|
:parameters in Podfile not taken into account in 0.36 - Hi,
I had to downgrade to 0.35 because on 0.36 running `pod install` doesn't take into account the `:git`, `commit` and `:branch` parameter being passed.
These are some entries of my `Podfile` that are being installed but without respecting the extra parameters.
```
pod 'SocketRocket', :git => 'https://github.com/FredericJacobs/SocketRocket.git', :commit => '73d8a19'
pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :branch => 'JSignalQ'
pod 'APDropDownNavToolbar', :git => 'https://github.com/corbett/APDropDownNavToolbar.git', :branch => 'master'
pod 'EZAudio', :git => 'https://github.com/jackflips/EZAudio', :commit => '1620f19'
```
(Quickly looked through issues but couldn't find another instance of this)
|
defect
|
parameters in podfile not taken into account in hi i had to downgrade to because on running pod install doesn t take into account the git commit and branch parameter being passed these are some entries of my podfile that are being installed but without respecting the extra parameters pod socketrocket git commit pod jsqmessagesviewcontroller git branch jsignalq pod apdropdownnavtoolbar git branch master pod ezaudio git commit quickly looked through issues but couldn t find another instance of this
| 1
|
72,746
| 24,271,536,485
|
IssuesEvent
|
2022-09-28 10:40:28
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
closed
|
Ubuntu apt gives 404 error for repo URL
|
T-Defect
|
### Steps to reproduce
The issue is similar to [18349](https://github.com/vector-im/element-web/issues/18349), but this time it tries to download element-desktop_1.11.6-test
The whole error message is as follows:
```
Err:1 https://packages.riot.im/debian default/main amd64 element-desktop amd64 1.11.6-test.1
404 Not Found [IP: 172.67.70.226 443]
E: Failed to fetch https://packages.riot.im/debian/pool/main/e/element-desktop/element-desktop_1.11.6-test.1_amd64.deb 404 Not Found [IP: 172.67.70.226 443]
```
### Outcome
I expected the upgrade to go smoothly.
### Operating system
Ubuntu 22.04
### Application version
1.11.5
### How did you install the app?
_No response_
### Homeserver
https://packages.riot.im/debian repo
### Will you send logs?
No
|
1.0
|
Ubuntu apt gives 404 error for repo URL - ### Steps to reproduce
The issue is similar to [18349](https://github.com/vector-im/element-web/issues/18349), but this time it tries to download element-desktop_1.11.6-test
The whole error message is as follows:
```
Err:1 https://packages.riot.im/debian default/main amd64 element-desktop amd64 1.11.6-test.1
404 Not Found [IP: 172.67.70.226 443]
E: Failed to fetch https://packages.riot.im/debian/pool/main/e/element-desktop/element-desktop_1.11.6-test.1_amd64.deb 404 Not Found [IP: 172.67.70.226 443]
```
### Outcome
I expected the upgrade to go smoothly.
### Operating system
Ubuntu 22.04
### Application version
1.11.5
### How did you install the app?
_No response_
### Homeserver
https://packages.riot.im/debian repo
### Will you send logs?
No
|
defect
|
ubuntu apt gives error for repo url steps to reproduce the issue is similar to but this time it tries to download element desktop test the whole error message is as follows err default main element desktop test not found e failed to fetch not found outcome i expected the upgrade to go smoothly operating system ubuntu application version how did you install the app no response homeserver repo will you send logs no
| 1
|
191,179
| 22,215,664,693
|
IssuesEvent
|
2022-06-08 01:10:54
|
uniquelyparticular/zendesk-magento-m1-request
|
https://api.github.com/repos/uniquelyparticular/zendesk-magento-m1-request
|
closed
|
CVE-2021-44906 (High) detected in minimist-1.2.5.tgz - autoclosed
|
security vulnerability
|
## CVE-2021-44906 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimist-1.2.5.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- ts-jest-27.1.4.tgz (Root Library)
- json5-2.1.3.tgz
- :x: **minimist-1.2.5.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/uniquelyparticular/zendesk-magento-m1-request/commit/dd6791179b7a8142cf793824f06fc67010a04d97">dd6791179b7a8142cf793824f06fc67010a04d97</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).
<p>Publish Date: 2022-03-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906>CVE-2021-44906</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/substack/minimist/issues/164">https://github.com/substack/minimist/issues/164</a></p>
<p>Release Date: 2022-03-17</p>
<p>Fix Resolution: minimist - 1.2.6</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-2021-44906 (High) detected in minimist-1.2.5.tgz - autoclosed - ## CVE-2021-44906 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimist-1.2.5.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- ts-jest-27.1.4.tgz (Root Library)
- json5-2.1.3.tgz
- :x: **minimist-1.2.5.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/uniquelyparticular/zendesk-magento-m1-request/commit/dd6791179b7a8142cf793824f06fc67010a04d97">dd6791179b7a8142cf793824f06fc67010a04d97</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).
<p>Publish Date: 2022-03-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906>CVE-2021-44906</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/substack/minimist/issues/164">https://github.com/substack/minimist/issues/164</a></p>
<p>Release Date: 2022-03-17</p>
<p>Fix Resolution: minimist - 1.2.6</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 minimist tgz autoclosed cve high severity vulnerability vulnerable library minimist tgz parse argument options library home page a href path to dependency file package json path to vulnerable library node modules minimist package json dependency hierarchy ts jest tgz root library tgz x minimist tgz vulnerable library found in head commit a href vulnerability details minimist is vulnerable to prototype pollution via file index js function setkey lines publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution minimist step up your open source security game with whitesource
| 0
|
56,825
| 15,379,754,737
|
IssuesEvent
|
2021-03-02 20:06:44
|
Questie/Questie
|
https://api.github.com/repos/Questie/Questie
|
closed
|
Bad information on quest.
|
Questie - Quest Issue Type - Defect
|
Questie v6.2.4, WoW classic
For the quest "Bailor's Ore Shipment," Questie marks "Jordan's Ore Shipment" as being a drop off certain Ogres, on the tooltip as well as having the item drop map icon.
However, this item is actually a box that spawns in various areas of the camp, and needs to be picked up.
|
1.0
|
Bad information on quest. - Questie v6.2.4, WoW classic
For the quest "Bailor's Ore Shipment," Questie marks "Jordan's Ore Shipment" as being a drop off certain Ogres, on the tooltip as well as having the item drop map icon.
However, this item is actually a box that spawns in various areas of the camp, and needs to be picked up.
|
defect
|
bad information on quest questie wow classic for the quest bailor s ore shipment questie marks jordan s ore shipment as being a drop off certain ogres on the tooltip as well as having the item drop map icon however this item is actually a box that spawns in various areas of the camp and needs to be picked up
| 1
|
688,439
| 23,582,266,143
|
IssuesEvent
|
2022-08-23 08:40:18
|
4paradigm/OpenMLDB
|
https://api.github.com/repos/4paradigm/OpenMLDB
|
closed
|
openmldb-import run error
|
bug java high-priority
|
**Bug Description**
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/curator/connection/ConnectionHandlingPolicy
at org.apache.curator.framework.CuratorFrameworkFactory.builder(CuratorFrameworkFactory.java:82)
at org.apache.curator.framework.CuratorFrameworkFactory.newClient(CuratorFrameworkFactory.java:108)
at org.apache.curator.framework.CuratorFrameworkFactory.newClient(CuratorFrameworkFactory.java:94)
at com._4paradigm.openmldb.importer.Importer.getTableMetaData(Importer.java:266)
at com._4paradigm.openmldb.importer.Importer.Load(Importer.java:151)
at com._4paradigm.openmldb.importer.Importer.main(Importer.java:331)
Caused by: java.lang.ClassNotFoundException: org.apache.curator.connection.ConnectionHandlingPolicy
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 6 more
**Expected Behavior**
**Steps to Reproduce**
1.
2.
3.
4.
|
1.0
|
openmldb-import run error - **Bug Description**
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/curator/connection/ConnectionHandlingPolicy
at org.apache.curator.framework.CuratorFrameworkFactory.builder(CuratorFrameworkFactory.java:82)
at org.apache.curator.framework.CuratorFrameworkFactory.newClient(CuratorFrameworkFactory.java:108)
at org.apache.curator.framework.CuratorFrameworkFactory.newClient(CuratorFrameworkFactory.java:94)
at com._4paradigm.openmldb.importer.Importer.getTableMetaData(Importer.java:266)
at com._4paradigm.openmldb.importer.Importer.Load(Importer.java:151)
at com._4paradigm.openmldb.importer.Importer.main(Importer.java:331)
Caused by: java.lang.ClassNotFoundException: org.apache.curator.connection.ConnectionHandlingPolicy
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 6 more
**Expected Behavior**
**Steps to Reproduce**
1.
2.
3.
4.
|
non_defect
|
openmldb import run error bug description exception in thread main java lang noclassdeffounderror org apache curator connection connectionhandlingpolicy at org apache curator framework curatorframeworkfactory builder curatorframeworkfactory java at org apache curator framework curatorframeworkfactory newclient curatorframeworkfactory java at org apache curator framework curatorframeworkfactory newclient curatorframeworkfactory java at com openmldb importer importer gettablemetadata importer java at com openmldb importer importer load importer java at com openmldb importer importer main importer java caused by java lang classnotfoundexception org apache curator connection connectionhandlingpolicy at java base jdk internal loader builtinclassloader loadclass builtinclassloader java at java base jdk internal loader classloaders appclassloader loadclass classloaders java at java base java lang classloader loadclass classloader java more expected behavior steps to reproduce
| 0
|
24,303
| 3,960,721,359
|
IssuesEvent
|
2016-05-02 08:43:54
|
CocoaPods/CocoaPods
|
https://api.github.com/repos/CocoaPods/CocoaPods
|
closed
|
Agressive xcassets compilation policy can lead to duplicated resources
|
d3:hard s5:blocked t2:defect
|
I have the following configuration:
* Main project uses CococaPods
* Library project submodule located in $MAIN_PROJECT_DIR/Library/SomeLibrary
* I'm referencing library in main project's Podfile
Library contains *.xcassets and I prefer to use resource bundle for it. Here's the fragment of Library.podspec:
```
s.resource_bundle = {'LibraryResources' => ['Library/*.lproj', 'Library/Assets.xcassets']}
```
Everything compiles to LibraryResources.bundle, which then copied to application bundle as intended.
But because of this [part](https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/generator/copy_resources_script.rb#L138) of "Copy Pods Resources" script, `Library/Assets.xcassets` compiled again and results are copied to application bundle.
In the end I have duplicated images in Application.app and in Application.app/LibraryResources.bundle.
I found nasty workaround, changed "Copy Pods Resources" build phase script like this:
```bash
WRAPPER_EXTENSION=""
"${SRCROOT}/Pods/Pods-resources.sh"
```
What's the point in compiling every *.xcassets in project tree? User project should have them added to targets anyway, podspecs can reference them through `resources` or `resource_bundle`. Also, unnecessary work, because almost all *.xcassets would compile twice.
|
1.0
|
Agressive xcassets compilation policy can lead to duplicated resources - I have the following configuration:
* Main project uses CococaPods
* Library project submodule located in $MAIN_PROJECT_DIR/Library/SomeLibrary
* I'm referencing library in main project's Podfile
Library contains *.xcassets and I prefer to use resource bundle for it. Here's the fragment of Library.podspec:
```
s.resource_bundle = {'LibraryResources' => ['Library/*.lproj', 'Library/Assets.xcassets']}
```
Everything compiles to LibraryResources.bundle, which then copied to application bundle as intended.
But because of this [part](https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/generator/copy_resources_script.rb#L138) of "Copy Pods Resources" script, `Library/Assets.xcassets` compiled again and results are copied to application bundle.
In the end I have duplicated images in Application.app and in Application.app/LibraryResources.bundle.
I found nasty workaround, changed "Copy Pods Resources" build phase script like this:
```bash
WRAPPER_EXTENSION=""
"${SRCROOT}/Pods/Pods-resources.sh"
```
What's the point in compiling every *.xcassets in project tree? User project should have them added to targets anyway, podspecs can reference them through `resources` or `resource_bundle`. Also, unnecessary work, because almost all *.xcassets would compile twice.
|
defect
|
agressive xcassets compilation policy can lead to duplicated resources i have the following configuration main project uses cococapods library project submodule located in main project dir library somelibrary i m referencing library in main project s podfile library contains xcassets and i prefer to use resource bundle for it here s the fragment of library podspec s resource bundle libraryresources everything compiles to libraryresources bundle which then copied to application bundle as intended but because of this of copy pods resources script library assets xcassets compiled again and results are copied to application bundle in the end i have duplicated images in application app and in application app libraryresources bundle i found nasty workaround changed copy pods resources build phase script like this bash wrapper extension srcroot pods pods resources sh what s the point in compiling every xcassets in project tree user project should have them added to targets anyway podspecs can reference them through resources or resource bundle also unnecessary work because almost all xcassets would compile twice
| 1
|
77,066
| 26,750,172,570
|
IssuesEvent
|
2023-01-30 18:56:48
|
dotCMS/core
|
https://api.github.com/repos/dotCMS/core
|
opened
|
Anonymous image upload issue
|
Type : Defect Triage
|
### Problem Statement
See this document: https://drive.google.com/file/d/1j47zWxTVR-_5HPzDaIkasxMsecHj3bWh/view?usp=sharing
### Steps to Reproduce
See the document above.
### Acceptance Criteria
Demonstrate that the problem does not exist anymore after fix.
### dotCMS Version
LTS 23.01
### Proposed Objective
Security & Privacy
### Proposed Priority
Priority 3 - Average
### External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
_No response_
### Assumptions & Initiation Needs
_No response_
### Sub-Tasks & Estimates
_No response_
|
1.0
|
Anonymous image upload issue - ### Problem Statement
See this document: https://drive.google.com/file/d/1j47zWxTVR-_5HPzDaIkasxMsecHj3bWh/view?usp=sharing
### Steps to Reproduce
See the document above.
### Acceptance Criteria
Demonstrate that the problem does not exist anymore after fix.
### dotCMS Version
LTS 23.01
### Proposed Objective
Security & Privacy
### Proposed Priority
Priority 3 - Average
### External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
_No response_
### Assumptions & Initiation Needs
_No response_
### Sub-Tasks & Estimates
_No response_
|
defect
|
anonymous image upload issue problem statement see this document steps to reproduce see the document above acceptance criteria demonstrate that the problem does not exist anymore after fix dotcms version lts proposed objective security privacy proposed priority priority average external links slack conversations support tickets figma designs etc no response assumptions initiation needs no response sub tasks estimates no response
| 1
|
47,144
| 13,056,040,920
|
IssuesEvent
|
2020-07-30 03:28:31
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
closed
|
ROOT version detection. (Trac #58)
|
Migrated from Trac cmake defect
|
PORT tools offer two versions of ROOT. (5.10.00 and 5.14.00b currently)
but cmake is only setup to deal with 5.10.00. Should
either:
-use user-set ROOTSYS to pick on or the other
or
-try both available (probably try newer version first? Like
mysql does)
Migrated from https://code.icecube.wisc.edu/ticket/58
```json
{
"status": "closed",
"changetime": "2007-08-23T23:19:48",
"description": "PORT tools offer two versions of ROOT. (5.10.00 and 5.14.00b currently)\nbut cmake is only setup to deal with 5.10.00. Should\neither:\n\n-use user-set ROOTSYS to pick on or the other\nor\n-try both available (probably try newer version first? Like\nmysql does)",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1187911188000000",
"component": "cmake",
"summary": "ROOT version detection.",
"priority": "normal",
"keywords": "",
"time": "2007-06-11T14:40:30",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
|
1.0
|
ROOT version detection. (Trac #58) - PORT tools offer two versions of ROOT. (5.10.00 and 5.14.00b currently)
but cmake is only setup to deal with 5.10.00. Should
either:
-use user-set ROOTSYS to pick on or the other
or
-try both available (probably try newer version first? Like
mysql does)
Migrated from https://code.icecube.wisc.edu/ticket/58
```json
{
"status": "closed",
"changetime": "2007-08-23T23:19:48",
"description": "PORT tools offer two versions of ROOT. (5.10.00 and 5.14.00b currently)\nbut cmake is only setup to deal with 5.10.00. Should\neither:\n\n-use user-set ROOTSYS to pick on or the other\nor\n-try both available (probably try newer version first? Like\nmysql does)",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1187911188000000",
"component": "cmake",
"summary": "ROOT version detection.",
"priority": "normal",
"keywords": "",
"time": "2007-06-11T14:40:30",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
|
defect
|
root version detection trac port tools offer two versions of root and currently but cmake is only setup to deal with should either use user set rootsys to pick on or the other or try both available probably try newer version first like mysql does migrated from json status closed changetime description port tools offer two versions of root and currently nbut cmake is only setup to deal with should neither n n use user set rootsys to pick on or the other nor n try both available probably try newer version first like nmysql does reporter blaufuss cc resolution fixed ts component cmake summary root version detection priority normal keywords time milestone owner troy type defect
| 1
|
207,511
| 15,820,656,053
|
IssuesEvent
|
2021-04-05 19:18:40
|
xbmc/kodi-tv
|
https://api.github.com/repos/xbmc/kodi-tv
|
closed
|
RSS feed has no images
|
backend needs-testing
|
The new feed when viewed from feedly

The old one on feedly

It could be due to the feed being new, but I don't think that's the reason
|
1.0
|
RSS feed has no images - The new feed when viewed from feedly

The old one on feedly

It could be due to the feed being new, but I don't think that's the reason
|
non_defect
|
rss feed has no images the new feed when viewed from feedly the old one on feedly it could be due to the feed being new but i don t think that s the reason
| 0
|
2,905
| 10,326,168,722
|
IssuesEvent
|
2019-09-02 00:05:21
|
vostpt/mobile-app
|
https://api.github.com/repos/vostpt/mobile-app
|
closed
|
Flare Splash Screen
|
Needs Maintainers Help
|
**Description**
Create Flutter Splash Screen
**File Location**
```
- presentation
|__ ui
```
**Requirements**
- "This screen will show an animation with the app logo
- Internally, this screen will check in the shared preferences if the user has opened the app previously
- If first install, go to tutorial
- Else, go to main app screen"
**UI**
<img width="364" alt="imagem" src="https://user-images.githubusercontent.com/10728633/63039860-1fe8f280-bebc-11e9-911f-6a48d9bf219d.png">
|
True
|
Flare Splash Screen - **Description**
Create Flutter Splash Screen
**File Location**
```
- presentation
|__ ui
```
**Requirements**
- "This screen will show an animation with the app logo
- Internally, this screen will check in the shared preferences if the user has opened the app previously
- If first install, go to tutorial
- Else, go to main app screen"
**UI**
<img width="364" alt="imagem" src="https://user-images.githubusercontent.com/10728633/63039860-1fe8f280-bebc-11e9-911f-6a48d9bf219d.png">
|
non_defect
|
flare splash screen description create flutter splash screen file location presentation ui requirements this screen will show an animation with the app logo internally this screen will check in the shared preferences if the user has opened the app previously if first install go to tutorial else go to main app screen ui img width alt imagem src
| 0
|
45,208
| 18,460,503,626
|
IssuesEvent
|
2021-10-16 00:16:54
|
MicrosoftDocs/windowsserverdocs
|
https://api.github.com/repos/MicrosoftDocs/windowsserverdocs
|
closed
|
Change user password
|
Pri2 windows-server/prod remote-desktop-services/tech
|
Hi team,
I moved this from here: https://github.com/MicrosoftDocs/windowsserverdocs.pt-br/issues/3
The comments below were machine-translated
@fbocosta commented 4 hours ago — with docs.microsoft.com
Como criar o link para alteração da senha do usuario na versão 1.0.21.0??
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 94c63e96-2bd1-2406-122e-05f3495a18d9
* Version Independent ID: fdbe3c97-60b6-5c94-a5f8-27b9d8319e66
* Content: [What's new in the web client](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/web-client-whatsnew#feedback)
* Content Source: [WindowsServerDocs/remote/remote-desktop-services/clients/web-client-whatsnew.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/remote/remote-desktop-services/clients/web-client-whatsnew.md)
* Product: **windows-server**
* Technology: **remote-desktop-services**
* GitHub Login: @Heidilohr
* Microsoft Alias: **helohr**
|
1.0
|
Change user password - Hi team,
I moved this from here: https://github.com/MicrosoftDocs/windowsserverdocs.pt-br/issues/3
The comments below were machine-translated
@fbocosta commented 4 hours ago — with docs.microsoft.com
Como criar o link para alteração da senha do usuario na versão 1.0.21.0??
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 94c63e96-2bd1-2406-122e-05f3495a18d9
* Version Independent ID: fdbe3c97-60b6-5c94-a5f8-27b9d8319e66
* Content: [What's new in the web client](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/web-client-whatsnew#feedback)
* Content Source: [WindowsServerDocs/remote/remote-desktop-services/clients/web-client-whatsnew.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/remote/remote-desktop-services/clients/web-client-whatsnew.md)
* Product: **windows-server**
* Technology: **remote-desktop-services**
* GitHub Login: @Heidilohr
* Microsoft Alias: **helohr**
|
non_defect
|
change user password hi team i moved this from here the comments below were machine translated fbocosta commented hours ago — with docs microsoft com como criar o link para alteração da senha do usuario na versão document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product windows server technology remote desktop services github login heidilohr microsoft alias helohr
| 0
|
19,807
| 3,263,288,109
|
IssuesEvent
|
2015-10-22 03:11:18
|
RRUZ/vcl-styles-plugins
|
https://api.github.com/repos/RRUZ/vcl-styles-plugins
|
closed
|
Skinning issue with InnoTools Downloader by Sherlock Software
|
auto-migrated invalid Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. Using InnoTools Downloader by Sherlock Software
2. New page opens to download a file
3. The area around the the progress bar is gray
What is the expected output? What do you see instead?
Expected a seamless skinned page, but the area around the progress bar is gray.
The progress bar itself does show up correctly according to the skin used, just
the area around it is unskinned.
What version of the product are you using? On what operating system?
VCL Styles for Inno Setup 1.2.2.1 / Inno Setup 5.5.5a Ansi installed from
ispack-5.5.5.exe / InnoTools Downloader 0.3.5. Tried on Windows 7 x64 and
Windows XP x86
Please provide any additional information below.
Images attached.
```
Original issue reported on code.google.com by `surreal0...@gmail.com` on 8 Oct 2014 at 1:51
Attachments:
* [InnoTools Downloader by Sherlock Software.png](https://storage.googleapis.com/google-code-attachments/vcl-styles-plugins/issue-5/comment-0/InnoTools Downloader by Sherlock Software.png)
|
1.0
|
Skinning issue with InnoTools Downloader by Sherlock Software - ```
What steps will reproduce the problem?
1. Using InnoTools Downloader by Sherlock Software
2. New page opens to download a file
3. The area around the the progress bar is gray
What is the expected output? What do you see instead?
Expected a seamless skinned page, but the area around the progress bar is gray.
The progress bar itself does show up correctly according to the skin used, just
the area around it is unskinned.
What version of the product are you using? On what operating system?
VCL Styles for Inno Setup 1.2.2.1 / Inno Setup 5.5.5a Ansi installed from
ispack-5.5.5.exe / InnoTools Downloader 0.3.5. Tried on Windows 7 x64 and
Windows XP x86
Please provide any additional information below.
Images attached.
```
Original issue reported on code.google.com by `surreal0...@gmail.com` on 8 Oct 2014 at 1:51
Attachments:
* [InnoTools Downloader by Sherlock Software.png](https://storage.googleapis.com/google-code-attachments/vcl-styles-plugins/issue-5/comment-0/InnoTools Downloader by Sherlock Software.png)
|
defect
|
skinning issue with innotools downloader by sherlock software what steps will reproduce the problem using innotools downloader by sherlock software new page opens to download a file the area around the the progress bar is gray what is the expected output what do you see instead expected a seamless skinned page but the area around the progress bar is gray the progress bar itself does show up correctly according to the skin used just the area around it is unskinned what version of the product are you using on what operating system vcl styles for inno setup inno setup ansi installed from ispack exe innotools downloader tried on windows and windows xp please provide any additional information below images attached original issue reported on code google com by gmail com on oct at attachments downloader by sherlock software png
| 1
|
69,384
| 22,334,737,084
|
IssuesEvent
|
2022-06-14 17:25:45
|
department-of-veterans-affairs/va.gov-team
|
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
|
closed
|
[Content organization] Introduction page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. (02.04.1)
|
content design 508/Accessibility ia 508-defect-2 collab-cycle-feedback afs-education Staging CCIssue02.04 CC-Dashboard my-education-benefits
|
### General Information
#### VFS team name
DGIB - My Education Benefits
#### VFS product name
My Education Benefits
#### VFS feature name
My Education Benefits App
#### Point of Contact/Reviewers
Brian DeConinck (@briandeconinck) - Accessibility
*For more information on how to interpret this ticket, please refer to the [Anatomy of a Staging Review issue ticket](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/Anatomy-of-a-Staging-Review-Issue-ticket.2060320997.html) guidance on Platform Website.
---
### Platform Issue
Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page.
### Issue Details
On the Introduction Page (`/apply-for-benefits-form-22-1990/introduction`), the H2 heading level is skipped.
After the H1, each major section of the page should be an H2, with subsections as H3s, then H4s, etc. Heading levels should not be skipped.
Heading levels are announced to screen reader users and those levels are often used for navigation and wayfinding, so skipping an expected heading level can be disorienting.
### Link, screenshot or steps to recreate
Current heading structure:
```
H1: Apply for VA education benefits
H3: This application is only for the Post-9/11 GI Bill
H3: Follow these steps to get started
H4: Check your eligibility
H4: Gather your information
H4: Start your application
H3: Save time--and save your work in progress--by signing in before starting your application
H3: Begin your application for education benefits [when authenticated]
H3: Your application is in progress and was last saved on... [when logged in + application in progress]
```
### VA.gov Experience Standard
[Category Number 02, Issue Number 04](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/VA.gov-experience-standards.1683980311.html)
### Other References
WCAG SC 1.3.1_A
WCAG SC 2.4.6_AA
---
### Platform Recommendation
Recommended heading structure:
```
H1: Apply for VA education benefits
H2: This application is only for the Post-9/11 GI Bill
H2: Follow these steps to get started
H3: Check your eligibility
H3: Gather your information
H3: Start your application
H2: Save time--and save your work in progress--by signing in before starting your application
H2: Begin your application for education benefits [when authenticated]
H2: Your application is in progress and was last saved on... [when authenticated + application in progress]
```
### VFS Team Tasks to Complete
- [ ] Comment on the ticket if there are questions or concerns
- [ ] Close the ticket when the issue has been resolved or validated by your Product Owner. If a team has additional questions or needs Platform help validating the issue, please comment in the ticket.
|
1.0
|
[Content organization] Introduction page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. (02.04.1) - ### General Information
#### VFS team name
DGIB - My Education Benefits
#### VFS product name
My Education Benefits
#### VFS feature name
My Education Benefits App
#### Point of Contact/Reviewers
Brian DeConinck (@briandeconinck) - Accessibility
*For more information on how to interpret this ticket, please refer to the [Anatomy of a Staging Review issue ticket](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/Anatomy-of-a-Staging-Review-Issue-ticket.2060320997.html) guidance on Platform Website.
---
### Platform Issue
Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page.
### Issue Details
On the Introduction Page (`/apply-for-benefits-form-22-1990/introduction`), the H2 heading level is skipped.
After the H1, each major section of the page should be an H2, with subsections as H3s, then H4s, etc. Heading levels should not be skipped.
Heading levels are announced to screen reader users and those levels are often used for navigation and wayfinding, so skipping an expected heading level can be disorienting.
### Link, screenshot or steps to recreate
Current heading structure:
```
H1: Apply for VA education benefits
H3: This application is only for the Post-9/11 GI Bill
H3: Follow these steps to get started
H4: Check your eligibility
H4: Gather your information
H4: Start your application
H3: Save time--and save your work in progress--by signing in before starting your application
H3: Begin your application for education benefits [when authenticated]
H3: Your application is in progress and was last saved on... [when logged in + application in progress]
```
### VA.gov Experience Standard
[Category Number 02, Issue Number 04](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/VA.gov-experience-standards.1683980311.html)
### Other References
WCAG SC 1.3.1_A
WCAG SC 2.4.6_AA
---
### Platform Recommendation
Recommended heading structure:
```
H1: Apply for VA education benefits
H2: This application is only for the Post-9/11 GI Bill
H2: Follow these steps to get started
H3: Check your eligibility
H3: Gather your information
H3: Start your application
H2: Save time--and save your work in progress--by signing in before starting your application
H2: Begin your application for education benefits [when authenticated]
H2: Your application is in progress and was last saved on... [when authenticated + application in progress]
```
### VFS Team Tasks to Complete
- [ ] Comment on the ticket if there are questions or concerns
- [ ] Close the ticket when the issue has been resolved or validated by your Product Owner. If a team has additional questions or needs Platform help validating the issue, please comment in the ticket.
|
defect
|
introduction page doesn t follow heading hierarchy headings aren t properly nested and headings and or labels aren t relevant to the page general information vfs team name dgib my education benefits vfs product name my education benefits vfs feature name my education benefits app point of contact reviewers brian deconinck briandeconinck accessibility for more information on how to interpret this ticket please refer to the guidance on platform website platform issue your page doesn t follow heading hierarchy headings aren t properly nested and headings and or labels aren t relevant to the page issue details on the introduction page apply for benefits form introduction the heading level is skipped after the each major section of the page should be an with subsections as then etc heading levels should not be skipped heading levels are announced to screen reader users and those levels are often used for navigation and wayfinding so skipping an expected heading level can be disorienting link screenshot or steps to recreate current heading structure apply for va education benefits this application is only for the post gi bill follow these steps to get started check your eligibility gather your information start your application save time and save your work in progress by signing in before starting your application begin your application for education benefits your application is in progress and was last saved on va gov experience standard other references wcag sc a wcag sc aa platform recommendation recommended heading structure apply for va education benefits this application is only for the post gi bill follow these steps to get started check your eligibility gather your information start your application save time and save your work in progress by signing in before starting your application begin your application for education benefits your application is in progress and was last saved on vfs team tasks to complete comment on the ticket if there are questions or concerns close the ticket when the issue has been resolved or validated by your product owner if a team has additional questions or needs platform help validating the issue please comment in the ticket
| 1
|
531,239
| 15,443,343,933
|
IssuesEvent
|
2021-03-08 09:01:11
|
wso2/product-apim
|
https://api.github.com/repos/wso2/product-apim
|
opened
|
Reverse Proxy not support for APIM 3.2.0
|
Priority/Normal Type/Bug
|
### Description:
<!-- Describe the issue -->
Endpoints access through the proxy, cannot access from the GW and throwing connection timeout.
### Steps to reproduce:
e.g.:
The customer is using a custom JWT transformer for Piranha integration in our existing deployment. Based on the new KM implementation of APIM 3.2.0, they are configuring this IDP through the Admin UI. They are using WSO2 IS as the key manager type and pointing our issuer. They are setting JWKS URL, which can access through a proxy.
Then they are passing the generated JWT token to invoke the API. When invoking the API, it is showing the below error.
```
ERROR - JWTValidatorImpl |a02c3ba5-a745-4ebb-8af1-d4d1ac27f68b|Error while parsing JWT
org.apache.http.conn.HttpHostConnectException: Connect to webssotest.de.pri.o2.com:443 [webssotest.de.pri.o2.com/10.119.23.70] failed: Connection timed out (Connection timed out)
at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:142) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.wso2.carbon.apimgt.impl.utils.JWTUtil.retrieveJWKSConfiguration_aroundBody0(JWTUtil.java:58) ~[org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.utils.JWTUtil.retrieveJWKSConfiguration(JWTUtil.java:52) ~[org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.retrieveJWKSet_aroundBody18(JWTValidatorImpl.java:182) ~[org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.retrieveJWKSet(JWTValidatorImpl.java:180) ~[org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.validateSignature_aroundBody4(JWTValidatorImpl.java:107) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.validateSignature(JWTValidatorImpl.java:97) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.validateToken_aroundBody0(JWTValidatorImpl.java:57) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.validateToken(JWTValidatorImpl.java:52) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidationServiceImpl.validateJWTToken_aroundBody0(JWTValidationServiceImpl.java:44) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidationServiceImpl.validateJWTToken(JWTValidationServiceImpl.java:36) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.gateway.handlers.security.jwt.JWTValidator.getJwtValidationInfo_aroundBody16(JWTValidator.java:450) [org.wso2.carbon.apimgt.gateway_6.7.206.jar:?]
:
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
```
It is trying to validate the JWT, and it couldn't validate due to a connection timeout.
If they set a JWKS URL that can access internally (not going through the proxy), the token can successfully validate and invoke the API without any issue. This issue only happens when accessing the JWKS URL through the proxy.
### Affected Product Version:
<!-- Members can use Affected/*** labels -->
APIM 3.2.0
### Environment details (with versions):
- OS:
- Client:
- Env (Docker/K8s): K8 with latest WUM of APIM 3.2.0
---
### Optional Fields
#### Related Issues:
<!-- Any related issues from this/other repositories-->
#### Suggested Labels:
<!--Only to be used by non-members-->
#### Suggested Assignees:
<!--Only to be used by non-members-->
|
1.0
|
Reverse Proxy not support for APIM 3.2.0 - ### Description:
<!-- Describe the issue -->
Endpoints access through the proxy, cannot access from the GW and throwing connection timeout.
### Steps to reproduce:
e.g.:
The customer is using a custom JWT transformer for Piranha integration in our existing deployment. Based on the new KM implementation of APIM 3.2.0, they are configuring this IDP through the Admin UI. They are using WSO2 IS as the key manager type and pointing our issuer. They are setting JWKS URL, which can access through a proxy.
Then they are passing the generated JWT token to invoke the API. When invoking the API, it is showing the below error.
```
ERROR - JWTValidatorImpl |a02c3ba5-a745-4ebb-8af1-d4d1ac27f68b|Error while parsing JWT
org.apache.http.conn.HttpHostConnectException: Connect to webssotest.de.pri.o2.com:443 [webssotest.de.pri.o2.com/10.119.23.70] failed: Connection timed out (Connection timed out)
at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:142) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) ~[httpclient_4.3.6.wso2v2.jar:?]
at org.wso2.carbon.apimgt.impl.utils.JWTUtil.retrieveJWKSConfiguration_aroundBody0(JWTUtil.java:58) ~[org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.utils.JWTUtil.retrieveJWKSConfiguration(JWTUtil.java:52) ~[org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.retrieveJWKSet_aroundBody18(JWTValidatorImpl.java:182) ~[org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.retrieveJWKSet(JWTValidatorImpl.java:180) ~[org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.validateSignature_aroundBody4(JWTValidatorImpl.java:107) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.validateSignature(JWTValidatorImpl.java:97) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.validateToken_aroundBody0(JWTValidatorImpl.java:57) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidatorImpl.validateToken(JWTValidatorImpl.java:52) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidationServiceImpl.validateJWTToken_aroundBody0(JWTValidationServiceImpl.java:44) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.impl.jwt.JWTValidationServiceImpl.validateJWTToken(JWTValidationServiceImpl.java:36) [org.wso2.carbon.apimgt.impl_6.7.206.jar:?]
at org.wso2.carbon.apimgt.gateway.handlers.security.jwt.JWTValidator.getJwtValidationInfo_aroundBody16(JWTValidator.java:450) [org.wso2.carbon.apimgt.gateway_6.7.206.jar:?]
:
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
```
It is trying to validate the JWT, and it couldn't validate due to a connection timeout.
If they set a JWKS URL that can access internally (not going through the proxy), the token can successfully validate and invoke the API without any issue. This issue only happens when accessing the JWKS URL through the proxy.
### Affected Product Version:
<!-- Members can use Affected/*** labels -->
APIM 3.2.0
### Environment details (with versions):
- OS:
- Client:
- Env (Docker/K8s): K8 with latest WUM of APIM 3.2.0
---
### Optional Fields
#### Related Issues:
<!-- Any related issues from this/other repositories-->
#### Suggested Labels:
<!--Only to be used by non-members-->
#### Suggested Assignees:
<!--Only to be used by non-members-->
|
non_defect
|
reverse proxy not support for apim description endpoints access through the proxy cannot access from the gw and throwing connection timeout steps to reproduce e g the customer is using a custom jwt transformer for piranha integration in our existing deployment based on the new km implementation of apim they are configuring this idp through the admin ui they are using is as the key manager type and pointing our issuer they are setting jwks url which can access through a proxy then they are passing the generated jwt token to invoke the api when invoking the api it is showing the below error error jwtvalidatorimpl error while parsing jwt org apache http conn httphostconnectexception connect to webssotest de pri com failed connection timed out connection timed out at org apache http impl conn httpclientconnectionoperator connect httpclientconnectionoperator java at org apache http impl conn poolinghttpclientconnectionmanager connect poolinghttpclientconnectionmanager java at org apache http impl execchain mainclientexec establishroute mainclientexec java at org apache http impl execchain mainclientexec execute mainclientexec java at org apache http impl execchain protocolexec execute protocolexec java at org apache http impl execchain retryexec execute retryexec java at org apache http impl execchain redirectexec execute redirectexec java at org apache http impl client internalhttpclient doexecute internalhttpclient java at org apache http impl client closeablehttpclient execute closeablehttpclient java at org apache http impl client closeablehttpclient execute closeablehttpclient java at org carbon apimgt impl utils jwtutil retrievejwksconfiguration jwtutil java at org carbon apimgt impl utils jwtutil retrievejwksconfiguration jwtutil java at org carbon apimgt impl jwt jwtvalidatorimpl retrievejwkset jwtvalidatorimpl java at org carbon apimgt impl jwt jwtvalidatorimpl retrievejwkset jwtvalidatorimpl java at org carbon apimgt impl jwt jwtvalidatorimpl validatesignature jwtvalidatorimpl java at org carbon apimgt impl jwt jwtvalidatorimpl validatesignature jwtvalidatorimpl java at org carbon apimgt impl jwt jwtvalidatorimpl validatetoken jwtvalidatorimpl java at org carbon apimgt impl jwt jwtvalidatorimpl validatetoken jwtvalidatorimpl java at org carbon apimgt impl jwt jwtvalidationserviceimpl validatejwttoken jwtvalidationserviceimpl java at org carbon apimgt impl jwt jwtvalidationserviceimpl validatejwttoken jwtvalidationserviceimpl java at org carbon apimgt gateway handlers security jwt jwtvalidator getjwtvalidationinfo jwtvalidator java caused by java net connectexception connection timed out connection timed out it is trying to validate the jwt and it couldn t validate due to a connection timeout if they set a jwks url that can access internally not going through the proxy the token can successfully validate and invoke the api without any issue this issue only happens when accessing the jwks url through the proxy affected product version apim environment details with versions os client env docker with latest wum of apim optional fields related issues suggested labels suggested assignees
| 0
|
7,113
| 9,411,752,422
|
IssuesEvent
|
2019-04-10 00:53:40
|
cryptape/cita
|
https://api.github.com/repos/cryptape/cita
|
closed
|
Specify the path to use the configuration file of forever
|
compatibility docs enhancement wontfix
|
## Description
Specify the path to use the configuration file of forever.
## Additional Information
-------------------Chinese--------------------
可指定 forever 模块配置文件的路径(考虑其他模块配置文件路径的影响,可配置)
|
True
|
Specify the path to use the configuration file of forever - ## Description
Specify the path to use the configuration file of forever.
## Additional Information
-------------------Chinese--------------------
可指定 forever 模块配置文件的路径(考虑其他模块配置文件路径的影响,可配置)
|
non_defect
|
specify the path to use the configuration file of forever description specify the path to use the configuration file of forever additional information chinese 可指定 forever 模块配置文件的路径(考虑其他模块配置文件路径的影响,可配置)
| 0
|
56,279
| 15,016,430,733
|
IssuesEvent
|
2021-02-01 09:34:56
|
martinrotter/rssguard
|
https://api.github.com/repos/martinrotter/rssguard
|
closed
|
[BUG]: Clicking "login" on inoreader account does nothing
|
Priority-High Status-Not-Enough-Data Type-Defect Type-Desktop-Integration
|
#### Brief description of the issue.
The login button does not seem to work.
#### How to reproduce the bug?
1. Add Inoreader account
2. Fill out username (and optionally, OAuth 2 app details)
3. Click "Login"
#### What was the expected result?
OAuth login window opens somewhere
#### What actually happened?
Nothing happens
#### Other information
* OS: Arch Linux
* Desktop Environment: XFCE
* RSS Guard version: 3.8.4
Tried via official repos and also via Flatpak. Same issue regardless.
|
1.0
|
[BUG]: Clicking "login" on inoreader account does nothing - #### Brief description of the issue.
The login button does not seem to work.
#### How to reproduce the bug?
1. Add Inoreader account
2. Fill out username (and optionally, OAuth 2 app details)
3. Click "Login"
#### What was the expected result?
OAuth login window opens somewhere
#### What actually happened?
Nothing happens
#### Other information
* OS: Arch Linux
* Desktop Environment: XFCE
* RSS Guard version: 3.8.4
Tried via official repos and also via Flatpak. Same issue regardless.
|
defect
|
clicking login on inoreader account does nothing brief description of the issue the login button does not seem to work how to reproduce the bug add inoreader account fill out username and optionally oauth app details click login what was the expected result oauth login window opens somewhere what actually happened nothing happens other information os arch linux desktop environment xfce rss guard version tried via official repos and also via flatpak same issue regardless
| 1
|
42,570
| 22,687,147,111
|
IssuesEvent
|
2022-07-04 15:07:48
|
agda/agda
|
https://api.github.com/repos/agda/agda
|
opened
|
Possibly quadratic behaviour
|
type: bug performance
|
I grepped for `\+\+ \[` and found several pieces of code that can perhaps lead to quadratic behaviour (I ignored code under `Agda.Auto`):
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Compiler/MAlonzo/Compiler.hs#L150
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Interaction/Options/Base.hs#L782
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Abstract/Views.hs#L49
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Concrete.hs#L621
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Concrete/Operators.hs#L864
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Parser/Parser.y#L579
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Parser/Parser.y#L1348
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Translation/AbstractToConcrete.hs#L402
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Translation/AbstractToConcrete.hs#L855
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Monad/Caching.hs#L78
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Records.hs#L883
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Records.hs#L892
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Rules/LHS.hs#L981
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Rules/LHS.hs#L1144
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Substitute.hs#L121-L122
|
True
|
Possibly quadratic behaviour - I grepped for `\+\+ \[` and found several pieces of code that can perhaps lead to quadratic behaviour (I ignored code under `Agda.Auto`):
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Compiler/MAlonzo/Compiler.hs#L150
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Interaction/Options/Base.hs#L782
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Abstract/Views.hs#L49
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Concrete.hs#L621
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Concrete/Operators.hs#L864
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Parser/Parser.y#L579
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Parser/Parser.y#L1348
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Translation/AbstractToConcrete.hs#L402
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/Syntax/Translation/AbstractToConcrete.hs#L855
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Monad/Caching.hs#L78
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Records.hs#L883
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Records.hs#L892
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Rules/LHS.hs#L981
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Rules/LHS.hs#L1144
https://github.com/agda/agda/blob/3044510c8966a1876951e807f1393bbc3b5e6169/src/full/Agda/TypeChecking/Substitute.hs#L121-L122
|
non_defect
|
possibly quadratic behaviour i grepped for and found several pieces of code that can perhaps lead to quadratic behaviour i ignored code under agda auto
| 0
|
210,842
| 16,130,709,078
|
IssuesEvent
|
2021-04-29 04:00:13
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
closed
|
roachtest: sqlsmith/setup=empty/setting=no-mutations failed
|
C-test-failure O-roachtest O-robot branch-master
|
roachtest.sqlsmith/setup=empty/setting=no-mutations [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2917180&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=2917180&tab=artifacts#/sqlsmith/setup=empty/setting=no-mutations) on master @ [9e821aa456bfbe8b5ec3a8ef79ae3954d52cb675](https://github.com/cockroachdb/cockroach/commits/9e821aa456bfbe8b5ec3a8ef79ae3954d52cb675):
```
('10dcf1c7-bc0e-4240-8dd4-1cded245becc':::UUID), ('a015aa85-d559-466f-861b-5fb6fbae2c28':::UUID)
)
AS tab_10765 (col_18487)
UNION ALL SELECT NULL AS col_18488 FROM with_3274 AS cte_ref_935 WHERE true
),
with_3276 (col_18489, col_18490)
AS (
SELECT
*
FROM
(
VALUES
(e'\x0fIb\x06b\x1a':::STRING, '30 years 8 mons 329 days 00:43:36.121574':::INTERVAL),
(e'\x00':::STRING, '55 years 10 mons 424 days 00:43:07.936553':::INTERVAL)
)
AS tab_10766 (col_18489, col_18490)
)
SELECT
'3d3bb807-e74f-47e1-b504-f0fe2a4ad91f':::UUID AS col_18491
FROM
with_3275 AS cte_ref_936
ORDER BY
cte_ref_936.col_18487 DESC, cte_ref_936.col_18487 ASC, cte_ref_936.col_18487 DESC, cte_ref_936.col_18487;
cluster.go:1716,context.go:140,cluster.go:1705,test_runner.go:858: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-2917180-1619205254-05-n4cpu4 --oneshot --ignore-empty-nodes: exit status 1 1: dead
2: 11268
4: 10200
3: 11386
Error: UNCLASSIFIED_PROBLEM: 1: dead
(1) UNCLASSIFIED_PROBLEM
Wraps: (2) attached stack trace
-- stack trace:
| main.glob..func14
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1162
| main.wrap.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:284
| github.com/spf13/cobra.(*Command).execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:856
| github.com/spf13/cobra.(*Command).ExecuteC
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:960
| github.com/spf13/cobra.(*Command).Execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:897
| main.main
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:2057
| runtime.main
| /usr/local/go/src/runtime/proc.go:204
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1374
Wraps: (3) 1: dead
Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
<p>To reproduce, try:
```bash
# From https://go.crdb.dev/p/roachstress, perhaps edited lightly.
caffeinate ./roachstress.sh sqlsmith/setup=empty/setting=no-mutations
```
</p>
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sqlsmith/setup=empty/setting=no-mutations.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
|
2.0
|
roachtest: sqlsmith/setup=empty/setting=no-mutations failed - roachtest.sqlsmith/setup=empty/setting=no-mutations [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2917180&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=2917180&tab=artifacts#/sqlsmith/setup=empty/setting=no-mutations) on master @ [9e821aa456bfbe8b5ec3a8ef79ae3954d52cb675](https://github.com/cockroachdb/cockroach/commits/9e821aa456bfbe8b5ec3a8ef79ae3954d52cb675):
```
('10dcf1c7-bc0e-4240-8dd4-1cded245becc':::UUID), ('a015aa85-d559-466f-861b-5fb6fbae2c28':::UUID)
)
AS tab_10765 (col_18487)
UNION ALL SELECT NULL AS col_18488 FROM with_3274 AS cte_ref_935 WHERE true
),
with_3276 (col_18489, col_18490)
AS (
SELECT
*
FROM
(
VALUES
(e'\x0fIb\x06b\x1a':::STRING, '30 years 8 mons 329 days 00:43:36.121574':::INTERVAL),
(e'\x00':::STRING, '55 years 10 mons 424 days 00:43:07.936553':::INTERVAL)
)
AS tab_10766 (col_18489, col_18490)
)
SELECT
'3d3bb807-e74f-47e1-b504-f0fe2a4ad91f':::UUID AS col_18491
FROM
with_3275 AS cte_ref_936
ORDER BY
cte_ref_936.col_18487 DESC, cte_ref_936.col_18487 ASC, cte_ref_936.col_18487 DESC, cte_ref_936.col_18487;
cluster.go:1716,context.go:140,cluster.go:1705,test_runner.go:858: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-2917180-1619205254-05-n4cpu4 --oneshot --ignore-empty-nodes: exit status 1 1: dead
2: 11268
4: 10200
3: 11386
Error: UNCLASSIFIED_PROBLEM: 1: dead
(1) UNCLASSIFIED_PROBLEM
Wraps: (2) attached stack trace
-- stack trace:
| main.glob..func14
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1162
| main.wrap.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:284
| github.com/spf13/cobra.(*Command).execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:856
| github.com/spf13/cobra.(*Command).ExecuteC
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:960
| github.com/spf13/cobra.(*Command).Execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:897
| main.main
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:2057
| runtime.main
| /usr/local/go/src/runtime/proc.go:204
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1374
Wraps: (3) 1: dead
Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
<p>To reproduce, try:
```bash
# From https://go.crdb.dev/p/roachstress, perhaps edited lightly.
caffeinate ./roachstress.sh sqlsmith/setup=empty/setting=no-mutations
```
</p>
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sqlsmith/setup=empty/setting=no-mutations.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
|
non_defect
|
roachtest sqlsmith setup empty setting no mutations failed roachtest sqlsmith setup empty setting no mutations with on master uuid uuid as tab col union all select null as col from with as cte ref where true with col col as select from values e string years mons days interval e string years mons days interval as tab col col select uuid as col from with as cte ref order by cte ref col desc cte ref col asc cte ref col desc cte ref col cluster go context go cluster go test runner go dead node detection home agent work go src github com cockroachdb cockroach bin roachprod monitor teamcity oneshot ignore empty nodes exit status dead error unclassified problem dead unclassified problem wraps attached stack trace stack trace main glob home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go main wrap home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go github com cobra command execute home agent work go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command executec home agent work go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command execute home agent work go src github com cockroachdb cockroach vendor github com cobra command go main main home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps dead error types errors unclassified withstack withstack errutil leaferror reproduce to reproduce try bash from perhaps edited lightly caffeinate roachstress sh sqlsmith setup empty setting no mutations cc cockroachdb sql queries
| 0
|
12,441
| 9,660,055,126
|
IssuesEvent
|
2019-05-20 14:43:16
|
planningcenter/developers
|
https://api.github.com/repos/planningcenter/developers
|
closed
|
Schedule only shows Confirmed roles in API: /services/v2/people/$personid/schedules
|
Services
|
Current behaviour: Only Confirmed positions are shown in the schedule for a person. The status is returned but is always C.
Expected behaviour: All position are returned. Status will be C, U, or D as appropriate.
If this would break things :-( then can we please have a parameter so we can, at the very least, request U positions to be included, so we also capture people who never bother to confirm ;-)
|
1.0
|
Schedule only shows Confirmed roles in API: /services/v2/people/$personid/schedules - Current behaviour: Only Confirmed positions are shown in the schedule for a person. The status is returned but is always C.
Expected behaviour: All position are returned. Status will be C, U, or D as appropriate.
If this would break things :-( then can we please have a parameter so we can, at the very least, request U positions to be included, so we also capture people who never bother to confirm ;-)
|
non_defect
|
schedule only shows confirmed roles in api services people personid schedules current behaviour only confirmed positions are shown in the schedule for a person the status is returned but is always c expected behaviour all position are returned status will be c u or d as appropriate if this would break things then can we please have a parameter so we can at the very least request u positions to be included so we also capture people who never bother to confirm
| 0
|
35,729
| 7,800,187,938
|
IssuesEvent
|
2018-06-09 06:07:55
|
StrikeNP/trac_test
|
https://api.github.com/repos/StrikeNP/trac_test
|
closed
|
RICO LH produces warnings related to in and out of cloud sampling (Trac #497)
|
Migrated from Trac clubb_src defect dschanen@uwm.edu
|
'''Description'''
When we implemented latin hypercube sampling we created a flag called ```l_lh_cloud_weighted_sampling``` that samples preferentially so that half the samples input to the microphysics are in cloud and half are out of cloud at a level we denote ```k_lh_start```. While one of our assertion checks related to this flag still seems to work, another in ```Latin_hypercube/estimate_scm_microphys_module.F90``` currently fails for RICO LH in the default configuration. Since our check only emits a warning and doesn't half execution, it could be this test has been failing for some time. I've tested that it fails with r5654, but it could be this check has failed for much longer than that. My suspicion is that it might have to do with round off, so it might be worth looking at our changes to the precision in CLUBB. Kenny, is clubb:changeset:5623 or before a good place to start to test whether this has to do with the precision?
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/497
```json
{
"status": "closed",
"changetime": "2012-07-02T20:32:26",
"description": "'''Description'''\nWhen we implemented latin hypercube sampling we created a flag called {{{l_lh_cloud_weighted_sampling}}} that samples preferentially so that half the samples input to the microphysics are in cloud and half are out of cloud at a level we denote {{{k_lh_start}}}. While one of our assertion checks related to this flag still seems to work, another in {{{Latin_hypercube/estimate_scm_microphys_module.F90}}} currently fails for RICO LH in the default configuration. Since our check only emits a warning and doesn't half execution, it could be this test has been failing for some time. I've tested that it fails with r5654, but it could be this check has failed for much longer than that. My suspicion is that it might have to do with round off, so it might be worth looking at our changes to the precision in CLUBB. Kenny, is clubb:changeset:5623 or before a good place to start to test whether this has to do with the precision?",
"reporter": "dschanen@uwm.edu",
"cc": "vlarson@uwm.edu",
"resolution": "Verified by V. Larson",
"_ts": "1341261146264105",
"component": "clubb_src",
"summary": "RICO LH produces warnings related to in and out of cloud sampling",
"priority": "major",
"keywords": "",
"time": "2012-02-08T19:41:08",
"milestone": "Improve SILHS",
"owner": "dschanen@uwm.edu",
"type": "defect"
}
```
|
1.0
|
RICO LH produces warnings related to in and out of cloud sampling (Trac #497) - '''Description'''
When we implemented latin hypercube sampling we created a flag called ```l_lh_cloud_weighted_sampling``` that samples preferentially so that half the samples input to the microphysics are in cloud and half are out of cloud at a level we denote ```k_lh_start```. While one of our assertion checks related to this flag still seems to work, another in ```Latin_hypercube/estimate_scm_microphys_module.F90``` currently fails for RICO LH in the default configuration. Since our check only emits a warning and doesn't half execution, it could be this test has been failing for some time. I've tested that it fails with r5654, but it could be this check has failed for much longer than that. My suspicion is that it might have to do with round off, so it might be worth looking at our changes to the precision in CLUBB. Kenny, is clubb:changeset:5623 or before a good place to start to test whether this has to do with the precision?
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/497
```json
{
"status": "closed",
"changetime": "2012-07-02T20:32:26",
"description": "'''Description'''\nWhen we implemented latin hypercube sampling we created a flag called {{{l_lh_cloud_weighted_sampling}}} that samples preferentially so that half the samples input to the microphysics are in cloud and half are out of cloud at a level we denote {{{k_lh_start}}}. While one of our assertion checks related to this flag still seems to work, another in {{{Latin_hypercube/estimate_scm_microphys_module.F90}}} currently fails for RICO LH in the default configuration. Since our check only emits a warning and doesn't half execution, it could be this test has been failing for some time. I've tested that it fails with r5654, but it could be this check has failed for much longer than that. My suspicion is that it might have to do with round off, so it might be worth looking at our changes to the precision in CLUBB. Kenny, is clubb:changeset:5623 or before a good place to start to test whether this has to do with the precision?",
"reporter": "dschanen@uwm.edu",
"cc": "vlarson@uwm.edu",
"resolution": "Verified by V. Larson",
"_ts": "1341261146264105",
"component": "clubb_src",
"summary": "RICO LH produces warnings related to in and out of cloud sampling",
"priority": "major",
"keywords": "",
"time": "2012-02-08T19:41:08",
"milestone": "Improve SILHS",
"owner": "dschanen@uwm.edu",
"type": "defect"
}
```
|
defect
|
rico lh produces warnings related to in and out of cloud sampling trac description when we implemented latin hypercube sampling we created a flag called l lh cloud weighted sampling that samples preferentially so that half the samples input to the microphysics are in cloud and half are out of cloud at a level we denote k lh start while one of our assertion checks related to this flag still seems to work another in latin hypercube estimate scm microphys module currently fails for rico lh in the default configuration since our check only emits a warning and doesn t half execution it could be this test has been failing for some time i ve tested that it fails with but it could be this check has failed for much longer than that my suspicion is that it might have to do with round off so it might be worth looking at our changes to the precision in clubb kenny is clubb changeset or before a good place to start to test whether this has to do with the precision attachments migrated from json status closed changetime description description nwhen we implemented latin hypercube sampling we created a flag called l lh cloud weighted sampling that samples preferentially so that half the samples input to the microphysics are in cloud and half are out of cloud at a level we denote k lh start while one of our assertion checks related to this flag still seems to work another in latin hypercube estimate scm microphys module currently fails for rico lh in the default configuration since our check only emits a warning and doesn t half execution it could be this test has been failing for some time i ve tested that it fails with but it could be this check has failed for much longer than that my suspicion is that it might have to do with round off so it might be worth looking at our changes to the precision in clubb kenny is clubb changeset or before a good place to start to test whether this has to do with the precision reporter dschanen uwm edu cc vlarson uwm edu resolution verified by v larson ts component clubb src summary rico lh produces warnings related to in and out of cloud sampling priority major keywords time milestone improve silhs owner dschanen uwm edu type defect
| 1
|
16,548
| 2,914,825,338
|
IssuesEvent
|
2015-06-23 08:36:28
|
MarcusWolschon/osmeditor4android
|
https://api.github.com/repos/MarcusWolschon/osmeditor4android
|
opened
|
0.9.6 crash related to lock icon not being found
|
Defect
|
A small number of crash dumps have been submitted that indicate an issue immediately after upgrade.
It is likely that these are caused by some leftovers of invocations of previous versions of the app. If the problem persists I would suggest trying uninstalling and reinstalling as a workaround.
More information would be welcome.
|
1.0
|
0.9.6 crash related to lock icon not being found - A small number of crash dumps have been submitted that indicate an issue immediately after upgrade.
It is likely that these are caused by some leftovers of invocations of previous versions of the app. If the problem persists I would suggest trying uninstalling and reinstalling as a workaround.
More information would be welcome.
|
defect
|
crash related to lock icon not being found a small number of crash dumps have been submitted that indicate an issue immediately after upgrade it is likely that these are caused by some leftovers of invocations of previous versions of the app if the problem persists i would suggest trying uninstalling and reinstalling as a workaround more information would be welcome
| 1
|
18,788
| 24,692,320,174
|
IssuesEvent
|
2022-10-19 09:26:55
|
TUM-Dev/NavigaTUM
|
https://api.github.com/repos/TUM-Dev/NavigaTUM
|
closed
|
[Entry] [8120.01.101]: Koordinate bearbeiten
|
entry webform delete-after-processing
|
Hallo, ich möchte diese Koordinate zum Roomfinder hinzufügen:
```
"8120.01.101": {coords: {lat: 48.26546490139094, lon: 11.672389219881723}},```
|
1.0
|
[Entry] [8120.01.101]: Koordinate bearbeiten - Hallo, ich möchte diese Koordinate zum Roomfinder hinzufügen:
```
"8120.01.101": {coords: {lat: 48.26546490139094, lon: 11.672389219881723}},```
|
non_defect
|
koordinate bearbeiten hallo ich möchte diese koordinate zum roomfinder hinzufügen coords lat lon
| 0
|
88,520
| 11,101,140,322
|
IssuesEvent
|
2019-12-16 20:46:54
|
maeganjwilson/iHog
|
https://api.github.com/repos/maeganjwilson/iHog
|
opened
|
Punt page
|
design feature
|
Add a page for punting where users can add whatever objects they want to without a type
|
1.0
|
Punt page - Add a page for punting where users can add whatever objects they want to without a type
|
non_defect
|
punt page add a page for punting where users can add whatever objects they want to without a type
| 0
|
49,801
| 13,187,274,418
|
IssuesEvent
|
2020-08-13 02:53:46
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
opened
|
Steamshovel no longer working with simple python server (Trac #2110)
|
Incomplete Migration Migrated from Trac combo core defect
|
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2110">https://code.icecube.wisc.edu/ticket/2110</a>, reported by blaufuss and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-03-28T13:52:47",
"description": "Here at UMD, we've had a TV running steamshovel, taking data from a cache directory\nand serving it out to any connected steamshovel. We currently still have a version of steamshovel from\nserveral years ago. An attempt to use with trunk/steamshovel fails to get any events into the \nsteamshovel for display.\n\nServer is a simple python tornado server:\nhttp://code.icecube.wisc.edu/svn/sandbox/blaufuss/i3tv_server/umd\nIncluded instructions are there for running and connecting via steamshovel\n\nI have a few example input files at UMD:\n~blaufuss/cache/\n\nConnection is reported, but no frames are available for display, or to play.\n\nIt seems some of the stubs of the socket: interface are there, but some pieces are missing. Seems\nto trace back to Hans's redo of shovelio\n\nOur current working system has a very old source:\nWorking Copy Root Path: /opt/i3display/ofsw/src/steamshovel\nURL: http://code.icecube.wisc.edu/svn/projects/steamshovel/trunk\nRelative URL: ^/projects/steamshovel/trunk\nRepository Root: http://code.icecube.wisc.edu/svn\nRepository UUID: 16731396-06f5-0310-8873-f7f720988828\nRevision: 129911\nNode Kind: directory\nSchedule: normal\nLast Changed Author: david.schultz\nLast Changed Rev: 129822\nLast Changed Date: 2015-03-05 00:14:01 -0500 (Thu, 05 Mar 2015)\n\n",
"reporter": "blaufuss",
"cc": "nega, david.schultz, blaufuss",
"resolution": "wontfix",
"_ts": "1553781167065708",
"component": "combo core",
"summary": "Steamshovel no longer working with simple python server",
"priority": "normal",
"keywords": "steamshovel sockets",
"time": "2017-11-03T20:04:01",
"milestone": "Summer Solstice 2019",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
Steamshovel no longer working with simple python server (Trac #2110) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2110">https://code.icecube.wisc.edu/ticket/2110</a>, reported by blaufuss and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-03-28T13:52:47",
"description": "Here at UMD, we've had a TV running steamshovel, taking data from a cache directory\nand serving it out to any connected steamshovel. We currently still have a version of steamshovel from\nserveral years ago. An attempt to use with trunk/steamshovel fails to get any events into the \nsteamshovel for display.\n\nServer is a simple python tornado server:\nhttp://code.icecube.wisc.edu/svn/sandbox/blaufuss/i3tv_server/umd\nIncluded instructions are there for running and connecting via steamshovel\n\nI have a few example input files at UMD:\n~blaufuss/cache/\n\nConnection is reported, but no frames are available for display, or to play.\n\nIt seems some of the stubs of the socket: interface are there, but some pieces are missing. Seems\nto trace back to Hans's redo of shovelio\n\nOur current working system has a very old source:\nWorking Copy Root Path: /opt/i3display/ofsw/src/steamshovel\nURL: http://code.icecube.wisc.edu/svn/projects/steamshovel/trunk\nRelative URL: ^/projects/steamshovel/trunk\nRepository Root: http://code.icecube.wisc.edu/svn\nRepository UUID: 16731396-06f5-0310-8873-f7f720988828\nRevision: 129911\nNode Kind: directory\nSchedule: normal\nLast Changed Author: david.schultz\nLast Changed Rev: 129822\nLast Changed Date: 2015-03-05 00:14:01 -0500 (Thu, 05 Mar 2015)\n\n",
"reporter": "blaufuss",
"cc": "nega, david.schultz, blaufuss",
"resolution": "wontfix",
"_ts": "1553781167065708",
"component": "combo core",
"summary": "Steamshovel no longer working with simple python server",
"priority": "normal",
"keywords": "steamshovel sockets",
"time": "2017-11-03T20:04:01",
"milestone": "Summer Solstice 2019",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
|
defect
|
steamshovel no longer working with simple python server trac migrated from json status closed changetime description here at umd we ve had a tv running steamshovel taking data from a cache directory nand serving it out to any connected steamshovel we currently still have a version of steamshovel from nserveral years ago an attempt to use with trunk steamshovel fails to get any events into the nsteamshovel for display n nserver is a simple python tornado server n instructions are there for running and connecting via steamshovel n ni have a few example input files at umd n blaufuss cache n nconnection is reported but no frames are available for display or to play n nit seems some of the stubs of the socket interface are there but some pieces are missing seems nto trace back to hans s redo of shovelio n nour current working system has a very old source nworking copy root path opt ofsw src steamshovel nurl url projects steamshovel trunk nrepository root uuid nrevision nnode kind directory nschedule normal nlast changed author david schultz nlast changed rev nlast changed date thu mar n n reporter blaufuss cc nega david schultz blaufuss resolution wontfix ts component combo core summary steamshovel no longer working with simple python server priority normal keywords steamshovel sockets time milestone summer solstice owner nega type defect
| 1
|
230,778
| 17,645,849,559
|
IssuesEvent
|
2021-08-20 05:52:48
|
moatorres/typetags
|
https://api.github.com/repos/moatorres/typetags
|
opened
|
update: rename nested types
|
documentation enhancement
|
### Rename Nested Types' names
And improve properties' names.
Nested types (ie. `Intl.Locale`) are harder to be dealt with while using `TypeTags['Intl.Locale']` accessor syntax. We could format all types to `camelCased` names only, without dots `.` along with formatters and generators. This should reduce the amount of boilerplate around namings.
We also have really long predicate names like `isAsyncGeneratorFunction`. We should consider making those shorter (ie. `WebAssembly.Module` → `WasmModule`, `AsyncGeneratorFunction` → `AsyncGenFn`, etc)
|
1.0
|
update: rename nested types - ### Rename Nested Types' names
And improve properties' names.
Nested types (ie. `Intl.Locale`) are harder to be dealt with while using `TypeTags['Intl.Locale']` accessor syntax. We could format all types to `camelCased` names only, without dots `.` along with formatters and generators. This should reduce the amount of boilerplate around namings.
We also have really long predicate names like `isAsyncGeneratorFunction`. We should consider making those shorter (ie. `WebAssembly.Module` → `WasmModule`, `AsyncGeneratorFunction` → `AsyncGenFn`, etc)
|
non_defect
|
update rename nested types rename nested types names and improve properties names nested types ie intl locale are harder to be dealt with while using typetags accessor syntax we could format all types to camelcased names only without dots along with formatters and generators this should reduce the amount of boilerplate around namings we also have really long predicate names like isasyncgeneratorfunction we should consider making those shorter ie webassembly module → wasmmodule asyncgeneratorfunction → asyncgenfn etc
| 0
|
255,869
| 8,126,563,576
|
IssuesEvent
|
2018-08-17 03:02:17
|
aowen87/BAR
|
https://api.github.com/repos/aowen87/BAR
|
closed
|
Port and install VisIt on cielo at LANL
|
Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal
|
VisIt should be ported to cielo at LANL. It should then be installed in /usr/projects/views/visit. Cielo is a CRAY XE6 system.
-----------------------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: 606
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Port and install VisIt on cielo at LANL
Assigned to: Eric Brugger
Category:
Target version: 2.3
Author: Eric Brugger
Start: 02/11/2011
Due date:
% Done: 100
Estimated time: 40.0
Created: 02/11/2011 05:03 pm
Updated: 05/25/2011 01:11 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
VisIt should be ported to cielo at LANL. It should then be installed in /usr/projects/views/visit. Cielo is a CRAY XE6 system.
Comments:
I committed revision 14741 to the trunk with the following changes:1) I added a host profile for cielo.A svn_bin/host_lanl_closed_cielo.xmlM svn_bin/visit-install2) I modified the internallauncher to support cielo.M bin/internallauncher3) I added support for aprun and msub/aprun to the gui.M gui/QvisHostProfileWindow.C4) I added the ability to use a gateway machine when connecting to a remote host.M common/comm/ExistingRemoteProcess.CM common/comm/ExistingRemoteProcess.hM common/comm/RemoteProcess.CM common/comm/RemoteProcess.hM common/proxybase/RemoteProxyBase.CM common/proxybase/RemoteProxyBase.hM common/state/MachineProfile.CM common/state/MachineProfile.codeM common/state/MachineProfile.hM common/state/MachineProfile.xmlM engine/main/Engine.CM gui/FileServerList.CM gui/QvisHostProfileWindow.CM gui/QvisHostProfileWindow.hM java/MachineProfile.javaM viewer/main/ViewerClientConnection.CM viewer/main/ViewerEngineManager.CM viewer/main/ViewerFileServer.CM viewer/main/ViewerServerManager.CM viewer/main/ViewerServerManager.hM viewer/proxy/ViewerProxy.CM visitpy/visitpy/PyMachineProfile.CM visitpy/visitpy/PyMachineProfile.h6) I changed the automated cielo build and install to use a different login node, since the one I was using is no longer available.M svn_bin/visit-build-closedM svn_bin/visit-install-closed---------------------- NEW CHECKIN MESSAGE ---------------------------I committed revision 14674 to the trunk with the following changes:1) I modified the inca config site file to use newer versions of several libraries. These include mesa 7.10.2, vtk 5.0.0i, hdf4 4.2.5, and Xdmf 2.1.1.M config-site/inca1.cmake2) I modified the cielo config site file to use newer versions of several libraries. These include mesa 7.10.2, vtk 5.0.0i, and Xdmf 2.1.1.M config-site/ci-fe1.cmake---------------------- NEW CHECKIN MESSAGE ---------------------------I committed revisions 14037 and 14039 to the 2.2 RC and trunk with thefollowing change:1) I added config site files for cielo.A config-site/ci-fe1.cmakeA config-site/ci-fe3.cmakeA config-site/ci-fe2.cmakeA config-site/ci-fe4.cmake
|
1.0
|
Port and install VisIt on cielo at LANL - VisIt should be ported to cielo at LANL. It should then be installed in /usr/projects/views/visit. Cielo is a CRAY XE6 system.
-----------------------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: 606
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Port and install VisIt on cielo at LANL
Assigned to: Eric Brugger
Category:
Target version: 2.3
Author: Eric Brugger
Start: 02/11/2011
Due date:
% Done: 100
Estimated time: 40.0
Created: 02/11/2011 05:03 pm
Updated: 05/25/2011 01:11 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
VisIt should be ported to cielo at LANL. It should then be installed in /usr/projects/views/visit. Cielo is a CRAY XE6 system.
Comments:
I committed revision 14741 to the trunk with the following changes:1) I added a host profile for cielo.A svn_bin/host_lanl_closed_cielo.xmlM svn_bin/visit-install2) I modified the internallauncher to support cielo.M bin/internallauncher3) I added support for aprun and msub/aprun to the gui.M gui/QvisHostProfileWindow.C4) I added the ability to use a gateway machine when connecting to a remote host.M common/comm/ExistingRemoteProcess.CM common/comm/ExistingRemoteProcess.hM common/comm/RemoteProcess.CM common/comm/RemoteProcess.hM common/proxybase/RemoteProxyBase.CM common/proxybase/RemoteProxyBase.hM common/state/MachineProfile.CM common/state/MachineProfile.codeM common/state/MachineProfile.hM common/state/MachineProfile.xmlM engine/main/Engine.CM gui/FileServerList.CM gui/QvisHostProfileWindow.CM gui/QvisHostProfileWindow.hM java/MachineProfile.javaM viewer/main/ViewerClientConnection.CM viewer/main/ViewerEngineManager.CM viewer/main/ViewerFileServer.CM viewer/main/ViewerServerManager.CM viewer/main/ViewerServerManager.hM viewer/proxy/ViewerProxy.CM visitpy/visitpy/PyMachineProfile.CM visitpy/visitpy/PyMachineProfile.h6) I changed the automated cielo build and install to use a different login node, since the one I was using is no longer available.M svn_bin/visit-build-closedM svn_bin/visit-install-closed---------------------- NEW CHECKIN MESSAGE ---------------------------I committed revision 14674 to the trunk with the following changes:1) I modified the inca config site file to use newer versions of several libraries. These include mesa 7.10.2, vtk 5.0.0i, hdf4 4.2.5, and Xdmf 2.1.1.M config-site/inca1.cmake2) I modified the cielo config site file to use newer versions of several libraries. These include mesa 7.10.2, vtk 5.0.0i, and Xdmf 2.1.1.M config-site/ci-fe1.cmake---------------------- NEW CHECKIN MESSAGE ---------------------------I committed revisions 14037 and 14039 to the 2.2 RC and trunk with thefollowing change:1) I added config site files for cielo.A config-site/ci-fe1.cmakeA config-site/ci-fe3.cmakeA config-site/ci-fe2.cmakeA config-site/ci-fe4.cmake
|
non_defect
|
port and install visit on cielo at lanl visit should be ported to cielo at lanl it should then be installed in usr projects views visit cielo is a cray system 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 normal subject port and install visit on cielo at lanl 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 visit should be ported to cielo at lanl it should then be installed in usr projects views visit cielo is a cray system comments i committed revision to the trunk with the following changes i added a host profile for cielo a svn bin host lanl closed cielo xmlm svn bin visit i modified the internallauncher to support cielo m bin i added support for aprun and msub aprun to the gui m gui qvishostprofilewindow i added the ability to use a gateway machine when connecting to a remote host m common comm existingremoteprocess cm common comm existingremoteprocess hm common comm remoteprocess cm common comm remoteprocess hm common proxybase remoteproxybase cm common proxybase remoteproxybase hm common state machineprofile cm common state machineprofile codem common state machineprofile hm common state machineprofile xmlm engine main engine cm gui fileserverlist cm gui qvishostprofilewindow cm gui qvishostprofilewindow hm java machineprofile javam viewer main viewerclientconnection cm viewer main viewerenginemanager cm viewer main viewerfileserver cm viewer main viewerservermanager cm viewer main viewerservermanager hm viewer proxy viewerproxy cm visitpy visitpy pymachineprofile cm visitpy visitpy pymachineprofile i changed the automated cielo build and install to use a different login node since the one i was using is no longer available m svn bin visit build closedm svn bin visit install closed new checkin message i committed revision to the trunk with the following changes i modified the inca config site file to use newer versions of several libraries these include mesa vtk and xdmf m config site i modified the cielo config site file to use newer versions of several libraries these include mesa vtk and xdmf m config site ci cmake new checkin message i committed revisions and to the rc and trunk with thefollowing change i added config site files for cielo a config site ci cmakea config site ci cmakea config site ci cmakea config site ci cmake
| 0
|
334,606
| 10,142,777,987
|
IssuesEvent
|
2019-08-04 05:13:02
|
OperationCode/resources_api
|
https://api.github.com/repos/OperationCode/resources_api
|
closed
|
Update/Create resource 500's on non unique attribute
|
Priority: High
|
The update and create resource endpoint returns a 500 error if there is a non unique constraint in the url field. This should be caught (possibly 'sqlalchemy.exc.IntegrityError') and return a 422 error.
|
1.0
|
Update/Create resource 500's on non unique attribute - The update and create resource endpoint returns a 500 error if there is a non unique constraint in the url field. This should be caught (possibly 'sqlalchemy.exc.IntegrityError') and return a 422 error.
|
non_defect
|
update create resource s on non unique attribute the update and create resource endpoint returns a error if there is a non unique constraint in the url field this should be caught possibly sqlalchemy exc integrityerror and return a error
| 0
|
327,015
| 24,113,449,223
|
IssuesEvent
|
2022-09-20 13:10:08
|
michaelweinold/bw_hybrid
|
https://api.github.com/repos/michaelweinold/bw_hybrid
|
closed
|
Create data structure input/output documentation document
|
documentation good first issue
|
Notebook/document should contain i/o structures and schema of tables/matrices.
|
1.0
|
Create data structure input/output documentation document - Notebook/document should contain i/o structures and schema of tables/matrices.
|
non_defect
|
create data structure input output documentation document notebook document should contain i o structures and schema of tables matrices
| 0
|
380,194
| 11,255,192,641
|
IssuesEvent
|
2020-01-12 07:04:52
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
opened
|
NetworkManger ServiceJob running on main thread
|
Category: Optimization Priority: Medium Staging
|
It looks like the job is sometimes getting scheduled on the main thread when WaitForJobGroupID is called waiting on any job. It takes it's full time period when can end up stalling the main thread.

|
1.0
|
NetworkManger ServiceJob running on main thread - It looks like the job is sometimes getting scheduled on the main thread when WaitForJobGroupID is called waiting on any job. It takes it's full time period when can end up stalling the main thread.

|
non_defect
|
networkmanger servicejob running on main thread it looks like the job is sometimes getting scheduled on the main thread when waitforjobgroupid is called waiting on any job it takes it s full time period when can end up stalling the main thread
| 0
|
25,454
| 7,708,972,621
|
IssuesEvent
|
2018-05-22 07:40:44
|
xamarin/xamarin-android
|
https://api.github.com/repos/xamarin/xamarin-android
|
closed
|
Getting build failure for Cheesesquare sample in both debug and release mode
|
Area: App+Library Build
|
Moving VSTS bug [BUG 614180](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/614180) to this repo
Affected Branch: master
Affected Build: Version 7.6 Preview (7.6 build 750)
Affected Product Language:
While building "Cheesesquare" sample in VSFM , build failure is observed with below error
"/Users/globallogic/Downloads/monodroid-samples-master/android5.0/Cheesesquare/obj/Debug/generated/Resources/layout/list_item.xml(38,38): Error CS0234: The type or namespace name 'Android' does not exist in the namespace 'Cheesesquare' (are you missing an assembly reference?) (CS0234) (Cheesesquare)"
Build JSON : [https://github.com/xamarin/release-manifests/blob/nightly-master/manifests/0_nightly_smoke_test_master.json](https://github.com/xamarin/release-manifests/blob/nightly-master/manifests/0_nightly_smoke_test_master.json)
Sample link : [https://github.com/xamarin/monodroid-samples/tree/master/android5.0/Cheesesquare](https://github.com/xamarin/monodroid-samples/tree/master/android5.0/Cheesesquare)
Steps to reproduce:
Download or clone the above sample and open it in VS for MAC
Set build config as debug and build the project
Repeat same for Release mode
Expected : App should built successfully
Actual : Build failure is observed with error mentioned above
Build info : [https://gist.github.com/parasAmbhore/c78a44483529b357b626830cd0e9e4d0](https://gist.github.com/parasAmbhore/c78a44483529b357b626830cd0e9e4d0)
Reproducibility : 100%
Failure is observed in Automation run as well
[http://xqa.blob.core.windows.net/gist/TestReport-4da6427447aa4bdb8d52345201da9430.txt](http://xqa.blob.core.windows.net/gist/TestReport-4da6427447aa4bdb8d52345201da9430.txt
)
Screen-recording : [http://g.recordit.co/LK1X0YUlvd.gif](http://g.recordit.co/LK1X0YUlvd.gif)
[build and Ide logs.zip](https://github.com/xamarin/xamarin-android/files/1991562/build.and.Ide.logs.zip)
Attaching IDE and Build logs too
|
1.0
|
Getting build failure for Cheesesquare sample in both debug and release mode - Moving VSTS bug [BUG 614180](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/614180) to this repo
Affected Branch: master
Affected Build: Version 7.6 Preview (7.6 build 750)
Affected Product Language:
While building "Cheesesquare" sample in VSFM , build failure is observed with below error
"/Users/globallogic/Downloads/monodroid-samples-master/android5.0/Cheesesquare/obj/Debug/generated/Resources/layout/list_item.xml(38,38): Error CS0234: The type or namespace name 'Android' does not exist in the namespace 'Cheesesquare' (are you missing an assembly reference?) (CS0234) (Cheesesquare)"
Build JSON : [https://github.com/xamarin/release-manifests/blob/nightly-master/manifests/0_nightly_smoke_test_master.json](https://github.com/xamarin/release-manifests/blob/nightly-master/manifests/0_nightly_smoke_test_master.json)
Sample link : [https://github.com/xamarin/monodroid-samples/tree/master/android5.0/Cheesesquare](https://github.com/xamarin/monodroid-samples/tree/master/android5.0/Cheesesquare)
Steps to reproduce:
Download or clone the above sample and open it in VS for MAC
Set build config as debug and build the project
Repeat same for Release mode
Expected : App should built successfully
Actual : Build failure is observed with error mentioned above
Build info : [https://gist.github.com/parasAmbhore/c78a44483529b357b626830cd0e9e4d0](https://gist.github.com/parasAmbhore/c78a44483529b357b626830cd0e9e4d0)
Reproducibility : 100%
Failure is observed in Automation run as well
[http://xqa.blob.core.windows.net/gist/TestReport-4da6427447aa4bdb8d52345201da9430.txt](http://xqa.blob.core.windows.net/gist/TestReport-4da6427447aa4bdb8d52345201da9430.txt
)
Screen-recording : [http://g.recordit.co/LK1X0YUlvd.gif](http://g.recordit.co/LK1X0YUlvd.gif)
[build and Ide logs.zip](https://github.com/xamarin/xamarin-android/files/1991562/build.and.Ide.logs.zip)
Attaching IDE and Build logs too
|
non_defect
|
getting build failure for cheesesquare sample in both debug and release mode moving vsts bug to this repo affected branch master affected build version preview build affected product language while building cheesesquare sample in vsfm build failure is observed with below error users globallogic downloads monodroid samples master cheesesquare obj debug generated resources layout list item xml error the type or namespace name android does not exist in the namespace cheesesquare are you missing an assembly reference cheesesquare build json sample link steps to reproduce download or clone the above sample and open it in vs for mac set build config as debug and build the project repeat same for release mode expected app should built successfully actual build failure is observed with error mentioned above build info reproducibility failure is observed in automation run as well screen recording attaching ide and build logs too
| 0
|
3,142
| 13,158,553,535
|
IssuesEvent
|
2020-08-10 14:30:08
|
GoodDollar/GoodDAPP
|
https://api.github.com/repos/GoodDollar/GoodDAPP
|
closed
|
make cypress tests pass
|
automation
|
one if the issues is using
https://goodtest.netlify.app/undefined/admin/queue
it should be
good-server.herokuapp.com/admin/queue
|
1.0
|
make cypress tests pass - one if the issues is using
https://goodtest.netlify.app/undefined/admin/queue
it should be
good-server.herokuapp.com/admin/queue
|
non_defect
|
make cypress tests pass one if the issues is using it should be good server herokuapp com admin queue
| 0
|
78,291
| 22,172,734,460
|
IssuesEvent
|
2022-06-06 04:03:13
|
NixOS/nixpkgs
|
https://api.github.com/repos/NixOS/nixpkgs
|
opened
|
nixos.tests.{firefox,-esr} fails on hydra
|
1.severity: channel blocker 0.kind: build failure
|
### Describe the bug
- https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/firefox.nix
- https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.firefox.x86_64-linux
- https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.firefox-esr.x86_64-linux
https://github.com/NixOS/nixpkgs/blob/66172026e025bfdf08d5be4f9b8d5be9b70f912f/nixos/tests/firefox.nix#L53-L64
[Sample run](https://hydra.nixos.org/build/179329476/nixlog/1):
```
testScriptWithTypes:48: error: Argument 1 to "contextmanager" has incompatible
type "Callable[[Machine], None]"; expected
"Callable[[Machine], Iterator[<nothing>]]"
@contextmanager
^
testScriptWithTypes:49: error: The return type of a generator function should
be "Generator" or one of its supertypes
def audio_recording(machine: Machine) -> None:
^
Found 2 errors in 1 file (checked 1 source file)
builder for '/nix/store/s3xnkjsvn2b6fj6h7d3z5dqk66ykgfln-nixos-test-driver-firefox.drv' failed with exit code 1
```
### Additional context
I am really sorry I didn't test this in #176182 and seems like this is one of channel blockers left.
- https://github.com/NixOS/nixpkgs/pull/171280
- https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents
### Notify maintainers
Firefox maintainer @mweinelt, also cc #171280 @m1-s.
|
1.0
|
nixos.tests.{firefox,-esr} fails on hydra - ### Describe the bug
- https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/firefox.nix
- https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.firefox.x86_64-linux
- https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.firefox-esr.x86_64-linux
https://github.com/NixOS/nixpkgs/blob/66172026e025bfdf08d5be4f9b8d5be9b70f912f/nixos/tests/firefox.nix#L53-L64
[Sample run](https://hydra.nixos.org/build/179329476/nixlog/1):
```
testScriptWithTypes:48: error: Argument 1 to "contextmanager" has incompatible
type "Callable[[Machine], None]"; expected
"Callable[[Machine], Iterator[<nothing>]]"
@contextmanager
^
testScriptWithTypes:49: error: The return type of a generator function should
be "Generator" or one of its supertypes
def audio_recording(machine: Machine) -> None:
^
Found 2 errors in 1 file (checked 1 source file)
builder for '/nix/store/s3xnkjsvn2b6fj6h7d3z5dqk66ykgfln-nixos-test-driver-firefox.drv' failed with exit code 1
```
### Additional context
I am really sorry I didn't test this in #176182 and seems like this is one of channel blockers left.
- https://github.com/NixOS/nixpkgs/pull/171280
- https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents
### Notify maintainers
Firefox maintainer @mweinelt, also cc #171280 @m1-s.
|
non_defect
|
nixos tests firefox esr fails on hydra describe the bug testscriptwithtypes error argument to contextmanager has incompatible type callable none expected callable iterator contextmanager testscriptwithtypes error the return type of a generator function should be generator or one of its supertypes def audio recording machine machine none found errors in file checked source file builder for nix store nixos test driver firefox drv failed with exit code additional context i am really sorry i didn t test this in and seems like this is one of channel blockers left notify maintainers firefox maintainer mweinelt also cc s
| 0
|
32,458
| 6,797,812,211
|
IssuesEvent
|
2017-11-02 01:11:41
|
cakephp/cakephp
|
https://api.github.com/repos/cakephp/cakephp
|
closed
|
Fails to save entities in find() loop with MSSQL
|
Defect sqlserver
|
This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.4
* Platform and Target: Windows Server 2012 R2, PHP 7.0.10, SQL SERVER 2008 R2
### What you did
```
$servidor_table = \Cake\ORM\TableRegistry::get('Servidor');
$acervo_ldap_table = \Cake\ORM\TableRegistry::get('AcervoLdap');
$servidores = $servidor_table->find();
foreach ($servidores as $servidor) {
$acervo_ldap_objeto = $acervo_ldap_table->newEntity([
'ldap' => 'xpto',
'servidor_id' => $servidor->COD_SERVIDOR
]);
$acervo_ldap_table->save($acervo_ldap_objeto);
}
```
### What happened
`Error: SQLSTATE[HY010]: [Microsoft][ODBC Driver 11 for SQL Server]Function sequence error`
### What you expected to happen
Just Save
### Workaround
Using the ->toArray();
`$servidores = $servidor_table->find()->toArray();`
PS.: It's not the first time and we are not the only with the same problem:
https://stackoverflow.com/questions/39614060/cakephp-fails-to-save-entities-in-loop-with-mssql
|
1.0
|
Fails to save entities in find() loop with MSSQL - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.4
* Platform and Target: Windows Server 2012 R2, PHP 7.0.10, SQL SERVER 2008 R2
### What you did
```
$servidor_table = \Cake\ORM\TableRegistry::get('Servidor');
$acervo_ldap_table = \Cake\ORM\TableRegistry::get('AcervoLdap');
$servidores = $servidor_table->find();
foreach ($servidores as $servidor) {
$acervo_ldap_objeto = $acervo_ldap_table->newEntity([
'ldap' => 'xpto',
'servidor_id' => $servidor->COD_SERVIDOR
]);
$acervo_ldap_table->save($acervo_ldap_objeto);
}
```
### What happened
`Error: SQLSTATE[HY010]: [Microsoft][ODBC Driver 11 for SQL Server]Function sequence error`
### What you expected to happen
Just Save
### Workaround
Using the ->toArray();
`$servidores = $servidor_table->find()->toArray();`
PS.: It's not the first time and we are not the only with the same problem:
https://stackoverflow.com/questions/39614060/cakephp-fails-to-save-entities-in-loop-with-mssql
|
defect
|
fails to save entities in find loop with mssql this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target windows server php sql server what you did servidor table cake orm tableregistry get servidor acervo ldap table cake orm tableregistry get acervoldap servidores servidor table find foreach servidores as servidor acervo ldap objeto acervo ldap table newentity ldap xpto servidor id servidor cod servidor acervo ldap table save acervo ldap objeto what happened error sqlstate function sequence error what you expected to happen just save workaround using the toarray servidores servidor table find toarray ps it s not the first time and we are not the only with the same problem
| 1
|
64,919
| 14,697,627,968
|
IssuesEvent
|
2021-01-04 04:00:26
|
ACMILabs/interactive-label
|
https://api.github.com/repos/ACMILabs/interactive-label
|
closed
|
Update node packages
|
good first issue security
|
- [x] Update node packages to resolve the `node-notifier` vulnerability
See: https://github.com/ACMILabs/interactive-label/security/dependabot/package-lock.json/node-notifier/open
|
True
|
Update node packages - - [x] Update node packages to resolve the `node-notifier` vulnerability
See: https://github.com/ACMILabs/interactive-label/security/dependabot/package-lock.json/node-notifier/open
|
non_defect
|
update node packages update node packages to resolve the node notifier vulnerability see
| 0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.