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 1k | labels stringlengths 4 1.38k | body stringlengths 1 262k | index stringclasses 16
values | text_combine stringlengths 96 262k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
83,974 | 10,345,624,710 | IssuesEvent | 2019-09-04 13:49:49 | scionproto/scion | https://api.github.com/repos/scionproto/scion | closed | The antonym of "core" is "non-core" | documentation | Until now we've been using "local" to mean 3 things:
- Local to this ISD-AS
- Local to this ISD
- Non-core AS
This leads to confusion. Proposal:
- "local" is the opposite of "remote".
- "non-core" is the opposite of "core".
- "local" on its own means "this ISD-AS"
- "isd-local" or "local ISD" means "this ISD"
- "sciond queries the local PS" (meaning the PS in this IA, regardless of whether it's a core or non-core AS). | 1.0 | The antonym of "core" is "non-core" - Until now we've been using "local" to mean 3 things:
- Local to this ISD-AS
- Local to this ISD
- Non-core AS
This leads to confusion. Proposal:
- "local" is the opposite of "remote".
- "non-core" is the opposite of "core".
- "local" on its own means "this ISD-AS"
- "isd-local" or "local ISD" means "this ISD"
- "sciond queries the local PS" (meaning the PS in this IA, regardless of whether it's a core or non-core AS). | non_priority | the antonym of core is non core until now we ve been using local to mean things local to this isd as local to this isd non core as this leads to confusion proposal local is the opposite of remote non core is the opposite of core local on its own means this isd as isd local or local isd means this isd sciond queries the local ps meaning the ps in this ia regardless of whether it s a core or non core as | 0 |
65,974 | 6,980,438,979 | IssuesEvent | 2017-12-13 01:43:13 | QubesOS/qubes-issues | https://api.github.com/repos/QubesOS/qubes-issues | closed | sound failure debian-9 (stretch) template | bug C: templates P: minor r3.1-stretch-cur-test | #### Qubes OS version (e.g., `R3.1`):
R3.1
#### Affected TemplateVMs (e.g., `fedora-23`, if applicable):
debian-9 (stretch)
---
### Expected behavior:
appvm playback device attachment; normal sound
### Actual behavior:
no appvm playback device attachment; no sound
### Steps to reproduce the behavior:
playback device attachment with debian-8, normal sound
### General notes:
stretch-testing repository enabled; current update; all dom0
audio testing normal both speaker & headphones; no muting re: alsamixer; normal
sound function with sys-usb (fedora 23 template) vlc
---
#### Related issues:
#### Relevant labels:
| 1.0 | sound failure debian-9 (stretch) template - #### Qubes OS version (e.g., `R3.1`):
R3.1
#### Affected TemplateVMs (e.g., `fedora-23`, if applicable):
debian-9 (stretch)
---
### Expected behavior:
appvm playback device attachment; normal sound
### Actual behavior:
no appvm playback device attachment; no sound
### Steps to reproduce the behavior:
playback device attachment with debian-8, normal sound
### General notes:
stretch-testing repository enabled; current update; all dom0
audio testing normal both speaker & headphones; no muting re: alsamixer; normal
sound function with sys-usb (fedora 23 template) vlc
---
#### Related issues:
#### Relevant labels:
| non_priority | sound failure debian stretch template qubes os version e g affected templatevms e g fedora if applicable debian stretch expected behavior appvm playback device attachment normal sound actual behavior no appvm playback device attachment no sound steps to reproduce the behavior playback device attachment with debian normal sound general notes stretch testing repository enabled current update all audio testing normal both speaker headphones no muting re alsamixer normal sound function with sys usb fedora template vlc related issues relevant labels | 0 |
722,151 | 24,852,269,474 | IssuesEvent | 2022-10-26 21:14:16 | tradingstrategy-ai/frontend | https://api.github.com/repos/tradingstrategy-ai/frontend | opened | Advanced search UX enhancements | priority: P1 | # Goal
Improve advanced search UX with the following enhancements:
### 1. handle mobile virtual keyboard "enter" (🔍)
Hitting "enter" (🔍) on mobile devices should close the mobile virtual keyboard
### 2. no results fallback
When a search returns no results, provide useful fallback text ("no results / check filters")
### 3. prioritize exchanges in search results
Currently, exchanges are not displayed even when searching for an exchange-specific term like "pancakeswap". This is due to the default `liquidity:desc` sort, since `exchange` records have `null` value for `liquidity`.
Typesense has a feature that can likely address this:
https://typesense.org/docs/0.23.1/api/search.html#sorting-null-empty-or-missing-values
In `SortSelect.svelte`, update the sort value for `▼ Liquidity` sort option to:
```javascript
['liquidity(missing_values: first):desc', '_text_match:desc']
```
> **NOTE:** This seemed to work in initial testing; later it stopped working and returned an error. Try this again and open a bug with Typesense if it is not working correctly.
Consider simplifying / refactoring `SortSelect.svelte` – the sort options don't require `direction`; it may work to directly set the sort array value on the `<option>` tag.
| 1.0 | Advanced search UX enhancements - # Goal
Improve advanced search UX with the following enhancements:
### 1. handle mobile virtual keyboard "enter" (🔍)
Hitting "enter" (🔍) on mobile devices should close the mobile virtual keyboard
### 2. no results fallback
When a search returns no results, provide useful fallback text ("no results / check filters")
### 3. prioritize exchanges in search results
Currently, exchanges are not displayed even when searching for an exchange-specific term like "pancakeswap". This is due to the default `liquidity:desc` sort, since `exchange` records have `null` value for `liquidity`.
Typesense has a feature that can likely address this:
https://typesense.org/docs/0.23.1/api/search.html#sorting-null-empty-or-missing-values
In `SortSelect.svelte`, update the sort value for `▼ Liquidity` sort option to:
```javascript
['liquidity(missing_values: first):desc', '_text_match:desc']
```
> **NOTE:** This seemed to work in initial testing; later it stopped working and returned an error. Try this again and open a bug with Typesense if it is not working correctly.
Consider simplifying / refactoring `SortSelect.svelte` – the sort options don't require `direction`; it may work to directly set the sort array value on the `<option>` tag.
| priority | advanced search ux enhancements goal improve advanced search ux with the following enhancements handle mobile virtual keyboard enter 🔍 hitting enter 🔍 on mobile devices should close the mobile virtual keyboard no results fallback when a search returns no results provide useful fallback text no results check filters prioritize exchanges in search results currently exchanges are not displayed even when searching for an exchange specific term like pancakeswap this is due to the default liquidity desc sort since exchange records have null value for liquidity typesense has a feature that can likely address this in sortselect svelte update the sort value for ▼ liquidity sort option to javascript note this seemed to work in initial testing later it stopped working and returned an error try this again and open a bug with typesense if it is not working correctly consider simplifying refactoring sortselect svelte – the sort options don t require direction it may work to directly set the sort array value on the tag | 1 |
602,230 | 18,457,991,422 | IssuesEvent | 2021-10-15 19:18:21 | redwoodjs/redwood | https://api.github.com/repos/redwoodjs/redwood | closed | SDL generator error for certain plural words in prisma schema | help wanted topic/generators-&-scaffolds bug/confirmed hacktoberfest v1/priority | When using the word 'Data' in the model for the prisma schema, the SDL generator can't find the matching definition 'Datum' .
Example: 'EbData'
Error: No schema definition found for `EbDatum` in schema.prisma file.
| 1.0 | SDL generator error for certain plural words in prisma schema - When using the word 'Data' in the model for the prisma schema, the SDL generator can't find the matching definition 'Datum' .
Example: 'EbData'
Error: No schema definition found for `EbDatum` in schema.prisma file.
| priority | sdl generator error for certain plural words in prisma schema when using the word data in the model for the prisma schema the sdl generator can t find the matching definition datum example ebdata error no schema definition found for ebdatum in schema prisma file | 1 |
84,675 | 16,534,573,192 | IssuesEvent | 2021-05-27 10:15:05 | concrete-utopia/utopia | https://api.github.com/repos/concrete-utopia/utopia | closed | Using a component prop in code leads to editor error | Bug Code / Parsing Components | **STR**
New project
Edit card component
insert `{prop.userName}` into its render function, inside the outermost div
Expected: if you give the <Card> instance a title prop, it shows up. If there's an error state while typing, it shows on the canvas with the error overlay
Observed: Navigator doesn't render, error message in the console
(note how in this image the error message refers to out-of-date code, but the code in the code editor is correct)

(error further up the console)

| 1.0 | Using a component prop in code leads to editor error - **STR**
New project
Edit card component
insert `{prop.userName}` into its render function, inside the outermost div
Expected: if you give the <Card> instance a title prop, it shows up. If there's an error state while typing, it shows on the canvas with the error overlay
Observed: Navigator doesn't render, error message in the console
(note how in this image the error message refers to out-of-date code, but the code in the code editor is correct)

(error further up the console)

| non_priority | using a component prop in code leads to editor error str new project edit card component insert prop username into its render function inside the outermost div expected if you give the instance a title prop it shows up if there s an error state while typing it shows on the canvas with the error overlay observed navigator doesn t render error message in the console note how in this image the error message refers to out of date code but the code in the code editor is correct error further up the console | 0 |
5,101 | 26,008,364,298 | IssuesEvent | 2022-12-20 21:53:01 | aws/aws-sam-cli | https://api.github.com/repos/aws/aws-sam-cli | closed | Support local development on machines running Podman instead of Docker | type/feature stage/pm-review maintainer/need-response area/local | <!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). -->
### Describe your idea/feature/enhancement
I'm on Fedora 31 which, by default, ships with Podman instead of Docker. By installing `podman-docker` on top, most Docker workflows work pretty great out of the box. I've really bought into this idea mainly because Podman is lighter and doesn't require root priviliges.
This fails where tools depend on the Docker's "proprietary" protocol to manage containers, as is the case with SAM CLI.
### Proposal
My knowledge about the container ecosystem, the OCI and where tools like Docker (vs. Podman) fit into that exactly is pretty limited. The question is, can tools like AWS SAM be made to work for end-users like me in an easy fashion where the answer is _not_ to install Docker proper?
This could be a change to the SAM CLI so as not to have a hard dependency on there being a Docker socket. This could also be a change to Podman where they emulate the Docker API / socket. This could be a change to Python Docker SDK to work with both the Docker API and Podman's varlink-based API.
I'm just looking for a solution as an end user.
Things to consider:
1. Will this require any updates to the [SAM Spec](https://github.com/awslabs/serverless-application-model) -> No
| True | Support local development on machines running Podman instead of Docker - <!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). -->
### Describe your idea/feature/enhancement
I'm on Fedora 31 which, by default, ships with Podman instead of Docker. By installing `podman-docker` on top, most Docker workflows work pretty great out of the box. I've really bought into this idea mainly because Podman is lighter and doesn't require root priviliges.
This fails where tools depend on the Docker's "proprietary" protocol to manage containers, as is the case with SAM CLI.
### Proposal
My knowledge about the container ecosystem, the OCI and where tools like Docker (vs. Podman) fit into that exactly is pretty limited. The question is, can tools like AWS SAM be made to work for end-users like me in an easy fashion where the answer is _not_ to install Docker proper?
This could be a change to the SAM CLI so as not to have a hard dependency on there being a Docker socket. This could also be a change to Podman where they emulate the Docker API / socket. This could be a change to Python Docker SDK to work with both the Docker API and Podman's varlink-based API.
I'm just looking for a solution as an end user.
Things to consider:
1. Will this require any updates to the [SAM Spec](https://github.com/awslabs/serverless-application-model) -> No
| non_priority | support local development on machines running podman instead of docker describe your idea feature enhancement i m on fedora which by default ships with podman instead of docker by installing podman docker on top most docker workflows work pretty great out of the box i ve really bought into this idea mainly because podman is lighter and doesn t require root priviliges this fails where tools depend on the docker s proprietary protocol to manage containers as is the case with sam cli proposal my knowledge about the container ecosystem the oci and where tools like docker vs podman fit into that exactly is pretty limited the question is can tools like aws sam be made to work for end users like me in an easy fashion where the answer is not to install docker proper this could be a change to the sam cli so as not to have a hard dependency on there being a docker socket this could also be a change to podman where they emulate the docker api socket this could be a change to python docker sdk to work with both the docker api and podman s varlink based api i m just looking for a solution as an end user things to consider will this require any updates to the no | 0 |
59,081 | 14,529,016,942 | IssuesEvent | 2020-12-14 17:15:42 | GoogleCloudPlatform/python-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples | closed | cloudiot_mqtt_example_test: test_receive_command failed | api: cloudiot buildcop: issue priority: p1 samples type: bug | Note: #4254 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 02abb311f20f81bf7b68b4064b7ceefe0f7018ed
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/cb4a3071-d944-44cb-a238-f6a2298a23b3), [Sponge](http://sponge2/cb4a3071-d944-44cb-a238-f6a2298a23b3)
status: failed
<details><summary>Test output</summary><br><pre>args = (parent: "projects/python-docs-samples-tests/locations/us-central1/registries/test-registry-e62b1af7e2fe4b4daaeaa7efb6...xUuCkWSEkEm7\nlaNke9PHHTe9BoBxKMsTFEPivhVaAf9fUp+NQxZNmdgbux9AAlJgiyU0sFg=\n-----END CERTIFICATE-----\n"
}
}
}
,)
kwargs = {'metadata': [('x-goog-request-params', 'parent=projects/python-docs-samples-tests/locations/us-central1/registries/te...af7e2fe4b4daaeaa7efb642ebfe-1607948911'), ('x-goog-api-client', 'gl-python/3.8.3 grpc/1.34.0 gax/1.23.0 gapic/2.0.1')]}
@six.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
try:
> return callable_(*args, **kwargs)
.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <grpc._channel._UnaryUnaryMultiCallable object at 0x7ff2d403d070>
request = parent: "projects/python-docs-samples-tests/locations/us-central1/registries/test-registry-e62b1af7e2fe4b4daaeaa7efb64...FCxUuCkWSEkEm7\nlaNke9PHHTe9BoBxKMsTFEPivhVaAf9fUp+NQxZNmdgbux9AAlJgiyU0sFg=\n-----END CERTIFICATE-----\n"
}
}
}
timeout = None
metadata = [('x-goog-request-params', 'parent=projects/python-docs-samples-tests/locations/us-central1/registries/test-registry-e62b1af7e2fe4b4daaeaa7efb642ebfe-1607948911'), ('x-goog-api-client', 'gl-python/3.8.3 grpc/1.34.0 gax/1.23.0 gapic/2.0.1')]
credentials = None, wait_for_ready = None, compression = None
def __call__(self,
request,
timeout=None,
metadata=None,
credentials=None,
wait_for_ready=None,
compression=None):
state, call, = self._blocking(request, timeout, metadata, credentials,
wait_for_ready, compression)
> return _end_unary_response_blocking(state, call, False, None)
.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py:923:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
state = <grpc._channel._RPCState object at 0x7ff2d40548e0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7ff2d4051600>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
return state.response, rendezvous
else:
return state.response
else:
> raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E status = StatusCode.UNAVAILABLE
E details = "Getting metadata from plugin failed with error: Expecting value: line 1 column 1 (char 0)"
E debug_error_string = "{"created":"@1607949137.935898457","description":"Getting metadata from plugin failed with error: Expecting value: line 1 column 1 (char 0)","file":"src/core/lib/security/credentials/plugin/plugin_credentials.cc","file_line":90,"grpc_status":14}"
E >
.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py:826: _InactiveRpcError
The above exception was the direct cause of the following exception:
test_registry_id = 'test-registry-e62b1af7e2fe4b4daaeaa7efb642ebfe-1607948911'
@pytest.fixture(scope='session')
def test_device_id(test_registry_id):
device_id = device_id_template.format('RSA256')
@backoff.on_exception(backoff.expo, HttpError, max_time=60)
def create_device():
try:
manager.create_rs256_device(
service_account_json, project_id, cloud_region, test_registry_id,
device_id, rsa_cert_path)
except AlreadyExists as e:
# We ignore this case.
print("The device already exists: detail: {}".format(str(e)))
> create_device()
fixtures.py:124:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.nox/py-3-8/lib/python3.8/site-packages/backoff/_sync.py:94: in retry
ret = target(*args, **kwargs)
fixtures.py:117: in create_device
manager.create_rs256_device(
../manager/manager.py:115: in create_rs256_device
return client.create_device(request={"parent": parent, "device": device_template})
.nox/py-3-8/lib/python3.8/site-packages/google/cloud/iot_v1/services/device_manager/client.py:728: in create_device
response = rpc(request, retry=retry, timeout=timeout, metadata=metadata,)
.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py:145: in __call__
return wrapped_func(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
args = (parent: "projects/python-docs-samples-tests/locations/us-central1/registries/test-registry-e62b1af7e2fe4b4daaeaa7efb6...xUuCkWSEkEm7\nlaNke9PHHTe9BoBxKMsTFEPivhVaAf9fUp+NQxZNmdgbux9AAlJgiyU0sFg=\n-----END CERTIFICATE-----\n"
}
}
}
,)
kwargs = {'metadata': [('x-goog-request-params', 'parent=projects/python-docs-samples-tests/locations/us-central1/registries/te...af7e2fe4b4daaeaa7efb642ebfe-1607948911'), ('x-goog-api-client', 'gl-python/3.8.3 grpc/1.34.0 gax/1.23.0 gapic/2.0.1')]}
@six.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
try:
return callable_(*args, **kwargs)
except grpc.RpcError as exc:
> six.raise_from(exceptions.from_grpc_error(exc), exc)
E google.api_core.exceptions.ServiceUnavailable: 503 Getting metadata from plugin failed with error: Expecting value: line 1 column 1 (char 0)
.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:59: ServiceUnavailable</pre></details> | 1.0 | cloudiot_mqtt_example_test: test_receive_command failed - Note: #4254 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 02abb311f20f81bf7b68b4064b7ceefe0f7018ed
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/cb4a3071-d944-44cb-a238-f6a2298a23b3), [Sponge](http://sponge2/cb4a3071-d944-44cb-a238-f6a2298a23b3)
status: failed
<details><summary>Test output</summary><br><pre>args = (parent: "projects/python-docs-samples-tests/locations/us-central1/registries/test-registry-e62b1af7e2fe4b4daaeaa7efb6...xUuCkWSEkEm7\nlaNke9PHHTe9BoBxKMsTFEPivhVaAf9fUp+NQxZNmdgbux9AAlJgiyU0sFg=\n-----END CERTIFICATE-----\n"
}
}
}
,)
kwargs = {'metadata': [('x-goog-request-params', 'parent=projects/python-docs-samples-tests/locations/us-central1/registries/te...af7e2fe4b4daaeaa7efb642ebfe-1607948911'), ('x-goog-api-client', 'gl-python/3.8.3 grpc/1.34.0 gax/1.23.0 gapic/2.0.1')]}
@six.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
try:
> return callable_(*args, **kwargs)
.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <grpc._channel._UnaryUnaryMultiCallable object at 0x7ff2d403d070>
request = parent: "projects/python-docs-samples-tests/locations/us-central1/registries/test-registry-e62b1af7e2fe4b4daaeaa7efb64...FCxUuCkWSEkEm7\nlaNke9PHHTe9BoBxKMsTFEPivhVaAf9fUp+NQxZNmdgbux9AAlJgiyU0sFg=\n-----END CERTIFICATE-----\n"
}
}
}
timeout = None
metadata = [('x-goog-request-params', 'parent=projects/python-docs-samples-tests/locations/us-central1/registries/test-registry-e62b1af7e2fe4b4daaeaa7efb642ebfe-1607948911'), ('x-goog-api-client', 'gl-python/3.8.3 grpc/1.34.0 gax/1.23.0 gapic/2.0.1')]
credentials = None, wait_for_ready = None, compression = None
def __call__(self,
request,
timeout=None,
metadata=None,
credentials=None,
wait_for_ready=None,
compression=None):
state, call, = self._blocking(request, timeout, metadata, credentials,
wait_for_ready, compression)
> return _end_unary_response_blocking(state, call, False, None)
.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py:923:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
state = <grpc._channel._RPCState object at 0x7ff2d40548e0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7ff2d4051600>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
return state.response, rendezvous
else:
return state.response
else:
> raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E status = StatusCode.UNAVAILABLE
E details = "Getting metadata from plugin failed with error: Expecting value: line 1 column 1 (char 0)"
E debug_error_string = "{"created":"@1607949137.935898457","description":"Getting metadata from plugin failed with error: Expecting value: line 1 column 1 (char 0)","file":"src/core/lib/security/credentials/plugin/plugin_credentials.cc","file_line":90,"grpc_status":14}"
E >
.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py:826: _InactiveRpcError
The above exception was the direct cause of the following exception:
test_registry_id = 'test-registry-e62b1af7e2fe4b4daaeaa7efb642ebfe-1607948911'
@pytest.fixture(scope='session')
def test_device_id(test_registry_id):
device_id = device_id_template.format('RSA256')
@backoff.on_exception(backoff.expo, HttpError, max_time=60)
def create_device():
try:
manager.create_rs256_device(
service_account_json, project_id, cloud_region, test_registry_id,
device_id, rsa_cert_path)
except AlreadyExists as e:
# We ignore this case.
print("The device already exists: detail: {}".format(str(e)))
> create_device()
fixtures.py:124:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.nox/py-3-8/lib/python3.8/site-packages/backoff/_sync.py:94: in retry
ret = target(*args, **kwargs)
fixtures.py:117: in create_device
manager.create_rs256_device(
../manager/manager.py:115: in create_rs256_device
return client.create_device(request={"parent": parent, "device": device_template})
.nox/py-3-8/lib/python3.8/site-packages/google/cloud/iot_v1/services/device_manager/client.py:728: in create_device
response = rpc(request, retry=retry, timeout=timeout, metadata=metadata,)
.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py:145: in __call__
return wrapped_func(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
args = (parent: "projects/python-docs-samples-tests/locations/us-central1/registries/test-registry-e62b1af7e2fe4b4daaeaa7efb6...xUuCkWSEkEm7\nlaNke9PHHTe9BoBxKMsTFEPivhVaAf9fUp+NQxZNmdgbux9AAlJgiyU0sFg=\n-----END CERTIFICATE-----\n"
}
}
}
,)
kwargs = {'metadata': [('x-goog-request-params', 'parent=projects/python-docs-samples-tests/locations/us-central1/registries/te...af7e2fe4b4daaeaa7efb642ebfe-1607948911'), ('x-goog-api-client', 'gl-python/3.8.3 grpc/1.34.0 gax/1.23.0 gapic/2.0.1')]}
@six.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
try:
return callable_(*args, **kwargs)
except grpc.RpcError as exc:
> six.raise_from(exceptions.from_grpc_error(exc), exc)
E google.api_core.exceptions.ServiceUnavailable: 503 Getting metadata from plugin failed with error: Expecting value: line 1 column 1 (char 0)
.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:59: ServiceUnavailable</pre></details> | non_priority | cloudiot mqtt example test test receive command failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output args parent projects python docs samples tests locations us registries test registry n end certificate n kwargs metadata six wraps callable def error remapped callable args kwargs try return callable args kwargs nox py lib site packages google api core grpc helpers py self request parent projects python docs samples tests locations us registries test registry n end certificate n timeout none metadata credentials none wait for ready none compression none def call self request timeout none metadata none credentials none wait for ready none compression none state call self blocking request timeout metadata credentials wait for ready compression return end unary response blocking state call false none nox py lib site packages grpc channel py state call with call false deadline none def end unary response blocking state call with call deadline if state code is grpc statuscode ok if with call rendezvous multithreadedrendezvous state call none deadline return state response rendezvous else return state response else raise inactiverpcerror state e grpc channel inactiverpcerror inactiverpcerror of rpc that terminated with e status statuscode unavailable e details getting metadata from plugin failed with error expecting value line column char e debug error string created description getting metadata from plugin failed with error expecting value line column char file src core lib security credentials plugin plugin credentials cc file line grpc status e nox py lib site packages grpc channel py inactiverpcerror the above exception was the direct cause of the following exception test registry id test registry pytest fixture scope session def test device id test registry id device id device id template format backoff on exception backoff expo httperror max time def create device try manager create device service account json project id cloud region test registry id device id rsa cert path except alreadyexists as e we ignore this case print the device already exists detail format str e create device fixtures py nox py lib site packages backoff sync py in retry ret target args kwargs fixtures py in create device manager create device manager manager py in create device return client create device request parent parent device device template nox py lib site packages google cloud iot services device manager client py in create device response rpc request retry retry timeout timeout metadata metadata nox py lib site packages google api core gapic method py in call return wrapped func args kwargs args parent projects python docs samples tests locations us registries test registry n end certificate n kwargs metadata six wraps callable def error remapped callable args kwargs try return callable args kwargs except grpc rpcerror as exc six raise from exceptions from grpc error exc exc e google api core exceptions serviceunavailable getting metadata from plugin failed with error expecting value line column char nox py lib site packages google api core grpc helpers py serviceunavailable | 0 |
4,574 | 4,445,988,695 | IssuesEvent | 2016-08-20 11:29:07 | ApproxFun/ApproxFun.jl | https://api.github.com/repos/ApproxFun/ApproxFun.jl | closed | Add Chebyshev type and change Ultrapsherical{m}(d)->Ultraspherical(m,d) | performance | The following is slow
u=Fun(exp)
for k=1:100
Derivative()*u
end
because Derivative has to be recompiled for each Ultraspherical{m} space. The templating was mostly to have special routines for Ultraspherical{0}===Chebyshev. So I think adding a Chebyshev type and removing the templating is good | True | Add Chebyshev type and change Ultrapsherical{m}(d)->Ultraspherical(m,d) - The following is slow
u=Fun(exp)
for k=1:100
Derivative()*u
end
because Derivative has to be recompiled for each Ultraspherical{m} space. The templating was mostly to have special routines for Ultraspherical{0}===Chebyshev. So I think adding a Chebyshev type and removing the templating is good | non_priority | add chebyshev type and change ultrapsherical m d ultraspherical m d the following is slow u fun exp for k derivative u end because derivative has to be recompiled for each ultraspherical m space the templating was mostly to have special routines for ultraspherical chebyshev so i think adding a chebyshev type and removing the templating is good | 0 |
84,207 | 3,655,236,394 | IssuesEvent | 2016-02-17 15:40:21 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | closed | Investigate conflation behavior between gdb and shapefile | Category: Core Priority: Medium Status: Ready For Review Type: Support | Investigate conflation behavior when input data ingested from gdb source vs. shapefile to see if there is a differences in the output. Data is from customer. | 1.0 | Investigate conflation behavior between gdb and shapefile - Investigate conflation behavior when input data ingested from gdb source vs. shapefile to see if there is a differences in the output. Data is from customer. | priority | investigate conflation behavior between gdb and shapefile investigate conflation behavior when input data ingested from gdb source vs shapefile to see if there is a differences in the output data is from customer | 1 |
171,184 | 20,955,466,630 | IssuesEvent | 2022-03-27 03:16:08 | yaeljacobs67/proxysql | https://api.github.com/repos/yaeljacobs67/proxysql | opened | CVE-2021-22898 (Low) detected in curlcurl-7_64_1 | security vulnerability | ## CVE-2021-22898 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>curlcurl-7_64_1</b></p></summary>
<p>
<p>A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features</p>
<p>Library home page: <a href=https://github.com/curl/curl.git>https://github.com/curl/curl.git</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/deps/curl/curl-7.57.0.tar/curl-7.57.0/lib/telnet.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/deps/curl/curl-7.57.0.tar/curl-7.57.0/lib/telnet.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
curl 7.7 through 7.76.1 suffers from an information disclosure when the `-t` command line option, known as `CURLOPT_TELNETOPTIONS` in libcurl, is used to send variable=content pairs to TELNET servers. Due to a flaw in the option parser for sending NEW_ENV variables, libcurl could be made to pass on uninitialized data from a stack based buffer to the server, resulting in potentially revealing sensitive internal information to the server using a clear-text network protocol.
<p>Publish Date: 2021-06-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22898>CVE-2021-22898</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>3.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- 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://curl.se/docs/CVE-2021-22898.html">https://curl.se/docs/CVE-2021-22898.html</a></p>
<p>Release Date: 2021-06-11</p>
<p>Fix Resolution: curl-7_77_0</p>
</p>
</details>
<p></p>
| True | CVE-2021-22898 (Low) detected in curlcurl-7_64_1 - ## CVE-2021-22898 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>curlcurl-7_64_1</b></p></summary>
<p>
<p>A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features</p>
<p>Library home page: <a href=https://github.com/curl/curl.git>https://github.com/curl/curl.git</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/deps/curl/curl-7.57.0.tar/curl-7.57.0/lib/telnet.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/deps/curl/curl-7.57.0.tar/curl-7.57.0/lib/telnet.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
curl 7.7 through 7.76.1 suffers from an information disclosure when the `-t` command line option, known as `CURLOPT_TELNETOPTIONS` in libcurl, is used to send variable=content pairs to TELNET servers. Due to a flaw in the option parser for sending NEW_ENV variables, libcurl could be made to pass on uninitialized data from a stack based buffer to the server, resulting in potentially revealing sensitive internal information to the server using a clear-text network protocol.
<p>Publish Date: 2021-06-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22898>CVE-2021-22898</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>3.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- 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://curl.se/docs/CVE-2021-22898.html">https://curl.se/docs/CVE-2021-22898.html</a></p>
<p>Release Date: 2021-06-11</p>
<p>Fix Resolution: curl-7_77_0</p>
</p>
</details>
<p></p>
| non_priority | cve low detected in curlcurl cve low severity vulnerability vulnerable library curlcurl a command line tool and library for transferring data with url syntax supporting http https ftp ftps gopher tftp scp sftp smb telnet dict ldap ldaps file imap smtp rtsp and rtmp libcurl offers a myriad of powerful features library home page a href vulnerable source files deps curl curl tar curl lib telnet c deps curl curl tar curl lib telnet c vulnerability details curl through suffers from an information disclosure when the t command line option known as curlopt telnetoptions in libcurl is used to send variable content pairs to telnet servers due to a flaw in the option parser for sending new env variables libcurl could be made to pass on uninitialized data from a stack based buffer to the server resulting in potentially revealing sensitive internal information to the server using a clear text network protocol publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction required scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution curl | 0 |
324,358 | 23,994,928,465 | IssuesEvent | 2022-09-14 06:40:17 | ltb-project/self-service-password | https://api.github.com/repos/ltb-project/self-service-password | closed | Debian package not in the Apt repo | documentation | It's on the download page (https://ltb-project.org/download.html), but none of the Web UI packages are actually in the repository for installation. | 1.0 | Debian package not in the Apt repo - It's on the download page (https://ltb-project.org/download.html), but none of the Web UI packages are actually in the repository for installation. | non_priority | debian package not in the apt repo it s on the download page but none of the web ui packages are actually in the repository for installation | 0 |
319,261 | 23,762,593,614 | IssuesEvent | 2022-09-01 10:06:01 | hmans/composer-suite | https://api.github.com/repos/hmans/composer-suite | opened | Consolidate examples into a single examples app | documentation chore | Since importing all libraries into this single megamonorepo, we've had the separate example apps in `apps/examples/`. Ideally, this repo should only have a single, large example app that demonstrates all libraries (also because of the large overlap between VFX, Material and Shader composer.) | 1.0 | Consolidate examples into a single examples app - Since importing all libraries into this single megamonorepo, we've had the separate example apps in `apps/examples/`. Ideally, this repo should only have a single, large example app that demonstrates all libraries (also because of the large overlap between VFX, Material and Shader composer.) | non_priority | consolidate examples into a single examples app since importing all libraries into this single megamonorepo we ve had the separate example apps in apps examples ideally this repo should only have a single large example app that demonstrates all libraries also because of the large overlap between vfx material and shader composer | 0 |
221,446 | 17,350,488,619 | IssuesEvent | 2021-07-29 08:06:51 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/visualize/precalculated_histogram·ts - Visualize pre_calculated_histogram "after all" hook for "appears correctly in discover" | Team:KibanaApp failed-test | A test failed on a tracked branch
```
ConnectionError: connect ECONNREFUSED 127.0.0.1:6132
at ClientRequest.onError (/dev/shm/workspace/kibana/node_modules/@elastic/elasticsearch/lib/Connection.js:115:16)
at Socket.socketErrorListener (_http_client.js:469:9)
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
meta: {
body: null,
statusCode: null,
headers: null,
meta: {
context: null,
request: [Object],
name: 'elasticsearch-js',
connection: [Object],
attempts: 3,
aborted: false
}
}
}
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/11863/)
<!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/visualize/precalculated_histogram·ts","test.name":"Visualize pre_calculated_histogram \"after all\" hook for \"appears correctly in discover\"","test.failCount":1}} --> | 1.0 | Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/visualize/precalculated_histogram·ts - Visualize pre_calculated_histogram "after all" hook for "appears correctly in discover" - A test failed on a tracked branch
```
ConnectionError: connect ECONNREFUSED 127.0.0.1:6132
at ClientRequest.onError (/dev/shm/workspace/kibana/node_modules/@elastic/elasticsearch/lib/Connection.js:115:16)
at Socket.socketErrorListener (_http_client.js:469:9)
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
meta: {
body: null,
statusCode: null,
headers: null,
meta: {
context: null,
request: [Object],
name: 'elasticsearch-js',
connection: [Object],
attempts: 3,
aborted: false
}
}
}
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/11863/)
<!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/visualize/precalculated_histogram·ts","test.name":"Visualize pre_calculated_histogram \"after all\" hook for \"appears correctly in discover\"","test.failCount":1}} --> | non_priority | failing test chrome x pack ui functional tests x pack test functional apps visualize precalculated histogram·ts visualize pre calculated histogram after all hook for appears correctly in discover a test failed on a tracked branch connectionerror connect econnrefused at clientrequest onerror dev shm workspace kibana node modules elastic elasticsearch lib connection js at socket socketerrorlistener http client js at emiterrornt internal streams destroy js at emiterrorclosent internal streams destroy js at processticksandrejections internal process task queues js meta body null statuscode null headers null meta context null request name elasticsearch js connection attempts aborted false first failure | 0 |
463,480 | 13,281,477,950 | IssuesEvent | 2020-08-23 17:32:37 | DrWhoCares/imgdanke | https://api.github.com/repos/DrWhoCares/imgdanke | closed | Need to force stop and close any processes if program is closed while running a command | bug high priority | Currently the process will continue in the background. | 1.0 | Need to force stop and close any processes if program is closed while running a command - Currently the process will continue in the background. | priority | need to force stop and close any processes if program is closed while running a command currently the process will continue in the background | 1 |
99,218 | 11,135,983,207 | IssuesEvent | 2019-12-20 15:34:47 | PySimpleGUI/PySimpleGUI | https://api.github.com/repos/PySimpleGUI/PySimpleGUI | closed | [Enhancement] Is it possible with (x, y) or (dx, dy) in values for (bind) event | documentation | ### Type of Issues (Enhancement)
I got the key with [] values when event happened. If there're information of position or offset, I believe it will help on some issues. At least, I don't have to bind all elements when something to do, like screen grab, like using mouse move to play snake game.....
### Operating System
Windows 10
### Python version
3.7.2
### PySimpleGUI Port and Version
PySimpleGUI 4.13.1
### You have completed these steps:
- [x] Read instructions on how to file an Issue
- [x] Searched through main docs http://www.PySimpleGUI.org for your problem
- [x] Searched through the readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
- [x] Looked for Demo Programs that are similar to your goal http://www.PySimpleGUI.com
- [x] Note that there are also Demo Programs under each port on GitHub
- [x] Run your program outside of your debugger (from a command line)
- [x] Searched through Issues (open and closed) to see if already reported
### Code or partial code causing the problem
``` Python
import PySimpleGUI as sg
font = 'courier 16 bold'
location= (200, 200)
size = (500, 500)
bg = 'green'
sg.change_look_and_feel('Dark Blue 3')
layout = [[sg.Text('Mouse Event Test', font=font)]]
window = sg.Window(
title='Test',
layout=layout,
location=location,
size=size,
font=font,
background_color=bg,
finalize=True)
window.bind('<Motion>', 'Motion')
window.bind('<Button-1>', 'B1')
window.bind('<Button-2>', 'B2')
window.bind('<Button-3>', 'B3')
window.bind('<MouseWheel>', 'Wheel')
while True:
event, values = window.read()
print(event, values)
if event == None:
break
window.close()
```
B1 []
B2 []
Motion []
B3 []
Wheel [] | 1.0 | [Enhancement] Is it possible with (x, y) or (dx, dy) in values for (bind) event - ### Type of Issues (Enhancement)
I got the key with [] values when event happened. If there're information of position or offset, I believe it will help on some issues. At least, I don't have to bind all elements when something to do, like screen grab, like using mouse move to play snake game.....
### Operating System
Windows 10
### Python version
3.7.2
### PySimpleGUI Port and Version
PySimpleGUI 4.13.1
### You have completed these steps:
- [x] Read instructions on how to file an Issue
- [x] Searched through main docs http://www.PySimpleGUI.org for your problem
- [x] Searched through the readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
- [x] Looked for Demo Programs that are similar to your goal http://www.PySimpleGUI.com
- [x] Note that there are also Demo Programs under each port on GitHub
- [x] Run your program outside of your debugger (from a command line)
- [x] Searched through Issues (open and closed) to see if already reported
### Code or partial code causing the problem
``` Python
import PySimpleGUI as sg
font = 'courier 16 bold'
location= (200, 200)
size = (500, 500)
bg = 'green'
sg.change_look_and_feel('Dark Blue 3')
layout = [[sg.Text('Mouse Event Test', font=font)]]
window = sg.Window(
title='Test',
layout=layout,
location=location,
size=size,
font=font,
background_color=bg,
finalize=True)
window.bind('<Motion>', 'Motion')
window.bind('<Button-1>', 'B1')
window.bind('<Button-2>', 'B2')
window.bind('<Button-3>', 'B3')
window.bind('<MouseWheel>', 'Wheel')
while True:
event, values = window.read()
print(event, values)
if event == None:
break
window.close()
```
B1 []
B2 []
Motion []
B3 []
Wheel [] | non_priority | is it possible with x y or dx dy in values for bind event type of issues enhancement i got the key with values when event happened if there re information of position or offset i believe it will help on some issues at least i don t have to bind all elements when something to do like screen grab like using mouse move to play snake game operating system windows python version pysimplegui port and version pysimplegui you have completed these steps read instructions on how to file an issue searched through main docs for your problem searched through the readme for your specific port if not pysimplegui qt wx remi looked for demo programs that are similar to your goal note that there are also demo programs under each port on github run your program outside of your debugger from a command line searched through issues open and closed to see if already reported code or partial code causing the problem python import pysimplegui as sg font courier bold location size bg green sg change look and feel dark blue layout window sg window title test layout layout location location size size font font background color bg finalize true window bind motion window bind window bind window bind window bind wheel while true event values window read print event values if event none break window close motion wheel | 0 |
455,809 | 13,132,692,527 | IssuesEvent | 2020-08-06 19:24:52 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | World Object UI Always Displays a Sewage Output | Category: Balance Category: Gameplay Category: UI Priority: High | Several world objects need water input, but heat that water into steam, meaning there is no sewage output. Currently the UI only supports having both a water input and output, so we need it to also work when there is no sewage output.

Adding high priority because this should not be pushed off of 9.1. We need this to properly balance the important world objects all players must use to progress through Eco, and don't want the UI to be blatantly incorrect. | 1.0 | World Object UI Always Displays a Sewage Output - Several world objects need water input, but heat that water into steam, meaning there is no sewage output. Currently the UI only supports having both a water input and output, so we need it to also work when there is no sewage output.

Adding high priority because this should not be pushed off of 9.1. We need this to properly balance the important world objects all players must use to progress through Eco, and don't want the UI to be blatantly incorrect. | priority | world object ui always displays a sewage output several world objects need water input but heat that water into steam meaning there is no sewage output currently the ui only supports having both a water input and output so we need it to also work when there is no sewage output adding high priority because this should not be pushed off of we need this to properly balance the important world objects all players must use to progress through eco and don t want the ui to be blatantly incorrect | 1 |
10,093 | 6,558,182,221 | IssuesEvent | 2017-09-06 20:21:16 | USDepartmentofLabor/Developer | https://api.github.com/repos/USDepartmentofLabor/Developer | opened | DAD - Add Global Messaging to All Pages | Usability | We need to have the ability to add a global message to all pages. So we can tell everyone that comes to the website the API is down or that APIv3 version is coming soon and the other version will go away at the end of 2018 or something like that.
My suggestions is to create a messages folder with a fill called global HTML file that we can place messages in or remove them too. | True | DAD - Add Global Messaging to All Pages - We need to have the ability to add a global message to all pages. So we can tell everyone that comes to the website the API is down or that APIv3 version is coming soon and the other version will go away at the end of 2018 or something like that.
My suggestions is to create a messages folder with a fill called global HTML file that we can place messages in or remove them too. | non_priority | dad add global messaging to all pages we need to have the ability to add a global message to all pages so we can tell everyone that comes to the website the api is down or that version is coming soon and the other version will go away at the end of or something like that my suggestions is to create a messages folder with a fill called global html file that we can place messages in or remove them too | 0 |
550,003 | 16,103,321,224 | IssuesEvent | 2021-04-27 12:14:23 | hm9811/WebShoppingMall | https://api.github.com/repos/hm9811/WebShoppingMall | opened | Hide Create/Update/Delete photo Product from non-Admin | enhancement low priority | If user is not in admin role, they should not see create/update/delete links | 1.0 | Hide Create/Update/Delete photo Product from non-Admin - If user is not in admin role, they should not see create/update/delete links | priority | hide create update delete photo product from non admin if user is not in admin role they should not see create update delete links | 1 |
238,188 | 7,776,074,867 | IssuesEvent | 2018-06-05 06:41:29 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | How to setup encrypted persistent volumes | component/storage kind/question lifecycle/rotten priority/P2 | We're trying to use gluster volume encryption with heketi using instructions mentioned in https://github.com/gluster/glusterfs-specs/blob/master/done/GlusterFS%203.5/Disk%20Encryption.md#7-getting-started-with-crypt-translator. We can mount/use a volume from a host that has the volume's encryption.master-key but launching a pod fails, presumably because it can't mount the volume since the pod's file system has the decryption key. Feels like a catch 22. Anyone know of a how to set up gluster encryption with heketi/openshift?
##### Version
```
openshift v1.4.1
kubernetes v1.4.0+776c994
etcd 3.1.0-rc.0
```
##### Steps To Reproduce
1. Setup Heketi on OpenShift (https://github.com/heketi/heketi/wiki/OpenShift-Integration---Project-Aplo)
2. Setup a storage class so PVCs can be created dynamically https://docs.openshift.org/latest/install_config/persistent_storage/dynamically_provisioning_pvs.html#glusterfs
3. Create a PVC via OpenShift.
4. Follow https://github.com/gluster/glusterfs-specs/blob/master/done/GlusterFS%203.5/Disk%20Encryption.md#7-getting-started-with-crypt-translator to setup volume encryption from inside one of the glusterfs pods.
5. Launch a test deploymentconfig and attach the PVC a pod.
##### Current Result
We can mount/use a volume from a host that has the volume's encryption.master-key but launching a pod fails, presumably because it can't mount the volume since the pod's file system has the decryption key. Feels like a catch 22. Anyone know of a how to set up gluster encryption with heketi/openshift?
##### Expected Result
The volume should be decrypted and the pod should launch successfully.
| 1.0 | How to setup encrypted persistent volumes - We're trying to use gluster volume encryption with heketi using instructions mentioned in https://github.com/gluster/glusterfs-specs/blob/master/done/GlusterFS%203.5/Disk%20Encryption.md#7-getting-started-with-crypt-translator. We can mount/use a volume from a host that has the volume's encryption.master-key but launching a pod fails, presumably because it can't mount the volume since the pod's file system has the decryption key. Feels like a catch 22. Anyone know of a how to set up gluster encryption with heketi/openshift?
##### Version
```
openshift v1.4.1
kubernetes v1.4.0+776c994
etcd 3.1.0-rc.0
```
##### Steps To Reproduce
1. Setup Heketi on OpenShift (https://github.com/heketi/heketi/wiki/OpenShift-Integration---Project-Aplo)
2. Setup a storage class so PVCs can be created dynamically https://docs.openshift.org/latest/install_config/persistent_storage/dynamically_provisioning_pvs.html#glusterfs
3. Create a PVC via OpenShift.
4. Follow https://github.com/gluster/glusterfs-specs/blob/master/done/GlusterFS%203.5/Disk%20Encryption.md#7-getting-started-with-crypt-translator to setup volume encryption from inside one of the glusterfs pods.
5. Launch a test deploymentconfig and attach the PVC a pod.
##### Current Result
We can mount/use a volume from a host that has the volume's encryption.master-key but launching a pod fails, presumably because it can't mount the volume since the pod's file system has the decryption key. Feels like a catch 22. Anyone know of a how to set up gluster encryption with heketi/openshift?
##### Expected Result
The volume should be decrypted and the pod should launch successfully.
| priority | how to setup encrypted persistent volumes we re trying to use gluster volume encryption with heketi using instructions mentioned in we can mount use a volume from a host that has the volume s encryption master key but launching a pod fails presumably because it can t mount the volume since the pod s file system has the decryption key feels like a catch anyone know of a how to set up gluster encryption with heketi openshift version openshift kubernetes etcd rc steps to reproduce setup heketi on openshift setup a storage class so pvcs can be created dynamically create a pvc via openshift follow to setup volume encryption from inside one of the glusterfs pods launch a test deploymentconfig and attach the pvc a pod current result we can mount use a volume from a host that has the volume s encryption master key but launching a pod fails presumably because it can t mount the volume since the pod s file system has the decryption key feels like a catch anyone know of a how to set up gluster encryption with heketi openshift expected result the volume should be decrypted and the pod should launch successfully | 1 |
24,849 | 4,112,842,775 | IssuesEvent | 2016-06-07 12:09:48 | galenframework/galen | https://api.github.com/repos/galenframework/galen | closed | JavaScript blocks are not working in object definitions in specs | bug p2 ready for test | Example
```
@set
headerCss .middle-wrapper
@objects
header #header ${headerCss}
box-* .box-container .box .panel
``` | 1.0 | JavaScript blocks are not working in object definitions in specs - Example
```
@set
headerCss .middle-wrapper
@objects
header #header ${headerCss}
box-* .box-container .box .panel
``` | non_priority | javascript blocks are not working in object definitions in specs example set headercss middle wrapper objects header header headercss box box container box panel | 0 |
399,332 | 11,747,473,657 | IssuesEvent | 2020-03-12 13:42:04 | onaio/reveal-frontend | https://api.github.com/repos/onaio/reveal-frontend | closed | Write a spec for more secure token store mechanism | Priority: Medium has pr | Following the discussion in https://github.com/onaio/reveal-frontend/issues/39, we now need to write a specification document that covers:
- The intermediary service that will handle oAuth2 access tokens aka "front end proxy"
- The reveal backend, if any | 1.0 | Write a spec for more secure token store mechanism - Following the discussion in https://github.com/onaio/reveal-frontend/issues/39, we now need to write a specification document that covers:
- The intermediary service that will handle oAuth2 access tokens aka "front end proxy"
- The reveal backend, if any | priority | write a spec for more secure token store mechanism following the discussion in we now need to write a specification document that covers the intermediary service that will handle access tokens aka front end proxy the reveal backend if any | 1 |
86,430 | 15,755,657,118 | IssuesEvent | 2021-03-31 02:10:00 | attesch/zencart | https://api.github.com/repos/attesch/zencart | opened | CVE-2020-28481 (Medium) detected in socket.io-1.7.3.tgz | security vulnerability | ## CVE-2020-28481 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>socket.io-1.7.3.tgz</b></p></summary>
<p>node.js realtime framework server</p>
<p>Library home page: <a href="https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz">https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz</a></p>
<p>Path to dependency file: /zencart/admin/includes/template/javascript/gridstack.js-master/package.json</p>
<p>Path to vulnerable library: zencart/admin/includes/template/javascript/gridstack.js-master/node_modules/socket.io/package.json</p>
<p>
Dependency Hierarchy:
- karma-1.7.1.tgz (Root Library)
- :x: **socket.io-1.7.3.tgz** (Vulnerable Library)
</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 socket.io before 2.4.0 are vulnerable to Insecure Defaults due to CORS Misconfiguration. All domains are whitelisted by default.
<p>Publish Date: 2021-01-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28481>CVE-2020-28481</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>4.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28481">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28481</a></p>
<p>Release Date: 2021-01-19</p>
<p>Fix Resolution: 2.4.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-28481 (Medium) detected in socket.io-1.7.3.tgz - ## CVE-2020-28481 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>socket.io-1.7.3.tgz</b></p></summary>
<p>node.js realtime framework server</p>
<p>Library home page: <a href="https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz">https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz</a></p>
<p>Path to dependency file: /zencart/admin/includes/template/javascript/gridstack.js-master/package.json</p>
<p>Path to vulnerable library: zencart/admin/includes/template/javascript/gridstack.js-master/node_modules/socket.io/package.json</p>
<p>
Dependency Hierarchy:
- karma-1.7.1.tgz (Root Library)
- :x: **socket.io-1.7.3.tgz** (Vulnerable Library)
</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 socket.io before 2.4.0 are vulnerable to Insecure Defaults due to CORS Misconfiguration. All domains are whitelisted by default.
<p>Publish Date: 2021-01-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28481>CVE-2020-28481</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>4.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28481">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28481</a></p>
<p>Release Date: 2021-01-19</p>
<p>Fix Resolution: 2.4.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in socket io tgz cve medium severity vulnerability vulnerable library socket io tgz node js realtime framework server library home page a href path to dependency file zencart admin includes template javascript gridstack js master package json path to vulnerable library zencart admin includes template javascript gridstack js master node modules socket io package json dependency hierarchy karma tgz root library x socket io tgz vulnerable library vulnerability details the package socket io before are vulnerable to insecure defaults due to cors misconfiguration all domains are whitelisted by default publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
144,852 | 11,634,025,304 | IssuesEvent | 2020-02-28 09:32:42 | mayadata-io/oep | https://api.github.com/repos/mayadata-io/oep | closed | [iuod27]:Upgrade the application with 3 replicas when all replica pods are running | e2e-dev-complete e2e-test-p0 enhancement | **_This issue is for:_**
- Upgrade the application with 3 replicas when all replica pods are running
*_Details:_**
- This issue is for creating the test case for upgrading the application when all the pods of application is in running state.
**_Task Involved In This Test-case_**
- **Installing openebes**:
- Openebes is installed using `operator yaml`.
- Check whether all the components are in running state or not.
- Create PVC .
- Deploy an application busybox which will use the above pvc.
- **Upgrading Openebs**
- Upgrade openebs control plane components first.
- Now upgrade the data plane components
- Check OpenEBS control plane pods state after control plane upgrade
- Upgrade application volume
- Check application volume health status for all the replicas. | 1.0 | [iuod27]:Upgrade the application with 3 replicas when all replica pods are running - **_This issue is for:_**
- Upgrade the application with 3 replicas when all replica pods are running
*_Details:_**
- This issue is for creating the test case for upgrading the application when all the pods of application is in running state.
**_Task Involved In This Test-case_**
- **Installing openebes**:
- Openebes is installed using `operator yaml`.
- Check whether all the components are in running state or not.
- Create PVC .
- Deploy an application busybox which will use the above pvc.
- **Upgrading Openebs**
- Upgrade openebs control plane components first.
- Now upgrade the data plane components
- Check OpenEBS control plane pods state after control plane upgrade
- Upgrade application volume
- Check application volume health status for all the replicas. | non_priority | upgrade the application with replicas when all replica pods are running this issue is for upgrade the application with replicas when all replica pods are running details this issue is for creating the test case for upgrading the application when all the pods of application is in running state task involved in this test case installing openebes openebes is installed using operator yaml check whether all the components are in running state or not create pvc deploy an application busybox which will use the above pvc upgrading openebs upgrade openebs control plane components first now upgrade the data plane components check openebs control plane pods state after control plane upgrade upgrade application volume check application volume health status for all the replicas | 0 |
103,334 | 22,288,406,361 | IssuesEvent | 2022-06-12 01:43:58 | uf-mil/mil | https://api.github.com/repos/uf-mil/mil | opened | Construct a physical surfacing octagon for the 2022 RoboSub competition | enhancement non-code mechanical | **This task is related to the 2022 RoboSub competition. Interested in helping out? Please click here to navigate to the [parent issue](https://github.com/uf-mil/mil/issues/608) or the [parent project](https://github.com/uf-mil/mil/projects/7), which can show you how to get started.**
This task requires the construction of a physical octagon for the 2022 RoboSub competition. The dimensions of the octagon and the materials used to make the octagon can be found on page 17 of the RoboSub 2022 rules manual (a link to the manual can be found on the parent issue linked above).
To complete, the task, construct a physical octagon that meets the appropriate requirements. You do not need to add any code to complete this issue.
A quick view of the octagon requirements can be seen below:
 | 1.0 | Construct a physical surfacing octagon for the 2022 RoboSub competition - **This task is related to the 2022 RoboSub competition. Interested in helping out? Please click here to navigate to the [parent issue](https://github.com/uf-mil/mil/issues/608) or the [parent project](https://github.com/uf-mil/mil/projects/7), which can show you how to get started.**
This task requires the construction of a physical octagon for the 2022 RoboSub competition. The dimensions of the octagon and the materials used to make the octagon can be found on page 17 of the RoboSub 2022 rules manual (a link to the manual can be found on the parent issue linked above).
To complete, the task, construct a physical octagon that meets the appropriate requirements. You do not need to add any code to complete this issue.
A quick view of the octagon requirements can be seen below:
 | non_priority | construct a physical surfacing octagon for the robosub competition this task is related to the robosub competition interested in helping out please click here to navigate to the or the which can show you how to get started this task requires the construction of a physical octagon for the robosub competition the dimensions of the octagon and the materials used to make the octagon can be found on page of the robosub rules manual a link to the manual can be found on the parent issue linked above to complete the task construct a physical octagon that meets the appropriate requirements you do not need to add any code to complete this issue a quick view of the octagon requirements can be seen below | 0 |
528,482 | 15,367,774,506 | IssuesEvent | 2021-03-02 04:04:44 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | Completion suggestions for records first displays the functions | Priority/High SwanLakeDump Team/LanguageServer Type/Improvement | Refer to the following:

For records, I feel that it'd be more useful to display the fields of the records first because that's what the users will be working with most of the time. | 1.0 | Completion suggestions for records first displays the functions - Refer to the following:

For records, I feel that it'd be more useful to display the fields of the records first because that's what the users will be working with most of the time. | priority | completion suggestions for records first displays the functions refer to the following for records i feel that it d be more useful to display the fields of the records first because that s what the users will be working with most of the time | 1 |
936 | 11,716,280,994 | IssuesEvent | 2020-03-09 15:24:46 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Unexpected application crash (internal error in the .NET Runtime) | area-VM-coreclr tenet-reliability | Hello!
I expected a kind of strange issue on one of our test clients.
There was only this message in the event log:

Error message: `The process was terminated due to an internal error in the .NET Runtime at IP 000007FEF7794523 (000007FEF75E0000) with exit code c0000005.`
There was no other error message, and it wasn't logged into our log file.
I honestly don't know where to start, so I will provide some Information about or application:
ASP.NET Core Application, running as Windows Service. Running .NET Core 3.0 on Windows 7 x64.
Please let me know, if there is anything I can do to help to resolve this issue. (And no, I cannot reproduce it, it hit a single time in about 1-2 weeks) | True | Unexpected application crash (internal error in the .NET Runtime) - Hello!
I expected a kind of strange issue on one of our test clients.
There was only this message in the event log:

Error message: `The process was terminated due to an internal error in the .NET Runtime at IP 000007FEF7794523 (000007FEF75E0000) with exit code c0000005.`
There was no other error message, and it wasn't logged into our log file.
I honestly don't know where to start, so I will provide some Information about or application:
ASP.NET Core Application, running as Windows Service. Running .NET Core 3.0 on Windows 7 x64.
Please let me know, if there is anything I can do to help to resolve this issue. (And no, I cannot reproduce it, it hit a single time in about 1-2 weeks) | non_priority | unexpected application crash internal error in the net runtime hello i expected a kind of strange issue on one of our test clients there was only this message in the event log error message the process was terminated due to an internal error in the net runtime at ip with exit code there was no other error message and it wasn t logged into our log file i honestly don t know where to start so i will provide some information about or application asp net core application running as windows service running net core on windows please let me know if there is anything i can do to help to resolve this issue and no i cannot reproduce it it hit a single time in about weeks | 0 |
407,399 | 11,912,916,743 | IssuesEvent | 2020-03-31 11:04:40 | LiamTheProgrammer/liams-projects | https://api.github.com/repos/LiamTheProgrammer/liams-projects | closed | Background Static in Audio | js priority: medium webaudio worse in chrome worse in opera | When I play certain audio, there's noticeable background static. Any ideas on how to fix this? | 1.0 | Background Static in Audio - When I play certain audio, there's noticeable background static. Any ideas on how to fix this? | priority | background static in audio when i play certain audio there s noticeable background static any ideas on how to fix this | 1 |
63,706 | 3,197,706,866 | IssuesEvent | 2015-10-01 07:33:27 | cogciprocate/bismit | https://api.github.com/repos/cogciprocate/bismit | closed | Unmarry Ganglion, SDR, and Cortical Area Sizes | enhancement priority medium | Currently it is assumed (and checked) that the sizes of these things are all the same. It's now time to throw away that assumption and allow arbitrarily sized inputs and outputs (what we're now calling ganglions) for cortical areas.
TBD:
- Axon space.
- Synaptic range Limits.
- How to negotiate sizes for centering (probably new OclDimensions trait).
| 1.0 | Unmarry Ganglion, SDR, and Cortical Area Sizes - Currently it is assumed (and checked) that the sizes of these things are all the same. It's now time to throw away that assumption and allow arbitrarily sized inputs and outputs (what we're now calling ganglions) for cortical areas.
TBD:
- Axon space.
- Synaptic range Limits.
- How to negotiate sizes for centering (probably new OclDimensions trait).
| priority | unmarry ganglion sdr and cortical area sizes currently it is assumed and checked that the sizes of these things are all the same it s now time to throw away that assumption and allow arbitrarily sized inputs and outputs what we re now calling ganglions for cortical areas tbd axon space synaptic range limits how to negotiate sizes for centering probably new ocldimensions trait | 1 |
275,960 | 8,582,516,644 | IssuesEvent | 2018-11-13 17:09:44 | ExchangeUnion/xud | https://api.github.com/repos/ExchangeUnion/xud | closed | Hold amount fixes | critical bug swaps top priority | - Swap amount holding is missing when initiating the swap deal (taker)
- Matching engine does not check the amount held when matching
- Held amounts should be presented as part of order book e.g. in orange with added `(⇄)` or `(swapping)` after quantity | 1.0 | Hold amount fixes - - Swap amount holding is missing when initiating the swap deal (taker)
- Matching engine does not check the amount held when matching
- Held amounts should be presented as part of order book e.g. in orange with added `(⇄)` or `(swapping)` after quantity | priority | hold amount fixes swap amount holding is missing when initiating the swap deal taker matching engine does not check the amount held when matching held amounts should be presented as part of order book e g in orange with added ⇄ or swapping after quantity | 1 |
648,518 | 21,188,100,929 | IssuesEvent | 2022-04-08 14:37:44 | tyejae/msf.gg.public | https://api.github.com/repos/tyejae/msf.gg.public | closed | War Defense Removing Characters Not Going Back To Pool | type: bug product: site priority: high | ### I'm Not a Dummy, So I've Checked These
- [X] It happens on multiple browsers (if site)
- [ ] I've cleared browser cache and restarted browser (if site)
- [X] I've asked support in MSF.gg Discord before writing this
- [X] I have searched the existing issues
### Product
- [X] Site
- [ ] Bot
### Current Behavior
When removing a character from war defense, the character does not go back to the list of selectable characters.
### Expected Behavior
That the character that was removed is delectable again.
### Steps To Reproduce
_No response_
### Environment
```markdown
- Device: Any
- OS: Any
- Browser: Any
- Version:
```
### Anything else?
_No response_ | 1.0 | War Defense Removing Characters Not Going Back To Pool - ### I'm Not a Dummy, So I've Checked These
- [X] It happens on multiple browsers (if site)
- [ ] I've cleared browser cache and restarted browser (if site)
- [X] I've asked support in MSF.gg Discord before writing this
- [X] I have searched the existing issues
### Product
- [X] Site
- [ ] Bot
### Current Behavior
When removing a character from war defense, the character does not go back to the list of selectable characters.
### Expected Behavior
That the character that was removed is delectable again.
### Steps To Reproduce
_No response_
### Environment
```markdown
- Device: Any
- OS: Any
- Browser: Any
- Version:
```
### Anything else?
_No response_ | priority | war defense removing characters not going back to pool i m not a dummy so i ve checked these it happens on multiple browsers if site i ve cleared browser cache and restarted browser if site i ve asked support in msf gg discord before writing this i have searched the existing issues product site bot current behavior when removing a character from war defense the character does not go back to the list of selectable characters expected behavior that the character that was removed is delectable again steps to reproduce no response environment markdown device any os any browser any version anything else no response | 1 |
133,681 | 5,206,858,679 | IssuesEvent | 2017-01-24 21:47:57 | The-Compiler/qutebrowser | https://api.github.com/repos/The-Compiler/qutebrowser | closed | Argument overload for commands | component: commands priority: 2 - low | We have various commands like `:set`, or `:repeat` after #725 (and probably more!) which have various valid "signatures" which differ significantly from each other. For example with `:set`:
- `:set` (opens `qute:settings`)
- `:set section option?` (shows a value)
- `:set [--temp] [--print] section option value` (sets a value)
We currently do this by having quite a "forgiving" signature for `:set`: `
:set [--temp] [--print] [section] [option] [value]` and then explaining the actual usage in a docstring.
With various possible command overloads, we could generate better signatures in the docs, and also make the command handlers much easier.
One problem I see is what error to display to the user though... If we just print the separate errors for each overload, the error message shown in the UI is going to look like C++ compiler messages...
| 1.0 | Argument overload for commands - We have various commands like `:set`, or `:repeat` after #725 (and probably more!) which have various valid "signatures" which differ significantly from each other. For example with `:set`:
- `:set` (opens `qute:settings`)
- `:set section option?` (shows a value)
- `:set [--temp] [--print] section option value` (sets a value)
We currently do this by having quite a "forgiving" signature for `:set`: `
:set [--temp] [--print] [section] [option] [value]` and then explaining the actual usage in a docstring.
With various possible command overloads, we could generate better signatures in the docs, and also make the command handlers much easier.
One problem I see is what error to display to the user though... If we just print the separate errors for each overload, the error message shown in the UI is going to look like C++ compiler messages...
| priority | argument overload for commands we have various commands like set or repeat after and probably more which have various valid signatures which differ significantly from each other for example with set set opens qute settings set section option shows a value set section option value sets a value we currently do this by having quite a forgiving signature for set set and then explaining the actual usage in a docstring with various possible command overloads we could generate better signatures in the docs and also make the command handlers much easier one problem i see is what error to display to the user though if we just print the separate errors for each overload the error message shown in the ui is going to look like c compiler messages | 1 |
45,889 | 13,055,816,477 | IssuesEvent | 2020-07-30 02:49:25 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | PFTriggerFilterMonitoring may flood the logging with "No filter mask present in frame at position ..." (Trac #205) | Incomplete Migration Migrated from Trac defect jeb + pnf | Migrated from https://code.icecube.wisc.edu/ticket/205
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:57",
"description": "the filter + rate monitoring currently (plan-b) runs within the filter clients - all events should include a filter mask.[[BR]]\nit will move into the server in future (plan-a), so that events may not include a filter mask, if the filter mode isn't physics filtering.[[BR]]\nPFTriggerFilterMonitoring will create a warn logging for such events...\n\nsolutions:[[BR]]\na) PFTriggerFilterMonitoring only runs on physics-filtered data changing it into a conditional module using a PFFilterModeFilter (that needs to be implemented) or checking the run summary service for the current filter mode[[BR]]\nb) PFTriggerFilterMonitoring only processes the filter mask for physics-filtered data checking the run summary service for the current filter mode\n",
"reporter": "tschmidt",
"cc": "",
"resolution": "fixed",
"_ts": "1416713877066511",
"component": "jeb + pnf",
"summary": "PFTriggerFilterMonitoring may flood the logging with \"No filter mask present in frame at position ...\"",
"priority": "normal",
"keywords": "trigger + filter rate monitoring, JEB, JEB server",
"time": "2010-04-14T18:20:20",
"milestone": "",
"owner": "rfranke",
"type": "defect"
}
```
| 1.0 | PFTriggerFilterMonitoring may flood the logging with "No filter mask present in frame at position ..." (Trac #205) - Migrated from https://code.icecube.wisc.edu/ticket/205
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:57",
"description": "the filter + rate monitoring currently (plan-b) runs within the filter clients - all events should include a filter mask.[[BR]]\nit will move into the server in future (plan-a), so that events may not include a filter mask, if the filter mode isn't physics filtering.[[BR]]\nPFTriggerFilterMonitoring will create a warn logging for such events...\n\nsolutions:[[BR]]\na) PFTriggerFilterMonitoring only runs on physics-filtered data changing it into a conditional module using a PFFilterModeFilter (that needs to be implemented) or checking the run summary service for the current filter mode[[BR]]\nb) PFTriggerFilterMonitoring only processes the filter mask for physics-filtered data checking the run summary service for the current filter mode\n",
"reporter": "tschmidt",
"cc": "",
"resolution": "fixed",
"_ts": "1416713877066511",
"component": "jeb + pnf",
"summary": "PFTriggerFilterMonitoring may flood the logging with \"No filter mask present in frame at position ...\"",
"priority": "normal",
"keywords": "trigger + filter rate monitoring, JEB, JEB server",
"time": "2010-04-14T18:20:20",
"milestone": "",
"owner": "rfranke",
"type": "defect"
}
```
| non_priority | pftriggerfiltermonitoring may flood the logging with no filter mask present in frame at position trac migrated from json status closed changetime description the filter rate monitoring currently plan b runs within the filter clients all events should include a filter mask nit will move into the server in future plan a so that events may not include a filter mask if the filter mode isn t physics filtering npftriggerfiltermonitoring will create a warn logging for such events n nsolutions na pftriggerfiltermonitoring only runs on physics filtered data changing it into a conditional module using a pffiltermodefilter that needs to be implemented or checking the run summary service for the current filter mode nb pftriggerfiltermonitoring only processes the filter mask for physics filtered data checking the run summary service for the current filter mode n reporter tschmidt cc resolution fixed ts component jeb pnf summary pftriggerfiltermonitoring may flood the logging with no filter mask present in frame at position priority normal keywords trigger filter rate monitoring jeb jeb server time milestone owner rfranke type defect | 0 |
398,809 | 11,742,366,818 | IssuesEvent | 2020-03-12 00:31:33 | thaliawww/concrexit | https://api.github.com/repos/thaliawww/concrexit | closed | Only show registered events in ical feed | feature priority: low | In GitLab by kirstenkingma on Mar 11, 2018, 16:57
### One-sentence description
Only show registered events in ical feed
### Desired behaviour
Only show events that you're registered for or events you can't register for in the ical feed.
| 1.0 | Only show registered events in ical feed - In GitLab by kirstenkingma on Mar 11, 2018, 16:57
### One-sentence description
Only show registered events in ical feed
### Desired behaviour
Only show events that you're registered for or events you can't register for in the ical feed.
| priority | only show registered events in ical feed in gitlab by kirstenkingma on mar one sentence description only show registered events in ical feed desired behaviour only show events that you re registered for or events you can t register for in the ical feed | 1 |
12,316 | 14,567,175,535 | IssuesEvent | 2020-12-17 09:54:18 | spring-projects-experimental/spring-graalvm-native | https://api.github.com/repos/spring-projects-experimental/spring-graalvm-native | closed | Proxying ReactiveCrudRepository | type: compatibility | Hello everyone,
I have a problem while creating an instance of a _Reactive_ Spring Data proxy extending a `ReactiveCrudRepository`
Here is my sample Repository:
```
@Repository
public interface ProductRepository extends ReactiveCrudRepository<Product, Long> {
}
```
During the build, I see that `ProductRepository` is recognized correctly:
```
Found no META-INF/spring.components -> synthesizing one...
Computed spring.components is
vvv
...
com.example.ProductRepository=org.springframework.stereotype.Component,org.springframework.data.repository.Repository
...
^^^
```
`verbose` output also indicates that it's been handled:
```
Registering Spring Component: com.example.ProductRepository
Registering reflective access to org.springframework.stereotype.Repository: [allDeclaredMethods]
Registering reflective access to com.example.ProductRepository: [allDeclaredConstructors, allDeclaredMethods, allDeclaredClasses, allDeclaredFields]
Registering reflective access to org.springframework.stereotype.Component: [allDeclaredMethods]
Registering reflective access to org.springframework.data.repository.Repository: [allDeclaredMethods]
SARCP: handling @Repository com.example.ProductRepository
SARCP: org.springframework.data.repository.reactive.ReactiveCruds PLURAL TYPE NOT FOUND
SARCP: com.example.ProductRepository reflective access added - adding this repository type and its hierarchy
Registering reflective access to com.example.ProductRepository: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to java.lang.Object: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to org.springframework.data.repository.reactive.ReactiveCrudRepository: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to org.springframework.data.repository.Repository: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to com.example.Product: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to java.lang.Long: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to java.lang.Number: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to java.io.Serializable: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to java.lang.Comparable: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
SARCP: com.example.ProductRepository is getting a proxy created
SDCP: Found org.springframework.data.repository.reactive.ReactiveCrudRepository for domain type com.example.Product.
SDCP: Registering repository 'com.example.ProductRepository' for type 'com.example.Product'.
Registering reflective access to com.example.ProductRepository: [allPublicMethods, allDeclaredConstructors]
SDCP: Looking for custom repository implementations of com.example.ProductRepository
SDCP: Inspecting repository interfaces for potential extensions.
SDCP: Skipping spring data interface org.springframework.data.repository.reactive.ReactiveCrudRepository
SynthesizerComputerComponentProcessor: From examining com.example.ProductRepository determined 1 types as synthesized proxies: [org.springframework.stereotype.Component]
```
In runtime it's not able to create a proxied-instance of the `ProductRepository`:
```
...
2020-12-14 19:07:56.109 WARN 1 --- [ main] onfigReactiveWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'productController' defined in class path resource [com/example/ProductController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productRepository': Post-processing of FactoryBean's singleton object failed; nested exception is com.oracle.svm.core.jdk.UnsupportedFeatureError: Proxy class defined by interfaces [interface com.example.ProductRepository, interface org.springframework.data.repository.Repository, interface org.springframework.transaction.interceptor.TransactionalProxy, interface org.springframework.aop.framework.Advised, interface org.springframework.core.DecoratingProxy, interface java.io.Serializable] not found. Generating proxy classes at runtime is not supported. Proxy classes need to be defined at image build time by specifying the list of interfaces that they implement. To define proxy classes use -H:DynamicProxyConfigurationFiles=<comma-separated-config-files> and -H:DynamicProxyConfigurationResources=<comma-separated-config-resources> options.
...
```
After a quick analysis I have figured out that not all interfaces mentioned in the runtime log (above):
* `org.springframework.data.repository.Repository`
* `org.springframework.transaction.interceptor.TransactionalProxy`
* `org.springframework.aop.framework.Advised`
* `org.springframework.core.DecoratingProxy`
* `java.io.Serializable`
are registered [for the Proxy in SpringAtRepositoryComponentProcessor.java](https://github.com/spring-projects-experimental/spring-graalvm-native/blob/efa5c28871df6c0412f1c89e14d173fb70521271/spring-graalvm-native-configuration/src/main/java/org/springframework/SpringAtRepositoryComponentProcessor.java#L233):
```
repositoryInterfaces.add("org.springframework.aop.SpringProxy");
repositoryInterfaces.add("org.springframework.aop.framework.Advised");
repositoryInterfaces.add("org.springframework.core.DecoratingProxy");
imageContext.addProxy(repositoryInterfaces);
```
I am quite new around here. If someone confirms this and points me to the right direction I'd be glad to come around with a PR with a fix.
Here I have pushed the complete sample project if someone wants to try it out: https://github.com/hakandilek/spring-native-sample
| True | Proxying ReactiveCrudRepository - Hello everyone,
I have a problem while creating an instance of a _Reactive_ Spring Data proxy extending a `ReactiveCrudRepository`
Here is my sample Repository:
```
@Repository
public interface ProductRepository extends ReactiveCrudRepository<Product, Long> {
}
```
During the build, I see that `ProductRepository` is recognized correctly:
```
Found no META-INF/spring.components -> synthesizing one...
Computed spring.components is
vvv
...
com.example.ProductRepository=org.springframework.stereotype.Component,org.springframework.data.repository.Repository
...
^^^
```
`verbose` output also indicates that it's been handled:
```
Registering Spring Component: com.example.ProductRepository
Registering reflective access to org.springframework.stereotype.Repository: [allDeclaredMethods]
Registering reflective access to com.example.ProductRepository: [allDeclaredConstructors, allDeclaredMethods, allDeclaredClasses, allDeclaredFields]
Registering reflective access to org.springframework.stereotype.Component: [allDeclaredMethods]
Registering reflective access to org.springframework.data.repository.Repository: [allDeclaredMethods]
SARCP: handling @Repository com.example.ProductRepository
SARCP: org.springframework.data.repository.reactive.ReactiveCruds PLURAL TYPE NOT FOUND
SARCP: com.example.ProductRepository reflective access added - adding this repository type and its hierarchy
Registering reflective access to com.example.ProductRepository: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to java.lang.Object: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to org.springframework.data.repository.reactive.ReactiveCrudRepository: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to org.springframework.data.repository.Repository: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to com.example.Product: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to java.lang.Long: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to java.lang.Number: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to java.io.Serializable: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
Registering reflective access to java.lang.Comparable: [allDeclaredFields, allDeclaredConstructors, allPublicMethods]
SARCP: com.example.ProductRepository is getting a proxy created
SDCP: Found org.springframework.data.repository.reactive.ReactiveCrudRepository for domain type com.example.Product.
SDCP: Registering repository 'com.example.ProductRepository' for type 'com.example.Product'.
Registering reflective access to com.example.ProductRepository: [allPublicMethods, allDeclaredConstructors]
SDCP: Looking for custom repository implementations of com.example.ProductRepository
SDCP: Inspecting repository interfaces for potential extensions.
SDCP: Skipping spring data interface org.springframework.data.repository.reactive.ReactiveCrudRepository
SynthesizerComputerComponentProcessor: From examining com.example.ProductRepository determined 1 types as synthesized proxies: [org.springframework.stereotype.Component]
```
In runtime it's not able to create a proxied-instance of the `ProductRepository`:
```
...
2020-12-14 19:07:56.109 WARN 1 --- [ main] onfigReactiveWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'productController' defined in class path resource [com/example/ProductController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productRepository': Post-processing of FactoryBean's singleton object failed; nested exception is com.oracle.svm.core.jdk.UnsupportedFeatureError: Proxy class defined by interfaces [interface com.example.ProductRepository, interface org.springframework.data.repository.Repository, interface org.springframework.transaction.interceptor.TransactionalProxy, interface org.springframework.aop.framework.Advised, interface org.springframework.core.DecoratingProxy, interface java.io.Serializable] not found. Generating proxy classes at runtime is not supported. Proxy classes need to be defined at image build time by specifying the list of interfaces that they implement. To define proxy classes use -H:DynamicProxyConfigurationFiles=<comma-separated-config-files> and -H:DynamicProxyConfigurationResources=<comma-separated-config-resources> options.
...
```
After a quick analysis I have figured out that not all interfaces mentioned in the runtime log (above):
* `org.springframework.data.repository.Repository`
* `org.springframework.transaction.interceptor.TransactionalProxy`
* `org.springframework.aop.framework.Advised`
* `org.springframework.core.DecoratingProxy`
* `java.io.Serializable`
are registered [for the Proxy in SpringAtRepositoryComponentProcessor.java](https://github.com/spring-projects-experimental/spring-graalvm-native/blob/efa5c28871df6c0412f1c89e14d173fb70521271/spring-graalvm-native-configuration/src/main/java/org/springframework/SpringAtRepositoryComponentProcessor.java#L233):
```
repositoryInterfaces.add("org.springframework.aop.SpringProxy");
repositoryInterfaces.add("org.springframework.aop.framework.Advised");
repositoryInterfaces.add("org.springframework.core.DecoratingProxy");
imageContext.addProxy(repositoryInterfaces);
```
I am quite new around here. If someone confirms this and points me to the right direction I'd be glad to come around with a PR with a fix.
Here I have pushed the complete sample project if someone wants to try it out: https://github.com/hakandilek/spring-native-sample
| non_priority | proxying reactivecrudrepository hello everyone i have a problem while creating an instance of a reactive spring data proxy extending a reactivecrudrepository here is my sample repository repository public interface productrepository extends reactivecrudrepository during the build i see that productrepository is recognized correctly found no meta inf spring components synthesizing one computed spring components is vvv com example productrepository org springframework stereotype component org springframework data repository repository verbose output also indicates that it s been handled registering spring component com example productrepository registering reflective access to org springframework stereotype repository registering reflective access to com example productrepository registering reflective access to org springframework stereotype component registering reflective access to org springframework data repository repository sarcp handling repository com example productrepository sarcp org springframework data repository reactive reactivecruds plural type not found sarcp com example productrepository reflective access added adding this repository type and its hierarchy registering reflective access to com example productrepository registering reflective access to java lang object registering reflective access to org springframework data repository reactive reactivecrudrepository registering reflective access to org springframework data repository repository registering reflective access to com example product registering reflective access to java lang long registering reflective access to java lang number registering reflective access to java io serializable registering reflective access to java lang comparable sarcp com example productrepository is getting a proxy created sdcp found org springframework data repository reactive reactivecrudrepository for domain type com example product sdcp registering repository com example productrepository for type com example product registering reflective access to com example productrepository sdcp looking for custom repository implementations of com example productrepository sdcp inspecting repository interfaces for potential extensions sdcp skipping spring data interface org springframework data repository reactive reactivecrudrepository synthesizercomputercomponentprocessor from examining com example productrepository determined types as synthesized proxies in runtime it s not able to create a proxied instance of the productrepository warn onfigreactivewebserverapplicationcontext exception encountered during context initialization cancelling refresh attempt org springframework beans factory unsatisfieddependencyexception error creating bean with name productcontroller defined in class path resource unsatisfied dependency expressed through constructor parameter nested exception is org springframework beans factory beancreationexception error creating bean with name productrepository post processing of factorybean s singleton object failed nested exception is com oracle svm core jdk unsupportedfeatureerror proxy class defined by interfaces not found generating proxy classes at runtime is not supported proxy classes need to be defined at image build time by specifying the list of interfaces that they implement to define proxy classes use h dynamicproxyconfigurationfiles and h dynamicproxyconfigurationresources options after a quick analysis i have figured out that not all interfaces mentioned in the runtime log above org springframework data repository repository org springframework transaction interceptor transactionalproxy org springframework aop framework advised org springframework core decoratingproxy java io serializable are registered repositoryinterfaces add org springframework aop springproxy repositoryinterfaces add org springframework aop framework advised repositoryinterfaces add org springframework core decoratingproxy imagecontext addproxy repositoryinterfaces i am quite new around here if someone confirms this and points me to the right direction i d be glad to come around with a pr with a fix here i have pushed the complete sample project if someone wants to try it out | 0 |
40,181 | 5,280,919,610 | IssuesEvent | 2017-02-07 15:21:57 | vaadin/vaadin-combo-box | https://api.github.com/repos/vaadin/vaadin-combo-box | closed | F-test: test/scrolling.html » scrolling » scrolling position » should make selected item visible after open | flaky-test in progress | Fails in iPhone 9.3.
https://travis-ci.org/vaadin/vaadin-combo-box/builds/199230047 | 1.0 | F-test: test/scrolling.html » scrolling » scrolling position » should make selected item visible after open - Fails in iPhone 9.3.
https://travis-ci.org/vaadin/vaadin-combo-box/builds/199230047 | non_priority | f test test scrolling html » scrolling » scrolling position » should make selected item visible after open fails in iphone | 0 |
40,653 | 16,523,602,953 | IssuesEvent | 2021-05-26 17:08:05 | edgexfoundry/edgex-go | https://api.github.com/repos/edgexfoundry/edgex-go | closed | EdgeX microservices are too tightly coupled to configuration | core-services enhancement security-services security_audit | ### Background
The EdgeX middleware strives to be flexible with regard to deployment scenarios, such as:
- Deployment as standard OS processes
- Deployment into snaps
- Deployment into OCI container infrastructures (such as Docker, Docker Swarm, K3S, microK8S)
- Deployment using only static configuration (Consul-less)
- Deployment with dynamic configuration / registry support (Consul)
- Deployment with security services enabled (Vault + Consul)
- Deployment with MongoDB database backend
- Deployment with a Redis database backend
- Deployment on a variety of processor architectures
In order to make developers' lives easier, certain of these configurations have been pre-selected:
- Security-services enabled on both aarch64 and x86_64
- No-security on both aarch64 and x86_64
- MongoDB and Redis-based versions of the above
Additionally, certain adaptations have been made in the developer infrastructure to make it easy to bring up a functional stack:
- Each microservice includes a static TOML configuration (one for Docker, one for non-Docker) that provides service location and service configuration information such as
* Address and port numbers of dependent services
* Database connection and authentication information
* Other configuration data
- The static configuration is automatically mirrored (one-time) into a Consul configuration registry
- Special processes that seed database schemas for EdgeX services and 3rd party components such as Kong
- When security services are enabled, the following additional bootstrapping services are performed
* Seeding of a on-device PKI
* Initialization and seeding of an on-device secret store
* Seeding of database passwords
The above configuration is spread across the developer-scripts repository as well as in configuration files and code inside of edgex-go and other repositories.
### Problem statement
**Specific problem:**
The security-enabled MongoDB developer-scripts and blackbox tests will not run properly because the Docker configuration TOML files have been changed to reference Redis: the TOML configuration is inside of the containers, while the database that is running is encoded in the docker-compose script where it is easily changed. (However, on a setting by setting basis, environment variables can be used to override the TOML. For example: `Databases_Primary_Type=redisdb`.
**General problem:**
Configuration is too tightly-coupled to microservices containers, making it very difficult to test all the supported configurations. It is also then difficult for downstream consumers of EdgeX to create custom configurations that better match their use cases.
The initialization overhead--particularly to enable security features--is becoming increasingly awkward because there is no "docker-compose install" command. This leads to a pre-disposition to configure as much as possible statically in upstream EdgeX. Additionally, in the registry-enabled flows, service location information changes from a state where it is encoded in relatively-immunitable configuration files, to a service that is currently configured without authentication/authorization nor integrity protection.
### Desired solution attributes
On the supposition that most of the EdgeX framework's value lies in the microservices themselves and their APIs, I would like to advocate for the following changes:
- That configuration information be externalized such that downstream consumers--such as blackbox-testing--can inject their own configuration (such as security/non-security, redis/mongo, consul/no-consul) independent of modifying the "source code."
- The Docker environment should behave more like the snap environment in that:
* There is a separate initialization phase to lay down configuration, preconfigure database schemas and users, and other basic setup.
* Reduce the amount of coordination required at runtime to ensure just-in-time execution of setup hooks.
* The runtime services configuration is managed separately from the setup configuration.
* Ensures that the base services are set up in a default-secure configuration.
| 2.0 | EdgeX microservices are too tightly coupled to configuration - ### Background
The EdgeX middleware strives to be flexible with regard to deployment scenarios, such as:
- Deployment as standard OS processes
- Deployment into snaps
- Deployment into OCI container infrastructures (such as Docker, Docker Swarm, K3S, microK8S)
- Deployment using only static configuration (Consul-less)
- Deployment with dynamic configuration / registry support (Consul)
- Deployment with security services enabled (Vault + Consul)
- Deployment with MongoDB database backend
- Deployment with a Redis database backend
- Deployment on a variety of processor architectures
In order to make developers' lives easier, certain of these configurations have been pre-selected:
- Security-services enabled on both aarch64 and x86_64
- No-security on both aarch64 and x86_64
- MongoDB and Redis-based versions of the above
Additionally, certain adaptations have been made in the developer infrastructure to make it easy to bring up a functional stack:
- Each microservice includes a static TOML configuration (one for Docker, one for non-Docker) that provides service location and service configuration information such as
* Address and port numbers of dependent services
* Database connection and authentication information
* Other configuration data
- The static configuration is automatically mirrored (one-time) into a Consul configuration registry
- Special processes that seed database schemas for EdgeX services and 3rd party components such as Kong
- When security services are enabled, the following additional bootstrapping services are performed
* Seeding of a on-device PKI
* Initialization and seeding of an on-device secret store
* Seeding of database passwords
The above configuration is spread across the developer-scripts repository as well as in configuration files and code inside of edgex-go and other repositories.
### Problem statement
**Specific problem:**
The security-enabled MongoDB developer-scripts and blackbox tests will not run properly because the Docker configuration TOML files have been changed to reference Redis: the TOML configuration is inside of the containers, while the database that is running is encoded in the docker-compose script where it is easily changed. (However, on a setting by setting basis, environment variables can be used to override the TOML. For example: `Databases_Primary_Type=redisdb`.
**General problem:**
Configuration is too tightly-coupled to microservices containers, making it very difficult to test all the supported configurations. It is also then difficult for downstream consumers of EdgeX to create custom configurations that better match their use cases.
The initialization overhead--particularly to enable security features--is becoming increasingly awkward because there is no "docker-compose install" command. This leads to a pre-disposition to configure as much as possible statically in upstream EdgeX. Additionally, in the registry-enabled flows, service location information changes from a state where it is encoded in relatively-immunitable configuration files, to a service that is currently configured without authentication/authorization nor integrity protection.
### Desired solution attributes
On the supposition that most of the EdgeX framework's value lies in the microservices themselves and their APIs, I would like to advocate for the following changes:
- That configuration information be externalized such that downstream consumers--such as blackbox-testing--can inject their own configuration (such as security/non-security, redis/mongo, consul/no-consul) independent of modifying the "source code."
- The Docker environment should behave more like the snap environment in that:
* There is a separate initialization phase to lay down configuration, preconfigure database schemas and users, and other basic setup.
* Reduce the amount of coordination required at runtime to ensure just-in-time execution of setup hooks.
* The runtime services configuration is managed separately from the setup configuration.
* Ensures that the base services are set up in a default-secure configuration.
| non_priority | edgex microservices are too tightly coupled to configuration background the edgex middleware strives to be flexible with regard to deployment scenarios such as deployment as standard os processes deployment into snaps deployment into oci container infrastructures such as docker docker swarm deployment using only static configuration consul less deployment with dynamic configuration registry support consul deployment with security services enabled vault consul deployment with mongodb database backend deployment with a redis database backend deployment on a variety of processor architectures in order to make developers lives easier certain of these configurations have been pre selected security services enabled on both and no security on both and mongodb and redis based versions of the above additionally certain adaptations have been made in the developer infrastructure to make it easy to bring up a functional stack each microservice includes a static toml configuration one for docker one for non docker that provides service location and service configuration information such as address and port numbers of dependent services database connection and authentication information other configuration data the static configuration is automatically mirrored one time into a consul configuration registry special processes that seed database schemas for edgex services and party components such as kong when security services are enabled the following additional bootstrapping services are performed seeding of a on device pki initialization and seeding of an on device secret store seeding of database passwords the above configuration is spread across the developer scripts repository as well as in configuration files and code inside of edgex go and other repositories problem statement specific problem the security enabled mongodb developer scripts and blackbox tests will not run properly because the docker configuration toml files have been changed to reference redis the toml configuration is inside of the containers while the database that is running is encoded in the docker compose script where it is easily changed however on a setting by setting basis environment variables can be used to override the toml for example databases primary type redisdb general problem configuration is too tightly coupled to microservices containers making it very difficult to test all the supported configurations it is also then difficult for downstream consumers of edgex to create custom configurations that better match their use cases the initialization overhead particularly to enable security features is becoming increasingly awkward because there is no docker compose install command this leads to a pre disposition to configure as much as possible statically in upstream edgex additionally in the registry enabled flows service location information changes from a state where it is encoded in relatively immunitable configuration files to a service that is currently configured without authentication authorization nor integrity protection desired solution attributes on the supposition that most of the edgex framework s value lies in the microservices themselves and their apis i would like to advocate for the following changes that configuration information be externalized such that downstream consumers such as blackbox testing can inject their own configuration such as security non security redis mongo consul no consul independent of modifying the source code the docker environment should behave more like the snap environment in that there is a separate initialization phase to lay down configuration preconfigure database schemas and users and other basic setup reduce the amount of coordination required at runtime to ensure just in time execution of setup hooks the runtime services configuration is managed separately from the setup configuration ensures that the base services are set up in a default secure configuration | 0 |
138,562 | 5,344,070,299 | IssuesEvent | 2017-02-17 13:29:17 | PFCal-dev/cmssw | https://api.github.com/repos/PFCal-dev/cmssw | opened | Implement dummy clustering chain | L1 Backend New Feature Priority 1 | * Define cluster objects
* Define a dummy chain of trigger primitive generation in the backend | 1.0 | Implement dummy clustering chain - * Define cluster objects
* Define a dummy chain of trigger primitive generation in the backend | priority | implement dummy clustering chain define cluster objects define a dummy chain of trigger primitive generation in the backend | 1 |
271,949 | 8,494,127,297 | IssuesEvent | 2018-10-28 18:39:00 | angular-buddies/angular-buddies | https://api.github.com/repos/angular-buddies/angular-buddies | opened | Create a 'format' architect custom builder | comp: prettier effort2: medium (days) priority: 2 (required) type: feature | ### Bug Report or Feature Request (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [x] feature request
```
### Package (mark with an `x`)
```
- [x] @angular-buddies/prettier
```
### Versions
@angular-buddies/prettier: v1.0.0-alpha.0
### Desired functionality
Add a new Angular Architect Custom Builder in order to replace the prettify script.
### Mention any other details that might be useful
See https://github.com/angular/angular-cli/tree/master/packages/angular_devkit/build_angular/src/tslint for some inspiration.
| 1.0 | Create a 'format' architect custom builder - ### Bug Report or Feature Request (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [x] feature request
```
### Package (mark with an `x`)
```
- [x] @angular-buddies/prettier
```
### Versions
@angular-buddies/prettier: v1.0.0-alpha.0
### Desired functionality
Add a new Angular Architect Custom Builder in order to replace the prettify script.
### Mention any other details that might be useful
See https://github.com/angular/angular-cli/tree/master/packages/angular_devkit/build_angular/src/tslint for some inspiration.
| priority | create a format architect custom builder bug report or feature request mark with an x bug report please search issues before submitting feature request package mark with an x angular buddies prettier versions angular buddies prettier alpha desired functionality add a new angular architect custom builder in order to replace the prettify script mention any other details that might be useful see for some inspiration | 1 |
43,934 | 9,525,222,764 | IssuesEvent | 2019-04-28 10:31:55 | diaspora/diaspora | https://api.github.com/repos/diaspora/diaspora | opened | PhantomJS isn't maintained anymore | code refactor needs spec | We use it to run our cucumber tests. It actually prints a lot of warning when running a test about CSP properties:
```
Unrecognized Content-Security-Policy directive 'form-action'.
Unrecognized Content-Security-Policy directive 'frame-ancestors'.
Unrecognized Content-Security-Policy directive 'manifest-src'.
Unrecognized Content-Security-Policy directive 'form-action'.
Unrecognized Content-Security-Policy directive 'frame-ancestors'.
Unrecognized Content-Security-Policy directive 'manifest-src'.
The source list for Content Security Policy directive 'script-src' contains an invalid source: ''nonce-rH0RfdTm7tFMtfDKdqEgnqWdv0NwDZMRaycP1PqBEB=''. It will be ignored.
```
Which makes noise. Those properties are valid but phantomjs engine is old and as it isn't maintained anymore there is no new version coming. We will need to replace it by something else at some point. | 1.0 | PhantomJS isn't maintained anymore - We use it to run our cucumber tests. It actually prints a lot of warning when running a test about CSP properties:
```
Unrecognized Content-Security-Policy directive 'form-action'.
Unrecognized Content-Security-Policy directive 'frame-ancestors'.
Unrecognized Content-Security-Policy directive 'manifest-src'.
Unrecognized Content-Security-Policy directive 'form-action'.
Unrecognized Content-Security-Policy directive 'frame-ancestors'.
Unrecognized Content-Security-Policy directive 'manifest-src'.
The source list for Content Security Policy directive 'script-src' contains an invalid source: ''nonce-rH0RfdTm7tFMtfDKdqEgnqWdv0NwDZMRaycP1PqBEB=''. It will be ignored.
```
Which makes noise. Those properties are valid but phantomjs engine is old and as it isn't maintained anymore there is no new version coming. We will need to replace it by something else at some point. | non_priority | phantomjs isn t maintained anymore we use it to run our cucumber tests it actually prints a lot of warning when running a test about csp properties unrecognized content security policy directive form action unrecognized content security policy directive frame ancestors unrecognized content security policy directive manifest src unrecognized content security policy directive form action unrecognized content security policy directive frame ancestors unrecognized content security policy directive manifest src the source list for content security policy directive script src contains an invalid source nonce it will be ignored which makes noise those properties are valid but phantomjs engine is old and as it isn t maintained anymore there is no new version coming we will need to replace it by something else at some point | 0 |
407,358 | 11,912,507,268 | IssuesEvent | 2020-03-31 10:23:08 | JEvents/JEvents | https://api.github.com/repos/JEvents/JEvents | closed | uikit: RSVP Tabs missing in event edit | Priority - High | The Attendance, Invitation and Email reminder tabs are missing in the Event Edit panel. The tabs are in the HTML but are display=none.
Note, RSVP has not been updated to uikit at this test and this may make a difference. I will update this issue once I update RSVP. | 1.0 | uikit: RSVP Tabs missing in event edit - The Attendance, Invitation and Email reminder tabs are missing in the Event Edit panel. The tabs are in the HTML but are display=none.
Note, RSVP has not been updated to uikit at this test and this may make a difference. I will update this issue once I update RSVP. | priority | uikit rsvp tabs missing in event edit the attendance invitation and email reminder tabs are missing in the event edit panel the tabs are in the html but are display none note rsvp has not been updated to uikit at this test and this may make a difference i will update this issue once i update rsvp | 1 |
218,544 | 16,996,301,533 | IssuesEvent | 2021-07-01 06:58:08 | PyTorchLightning/pytorch-lightning | https://api.github.com/repos/PyTorchLightning/pytorch-lightning | closed | resolve py3.8 testing | enhancement good first issue tests / CI | ## 🚀 Feature
cases:
- py3.8 Ubuntu minimal is falling for segmentation error when collecting tests -> find packages
- py3.8 Ubuntu latest has a hanging test -> find tests and skip it
### Motivation
restore testing for 3.8 skipped in #4943 | 1.0 | resolve py3.8 testing - ## 🚀 Feature
cases:
- py3.8 Ubuntu minimal is falling for segmentation error when collecting tests -> find packages
- py3.8 Ubuntu latest has a hanging test -> find tests and skip it
### Motivation
restore testing for 3.8 skipped in #4943 | non_priority | resolve testing 🚀 feature cases ubuntu minimal is falling for segmentation error when collecting tests find packages ubuntu latest has a hanging test find tests and skip it motivation restore testing for skipped in | 0 |
7,201 | 3,519,663,836 | IssuesEvent | 2016-01-12 17:40:48 | OpenUserJs/OpenUserJS.org | https://api.github.com/repos/OpenUserJs/OpenUserJS.org | closed | Support registration with Mozilla Persona | CODE feature wontfix | I tried to register myself with Persona but I received the message "Unauthorized" with the following error:
"NetworkError: 401 Unauthorized - https://openuserjs.org/auth/" | 1.0 | Support registration with Mozilla Persona - I tried to register myself with Persona but I received the message "Unauthorized" with the following error:
"NetworkError: 401 Unauthorized - https://openuserjs.org/auth/" | non_priority | support registration with mozilla persona i tried to register myself with persona but i received the message unauthorized with the following error networkerror unauthorized | 0 |
827,222 | 31,760,609,513 | IssuesEvent | 2023-09-12 04:40:48 | sannybuilder/dev | https://api.github.com/repos/sannybuilder/dev | opened | expand & syntax to allow constants in hex..end | priority:p3 type:nice-to-have scope:compiler | Currently & prefix can be used to enter decimal numbers in hex..end, e.g.
```
hex
&100
end
```
will produce a byte 64. Similarly we can define a constant and prefix the name:
```
const a = 100
hex
&a
end
```
it should not produce any collisions with existing code (today this code triggers error 0024) | 1.0 | expand & syntax to allow constants in hex..end - Currently & prefix can be used to enter decimal numbers in hex..end, e.g.
```
hex
&100
end
```
will produce a byte 64. Similarly we can define a constant and prefix the name:
```
const a = 100
hex
&a
end
```
it should not produce any collisions with existing code (today this code triggers error 0024) | priority | expand syntax to allow constants in hex end currently prefix can be used to enter decimal numbers in hex end e g hex end will produce a byte similarly we can define a constant and prefix the name const a hex a end it should not produce any collisions with existing code today this code triggers error | 1 |
254,582 | 8,075,484,668 | IssuesEvent | 2018-08-07 05:57:27 | cncf/devstats | https://api.github.com/repos/cncf/devstats | closed | Wrong categories in graph headers | bug priority/low | 1. Scroll down to "Contributor statistics dashboards"
2. Click on "Bot activity"
3. See header on the Bot Activity graph page:
```
PR velocity / Bot commands repository groups
```
That should say:
```
Contributor Activity / Bot commands repository groups
``` | 1.0 | Wrong categories in graph headers - 1. Scroll down to "Contributor statistics dashboards"
2. Click on "Bot activity"
3. See header on the Bot Activity graph page:
```
PR velocity / Bot commands repository groups
```
That should say:
```
Contributor Activity / Bot commands repository groups
``` | priority | wrong categories in graph headers scroll down to contributor statistics dashboards click on bot activity see header on the bot activity graph page pr velocity bot commands repository groups that should say contributor activity bot commands repository groups | 1 |
76,852 | 3,497,312,665 | IssuesEvent | 2016-01-06 00:15:27 | IQSS/dataverse | https://api.github.com/repos/IQSS/dataverse | opened | Dataverse: Edit General Info, cannot disable selected blocks by Use metadata fields from parent. | Component: UX & Upgrade Priority: Medium Status: Dev Type: Bug |
Related #1473
If in a sub dv you choose specific metadata blocks, then later decide to use parent blocks again, simply checking use parent and saving doesn't work, though it acts like it does: clears check boxes and saves but revisiting settings shows old values still there.
The way to deselect is to first deselect each selected block, save, then select use parent, save. Not obvious. | 1.0 | Dataverse: Edit General Info, cannot disable selected blocks by Use metadata fields from parent. -
Related #1473
If in a sub dv you choose specific metadata blocks, then later decide to use parent blocks again, simply checking use parent and saving doesn't work, though it acts like it does: clears check boxes and saves but revisiting settings shows old values still there.
The way to deselect is to first deselect each selected block, save, then select use parent, save. Not obvious. | priority | dataverse edit general info cannot disable selected blocks by use metadata fields from parent related if in a sub dv you choose specific metadata blocks then later decide to use parent blocks again simply checking use parent and saving doesn t work though it acts like it does clears check boxes and saves but revisiting settings shows old values still there the way to deselect is to first deselect each selected block save then select use parent save not obvious | 1 |
181,380 | 6,659,194,973 | IssuesEvent | 2017-10-01 07:47:40 | k0shk0sh/FastHub | https://api.github.com/repos/k0shk0sh/FastHub | closed | Organization-wide Projects | Priority: High Status: Completed Type: Feature Release | **FastHub Version: 4.3.0**
**Android Version: 8.0.0 (SDK: 26)**
**Device Information:**
- **Manufacturer:** Google
- **Model:** Pixel
---
I see that you added repo-level projects, which is awesome! However, my organizations use several organization-level projects to manage our workflow, and I don't believe I can get to that from within the app. For example, the URLs are `github.com/orgs/${org-name}/projects` instead of `github.com/${org-name}/${repo-name}/projects`. | 1.0 | Organization-wide Projects - **FastHub Version: 4.3.0**
**Android Version: 8.0.0 (SDK: 26)**
**Device Information:**
- **Manufacturer:** Google
- **Model:** Pixel
---
I see that you added repo-level projects, which is awesome! However, my organizations use several organization-level projects to manage our workflow, and I don't believe I can get to that from within the app. For example, the URLs are `github.com/orgs/${org-name}/projects` instead of `github.com/${org-name}/${repo-name}/projects`. | priority | organization wide projects fasthub version android version sdk device information manufacturer google model pixel i see that you added repo level projects which is awesome however my organizations use several organization level projects to manage our workflow and i don t believe i can get to that from within the app for example the urls are github com orgs org name projects instead of github com org name repo name projects | 1 |
162,636 | 25,569,064,863 | IssuesEvent | 2022-11-30 16:17:08 | NCIOCPL/cgov-digital-platform-acceptance-tests | https://api.github.com/repos/NCIOCPL/cgov-digital-platform-acceptance-tests | closed | Redesign: Side Nav | redesign | ## As a [role], I want [feature], so that [benefit]
> **ESTIMATE** TBD
### Acceptance Criteria
```gherkin
Feature: As a user, I want to be able to navigate to a different site sections using side navigation menu
Scenario: User is on section nav root page and is able to see all first level children
Given user is navigating to "/api-test/a/1"
Then the current page is "A.1"
And the following nav children are displayed
|A.1.1|
|A.1.2|
Scenario: User is on second level nav section and is able to see it's children pages and siblings, as well as parent section
Given user is navigating to "/api-test/a/1/1"
Then the current page is "A.1.1"
And the following nav children are displayed
|A.1.1.1|
And the following nav siblings are displayed
|A.1.2|
And 1 level up section is "A.1"
Scenario: User is on the third level nav section and is able to see it's children pages and siblings, as well as parent section
Given user is navigating to "/api-test/a/1/1/1"
Then the current page is "A.1.1.1"
And 1 level up section is "A.1.1"
And 2 level up section is "A.1"
And the following nav children are displayed
|A.1.1.1.1|
Scenario: User is on the fourth level nav section and is able to see it's children pages and siblings, as well as parent section
Given user is navigating to "/api-test/a/1/1/1/1"
Then the current page is "A.1.1.1.1"
And 1 level up section is "A.1.1.1"
And 2 level up section is "A.1.1"
And 3 level up section is "A.1"
And the following nav children are displayed
|A.1.1.1.1.1|
Scenario: User is on the fifth and last visible level nav section and is able to see its siblings, as well as parent section, but not the children
Given user is navigating to "/api-test/a/1/1/1/1/1"
Then the current page is "A.1.1.1.1.1"
And 1 level up section is "A.1.1.1.1"
And 2 level up section is "A.1.1.1"
And 3 level up section is "A.1.1"
And 4 level up section is "A.1"
And the children are not displayed
Scenario: User is on the sixth level nav section and is not able to see a current page in the side nav
Given user is navigating to "/api-test/a/1/1/1/1/1/1"
Then the current page is not displayed in the side nav
Scenario: Previously current page will hide all it's children when user switches to a sibling section
Given user is navigating to "/api-test/a/1/1/1"
Then the current page is "A.1.1.1"
When user clicks on "A.1.2" section
Then the current page is "A.1.2"
And the following nav siblings are displayed
|A.1.1|
And the "A.1.1.1" section is not displayed
Scenario: When a child is a section root, switching to it replaces the nav root
Given user is navigating to "/api-test/a/2"
Then the current page is "A.2"
And the following nav children are displayed
|A.2.1|
When user clicks on "A.2.1" section
Then the current page is "A.2.1"
And the following nav children are displayed
|A.2.1.1|
And the "A.2" section is not displayed
Scenario: User doesn't see a section that's marked as hide in nav, but when it is a nav root it's displayed
Given user is navigating to "/api-test/a/2"
Then the current page is "A.2"
And the following nav children are displayed
|A.2.1|
And the "A.2.2" section is not displayed
When user is navigating to "/api-test/a/2/2"
Then the current page is "A.2.2"
And the "A.2" section is not displayed
And the following nav children are displayed
|A.2.2.1|
Scenario: User doesn't see a section that's marked as hide in nav and is NOT a nav root
Given user is navigating to "/api-test/a/3"
Then the current page is "A.3"
And the following nav children are displayed
|A.3.2|
And the "A.3.1" section is not displayed
When user is navigating to "/api-test/a/3/1"
Then the current page is not displayed in the side nav
When user clicks on "A.3.2" section
Then the current page is "A.3.2"
And the following nav children are displayed
|A.3.2.1|
And the "A.3.1.1" section is not displayed
When user clicks on "A.3.2.1" section
Then the current page is "A.3.2.1"
And 1 level up section is "A.3.2"
And 2 level up section is "A.3"
When user is navigating to "/api-test/a/3/1/1"
Then the current page is not displayed in the side nav
And the "A.3.2.1" section is not displayed
Scenario: nav page with no landing will not show up (404)
Given user is navigating to "/api-test/b/1/1"
Then page title is "B.1.1 - Landing"
And side nav is not displayed
And status code is 404 on "/api-test/b/1"
When user is navigating to "/api-test/b/3/1"
Then page title is "B.3.1 - Landing"
And side nav is not displayed
And status code is 404 on "/api-test/b/3"
Scenario: nav page with unpublished landing will not show up (403)
Given user is navigating to "/api-test/b/4/1"
Then page title is "B.4.1 - Landing"
And side nav is not displayed
And status code is 403 on "/api-test/b/4"
When user is navigating to "/api-test/b/3/1"
```
### Resources:
* Feature: JIRA Ticket #
* Mockups: *Here goes a URL to or the name of the mockup(s) in inVision*
* Web Page: *Here goes a URL to an existing web page*
### Notes
*Some complementary notes if necessary:*
* > Here goes a quote from an email
* Here goes whatever useful information can exist…
---
## Solution
### Prerequisites
- *required dependency for identifying the problem, scope and then solution for this issue*
- [ ] Short Spike Description - Issue #9999
### Tasks
- [ ] Short Task Description - Issue #9999
- [ ] Short Task Description - Issue #9999
### Technical Notes
- More notes, or technical nuances/direction
| 1.0 | Redesign: Side Nav - ## As a [role], I want [feature], so that [benefit]
> **ESTIMATE** TBD
### Acceptance Criteria
```gherkin
Feature: As a user, I want to be able to navigate to a different site sections using side navigation menu
Scenario: User is on section nav root page and is able to see all first level children
Given user is navigating to "/api-test/a/1"
Then the current page is "A.1"
And the following nav children are displayed
|A.1.1|
|A.1.2|
Scenario: User is on second level nav section and is able to see it's children pages and siblings, as well as parent section
Given user is navigating to "/api-test/a/1/1"
Then the current page is "A.1.1"
And the following nav children are displayed
|A.1.1.1|
And the following nav siblings are displayed
|A.1.2|
And 1 level up section is "A.1"
Scenario: User is on the third level nav section and is able to see it's children pages and siblings, as well as parent section
Given user is navigating to "/api-test/a/1/1/1"
Then the current page is "A.1.1.1"
And 1 level up section is "A.1.1"
And 2 level up section is "A.1"
And the following nav children are displayed
|A.1.1.1.1|
Scenario: User is on the fourth level nav section and is able to see it's children pages and siblings, as well as parent section
Given user is navigating to "/api-test/a/1/1/1/1"
Then the current page is "A.1.1.1.1"
And 1 level up section is "A.1.1.1"
And 2 level up section is "A.1.1"
And 3 level up section is "A.1"
And the following nav children are displayed
|A.1.1.1.1.1|
Scenario: User is on the fifth and last visible level nav section and is able to see its siblings, as well as parent section, but not the children
Given user is navigating to "/api-test/a/1/1/1/1/1"
Then the current page is "A.1.1.1.1.1"
And 1 level up section is "A.1.1.1.1"
And 2 level up section is "A.1.1.1"
And 3 level up section is "A.1.1"
And 4 level up section is "A.1"
And the children are not displayed
Scenario: User is on the sixth level nav section and is not able to see a current page in the side nav
Given user is navigating to "/api-test/a/1/1/1/1/1/1"
Then the current page is not displayed in the side nav
Scenario: Previously current page will hide all it's children when user switches to a sibling section
Given user is navigating to "/api-test/a/1/1/1"
Then the current page is "A.1.1.1"
When user clicks on "A.1.2" section
Then the current page is "A.1.2"
And the following nav siblings are displayed
|A.1.1|
And the "A.1.1.1" section is not displayed
Scenario: When a child is a section root, switching to it replaces the nav root
Given user is navigating to "/api-test/a/2"
Then the current page is "A.2"
And the following nav children are displayed
|A.2.1|
When user clicks on "A.2.1" section
Then the current page is "A.2.1"
And the following nav children are displayed
|A.2.1.1|
And the "A.2" section is not displayed
Scenario: User doesn't see a section that's marked as hide in nav, but when it is a nav root it's displayed
Given user is navigating to "/api-test/a/2"
Then the current page is "A.2"
And the following nav children are displayed
|A.2.1|
And the "A.2.2" section is not displayed
When user is navigating to "/api-test/a/2/2"
Then the current page is "A.2.2"
And the "A.2" section is not displayed
And the following nav children are displayed
|A.2.2.1|
Scenario: User doesn't see a section that's marked as hide in nav and is NOT a nav root
Given user is navigating to "/api-test/a/3"
Then the current page is "A.3"
And the following nav children are displayed
|A.3.2|
And the "A.3.1" section is not displayed
When user is navigating to "/api-test/a/3/1"
Then the current page is not displayed in the side nav
When user clicks on "A.3.2" section
Then the current page is "A.3.2"
And the following nav children are displayed
|A.3.2.1|
And the "A.3.1.1" section is not displayed
When user clicks on "A.3.2.1" section
Then the current page is "A.3.2.1"
And 1 level up section is "A.3.2"
And 2 level up section is "A.3"
When user is navigating to "/api-test/a/3/1/1"
Then the current page is not displayed in the side nav
And the "A.3.2.1" section is not displayed
Scenario: nav page with no landing will not show up (404)
Given user is navigating to "/api-test/b/1/1"
Then page title is "B.1.1 - Landing"
And side nav is not displayed
And status code is 404 on "/api-test/b/1"
When user is navigating to "/api-test/b/3/1"
Then page title is "B.3.1 - Landing"
And side nav is not displayed
And status code is 404 on "/api-test/b/3"
Scenario: nav page with unpublished landing will not show up (403)
Given user is navigating to "/api-test/b/4/1"
Then page title is "B.4.1 - Landing"
And side nav is not displayed
And status code is 403 on "/api-test/b/4"
When user is navigating to "/api-test/b/3/1"
```
### Resources:
* Feature: JIRA Ticket #
* Mockups: *Here goes a URL to or the name of the mockup(s) in inVision*
* Web Page: *Here goes a URL to an existing web page*
### Notes
*Some complementary notes if necessary:*
* > Here goes a quote from an email
* Here goes whatever useful information can exist…
---
## Solution
### Prerequisites
- *required dependency for identifying the problem, scope and then solution for this issue*
- [ ] Short Spike Description - Issue #9999
### Tasks
- [ ] Short Task Description - Issue #9999
- [ ] Short Task Description - Issue #9999
### Technical Notes
- More notes, or technical nuances/direction
| non_priority | redesign side nav as a i want so that estimate tbd acceptance criteria gherkin feature as a user i want to be able to navigate to a different site sections using side navigation menu scenario user is on section nav root page and is able to see all first level children given user is navigating to api test a then the current page is a and the following nav children are displayed a a scenario user is on second level nav section and is able to see it s children pages and siblings as well as parent section given user is navigating to api test a then the current page is a and the following nav children are displayed a and the following nav siblings are displayed a and level up section is a scenario user is on the third level nav section and is able to see it s children pages and siblings as well as parent section given user is navigating to api test a then the current page is a and level up section is a and level up section is a and the following nav children are displayed a scenario user is on the fourth level nav section and is able to see it s children pages and siblings as well as parent section given user is navigating to api test a then the current page is a and level up section is a and level up section is a and level up section is a and the following nav children are displayed a scenario user is on the fifth and last visible level nav section and is able to see its siblings as well as parent section but not the children given user is navigating to api test a then the current page is a and level up section is a and level up section is a and level up section is a and level up section is a and the children are not displayed scenario user is on the sixth level nav section and is not able to see a current page in the side nav given user is navigating to api test a then the current page is not displayed in the side nav scenario previously current page will hide all it s children when user switches to a sibling section given user is navigating to api test a then the current page is a when user clicks on a section then the current page is a and the following nav siblings are displayed a and the a section is not displayed scenario when a child is a section root switching to it replaces the nav root given user is navigating to api test a then the current page is a and the following nav children are displayed a when user clicks on a section then the current page is a and the following nav children are displayed a and the a section is not displayed scenario user doesn t see a section that s marked as hide in nav but when it is a nav root it s displayed given user is navigating to api test a then the current page is a and the following nav children are displayed a and the a section is not displayed when user is navigating to api test a then the current page is a and the a section is not displayed and the following nav children are displayed a scenario user doesn t see a section that s marked as hide in nav and is not a nav root given user is navigating to api test a then the current page is a and the following nav children are displayed a and the a section is not displayed when user is navigating to api test a then the current page is not displayed in the side nav when user clicks on a section then the current page is a and the following nav children are displayed a and the a section is not displayed when user clicks on a section then the current page is a and level up section is a and level up section is a when user is navigating to api test a then the current page is not displayed in the side nav and the a section is not displayed scenario nav page with no landing will not show up given user is navigating to api test b then page title is b landing and side nav is not displayed and status code is on api test b when user is navigating to api test b then page title is b landing and side nav is not displayed and status code is on api test b scenario nav page with unpublished landing will not show up given user is navigating to api test b then page title is b landing and side nav is not displayed and status code is on api test b when user is navigating to api test b resources feature jira ticket mockups here goes a url to or the name of the mockup s in invision web page here goes a url to an existing web page notes some complementary notes if necessary here goes a quote from an email here goes whatever useful information can exist… solution prerequisites required dependency for identifying the problem scope and then solution for this issue short spike description issue tasks short task description issue short task description issue technical notes more notes or technical nuances direction | 0 |
320,797 | 27,458,213,453 | IssuesEvent | 2023-03-02 23:36:54 | where-fore/rogue-wotlk | https://api.github.com/repos/where-fore/rogue-wotlk | closed | Stacking Buffs | Testing Needed | - [x] Does Scroll of Agility and/or Strength stack with Mark of the Wild and/or Horn of Winter? **Nope!**
There are other buffs where stacking is in question. I do not have a list, and am open to suggestions and theories. | 1.0 | Stacking Buffs - - [x] Does Scroll of Agility and/or Strength stack with Mark of the Wild and/or Horn of Winter? **Nope!**
There are other buffs where stacking is in question. I do not have a list, and am open to suggestions and theories. | non_priority | stacking buffs does scroll of agility and or strength stack with mark of the wild and or horn of winter nope there are other buffs where stacking is in question i do not have a list and am open to suggestions and theories | 0 |
234,405 | 19,179,070,712 | IssuesEvent | 2021-12-04 03:56:34 | libreswan/libreswan | https://api.github.com/repos/libreswan/libreswan | opened | f35: setting the prompt is getting kvmsh out-of-sync | testing | Notice how the prompt match actually matced the PS=...# line
```
DEBUG w3.shell nic 55:17.08/1:17.07: exit code 'None'
DEBUG w3.shell nic 55:17.08/1:17.07: run exit status None
DEBUG w3.shell nic 55:17.08/1:17.07: run 'PS1="[$USER@$(hostname) \$(s=\$?;p=\${PWD##*/};echo \${p:-/} \${s#0})]# "' expecting prompt
DEBUG w3.shell nic 55:17.08/1:17.08: send <<b'PS1="[$USER@$(hostname) \\$(s=\\$?;p=\\${PWD##*/};echo \\${p:-/} \\${s#0})]# "\n'>>>
DEBUG w3.shell nic 55:17.08/1:17.08: read <<b'PS1="[$USER@$'>>>
DEBUG w3.shell nic 55:17.08/1:17.08: read <<b'(hostname) \\$(s=\\$'>>>
DEBUG w3.shell nic 55:17.08/1:17.08: read <<b'?;p=\\${PWD##*/};echo \\${p:-/} \\${s# \r'>>>
DEBUG w3.shell nic 55:17.08/1:17.08: match <re.Match object; span=(64, 67), match=b's# '> contains {'username': None, 'hostname': None, 'basename': None, 'status': None, 'dollar': b'#'}
``` | 1.0 | f35: setting the prompt is getting kvmsh out-of-sync - Notice how the prompt match actually matced the PS=...# line
```
DEBUG w3.shell nic 55:17.08/1:17.07: exit code 'None'
DEBUG w3.shell nic 55:17.08/1:17.07: run exit status None
DEBUG w3.shell nic 55:17.08/1:17.07: run 'PS1="[$USER@$(hostname) \$(s=\$?;p=\${PWD##*/};echo \${p:-/} \${s#0})]# "' expecting prompt
DEBUG w3.shell nic 55:17.08/1:17.08: send <<b'PS1="[$USER@$(hostname) \\$(s=\\$?;p=\\${PWD##*/};echo \\${p:-/} \\${s#0})]# "\n'>>>
DEBUG w3.shell nic 55:17.08/1:17.08: read <<b'PS1="[$USER@$'>>>
DEBUG w3.shell nic 55:17.08/1:17.08: read <<b'(hostname) \\$(s=\\$'>>>
DEBUG w3.shell nic 55:17.08/1:17.08: read <<b'?;p=\\${PWD##*/};echo \\${p:-/} \\${s# \r'>>>
DEBUG w3.shell nic 55:17.08/1:17.08: match <re.Match object; span=(64, 67), match=b's# '> contains {'username': None, 'hostname': None, 'basename': None, 'status': None, 'dollar': b'#'}
``` | non_priority | setting the prompt is getting kvmsh out of sync notice how the prompt match actually matced the ps line debug shell nic exit code none debug shell nic run exit status none debug shell nic run expecting prompt debug shell nic send debug shell nic read debug shell nic read debug shell nic read debug shell nic match contains username none hostname none basename none status none dollar b | 0 |
310,308 | 9,488,375,678 | IssuesEvent | 2019-04-22 19:23:58 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | opened | [search] Elasticsearch indexes should be created with an alias | enhancement priority: high | In order to support features like mapping updates & index swapping all cores should be created with an alias.
The naming schema will be:
- for the alias `{siteName}-{postfix}`
- for the actual index `{siteName}-{postfix}_vX` | 1.0 | [search] Elasticsearch indexes should be created with an alias - In order to support features like mapping updates & index swapping all cores should be created with an alias.
The naming schema will be:
- for the alias `{siteName}-{postfix}`
- for the actual index `{siteName}-{postfix}_vX` | priority | elasticsearch indexes should be created with an alias in order to support features like mapping updates index swapping all cores should be created with an alias the naming schema will be for the alias sitename postfix for the actual index sitename postfix vx | 1 |
72,979 | 31,814,967,893 | IssuesEvent | 2023-09-13 19:43:16 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Azure Communications Email, Blocked and Bounced feature | triaged assigned-to-author doc-enhancement Pri2 azure-communication-services/svc | Hello,
In the linked page, in the 'Key Features' section, in the 'Engagement Tracking' bullet, it is stated that tracking is able to report Bounced and Blocked emails.
However, in other documentation pages e.g. https://learn.microsoft.com/en-us/azure/event-grid/communication-services-email-events it is stated that the only results engagement report yields is 'opened' and 'clicked'.
What is true here?
Is Bounced and Blocked a planned feature for the future, perhaps?
If yes, when is it estimated to be complete? (Is it possible to forward the request to the related team to know more specifically?)
If not, is there another piece of documentation we have missed?
We have started implementing our email service with Azure Communication Services, based on the key features of this page, given that Bounced and Blocked detection is an important feature to our case.
In any case, if these features are not available right now, please update the page with a footnote reflecting that.
Thanasis Papoutsidakis
Software Developer, Programize LLC
On account of Topicx Customer Experience Systems Ltd.
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: 7023f045-0289-f92d-36bc-51b0f68746e1
* Version Independent ID: c9b3c153-ca27-a812-89cd-340a93df0d81
* Content: [Email as service overview in Azure Communication Services - An Azure Communication Services concept document](https://learn.microsoft.com/en-us/azure/communication-services/concepts/email/email-overview)
* Content Source: [articles/communication-services/concepts/email/email-overview.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/communication-services/concepts/email/email-overview.md)
* Service: **azure-communication-services**
* GitHub Login: @bashan-git
* Microsoft Alias: **bashan** | 1.0 | Azure Communications Email, Blocked and Bounced feature - Hello,
In the linked page, in the 'Key Features' section, in the 'Engagement Tracking' bullet, it is stated that tracking is able to report Bounced and Blocked emails.
However, in other documentation pages e.g. https://learn.microsoft.com/en-us/azure/event-grid/communication-services-email-events it is stated that the only results engagement report yields is 'opened' and 'clicked'.
What is true here?
Is Bounced and Blocked a planned feature for the future, perhaps?
If yes, when is it estimated to be complete? (Is it possible to forward the request to the related team to know more specifically?)
If not, is there another piece of documentation we have missed?
We have started implementing our email service with Azure Communication Services, based on the key features of this page, given that Bounced and Blocked detection is an important feature to our case.
In any case, if these features are not available right now, please update the page with a footnote reflecting that.
Thanasis Papoutsidakis
Software Developer, Programize LLC
On account of Topicx Customer Experience Systems Ltd.
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: 7023f045-0289-f92d-36bc-51b0f68746e1
* Version Independent ID: c9b3c153-ca27-a812-89cd-340a93df0d81
* Content: [Email as service overview in Azure Communication Services - An Azure Communication Services concept document](https://learn.microsoft.com/en-us/azure/communication-services/concepts/email/email-overview)
* Content Source: [articles/communication-services/concepts/email/email-overview.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/communication-services/concepts/email/email-overview.md)
* Service: **azure-communication-services**
* GitHub Login: @bashan-git
* Microsoft Alias: **bashan** | non_priority | azure communications email blocked and bounced feature hello in the linked page in the key features section in the engagement tracking bullet it is stated that tracking is able to report bounced and blocked emails however in other documentation pages e g it is stated that the only results engagement report yields is opened and clicked what is true here is bounced and blocked a planned feature for the future perhaps if yes when is it estimated to be complete is it possible to forward the request to the related team to know more specifically if not is there another piece of documentation we have missed we have started implementing our email service with azure communication services based on the key features of this page given that bounced and blocked detection is an important feature to our case in any case if these features are not available right now please update the page with a footnote reflecting that thanasis papoutsidakis software developer programize llc on account of topicx customer experience systems ltd document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service azure communication services github login bashan git microsoft alias bashan | 0 |
99,160 | 11,133,948,805 | IssuesEvent | 2019-12-20 10:32:18 | arcticicestudio/nord-docs | https://api.github.com/repos/arcticicestudio/nord-docs | closed | Transition: Nord highlight.js | context-documentation context-workflow scope-maintainability scope-quality scope-ux target-highlightjs | <p align="center"><img src="https://user-images.githubusercontent.com/7836623/48676311-39475300-eb65-11e8-9654-16c24c1c9a94.png" width="12%"/></p>
> Associated epics: #133
This issue documents the transition of the documentations, assets and visualizations of [Nord highlight.js][s] to _Nord Docs_. It serves as bridge between the tasks that must be solved for _Nord highlight.js_ repository and the resulting tasks for Nord Docs.
➜ Please see the corresponding issue https://github.com/arcticicestudio/nord-highlightjs/issues/13 for all details.
### Tasks
- [ ] Transfer and improve old Nord highlight.js assets.
- [ ] Implement landing and doc page for Nord highlight.js.
- [ ] Transfer Nord highlight.js documentations in polished format.
[s]: https://github.com/arcticicestudio/nord-highlightjs | 1.0 | Transition: Nord highlight.js - <p align="center"><img src="https://user-images.githubusercontent.com/7836623/48676311-39475300-eb65-11e8-9654-16c24c1c9a94.png" width="12%"/></p>
> Associated epics: #133
This issue documents the transition of the documentations, assets and visualizations of [Nord highlight.js][s] to _Nord Docs_. It serves as bridge between the tasks that must be solved for _Nord highlight.js_ repository and the resulting tasks for Nord Docs.
➜ Please see the corresponding issue https://github.com/arcticicestudio/nord-highlightjs/issues/13 for all details.
### Tasks
- [ ] Transfer and improve old Nord highlight.js assets.
- [ ] Implement landing and doc page for Nord highlight.js.
- [ ] Transfer Nord highlight.js documentations in polished format.
[s]: https://github.com/arcticicestudio/nord-highlightjs | non_priority | transition nord highlight js associated epics this issue documents the transition of the documentations assets and visualizations of to nord docs it serves as bridge between the tasks that must be solved for nord highlight js repository and the resulting tasks for nord docs ➜ please see the corresponding issue for all details tasks transfer and improve old nord highlight js assets implement landing and doc page for nord highlight js transfer nord highlight js documentations in polished format | 0 |
249,893 | 26,996,010,729 | IssuesEvent | 2023-02-10 01:07:44 | turkdevops/cloudflare-docs | https://api.github.com/repos/turkdevops/cloudflare-docs | opened | CVE-2023-25166 (Medium) detected in formula-3.0.0.tgz | security vulnerability | ## CVE-2023-25166 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>formula-3.0.0.tgz</b></p></summary>
<p>Math and string formula parser.</p>
<p>Library home page: <a href="https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz">https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz</a></p>
<p>Path to dependency file: /developers.cloudflare.com/package.json</p>
<p>Path to vulnerable library: /developers.cloudflare.com/node_modules/@sideway/formula/package.json</p>
<p>
Dependency Hierarchy:
- gatsby-2.32.13.tgz (Root Library)
- joi-17.4.2.tgz
- :x: **formula-3.0.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/turkdevops/cloudflare-docs/commit/f1c9ead1e2609dabf4405027c10277cf927c67a8">f1c9ead1e2609dabf4405027c10277cf927c67a8</a></p>
<p>Found in base branch: <b>production</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>
formula is a math and string formula parser. In versions prior to 3.0.1 crafted user-provided strings to formula's parser might lead to polynomial execution time and a denial of service. Users should upgrade to 3.0.1+. There are no known workarounds for this vulnerability.
<p>Publish Date: 2023-02-08
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-25166>CVE-2023-25166</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: None
- User Interaction: Required
- 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://www.cve.org/CVERecord?id=CVE-2023-25166">https://www.cve.org/CVERecord?id=CVE-2023-25166</a></p>
<p>Release Date: 2023-02-08</p>
<p>Fix Resolution: @sideway/formula - 3.0.1</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-2023-25166 (Medium) detected in formula-3.0.0.tgz - ## CVE-2023-25166 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>formula-3.0.0.tgz</b></p></summary>
<p>Math and string formula parser.</p>
<p>Library home page: <a href="https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz">https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz</a></p>
<p>Path to dependency file: /developers.cloudflare.com/package.json</p>
<p>Path to vulnerable library: /developers.cloudflare.com/node_modules/@sideway/formula/package.json</p>
<p>
Dependency Hierarchy:
- gatsby-2.32.13.tgz (Root Library)
- joi-17.4.2.tgz
- :x: **formula-3.0.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/turkdevops/cloudflare-docs/commit/f1c9ead1e2609dabf4405027c10277cf927c67a8">f1c9ead1e2609dabf4405027c10277cf927c67a8</a></p>
<p>Found in base branch: <b>production</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>
formula is a math and string formula parser. In versions prior to 3.0.1 crafted user-provided strings to formula's parser might lead to polynomial execution time and a denial of service. Users should upgrade to 3.0.1+. There are no known workarounds for this vulnerability.
<p>Publish Date: 2023-02-08
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-25166>CVE-2023-25166</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: None
- User Interaction: Required
- 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://www.cve.org/CVERecord?id=CVE-2023-25166">https://www.cve.org/CVERecord?id=CVE-2023-25166</a></p>
<p>Release Date: 2023-02-08</p>
<p>Fix Resolution: @sideway/formula - 3.0.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in formula tgz cve medium severity vulnerability vulnerable library formula tgz math and string formula parser library home page a href path to dependency file developers cloudflare com package json path to vulnerable library developers cloudflare com node modules sideway formula package json dependency hierarchy gatsby tgz root library joi tgz x formula tgz vulnerable library found in head commit a href found in base branch production vulnerability details formula is a math and string formula parser in versions prior to crafted user provided strings to formula s parser might lead to polynomial execution time and a denial of service users should upgrade to there are no known workarounds for this vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required 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 sideway formula step up your open source security game with mend | 0 |
452,597 | 13,056,497,931 | IssuesEvent | 2020-07-30 04:55:29 | magento/magento2 | https://api.github.com/repos/magento/magento2 | closed | Multiple order issue Paypal | Component: Paypal Fixed in 2.4.x Issue: Clear Description Issue: Confirmed Issue: Format is valid Issue: Ready for Work Priority: P1 Progress: ready for dev Reproduced on 2.4.x Severity: S1 Triage: Done | <!---
Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines
Fields marked with (*) are required. Please don't remove the template.
-->
### Preconditions (*)
<!---
Provide the exact Magento version (example: 2.4.0) and any important information on the environment where bug is reproducible.
-->
1. Magento 2.4
2. configure Paypal method with authorizing setting
Can be related to [28916](https://github.com/magento/magento2/issues/28916)
### Steps to reproduce (*)
<!---
Important: Provide a set of clear steps to reproduce this bug. We can not provide support without clear instructions on how to reproduce.
-->
- Add Product in Cart
- Go to the checkout page
- Place an order with PayPal Express
- It will redirect to paypal/express/review/ page
- Place order
- Redirecting to Success pae
- Now go back to PayPal/express/review/ page (Alt + <-)
- Now Click on Place Order button
- It will display "PayPal Express Checkout Token does not exist." error but Order Placed successfully wit

### Expected result (*)
<!--- Tell us what do you expect to happen. -->
1. One order with one quote
### Actual result (*)
<!--- Tell us what happened instead. Include error messages and issues. -->
1. multiple order with same quote
---
Please provide [Severity](https://devdocs.magento.com/guides/v2.3/contributor-guide/contributing.html#backlog) assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- [ ] Severity: **S0** _- Affects critical data or functionality and leaves users without workaround._
- [ ] Severity: **S1** _- Affects critical data or functionality and forces users to employ a workaround._
- [x] Severity: **S2** _- Affects non-critical data or functionality and forces users to employ a workaround._
- [ ] Severity: **S3** _- Affects non-critical data or functionality and does not force users to employ a workaround._
- [ ] Severity: **S4** _- Affects aesthetics, professional look and feel, “quality” or “usability”._
| 1.0 | Multiple order issue Paypal - <!---
Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines
Fields marked with (*) are required. Please don't remove the template.
-->
### Preconditions (*)
<!---
Provide the exact Magento version (example: 2.4.0) and any important information on the environment where bug is reproducible.
-->
1. Magento 2.4
2. configure Paypal method with authorizing setting
Can be related to [28916](https://github.com/magento/magento2/issues/28916)
### Steps to reproduce (*)
<!---
Important: Provide a set of clear steps to reproduce this bug. We can not provide support without clear instructions on how to reproduce.
-->
- Add Product in Cart
- Go to the checkout page
- Place an order with PayPal Express
- It will redirect to paypal/express/review/ page
- Place order
- Redirecting to Success pae
- Now go back to PayPal/express/review/ page (Alt + <-)
- Now Click on Place Order button
- It will display "PayPal Express Checkout Token does not exist." error but Order Placed successfully wit

### Expected result (*)
<!--- Tell us what do you expect to happen. -->
1. One order with one quote
### Actual result (*)
<!--- Tell us what happened instead. Include error messages and issues. -->
1. multiple order with same quote
---
Please provide [Severity](https://devdocs.magento.com/guides/v2.3/contributor-guide/contributing.html#backlog) assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- [ ] Severity: **S0** _- Affects critical data or functionality and leaves users without workaround._
- [ ] Severity: **S1** _- Affects critical data or functionality and forces users to employ a workaround._
- [x] Severity: **S2** _- Affects non-critical data or functionality and forces users to employ a workaround._
- [ ] Severity: **S3** _- Affects non-critical data or functionality and does not force users to employ a workaround._
- [ ] Severity: **S4** _- Affects aesthetics, professional look and feel, “quality” or “usability”._
| priority | multiple order issue paypal please review our guidelines before adding a new issue fields marked with are required please don t remove the template preconditions provide the exact magento version example and any important information on the environment where bug is reproducible magento configure paypal method with authorizing setting can be related to steps to reproduce important provide a set of clear steps to reproduce this bug we can not provide support without clear instructions on how to reproduce add product in cart go to the checkout page place an order with paypal express it will redirect to paypal express review page place order redirecting to success pae now go back to paypal express review page alt now click on place order button it will display paypal express checkout token does not exist error but order placed successfully wit expected result one order with one quote actual result multiple order with same quote please provide assessment for the issue as reporter this information will help during confirmation and issue triage processes severity affects critical data or functionality and leaves users without workaround severity affects critical data or functionality and forces users to employ a workaround severity affects non critical data or functionality and forces users to employ a workaround severity affects non critical data or functionality and does not force users to employ a workaround severity affects aesthetics professional look and feel “quality” or “usability” | 1 |
2,237 | 3,737,088,462 | IssuesEvent | 2016-03-08 18:02:47 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Remove X509Certificates workaround after updating packages | packaging System.Security | After we update to package version 23908 or later we need to remove the project reference workaround I added to address lack of support for netstandard1.3.
See https://github.com/dotnet/corefx/pull/6717 & https://github.com/dotnet/corefx/pull/6713.
I added a workaround to System.Net.Http.WinHttpHandler, System.Net.Security, and System.Net.WebSockets.Client. All of these assemblies were targeting NETStandard1.3 and using X509Certificates.
I had to replace the package reference with a project reference to the reference assembly temporarily because the assembly was missing from the package. I temporarily added dependencies on other crypto contracts (required to make package validation see a full closure). Once we update packages, replace these with a single reference to the X509Certificates package and remove the project reference from the csprojs. | True | Remove X509Certificates workaround after updating packages - After we update to package version 23908 or later we need to remove the project reference workaround I added to address lack of support for netstandard1.3.
See https://github.com/dotnet/corefx/pull/6717 & https://github.com/dotnet/corefx/pull/6713.
I added a workaround to System.Net.Http.WinHttpHandler, System.Net.Security, and System.Net.WebSockets.Client. All of these assemblies were targeting NETStandard1.3 and using X509Certificates.
I had to replace the package reference with a project reference to the reference assembly temporarily because the assembly was missing from the package. I temporarily added dependencies on other crypto contracts (required to make package validation see a full closure). Once we update packages, replace these with a single reference to the X509Certificates package and remove the project reference from the csprojs. | non_priority | remove workaround after updating packages after we update to package version or later we need to remove the project reference workaround i added to address lack of support for see i added a workaround to system net http winhttphandler system net security and system net websockets client all of these assemblies were targeting and using i had to replace the package reference with a project reference to the reference assembly temporarily because the assembly was missing from the package i temporarily added dependencies on other crypto contracts required to make package validation see a full closure once we update packages replace these with a single reference to the package and remove the project reference from the csprojs | 0 |
15,867 | 20,036,245,689 | IssuesEvent | 2022-02-02 12:13:33 | googlefonts/noto-fonts | https://api.github.com/repos/googlefonts/noto-fonts | closed | Too many files in directories | Noto-Process-Issue | There are really too many files in the directory of fonts (notably the hinted and unhinted ones, possibly as well for some staged versions)
I really suggest using one directory by font family, or by ISO 15924 script code (like "Latn" for the base fonts, "Zsym" for symbols, "Szye" for emojis), and put in them all related font variants (bold, italic, various weights, cursive/unjoined).
This would limit the number of directories to less than 300 instead of having more than 1800 files (in hinted fonts) that are hard to find and nearly one half fonts hidden to users.
And this would allow working on fonts having common properties, related to the script they support.
----
Note that Noto font names are not always consistant, some of them using abbreviations, some of them using spaces between words, some not: why don't you use the "Unicode Alias" (as displayed in the ISO 15924 RA site and defined in Unicode), just replacing the underscore separator by a space, so that these names (except Latin which is ommited) are directly predictable from Unicode properties, and just trying to prefix "Noto Sans" or "Noto Serif" before these names, without having to constantly check the long list of Noto fonts to define the CSS stylesheets ?
Also I suggest that ALL fonts include in their internal list of names a short synonym/alias based on the 4-letter ISO 15924 script code like "Noto Sans ISOLatn", "Noto Sans ISOCyrl", "Noto Sans ISOHans", "Noto Sans ISOArab", ISO Sans ISOAran", ...
* For CJK fonts, the ISO15924 codes to use should be: Hans, Hant, Jpan, Kore (rather than "CJK CN/TW/JP/KR"); the "Jpan" font containing also Hiragana and Katakana, the "Kore" font containing also Hangul and Jamos, the "Hans" and Hant" possibly both containing Bopomofo (or only one in "Hanb" ?); but you may want to separate "Hrkt" and "Bpmf". The "Hani" code would not be used. A new ISO 15924 code ("Hanv") could be requested for Vietnamese Chu Nôm if it must differ significantly from "Hant" (my opinion is that those differences are small, and could be handled in the "Hant" font as language variant).
* For the two variants of Arabic, the ISO 15924 code is Arab for the simpler Western style (joining horizontally), Aran for the Eastern/Persian/Urdu/Nastaliq style (joining diagonally, so that it's much more complex to design for positioning/styling and managing more kinds of junctions).
* For Latin, the "Latf" and "Latg" codes could be used in font names for these wellknown style variants,
* Another ISO 15924 code ("Latj" ?) should be requested for the Latin cursive/joining style (and in my opinion, for Latin, we should request to Unicode the allocation of an explicit "cursive joiner" character like the one that exists in Unicode for Arabic (it could be used as well for Devanagari and all other LTR scripts, the cursive joiner defined for Arabic could be used for any other RTL script if they need it for their own cursive style : it would be convenient to allow better presentation of joining scripts with justified text, where a renderer cannot simply increase the gap between letters without inserting visible joiner glyphs; however the joiner glyphs must be mapped in fonts and there's currently no simple way to do that cleanly like we can do that for Arabic). If there's a joiner glyph defined in the font, its default metric should be the average width of one letter in the script (so this is a visible character, and by default in non-cursive styles, it should be a stroke on the default baseline, not above it, not below it; in cursive styles, the stroke will be adapted to the joining location of letters on both sides and the font will remap some glyph variants for various heights, the renderer will then insert as many glyphs as needed to fil lthe gap; this glyph can also be implicitly divided by the renderer in three parts (left/central/right) to compose what is needed. OpenType however could allow defining metrics for each letters so that they indicate which part on the left or right is a joiner to the next letter, so that this part can be replaced, or these lateral subglyphs could be references to a joining type; the renderer will then compute the matrix of joining types to infer the accurate joiner to use between them, while rendering only the central part of the glyph. the other parts being drawn by the rules on joining types (exactly like for Arabic)
| 1.0 | Too many files in directories - There are really too many files in the directory of fonts (notably the hinted and unhinted ones, possibly as well for some staged versions)
I really suggest using one directory by font family, or by ISO 15924 script code (like "Latn" for the base fonts, "Zsym" for symbols, "Szye" for emojis), and put in them all related font variants (bold, italic, various weights, cursive/unjoined).
This would limit the number of directories to less than 300 instead of having more than 1800 files (in hinted fonts) that are hard to find and nearly one half fonts hidden to users.
And this would allow working on fonts having common properties, related to the script they support.
----
Note that Noto font names are not always consistant, some of them using abbreviations, some of them using spaces between words, some not: why don't you use the "Unicode Alias" (as displayed in the ISO 15924 RA site and defined in Unicode), just replacing the underscore separator by a space, so that these names (except Latin which is ommited) are directly predictable from Unicode properties, and just trying to prefix "Noto Sans" or "Noto Serif" before these names, without having to constantly check the long list of Noto fonts to define the CSS stylesheets ?
Also I suggest that ALL fonts include in their internal list of names a short synonym/alias based on the 4-letter ISO 15924 script code like "Noto Sans ISOLatn", "Noto Sans ISOCyrl", "Noto Sans ISOHans", "Noto Sans ISOArab", ISO Sans ISOAran", ...
* For CJK fonts, the ISO15924 codes to use should be: Hans, Hant, Jpan, Kore (rather than "CJK CN/TW/JP/KR"); the "Jpan" font containing also Hiragana and Katakana, the "Kore" font containing also Hangul and Jamos, the "Hans" and Hant" possibly both containing Bopomofo (or only one in "Hanb" ?); but you may want to separate "Hrkt" and "Bpmf". The "Hani" code would not be used. A new ISO 15924 code ("Hanv") could be requested for Vietnamese Chu Nôm if it must differ significantly from "Hant" (my opinion is that those differences are small, and could be handled in the "Hant" font as language variant).
* For the two variants of Arabic, the ISO 15924 code is Arab for the simpler Western style (joining horizontally), Aran for the Eastern/Persian/Urdu/Nastaliq style (joining diagonally, so that it's much more complex to design for positioning/styling and managing more kinds of junctions).
* For Latin, the "Latf" and "Latg" codes could be used in font names for these wellknown style variants,
* Another ISO 15924 code ("Latj" ?) should be requested for the Latin cursive/joining style (and in my opinion, for Latin, we should request to Unicode the allocation of an explicit "cursive joiner" character like the one that exists in Unicode for Arabic (it could be used as well for Devanagari and all other LTR scripts, the cursive joiner defined for Arabic could be used for any other RTL script if they need it for their own cursive style : it would be convenient to allow better presentation of joining scripts with justified text, where a renderer cannot simply increase the gap between letters without inserting visible joiner glyphs; however the joiner glyphs must be mapped in fonts and there's currently no simple way to do that cleanly like we can do that for Arabic). If there's a joiner glyph defined in the font, its default metric should be the average width of one letter in the script (so this is a visible character, and by default in non-cursive styles, it should be a stroke on the default baseline, not above it, not below it; in cursive styles, the stroke will be adapted to the joining location of letters on both sides and the font will remap some glyph variants for various heights, the renderer will then insert as many glyphs as needed to fil lthe gap; this glyph can also be implicitly divided by the renderer in three parts (left/central/right) to compose what is needed. OpenType however could allow defining metrics for each letters so that they indicate which part on the left or right is a joiner to the next letter, so that this part can be replaced, or these lateral subglyphs could be references to a joining type; the renderer will then compute the matrix of joining types to infer the accurate joiner to use between them, while rendering only the central part of the glyph. the other parts being drawn by the rules on joining types (exactly like for Arabic)
| non_priority | too many files in directories there are really too many files in the directory of fonts notably the hinted and unhinted ones possibly as well for some staged versions i really suggest using one directory by font family or by iso script code like latn for the base fonts zsym for symbols szye for emojis and put in them all related font variants bold italic various weights cursive unjoined this would limit the number of directories to less than instead of having more than files in hinted fonts that are hard to find and nearly one half fonts hidden to users and this would allow working on fonts having common properties related to the script they support note that noto font names are not always consistant some of them using abbreviations some of them using spaces between words some not why don t you use the unicode alias as displayed in the iso ra site and defined in unicode just replacing the underscore separator by a space so that these names except latin which is ommited are directly predictable from unicode properties and just trying to prefix noto sans or noto serif before these names without having to constantly check the long list of noto fonts to define the css stylesheets also i suggest that all fonts include in their internal list of names a short synonym alias based on the letter iso script code like noto sans isolatn noto sans isocyrl noto sans isohans noto sans isoarab iso sans isoaran for cjk fonts the codes to use should be hans hant jpan kore rather than cjk cn tw jp kr the jpan font containing also hiragana and katakana the kore font containing also hangul and jamos the hans and hant possibly both containing bopomofo or only one in hanb but you may want to separate hrkt and bpmf the hani code would not be used a new iso code hanv could be requested for vietnamese chu nôm if it must differ significantly from hant my opinion is that those differences are small and could be handled in the hant font as language variant for the two variants of arabic the iso code is arab for the simpler western style joining horizontally aran for the eastern persian urdu nastaliq style joining diagonally so that it s much more complex to design for positioning styling and managing more kinds of junctions for latin the latf and latg codes could be used in font names for these wellknown style variants another iso code latj should be requested for the latin cursive joining style and in my opinion for latin we should request to unicode the allocation of an explicit cursive joiner character like the one that exists in unicode for arabic it could be used as well for devanagari and all other ltr scripts the cursive joiner defined for arabic could be used for any other rtl script if they need it for their own cursive style it would be convenient to allow better presentation of joining scripts with justified text where a renderer cannot simply increase the gap between letters without inserting visible joiner glyphs however the joiner glyphs must be mapped in fonts and there s currently no simple way to do that cleanly like we can do that for arabic if there s a joiner glyph defined in the font its default metric should be the average width of one letter in the script so this is a visible character and by default in non cursive styles it should be a stroke on the default baseline not above it not below it in cursive styles the stroke will be adapted to the joining location of letters on both sides and the font will remap some glyph variants for various heights the renderer will then insert as many glyphs as needed to fil lthe gap this glyph can also be implicitly divided by the renderer in three parts left central right to compose what is needed opentype however could allow defining metrics for each letters so that they indicate which part on the left or right is a joiner to the next letter so that this part can be replaced or these lateral subglyphs could be references to a joining type the renderer will then compute the matrix of joining types to infer the accurate joiner to use between them while rendering only the central part of the glyph the other parts being drawn by the rules on joining types exactly like for arabic | 0 |
98,860 | 30,202,669,726 | IssuesEvent | 2023-07-05 07:17:07 | trimble-oss/modus-web-components | https://api.github.com/repos/trimble-oss/modus-web-components | closed | Modus NavBar - Include Add icon | external-request team-e-builder team-angry-nerds modus-approved contribution | ### Prerequisites
- [X] I have [searched](https://github.com/trimble-oss/modus-web-components/issues?q=is%3Aissue) for duplicate or closed feature requests
- [X] I have read the [contributing guidelines](https://github.com/trimble-oss/modus-web-components/blob/main/CONTRIBUTING.md)
### Proposal
Include the Add icon in the NavBar component.

It is e-Builder's intent to work on this request.
### Motivation and context
This would be leveraged to provide quick add functionality. This would enable our clients to always have access to our quick add feature in a convenient location.
### Which npm package?
@trimble-oss/modus-web-components
### Priority
Medium
### What is the product name the feature is requested for?
e-Builder
### What is the team name the product belongs to?
e-Builder
### What is the division name the team belongs to?
e-Builder | 1.0 | Modus NavBar - Include Add icon - ### Prerequisites
- [X] I have [searched](https://github.com/trimble-oss/modus-web-components/issues?q=is%3Aissue) for duplicate or closed feature requests
- [X] I have read the [contributing guidelines](https://github.com/trimble-oss/modus-web-components/blob/main/CONTRIBUTING.md)
### Proposal
Include the Add icon in the NavBar component.

It is e-Builder's intent to work on this request.
### Motivation and context
This would be leveraged to provide quick add functionality. This would enable our clients to always have access to our quick add feature in a convenient location.
### Which npm package?
@trimble-oss/modus-web-components
### Priority
Medium
### What is the product name the feature is requested for?
e-Builder
### What is the team name the product belongs to?
e-Builder
### What is the division name the team belongs to?
e-Builder | non_priority | modus navbar include add icon prerequisites i have for duplicate or closed feature requests i have read the proposal include the add icon in the navbar component it is e builder s intent to work on this request motivation and context this would be leveraged to provide quick add functionality this would enable our clients to always have access to our quick add feature in a convenient location which npm package trimble oss modus web components priority medium what is the product name the feature is requested for e builder what is the team name the product belongs to e builder what is the division name the team belongs to e builder | 0 |
45,037 | 9,667,253,858 | IssuesEvent | 2019-05-21 12:51:25 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Support implicit joins for inverse one-to-one relationships | C: Code Generation C: Functionality E: All Editions P: Medium T: Enhancement | SQL doesn't support `one-to-one` (or `many-to-many`) relationships, only `to-one` and `to-many` relationships. If `A -> B` is a `to-one` relationship, then `B -> A` is a `to-many` relationship.
The current implementation of implicit joins only supports code generation for `to-one` relationships. But when the foreign key has a `unique` constraint, then we can effectively treat the inverse of the `to-one` relationship as a `to-one` relationship as well.
For example:
```sql
CREATE TABLE a (
x INT NOT NULL PRIMARY KEY
);
CREATE TABLE b (
x INT UNIQUE REFERENCES a
);
```
In this schema, `B -> A` is trivially a to-one relationship, but because of the `UNIQUE` constraint on `B(X)`, `A -> B` becomes a to-one relationship as well, *effectively*.
So, in jOOQ, we should be able to write:
```java
// Possible in jOOQ 3.11
ctx.select(B.a().X).from(B).fetch();
// Should be possible as well
ctx.select(A.b().X).from(A).fetch();
``` | 1.0 | Support implicit joins for inverse one-to-one relationships - SQL doesn't support `one-to-one` (or `many-to-many`) relationships, only `to-one` and `to-many` relationships. If `A -> B` is a `to-one` relationship, then `B -> A` is a `to-many` relationship.
The current implementation of implicit joins only supports code generation for `to-one` relationships. But when the foreign key has a `unique` constraint, then we can effectively treat the inverse of the `to-one` relationship as a `to-one` relationship as well.
For example:
```sql
CREATE TABLE a (
x INT NOT NULL PRIMARY KEY
);
CREATE TABLE b (
x INT UNIQUE REFERENCES a
);
```
In this schema, `B -> A` is trivially a to-one relationship, but because of the `UNIQUE` constraint on `B(X)`, `A -> B` becomes a to-one relationship as well, *effectively*.
So, in jOOQ, we should be able to write:
```java
// Possible in jOOQ 3.11
ctx.select(B.a().X).from(B).fetch();
// Should be possible as well
ctx.select(A.b().X).from(A).fetch();
``` | non_priority | support implicit joins for inverse one to one relationships sql doesn t support one to one or many to many relationships only to one and to many relationships if a b is a to one relationship then b a is a to many relationship the current implementation of implicit joins only supports code generation for to one relationships but when the foreign key has a unique constraint then we can effectively treat the inverse of the to one relationship as a to one relationship as well for example sql create table a x int not null primary key create table b x int unique references a in this schema b a is trivially a to one relationship but because of the unique constraint on b x a b becomes a to one relationship as well effectively so in jooq we should be able to write java possible in jooq ctx select b a x from b fetch should be possible as well ctx select a b x from a fetch | 0 |
173,148 | 6,520,938,593 | IssuesEvent | 2017-08-28 18:33:07 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | pfsso: Logging is in default location (/var/log/messages) | Priority: High Type: Bug | We should be handling it and sending it to the packetfence.log instead | 1.0 | pfsso: Logging is in default location (/var/log/messages) - We should be handling it and sending it to the packetfence.log instead | priority | pfsso logging is in default location var log messages we should be handling it and sending it to the packetfence log instead | 1 |
472,005 | 13,614,525,834 | IssuesEvent | 2020-09-23 13:22:03 | magento/adobe-stock-integration | https://api.github.com/repos/magento/adobe-stock-integration | closed | Error when saving image from stock that does not have Category | Priority: P3 Progress: PR created Severity: S3 | ### Steps to reproduce (*)
1. Open Adobe Stock Panel from Media Gallery
2. Search for "Distant deer in a misty forest"
4. In the search results find an image with category "None"
5. Save Preview

### Expected result (*)
Image is saved successfully, no errors appear
### Actual result (*)
Image is saved but an error appears "An error occurred during adobe stock asset save."
Error in the exception log:
```
report.CRITICAL: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`main`.`adobe_stock_asset`, CONSTRAINT `ADOBE_STOCK_ASSET_CATEGORY_ID_ADOBE_STOCK_CATEGORY_ID` FOREIGN KEY (`category_id`) REFERENCES `adobe_stock_category` (`id`) ON DELETE SET NULL), query was: INSERT INTO `adobe_stock_asset` (`id`,`media_gallery_id`,`category_id`,`creator_id`,`is_licensed`,`creation_date`) VALUES (?, ?, ?, ?, ?, ?) ON DUPLICATE KEY UPDATE `id` = VALUES(`id`), `media_gallery_id` = VALUES(`media_gallery_id`), `category_id` = VALUES(`category_id`), `creator_id` = VALUES(`creator_id`), `is_licensed` = VALUES(`is_licensed`), `creation_date` = VALUES(`creation_date`) {"exception":"[object] (Zend_Db_Statement_Exception(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`main`.`adobe_stock_asset`, CONSTRAINT `ADOBE_STOCK_ASSET_CATEGORY_ID_ADOBE_STOCK_CATEGORY_ID` FOREIGN KEY (`category_id`) REFERENCES `adobe_stock_category` (`id`) ON DELETE SET NULL), query was: INSERT INTO `adobe_stock_asset` (`id`,`media_gallery_id`,`category_id`,`creator_id`,`is_licensed`,`creation_date`) VALUES (?, ?, ?, ?, ?, ?) ON DUPLICATE KEY UPDATE `id` = VALUES(`id`), `media_gallery_id` = VALUES(`media_gallery_id`), `category_id` = VALUES(`category_id`), `creator_id` = VALUES(`creator_id`), `is_licensed` = VALUES(`is_licensed`), `creation_date` = VALUES(`creation_date`) at /app/vendor/magento/framework/DB/Statement/Pdo/Mysql.php:110, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`main`.`adobe_stock_asset`, CONSTRAINT `ADOBE_STOCK_ASSET_CATEGORY_ID_ADOBE_STOCK_CATEGORY_ID` FOREIGN KEY (`category_id`) REFERENCES `adobe_stock_category` (`id`) ON DELETE SET NULL) at /app/vendor/magento/framework/DB/Statement/Pdo/Mysql.php:91)"} []
```
### Proposed solution (backward compatible)
In case Category is empty - we should load/create "None" category and use it for the asset | 1.0 | Error when saving image from stock that does not have Category - ### Steps to reproduce (*)
1. Open Adobe Stock Panel from Media Gallery
2. Search for "Distant deer in a misty forest"
4. In the search results find an image with category "None"
5. Save Preview

### Expected result (*)
Image is saved successfully, no errors appear
### Actual result (*)
Image is saved but an error appears "An error occurred during adobe stock asset save."
Error in the exception log:
```
report.CRITICAL: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`main`.`adobe_stock_asset`, CONSTRAINT `ADOBE_STOCK_ASSET_CATEGORY_ID_ADOBE_STOCK_CATEGORY_ID` FOREIGN KEY (`category_id`) REFERENCES `adobe_stock_category` (`id`) ON DELETE SET NULL), query was: INSERT INTO `adobe_stock_asset` (`id`,`media_gallery_id`,`category_id`,`creator_id`,`is_licensed`,`creation_date`) VALUES (?, ?, ?, ?, ?, ?) ON DUPLICATE KEY UPDATE `id` = VALUES(`id`), `media_gallery_id` = VALUES(`media_gallery_id`), `category_id` = VALUES(`category_id`), `creator_id` = VALUES(`creator_id`), `is_licensed` = VALUES(`is_licensed`), `creation_date` = VALUES(`creation_date`) {"exception":"[object] (Zend_Db_Statement_Exception(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`main`.`adobe_stock_asset`, CONSTRAINT `ADOBE_STOCK_ASSET_CATEGORY_ID_ADOBE_STOCK_CATEGORY_ID` FOREIGN KEY (`category_id`) REFERENCES `adobe_stock_category` (`id`) ON DELETE SET NULL), query was: INSERT INTO `adobe_stock_asset` (`id`,`media_gallery_id`,`category_id`,`creator_id`,`is_licensed`,`creation_date`) VALUES (?, ?, ?, ?, ?, ?) ON DUPLICATE KEY UPDATE `id` = VALUES(`id`), `media_gallery_id` = VALUES(`media_gallery_id`), `category_id` = VALUES(`category_id`), `creator_id` = VALUES(`creator_id`), `is_licensed` = VALUES(`is_licensed`), `creation_date` = VALUES(`creation_date`) at /app/vendor/magento/framework/DB/Statement/Pdo/Mysql.php:110, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`main`.`adobe_stock_asset`, CONSTRAINT `ADOBE_STOCK_ASSET_CATEGORY_ID_ADOBE_STOCK_CATEGORY_ID` FOREIGN KEY (`category_id`) REFERENCES `adobe_stock_category` (`id`) ON DELETE SET NULL) at /app/vendor/magento/framework/DB/Statement/Pdo/Mysql.php:91)"} []
```
### Proposed solution (backward compatible)
In case Category is empty - we should load/create "None" category and use it for the asset | priority | error when saving image from stock that does not have category steps to reproduce open adobe stock panel from media gallery search for distant deer in a misty forest in the search results find an image with category none save preview expected result image is saved successfully no errors appear actual result image is saved but an error appears an error occurred during adobe stock asset save error in the exception log report critical sqlstate integrity constraint violation cannot add or update a child row a foreign key constraint fails main adobe stock asset constraint adobe stock asset category id adobe stock category id foreign key category id references adobe stock category id on delete set null query was insert into adobe stock asset id media gallery id category id creator id is licensed creation date values on duplicate key update id values id media gallery id values media gallery id category id values category id creator id values creator id is licensed values is licensed creation date values creation date exception zend db statement exception code sqlstate integrity constraint violation cannot add or update a child row a foreign key constraint fails main adobe stock asset constraint adobe stock asset category id adobe stock category id foreign key category id references adobe stock category id on delete set null query was insert into adobe stock asset id media gallery id category id creator id is licensed creation date values on duplicate key update id values id media gallery id values media gallery id category id values category id creator id values creator id is licensed values is licensed creation date values creation date at app vendor magento framework db statement pdo mysql php pdoexception code sqlstate integrity constraint violation cannot add or update a child row a foreign key constraint fails main adobe stock asset constraint adobe stock asset category id adobe stock category id foreign key category id references adobe stock category id on delete set null at app vendor magento framework db statement pdo mysql php proposed solution backward compatible in case category is empty we should load create none category and use it for the asset | 1 |
38,334 | 8,455,059,655 | IssuesEvent | 2018-10-21 11:12:25 | intellij-rust/intellij-rust | https://api.github.com/repos/intellij-rust/intellij-rust | closed | Automatically add closing parenthesis on meta tags | code insight improvement | Hello :)
Currently when typing a meta tag (e.g. `#[derive(Debug)]`), upon typing `#[` IntelliJ will automatically add a closing bracket to make the text into `#[^]`(where I'm using `^` to denote the cursor position. However, if you continue on to type `#[derive(^]` then IntelliJ does _not_ add a closing parenthesis, where the expected behavior (to me) would be to automatically add the closing parenthesis (as in, `#[derive(^)]`.
I'd be willing to take a stab at fixing this if somebody could point me to where bracket completions happen. Or if it's more work than it's worth to walk me through it that's fine too.
I left the environment section in just in case I'm accidentally running on old version or something and this is actually fixed already :)
## Environment
* **Intellij-Rust plugin version:** 0.2.0.2100-181
* **Rust toolchain version:** stable-x86_64-apple-darwin
* **IDE name and version:**
IntelliJ IDEA 2018.1.6 (Ultimate Edition)
Build #IU-181.5540.7, built on July 11, 2018
* **Operating system:** macOS 10.13.5 | 1.0 | Automatically add closing parenthesis on meta tags - Hello :)
Currently when typing a meta tag (e.g. `#[derive(Debug)]`), upon typing `#[` IntelliJ will automatically add a closing bracket to make the text into `#[^]`(where I'm using `^` to denote the cursor position. However, if you continue on to type `#[derive(^]` then IntelliJ does _not_ add a closing parenthesis, where the expected behavior (to me) would be to automatically add the closing parenthesis (as in, `#[derive(^)]`.
I'd be willing to take a stab at fixing this if somebody could point me to where bracket completions happen. Or if it's more work than it's worth to walk me through it that's fine too.
I left the environment section in just in case I'm accidentally running on old version or something and this is actually fixed already :)
## Environment
* **Intellij-Rust plugin version:** 0.2.0.2100-181
* **Rust toolchain version:** stable-x86_64-apple-darwin
* **IDE name and version:**
IntelliJ IDEA 2018.1.6 (Ultimate Edition)
Build #IU-181.5540.7, built on July 11, 2018
* **Operating system:** macOS 10.13.5 | non_priority | automatically add closing parenthesis on meta tags hello currently when typing a meta tag e g upon typing where i m using to denote the cursor position however if you continue on to type then intellij does not add a closing parenthesis where the expected behavior to me would be to automatically add the closing parenthesis as in i d be willing to take a stab at fixing this if somebody could point me to where bracket completions happen or if it s more work than it s worth to walk me through it that s fine too i left the environment section in just in case i m accidentally running on old version or something and this is actually fixed already environment intellij rust plugin version rust toolchain version stable apple darwin ide name and version intellij idea ultimate edition build iu built on july operating system macos | 0 |
536,371 | 15,708,030,965 | IssuesEvent | 2021-03-26 19:50:49 | clsid2/mpc-hc | https://api.github.com/repos/clsid2/mpc-hc | reopened | Subtitles doesn't load by URL via /sub command-line arg | PatchRequired enhancement low priority wontfix | i.e. `mpc-hc.exe video-url /dub audio-url /sub subs-url`
subtitles stream doesn't load at all, tried with VTT from youtube and SSA from crunchyroll | 1.0 | Subtitles doesn't load by URL via /sub command-line arg - i.e. `mpc-hc.exe video-url /dub audio-url /sub subs-url`
subtitles stream doesn't load at all, tried with VTT from youtube and SSA from crunchyroll | priority | subtitles doesn t load by url via sub command line arg i e mpc hc exe video url dub audio url sub subs url subtitles stream doesn t load at all tried with vtt from youtube and ssa from crunchyroll | 1 |
10,015 | 2,618,930,752 | IssuesEvent | 2015-03-03 00:00:12 | chrsmith/open-ig | https://api.github.com/repos/chrsmith/open-ig | closed | Észrevételek a játékkal kapcsolatban | auto-migrated Balance Milestone-0.95.200 Missions Priority-Medium Type-Defect | ```
Game version: 0.95.116
Operating System: Windows 7 x86
Installed using the Launcher? yes
Game language hu
Hello!
Nem tudom, hogy jó helyre írom az észrevételeimet, de gondoltam teszek egy
próbát. Nemrég találtam meg az oldaladat és nagyon megtettszett, hogy
újra játtszahtok az IG1 -el, és dosbox-ozás nélkül futtathatom win7-en
is. Azonban normál szinten futtatva is sokkal nehezebb szerintem, mint az
eredeti változatban. Az alábbi pontokaban leírtam az észrevtéleimet a
játékkal kapcsolatban:
1. A thorin zászlóshajó kísérete küldetéskor a Garthogok 10 vadásszal
és két rombolóval támadnak rám, amivel ebben a még kezdeti időszakban
igen nehéz volt leszámolni, ezenkívül a thorin az élete szinte csak
minimumon volt.
2. Azonos méretű ellenséges flottával kerültem szemben más küldetés
alkalmával is, ami szerintem szintén túl erős.
3. Csata közben mozgatáskor és támadáskor külön egyesével klikkelni
kell a mozgatás és támadás gombokra, ami ha jól emlékszem eredetileg nem
szükséges bal klikkel mennie kéne. (vagy rosszul emlékszem?)
4. Ez vonatkozik a földi harcok esetére is.
5. Csata közben és a csillagtérképen sem enged zoomolni csak minimálisan.
6. a csillagtérképen és a kolóniákon csak a minimap segítségével tudok
nézetet váltani (az eredetiben nem emlékszem már rá pontosan hogy is volt)
7. Mire eljutottam oda, hogy neki támadjak (2427 dec.) egy Garthog bolygónak
igencsak nagy meglepetés ért, hiszen 3 űrállomással 4 2-es szintű
löveggel és bolygópajzsal kerültem szembe, ami az adott szinten elérhető
legjobb fejlesztésekkel felszerelt maxra húzott flottával is igen kétséges
kimetelű lehet. Néztem végigjáttszás videót eredetiről és abban a
Garthogok nem voltak ennyire legyőzhetetlenek. Bolgyóbajzs nem is volt és
katonai űrállomás sem.
Egyelőre ennyi észrevételem van a játékkal kapcsolatban, ami szerintem
isszonyat király és nagyon nagy ötlet volt ez a felújítás is!! :)
További sok sikert a fejlesztésekhez!!! Én addig igyekszem nyomonkövetni az
események alakulását :) És egy teljesen új hassonló stílusú vagy
teljesen erre épülő 3. rész mindeképpen remek lenne.
Üdv.
```
Original issue reported on code.google.com by `sailorsh...@gmail.com` on 25 Nov 2012 at 6:26 | 1.0 | Észrevételek a játékkal kapcsolatban - ```
Game version: 0.95.116
Operating System: Windows 7 x86
Installed using the Launcher? yes
Game language hu
Hello!
Nem tudom, hogy jó helyre írom az észrevételeimet, de gondoltam teszek egy
próbát. Nemrég találtam meg az oldaladat és nagyon megtettszett, hogy
újra játtszahtok az IG1 -el, és dosbox-ozás nélkül futtathatom win7-en
is. Azonban normál szinten futtatva is sokkal nehezebb szerintem, mint az
eredeti változatban. Az alábbi pontokaban leírtam az észrevtéleimet a
játékkal kapcsolatban:
1. A thorin zászlóshajó kísérete küldetéskor a Garthogok 10 vadásszal
és két rombolóval támadnak rám, amivel ebben a még kezdeti időszakban
igen nehéz volt leszámolni, ezenkívül a thorin az élete szinte csak
minimumon volt.
2. Azonos méretű ellenséges flottával kerültem szemben más küldetés
alkalmával is, ami szerintem szintén túl erős.
3. Csata közben mozgatáskor és támadáskor külön egyesével klikkelni
kell a mozgatás és támadás gombokra, ami ha jól emlékszem eredetileg nem
szükséges bal klikkel mennie kéne. (vagy rosszul emlékszem?)
4. Ez vonatkozik a földi harcok esetére is.
5. Csata közben és a csillagtérképen sem enged zoomolni csak minimálisan.
6. a csillagtérképen és a kolóniákon csak a minimap segítségével tudok
nézetet váltani (az eredetiben nem emlékszem már rá pontosan hogy is volt)
7. Mire eljutottam oda, hogy neki támadjak (2427 dec.) egy Garthog bolygónak
igencsak nagy meglepetés ért, hiszen 3 űrállomással 4 2-es szintű
löveggel és bolygópajzsal kerültem szembe, ami az adott szinten elérhető
legjobb fejlesztésekkel felszerelt maxra húzott flottával is igen kétséges
kimetelű lehet. Néztem végigjáttszás videót eredetiről és abban a
Garthogok nem voltak ennyire legyőzhetetlenek. Bolgyóbajzs nem is volt és
katonai űrállomás sem.
Egyelőre ennyi észrevételem van a játékkal kapcsolatban, ami szerintem
isszonyat király és nagyon nagy ötlet volt ez a felújítás is!! :)
További sok sikert a fejlesztésekhez!!! Én addig igyekszem nyomonkövetni az
események alakulását :) És egy teljesen új hassonló stílusú vagy
teljesen erre épülő 3. rész mindeképpen remek lenne.
Üdv.
```
Original issue reported on code.google.com by `sailorsh...@gmail.com` on 25 Nov 2012 at 6:26 | non_priority | észrevételek a játékkal kapcsolatban game version operating system windows installed using the launcher yes game language hu hello nem tudom hogy jó helyre írom az észrevételeimet de gondoltam teszek egy próbát nemrég találtam meg az oldaladat és nagyon megtettszett hogy újra játtszahtok az el és dosbox ozás nélkül futtathatom en is azonban normál szinten futtatva is sokkal nehezebb szerintem mint az eredeti változatban az alábbi pontokaban leírtam az észrevtéleimet a játékkal kapcsolatban a thorin zászlóshajó kísérete küldetéskor a garthogok vadásszal és két rombolóval támadnak rám amivel ebben a még kezdeti időszakban igen nehéz volt leszámolni ezenkívül a thorin az élete szinte csak minimumon volt azonos méretű ellenséges flottával kerültem szemben más küldetés alkalmával is ami szerintem szintén túl erős csata közben mozgatáskor és támadáskor külön egyesével klikkelni kell a mozgatás és támadás gombokra ami ha jól emlékszem eredetileg nem szükséges bal klikkel mennie kéne vagy rosszul emlékszem ez vonatkozik a földi harcok esetére is csata közben és a csillagtérképen sem enged zoomolni csak minimálisan a csillagtérképen és a kolóniákon csak a minimap segítségével tudok nézetet váltani az eredetiben nem emlékszem már rá pontosan hogy is volt mire eljutottam oda hogy neki támadjak dec egy garthog bolygónak igencsak nagy meglepetés ért hiszen űrállomással es szintű löveggel és bolygópajzsal kerültem szembe ami az adott szinten elérhető legjobb fejlesztésekkel felszerelt maxra húzott flottával is igen kétséges kimetelű lehet néztem végigjáttszás videót eredetiről és abban a garthogok nem voltak ennyire legyőzhetetlenek bolgyóbajzs nem is volt és katonai űrállomás sem egyelőre ennyi észrevételem van a játékkal kapcsolatban ami szerintem isszonyat király és nagyon nagy ötlet volt ez a felújítás is további sok sikert a fejlesztésekhez én addig igyekszem nyomonkövetni az események alakulását és egy teljesen új hassonló stílusú vagy teljesen erre épülő rész mindeképpen remek lenne üdv original issue reported on code google com by sailorsh gmail com on nov at | 0 |
562,936 | 16,673,038,573 | IssuesEvent | 2021-06-07 13:16:41 | Materials-Consortia/optimade-python-tools | https://api.github.com/repos/Materials-Consortia/optimade-python-tools | closed | mongomock $size queries match all non-array fields for {$size: 1}, even nulls | priority/low transformer/MongoDB | In ~MongoDB~ mongomock, the query `{<field>: {"$size": 1}}` seems to match all documents, even if the field is missing. We should add a check for field existence too.
We can temporarily patch our queries until mongomock is fixed (I have submitted a PR, release cycle is slow-ish), or we can disable certain test for mongomock. | 1.0 | mongomock $size queries match all non-array fields for {$size: 1}, even nulls - In ~MongoDB~ mongomock, the query `{<field>: {"$size": 1}}` seems to match all documents, even if the field is missing. We should add a check for field existence too.
We can temporarily patch our queries until mongomock is fixed (I have submitted a PR, release cycle is slow-ish), or we can disable certain test for mongomock. | priority | mongomock size queries match all non array fields for size even nulls in mongodb mongomock the query size seems to match all documents even if the field is missing we should add a check for field existence too we can temporarily patch our queries until mongomock is fixed i have submitted a pr release cycle is slow ish or we can disable certain test for mongomock | 1 |
408,014 | 27,641,485,754 | IssuesEvent | 2023-03-10 18:27:48 | pharmaverse/admiral | https://api.github.com/repos/pharmaverse/admiral | opened | General Issue: Loading Spinner for Vignettes | documentation general issue | ### Background Information
Vignettes can take a long time to load. We should have a spinner that shows the screen is still loading. I have seen and used these in shiny apps - unsure if they work with packagedown.
@galachad any ideas?
### Definition of Done
Implement Spinner on Vignettes for letting users know page is still loading. | 1.0 | General Issue: Loading Spinner for Vignettes - ### Background Information
Vignettes can take a long time to load. We should have a spinner that shows the screen is still loading. I have seen and used these in shiny apps - unsure if they work with packagedown.
@galachad any ideas?
### Definition of Done
Implement Spinner on Vignettes for letting users know page is still loading. | non_priority | general issue loading spinner for vignettes background information vignettes can take a long time to load we should have a spinner that shows the screen is still loading i have seen and used these in shiny apps unsure if they work with packagedown galachad any ideas definition of done implement spinner on vignettes for letting users know page is still loading | 0 |
515,113 | 14,950,939,871 | IssuesEvent | 2021-01-26 13:47:07 | tellor-io/telliot | https://api.github.com/repos/tellor-io/telliot | closed | some small bugs in the new cli replacement | priority: .high type: bug | this file is not used anymore, but it is important for the input parsing to verify when addresses are valid.
https://github.com/tellor-io/telliot/blob/master/cmd/telliot/argTypes.go
Config path shouldn't be required and use the default when not provided
https://github.com/tellor-io/telliot/blob/master/cmd/telliot/cmds.go#L409 | 1.0 | some small bugs in the new cli replacement - this file is not used anymore, but it is important for the input parsing to verify when addresses are valid.
https://github.com/tellor-io/telliot/blob/master/cmd/telliot/argTypes.go
Config path shouldn't be required and use the default when not provided
https://github.com/tellor-io/telliot/blob/master/cmd/telliot/cmds.go#L409 | priority | some small bugs in the new cli replacement this file is not used anymore but it is important for the input parsing to verify when addresses are valid config path shouldn t be required and use the default when not provided | 1 |
95,765 | 12,036,937,598 | IssuesEvent | 2020-04-13 20:47:09 | microsoft/TypeScript | https://api.github.com/repos/microsoft/TypeScript | closed | miss-match in handling implicit vs explicit types in function argument of a class type with a member function that never returns | Design Limitation | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ
Please fill in the *entire* template below.
-->
<!--
Please try to reproduce the issue with the latest published version. It may have already been fixed.
For npm: `typescript@next`
This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly
-->
**TypeScript Version:** 3.8.3
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
never type narrowing
**Code**
```typescript
class SomeClass {
throw(): never {
throw 'never';
}
}
function foo(fn: (arg: SomeClass) => void) {
fn(new SomeClass());
}
// Fails with "Type 'undefined' is not assignable to type 'number'."
foo((ctx) => {
let a: number | undefined = undefined;
if (!a) {
ctx.throw();
}
const b: number = a;
b;
});
// Compiles
foo((ctx: SomeClass) => {
let a: number | undefined = undefined;
if (!a) {
ctx.throw();
}
const b: number = a;
b;
});
```
**Expected behavior:**
The code understands that `ctx.throw()` has `never` return type and properly detects unreachable code and performs type narrowing.
**Actual behavior:**
Unless the ctx argument is explicitly type annotated with `SomeClass`, the build fails to take into account that `ctx.throw()` never returns. In the above example I have shown this with a failure to type narrow but the same is true if you put any code under `ctx.throw()`. The compiler does not realize it is unreachable code.
The following compiles with no errors about unreachable code even tho `ctx.throw()` has a `never` return type.
```typescript
foo((ctx) => {
ctx.throw();
const a = 4;
a;
});
```
**Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior -->
https://www.typescriptlang.org/play/index.html?ssl=21&ssc=1&pln=31&pc=4#code/MYGwhgzhAEDKD2BbApgYXFaBvAUNf0ALgBYBO8A7gBQCUAXNAHbIBuyp2eB3J5F0AcmZtSAgNxd8AXxwycAMwCujYIQCW8RtHnx4VeYwZUwpAOYMEKdJAg1oAXgB80FvDUATO7m4GqzfpZoGBC0NBJyAPQR0ABiYGogMBRqJNAARAAqAJ4ADsiCyu7I8mrM7gLQajCM8ITQNmqmjGAARiD5hPBEuflCiogt7AIAdGkKulRUqgAedk6c3O11YAyM-YMcAD7QhcWlyO4OO4xFJWUS3Gry0FQAhGBektzQM8O8lLQXBHLcwJoQdRaq3W7COYC++Ba4TCOBwUWgqCQOQSyAg4z0U0I0wsSCCNjmzm8BCW9WBA1B212ZwORyp+3cEMq1zuDwWz3wr3e1Bh3B+BD+jAB0CBTBBHHs9UZUNkMKAA
**Related Issues:** <!-- Did you find other bugs that looked similar? -->
* https://github.com/microsoft/TypeScript/issues/36753
| 1.0 | miss-match in handling implicit vs explicit types in function argument of a class type with a member function that never returns - <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ
Please fill in the *entire* template below.
-->
<!--
Please try to reproduce the issue with the latest published version. It may have already been fixed.
For npm: `typescript@next`
This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly
-->
**TypeScript Version:** 3.8.3
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
never type narrowing
**Code**
```typescript
class SomeClass {
throw(): never {
throw 'never';
}
}
function foo(fn: (arg: SomeClass) => void) {
fn(new SomeClass());
}
// Fails with "Type 'undefined' is not assignable to type 'number'."
foo((ctx) => {
let a: number | undefined = undefined;
if (!a) {
ctx.throw();
}
const b: number = a;
b;
});
// Compiles
foo((ctx: SomeClass) => {
let a: number | undefined = undefined;
if (!a) {
ctx.throw();
}
const b: number = a;
b;
});
```
**Expected behavior:**
The code understands that `ctx.throw()` has `never` return type and properly detects unreachable code and performs type narrowing.
**Actual behavior:**
Unless the ctx argument is explicitly type annotated with `SomeClass`, the build fails to take into account that `ctx.throw()` never returns. In the above example I have shown this with a failure to type narrow but the same is true if you put any code under `ctx.throw()`. The compiler does not realize it is unreachable code.
The following compiles with no errors about unreachable code even tho `ctx.throw()` has a `never` return type.
```typescript
foo((ctx) => {
ctx.throw();
const a = 4;
a;
});
```
**Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior -->
https://www.typescriptlang.org/play/index.html?ssl=21&ssc=1&pln=31&pc=4#code/MYGwhgzhAEDKD2BbApgYXFaBvAUNf0ALgBYBO8A7gBQCUAXNAHbIBuyp2eB3J5F0AcmZtSAgNxd8AXxwycAMwCujYIQCW8RtHnx4VeYwZUwpAOYMEKdJAg1oAXgB80FvDUATO7m4GqzfpZoGBC0NBJyAPQR0ABiYGogMBRqJNAARAAqAJ4ADsiCyu7I8mrM7gLQajCM8ITQNmqmjGAARiD5hPBEuflCiogt7AIAdGkKulRUqgAedk6c3O11YAyM-YMcAD7QhcWlyO4OO4xFJWUS3Gry0FQAhGBektzQM8O8lLQXBHLcwJoQdRaq3W7COYC++Ba4TCOBwUWgqCQOQSyAg4z0U0I0wsSCCNjmzm8BCW9WBA1B212ZwORyp+3cEMq1zuDwWz3wr3e1Bh3B+BD+jAB0CBTBBHHs9UZUNkMKAA
**Related Issues:** <!-- Did you find other bugs that looked similar? -->
* https://github.com/microsoft/TypeScript/issues/36753
| non_priority | miss match in handling implicit vs explicit types in function argument of a class type with a member function that never returns 🚨 stop 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 half of all issues filed here are duplicates answered in the faq or not appropriate for the bug tracker even if you think you ve found a bug please read the faq first especially the common bugs that aren t bugs section please help us by doing the following steps before logging an issue search read the faq please fill in the entire template below please try to reproduce the issue with the latest published version it may have already been fixed for npm typescript next this is also the nightly version in the playground typescript version search terms never type narrowing code typescript class someclass throw never throw never function foo fn arg someclass void fn new someclass fails with type undefined is not assignable to type number foo ctx let a number undefined undefined if a ctx throw const b number a b compiles foo ctx someclass let a number undefined undefined if a ctx throw const b number a b expected behavior the code understands that ctx throw has never return type and properly detects unreachable code and performs type narrowing actual behavior unless the ctx argument is explicitly type annotated with someclass the build fails to take into account that ctx throw never returns in the above example i have shown this with a failure to type narrow but the same is true if you put any code under ctx throw the compiler does not realize it is unreachable code the following compiles with no errors about unreachable code even tho ctx throw has a never return type typescript foo ctx ctx throw const a a playground link related issues | 0 |
186,859 | 14,422,178,769 | IssuesEvent | 2020-12-05 01:44:39 | vgstation-coders/vgstation13 | https://api.github.com/repos/vgstation-coders/vgstation13 | closed | Player Backed Up Live, Cloner Record Ckey Incorrect | Bug / Fix Needs Moar Testing T-Thanks BYOND | A clown was backed up at the cloner, but it noted his ckey incorrectly (baka_1984 became baka1984) which rendered him uncloneable because it couldn't find a "baka1984" on the ghost list. Fixed by varediting the record to have the correct ckey. | 1.0 | Player Backed Up Live, Cloner Record Ckey Incorrect - A clown was backed up at the cloner, but it noted his ckey incorrectly (baka_1984 became baka1984) which rendered him uncloneable because it couldn't find a "baka1984" on the ghost list. Fixed by varediting the record to have the correct ckey. | non_priority | player backed up live cloner record ckey incorrect a clown was backed up at the cloner but it noted his ckey incorrectly baka became which rendered him uncloneable because it couldn t find a on the ghost list fixed by varediting the record to have the correct ckey | 0 |
253,861 | 8,066,667,575 | IssuesEvent | 2018-08-04 18:39:38 | TwoRavens/TwoRavens | https://api.github.com/repos/TwoRavens/TwoRavens | closed | confusion matrix legend moved below graph | Priority bug | The legend for the confusion matix has moved below the plot. Probably has run out of panel room, so been placed on next row.
<img width="718" alt="screen shot 2018-08-04 at 12 35 59 pm" src="https://user-images.githubusercontent.com/2085037/43678536-351c3fe6-97e3-11e8-9b6a-54bf9db8cdfc.png">
| 1.0 | confusion matrix legend moved below graph - The legend for the confusion matix has moved below the plot. Probably has run out of panel room, so been placed on next row.
<img width="718" alt="screen shot 2018-08-04 at 12 35 59 pm" src="https://user-images.githubusercontent.com/2085037/43678536-351c3fe6-97e3-11e8-9b6a-54bf9db8cdfc.png">
| priority | confusion matrix legend moved below graph the legend for the confusion matix has moved below the plot probably has run out of panel room so been placed on next row img width alt screen shot at pm src | 1 |
105,434 | 4,235,847,411 | IssuesEvent | 2016-07-05 16:25:34 | dmusican/Elegit | https://api.github.com/repos/dmusican/Elegit | opened | Confusing notification on merging | bug priority high | When the local repo is caught up with remote-tracking, i.e., when there are no more commits to merge, when you click "merge" the notification
"There aren't any commits to merge. Try fetching first"
pops up. "Try fetching first" is really confusing; I kept refetching, and merging kept "failing", because there were no new commits. "Try fetching first" is terrible advice. Think about what this should be. | 1.0 | Confusing notification on merging - When the local repo is caught up with remote-tracking, i.e., when there are no more commits to merge, when you click "merge" the notification
"There aren't any commits to merge. Try fetching first"
pops up. "Try fetching first" is really confusing; I kept refetching, and merging kept "failing", because there were no new commits. "Try fetching first" is terrible advice. Think about what this should be. | priority | confusing notification on merging when the local repo is caught up with remote tracking i e when there are no more commits to merge when you click merge the notification there aren t any commits to merge try fetching first pops up try fetching first is really confusing i kept refetching and merging kept failing because there were no new commits try fetching first is terrible advice think about what this should be | 1 |
179,074 | 21,511,581,433 | IssuesEvent | 2022-04-28 05:28:55 | samq-ghdemo/Java-Demo-Test | https://api.github.com/repos/samq-ghdemo/Java-Demo-Test | opened | jstl-1.2.jar: 1 vulnerabilities (highest severity is: 7.3) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jstl-1.2.jar</b></p></summary>
<p></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /sitory/javax/servlet/jstl/1.2/jstl-1.2.jar</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/samq-ghdemo/Java-Demo-Test/commit/85cc9f8235735552553e15bfd752f07801b494e1">85cc9f8235735552553e15bfd752f07801b494e1</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2015-0254](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-0254) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.3 | jstl-1.2.jar | Direct | org.apache.taglibs:taglibs-standard-impl:1.2.3 | ✅ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2015-0254</summary>
### Vulnerable Library - <b>jstl-1.2.jar</b></p>
<p></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /sitory/javax/servlet/jstl/1.2/jstl-1.2.jar</p>
<p>
Dependency Hierarchy:
- :x: **jstl-1.2.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samq-ghdemo/Java-Demo-Test/commit/85cc9f8235735552553e15bfd752f07801b494e1">85cc9f8235735552553e15bfd752f07801b494e1</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Apache Standard Taglibs before 1.2.3 allows remote attackers to execute arbitrary code or conduct external XML entity (XXE) attacks via a crafted XSLT extension in a (1) <x:parse> or (2) <x:transform> JSTL XML tag.
<p>Publish Date: 2015-03-09
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-0254>CVE-2015-0254</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://tomcat.apache.org/taglibs/standard/">https://tomcat.apache.org/taglibs/standard/</a></p>
<p>Release Date: 2015-03-09</p>
<p>Fix Resolution: org.apache.taglibs:taglibs-standard-impl:1.2.3</p>
</p>
<p></p>
:rescue_worker_helmet: Automatic Remediation is available for this issue
</details>
***
<p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
<!-- <REMEDIATE>[{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"javax.servlet","packageName":"jstl","packageVersion":"1.2","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"javax.servlet:jstl:1.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.taglibs:taglibs-standard-impl:1.2.3","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2015-0254","vulnerabilityDetails":"Apache Standard Taglibs before 1.2.3 allows remote attackers to execute arbitrary code or conduct external XML entity (XXE) attacks via a crafted XSLT extension in a (1) \u003cx:parse\u003e or (2) \u003cx:transform\u003e JSTL XML tag.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-0254","cvss3Severity":"high","cvss3Score":"7.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}]</REMEDIATE> --> | True | jstl-1.2.jar: 1 vulnerabilities (highest severity is: 7.3) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jstl-1.2.jar</b></p></summary>
<p></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /sitory/javax/servlet/jstl/1.2/jstl-1.2.jar</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/samq-ghdemo/Java-Demo-Test/commit/85cc9f8235735552553e15bfd752f07801b494e1">85cc9f8235735552553e15bfd752f07801b494e1</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2015-0254](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-0254) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.3 | jstl-1.2.jar | Direct | org.apache.taglibs:taglibs-standard-impl:1.2.3 | ✅ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2015-0254</summary>
### Vulnerable Library - <b>jstl-1.2.jar</b></p>
<p></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /sitory/javax/servlet/jstl/1.2/jstl-1.2.jar</p>
<p>
Dependency Hierarchy:
- :x: **jstl-1.2.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samq-ghdemo/Java-Demo-Test/commit/85cc9f8235735552553e15bfd752f07801b494e1">85cc9f8235735552553e15bfd752f07801b494e1</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Apache Standard Taglibs before 1.2.3 allows remote attackers to execute arbitrary code or conduct external XML entity (XXE) attacks via a crafted XSLT extension in a (1) <x:parse> or (2) <x:transform> JSTL XML tag.
<p>Publish Date: 2015-03-09
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-0254>CVE-2015-0254</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://tomcat.apache.org/taglibs/standard/">https://tomcat.apache.org/taglibs/standard/</a></p>
<p>Release Date: 2015-03-09</p>
<p>Fix Resolution: org.apache.taglibs:taglibs-standard-impl:1.2.3</p>
</p>
<p></p>
:rescue_worker_helmet: Automatic Remediation is available for this issue
</details>
***
<p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
<!-- <REMEDIATE>[{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"javax.servlet","packageName":"jstl","packageVersion":"1.2","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"javax.servlet:jstl:1.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.taglibs:taglibs-standard-impl:1.2.3","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2015-0254","vulnerabilityDetails":"Apache Standard Taglibs before 1.2.3 allows remote attackers to execute arbitrary code or conduct external XML entity (XXE) attacks via a crafted XSLT extension in a (1) \u003cx:parse\u003e or (2) \u003cx:transform\u003e JSTL XML tag.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-0254","cvss3Severity":"high","cvss3Score":"7.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}]</REMEDIATE> --> | non_priority | jstl jar vulnerabilities highest severity is vulnerable library jstl jar path to dependency file pom xml path to vulnerable library sitory javax servlet jstl jstl jar found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high jstl jar direct org apache taglibs taglibs standard impl details cve vulnerable library jstl jar path to dependency file pom xml path to vulnerable library sitory javax servlet jstl jstl jar dependency hierarchy x jstl jar vulnerable library found in head commit a href found in base branch main vulnerability details apache standard taglibs before allows remote attackers to execute arbitrary code or conduct external xml entity xxe attacks via a crafted xslt extension in a or jstl xml tag 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 low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache taglibs taglibs standard impl rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue istransitivedependency false dependencytree javax servlet jstl isminimumfixversionavailable true minimumfixversion org apache taglibs taglibs standard impl isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails apache standard taglibs before allows remote attackers to execute arbitrary code or conduct external xml entity xxe attacks via a crafted xslt extension in a parse or transform jstl xml tag vulnerabilityurl | 0 |
450,934 | 13,021,651,159 | IssuesEvent | 2020-07-27 06:49:59 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | hcbt.fa.em2.oraclecloud.com - video or audio doesn't play | browser-firefox engine-gecko ml-needsdiagnosis-false priority-normal | <!-- @browser: Firefox 79.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/55913 -->
**URL**: https://hcbt.fa.em2.oraclecloud.com/hcmUI/faces/oracle/apps/hcm/engagement/videoshare/uiFuse/page/component/LearningItemShowcasePlugin.jspx?ActivityContentType=ORA_SCORM&ActivityLearningItemId=300004308805485&AssignmentRecordId=300004335396843&CloseMode=closeWindow&DisplayMode=essELearnPlayer&LearningItemId=300004250467958&_afrLoop=3208980365811746&_afrWindowMode=0&_afrWindowId=null&_adf.ctrl-state=19e1821vf4_111&_afrFS=16&_afrMT=screen&_afrMFW=1366&_afrMFH=654&_afrMFDW=1366&_afrMFDH=768&_afrMFC=8&_afrMFCI=0&_afrMFM=0&_afrMFR=96&_afrMFG=0&_afrMFS=0&_afrMFO=0
**Browser / Version**: Firefox 79.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Chrome
**Problem type**: Video or audio doesn't play
**Description**: The video or audio does not play
**Steps to Reproduce**:
hbbiuiylilg7ugbbko9lkjpjnkjokl
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/7/7da3c956-b853-49a7-9915-c58ec941ab9b.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200717001501</li><li>channel: aurora</li><li>hasTouchScreen: false</li><li>mixed active content blocked: true</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/7/84810262-e961-41d8-adf5-ac543b49859f)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | hcbt.fa.em2.oraclecloud.com - video or audio doesn't play - <!-- @browser: Firefox 79.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/55913 -->
**URL**: https://hcbt.fa.em2.oraclecloud.com/hcmUI/faces/oracle/apps/hcm/engagement/videoshare/uiFuse/page/component/LearningItemShowcasePlugin.jspx?ActivityContentType=ORA_SCORM&ActivityLearningItemId=300004308805485&AssignmentRecordId=300004335396843&CloseMode=closeWindow&DisplayMode=essELearnPlayer&LearningItemId=300004250467958&_afrLoop=3208980365811746&_afrWindowMode=0&_afrWindowId=null&_adf.ctrl-state=19e1821vf4_111&_afrFS=16&_afrMT=screen&_afrMFW=1366&_afrMFH=654&_afrMFDW=1366&_afrMFDH=768&_afrMFC=8&_afrMFCI=0&_afrMFM=0&_afrMFR=96&_afrMFG=0&_afrMFS=0&_afrMFO=0
**Browser / Version**: Firefox 79.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Chrome
**Problem type**: Video or audio doesn't play
**Description**: The video or audio does not play
**Steps to Reproduce**:
hbbiuiylilg7ugbbko9lkjpjnkjokl
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/7/7da3c956-b853-49a7-9915-c58ec941ab9b.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200717001501</li><li>channel: aurora</li><li>hasTouchScreen: false</li><li>mixed active content blocked: true</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/7/84810262-e961-41d8-adf5-ac543b49859f)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | hcbt fa oraclecloud com video or audio doesn t play url browser version firefox operating system windows tested another browser yes chrome problem type video or audio doesn t play description the video or audio does not play steps to reproduce view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel aurora hastouchscreen false mixed active content blocked true mixed passive content blocked false tracking content blocked false from with ❤️ | 1 |
302,101 | 22,787,318,326 | IssuesEvent | 2022-07-09 13:05:24 | daangn-daangn/daangn-server | https://api.github.com/repos/daangn-daangn/daangn-server | closed | 물품 조회수 반영 기능 개발 | documentation enhancement BE done | - PR: #110
---
## 작업 내용
### 물품 조회수 카운팅 로직 개발
- 물품 조회 시 마다 실시간으로 `select` & `update` 쿼리가 나가지 않도록 처리
- 물품 조회 API에서는 추가적으로 `물품 조회 event`만 발생시키고, 별도의 서비스에서 `물품 조회 event`를 Subscribe하여 `물품id`, `해당 물품 조회수`를 key,value 값으로 저장
- 현재 로직에서는 `ConcurrentHashMap`에 위 정보를 저장하고 있음.
- 그리고 `TaskScheduler`를 사용하여 5초마다 저장하고 있던 `ConcurrentHashMap`에 있는 모든 데이터를 DB에 반영
---
- 참고
- [ApplicationKnowhow/Server - 게시판 조회수 기능 성능 최적화](https://galid1.tistory.com/791) | 1.0 | 물품 조회수 반영 기능 개발 - - PR: #110
---
## 작업 내용
### 물품 조회수 카운팅 로직 개발
- 물품 조회 시 마다 실시간으로 `select` & `update` 쿼리가 나가지 않도록 처리
- 물품 조회 API에서는 추가적으로 `물품 조회 event`만 발생시키고, 별도의 서비스에서 `물품 조회 event`를 Subscribe하여 `물품id`, `해당 물품 조회수`를 key,value 값으로 저장
- 현재 로직에서는 `ConcurrentHashMap`에 위 정보를 저장하고 있음.
- 그리고 `TaskScheduler`를 사용하여 5초마다 저장하고 있던 `ConcurrentHashMap`에 있는 모든 데이터를 DB에 반영
---
- 참고
- [ApplicationKnowhow/Server - 게시판 조회수 기능 성능 최적화](https://galid1.tistory.com/791) | non_priority | 물품 조회수 반영 기능 개발 pr 작업 내용 물품 조회수 카운팅 로직 개발 물품 조회 시 마다 실시간으로 select update 쿼리가 나가지 않도록 처리 물품 조회 api에서는 추가적으로 물품 조회 event 만 발생시키고 별도의 서비스에서 물품 조회 event 를 subscribe하여 물품id 해당 물품 조회수 를 key value 값으로 저장 현재 로직에서는 concurrenthashmap 에 위 정보를 저장하고 있음 그리고 taskscheduler 를 사용하여 저장하고 있던 concurrenthashmap 에 있는 모든 데이터를 db에 반영 참고 | 0 |
695,674 | 23,868,056,420 | IssuesEvent | 2022-09-07 12:46:45 | COPRS/rs-issues | https://api.github.com/repos/COPRS/rs-issues | closed | [BUG] [PRO] s2-l0c addon: obs secret doesn't use the right inventory variable | bug CS-FRANCE dev ivv pro CCB priority:minor workaround | <!--
Note: Please search to see if an issue already exists for the bug you encountered.
Note: A closed bug can be reopened and affected to a new version of the software.
-->
**Environment:**
<!--
- Delivery tag: release/0.1.0
- Platform: IVV Orange Cloud
- Configuration:
-->
- Delivery tag: 1.0.0-rc1
- Platform: IVV Orange Cloud
**Test:**
<!--
- Name: TST_INFRA_DEP_orange
- Traçability (requirements): NA
-->
- Name: TST_PRO_DEP_S2L0
**Current Behavior:**
<!-- A concise description of what you're experiencing. -->
When deploying the s2-l0c rs-addon, the deployment fails when trying to create the secrets because these secrets use `obs` variables that are not in the inventory.
**Expected Behavior:**
<!-- A concise description of what you expected to happen. -->
The secrets should use `s3` variables.
**Whenever possible, first analysis of the root cause**
<!-- A concise description of the first analysis. -->
```yaml
obs.accessKey: "{{ obs.accessKey | b64encode }}"
obs.secretKey: "{{ obs.secretKey | b64encode }}"
```
should be
```yaml
obs.accessKey: "{{ s3.access_key | b64encode }}"
obs.secretKey: "{{ s3.secret_key | b64encode }}"
```
**Bug Generic Definition of Ready (DoR)**
- [X] The affect version in which the bug has been found is mentioned
- [X] The context and environment of the bug is detailed
- [X] The description of the bug is clear and unambiguous
- [ ] The procedure (steps) to reproduce the bug is clearly detailed
- [ ] The failed tests is linked to the bug : failed result % expected result
- [ ] The tested User Story / features is linked to the bug
- [ ] Logs are attached if available
- [ ] A data set attached if available
- [X] Category label is link to the bug <!-- infra, mon, pro, perfo, hmi, secu -->
**Bug Generic Definition of Done (DoD)**
- [ ] the modification implemented (the solution to fix the bug) is described in the bug.
- [ ] Unit tests & Continuous integration performed - Test results available - Structural Test coverage reported by SONAR
- [ ] Code committed in GIT with right tag or Analysis/Trade Off documentation up-to-date in reference-system-documentation repository
- [ ] Code is compliant with coding rules (SONAR Report as evidence)
- [ ] Acceptance criteria of the related User story are checked and Passed
| 1.0 | [BUG] [PRO] s2-l0c addon: obs secret doesn't use the right inventory variable - <!--
Note: Please search to see if an issue already exists for the bug you encountered.
Note: A closed bug can be reopened and affected to a new version of the software.
-->
**Environment:**
<!--
- Delivery tag: release/0.1.0
- Platform: IVV Orange Cloud
- Configuration:
-->
- Delivery tag: 1.0.0-rc1
- Platform: IVV Orange Cloud
**Test:**
<!--
- Name: TST_INFRA_DEP_orange
- Traçability (requirements): NA
-->
- Name: TST_PRO_DEP_S2L0
**Current Behavior:**
<!-- A concise description of what you're experiencing. -->
When deploying the s2-l0c rs-addon, the deployment fails when trying to create the secrets because these secrets use `obs` variables that are not in the inventory.
**Expected Behavior:**
<!-- A concise description of what you expected to happen. -->
The secrets should use `s3` variables.
**Whenever possible, first analysis of the root cause**
<!-- A concise description of the first analysis. -->
```yaml
obs.accessKey: "{{ obs.accessKey | b64encode }}"
obs.secretKey: "{{ obs.secretKey | b64encode }}"
```
should be
```yaml
obs.accessKey: "{{ s3.access_key | b64encode }}"
obs.secretKey: "{{ s3.secret_key | b64encode }}"
```
**Bug Generic Definition of Ready (DoR)**
- [X] The affect version in which the bug has been found is mentioned
- [X] The context and environment of the bug is detailed
- [X] The description of the bug is clear and unambiguous
- [ ] The procedure (steps) to reproduce the bug is clearly detailed
- [ ] The failed tests is linked to the bug : failed result % expected result
- [ ] The tested User Story / features is linked to the bug
- [ ] Logs are attached if available
- [ ] A data set attached if available
- [X] Category label is link to the bug <!-- infra, mon, pro, perfo, hmi, secu -->
**Bug Generic Definition of Done (DoD)**
- [ ] the modification implemented (the solution to fix the bug) is described in the bug.
- [ ] Unit tests & Continuous integration performed - Test results available - Structural Test coverage reported by SONAR
- [ ] Code committed in GIT with right tag or Analysis/Trade Off documentation up-to-date in reference-system-documentation repository
- [ ] Code is compliant with coding rules (SONAR Report as evidence)
- [ ] Acceptance criteria of the related User story are checked and Passed
| priority | addon obs secret doesn t use the right inventory variable note please search to see if an issue already exists for the bug you encountered note a closed bug can be reopened and affected to a new version of the software environment delivery tag release platform ivv orange cloud configuration delivery tag platform ivv orange cloud test name tst infra dep orange traçability requirements na name tst pro dep current behavior when deploying the rs addon the deployment fails when trying to create the secrets because these secrets use obs variables that are not in the inventory expected behavior the secrets should use variables whenever possible first analysis of the root cause yaml obs accesskey obs accesskey obs secretkey obs secretkey should be yaml obs accesskey access key obs secretkey secret key bug generic definition of ready dor the affect version in which the bug has been found is mentioned the context and environment of the bug is detailed the description of the bug is clear and unambiguous the procedure steps to reproduce the bug is clearly detailed the failed tests is linked to the bug failed result expected result the tested user story features is linked to the bug logs are attached if available a data set attached if available category label is link to the bug bug generic definition of done dod the modification implemented the solution to fix the bug is described in the bug unit tests continuous integration performed test results available structural test coverage reported by sonar code committed in git with right tag or analysis trade off documentation up to date in reference system documentation repository code is compliant with coding rules sonar report as evidence acceptance criteria of the related user story are checked and passed | 1 |
193,269 | 22,216,117,905 | IssuesEvent | 2022-06-08 01:57:46 | madhans23/linux-4.1.15 | https://api.github.com/repos/madhans23/linux-4.1.15 | reopened | CVE-2017-16914 (Medium) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2017-16914 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/madhans23/linux-4.1.15/commit/f9d19044b0eef1965f9bc412d7d9e579b74ec968">f9d19044b0eef1965f9bc412d7d9e579b74ec968</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/usbip/stub_tx.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/usbip/stub_tx.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>
The "stub_send_ret_submit()" function (drivers/usb/usbip/stub_tx.c) in the Linux Kernel before version 4.14.8, 4.9.71, 4.1.49, and 4.4.107 allows attackers to cause a denial of service (NULL pointer dereference) via a specially crafted USB over IP packet.
<p>Publish Date: 2018-01-31
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16914>CVE-2017-16914</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.9</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: 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://nvd.nist.gov/vuln/detail/CVE-2017-16914">https://nvd.nist.gov/vuln/detail/CVE-2017-16914</a></p>
<p>Release Date: 2018-01-31</p>
<p>Fix Resolution: 4.14.8,4.14.8,4.9.71,4.1.49,4.4.107</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-2017-16914 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2017-16914 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/madhans23/linux-4.1.15/commit/f9d19044b0eef1965f9bc412d7d9e579b74ec968">f9d19044b0eef1965f9bc412d7d9e579b74ec968</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/usbip/stub_tx.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/usbip/stub_tx.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>
The "stub_send_ret_submit()" function (drivers/usb/usbip/stub_tx.c) in the Linux Kernel before version 4.14.8, 4.9.71, 4.1.49, and 4.4.107 allows attackers to cause a denial of service (NULL pointer dereference) via a specially crafted USB over IP packet.
<p>Publish Date: 2018-01-31
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16914>CVE-2017-16914</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.9</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: 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://nvd.nist.gov/vuln/detail/CVE-2017-16914">https://nvd.nist.gov/vuln/detail/CVE-2017-16914</a></p>
<p>Release Date: 2018-01-31</p>
<p>Fix Resolution: 4.14.8,4.14.8,4.9.71,4.1.49,4.4.107</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files drivers usb usbip stub tx c drivers usb usbip stub tx c vulnerability details the stub send ret submit function drivers usb usbip stub tx c in the linux kernel before version and allows attackers to cause a denial of service null pointer dereference via a specially crafted usb over ip packet 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 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 whitesource | 0 |
339,230 | 10,244,726,513 | IssuesEvent | 2019-08-20 11:08:55 | zowe/sample-spring-boot-api-service | https://api.github.com/repos/zowe/sample-spring-boot-api-service | closed | OS linkage example - Introduce JNI code | Priority: High | As a developer who is creating an API service, I would like to see an example of the JNI code that is calling MVS code via JNI and OS linkage together with instructions how to build them and run them on z/OS.
The existing code with JNI in the old sample should be migrated to the new sample. | 1.0 | OS linkage example - Introduce JNI code - As a developer who is creating an API service, I would like to see an example of the JNI code that is calling MVS code via JNI and OS linkage together with instructions how to build them and run them on z/OS.
The existing code with JNI in the old sample should be migrated to the new sample. | priority | os linkage example introduce jni code as a developer who is creating an api service i would like to see an example of the jni code that is calling mvs code via jni and os linkage together with instructions how to build them and run them on z os the existing code with jni in the old sample should be migrated to the new sample | 1 |
119,659 | 12,036,402,259 | IssuesEvent | 2020-04-13 19:43:50 | vuetifyjs/vuetify | https://api.github.com/repos/vuetifyjs/vuetify | closed | [Bug Report] Could not find a declaration file for module 'vuetify/lib' | T: documentation typescript | ### Versions and Environment
**Vuetify:** 1.3.15
**Vue:** 2.5.17
**Browsers:** Google Chrome
**OS:** Windows 10
### Steps to reproduce
Hi guys, I follow the [Vue-CLI 3 guide](https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3) and when I try to compile the source code the terminal show me a Typescript error.
$ vue create my-app
$ cd my-app
$ vue add vuetify
$ npm run serve
### Expected Behavior
The Typescript code should compile.
### Actual Behavior
```
2:21 Could not find a declaration file for module 'vuetify/lib'. 'C:/project/path/node_modules/vuetify/lib/index.js' implicitly has an 'any' type.
Try `npm install @types/vuetify` if it exists or add a new declaration (.d.ts) file containing `declare module 'vuetify/lib';`
1 | import Vue from 'vue'
> 2 | import Vuetify from 'vuetify/lib'
| ^
3 | import 'vuetify/src/stylus/app.styl'
4 |
5 | Vue.use(Vuetify, {
```
### Reproduction Link
<a href="https://codepen.io/MatiasOlivera/pen/JwbQqy" target="_blank">https://codepen.io/MatiasOlivera/pen/JwbQqy</a>
### Other comments
Typescript: 3.2.2
<!-- generated by vuetify-issue-helper. DO NOT REMOVE --> | 1.0 | [Bug Report] Could not find a declaration file for module 'vuetify/lib' - ### Versions and Environment
**Vuetify:** 1.3.15
**Vue:** 2.5.17
**Browsers:** Google Chrome
**OS:** Windows 10
### Steps to reproduce
Hi guys, I follow the [Vue-CLI 3 guide](https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3) and when I try to compile the source code the terminal show me a Typescript error.
$ vue create my-app
$ cd my-app
$ vue add vuetify
$ npm run serve
### Expected Behavior
The Typescript code should compile.
### Actual Behavior
```
2:21 Could not find a declaration file for module 'vuetify/lib'. 'C:/project/path/node_modules/vuetify/lib/index.js' implicitly has an 'any' type.
Try `npm install @types/vuetify` if it exists or add a new declaration (.d.ts) file containing `declare module 'vuetify/lib';`
1 | import Vue from 'vue'
> 2 | import Vuetify from 'vuetify/lib'
| ^
3 | import 'vuetify/src/stylus/app.styl'
4 |
5 | Vue.use(Vuetify, {
```
### Reproduction Link
<a href="https://codepen.io/MatiasOlivera/pen/JwbQqy" target="_blank">https://codepen.io/MatiasOlivera/pen/JwbQqy</a>
### Other comments
Typescript: 3.2.2
<!-- generated by vuetify-issue-helper. DO NOT REMOVE --> | non_priority | could not find a declaration file for module vuetify lib versions and environment vuetify vue browsers google chrome os windows steps to reproduce hi guys i follow the and when i try to compile the source code the terminal show me a typescript error vue create my app cd my app vue add vuetify npm run serve expected behavior the typescript code should compile actual behavior could not find a declaration file for module vuetify lib c project path node modules vuetify lib index js implicitly has an any type try npm install types vuetify if it exists or add a new declaration d ts file containing declare module vuetify lib import vue from vue import vuetify from vuetify lib import vuetify src stylus app styl vue use vuetify reproduction link other comments typescript | 0 |
15,447 | 3,961,153,179 | IssuesEvent | 2016-05-02 11:25:45 | abhisekp/Practice-Modern-JavaScript | https://api.github.com/repos/abhisekp/Practice-Modern-JavaScript | opened | [Documentation] Add a CHANGELOG | documentation help wanted | Add a `CHANGELOG.md` file detailing the changes in various versions.
In accordance with http://keepachangelog.com specification. | 1.0 | [Documentation] Add a CHANGELOG - Add a `CHANGELOG.md` file detailing the changes in various versions.
In accordance with http://keepachangelog.com specification. | non_priority | add a changelog add a changelog md file detailing the changes in various versions in accordance with specification | 0 |
4,079 | 6,902,376,511 | IssuesEvent | 2017-11-25 19:50:16 | la1k/libpredict | https://api.github.com/repos/la1k/libpredict | closed | double usage of predict_orbit | enhancement major number bump (backward incompatible) | Hej hej,
I tried to work on an example for the python wrapped libpredict. I realised that the double usage of `predict_orbit` is breaking a simple interface.
`predict_orbit` is working as struct and as function at the moment. Further, the style changed from `typedef struct { content } name_t;` to `struct name {content};`. Not sure which implications that has in C.
Cheers,
Jens
| True | double usage of predict_orbit - Hej hej,
I tried to work on an example for the python wrapped libpredict. I realised that the double usage of `predict_orbit` is breaking a simple interface.
`predict_orbit` is working as struct and as function at the moment. Further, the style changed from `typedef struct { content } name_t;` to `struct name {content};`. Not sure which implications that has in C.
Cheers,
Jens
| non_priority | double usage of predict orbit hej hej i tried to work on an example for the python wrapped libpredict i realised that the double usage of predict orbit is breaking a simple interface predict orbit is working as struct and as function at the moment further the style changed from typedef struct content name t to struct name content not sure which implications that has in c cheers jens | 0 |
235,468 | 7,738,844,235 | IssuesEvent | 2018-05-28 13:34:15 | bedita/web | https://api.github.com/repos/bedita/web | opened | Related objects: add search and pagination | Priority - High feature | In related objects panel using `add objects` we need:
* query filter to perform simple search using `q` query string
* pagination
* type selection if more types are available (this can be done later in another issue)
| 1.0 | Related objects: add search and pagination - In related objects panel using `add objects` we need:
* query filter to perform simple search using `q` query string
* pagination
* type selection if more types are available (this can be done later in another issue)
| priority | related objects add search and pagination in related objects panel using add objects we need query filter to perform simple search using q query string pagination type selection if more types are available this can be done later in another issue | 1 |
492,336 | 14,200,860,116 | IssuesEvent | 2020-11-16 06:30:28 | martinrotter/rssguard | https://api.github.com/repos/martinrotter/rssguard | closed | Ability to export/import feeds for all plugins | Component-Core Component-GUI Component-Plugins-Base Priority-Low Status-Postponed Type-Enhancement | How do I export feeds? I couldn't find out how to do it..
| 1.0 | Ability to export/import feeds for all plugins - How do I export feeds? I couldn't find out how to do it..
| priority | ability to export import feeds for all plugins how do i export feeds i couldn t find out how to do it | 1 |
396,624 | 11,711,678,014 | IssuesEvent | 2020-03-09 06:06:57 | AY1920S2-CS2103T-W12-4/main | https://api.github.com/repos/AY1920S2-CS2103T-W12-4/main | opened | As a user who likes experimenting, I can give me a random recipe that I have added | priority.Medium status.Ongoing type.Story | .. so that I can challenge myself to cook what has been given
Command: `random`
| 1.0 | As a user who likes experimenting, I can give me a random recipe that I have added - .. so that I can challenge myself to cook what has been given
Command: `random`
| priority | as a user who likes experimenting i can give me a random recipe that i have added so that i can challenge myself to cook what has been given command random | 1 |
207,829 | 23,495,775,889 | IssuesEvent | 2022-08-18 01:06:09 | LingalaShalini/openjpeg-2.3.0_before_fix | https://api.github.com/repos/LingalaShalini/openjpeg-2.3.0_before_fix | closed | CVE-2018-15209 (High) detected in openjpegv2.3.0 - autoclosed | security vulnerability | ## CVE-2018-15209 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>openjpegv2.3.0</b></p></summary>
<p>
<p>Official repository of the OpenJPEG project</p>
<p>Library home page: <a href=https://github.com/uclouvain/openjpeg.git>https://github.com/uclouvain/openjpeg.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/LingalaShalini/openjpeg-2.3.0_before_fix/commit/3501163dd1d68645efcce586f29683574a46c95f">3501163dd1d68645efcce586f29683574a46c95f</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 (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/thirdparty/libtiff/tif_dirread.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
ChopUpSingleUncompressedStrip in tif_dirread.c in LibTIFF 4.0.9 allows remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted TIFF file, as demonstrated by tiff2pdf.
<p>Publish Date: 2018-08-08
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-15209>CVE-2018-15209</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15209">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15209</a></p>
<p>Release Date: 2018-08-08</p>
<p>Fix Resolution: v4.0.10</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-2018-15209 (High) detected in openjpegv2.3.0 - autoclosed - ## CVE-2018-15209 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>openjpegv2.3.0</b></p></summary>
<p>
<p>Official repository of the OpenJPEG project</p>
<p>Library home page: <a href=https://github.com/uclouvain/openjpeg.git>https://github.com/uclouvain/openjpeg.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/LingalaShalini/openjpeg-2.3.0_before_fix/commit/3501163dd1d68645efcce586f29683574a46c95f">3501163dd1d68645efcce586f29683574a46c95f</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 (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/thirdparty/libtiff/tif_dirread.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
ChopUpSingleUncompressedStrip in tif_dirread.c in LibTIFF 4.0.9 allows remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted TIFF file, as demonstrated by tiff2pdf.
<p>Publish Date: 2018-08-08
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-15209>CVE-2018-15209</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15209">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15209</a></p>
<p>Release Date: 2018-08-08</p>
<p>Fix Resolution: v4.0.10</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in autoclosed cve high severity vulnerability vulnerable library official repository of the openjpeg project library home page a href found in head commit a href found in base branch master vulnerable source files thirdparty libtiff tif dirread c vulnerability details chopupsingleuncompressedstrip in tif dirread c in libtiff allows remote attackers to cause a denial of service heap based buffer overflow and application crash or possibly have unspecified other impact via a crafted tiff file as demonstrated by publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
475,856 | 13,726,989,036 | IssuesEvent | 2020-10-04 03:29:59 | AY2021S1-CS2113T-T09-3/tp | https://api.github.com/repos/AY2021S1-CS2113T-T09-3/tp | opened | As a long-time user, I want to be able to search for keywords | priority.Low type.Story | ...so that I can find the specific quote I want from my list of quotes. | 1.0 | As a long-time user, I want to be able to search for keywords - ...so that I can find the specific quote I want from my list of quotes. | priority | as a long time user i want to be able to search for keywords so that i can find the specific quote i want from my list of quotes | 1 |
164,621 | 25,995,684,890 | IssuesEvent | 2022-12-20 11:21:11 | beyondDevelops/AnimalTalk | https://api.github.com/repos/beyondDevelops/AnimalTalk | closed | [issue] 전반적인 디자인 수정 | design | ## 👨💻 무엇을 하실 건지 설명해주세요!
- px 단위 전부 rem으로 변경
- 로그인, 회원가입 페이지에 배경색 변경
## 🤔 구현방법 및 예상 동작
- 모든 파일 확인하며 px을 rem으로 바꿉니다
- 임시로 적용해놓았던 배경색들을 일괄적으로 바꿉니다
## ⭐ 특이사항
- 디자인을 전부 일괄 수정하겠습니다.
| 1.0 | [issue] 전반적인 디자인 수정 - ## 👨💻 무엇을 하실 건지 설명해주세요!
- px 단위 전부 rem으로 변경
- 로그인, 회원가입 페이지에 배경색 변경
## 🤔 구현방법 및 예상 동작
- 모든 파일 확인하며 px을 rem으로 바꿉니다
- 임시로 적용해놓았던 배경색들을 일괄적으로 바꿉니다
## ⭐ 특이사항
- 디자인을 전부 일괄 수정하겠습니다.
| non_priority | 전반적인 디자인 수정 👨💻 무엇을 하실 건지 설명해주세요 px 단위 전부 rem으로 변경 로그인 회원가입 페이지에 배경색 변경 🤔 구현방법 및 예상 동작 모든 파일 확인하며 px을 rem으로 바꿉니다 임시로 적용해놓았던 배경색들을 일괄적으로 바꿉니다 ⭐ 특이사항 디자인을 전부 일괄 수정하겠습니다 | 0 |
27,186 | 4,913,250,947 | IssuesEvent | 2016-11-23 11:52:38 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | Entry still returned when querying on an Indexed field which is an Enum | Team: Core Type: Defect | If I add an Index to a Map which has an Enum type, and I delete an entry from the Map, then if I do a map.values(new SqlPredicate("myEnumField = ''ENUM_VALUES")) it will still return the deleted item.
I think the reason for this is that during adding the Index the Enum value will be converted to String, and during delete in com.hazelcast.query.impl.UnsortedIndexStore#removeIndex the oldValue parameter will be an Enum value, but com.hazelcast.query.impl.UnsortedIndexStore#mapRecords will store a String, so mapRecords.get(oldValue) won't work.
Hazelcast version: 3.2.3
| 1.0 | Entry still returned when querying on an Indexed field which is an Enum - If I add an Index to a Map which has an Enum type, and I delete an entry from the Map, then if I do a map.values(new SqlPredicate("myEnumField = ''ENUM_VALUES")) it will still return the deleted item.
I think the reason for this is that during adding the Index the Enum value will be converted to String, and during delete in com.hazelcast.query.impl.UnsortedIndexStore#removeIndex the oldValue parameter will be an Enum value, but com.hazelcast.query.impl.UnsortedIndexStore#mapRecords will store a String, so mapRecords.get(oldValue) won't work.
Hazelcast version: 3.2.3
| non_priority | entry still returned when querying on an indexed field which is an enum if i add an index to a map which has an enum type and i delete an entry from the map then if i do a map values new sqlpredicate myenumfield enum values it will still return the deleted item i think the reason for this is that during adding the index the enum value will be converted to string and during delete in com hazelcast query impl unsortedindexstore removeindex the oldvalue parameter will be an enum value but com hazelcast query impl unsortedindexstore maprecords will store a string so maprecords get oldvalue won t work hazelcast version | 0 |
432,431 | 12,492,965,673 | IssuesEvent | 2020-06-01 08:20:38 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | opened | Can create a Custom policy without KeyTemplate | 3.2.0 Priority/Normal REST_API Type/Bug | ### Description:
Can create a custom policy without mandatory value KeyTemplate using REST API.
Related: https://github.com/wso2/product-apim/issues/7954 | 1.0 | Can create a Custom policy without KeyTemplate - ### Description:
Can create a custom policy without mandatory value KeyTemplate using REST API.
Related: https://github.com/wso2/product-apim/issues/7954 | priority | can create a custom policy without keytemplate description can create a custom policy without mandatory value keytemplate using rest api related | 1 |
32,899 | 7,613,429,645 | IssuesEvent | 2018-05-01 21:11:42 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | [4.0] Conditional in Joomla Router::parse() makes all urls in 3rd party extensions invalid if $uri->getPath() > 0 | No Code Attached Yet | ### Steps to reproduce the issue
File:
libraries/src/Router/Router.php
Conditional in Joomla Router::parse() makes all urls in 3rd party extensions invalid if $uri->getPath() > 0
Steps to reproduce the issue are not really important, also my router.php is very big to paste here.
The comment in line 146 of class Router says:
// Check if all parts of the URL have been parsed.
// Otherwise we have an invalid URL
The check is:
if (strlen($uri->getPath()) > 0)
Why is this check valid?
Why are urls invalid if the path exists?
It just doesn't make sense and breaks urls.
If I remove the check, the urls work fine.
### Expected result
Working urls
### Actual result
Invalid urls
### System information (as much as possible)
Joomla 4.0.0-dev
### Additional comments
The exact same router.php works perfectly in Joomla 3.8.5
| 1.0 | [4.0] Conditional in Joomla Router::parse() makes all urls in 3rd party extensions invalid if $uri->getPath() > 0 - ### Steps to reproduce the issue
File:
libraries/src/Router/Router.php
Conditional in Joomla Router::parse() makes all urls in 3rd party extensions invalid if $uri->getPath() > 0
Steps to reproduce the issue are not really important, also my router.php is very big to paste here.
The comment in line 146 of class Router says:
// Check if all parts of the URL have been parsed.
// Otherwise we have an invalid URL
The check is:
if (strlen($uri->getPath()) > 0)
Why is this check valid?
Why are urls invalid if the path exists?
It just doesn't make sense and breaks urls.
If I remove the check, the urls work fine.
### Expected result
Working urls
### Actual result
Invalid urls
### System information (as much as possible)
Joomla 4.0.0-dev
### Additional comments
The exact same router.php works perfectly in Joomla 3.8.5
| non_priority | conditional in joomla router parse makes all urls in party extensions invalid if uri getpath steps to reproduce the issue file libraries src router router php conditional in joomla router parse makes all urls in party extensions invalid if uri getpath steps to reproduce the issue are not really important also my router php is very big to paste here the comment in line of class router says check if all parts of the url have been parsed otherwise we have an invalid url the check is if strlen uri getpath why is this check valid why are urls invalid if the path exists it just doesn t make sense and breaks urls if i remove the check the urls work fine expected result working urls actual result invalid urls system information as much as possible joomla dev additional comments the exact same router php works perfectly in joomla | 0 |
94,388 | 11,867,958,258 | IssuesEvent | 2020-03-26 08:14:04 | cockpit-project/cockpit | https://api.github.com/repos/cockpit-project/cockpit | closed | Storage disk bars look like they have the same size | good-first-issue needsdesign | In the bars on the storage page all of the disks look like they have the same size. Their light gray bars are all identically large.
https://cloud.githubusercontent.com/assets/795070/5228697/1ee3c158-770e-11e4-8726-1ee0d469f5b8.png
| 1.0 | Storage disk bars look like they have the same size - In the bars on the storage page all of the disks look like they have the same size. Their light gray bars are all identically large.
https://cloud.githubusercontent.com/assets/795070/5228697/1ee3c158-770e-11e4-8726-1ee0d469f5b8.png
| non_priority | storage disk bars look like they have the same size in the bars on the storage page all of the disks look like they have the same size their light gray bars are all identically large | 0 |
633,205 | 20,247,745,941 | IssuesEvent | 2022-02-14 15:11:03 | Couchers-org/couchers | https://api.github.com/repos/Couchers-org/couchers | closed | Return full image URLs in API calls | backend priority: normal bug tool | Subject: Uploaded profile picture resolution too-low
Description:
Profile picture is reduced to a significantly lower resolution, and the loss in quality is very evident at the scale displayed.
Steps:
Edit my profile picture.
Results:
My profile picture was updated with a very low resolution. It should have had a higher resolution.
Backend version: develop-8782c21f
Frontend version: develop-481b6d9f
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36
Page: https://develop--frontend.preview.coucher.org/profile/natalia#loc=13/43.05859/-89.42751
User ID: 25 | 1.0 | Return full image URLs in API calls - Subject: Uploaded profile picture resolution too-low
Description:
Profile picture is reduced to a significantly lower resolution, and the loss in quality is very evident at the scale displayed.
Steps:
Edit my profile picture.
Results:
My profile picture was updated with a very low resolution. It should have had a higher resolution.
Backend version: develop-8782c21f
Frontend version: develop-481b6d9f
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36
Page: https://develop--frontend.preview.coucher.org/profile/natalia#loc=13/43.05859/-89.42751
User ID: 25 | priority | return full image urls in api calls subject uploaded profile picture resolution too low description profile picture is reduced to a significantly lower resolution and the loss in quality is very evident at the scale displayed steps edit my profile picture results my profile picture was updated with a very low resolution it should have had a higher resolution backend version develop frontend version develop user agent mozilla windows nt applewebkit khtml like gecko chrome safari page user id | 1 |
652,865 | 21,563,567,335 | IssuesEvent | 2022-05-01 14:28:46 | Polymer/tools | https://api.github.com/repos/Polymer/tools | closed | Exclude /components/, /bower_components/, and /node_modules/ from the shell serving behavior | Status: Available Priority: High Type: Bug Package: polyserve wontfix | See https://github.com/Polymer/polymer-cli/issues/84
| 1.0 | Exclude /components/, /bower_components/, and /node_modules/ from the shell serving behavior - See https://github.com/Polymer/polymer-cli/issues/84
| priority | exclude components bower components and node modules from the shell serving behavior see | 1 |
619,907 | 19,539,372,198 | IssuesEvent | 2021-12-31 16:16:54 | pombase/pombase-chado | https://api.github.com/repos/pombase/pombase-chado | closed | remove duplicate lines from GAF | sourceforge auto-migrated low priority logs GO export QC | The last few GAFs have had 3 duplicate lines caught by the older checking script. They arise for a couple of different reasons (2 from UniProt; one from us stripping out extensions that GO can't use) but until the happy day when they can be fixed further upstream ...
Do something to remove duplicate lines at the point of producing the GAF.
Low priority because it's not that big a deal for me to delete them manually in the meantime.
Original comment by: mah11
| 1.0 | remove duplicate lines from GAF - The last few GAFs have had 3 duplicate lines caught by the older checking script. They arise for a couple of different reasons (2 from UniProt; one from us stripping out extensions that GO can't use) but until the happy day when they can be fixed further upstream ...
Do something to remove duplicate lines at the point of producing the GAF.
Low priority because it's not that big a deal for me to delete them manually in the meantime.
Original comment by: mah11
| priority | remove duplicate lines from gaf the last few gafs have had duplicate lines caught by the older checking script they arise for a couple of different reasons from uniprot one from us stripping out extensions that go can t use but until the happy day when they can be fixed further upstream do something to remove duplicate lines at the point of producing the gaf low priority because it s not that big a deal for me to delete them manually in the meantime original comment by | 1 |
21,077 | 3,671,951,822 | IssuesEvent | 2016-02-22 10:16:12 | cgeo/cgeo | https://api.github.com/repos/cgeo/cgeo | closed | Strange progress info when starting logging a TB | Field test Frontend Design | 2016.01.20-NB1
If I open a TB via search on main screen I do see the normal loading data indicator until the tb info is shown.
If I start logging it however the very same loading data indicator is shown again with a not yet complete logging view in the background.
There is no functional problem but I would just like to ask if this was changed intentionally. | 1.0 | Strange progress info when starting logging a TB - 2016.01.20-NB1
If I open a TB via search on main screen I do see the normal loading data indicator until the tb info is shown.
If I start logging it however the very same loading data indicator is shown again with a not yet complete logging view in the background.
There is no functional problem but I would just like to ask if this was changed intentionally. | non_priority | strange progress info when starting logging a tb if i open a tb via search on main screen i do see the normal loading data indicator until the tb info is shown if i start logging it however the very same loading data indicator is shown again with a not yet complete logging view in the background there is no functional problem but i would just like to ask if this was changed intentionally | 0 |
149,840 | 5,729,761,898 | IssuesEvent | 2017-04-21 07:25:17 | minio/minio | https://api.github.com/repos/minio/minio | closed | Server requires content-length header in chunked encoding (streaming) requests | priority: high | <!--- Provide a general summary of the issue in the Title above -->
The Ruby library fog when uploading files to Minio/S3, uses chunked encoding, but does not send the "content-length" header - however Minio server requires it. Presumably fog has the same behaviour wrt S3 and so we need to see if content-length header is actually required in Minio server's chunked request implementation.
More context of how the issue was found is here - https://github.com/minio/minio-boshrelease/issues/5
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
fog library should "just work" with Minio server.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Minio server returns error saying that "content-length" header is required.
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
Currently unknown.
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
See linked issue above.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Related to supporting Minio as a blobstore for BOSH.
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
* Operating System and version:
* Link to your project:
| 1.0 | Server requires content-length header in chunked encoding (streaming) requests - <!--- Provide a general summary of the issue in the Title above -->
The Ruby library fog when uploading files to Minio/S3, uses chunked encoding, but does not send the "content-length" header - however Minio server requires it. Presumably fog has the same behaviour wrt S3 and so we need to see if content-length header is actually required in Minio server's chunked request implementation.
More context of how the issue was found is here - https://github.com/minio/minio-boshrelease/issues/5
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
fog library should "just work" with Minio server.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Minio server returns error saying that "content-length" header is required.
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
Currently unknown.
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
See linked issue above.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Related to supporting Minio as a blobstore for BOSH.
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
* Operating System and version:
* Link to your project:
| priority | server requires content length header in chunked encoding streaming requests the ruby library fog when uploading files to minio uses chunked encoding but does not send the content length header however minio server requires it presumably fog has the same behaviour wrt and so we need to see if content length header is actually required in minio server s chunked request implementation more context of how the issue was found is here expected behavior fog library should just work with minio server current behavior minio server returns error saying that content length header is required possible solution currently unknown steps to reproduce for bugs see linked issue above context related to supporting minio as a blobstore for bosh your environment version used environment name and version e g nginx server type and version operating system and version link to your project | 1 |
69,005 | 7,121,523,679 | IssuesEvent | 2018-01-19 08:11:43 | minishift/minishift | https://api.github.com/repos/minishift/minishift | closed | Integration tests around oc default parameters | component/integration-test kind/task priority/major | We recently made `--host-data-dir` and `--host-config-dir` as default to make sure each restart have persistent storage and app settings doesn't get remove. We need to create some integration test around this to enhance our testing coverage. | 1.0 | Integration tests around oc default parameters - We recently made `--host-data-dir` and `--host-config-dir` as default to make sure each restart have persistent storage and app settings doesn't get remove. We need to create some integration test around this to enhance our testing coverage. | non_priority | integration tests around oc default parameters we recently made host data dir and host config dir as default to make sure each restart have persistent storage and app settings doesn t get remove we need to create some integration test around this to enhance our testing coverage | 0 |
29,026 | 5,495,051,217 | IssuesEvent | 2017-03-15 02:23:41 | Cockatrice/Cockatrice | https://api.github.com/repos/Cockatrice/Cockatrice | opened | Reveal random card from graveyard | App - Cockatrice Defect - Game Rules Compliance | Link #2266
Reveal random card from graveyard (ex. Deadbridge chant etc..) seems like a needed feature. | 1.0 | Reveal random card from graveyard - Link #2266
Reveal random card from graveyard (ex. Deadbridge chant etc..) seems like a needed feature. | non_priority | reveal random card from graveyard link reveal random card from graveyard ex deadbridge chant etc seems like a needed feature | 0 |
470,829 | 13,547,088,045 | IssuesEvent | 2020-09-17 03:06:51 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | reopened | Wallet shows default ETH symbol instead of the defined in the Custom RPC | closed/invalid feature/crypto-wallets priority/P4 | ## Description
I'm connected to RSK Mainnet using Brave's wallet and all balances, fees, etc are shown using the ETH symbol instead of the one I defined in a custom RPC. It also ignores the custom block explorer setting.
## Steps to Reproduce
I'm experiencing this while using https://alpha.moneyonchain.com
1. Go to `brave://wallet`
2. Open the networks drop-down and select Custom RPC
3. Enter a custom RPC network (details at the bottom).
4. Add Network
## Actual result:

## Expected result:
Same as above but with the custom symbol instead.
(and ideally with a custom icon as well)
Screenshot from Chrome with Metamask.

## Reproduces how often:
Always. Also in other screens involving signing transactions.
## Brave version (brave://version info)
Brave | 1.7.98 Chromium: 81.0.4044.113 (Official Build) (64-bit)
-- | --
Revision | e3225dafb0475864a1812a374d73a92e391635ac-refs/branch-heads/4044@{#936}
OS | Windows 10 OS Version 1909 (Build 18363.778)
## Other Additional Information:
- Is the issue reproducible on the latest version of Chrome?
It does not happen with Metamask directly.
## Miscellaneous Information:
[RSK](https://rsk.co) Custom RPC Details
* Network name: RSK Mainnet
* RPC: https://public-node.rsk.co
* Symbol: RBTC
* Explorer: https://explorer.rsk.co
| 1.0 | Wallet shows default ETH symbol instead of the defined in the Custom RPC - ## Description
I'm connected to RSK Mainnet using Brave's wallet and all balances, fees, etc are shown using the ETH symbol instead of the one I defined in a custom RPC. It also ignores the custom block explorer setting.
## Steps to Reproduce
I'm experiencing this while using https://alpha.moneyonchain.com
1. Go to `brave://wallet`
2. Open the networks drop-down and select Custom RPC
3. Enter a custom RPC network (details at the bottom).
4. Add Network
## Actual result:

## Expected result:
Same as above but with the custom symbol instead.
(and ideally with a custom icon as well)
Screenshot from Chrome with Metamask.

## Reproduces how often:
Always. Also in other screens involving signing transactions.
## Brave version (brave://version info)
Brave | 1.7.98 Chromium: 81.0.4044.113 (Official Build) (64-bit)
-- | --
Revision | e3225dafb0475864a1812a374d73a92e391635ac-refs/branch-heads/4044@{#936}
OS | Windows 10 OS Version 1909 (Build 18363.778)
## Other Additional Information:
- Is the issue reproducible on the latest version of Chrome?
It does not happen with Metamask directly.
## Miscellaneous Information:
[RSK](https://rsk.co) Custom RPC Details
* Network name: RSK Mainnet
* RPC: https://public-node.rsk.co
* Symbol: RBTC
* Explorer: https://explorer.rsk.co
| priority | wallet shows default eth symbol instead of the defined in the custom rpc description i m connected to rsk mainnet using brave s wallet and all balances fees etc are shown using the eth symbol instead of the one i defined in a custom rpc it also ignores the custom block explorer setting steps to reproduce i m experiencing this while using go to brave wallet open the networks drop down and select custom rpc enter a custom rpc network details at the bottom add network actual result expected result same as above but with the custom symbol instead and ideally with a custom icon as well screenshot from chrome with metamask reproduces how often always also in other screens involving signing transactions brave version brave version info brave chromium official build bit revision refs branch heads os windows os version build other additional information is the issue reproducible on the latest version of chrome it does not happen with metamask directly miscellaneous information custom rpc details network name rsk mainnet rpc symbol rbtc explorer | 1 |
175,597 | 6,552,483,106 | IssuesEvent | 2017-09-05 18:32:03 | NREL/openstudio-geometry-editor | https://api.github.com/repos/NREL/openstudio-geometry-editor | closed | Fill: click in space below to create new space at current level with same geometry | bug fixed - needs verify high priority | If the user enables viewing of previous-story geometry, then let them double click that geometry to create a space of the same geometry on the current story | 1.0 | Fill: click in space below to create new space at current level with same geometry - If the user enables viewing of previous-story geometry, then let them double click that geometry to create a space of the same geometry on the current story | priority | fill click in space below to create new space at current level with same geometry if the user enables viewing of previous story geometry then let them double click that geometry to create a space of the same geometry on the current story | 1 |
464,852 | 13,346,924,931 | IssuesEvent | 2020-08-29 10:46:09 | freeorion/freeorion | https://api.github.com/repos/freeorion/freeorion | closed | Crash when searching a keyword in Pedia during a game | category:bug component:UI priority:high | Bug Report
==========
Environment
-----------
* **FreeOrion Version**: v0.4.10+ 8119c36
* **Operating System**: Ubuntu 18.04
* Compiled from source
Steps to reproduce
------------------
* Quickstart a game
* Open Pedia windows and search for a keyword.
* Crash to desktop happens.
It does not happen when searching the Pedia while not playing a game.
[freeoriond.log](https://github.com/freeorion/freeorion/files/5125056/freeoriond.log)
[freeorion.log](https://github.com/freeorion/freeorion/files/5125057/freeorion.log)
| 1.0 | Crash when searching a keyword in Pedia during a game - Bug Report
==========
Environment
-----------
* **FreeOrion Version**: v0.4.10+ 8119c36
* **Operating System**: Ubuntu 18.04
* Compiled from source
Steps to reproduce
------------------
* Quickstart a game
* Open Pedia windows and search for a keyword.
* Crash to desktop happens.
It does not happen when searching the Pedia while not playing a game.
[freeoriond.log](https://github.com/freeorion/freeorion/files/5125056/freeoriond.log)
[freeorion.log](https://github.com/freeorion/freeorion/files/5125057/freeorion.log)
| priority | crash when searching a keyword in pedia during a game bug report environment freeorion version operating system ubuntu compiled from source steps to reproduce quickstart a game open pedia windows and search for a keyword crash to desktop happens it does not happen when searching the pedia while not playing a game | 1 |
226,452 | 17,352,296,056 | IssuesEvent | 2021-07-29 10:13:48 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | [Request] Add return type info to doc for FocusOnKeyCallback | d: api docs documentation easy fix framework passed first triage proposal | This is the DartDoc & declaration of `FocusOnKeyCallback`:
```
/// Signature of a callback used by [Focus.onKey] and [FocusScope.onKey]
/// to receive key events.
///
/// The [node] is the node that received the event.
typedef FocusOnKeyCallback = bool Function(FocusNode node, RawKeyEvent event);
```
The callback has a return type of `bool`, but how that value will be used is not clear. (Sorry if this is an obvious one :p) | 1.0 | [Request] Add return type info to doc for FocusOnKeyCallback - This is the DartDoc & declaration of `FocusOnKeyCallback`:
```
/// Signature of a callback used by [Focus.onKey] and [FocusScope.onKey]
/// to receive key events.
///
/// The [node] is the node that received the event.
typedef FocusOnKeyCallback = bool Function(FocusNode node, RawKeyEvent event);
```
The callback has a return type of `bool`, but how that value will be used is not clear. (Sorry if this is an obvious one :p) | non_priority | add return type info to doc for focusonkeycallback this is the dartdoc declaration of focusonkeycallback signature of a callback used by and to receive key events the is the node that received the event typedef focusonkeycallback bool function focusnode node rawkeyevent event the callback has a return type of bool but how that value will be used is not clear sorry if this is an obvious one p | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.