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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
189,195 | 15,180,481,940 | IssuesEvent | 2021-02-15 00:06:24 | unitsofmeasurement/indriya | https://api.github.com/repos/unitsofmeasurement/indriya | closed | Quantities#getQuantity(CharSequence) doesn't work with Dimensionless quantities | documentation enhancement | According to the Javadoc of [Quantities#getQuantity(CharSequence)](https://javadoc.io/doc/tech.units/indriya/latest/tech/units/indriya/quantity/Quantities.html#getQuantity-java.lang.CharSequence-):
> This method can be used to parse dimensionless quantities. Quantity proportion = Quantities.getQuantity("0.234").asType(Dimensionless.class);
However, running `Quantities.getQuantity("0.234").asType(Dimensionless.class)` throws:
```
IllegalArgumentException: No Unit found
``` | 1.0 | Quantities#getQuantity(CharSequence) doesn't work with Dimensionless quantities - According to the Javadoc of [Quantities#getQuantity(CharSequence)](https://javadoc.io/doc/tech.units/indriya/latest/tech/units/indriya/quantity/Quantities.html#getQuantity-java.lang.CharSequence-):
> This method can be used to parse dimensionless quantities. Quantity proportion = Quantities.getQuantity("0.234").asType(Dimensionless.class);
However, running `Quantities.getQuantity("0.234").asType(Dimensionless.class)` throws:
```
IllegalArgumentException: No Unit found
``` | non_priority | quantities getquantity charsequence doesn t work with dimensionless quantities according to the javadoc of this method can be used to parse dimensionless quantities quantity proportion quantities getquantity astype dimensionless class however running quantities getquantity astype dimensionless class throws illegalargumentexception no unit found | 0 |
49,265 | 3,001,879,985 | IssuesEvent | 2015-07-24 14:15:01 | jayway/powermock | https://api.github.com/repos/jayway/powermock | opened | whenNew mock declared as field variable not used. Same mock as local variable used. | bug imported Milestone-Release2.0 Priority-Low | _From [tim.azzo...@gmail.com](https://code.google.com/u/116564585851530355494/) on December 13, 2010 12:56:03_
What steps will reproduce the problem? 1. Run the two tests in the attached zip What is the expected output? What do you see instead? PowerMockBugPartATest fails with an NPE, PowerMockBugPartBTest passes.
The only difference between the two tests is that in PartA, the mock is declared as a field, but in PartB, the mock is a local variable. What version of the product are you using? On what operating system? Ubuntu 10.10
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
powermock-mockito-1.4.6-full.jar
objenesis-1.2.jar
mockito-all-1.8.5.jar
junit-4.8.1.jar
javassist-3.13.0-GA.jar
cglib-nodep-2.2.jar Please provide any additional information below. Running the tests in Eclipse Helios Service Release 1
Also run from the bash prompt:
java org.junit.runner.JUnitCore powermockbug.PowerMockBugPartBTest
with the approporiate CLASSPATH
Same result in both cases
**Attachment:** [demo.jar](http://code.google.com/p/powermock/issues/detail?id=298)
_Original issue: http://code.google.com/p/powermock/issues/detail?id=298_ | 1.0 | whenNew mock declared as field variable not used. Same mock as local variable used. - _From [tim.azzo...@gmail.com](https://code.google.com/u/116564585851530355494/) on December 13, 2010 12:56:03_
What steps will reproduce the problem? 1. Run the two tests in the attached zip What is the expected output? What do you see instead? PowerMockBugPartATest fails with an NPE, PowerMockBugPartBTest passes.
The only difference between the two tests is that in PartA, the mock is declared as a field, but in PartB, the mock is a local variable. What version of the product are you using? On what operating system? Ubuntu 10.10
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
powermock-mockito-1.4.6-full.jar
objenesis-1.2.jar
mockito-all-1.8.5.jar
junit-4.8.1.jar
javassist-3.13.0-GA.jar
cglib-nodep-2.2.jar Please provide any additional information below. Running the tests in Eclipse Helios Service Release 1
Also run from the bash prompt:
java org.junit.runner.JUnitCore powermockbug.PowerMockBugPartBTest
with the approporiate CLASSPATH
Same result in both cases
**Attachment:** [demo.jar](http://code.google.com/p/powermock/issues/detail?id=298)
_Original issue: http://code.google.com/p/powermock/issues/detail?id=298_ | priority | whennew mock declared as field variable not used same mock as local variable used from on december what steps will reproduce the problem run the two tests in the attached zip what is the expected output what do you see instead powermockbugpartatest fails with an npe powermockbugpartbtest passes the only difference between the two tests is that in parta the mock is declared as a field but in partb the mock is a local variable what version of the product are you using on what operating system ubuntu java version java tm se runtime environment build java hotspot tm bit server vm build mixed mode powermock mockito full jar objenesis jar mockito all jar junit jar javassist ga jar cglib nodep jar please provide any additional information below running the tests in eclipse helios service release also run from the bash prompt java org junit runner junitcore powermockbug powermockbugpartbtest with the approporiate classpath same result in both cases attachment original issue | 1 |
64,625 | 6,913,119,845 | IssuesEvent | 2017-11-28 14:22:49 | emfoundation/asset-manager | https://api.github.com/repos/emfoundation/asset-manager | closed | Move api code into distinct django app | please test priority-2 | As a developer I want the code for the api in a separate django app, so that the code base is more easily changed and maintained. | 1.0 | Move api code into distinct django app - As a developer I want the code for the api in a separate django app, so that the code base is more easily changed and maintained. | non_priority | move api code into distinct django app as a developer i want the code for the api in a separate django app so that the code base is more easily changed and maintained | 0 |
422,743 | 12,287,479,231 | IssuesEvent | 2020-05-09 12:23:55 | googleapis/elixir-google-api | https://api.github.com/repos/googleapis/elixir-google-api | opened | Synthesis failed for CloudErrorReporting | api: clouderrorreporting autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate CloudErrorReporting. :broken_heart:
Here's the output from running `synth.py`:
```
2020-05-09 05:07:01 [INFO] logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
2020-05-09 05:07:01,848 autosynth > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
Switched to branch 'autosynth-clouderrorreporting'
2020-05-09 05:07:03 [INFO] Running synthtool
2020-05-09 05:07:03,760 autosynth > Running synthtool
2020-05-09 05:07:03 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/cloud_error_reporting/synth.metadata', 'synth.py', '--']
2020-05-09 05:07:03,760 autosynth > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/cloud_error_reporting/synth.metadata', 'synth.py', '--']
2020-05-09 05:07:03,973 synthtool > Executing /home/kbuilder/.cache/synthtool/elixir-google-api/synth.py.
On branch autosynth-clouderrorreporting
nothing to commit, working tree clean
2020-05-09 05:07:04,052 synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
2020-05-09 05:07:04,508 synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir19 scripts/generate_client.sh CloudErrorReporting
2020-05-09 05:07:08,323 synthtool > No files in sources /home/kbuilder/.cache/synthtool/elixir-google-api/clients were copied. Does the source contain files?
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 180, in __exit__
write(self.metadata_file_path)
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 112, in write
with open(outfile, "w") as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'clients/cloud_error_reporting/synth.metadata'
2020-05-09 05:07:08 [ERROR] Synthesis failed
2020-05-09 05:07:08,355 autosynth > Synthesis failed
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 599, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 471, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 549, in _inner_main
).synthesize(base_synth_log_path)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 118, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/cloud_error_reporting/synth.metadata', 'synth.py', '--', 'CloudErrorReporting']' returned non-zero exit status 1.
```
Google internal developers can see the full log [here](https://sponge/11ff3741-9158-4831-8681-fff828f77e1a).
| 1.0 | Synthesis failed for CloudErrorReporting - Hello! Autosynth couldn't regenerate CloudErrorReporting. :broken_heart:
Here's the output from running `synth.py`:
```
2020-05-09 05:07:01 [INFO] logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
2020-05-09 05:07:01,848 autosynth > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
Switched to branch 'autosynth-clouderrorreporting'
2020-05-09 05:07:03 [INFO] Running synthtool
2020-05-09 05:07:03,760 autosynth > Running synthtool
2020-05-09 05:07:03 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/cloud_error_reporting/synth.metadata', 'synth.py', '--']
2020-05-09 05:07:03,760 autosynth > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/cloud_error_reporting/synth.metadata', 'synth.py', '--']
2020-05-09 05:07:03,973 synthtool > Executing /home/kbuilder/.cache/synthtool/elixir-google-api/synth.py.
On branch autosynth-clouderrorreporting
nothing to commit, working tree clean
2020-05-09 05:07:04,052 synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
2020-05-09 05:07:04,508 synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir19 scripts/generate_client.sh CloudErrorReporting
2020-05-09 05:07:08,323 synthtool > No files in sources /home/kbuilder/.cache/synthtool/elixir-google-api/clients were copied. Does the source contain files?
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 180, in __exit__
write(self.metadata_file_path)
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 112, in write
with open(outfile, "w") as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'clients/cloud_error_reporting/synth.metadata'
2020-05-09 05:07:08 [ERROR] Synthesis failed
2020-05-09 05:07:08,355 autosynth > Synthesis failed
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 599, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 471, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 549, in _inner_main
).synthesize(base_synth_log_path)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 118, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/cloud_error_reporting/synth.metadata', 'synth.py', '--', 'CloudErrorReporting']' returned non-zero exit status 1.
```
Google internal developers can see the full log [here](https://sponge/11ff3741-9158-4831-8681-fff828f77e1a).
| priority | synthesis failed for clouderrorreporting hello autosynth couldn t regenerate clouderrorreporting broken heart here s the output from running synth py logs will be written to tmpfs src github synthtool logs googleapis elixir google api autosynth logs will be written to tmpfs src github synthtool logs googleapis elixir google api switched to branch autosynth clouderrorreporting running synthtool autosynth running synthtool autosynth synthtool executing home kbuilder cache synthtool elixir google api synth py on branch autosynth clouderrorreporting nothing to commit working tree clean synthtool cloning synthtool running docker run rm v home kbuilder cache synthtool elixir google api workspace v var run docker sock var run docker sock e user group w workspace gcr io cloud devrel public resources scripts generate client sh clouderrorreporting synthtool no files in sources home kbuilder cache synthtool elixir google api clients were copied does the source contain files traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src github synthtool synthtool main py line in main file tmpfs src github synthtool env lib site packages click core py line in call return self main args kwargs file tmpfs src github synthtool env lib site packages click core py line in main rv self invoke ctx file tmpfs src github synthtool env lib site packages click core py line in invoke return ctx invoke self callback ctx params file tmpfs src github synthtool env lib site packages click core py line in invoke return callback args kwargs file tmpfs src github synthtool synthtool main py line in main spec loader exec module synth module type ignore file tmpfs src github synthtool synthtool metadata py line in exit write self metadata file path file tmpfs src github synthtool synthtool metadata py line in write with open outfile w as fh filenotfounderror no such file or directory clients cloud error reporting synth metadata synthesis failed autosynth synthesis failed traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src github synthtool autosynth synth py line in main file tmpfs src github synthtool autosynth synth py line in main return inner main temp dir file tmpfs src github synthtool autosynth synth py line in inner main synthesize base synth log path file tmpfs src github synthtool autosynth synthesizer py line in synthesize synth proc check returncode raise an exception file home kbuilder pyenv versions lib subprocess py line in check returncode self stderr subprocess calledprocesserror command returned non zero exit status google internal developers can see the full log | 1 |
492,172 | 14,189,286,552 | IssuesEvent | 2020-11-14 00:18:07 | kubernetes/minikube | https://api.github.com/repos/kubernetes/minikube | closed | Add driver alias for kvm -> kvm2 | co/kvm co/kvm2 good first issue help wanted kind/feature priority/important-longterm | Since we've dropped support for the original kvm like, 3 years ago, it would make sense to support users who drop the 2.
Example: https://twitter.com/csfinch/status/1286501747729604612/photo/1 | 1.0 | Add driver alias for kvm -> kvm2 - Since we've dropped support for the original kvm like, 3 years ago, it would make sense to support users who drop the 2.
Example: https://twitter.com/csfinch/status/1286501747729604612/photo/1 | priority | add driver alias for kvm since we ve dropped support for the original kvm like years ago it would make sense to support users who drop the example | 1 |
173,982 | 6,535,040,161 | IssuesEvent | 2017-08-31 13:19:00 | VirtoCommerce/vc-platform | https://api.github.com/repos/VirtoCommerce/vc-platform | closed | Why does it take so long to see the error message If connection string is broken. | bug Priority: High quickfix | Why does it take so long to see the error message If connection string is broken.
Version info:
- Platform version: 2.13.12
### Expected behavior
Get user friendly error message asap if sql connection is invalid.
Maybe we should have multi step health check before start.
### Actual behavior
We should wait for a long time If connection string is broken.
### Steps to reproduce
1. Download platform
2. Setup wrong SQL Connection
3. Start and wait, .....
| 1.0 | Why does it take so long to see the error message If connection string is broken. - Why does it take so long to see the error message If connection string is broken.
Version info:
- Platform version: 2.13.12
### Expected behavior
Get user friendly error message asap if sql connection is invalid.
Maybe we should have multi step health check before start.
### Actual behavior
We should wait for a long time If connection string is broken.
### Steps to reproduce
1. Download platform
2. Setup wrong SQL Connection
3. Start and wait, .....
| priority | why does it take so long to see the error message if connection string is broken why does it take so long to see the error message if connection string is broken version info platform version expected behavior get user friendly error message asap if sql connection is invalid maybe we should have multi step health check before start actual behavior we should wait for a long time if connection string is broken steps to reproduce download platform setup wrong sql connection start and wait | 1 |
153,169 | 5,886,615,003 | IssuesEvent | 2017-05-17 03:38:46 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | settings: Saving changes in your-account settings brings current message to an earlier message | area: settings (user) bug help wanted priority | 1. Go to [your-account](https://chat.zulip.org/#settings/your-account) settings.
2. Press "Save Changes".
3. Exit and go to your home screen to see that your current message has changed to an earlier message.
(Seems to be the same with "Change email") | 1.0 | settings: Saving changes in your-account settings brings current message to an earlier message - 1. Go to [your-account](https://chat.zulip.org/#settings/your-account) settings.
2. Press "Save Changes".
3. Exit and go to your home screen to see that your current message has changed to an earlier message.
(Seems to be the same with "Change email") | priority | settings saving changes in your account settings brings current message to an earlier message go to settings press save changes exit and go to your home screen to see that your current message has changed to an earlier message seems to be the same with change email | 1 |
566,017 | 16,778,146,517 | IssuesEvent | 2021-06-15 01:53:38 | webriq-pagebuilder/studio-template-default | https://api.github.com/repos/webriq-pagebuilder/studio-template-default | closed | Remove other login options but default to E-mail / password | enhancement priority-1 | 
I believe it's possible to directly get away from this screen and go the login page where you input your email and password | 1.0 | Remove other login options but default to E-mail / password - 
I believe it's possible to directly get away from this screen and go the login page where you input your email and password | priority | remove other login options but default to e mail password i believe it s possible to directly get away from this screen and go the login page where you input your email and password | 1 |
470,954 | 13,550,542,727 | IssuesEvent | 2020-09-17 09:45:17 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | closed | Application Rate Limitation Policy Adding dialog box can be improved | Priority/Normal Type/Improvement Type/React-UI | ### Describe your problem(s)
When trying to create an Application Rate Limiting policy with a long name (more than 30 characters), the UI provides a wrong error message: `Name contains one or more illegal characters `. This can be improved as `Name is too long`.
Application Rate Limiting policy adding dialog is not always displaying the validation errors under the input field. Observe the error (in the second screenshot) is not showing anymore when another input field is changed.


#### Suggested Labels:
React/UI
| 1.0 | Application Rate Limitation Policy Adding dialog box can be improved - ### Describe your problem(s)
When trying to create an Application Rate Limiting policy with a long name (more than 30 characters), the UI provides a wrong error message: `Name contains one or more illegal characters `. This can be improved as `Name is too long`.
Application Rate Limiting policy adding dialog is not always displaying the validation errors under the input field. Observe the error (in the second screenshot) is not showing anymore when another input field is changed.


#### Suggested Labels:
React/UI
| priority | application rate limitation policy adding dialog box can be improved describe your problem s when trying to create an application rate limiting policy with a long name more than characters the ui provides a wrong error message name contains one or more illegal characters this can be improved as name is too long application rate limiting policy adding dialog is not always displaying the validation errors under the input field observe the error in the second screenshot is not showing anymore when another input field is changed suggested labels react ui | 1 |
23,170 | 11,862,756,099 | IssuesEvent | 2020-03-25 18:28:52 | couchbase/sync_gateway | https://api.github.com/repos/couchbase/sync_gateway | closed | sg-replicate can not scale horizontally | P2: medium ffc icebox performance | ### Sync Gateway version
1.3.1
### Operating system
RedHat 7.2
### Config file
"replications":[
{
"replication_id":"C2_C1",
"source": "default",
"target": "http://localhost:4985/default/",
"continuous":true,
"changes_feed_limit":1000
}
### Expected behavior
By adding a nodes to sg-replicate cluster, sg-replicate should scale horizontally. replication should happen in load balanced manner
### Actual behavior
All sg-replicates are doing duplicate. Each of them trying to replicate same documents from _sync:seq =zero. Throughput is not increasing.
### Steps to reproduce
1. Run a single sg-replicator with above configuration and run traffic
2. Add a replicator with same config as above and run traffic | True | sg-replicate can not scale horizontally - ### Sync Gateway version
1.3.1
### Operating system
RedHat 7.2
### Config file
"replications":[
{
"replication_id":"C2_C1",
"source": "default",
"target": "http://localhost:4985/default/",
"continuous":true,
"changes_feed_limit":1000
}
### Expected behavior
By adding a nodes to sg-replicate cluster, sg-replicate should scale horizontally. replication should happen in load balanced manner
### Actual behavior
All sg-replicates are doing duplicate. Each of them trying to replicate same documents from _sync:seq =zero. Throughput is not increasing.
### Steps to reproduce
1. Run a single sg-replicator with above configuration and run traffic
2. Add a replicator with same config as above and run traffic | non_priority | sg replicate can not scale horizontally sync gateway version operating system redhat config file replications replication id source default target continuous true changes feed limit expected behavior by adding a nodes to sg replicate cluster sg replicate should scale horizontally replication should happen in load balanced manner actual behavior all sg replicates are doing duplicate each of them trying to replicate same documents from sync seq zero throughput is not increasing steps to reproduce run a single sg replicator with above configuration and run traffic add a replicator with same config as above and run traffic | 0 |
54,589 | 11,261,570,268 | IssuesEvent | 2020-01-13 13:02:14 | wahlgenial/wahlgenial-webapp | https://api.github.com/repos/wahlgenial/wahlgenial-webapp | closed | Lehrermodul in bestehendes Wahlgenial integrieren | Code Priority: High | Den teacher-Apps Bereich aus Projekt 2 mit dem alten Wahlgenial auf dem Server zusammenführen.
Menü-Verlinkung erstmal rausnehmen.
Test der Integration, Fehlerbeseitigung. | 1.0 | Lehrermodul in bestehendes Wahlgenial integrieren - Den teacher-Apps Bereich aus Projekt 2 mit dem alten Wahlgenial auf dem Server zusammenführen.
Menü-Verlinkung erstmal rausnehmen.
Test der Integration, Fehlerbeseitigung. | non_priority | lehrermodul in bestehendes wahlgenial integrieren den teacher apps bereich aus projekt mit dem alten wahlgenial auf dem server zusammenführen menü verlinkung erstmal rausnehmen test der integration fehlerbeseitigung | 0 |
805,177 | 29,510,312,236 | IssuesEvent | 2023-06-03 21:07:20 | CAMaji/oxygen-cs-grp2-eq10 | https://api.github.com/repos/CAMaji/oxygen-cs-grp2-eq10 | opened | [FEATURE] - Git Hook - Linting | feature medium priority | ## Description de la fonctionnalité
Définir les étapes de linting.
## Niveau de priorité (critique, important, ou utile)
Niveau important
## Exigences et contraintes (optionnel)
## Détails techniques (optionnel)
| 1.0 | [FEATURE] - Git Hook - Linting - ## Description de la fonctionnalité
Définir les étapes de linting.
## Niveau de priorité (critique, important, ou utile)
Niveau important
## Exigences et contraintes (optionnel)
## Détails techniques (optionnel)
| priority | git hook linting description de la fonctionnalité définir les étapes de linting niveau de priorité critique important ou utile niveau important exigences et contraintes optionnel détails techniques optionnel | 1 |
508,340 | 14,698,718,657 | IssuesEvent | 2021-01-04 07:07:06 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.google.com - design is broken | browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical | <!-- @browser: Firefox 85.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:85.0) Gecko/20100101 Firefox/85.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/64713 -->
**URL**: https://www.google.com/search?safe=active&hl=es-419&source=hp&ei=5FPuX5S0M7Gx5OUPjNeOQA&q=juegos+friv&oq=j&gs_lcp=CgZwc3ktYWIQARgBMgUIABCxAzIFCAAQsQMyBQgAELEDMggIABCxAxCDATIFCAAQsQMyAgguMgUILhCxAzIFCAAQsQMyAggAMgUILhCxA1D-AVj-AWDyD2gAcAB4AIABXYgBXZIBATGYAQCgAQGqAQdnd3Mtd2l6&sclient=psy-ab
**Browser / Version**: Firefox 85.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Edge
**Problem type**: Design is broken
**Description**: Items are overlapped
**Steps to Reproduce**:
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/754577ad-f961-412a-896f-5ff15df50696.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: 20201220193140</li><li>channel: aurora</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/12/a9632891-fb2b-4f4b-8996-aa39b9d59666)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.google.com - design is broken - <!-- @browser: Firefox 85.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:85.0) Gecko/20100101 Firefox/85.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/64713 -->
**URL**: https://www.google.com/search?safe=active&hl=es-419&source=hp&ei=5FPuX5S0M7Gx5OUPjNeOQA&q=juegos+friv&oq=j&gs_lcp=CgZwc3ktYWIQARgBMgUIABCxAzIFCAAQsQMyBQgAELEDMggIABCxAxCDATIFCAAQsQMyAgguMgUILhCxAzIFCAAQsQMyAggAMgUILhCxA1D-AVj-AWDyD2gAcAB4AIABXYgBXZIBATGYAQCgAQGqAQdnd3Mtd2l6&sclient=psy-ab
**Browser / Version**: Firefox 85.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Edge
**Problem type**: Design is broken
**Description**: Items are overlapped
**Steps to Reproduce**:
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/754577ad-f961-412a-896f-5ff15df50696.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: 20201220193140</li><li>channel: aurora</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/12/a9632891-fb2b-4f4b-8996-aa39b9d59666)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | design is broken url browser version firefox operating system windows tested another browser yes edge problem type design is broken description items are overlapped 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 false mixed passive content blocked false tracking content blocked false from with ❤️ | 1 |
360,986 | 10,700,271,677 | IssuesEvent | 2019-10-23 23:20:56 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | qemu_x86 's SeaBIOS clears the screen every time it runs | area: QEMU area: Toolchains bug priority: low | Steps to reproduce:
Build and run any test case for qemu_x86.
Observe that the screen is cleared before the emulator prints any output.
Expected behavior:
Screen is not cleared
Impact:
This is VERY annoying when using 'sanitycheck -i' as we can't see a proper log of all the output of all the failing test cases.
Only QEMU on x86 seems to be affected. | 1.0 | qemu_x86 's SeaBIOS clears the screen every time it runs - Steps to reproduce:
Build and run any test case for qemu_x86.
Observe that the screen is cleared before the emulator prints any output.
Expected behavior:
Screen is not cleared
Impact:
This is VERY annoying when using 'sanitycheck -i' as we can't see a proper log of all the output of all the failing test cases.
Only QEMU on x86 seems to be affected. | priority | qemu s seabios clears the screen every time it runs steps to reproduce build and run any test case for qemu observe that the screen is cleared before the emulator prints any output expected behavior screen is not cleared impact this is very annoying when using sanitycheck i as we can t see a proper log of all the output of all the failing test cases only qemu on seems to be affected | 1 |
621,906 | 19,599,215,216 | IssuesEvent | 2022-01-05 22:06:33 | dwyl/auth | https://api.github.com/repos/dwyl/auth | opened | seeds.exs ... tidy/improve initialising data into auth db | enhancement help wanted priority-1 chore T1d discuss technical BLOCKED | # The "on-boarding" for the `auth` App _suuuuuuuuucks_! 😢
`while` attempting to `fly deploy` the `auth` app to Fly.io we noted that the `seeds.exs` file was not being executed: https://github.com/dwyl/auth/issues/172#issuecomment-1005194147 this means there is no `app` created in the DB:

so the home page does not even render. 💔

Re-reading the [`/priv/repo/seeds.exs`](https://github.com/dwyl/auth/blob/6466f8b212a40229fbec6e7398f33f2ecfa22a8c/priv/repo/seeds.exs) file I can see the intent ...
but I'm _embarrassed_ by how messy it is and I _apologise_ to anyone who has attempted to read/grok it ... 🤦♂️
**100% mea culpa**! Didn't think the `seeds.exs` code was going to be looked at very often so didn't invest enough time in it. ⏳
Related to: "Updated instructions needed ..." https://github.com/dwyl/auth/issues/157, "More clarity ..." https://github.com/dwyl/auth/issues/149 and "How to resolve `auth_plug` dependency https://github.com/dwyl/auth/issues/170
# Possible approaches to solve this
My initial assessment is that we can approach solving this in (_at least_) **4 different ways**, in **order** of **_increasing_ effort/time**:
1. **Re-org** & **add comments** to the `seeds.exs` file which is currently only **147 lines** of code.
> The issue with this first approach, as noted in https://github.com/dwyl/auth/issues/172#issuecomment-1005537094 is that the /priv/repo/seeds.exs` file does not appear to be available on Fly.io once the release is created/compiled.
2. ***Re-write*** it from scratch with a fresh pair of eyes and move it to `/lib` where it will be executable by the `mix release`
3. **Create** something **`new`** that outputs raw SQL that we can run directly on the DB
https://stackoverflow.com/questions/36770956/how-can-i-see-the-raw-sql-generated-for-an-ecto-query
[` Ecto.Adapters.SQL.to_sql/3`](https://hexdocs.pm/ecto_sql/Ecto.Adapters.SQL.html#to_sql/3)
4. **Create** a "**Setup & Status**" wizard/screen that informs the **`superadmin`** of the status of their `auth` instance.
i. Creates the "default" app if it does not already exist. This will only happen once.
ii. Displays the `AUTH_API_KEY` for the default app so it can be exported as an environment variable
iii. Once the `AUTH_API_KEY` environment variable is set, display this detail on the "status" page.
iv. Check all the other environment variables are defined so that the person setting up the `auth` app _knows_ the status.
> This 4<sup>th</sup> Option/approach would help with the `auth_plug` dependency https://github.com/dwyl/auth/issues/170
# Todo
+ [ ] **Discuss & _Decide_** which approach we are going to take to fixing the `seeds.exs` problem in both the short-term and longer term.
+ [ ] **Implement** the chosen solution.
+ [ ] **Seeding data** should be **idempodent** https://en.wikipedia.org/wiki/Idempotence#Computer_science_meaning (obvs).
+ [ ] **_Test_ it** on `localhost`, Heroku and Fly.io
> Note: I've applied **`priority-1`** and **`BLOCKED`** to this because it is currently blocking deployment to Fly.io 🔥
> I've also created **`tech-debt`** label in _this_ repo and proposed we add it to the **`labels`** repo: https://github.com/dwyl/labels/issues/101 | 1.0 | seeds.exs ... tidy/improve initialising data into auth db - # The "on-boarding" for the `auth` App _suuuuuuuuucks_! 😢
`while` attempting to `fly deploy` the `auth` app to Fly.io we noted that the `seeds.exs` file was not being executed: https://github.com/dwyl/auth/issues/172#issuecomment-1005194147 this means there is no `app` created in the DB:

so the home page does not even render. 💔

Re-reading the [`/priv/repo/seeds.exs`](https://github.com/dwyl/auth/blob/6466f8b212a40229fbec6e7398f33f2ecfa22a8c/priv/repo/seeds.exs) file I can see the intent ...
but I'm _embarrassed_ by how messy it is and I _apologise_ to anyone who has attempted to read/grok it ... 🤦♂️
**100% mea culpa**! Didn't think the `seeds.exs` code was going to be looked at very often so didn't invest enough time in it. ⏳
Related to: "Updated instructions needed ..." https://github.com/dwyl/auth/issues/157, "More clarity ..." https://github.com/dwyl/auth/issues/149 and "How to resolve `auth_plug` dependency https://github.com/dwyl/auth/issues/170
# Possible approaches to solve this
My initial assessment is that we can approach solving this in (_at least_) **4 different ways**, in **order** of **_increasing_ effort/time**:
1. **Re-org** & **add comments** to the `seeds.exs` file which is currently only **147 lines** of code.
> The issue with this first approach, as noted in https://github.com/dwyl/auth/issues/172#issuecomment-1005537094 is that the /priv/repo/seeds.exs` file does not appear to be available on Fly.io once the release is created/compiled.
2. ***Re-write*** it from scratch with a fresh pair of eyes and move it to `/lib` where it will be executable by the `mix release`
3. **Create** something **`new`** that outputs raw SQL that we can run directly on the DB
https://stackoverflow.com/questions/36770956/how-can-i-see-the-raw-sql-generated-for-an-ecto-query
[` Ecto.Adapters.SQL.to_sql/3`](https://hexdocs.pm/ecto_sql/Ecto.Adapters.SQL.html#to_sql/3)
4. **Create** a "**Setup & Status**" wizard/screen that informs the **`superadmin`** of the status of their `auth` instance.
i. Creates the "default" app if it does not already exist. This will only happen once.
ii. Displays the `AUTH_API_KEY` for the default app so it can be exported as an environment variable
iii. Once the `AUTH_API_KEY` environment variable is set, display this detail on the "status" page.
iv. Check all the other environment variables are defined so that the person setting up the `auth` app _knows_ the status.
> This 4<sup>th</sup> Option/approach would help with the `auth_plug` dependency https://github.com/dwyl/auth/issues/170
# Todo
+ [ ] **Discuss & _Decide_** which approach we are going to take to fixing the `seeds.exs` problem in both the short-term and longer term.
+ [ ] **Implement** the chosen solution.
+ [ ] **Seeding data** should be **idempodent** https://en.wikipedia.org/wiki/Idempotence#Computer_science_meaning (obvs).
+ [ ] **_Test_ it** on `localhost`, Heroku and Fly.io
> Note: I've applied **`priority-1`** and **`BLOCKED`** to this because it is currently blocking deployment to Fly.io 🔥
> I've also created **`tech-debt`** label in _this_ repo and proposed we add it to the **`labels`** repo: https://github.com/dwyl/labels/issues/101 | priority | seeds exs tidy improve initialising data into auth db the on boarding for the auth app suuuuuuuuucks 😢 while attempting to fly deploy the auth app to fly io we noted that the seeds exs file was not being executed this means there is no app created in the db so the home page does not even render 💔 re reading the file i can see the intent but i m embarrassed by how messy it is and i apologise to anyone who has attempted to read grok it 🤦♂️ mea culpa didn t think the seeds exs code was going to be looked at very often so didn t invest enough time in it ⏳ related to updated instructions needed more clarity and how to resolve auth plug dependency possible approaches to solve this my initial assessment is that we can approach solving this in at least different ways in order of increasing effort time re org add comments to the seeds exs file which is currently only lines of code the issue with this first approach as noted in is that the priv repo seeds exs file does not appear to be available on fly io once the release is created compiled re write it from scratch with a fresh pair of eyes and move it to lib where it will be executable by the mix release create something new that outputs raw sql that we can run directly on the db create a setup status wizard screen that informs the superadmin of the status of their auth instance i creates the default app if it does not already exist this will only happen once ii displays the auth api key for the default app so it can be exported as an environment variable iii once the auth api key environment variable is set display this detail on the status page iv check all the other environment variables are defined so that the person setting up the auth app knows the status this th option approach would help with the auth plug dependency todo discuss decide which approach we are going to take to fixing the seeds exs problem in both the short term and longer term implement the chosen solution seeding data should be idempodent obvs test it on localhost heroku and fly io note i ve applied priority and blocked to this because it is currently blocking deployment to fly io 🔥 i ve also created tech debt label in this repo and proposed we add it to the labels repo | 1 |
201,292 | 7,029,041,164 | IssuesEvent | 2017-12-25 17:18:19 | viktorradnai/flightgear-ask21 | https://api.github.com/repos/viktorradnai/flightgear-ask21 | opened | Aileron has far too high drag | bug fdm highpriority | The aileron drag is so high that it directly decreases vertical speed by ~1m/s, which IMO is far too much, wenn using it (full deflection) along with the spoilers extended, it leads immediately to a decrease in airspeed of up to ~80km/h making the aircraft stall. l'll experiment whether simply decreasing drag="" in the aileron config (FDM) fixes this. | 1.0 | Aileron has far too high drag - The aileron drag is so high that it directly decreases vertical speed by ~1m/s, which IMO is far too much, wenn using it (full deflection) along with the spoilers extended, it leads immediately to a decrease in airspeed of up to ~80km/h making the aircraft stall. l'll experiment whether simply decreasing drag="" in the aileron config (FDM) fixes this. | priority | aileron has far too high drag the aileron drag is so high that it directly decreases vertical speed by s which imo is far too much wenn using it full deflection along with the spoilers extended it leads immediately to a decrease in airspeed of up to h making the aircraft stall l ll experiment whether simply decreasing drag in the aileron config fdm fixes this | 1 |
49,357 | 7,495,406,891 | IssuesEvent | 2018-04-07 20:27:45 | vkamiansky/composite | https://api.github.com/repos/vkamiansky/composite | closed | Create a sample project featuring the use of Composite functions | documentation | Consider processing data from GitHub as a use case. | 1.0 | Create a sample project featuring the use of Composite functions - Consider processing data from GitHub as a use case. | non_priority | create a sample project featuring the use of composite functions consider processing data from github as a use case | 0 |
143,452 | 5,517,593,439 | IssuesEvent | 2017-03-18 00:19:27 | prologinsandbox/camisole | https://api.github.com/repos/prologinsandbox/camisole | closed | Add a way to set arbitrary language names | priority:major state:resolved type:bug | > ###### Originally posted 2017-01-10 19:41 by [serialk](https://bitbucket.org/serialk/) on Bitbucket
Using `__class__.__name__` is a cool default but I think we should give more control to the user (like using a name descriptor that gives `__class__.__name__` when not set). | 1.0 | Add a way to set arbitrary language names - > ###### Originally posted 2017-01-10 19:41 by [serialk](https://bitbucket.org/serialk/) on Bitbucket
Using `__class__.__name__` is a cool default but I think we should give more control to the user (like using a name descriptor that gives `__class__.__name__` when not set). | priority | add a way to set arbitrary language names originally posted by on bitbucket using class name is a cool default but i think we should give more control to the user like using a name descriptor that gives class name when not set | 1 |
36,660 | 2,809,423,804 | IssuesEvent | 2015-05-16 01:06:19 | Retrospring/bugs | https://api.github.com/repos/Retrospring/bugs | opened | Usage of content meta-tags | enhancement implementable low priority minor | Just something small to improve previews on sites/services that actually fetch information from these tags to display them to the users if a link to a specific site is posted. | 1.0 | Usage of content meta-tags - Just something small to improve previews on sites/services that actually fetch information from these tags to display them to the users if a link to a specific site is posted. | priority | usage of content meta tags just something small to improve previews on sites services that actually fetch information from these tags to display them to the users if a link to a specific site is posted | 1 |
61,556 | 25,561,067,671 | IssuesEvent | 2022-11-30 10:48:11 | wso2/apk | https://api.github.com/repos/wso2/apk | opened | Support to get Service Usage in Runtime API. | component/runtime-domain-services | **Description:**
Support to get Service Usage in Runtime API. | 1.0 | Support to get Service Usage in Runtime API. - **Description:**
Support to get Service Usage in Runtime API. | non_priority | support to get service usage in runtime api description support to get service usage in runtime api | 0 |
297,296 | 9,166,660,917 | IssuesEvent | 2019-03-02 05:42:34 | CS2113-AY1819S2-T09-3/main | https://api.github.com/repos/CS2113-AY1819S2-T09-3/main | closed | [v1.1] Add aliases for commands | priority.high | Aliases for Select, Clear, Find, List, History, Exit, Help, Undo and Redo are to be done | 1.0 | [v1.1] Add aliases for commands - Aliases for Select, Clear, Find, List, History, Exit, Help, Undo and Redo are to be done | priority | add aliases for commands aliases for select clear find list history exit help undo and redo are to be done | 1 |
256 | 2,596,186,331 | IssuesEvent | 2015-02-20 19:00:04 | RobDixonIII/Bloom | https://api.github.com/repos/RobDixonIII/Bloom | closed | Implement Unit Testing Framework | infrastructure testing | Choose and add a unit testing framework for testing code library projects like data, domain, and common. | 1.0 | Implement Unit Testing Framework - Choose and add a unit testing framework for testing code library projects like data, domain, and common. | non_priority | implement unit testing framework choose and add a unit testing framework for testing code library projects like data domain and common | 0 |
262,608 | 8,272,191,138 | IssuesEvent | 2018-09-16 17:31:49 | javaee/glassfish | https://api.github.com/repos/javaee/glassfish | closed | Should we expose _list-resources command? | Component: jca Priority: Major Type: Improvement | [Tracking Bug]
This came up during a review at AS ARCH.
We have a hidden command called _list-resources. Should we make this public?
I am filing this bug to track this decision.
#### Environment
Operating System: All
Platform: All
#### Affected Versions
[3.1] | 1.0 | Should we expose _list-resources command? - [Tracking Bug]
This came up during a review at AS ARCH.
We have a hidden command called _list-resources. Should we make this public?
I am filing this bug to track this decision.
#### Environment
Operating System: All
Platform: All
#### Affected Versions
[3.1] | priority | should we expose list resources command this came up during a review at as arch we have a hidden command called list resources should we make this public i am filing this bug to track this decision environment operating system all platform all affected versions | 1 |
119,535 | 25,532,977,415 | IssuesEvent | 2022-11-29 09:51:21 | arduino/arduino-ide | https://api.github.com/repos/arduino/arduino-ide | closed | Rightmost tab is selected by default | topic: code type: imperfection | ## Describe the bug
Arduino sketches may consist of multiple files, which are shown in the Arduino IDE as tabs when that sketch is open. The file with name matching the sketch name is always leftmost in the tabs. Since the `.ino` files are concatenated in order, the leftmost file is always the primary file.
For this reason, the leftmost tab should be selected by default.
🐛 However, the IDE currently selects the rightmost by default. This results in a less friendly experience for beginners.
## To Reproduce
1. Download this demonstration multi-file sketch: [MultipleFiles.zip](https://github.com/arduino/arduino-ide/files/7631481/MultipleFiles.zip)
1. Unzip the downloaded file.
1. Select **File > Open** from the Arduino IDE menus.
1. Select the `MultipleFiles.ino` file from the unzipped sketch folder.
1. Click the <kbd>Open</kbd> button.
🐛 Note that the second tab (`SomeTab.ino`) was selected.
## Expected behavior
Select the leftmost tab by default.
On subsequent opens of the sketch, it is fine to remember the previous tab selection.
## Desktop
- OS: Windows 10
- Version: 2.0.0-rc1-snapshot.f0d9894
Date: 2021-11-30T16:25:41.414Z
CLI Version: 0.20.1 [abb21449]
## Additional context
Although the multi-file sketch capability is often used for more advanced sketches, this is not always true. For example, **File > Examples > 02.Digital > ToneMelody** is an introductory level example sketch.
| 1.0 | Rightmost tab is selected by default - ## Describe the bug
Arduino sketches may consist of multiple files, which are shown in the Arduino IDE as tabs when that sketch is open. The file with name matching the sketch name is always leftmost in the tabs. Since the `.ino` files are concatenated in order, the leftmost file is always the primary file.
For this reason, the leftmost tab should be selected by default.
🐛 However, the IDE currently selects the rightmost by default. This results in a less friendly experience for beginners.
## To Reproduce
1. Download this demonstration multi-file sketch: [MultipleFiles.zip](https://github.com/arduino/arduino-ide/files/7631481/MultipleFiles.zip)
1. Unzip the downloaded file.
1. Select **File > Open** from the Arduino IDE menus.
1. Select the `MultipleFiles.ino` file from the unzipped sketch folder.
1. Click the <kbd>Open</kbd> button.
🐛 Note that the second tab (`SomeTab.ino`) was selected.
## Expected behavior
Select the leftmost tab by default.
On subsequent opens of the sketch, it is fine to remember the previous tab selection.
## Desktop
- OS: Windows 10
- Version: 2.0.0-rc1-snapshot.f0d9894
Date: 2021-11-30T16:25:41.414Z
CLI Version: 0.20.1 [abb21449]
## Additional context
Although the multi-file sketch capability is often used for more advanced sketches, this is not always true. For example, **File > Examples > 02.Digital > ToneMelody** is an introductory level example sketch.
| non_priority | rightmost tab is selected by default describe the bug arduino sketches may consist of multiple files which are shown in the arduino ide as tabs when that sketch is open the file with name matching the sketch name is always leftmost in the tabs since the ino files are concatenated in order the leftmost file is always the primary file for this reason the leftmost tab should be selected by default 🐛 however the ide currently selects the rightmost by default this results in a less friendly experience for beginners to reproduce download this demonstration multi file sketch unzip the downloaded file select file open from the arduino ide menus select the multiplefiles ino file from the unzipped sketch folder click the open button 🐛 note that the second tab sometab ino was selected expected behavior select the leftmost tab by default on subsequent opens of the sketch it is fine to remember the previous tab selection desktop os windows version snapshot date cli version additional context although the multi file sketch capability is often used for more advanced sketches this is not always true for example file examples digital tonemelody is an introductory level example sketch | 0 |
364,349 | 25,488,286,235 | IssuesEvent | 2022-11-26 18:09:27 | niqzart/flask-fullstack | https://api.github.com/repos/niqzart/flask-fullstack | opened | More documentaion | documentation | ### README.md
- [x] describe the project
- [x] list current features
- [ ] list future features & updates & breaking changes
### Documentaion
- [ ] Install instructions
- [ ] Quikstart guide
- [x] Database Interfaces
- [ ] Mixins with Decorators
- [ ] New Marshals
- [ ] Resource Controller
- [ ] Understandable Events
- [ ] Event Controller
- [ ] Upgraded Structures
- [ ] SQLAlchemy Simplified
- [ ] Other Utils
- [ ] Core | 1.0 | More documentaion - ### README.md
- [x] describe the project
- [x] list current features
- [ ] list future features & updates & breaking changes
### Documentaion
- [ ] Install instructions
- [ ] Quikstart guide
- [x] Database Interfaces
- [ ] Mixins with Decorators
- [ ] New Marshals
- [ ] Resource Controller
- [ ] Understandable Events
- [ ] Event Controller
- [ ] Upgraded Structures
- [ ] SQLAlchemy Simplified
- [ ] Other Utils
- [ ] Core | non_priority | more documentaion readme md describe the project list current features list future features updates breaking changes documentaion install instructions quikstart guide database interfaces mixins with decorators new marshals resource controller understandable events event controller upgraded structures sqlalchemy simplified other utils core | 0 |
114,231 | 17,195,805,220 | IssuesEvent | 2021-07-16 17:10:18 | harrinry/carbon | https://api.github.com/repos/harrinry/carbon | opened | CVE-2019-6283 (Medium) detected in opennmsopennms-source-26.0.0-1 | security vulnerability | ## CVE-2019-6283 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-26.0.0-1</b></p></summary>
<p>
<p>A Java based fault and performance management system</p>
<p>Library home page: <a href=https://sourceforge.net/projects/opennms/>https://sourceforge.net/projects/opennms/</a></p>
<p>Found in HEAD commit: <a href="https://github.com/harrinry/carbon/commit/94195156354fb4a892f42b4f0adb11e9d40c606b">94195156354fb4a892f42b4f0adb11e9d40c606b</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>carbon/node_modules/node-sass/src/libsass/src/prelexer.hpp</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In LibSass 3.5.5, a heap-based buffer over-read exists in Sass::Prelexer::parenthese_scope in prelexer.hpp.
<p>Publish Date: 2019-01-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-6283>CVE-2019-6283</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</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: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284</a></p>
<p>Release Date: 2019-08-06</p>
<p>Fix Resolution: LibSass - 3.6.0</p>
</p>
</details>
<p></p>
| True | CVE-2019-6283 (Medium) detected in opennmsopennms-source-26.0.0-1 - ## CVE-2019-6283 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-26.0.0-1</b></p></summary>
<p>
<p>A Java based fault and performance management system</p>
<p>Library home page: <a href=https://sourceforge.net/projects/opennms/>https://sourceforge.net/projects/opennms/</a></p>
<p>Found in HEAD commit: <a href="https://github.com/harrinry/carbon/commit/94195156354fb4a892f42b4f0adb11e9d40c606b">94195156354fb4a892f42b4f0adb11e9d40c606b</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>carbon/node_modules/node-sass/src/libsass/src/prelexer.hpp</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In LibSass 3.5.5, a heap-based buffer over-read exists in Sass::Prelexer::parenthese_scope in prelexer.hpp.
<p>Publish Date: 2019-01-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-6283>CVE-2019-6283</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</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: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284</a></p>
<p>Release Date: 2019-08-06</p>
<p>Fix Resolution: LibSass - 3.6.0</p>
</p>
</details>
<p></p>
| non_priority | cve medium detected in opennmsopennms source cve medium severity vulnerability vulnerable library opennmsopennms source a java based fault and performance management system library home page a href found in head commit a href found in base branch master vulnerable source files carbon node modules node sass src libsass src prelexer hpp vulnerability details in libsass a heap based buffer over read exists in sass prelexer parenthese scope in prelexer hpp 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 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 libsass | 0 |
547,732 | 16,045,934,192 | IssuesEvent | 2021-04-22 13:39:18 | epicmaxco/vuestic-ui | https://api.github.com/repos/epicmaxco/vuestic-ui | opened | Command to check for missing translations | low priority | We need a command to check if some translation strings are not being used.
Note that translation strings are always used without variables. I.e. `offsets.sizes.xl` will never be used as `offsets.sizes.${size}`. If not - that's a mistake.
Command should just display a list of unused strings separated by line break. Should not attempt removing these strings.
| 1.0 | Command to check for missing translations - We need a command to check if some translation strings are not being used.
Note that translation strings are always used without variables. I.e. `offsets.sizes.xl` will never be used as `offsets.sizes.${size}`. If not - that's a mistake.
Command should just display a list of unused strings separated by line break. Should not attempt removing these strings.
| priority | command to check for missing translations we need a command to check if some translation strings are not being used note that translation strings are always used without variables i e offsets sizes xl will never be used as offsets sizes size if not that s a mistake command should just display a list of unused strings separated by line break should not attempt removing these strings | 1 |
252,152 | 27,230,333,839 | IssuesEvent | 2023-02-21 12:47:32 | sureng-ws-ibm/sg-easybuggy | https://api.github.com/repos/sureng-ws-ibm/sg-easybuggy | opened | CVE-2023-24998 (Medium) detected in commons-fileupload-1.3.1.jar | security vulnerability | ## CVE-2023-24998 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-fileupload-1.3.1.jar</b></p></summary>
<p>The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart
file upload functionality to servlets and web applications.</p>
<p>Library home page: <a href="http://commons.apache.org/proper/commons-fileupload/">http://commons.apache.org/proper/commons-fileupload/</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.jar</p>
<p>
Dependency Hierarchy:
- esapi-2.1.0.1.jar (Root Library)
- :x: **commons-fileupload-1.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sureng-ws-ibm/sg-easybuggy/commit/296020e0003380d28e74bc162330ac1478ce6586">296020e0003380d28e74bc162330ac1478ce6586</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Apache Commons FileUpload before 1.5 does not limit the number of request parts to be processed resulting in the possibility of an attacker triggering a DoS with a malicious upload or series of uploads.
<p>Publish Date: 2023-02-20
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-24998>CVE-2023-24998</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://seclists.org/oss-sec/2023/q1/108">https://seclists.org/oss-sec/2023/q1/108</a></p>
<p>Release Date: 2023-02-20</p>
<p>Fix Resolution: commons-fileupload:commons-fileupload:1.5;org.apache.tomcat:tomcat-coyote:8.5.85,9.0.71,10.1.5</p>
</p>
</details>
<p></p>
| True | CVE-2023-24998 (Medium) detected in commons-fileupload-1.3.1.jar - ## CVE-2023-24998 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-fileupload-1.3.1.jar</b></p></summary>
<p>The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart
file upload functionality to servlets and web applications.</p>
<p>Library home page: <a href="http://commons.apache.org/proper/commons-fileupload/">http://commons.apache.org/proper/commons-fileupload/</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.jar</p>
<p>
Dependency Hierarchy:
- esapi-2.1.0.1.jar (Root Library)
- :x: **commons-fileupload-1.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sureng-ws-ibm/sg-easybuggy/commit/296020e0003380d28e74bc162330ac1478ce6586">296020e0003380d28e74bc162330ac1478ce6586</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Apache Commons FileUpload before 1.5 does not limit the number of request parts to be processed resulting in the possibility of an attacker triggering a DoS with a malicious upload or series of uploads.
<p>Publish Date: 2023-02-20
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-24998>CVE-2023-24998</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://seclists.org/oss-sec/2023/q1/108">https://seclists.org/oss-sec/2023/q1/108</a></p>
<p>Release Date: 2023-02-20</p>
<p>Fix Resolution: commons-fileupload:commons-fileupload:1.5;org.apache.tomcat:tomcat-coyote:8.5.85,9.0.71,10.1.5</p>
</p>
</details>
<p></p>
| non_priority | cve medium detected in commons fileupload jar cve medium severity vulnerability vulnerable library commons fileupload jar the apache commons fileupload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository commons fileupload commons fileupload commons fileupload jar dependency hierarchy esapi jar root library x commons fileupload jar vulnerable library found in head commit a href found in base branch master vulnerability details apache commons fileupload before does not limit the number of request parts to be processed resulting in the possibility of an attacker triggering a dos with a malicious upload or series of uploads 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 commons fileupload commons fileupload org apache tomcat tomcat coyote | 0 |
465,786 | 13,392,251,958 | IssuesEvent | 2020-09-03 00:49:29 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | Messages from notifications_bot aren't tagged for translation | area: i18n bug priority: high | You can find these and similar strings by searching the codebase for `get_system_bot`, since most things sent by system bots are this sort of notification. We may want to take the opportunity to edit the text a bit when tagging for translation as well.
In terms of what language to use, for private messages, we should use the language of the recipient user. For stream messages, we should use the default language for the organization. We may need to call the Django methods to change the language in these internal_send_message type code paths for this to work at runtime. But I think it's be reasonable to start with just tagging the strings so translators can start working on them.
A related set of strings we'll want to translate is those in `zerver/lib/onboarding.py`, but I think we might want to defer that until @rishig does another pass on the text, since they're fairly long?
https://zulip.readthedocs.io/en/latest/translating.html is relevant context for how to do the tags. | 1.0 | Messages from notifications_bot aren't tagged for translation - You can find these and similar strings by searching the codebase for `get_system_bot`, since most things sent by system bots are this sort of notification. We may want to take the opportunity to edit the text a bit when tagging for translation as well.
In terms of what language to use, for private messages, we should use the language of the recipient user. For stream messages, we should use the default language for the organization. We may need to call the Django methods to change the language in these internal_send_message type code paths for this to work at runtime. But I think it's be reasonable to start with just tagging the strings so translators can start working on them.
A related set of strings we'll want to translate is those in `zerver/lib/onboarding.py`, but I think we might want to defer that until @rishig does another pass on the text, since they're fairly long?
https://zulip.readthedocs.io/en/latest/translating.html is relevant context for how to do the tags. | priority | messages from notifications bot aren t tagged for translation you can find these and similar strings by searching the codebase for get system bot since most things sent by system bots are this sort of notification we may want to take the opportunity to edit the text a bit when tagging for translation as well in terms of what language to use for private messages we should use the language of the recipient user for stream messages we should use the default language for the organization we may need to call the django methods to change the language in these internal send message type code paths for this to work at runtime but i think it s be reasonable to start with just tagging the strings so translators can start working on them a related set of strings we ll want to translate is those in zerver lib onboarding py but i think we might want to defer that until rishig does another pass on the text since they re fairly long is relevant context for how to do the tags | 1 |
188,749 | 6,781,880,290 | IssuesEvent | 2017-10-30 04:19:36 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.wish.com - see bug description | browser-firefox priority-important status-invalid | <!-- @browser: Firefox 58.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://www.wish.com/
**Browser / Version**: Firefox 58.0
**Operating System**: Linux
**Tested Another Browser**: Unknown
**Problem type**: Something else
**Description**: cant login because i have to use login with facebook button
**Steps to Reproduce**:
[](https://webcompat.com/uploads/2017/10/50a97aec-098b-4016-8120-61c2ce356e76.jpg)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.wish.com - see bug description - <!-- @browser: Firefox 58.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://www.wish.com/
**Browser / Version**: Firefox 58.0
**Operating System**: Linux
**Tested Another Browser**: Unknown
**Problem type**: Something else
**Description**: cant login because i have to use login with facebook button
**Steps to Reproduce**:
[](https://webcompat.com/uploads/2017/10/50a97aec-098b-4016-8120-61c2ce356e76.jpg)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | see bug description url browser version firefox operating system linux tested another browser unknown problem type something else description cant login because i have to use login with facebook button steps to reproduce from with ❤️ | 1 |
127,679 | 10,478,055,366 | IssuesEvent | 2019-09-23 22:36:27 | containerd/cri | https://api.github.com/repos/containerd/cri | closed | [WCOW] SSH is flaky in windows test | kind/test | We setup ssh on windows using the script we wrote in kubernetes https://github.com/kubernetes/kubernetes/blob/master/cluster/gce/windows/testonly/install-ssh.psm1
However, it is pretty flaky, we occasionally see "Permission Denied" error.
We should fix it to avoid false signal. | 1.0 | [WCOW] SSH is flaky in windows test - We setup ssh on windows using the script we wrote in kubernetes https://github.com/kubernetes/kubernetes/blob/master/cluster/gce/windows/testonly/install-ssh.psm1
However, it is pretty flaky, we occasionally see "Permission Denied" error.
We should fix it to avoid false signal. | non_priority | ssh is flaky in windows test we setup ssh on windows using the script we wrote in kubernetes however it is pretty flaky we occasionally see permission denied error we should fix it to avoid false signal | 0 |
446,348 | 12,855,720,028 | IssuesEvent | 2020-07-09 06:03:28 | Laravel-Backpack/CRUD | https://api.github.com/repos/Laravel-Backpack/CRUD | closed | Custom order logic produces error with search | Priority: SHOULD | # Bug report
### What I did
I created a custom order logic to order by a relationship field like the following:
```
return $query->leftJoin('users', 'users.id', '=', 'rooms.user_id')
->orderBy('users.email', $columnDirection)->select('rooms.*');
```
### What I expected to happen
I expect that it doesn't affect any other functionality in the CRUD.
### What happened
Whenever I do a search query in the CRUD while the sorting of that relationship field is triggered .. I get the following error in the Ajax.
```
"SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'id' in where clause is ambiguous (SQL: select `rooms`.* from `rooms` left join `users` on `users`.`id` = `rooms`.`user_id` where (`id` like %a% or exists (select * from `users` where `rooms`.`user_id` = `users`.`id` and `email` LIKE %a%) or `bedrooms` like %a% or `bathrooms` like %a% or `roommates` like %a% or `gender` like %a% or `rent` like %a% or `plan` like %a% or `status` like %a%) and `rooms`.`deleted_at` is null order by `users`.`email` asc, `id` desc limit 10)"
```
If I remove the search query from the search field and try to order by the relationship column it works well.
### What I've already tried to fix it
Tried to debug the issue and follow the documentation but no luck.
### Backpack, Laravel, PHP, DB version
When I run ```php artisan backpack:version``` the output is:
```
### PHP VERSION:
PHP 7.3.17 (cli) (built: Apr 16 2020 13:00:36) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.17, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.17, Copyright (c) 1999-2018, by Zend Technologies
### LARAVEL VERSION:
v5.8.38@78eb4dabcc03e189620c16f436358d41d31ae11f
### BACKPACK VERSION:
4.0.61@1977e0cc52fa7cf9547eaeadf03f5cd88402b574
``` | 1.0 | Custom order logic produces error with search - # Bug report
### What I did
I created a custom order logic to order by a relationship field like the following:
```
return $query->leftJoin('users', 'users.id', '=', 'rooms.user_id')
->orderBy('users.email', $columnDirection)->select('rooms.*');
```
### What I expected to happen
I expect that it doesn't affect any other functionality in the CRUD.
### What happened
Whenever I do a search query in the CRUD while the sorting of that relationship field is triggered .. I get the following error in the Ajax.
```
"SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'id' in where clause is ambiguous (SQL: select `rooms`.* from `rooms` left join `users` on `users`.`id` = `rooms`.`user_id` where (`id` like %a% or exists (select * from `users` where `rooms`.`user_id` = `users`.`id` and `email` LIKE %a%) or `bedrooms` like %a% or `bathrooms` like %a% or `roommates` like %a% or `gender` like %a% or `rent` like %a% or `plan` like %a% or `status` like %a%) and `rooms`.`deleted_at` is null order by `users`.`email` asc, `id` desc limit 10)"
```
If I remove the search query from the search field and try to order by the relationship column it works well.
### What I've already tried to fix it
Tried to debug the issue and follow the documentation but no luck.
### Backpack, Laravel, PHP, DB version
When I run ```php artisan backpack:version``` the output is:
```
### PHP VERSION:
PHP 7.3.17 (cli) (built: Apr 16 2020 13:00:36) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.17, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.17, Copyright (c) 1999-2018, by Zend Technologies
### LARAVEL VERSION:
v5.8.38@78eb4dabcc03e189620c16f436358d41d31ae11f
### BACKPACK VERSION:
4.0.61@1977e0cc52fa7cf9547eaeadf03f5cd88402b574
``` | priority | custom order logic produces error with search bug report what i did i created a custom order logic to order by a relationship field like the following return query leftjoin users users id rooms user id orderby users email columndirection select rooms what i expected to happen i expect that it doesn t affect any other functionality in the crud what happened whenever i do a search query in the crud while the sorting of that relationship field is triggered i get the following error in the ajax sqlstate integrity constraint violation column id in where clause is ambiguous sql select rooms from rooms left join users on users id rooms user id where id like a or exists select from users where rooms user id users id and email like a or bedrooms like a or bathrooms like a or roommates like a or gender like a or rent like a or plan like a or status like a and rooms deleted at is null order by users email asc id desc limit if i remove the search query from the search field and try to order by the relationship column it works well what i ve already tried to fix it tried to debug the issue and follow the documentation but no luck backpack laravel php db version when i run php artisan backpack version the output is php version php cli built apr nts copyright c the php group zend engine copyright c zend technologies with zend opcache copyright c by zend technologies laravel version backpack version | 1 |
217,336 | 16,851,265,554 | IssuesEvent | 2021-06-20 15:02:16 | SkriptLang/Skript | https://api.github.com/repos/SkriptLang/Skript | closed | Bug/Suggestion: can't set local variable and metadata value to a value in the same line of code | bug enhancement needs testing priority: lowest | Skript dev37c
Reproduce with:
```
command /test:
trigger:
set {_test} and command sender's metadata value "test" to 123
send "%{_test}%"
send "%command sender's metadata value ""test""%"
```
`{_test}` will return `<none>` | 1.0 | Bug/Suggestion: can't set local variable and metadata value to a value in the same line of code - Skript dev37c
Reproduce with:
```
command /test:
trigger:
set {_test} and command sender's metadata value "test" to 123
send "%{_test}%"
send "%command sender's metadata value ""test""%"
```
`{_test}` will return `<none>` | non_priority | bug suggestion can t set local variable and metadata value to a value in the same line of code skript reproduce with command test trigger set test and command sender s metadata value test to send test send command sender s metadata value test test will return | 0 |
689 | 12,399,624,242 | IssuesEvent | 2020-05-21 05:49:13 | bitprj/onboarding | https://api.github.com/repos/bitprj/onboarding | closed | Amy MacLauren | People_Onboarding newmember_onboarding | # Onboarding Associate Onboarding Checklist
### New Member Name: Amy MacLauren
### Onboarding Lead Name: Collin Chee
### Manager Name: Minh-Tu Nguyen
## Content Developer Tasks:
### Week 0:
**EduFlow**
- [ ] Get started on edu flow course and complete it in 7 days
*Link to eduflow: https://app.eduflow.com/join/S9G66Q
**Slack Greeting**
- [ ] Send a greeting message through the #welcome Channel
- Name
- Position
- Major
- Year
- Spirit Animal
**Meeting with Onboarding**
- [ ] Set-up a 1:1 with Minh-Tu and Collin: https://calendly.com/minngu/
**Welcome Webinar**
- [ ] Complete live [Welcome Webinar](https://zoom.us/j/4639175564)
- Note that this will be hosted by Daniel Kim, the president of Bit Project, every Monday at 11 am Pacific Standard Time. Please move on to the next steps if this does not occur on the first day of receiving tasks.
- If you could not make it, here is a recorded [link](https://us02web.zoom.us/rec/share/3JMvcIj952BJboXuzB3OBLAmGK_daaa80CVP_fJcxUxsgT_ZLWk5A3LSnh9LzSSy) and the password is: 9N?T5@J7
- Note: We do expect everyone to come to the live Welcome Webinar | 1.0 | Amy MacLauren - # Onboarding Associate Onboarding Checklist
### New Member Name: Amy MacLauren
### Onboarding Lead Name: Collin Chee
### Manager Name: Minh-Tu Nguyen
## Content Developer Tasks:
### Week 0:
**EduFlow**
- [ ] Get started on edu flow course and complete it in 7 days
*Link to eduflow: https://app.eduflow.com/join/S9G66Q
**Slack Greeting**
- [ ] Send a greeting message through the #welcome Channel
- Name
- Position
- Major
- Year
- Spirit Animal
**Meeting with Onboarding**
- [ ] Set-up a 1:1 with Minh-Tu and Collin: https://calendly.com/minngu/
**Welcome Webinar**
- [ ] Complete live [Welcome Webinar](https://zoom.us/j/4639175564)
- Note that this will be hosted by Daniel Kim, the president of Bit Project, every Monday at 11 am Pacific Standard Time. Please move on to the next steps if this does not occur on the first day of receiving tasks.
- If you could not make it, here is a recorded [link](https://us02web.zoom.us/rec/share/3JMvcIj952BJboXuzB3OBLAmGK_daaa80CVP_fJcxUxsgT_ZLWk5A3LSnh9LzSSy) and the password is: 9N?T5@J7
- Note: We do expect everyone to come to the live Welcome Webinar | non_priority | amy maclauren onboarding associate onboarding checklist new member name amy maclauren onboarding lead name collin chee manager name minh tu nguyen content developer tasks week eduflow get started on edu flow course and complete it in days link to eduflow slack greeting send a greeting message through the welcome channel name position major year spirit animal meeting with onboarding set up a with minh tu and collin welcome webinar complete live note that this will be hosted by daniel kim the president of bit project every monday at am pacific standard time please move on to the next steps if this does not occur on the first day of receiving tasks if you could not make it here is a recorded and the password is note we do expect everyone to come to the live welcome webinar | 0 |
30,034 | 5,988,043,722 | IssuesEvent | 2017-06-02 02:32:31 | line/armeria | https://api.github.com/repos/line/armeria | closed | Cannot build a PathMapping with a path parameter name starts with a digit | defect | For example, the following will fail:
PathMapping.of("/{0}");
.. because we use the path parameter name a user specified in verbatim when building a regular expression. We don't really need to use named capturing groups in the generated regular expression. We can simply keep an array which contains the path parameter names in the order of appearance and then map the capturing group number into a path parameter name at O(1) time. | 1.0 | Cannot build a PathMapping with a path parameter name starts with a digit - For example, the following will fail:
PathMapping.of("/{0}");
.. because we use the path parameter name a user specified in verbatim when building a regular expression. We don't really need to use named capturing groups in the generated regular expression. We can simply keep an array which contains the path parameter names in the order of appearance and then map the capturing group number into a path parameter name at O(1) time. | non_priority | cannot build a pathmapping with a path parameter name starts with a digit for example the following will fail pathmapping of because we use the path parameter name a user specified in verbatim when building a regular expression we don t really need to use named capturing groups in the generated regular expression we can simply keep an array which contains the path parameter names in the order of appearance and then map the capturing group number into a path parameter name at o time | 0 |
53,254 | 3,037,737,101 | IssuesEvent | 2015-08-06 18:38:34 | AbdusM/CnvergSales | https://api.github.com/repos/AbdusM/CnvergSales | opened | Gordon Daugherty | High Priority | Shockwave Innovations
Dir. Capitol Factory Incubator
Austin. TX
shockwaveinnovationsinfo@austin.rr.com
Angel Investor | 1.0 | Gordon Daugherty - Shockwave Innovations
Dir. Capitol Factory Incubator
Austin. TX
shockwaveinnovationsinfo@austin.rr.com
Angel Investor | priority | gordon daugherty shockwave innovations dir capitol factory incubator austin tx shockwaveinnovationsinfo austin rr com angel investor | 1 |
121,263 | 4,807,140,534 | IssuesEvent | 2016-11-02 20:34:46 | PovertyAction/high-frequency-checks | https://api.github.com/repos/PovertyAction/high-frequency-checks | opened | Program: import labels from survey form and assign them to variables | enhancement Medium Priority New Program Ideas | Create a program that assigns a number of characteristics to each variable, including its value label.
This is helpful for saving value labels to select_multiple questions so we can later reference them and output them for the templates.
This is done in odkmeta but would be easy and helpful in a program so users of the SCTO import do file could make use of it. | 1.0 | Program: import labels from survey form and assign them to variables - Create a program that assigns a number of characteristics to each variable, including its value label.
This is helpful for saving value labels to select_multiple questions so we can later reference them and output them for the templates.
This is done in odkmeta but would be easy and helpful in a program so users of the SCTO import do file could make use of it. | priority | program import labels from survey form and assign them to variables create a program that assigns a number of characteristics to each variable including its value label this is helpful for saving value labels to select multiple questions so we can later reference them and output them for the templates this is done in odkmeta but would be easy and helpful in a program so users of the scto import do file could make use of it | 1 |
339,891 | 24,629,649,510 | IssuesEvent | 2022-10-16 23:29:08 | LeonelNL/TIVA-Lavadora | https://api.github.com/repos/LeonelNL/TIVA-Lavadora | closed | Define periphery | documentation Desing Done Hardware | ## Overview
I need to define pinout of the components
## Design considerations
- I have to use many components:
- Cycle leds.
- Cycle buttons.
- Start button
- Drain pump.
- Fill pump.
- Water valve.
- Motor.
- Level sensor.
## Requirements:
Classroom Link
## Definition of done
- [x] Make a list with all components.
- [x] Define pinout for every component.
| 1.0 | Define periphery - ## Overview
I need to define pinout of the components
## Design considerations
- I have to use many components:
- Cycle leds.
- Cycle buttons.
- Start button
- Drain pump.
- Fill pump.
- Water valve.
- Motor.
- Level sensor.
## Requirements:
Classroom Link
## Definition of done
- [x] Make a list with all components.
- [x] Define pinout for every component.
| non_priority | define periphery overview i need to define pinout of the components design considerations i have to use many components cycle leds cycle buttons start button drain pump fill pump water valve motor level sensor requirements classroom link definition of done make a list with all components define pinout for every component | 0 |
575,211 | 17,024,171,542 | IssuesEvent | 2021-07-03 05:56:19 | ahmedkaludi/accelerated-mobile-pages | https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages | closed | Some images are not getting displayed using normal gutenberg block on the amp version. | [Priority: HIGH] bug | Some images are not getting displayed using normal gutenberg block on the amp version.
On changing the user's current theme ( EAS child ), all images are loading on the amp version. Also, when we change the swift theme to any other theme, images are loading on the amp version.
ref: https://secure.helpscout.net/conversation/1543244270/202062?folderId=4459751 | 1.0 | Some images are not getting displayed using normal gutenberg block on the amp version. - Some images are not getting displayed using normal gutenberg block on the amp version.
On changing the user's current theme ( EAS child ), all images are loading on the amp version. Also, when we change the swift theme to any other theme, images are loading on the amp version.
ref: https://secure.helpscout.net/conversation/1543244270/202062?folderId=4459751 | priority | some images are not getting displayed using normal gutenberg block on the amp version some images are not getting displayed using normal gutenberg block on the amp version on changing the user s current theme eas child all images are loading on the amp version also when we change the swift theme to any other theme images are loading on the amp version ref | 1 |
119,497 | 15,559,095,564 | IssuesEvent | 2021-03-16 11:04:15 | blockframes/blockframes | https://api.github.com/repos/blockframes/blockframes | opened | Snackbars inventory | Design | This issue includes:
- [ ] Listing existing snackbars, where and when they appear, with what text
- [ ] Propose existing snackbar improvements: remove it, text change, action buttons, changing its trigger
- [ ] Propose new snackbar to implement: where, when, what text
Text is very limited on snackbars so new propositions should be tested first over here https://material.angular.io/components/snack-bar/overview.
Texts should be also reviewed or created with @maltmayer
| 1.0 | Snackbars inventory - This issue includes:
- [ ] Listing existing snackbars, where and when they appear, with what text
- [ ] Propose existing snackbar improvements: remove it, text change, action buttons, changing its trigger
- [ ] Propose new snackbar to implement: where, when, what text
Text is very limited on snackbars so new propositions should be tested first over here https://material.angular.io/components/snack-bar/overview.
Texts should be also reviewed or created with @maltmayer
| non_priority | snackbars inventory this issue includes listing existing snackbars where and when they appear with what text propose existing snackbar improvements remove it text change action buttons changing its trigger propose new snackbar to implement where when what text text is very limited on snackbars so new propositions should be tested first over here texts should be also reviewed or created with maltmayer | 0 |
344,227 | 30,726,662,471 | IssuesEvent | 2023-07-27 20:16:44 | microsoft/AzureStorageExplorer | https://api.github.com/repos/microsoft/AzureStorageExplorer | closed | The dropdown location is incorrect when clicking the 'Recent locations' button | :heavy_check_mark: merged 🧪 testing :gear: blobs :beetle: regression | **Storage Explorer Version**: 1.31.0-dev
**Build Number**: 20230727.4
**Branch**: main
**Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Ventura 13.4.1 (Apple M1 Pro)
**Architecture**: x64/x64/arm64
**How Found**: From running test cases
**Regression From**: Previous release (1.30.2)
## Steps to Reproduce ##
1. Expand one storage account -> Blob Containers.
2. Create a blob container -> Right click it -> Click 'Open in React'.
3. Create a new folder -> Click 'Recent locations'.
4. Check the dropdown location is correct.
## Expected Experience ##
The dropdown location is correct.

## Actual Experience ##
The dropdown location is incorrect.

## Additional Context ##
For one newly created blob container, the 'Recent locations' button is enabled.

| 1.0 | The dropdown location is incorrect when clicking the 'Recent locations' button - **Storage Explorer Version**: 1.31.0-dev
**Build Number**: 20230727.4
**Branch**: main
**Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Ventura 13.4.1 (Apple M1 Pro)
**Architecture**: x64/x64/arm64
**How Found**: From running test cases
**Regression From**: Previous release (1.30.2)
## Steps to Reproduce ##
1. Expand one storage account -> Blob Containers.
2. Create a blob container -> Right click it -> Click 'Open in React'.
3. Create a new folder -> Click 'Recent locations'.
4. Check the dropdown location is correct.
## Expected Experience ##
The dropdown location is correct.

## Actual Experience ##
The dropdown location is incorrect.

## Additional Context ##
For one newly created blob container, the 'Recent locations' button is enabled.

| non_priority | the dropdown location is incorrect when clicking the recent locations button storage explorer version dev build number branch main platform os windows linux ubuntu macos ventura apple pro architecture how found from running test cases regression from previous release steps to reproduce expand one storage account blob containers create a blob container right click it click open in react create a new folder click recent locations check the dropdown location is correct expected experience the dropdown location is correct actual experience the dropdown location is incorrect additional context for one newly created blob container the recent locations button is enabled | 0 |
8,108 | 8,153,950,132 | IssuesEvent | 2018-08-23 00:27:11 | SignalR/SignalR | https://api.github.com/repos/SignalR/SignalR | opened | Point Functional Tests to SignalR Service | area: SignalR Service | We want to be able to run the functional tests against the service | 1.0 | Point Functional Tests to SignalR Service - We want to be able to run the functional tests against the service | non_priority | point functional tests to signalr service we want to be able to run the functional tests against the service | 0 |
254,635 | 8,081,102,225 | IssuesEvent | 2018-08-08 01:27:23 | jms-web/FMS | https://api.github.com/repos/jms-web/FMS | opened | 8/8 追加修正依頼 | bug:LowPriority 機能改善 - enhancement | - [ ] NCR <-> CAR 画面遷移
- [ ] 検索画面AutoScroll Off
- [ ] NCR ST8 入力チェックフラグ反転
- [ ] 変更比較 前後
- [ ] 変更履歴 項目チェック not null ->ブランクの場合は変更されたと判定しない
- [ ] CAR NCRと同様の最終承認パネルを追加 | 1.0 | 8/8 追加修正依頼 - - [ ] NCR <-> CAR 画面遷移
- [ ] 検索画面AutoScroll Off
- [ ] NCR ST8 入力チェックフラグ反転
- [ ] 変更比較 前後
- [ ] 変更履歴 項目チェック not null ->ブランクの場合は変更されたと判定しない
- [ ] CAR NCRと同様の最終承認パネルを追加 | priority | 追加修正依頼 ncr car 画面遷移 検索画面autoscroll off ncr 入力チェックフラグ反転 変更比較 前後 変更履歴 項目チェック not null ブランクの場合は変更されたと判定しない car ncrと同様の最終承認パネルを追加 | 1 |
78,897 | 22,499,258,482 | IssuesEvent | 2022-06-23 10:16:20 | kiwix/kiwix-android | https://api.github.com/repos/kiwix/kiwix-android | closed | Publish to download.kiwix.org CI/CD failing | bug build tools | **Describe the bug**
We have publish the version 3.5.0 on downoad.kiwix.org but job failed just after uploading the apk.
```debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: fd 2 clearing O_NONBLOCK
Transferred: sent 57395052, received 12664 bytes, in 4.7 seconds
Bytes per second: sent 12132041.8, received 2676.9
debug1: Exit status 0
/home/runner/work/_temp/47c34627-401d-4782-a33d-3edd38ef6f43.sh: line 5: -: command not found
```
https://github.com/kiwix/kiwix-android/runs/6667290837?check_suite_focus=true | 1.0 | Publish to download.kiwix.org CI/CD failing - **Describe the bug**
We have publish the version 3.5.0 on downoad.kiwix.org but job failed just after uploading the apk.
```debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: fd 2 clearing O_NONBLOCK
Transferred: sent 57395052, received 12664 bytes, in 4.7 seconds
Bytes per second: sent 12132041.8, received 2676.9
debug1: Exit status 0
/home/runner/work/_temp/47c34627-401d-4782-a33d-3edd38ef6f43.sh: line 5: -: command not found
```
https://github.com/kiwix/kiwix-android/runs/6667290837?check_suite_focus=true | non_priority | publish to download kiwix org ci cd failing describe the bug we have publish the version on downoad kiwix org but job failed just after uploading the apk client input channel req channel rtype exit status reply channel free client session nchannels fd clearing o nonblock fd clearing o nonblock fd clearing o nonblock transferred sent received bytes in seconds bytes per second sent received exit status home runner work temp sh line command not found | 0 |
506,411 | 14,664,419,782 | IssuesEvent | 2020-12-29 11:58:05 | photonstorm/phaser | https://api.github.com/repos/photonstorm/phaser | closed | Cannot read property 'copyFrom' of undefined | 💖 Feature Request 🥉 Priority: Low 🧪Pipeline | ## Version
<!--
Enter the version of Phaser you're using. You can find this output to the Dev Tools console in your browser.
-->
* Phaser Version: 3.50.1
<!--
Place the operating system **below** this comment.
-->
* Operating system: Windows10
<!--
If the bug is browser specific, please enter the version **below** this comment:
-->
* Browser:
## Description
<!--
Write a detailed description of the bug **below** this comment. Include the expected behavior and what actually happens. If the issue is device specific, please say so.
-->
Hello. First of all, I apologize for my poor English.
I'm currently working on a Phaser3 plug-in library, and an error occurs when I use setPipeline('Light2D').
Below is part of the code of the plug-in I'm making.
## Example Test Code
<!--
All issues must have source code demonstrating the problem. We automatically close issues after 30 days if no code is provided.
The code can be pasted directly below this comment, or you can link to codepen, jsbin, or similar. The code will ideally be runnable instantly. The more work involved in turning your code into a reproducible test case, the longer it will take the fix the issue.
-->
```
// Scene plugin
private setActive(...targets: Phaser.GameObjects.GameObject[]): void {
for (const target of targets) {
if ( !('setPipeline' in target) ) {
continue
}
target.setPipeline('Light2D')
}
}
private onCreated(): void {
this.setActive(...this.scene.children.list)
this.scene.lights.enable()
this.scene.lights.setAmbientColor(0x000000)
}
boot(): void {
this.scene.events.on(Phaser.Scenes.Events.CREATE, this.onCreated.bind(this))
}
```
And bugs happen like this.
```
/**
* Renders this Game Object with the WebGL Renderer to the given Camera.
* The object will not render if any of its renderFlags are set or it is being actively filtered out by the Camera.
* This method should not be called directly. It is a utility function of the Render module.
*
* @method Phaser.GameObjects.Polygon#renderWebGL
* @since 3.13.0
* @private
*
* @param {Phaser.Renderer.WebGL.WebGLRenderer} renderer - A reference to the current active WebGL renderer.
* @param {Phaser.GameObjects.Polygon} src - The Game Object being rendered in this call.
* @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera that is rendering the Game Object.
* @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - This transform matrix is defined if the game object is nested
*/
var PolygonWebGLRenderer = function (renderer, src, camera, parentMatrix)
{
var pipeline = renderer.pipelines.set(src.pipeline);
var result = GetCalcMatrix(src, camera, parentMatrix);
var calcMatrix = pipeline.calcMatrix.copyFrom(result.calc); // <----- Bugs occur here.
var dx = src._displayOriginX;
var dy = src._displayOriginY;
```
I always have fun coding with the phaser3 library. Thank you.
## Additional Information
<!--
Is there anything else you think would be useful for us to reproduce the error? Do you have a solution in mind?
If you have any screen shots or gifs demonstrating the issue (if it can't be seen when running your code), please include those too.
-->
| 1.0 | Cannot read property 'copyFrom' of undefined - ## Version
<!--
Enter the version of Phaser you're using. You can find this output to the Dev Tools console in your browser.
-->
* Phaser Version: 3.50.1
<!--
Place the operating system **below** this comment.
-->
* Operating system: Windows10
<!--
If the bug is browser specific, please enter the version **below** this comment:
-->
* Browser:
## Description
<!--
Write a detailed description of the bug **below** this comment. Include the expected behavior and what actually happens. If the issue is device specific, please say so.
-->
Hello. First of all, I apologize for my poor English.
I'm currently working on a Phaser3 plug-in library, and an error occurs when I use setPipeline('Light2D').
Below is part of the code of the plug-in I'm making.
## Example Test Code
<!--
All issues must have source code demonstrating the problem. We automatically close issues after 30 days if no code is provided.
The code can be pasted directly below this comment, or you can link to codepen, jsbin, or similar. The code will ideally be runnable instantly. The more work involved in turning your code into a reproducible test case, the longer it will take the fix the issue.
-->
```
// Scene plugin
private setActive(...targets: Phaser.GameObjects.GameObject[]): void {
for (const target of targets) {
if ( !('setPipeline' in target) ) {
continue
}
target.setPipeline('Light2D')
}
}
private onCreated(): void {
this.setActive(...this.scene.children.list)
this.scene.lights.enable()
this.scene.lights.setAmbientColor(0x000000)
}
boot(): void {
this.scene.events.on(Phaser.Scenes.Events.CREATE, this.onCreated.bind(this))
}
```
And bugs happen like this.
```
/**
* Renders this Game Object with the WebGL Renderer to the given Camera.
* The object will not render if any of its renderFlags are set or it is being actively filtered out by the Camera.
* This method should not be called directly. It is a utility function of the Render module.
*
* @method Phaser.GameObjects.Polygon#renderWebGL
* @since 3.13.0
* @private
*
* @param {Phaser.Renderer.WebGL.WebGLRenderer} renderer - A reference to the current active WebGL renderer.
* @param {Phaser.GameObjects.Polygon} src - The Game Object being rendered in this call.
* @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera that is rendering the Game Object.
* @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - This transform matrix is defined if the game object is nested
*/
var PolygonWebGLRenderer = function (renderer, src, camera, parentMatrix)
{
var pipeline = renderer.pipelines.set(src.pipeline);
var result = GetCalcMatrix(src, camera, parentMatrix);
var calcMatrix = pipeline.calcMatrix.copyFrom(result.calc); // <----- Bugs occur here.
var dx = src._displayOriginX;
var dy = src._displayOriginY;
```
I always have fun coding with the phaser3 library. Thank you.
## Additional Information
<!--
Is there anything else you think would be useful for us to reproduce the error? Do you have a solution in mind?
If you have any screen shots or gifs demonstrating the issue (if it can't be seen when running your code), please include those too.
-->
| priority | cannot read property copyfrom of undefined version enter the version of phaser you re using you can find this output to the dev tools console in your browser phaser version place the operating system below this comment operating system if the bug is browser specific please enter the version below this comment browser description write a detailed description of the bug below this comment include the expected behavior and what actually happens if the issue is device specific please say so hello first of all i apologize for my poor english i m currently working on a plug in library and an error occurs when i use setpipeline below is part of the code of the plug in i m making example test code all issues must have source code demonstrating the problem we automatically close issues after days if no code is provided the code can be pasted directly below this comment or you can link to codepen jsbin or similar the code will ideally be runnable instantly the more work involved in turning your code into a reproducible test case the longer it will take the fix the issue scene plugin private setactive targets phaser gameobjects gameobject void for const target of targets if setpipeline in target continue target setpipeline private oncreated void this setactive this scene children list this scene lights enable this scene lights setambientcolor boot void this scene events on phaser scenes events create this oncreated bind this and bugs happen like this renders this game object with the webgl renderer to the given camera the object will not render if any of its renderflags are set or it is being actively filtered out by the camera this method should not be called directly it is a utility function of the render module method phaser gameobjects polygon renderwebgl since private param phaser renderer webgl webglrenderer renderer a reference to the current active webgl renderer param phaser gameobjects polygon src the game object being rendered in this call param phaser cameras camera camera the camera that is rendering the game object param phaser gameobjects components transformmatrix parentmatrix this transform matrix is defined if the game object is nested var polygonwebglrenderer function renderer src camera parentmatrix var pipeline renderer pipelines set src pipeline var result getcalcmatrix src camera parentmatrix var calcmatrix pipeline calcmatrix copyfrom result calc bugs occur here var dx src displayoriginx var dy src displayoriginy i always have fun coding with the library thank you additional information is there anything else you think would be useful for us to reproduce the error do you have a solution in mind if you have any screen shots or gifs demonstrating the issue if it can t be seen when running your code please include those too | 1 |
267,017 | 20,176,956,558 | IssuesEvent | 2022-02-10 15:14:34 | opengeospatial/ogcapi-environmental-data-retrieval | https://api.github.com/repos/opengeospatial/ogcapi-environmental-data-retrieval | closed | Data queries sections identical in JSON provided in EDR API Reference | bug documentation API EDR V1.0.1 | In the JSON examples for `/collections` and `/collections/{collectionID}` in the [API Reference](https://developer.ogc.org/api/edr/edr_api.html), the example content for all `data_queries` types is identical, and they all appear to contain the content for a `position` data query.
For example, here's the top of the `data_queries` section, including both `position` and `radius` (which appears to be identical to `position`):
```JSON
"data_queries": {
"position": {
"link": {
"href": "http://data.example.com/collections/monitoringsites/locations/1234",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Monitoring site name",
"length": 0,
"templated": true,
"variables": {
"title": "Position query",
"description": "Query to return data for a defined well known text point",
"query_type": "trajectory",
"coords": {
"description": "string",
"type": "string",
"example": "string"
},
"within_units": [
"km",
"miles"
],
"width_units": [
"km",
"miles"
],
"height_units": [
"m",
"hPa"
],
"output_formats": [
"CoverageJSON",
"GeoJSON",
"IWXXM",
"GRIB"
],
"default_output_format": "string",
"crs_details": [
{
"crs": "native",
"wkt": "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.01745329251994328,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]"
}
]
}
}
},
"radius": {
"link": {
"href": "http://data.example.com/collections/monitoringsites/locations/1234",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Monitoring site name",
"length": 0,
"templated": true,
"variables": {
"title": "Position query",
"description": "Query to return data for a defined well known text point",
"query_type": "trajectory",
"coords": {
"description": "string",
"type": "string",
"example": "string"
},
"within_units": [
"km",
"miles"
],
"width_units": [
"km",
"miles"
],
"height_units": [
"m",
"hPa"
],
"output_formats": [
"CoverageJSON",
"GeoJSON",
"IWXXM",
"GRIB"
],
"default_output_format": "string",
"crs_details": [
{
"crs": "native",
"wkt": "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.01745329251994328,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]"
}
]
}
}
}
```
This is taken from the JSON example for `/collections/{collectionID}`, but identical content is provided in the example for `/collections` too.
I take it these aren't intended to be identical?
Incidentally the same duplication isn't present in the [EDR Standard Doc, §D.4](https://docs.ogc.org/is/19-086r4/19-086r4.html#toc68), where each data query has its own distinct set of values. | 1.0 | Data queries sections identical in JSON provided in EDR API Reference - In the JSON examples for `/collections` and `/collections/{collectionID}` in the [API Reference](https://developer.ogc.org/api/edr/edr_api.html), the example content for all `data_queries` types is identical, and they all appear to contain the content for a `position` data query.
For example, here's the top of the `data_queries` section, including both `position` and `radius` (which appears to be identical to `position`):
```JSON
"data_queries": {
"position": {
"link": {
"href": "http://data.example.com/collections/monitoringsites/locations/1234",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Monitoring site name",
"length": 0,
"templated": true,
"variables": {
"title": "Position query",
"description": "Query to return data for a defined well known text point",
"query_type": "trajectory",
"coords": {
"description": "string",
"type": "string",
"example": "string"
},
"within_units": [
"km",
"miles"
],
"width_units": [
"km",
"miles"
],
"height_units": [
"m",
"hPa"
],
"output_formats": [
"CoverageJSON",
"GeoJSON",
"IWXXM",
"GRIB"
],
"default_output_format": "string",
"crs_details": [
{
"crs": "native",
"wkt": "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.01745329251994328,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]"
}
]
}
}
},
"radius": {
"link": {
"href": "http://data.example.com/collections/monitoringsites/locations/1234",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Monitoring site name",
"length": 0,
"templated": true,
"variables": {
"title": "Position query",
"description": "Query to return data for a defined well known text point",
"query_type": "trajectory",
"coords": {
"description": "string",
"type": "string",
"example": "string"
},
"within_units": [
"km",
"miles"
],
"width_units": [
"km",
"miles"
],
"height_units": [
"m",
"hPa"
],
"output_formats": [
"CoverageJSON",
"GeoJSON",
"IWXXM",
"GRIB"
],
"default_output_format": "string",
"crs_details": [
{
"crs": "native",
"wkt": "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.01745329251994328,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]"
}
]
}
}
}
```
This is taken from the JSON example for `/collections/{collectionID}`, but identical content is provided in the example for `/collections` too.
I take it these aren't intended to be identical?
Incidentally the same duplication isn't present in the [EDR Standard Doc, §D.4](https://docs.ogc.org/is/19-086r4/19-086r4.html#toc68), where each data query has its own distinct set of values. | non_priority | data queries sections identical in json provided in edr api reference in the json examples for collections and collections collectionid in the the example content for all data queries types is identical and they all appear to contain the content for a position data query for example here s the top of the data queries section including both position and radius which appears to be identical to position json data queries position link href rel alternate type application geo json hreflang en title monitoring site name length templated true variables title position query description query to return data for a defined well known text point query type trajectory coords description string type string example string within units km miles width units km miles height units m hpa output formats coveragejson geojson iwxxm grib default output format string crs details crs native wkt geogcs authority primem unit authority radius link href rel alternate type application geo json hreflang en title monitoring site name length templated true variables title position query description query to return data for a defined well known text point query type trajectory coords description string type string example string within units km miles width units km miles height units m hpa output formats coveragejson geojson iwxxm grib default output format string crs details crs native wkt geogcs authority primem unit authority this is taken from the json example for collections collectionid but identical content is provided in the example for collections too i take it these aren t intended to be identical incidentally the same duplication isn t present in the where each data query has its own distinct set of values | 0 |
210,278 | 16,094,296,688 | IssuesEvent | 2021-04-26 20:42:47 | quodlibet/quodlibet | https://api.github.com/repos/quodlibet/quodlibet | closed | tests.test_util_copool.Tcopool is flaky in CI | CI bug testing | Steps to reproduce
------------------
Run the CI build on a working branch a few times
Expected Output
---------------
Consistently the same (green)
Actual Output
-------------
Some tests in `tests.test_util_copool.Tcopool` will fail
e.g. https://github.com/quodlibet/quodlibet/pull/3652/checks?check_run_id=2432432559
| 1.0 | tests.test_util_copool.Tcopool is flaky in CI - Steps to reproduce
------------------
Run the CI build on a working branch a few times
Expected Output
---------------
Consistently the same (green)
Actual Output
-------------
Some tests in `tests.test_util_copool.Tcopool` will fail
e.g. https://github.com/quodlibet/quodlibet/pull/3652/checks?check_run_id=2432432559
| non_priority | tests test util copool tcopool is flaky in ci steps to reproduce run the ci build on a working branch a few times expected output consistently the same green actual output some tests in tests test util copool tcopool will fail e g | 0 |
812,462 | 30,336,263,687 | IssuesEvent | 2023-07-11 09:45:47 | sablier-labs/v2-subgraphs | https://api.github.com/repos/sablier-labs/v2-subgraphs | opened | Migrate to Pnpm | priority3 dependencies | For better performance, enhanced DX, and more consistency between our repositories.
Most parts of our [docs website](https://docs.sablier.com/) recommend using [Pnpm](https://pnpm.io/), while the subgraphs section mentions Yarn. | 1.0 | Migrate to Pnpm - For better performance, enhanced DX, and more consistency between our repositories.
Most parts of our [docs website](https://docs.sablier.com/) recommend using [Pnpm](https://pnpm.io/), while the subgraphs section mentions Yarn. | priority | migrate to pnpm for better performance enhanced dx and more consistency between our repositories most parts of our recommend using while the subgraphs section mentions yarn | 1 |
520,711 | 15,091,588,148 | IssuesEvent | 2021-02-06 16:06:06 | space-wizards/space-station-14 | https://api.github.com/repos/space-wizards/space-station-14 | opened | Puddles slip regardless of reagents contained. | Difficulty: 3 - Intermediate Priority: 2-medium Size: 3 - Medium | Spill sugar on the floor? Whoops, get slipped.
Ideally, we should be able to define puddle behavior on reagents themselves.
This is most likely gonna require YAML `!type` knowledge, knowing how the chemistry/puddles system works, etc. | 1.0 | Puddles slip regardless of reagents contained. - Spill sugar on the floor? Whoops, get slipped.
Ideally, we should be able to define puddle behavior on reagents themselves.
This is most likely gonna require YAML `!type` knowledge, knowing how the chemistry/puddles system works, etc. | priority | puddles slip regardless of reagents contained spill sugar on the floor whoops get slipped ideally we should be able to define puddle behavior on reagents themselves this is most likely gonna require yaml type knowledge knowing how the chemistry puddles system works etc | 1 |
806,527 | 29,832,513,405 | IssuesEvent | 2023-06-18 12:53:21 | jedmund/hensei-web | https://api.github.com/repos/jedmund/hensei-web | closed | Bahamut 250 does not change sprite | priority: low enhancement | Incredibly minor, but it gets a red glow at 250


| 1.0 | Bahamut 250 does not change sprite - Incredibly minor, but it gets a red glow at 250


| priority | bahamut does not change sprite incredibly minor but it gets a red glow at | 1 |
589,249 | 17,693,081,884 | IssuesEvent | 2021-08-24 12:30:52 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | opened | v11: pfdhcplistener failing after a pf restart | Type: Bug Priority: Critical | ````
Aug 24 08:12:07 cluster1.inverse.ca pfdhcplistener[3294121]: pfdhcplistener(3294121) ERROR: [mac:[undef]] An error occured while sending a JSONRPC request: 28 Timeout was reached Operation timed out after 500 milliseconds with 0 bytes received (pf::api::jsonrpcclient::notify)
Aug 24 08:12:07 cluster1.inverse.ca pfdhcplistener[3294121]: pfdhcplistener(3294121) ERROR: [mac:[undef]] Failed to send queue_submit to cluster2.inverse.ca marking as dead for 60 seconds (pf::api::queue_cluster::do_jsonrpc_notify)
Aug 24 08:12:07 cluster1.inverse.ca pfdhcplistener[3294121]: pfdhcplistener(3294121) ERROR: [mac:[undef]] An error occured while sending a JSONRPC request: 28 Timeout was reached Operation timed out after 501 milliseconds with 0 out of 0 bytes received (pf::api::jsonrpcclient::notify)
Aug 24 08:12:07 cluster1.inverse.ca pfdhcplistener[3294121]: pfdhcplistener(3294121) ERROR: [mac:[undef]] Failed to send queue_submit to cluster3.inverse.ca marking as dead for 60 seconds (pf::api::queue_cluster::do_jsonrpc_notify)
```` | 1.0 | v11: pfdhcplistener failing after a pf restart - ````
Aug 24 08:12:07 cluster1.inverse.ca pfdhcplistener[3294121]: pfdhcplistener(3294121) ERROR: [mac:[undef]] An error occured while sending a JSONRPC request: 28 Timeout was reached Operation timed out after 500 milliseconds with 0 bytes received (pf::api::jsonrpcclient::notify)
Aug 24 08:12:07 cluster1.inverse.ca pfdhcplistener[3294121]: pfdhcplistener(3294121) ERROR: [mac:[undef]] Failed to send queue_submit to cluster2.inverse.ca marking as dead for 60 seconds (pf::api::queue_cluster::do_jsonrpc_notify)
Aug 24 08:12:07 cluster1.inverse.ca pfdhcplistener[3294121]: pfdhcplistener(3294121) ERROR: [mac:[undef]] An error occured while sending a JSONRPC request: 28 Timeout was reached Operation timed out after 501 milliseconds with 0 out of 0 bytes received (pf::api::jsonrpcclient::notify)
Aug 24 08:12:07 cluster1.inverse.ca pfdhcplistener[3294121]: pfdhcplistener(3294121) ERROR: [mac:[undef]] Failed to send queue_submit to cluster3.inverse.ca marking as dead for 60 seconds (pf::api::queue_cluster::do_jsonrpc_notify)
```` | priority | pfdhcplistener failing after a pf restart aug inverse ca pfdhcplistener pfdhcplistener error an error occured while sending a jsonrpc request timeout was reached operation timed out after milliseconds with bytes received pf api jsonrpcclient notify aug inverse ca pfdhcplistener pfdhcplistener error failed to send queue submit to inverse ca marking as dead for seconds pf api queue cluster do jsonrpc notify aug inverse ca pfdhcplistener pfdhcplistener error an error occured while sending a jsonrpc request timeout was reached operation timed out after milliseconds with out of bytes received pf api jsonrpcclient notify aug inverse ca pfdhcplistener pfdhcplistener error failed to send queue submit to inverse ca marking as dead for seconds pf api queue cluster do jsonrpc notify | 1 |
126,168 | 17,868,889,858 | IssuesEvent | 2021-09-06 13:01:40 | fasttrack-solutions/go-mysql-elasticsearch | https://api.github.com/repos/fasttrack-solutions/go-mysql-elasticsearch | opened | CVE-2018-17846 (High) detected in github.com/golang/net-a67830ca588f5a651c80e785de540eb79a380528 | security vulnerability | ## CVE-2018-17846 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/golang/net-a67830ca588f5a651c80e785de540eb79a380528</b></p></summary>
<p>[mirror] Go supplementary network libraries</p>
<p>
Dependency Hierarchy:
- github.com/go-redis/redis-v6.15.2 (Root Library)
- github.com/onsi/gomega-v1.4.3
- :x: **github.com/golang/net-a67830ca588f5a651c80e785de540eb79a380528** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/fasttrack-solutions/go-mysql-elasticsearch/commit/9decc34f29ccaefc7825a3a9888a11ad89dcedef">9decc34f29ccaefc7825a3a9888a11ad89dcedef</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The html package (aka x/net/html) through 2018-09-25 in Go mishandles <table><math><select><mi><select></table>, leading to an infinite loop during an html.Parse call because inSelectIM and inSelectInTableIM do not comply with a specification.
<p>Publish Date: 2018-10-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-17846>CVE-2018-17846</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>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: 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>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2018-17846 (High) detected in github.com/golang/net-a67830ca588f5a651c80e785de540eb79a380528 - ## CVE-2018-17846 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/golang/net-a67830ca588f5a651c80e785de540eb79a380528</b></p></summary>
<p>[mirror] Go supplementary network libraries</p>
<p>
Dependency Hierarchy:
- github.com/go-redis/redis-v6.15.2 (Root Library)
- github.com/onsi/gomega-v1.4.3
- :x: **github.com/golang/net-a67830ca588f5a651c80e785de540eb79a380528** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/fasttrack-solutions/go-mysql-elasticsearch/commit/9decc34f29ccaefc7825a3a9888a11ad89dcedef">9decc34f29ccaefc7825a3a9888a11ad89dcedef</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The html package (aka x/net/html) through 2018-09-25 in Go mishandles <table><math><select><mi><select></table>, leading to an infinite loop during an html.Parse call because inSelectIM and inSelectInTableIM do not comply with a specification.
<p>Publish Date: 2018-10-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-17846>CVE-2018-17846</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>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: 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>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in github com golang net cve high severity vulnerability vulnerable library github com golang net go supplementary network libraries dependency hierarchy github com go redis redis root library github com onsi gomega x github com golang net vulnerable library found in head commit a href found in base branch master vulnerability details the html package aka x net html through in go mishandles leading to an infinite loop during an html parse call because inselectim and inselectintableim do not comply with a specification publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with whitesource | 0 |
462,221 | 13,243,076,578 | IssuesEvent | 2020-08-19 10:48:26 | zeebe-io/zeebe | https://api.github.com/repos/zeebe-io/zeebe | closed | Improve log message when failing to obtain a pending snapshot | Impact: Usability Priority: Mid Scope: broker Status: Ready Type: Maintenance | **Description**
We currently log "Failed to obtain pending snapshot for position {}" when the async snapshot director cannot obtain a pending snapshot ref from the snapshot store. This can happen for normal reasons, such as us attempting to take a snapshot for an index we already have, for example. This log can be confusing as it sounds like an error - which it can be, but not always. We should improve this and provide the reason, as well as pick the correct log level based on the reason (e.g. if expect log it as debug or info, if unexpected log it as error).
@Zelldon maybe this is something you can do as part of refactoring the snapshot stuff | 1.0 | Improve log message when failing to obtain a pending snapshot - **Description**
We currently log "Failed to obtain pending snapshot for position {}" when the async snapshot director cannot obtain a pending snapshot ref from the snapshot store. This can happen for normal reasons, such as us attempting to take a snapshot for an index we already have, for example. This log can be confusing as it sounds like an error - which it can be, but not always. We should improve this and provide the reason, as well as pick the correct log level based on the reason (e.g. if expect log it as debug or info, if unexpected log it as error).
@Zelldon maybe this is something you can do as part of refactoring the snapshot stuff | priority | improve log message when failing to obtain a pending snapshot description we currently log failed to obtain pending snapshot for position when the async snapshot director cannot obtain a pending snapshot ref from the snapshot store this can happen for normal reasons such as us attempting to take a snapshot for an index we already have for example this log can be confusing as it sounds like an error which it can be but not always we should improve this and provide the reason as well as pick the correct log level based on the reason e g if expect log it as debug or info if unexpected log it as error zelldon maybe this is something you can do as part of refactoring the snapshot stuff | 1 |
213,933 | 7,261,595,281 | IssuesEvent | 2018-02-18 22:16:26 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | python bindings for symbolic Monomial, MonomialBasis, and Polynomial | priority: medium team: software core type: feature request | I took a slapdash pass at this trying to enable one particular optimization problem in python:
https://github.com/RussTedrake/drake/commit/1cef69a8df30324e2b2b9f2faa9847ce7e0ac06e
but it really needs to be done correctly and more carefully. There are not that many operators to bind, really, but doing it properly matters. @soonho-tri -- might you be willing? | 1.0 | python bindings for symbolic Monomial, MonomialBasis, and Polynomial - I took a slapdash pass at this trying to enable one particular optimization problem in python:
https://github.com/RussTedrake/drake/commit/1cef69a8df30324e2b2b9f2faa9847ce7e0ac06e
but it really needs to be done correctly and more carefully. There are not that many operators to bind, really, but doing it properly matters. @soonho-tri -- might you be willing? | priority | python bindings for symbolic monomial monomialbasis and polynomial i took a slapdash pass at this trying to enable one particular optimization problem in python but it really needs to be done correctly and more carefully there are not that many operators to bind really but doing it properly matters soonho tri might you be willing | 1 |
62,345 | 8,598,358,031 | IssuesEvent | 2018-11-15 21:32:16 | wgm1001/GESPRO_GESTIONTAREAS | https://api.github.com/repos/wgm1001/GESPRO_GESTIONTAREAS | closed | Entrega TFG | documentation | A entregar:
Secretaría:
Memoria en formato impreso.
Cinco discos memoria, anexos, fuentes del proyecto, aplicación, otros recursos (videos, máquinas virtuales, software open source de terceros...) .
Un disco con la memoria y anexos con dos resúmenes del trabajo (español y inglés).
Impresos de solicitud.
UbuVirtual
Memoria y anexos en asignatura TFG.
Memoria y anexos en comunidad TFG. | 1.0 | Entrega TFG - A entregar:
Secretaría:
Memoria en formato impreso.
Cinco discos memoria, anexos, fuentes del proyecto, aplicación, otros recursos (videos, máquinas virtuales, software open source de terceros...) .
Un disco con la memoria y anexos con dos resúmenes del trabajo (español y inglés).
Impresos de solicitud.
UbuVirtual
Memoria y anexos en asignatura TFG.
Memoria y anexos en comunidad TFG. | non_priority | entrega tfg a entregar secretaría memoria en formato impreso cinco discos memoria anexos fuentes del proyecto aplicación otros recursos videos máquinas virtuales software open source de terceros un disco con la memoria y anexos con dos resúmenes del trabajo español y inglés impresos de solicitud ubuvirtual memoria y anexos en asignatura tfg memoria y anexos en comunidad tfg | 0 |
34,170 | 12,245,631,628 | IssuesEvent | 2020-05-05 13:17:46 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | ASC bundle automation? | Pri2 awaiting-product-team-response cxp product-question security-center/svc triaged | Is it possible to add the Container Registries bundle to ASC via automation (e.g. CLI, ARM, etc)?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 61dff514-e42f-e66d-dd9c-1bd18cae2fa0
* Version Independent ID: 64ccc018-2e5f-b1ff-6c88-0c8761e4c2f9
* Content: [Azure Security Center and Azure Container Registry](https://docs.microsoft.com/en-us/azure/security-center/azure-container-registry-integration?source=docs#feedback)
* Content Source: [articles/security-center/azure-container-registry-integration.md](https://github.com/Microsoft/azure-docs/blob/master/articles/security-center/azure-container-registry-integration.md)
* Service: **security-center**
* GitHub Login: @memildin
* Microsoft Alias: **memildin** | True | ASC bundle automation? - Is it possible to add the Container Registries bundle to ASC via automation (e.g. CLI, ARM, etc)?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 61dff514-e42f-e66d-dd9c-1bd18cae2fa0
* Version Independent ID: 64ccc018-2e5f-b1ff-6c88-0c8761e4c2f9
* Content: [Azure Security Center and Azure Container Registry](https://docs.microsoft.com/en-us/azure/security-center/azure-container-registry-integration?source=docs#feedback)
* Content Source: [articles/security-center/azure-container-registry-integration.md](https://github.com/Microsoft/azure-docs/blob/master/articles/security-center/azure-container-registry-integration.md)
* Service: **security-center**
* GitHub Login: @memildin
* Microsoft Alias: **memildin** | non_priority | asc bundle automation is it possible to add the container registries bundle to asc via automation e g cli arm etc document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service security center github login memildin microsoft alias memildin | 0 |
671,143 | 22,744,417,655 | IssuesEvent | 2022-07-07 07:54:25 | YangCatalog/search | https://api.github.com/repos/YangCatalog/search | closed | Some OpenDaylight YANG modules have been removed | Priority: High Maintenance | Hi,
https://www.yangcatalog.org/yang-searchhttps://www.yangcatalog.org/yang-search/?csrfmiddlewaretoken=6Vtk5mi4uythWar5gtyrrUqDAfLBPzU16ZHOiwmaI5lmmnb12cYWFnzXUiE5Y8H1&search_string=routing&onlyLatest=1&searchFields%5B%5D=module&searchFields%5B%5D=argument&yangVersions%5B%5D=1.0&yangVersions%5B%5D=1.1&headersAll=1&headersTypes%5B%5D=Name&headersTypes%5B%5D=Revision&headersTypes%5B%5D=Schema+Type&headersTypes%5B%5D=Path&headersTypes%5B%5D=Module&headersTypes%5B%5D=Origin&headersTypes%5B%5D=Organization&headersTypes%5B%5D=Maturity&headersTypes%5B%5D=Imported+By+%23+Modules&headersTypes%5B%5D=Compilation+Status&headersTypes%5B%5D=Description&submit=Search%21
This produces:
ERROR! no opendaylight-sal-binding-broker-impl@2013-10-28 in API
ERROR! Search failed at opendaylight-sal-binding-broker-impl@2013-10-28/opendaylight: 'NoneType' object has no attribute 'get'
Recently some old OpenDaylight YANG modules have been removed from the YANG github.
This might the be reason.
Regards, Benoit | 1.0 | Some OpenDaylight YANG modules have been removed - Hi,
https://www.yangcatalog.org/yang-searchhttps://www.yangcatalog.org/yang-search/?csrfmiddlewaretoken=6Vtk5mi4uythWar5gtyrrUqDAfLBPzU16ZHOiwmaI5lmmnb12cYWFnzXUiE5Y8H1&search_string=routing&onlyLatest=1&searchFields%5B%5D=module&searchFields%5B%5D=argument&yangVersions%5B%5D=1.0&yangVersions%5B%5D=1.1&headersAll=1&headersTypes%5B%5D=Name&headersTypes%5B%5D=Revision&headersTypes%5B%5D=Schema+Type&headersTypes%5B%5D=Path&headersTypes%5B%5D=Module&headersTypes%5B%5D=Origin&headersTypes%5B%5D=Organization&headersTypes%5B%5D=Maturity&headersTypes%5B%5D=Imported+By+%23+Modules&headersTypes%5B%5D=Compilation+Status&headersTypes%5B%5D=Description&submit=Search%21
This produces:
ERROR! no opendaylight-sal-binding-broker-impl@2013-10-28 in API
ERROR! Search failed at opendaylight-sal-binding-broker-impl@2013-10-28/opendaylight: 'NoneType' object has no attribute 'get'
Recently some old OpenDaylight YANG modules have been removed from the YANG github.
This might the be reason.
Regards, Benoit | priority | some opendaylight yang modules have been removed hi this produces error no opendaylight sal binding broker impl in api error search failed at opendaylight sal binding broker impl opendaylight nonetype object has no attribute get recently some old opendaylight yang modules have been removed from the yang github this might the be reason regards benoit | 1 |
126,271 | 4,982,077,614 | IssuesEvent | 2016-12-07 10:11:29 | NynkeDekkerLab/BeadTracker | https://api.github.com/repos/NynkeDekkerLab/BeadTracker | closed | Frame timestamps | low priority bug | Data frame timestamps do not always match the camera framerate.
Some deviation is always seen but expected. However, when the memory overloads during tracking (i.e. too many regions/s), the data file can sometimes even go out of sync.
| 1.0 | Frame timestamps - Data frame timestamps do not always match the camera framerate.
Some deviation is always seen but expected. However, when the memory overloads during tracking (i.e. too many regions/s), the data file can sometimes even go out of sync.
| priority | frame timestamps data frame timestamps do not always match the camera framerate some deviation is always seen but expected however when the memory overloads during tracking i e too many regions s the data file can sometimes even go out of sync | 1 |
790,474 | 27,826,504,767 | IssuesEvent | 2023-03-19 20:31:54 | ledd-23/crowdyy | https://api.github.com/repos/ledd-23/crowdyy | closed | [CRD-21/Duplicate] Add additional attributes to Location model in backend | enhancement server high priority | **What:** Add date, time, and day of week attributes to the Location model in the backend.
**Why:** To express chronology and make documenting and processing much easier.
**AC:** Changes applied. | 1.0 | [CRD-21/Duplicate] Add additional attributes to Location model in backend - **What:** Add date, time, and day of week attributes to the Location model in the backend.
**Why:** To express chronology and make documenting and processing much easier.
**AC:** Changes applied. | priority | add additional attributes to location model in backend what add date time and day of week attributes to the location model in the backend why to express chronology and make documenting and processing much easier ac changes applied | 1 |
1 | 2,534,249,440 | IssuesEvent | 2015-01-24 19:19:57 | ufvivotech/ufDataQualityImprovement | https://api.github.com/repos/ufvivotech/ufDataQualityImprovement | closed | Develop ingest for medinfo directory | People Software Dev | The medinfo directory has education, board certification and other data of interest to VIVO. It is available here: https://find.medinfo.ufl.edu/remote_superfind1.php?p=xxx&id=g9595 (firewall protected, reguires HSC VPN).
An ingest will be written to consume this data and update VIVO appropriately. | 1.0 | Develop ingest for medinfo directory - The medinfo directory has education, board certification and other data of interest to VIVO. It is available here: https://find.medinfo.ufl.edu/remote_superfind1.php?p=xxx&id=g9595 (firewall protected, reguires HSC VPN).
An ingest will be written to consume this data and update VIVO appropriately. | non_priority | develop ingest for medinfo directory the medinfo directory has education board certification and other data of interest to vivo it is available here firewall protected reguires hsc vpn an ingest will be written to consume this data and update vivo appropriately | 0 |
452,144 | 32,050,577,147 | IssuesEvent | 2023-09-23 14:00:37 | yewstack/yew | https://api.github.com/repos/yewstack/yew | closed | Suspension busy polling instead of waiting | documentation A-yew | **Problem**
When trying out the new suspension feature I noticed the component is just trying to be rendered in a loop without any regard for the HtmlResult.
```
use yew::prelude::*;
use yew::suspense::{Suspension, SuspensionResult};
#[hook]
fn use_name() -> SuspensionResult<String> {
let (s, _handle) = Suspension::new();
Err(s)
}
#[function_component(Content)]
fn content() -> HtmlResult {
log::info!("rendering page");
let name = use_name()?;
Ok(html! {<div>{"Hello, "}{name}</div>})
}
#[function_component(Test)]
fn test() -> Html {
let fallback = html! {<div>{"Loading..."}</div>};
html! {<Suspense {fallback}> <Content /> </Suspense>}
}
pub fn main() {
wasm_logger::init(wasm_logger::Config::default());
yew::Renderer::<Test>::new().render();
}
```
This just results continuous running of the content() function, no fallback is shown.
**Steps To Reproduce**
Steps to reproduce the behavior:
1. New cargo project
2. Set up the a trunk project as described in the docs with the aforementioned code
3. Add dependencies to cargo (log, wasm-logger, yew)
4. trunk serve --open
**Expected behavior**
Show the fallback ("Loading...") indefinitely
**Screenshots**

**Environment:**
- Yew version: 'master'
- Rust version:1.59
- Build tool, if relevant: trunk
- OS, if relevant: linux
- Browser and version, if relevant: firefox 98.0.2
**Questionnaire**
<!-- Developing Yew is a community effort! -->
<!-- If you feel up to the challenge, please check one of the boxes below: -->
- [ ] I'm interested in fixing this myself but don't know where to start
- [ ] I would like to fix and I have a solution
- [ ] I don't have time to fix this right now, but maybe later
| 1.0 | Suspension busy polling instead of waiting - **Problem**
When trying out the new suspension feature I noticed the component is just trying to be rendered in a loop without any regard for the HtmlResult.
```
use yew::prelude::*;
use yew::suspense::{Suspension, SuspensionResult};
#[hook]
fn use_name() -> SuspensionResult<String> {
let (s, _handle) = Suspension::new();
Err(s)
}
#[function_component(Content)]
fn content() -> HtmlResult {
log::info!("rendering page");
let name = use_name()?;
Ok(html! {<div>{"Hello, "}{name}</div>})
}
#[function_component(Test)]
fn test() -> Html {
let fallback = html! {<div>{"Loading..."}</div>};
html! {<Suspense {fallback}> <Content /> </Suspense>}
}
pub fn main() {
wasm_logger::init(wasm_logger::Config::default());
yew::Renderer::<Test>::new().render();
}
```
This just results continuous running of the content() function, no fallback is shown.
**Steps To Reproduce**
Steps to reproduce the behavior:
1. New cargo project
2. Set up the a trunk project as described in the docs with the aforementioned code
3. Add dependencies to cargo (log, wasm-logger, yew)
4. trunk serve --open
**Expected behavior**
Show the fallback ("Loading...") indefinitely
**Screenshots**

**Environment:**
- Yew version: 'master'
- Rust version:1.59
- Build tool, if relevant: trunk
- OS, if relevant: linux
- Browser and version, if relevant: firefox 98.0.2
**Questionnaire**
<!-- Developing Yew is a community effort! -->
<!-- If you feel up to the challenge, please check one of the boxes below: -->
- [ ] I'm interested in fixing this myself but don't know where to start
- [ ] I would like to fix and I have a solution
- [ ] I don't have time to fix this right now, but maybe later
| non_priority | suspension busy polling instead of waiting problem when trying out the new suspension feature i noticed the component is just trying to be rendered in a loop without any regard for the htmlresult use yew prelude use yew suspense suspension suspensionresult fn use name suspensionresult let s handle suspension new err s fn content htmlresult log info rendering page let name use name ok html hello name fn test html let fallback html loading html pub fn main wasm logger init wasm logger config default yew renderer new render this just results continuous running of the content function no fallback is shown steps to reproduce steps to reproduce the behavior new cargo project set up the a trunk project as described in the docs with the aforementioned code add dependencies to cargo log wasm logger yew trunk serve open expected behavior show the fallback loading indefinitely screenshots environment yew version master rust version build tool if relevant trunk os if relevant linux browser and version if relevant firefox questionnaire i m interested in fixing this myself but don t know where to start i would like to fix and i have a solution i don t have time to fix this right now but maybe later | 0 |
84,449 | 10,533,280,781 | IssuesEvent | 2019-10-01 12:44:44 | fecgov/fec-cms | https://api.github.com/repos/fecgov/fec-cms | opened | Consider improvements to navigation to landing pages | Work: UX/Design | Consider improvements to navigation to landing pages | 1.0 | Consider improvements to navigation to landing pages - Consider improvements to navigation to landing pages | non_priority | consider improvements to navigation to landing pages consider improvements to navigation to landing pages | 0 |
550,705 | 16,130,678,684 | IssuesEvent | 2021-04-29 03:55:03 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | ehl_crb: tests/kernel/context tests failed | bug priority: medium | **Describe the bug**
kernel_cpu_idle_atomic and kernel_cpu_idle tests failed
**To Reproduce**
Steps to reproduce the behavior:
1. twister -W -p ehl_crb --device-testing --device-serial /dev/ttyUSB0 -T tests/kernel/context/ --west flash="/home/user/EHL_X86_PXE.sh"
2. Test results
**Expected behavior**
Tests should pass
**Logs and console output**
```
*** Booting Zephyr OS build zephyr-v2.5.99-ww13.4 ***
Running test suite context
===================================================================
START - test_kernel_interrupts
PASS - test_kernel_interrupts in 0.1 seconds
===================================================================
START - test_kernel_ctx_thread
Testing k_current_get() from an ISR and thread
Testing k_is_in_isr() from an ISR
Testing k_is_in_isr() from a preemptible thread
PASS - test_kernel_ctx_thread in 0.13 seconds
===================================================================
START - test_busy_wait
Thread busy waiting for 20000 usecs
Thread busy waiting completed
Thread busy waiting for 20000 usecs (irqs locked)
Thread busy waiting completed (irqs locked)
PASS - test_busy_wait in 0.56 seconds
===================================================================
START - test_k_sleep
thread sleeping for 50 milliseconds
thread back from sleep
Testing k_thread_create() without cancellation
thread (q order: 2, t/o: 500) is running
got thread (q order: 2, t/o: 500) as expected
thread (q order: 3, t/o: 750) is running
got thread (q order: 3, t/o: 750) as expected
thread (q order: 0, t/o: 1000) is running
got thread (q order: 0, t/o: 1000) as expected
thread (q order: 6, t/o: 1250) is running
got thread (q order: 6, t/o: 1250) as expected
thread (q order: 1, t/o: 1500) is running
got thread (q order: 1, t/o: 1500) as expected
thread (q order: 4, t/o: 1750) is running
got thread (q order: 4, t/o: 1750) as expected
thread (q order: 5, t/o: 2000) is running
got thread (q order: 5, t/o: 2000) as expected
Testing k_thread_create() with cancellations
cancelling [q order: 0, t/o: 1000, t/o order: 0]
thread (q order: 3, t/o: 750) is running
got (q order: 3, t/o: 750, t/o order 1) as expected
thread (q order: 0, t/o: 1000) is running
got (q order: 0, t/o: 1000, t/o order 2) as expected
cancelling [q order: 3, t/o: 750, t/o order: 3]
cancelling [q order: 4, t/o: 1750, t/o order: 4]
thread (q order: 4, t/o: 1750) is running
got (q order: 4, t/o: 1750, t/o order 5) as expected
cancelling [q order: 6, t/o: 1250, t/o order: 6]
PASS - test_k_sleep in 5.340 seconds
===================================================================
START - test_kernel_cpu_idle_atomic
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/context/src/main.c:350: _test_kernel_cpu_idle: (tms2 < tms is true)
Bad ms value computed,got 5482 which is less than 5483
FAIL - test_kernel_cpu_idle_atomic in 0.20 seconds
===================================================================
START - test_kernel_cpu_idle
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/context/src/main.c:350: _test_kernel_cpu_idle: (tms2 < tms is true)
Bad ms value computed,got 5516 which is less than 5517
FAIL - test_kernel_cpu_idle in 0.20 seconds
===================================================================
START - test_k_yield
PASS - test_k_yield in 0.1 seconds
===================================================================
START - test_kernel_thread
PASS - test_kernel_thread in 0.1 seconds
===================================================================
START - test_kernel_timer_interrupts
PASS - test_kernel_timer_interrupts in 0.4 seconds
===================================================================
Test suite context failed.
===================================================================
PROJECT EXECUTION FAILED
```
**Environment (please complete the following information):**
- OS: Fedora33
- Toolchain: zephyr-sdk-0.12.3
- Commit ID: ecac194448da
| 1.0 | ehl_crb: tests/kernel/context tests failed - **Describe the bug**
kernel_cpu_idle_atomic and kernel_cpu_idle tests failed
**To Reproduce**
Steps to reproduce the behavior:
1. twister -W -p ehl_crb --device-testing --device-serial /dev/ttyUSB0 -T tests/kernel/context/ --west flash="/home/user/EHL_X86_PXE.sh"
2. Test results
**Expected behavior**
Tests should pass
**Logs and console output**
```
*** Booting Zephyr OS build zephyr-v2.5.99-ww13.4 ***
Running test suite context
===================================================================
START - test_kernel_interrupts
PASS - test_kernel_interrupts in 0.1 seconds
===================================================================
START - test_kernel_ctx_thread
Testing k_current_get() from an ISR and thread
Testing k_is_in_isr() from an ISR
Testing k_is_in_isr() from a preemptible thread
PASS - test_kernel_ctx_thread in 0.13 seconds
===================================================================
START - test_busy_wait
Thread busy waiting for 20000 usecs
Thread busy waiting completed
Thread busy waiting for 20000 usecs (irqs locked)
Thread busy waiting completed (irqs locked)
PASS - test_busy_wait in 0.56 seconds
===================================================================
START - test_k_sleep
thread sleeping for 50 milliseconds
thread back from sleep
Testing k_thread_create() without cancellation
thread (q order: 2, t/o: 500) is running
got thread (q order: 2, t/o: 500) as expected
thread (q order: 3, t/o: 750) is running
got thread (q order: 3, t/o: 750) as expected
thread (q order: 0, t/o: 1000) is running
got thread (q order: 0, t/o: 1000) as expected
thread (q order: 6, t/o: 1250) is running
got thread (q order: 6, t/o: 1250) as expected
thread (q order: 1, t/o: 1500) is running
got thread (q order: 1, t/o: 1500) as expected
thread (q order: 4, t/o: 1750) is running
got thread (q order: 4, t/o: 1750) as expected
thread (q order: 5, t/o: 2000) is running
got thread (q order: 5, t/o: 2000) as expected
Testing k_thread_create() with cancellations
cancelling [q order: 0, t/o: 1000, t/o order: 0]
thread (q order: 3, t/o: 750) is running
got (q order: 3, t/o: 750, t/o order 1) as expected
thread (q order: 0, t/o: 1000) is running
got (q order: 0, t/o: 1000, t/o order 2) as expected
cancelling [q order: 3, t/o: 750, t/o order: 3]
cancelling [q order: 4, t/o: 1750, t/o order: 4]
thread (q order: 4, t/o: 1750) is running
got (q order: 4, t/o: 1750, t/o order 5) as expected
cancelling [q order: 6, t/o: 1250, t/o order: 6]
PASS - test_k_sleep in 5.340 seconds
===================================================================
START - test_kernel_cpu_idle_atomic
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/context/src/main.c:350: _test_kernel_cpu_idle: (tms2 < tms is true)
Bad ms value computed,got 5482 which is less than 5483
FAIL - test_kernel_cpu_idle_atomic in 0.20 seconds
===================================================================
START - test_kernel_cpu_idle
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/context/src/main.c:350: _test_kernel_cpu_idle: (tms2 < tms is true)
Bad ms value computed,got 5516 which is less than 5517
FAIL - test_kernel_cpu_idle in 0.20 seconds
===================================================================
START - test_k_yield
PASS - test_k_yield in 0.1 seconds
===================================================================
START - test_kernel_thread
PASS - test_kernel_thread in 0.1 seconds
===================================================================
START - test_kernel_timer_interrupts
PASS - test_kernel_timer_interrupts in 0.4 seconds
===================================================================
Test suite context failed.
===================================================================
PROJECT EXECUTION FAILED
```
**Environment (please complete the following information):**
- OS: Fedora33
- Toolchain: zephyr-sdk-0.12.3
- Commit ID: ecac194448da
| priority | ehl crb tests kernel context tests failed describe the bug kernel cpu idle atomic and kernel cpu idle tests failed to reproduce steps to reproduce the behavior twister w p ehl crb device testing device serial dev t tests kernel context west flash home user ehl pxe sh test results expected behavior tests should pass logs and console output booting zephyr os build zephyr running test suite context start test kernel interrupts pass test kernel interrupts in seconds start test kernel ctx thread testing k current get from an isr and thread testing k is in isr from an isr testing k is in isr from a preemptible thread pass test kernel ctx thread in seconds start test busy wait thread busy waiting for usecs thread busy waiting completed thread busy waiting for usecs irqs locked thread busy waiting completed irqs locked pass test busy wait in seconds start test k sleep thread sleeping for milliseconds thread back from sleep testing k thread create without cancellation thread q order t o is running got thread q order t o as expected thread q order t o is running got thread q order t o as expected thread q order t o is running got thread q order t o as expected thread q order t o is running got thread q order t o as expected thread q order t o is running got thread q order t o as expected thread q order t o is running got thread q order t o as expected thread q order t o is running got thread q order t o as expected testing k thread create with cancellations cancelling thread q order t o is running got q order t o t o order as expected thread q order t o is running got q order t o t o order as expected cancelling cancelling thread q order t o is running got q order t o t o order as expected cancelling pass test k sleep in seconds start test kernel cpu idle atomic assertion failed at west topdir zephyr tests kernel context src main c test kernel cpu idle tms is true bad ms value computed got which is less than fail test kernel cpu idle atomic in seconds start test kernel cpu idle assertion failed at west topdir zephyr tests kernel context src main c test kernel cpu idle tms is true bad ms value computed got which is less than fail test kernel cpu idle in seconds start test k yield pass test k yield in seconds start test kernel thread pass test kernel thread in seconds start test kernel timer interrupts pass test kernel timer interrupts in seconds test suite context failed project execution failed environment please complete the following information os toolchain zephyr sdk commit id | 1 |
88,517 | 8,150,155,713 | IssuesEvent | 2018-08-22 12:05:56 | OWASP/SecurityShepherd | https://api.github.com/repos/OWASP/SecurityShepherd | closed | Add integration with Travis CI (Continuous Integration) | Test Automation | It would be great to integrate SecurityShepherd with Travis CI (https://travis-ci.org/) that way, every time there is a pull request, all test run before merging the code.
| 1.0 | Add integration with Travis CI (Continuous Integration) - It would be great to integrate SecurityShepherd with Travis CI (https://travis-ci.org/) that way, every time there is a pull request, all test run before merging the code.
| non_priority | add integration with travis ci continuous integration it would be great to integrate securityshepherd with travis ci that way every time there is a pull request all test run before merging the code | 0 |
332,780 | 29,493,046,075 | IssuesEvent | 2023-06-02 14:46:58 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag Informações Insitucionais - Estrutura Organizacional - Itanhandu | generalization test development template - GRP (27) tag - Informações Institucionais subtag - Estrutura Organizacional | DoD: Realizar o teste de Generalização do validador da tag Informações Insitucionais - Estrutura Organizacional para o Município de Itanhandu. | 1.0 | Teste de generalizacao para a tag Informações Insitucionais - Estrutura Organizacional - Itanhandu - DoD: Realizar o teste de Generalização do validador da tag Informações Insitucionais - Estrutura Organizacional para o Município de Itanhandu. | non_priority | teste de generalizacao para a tag informações insitucionais estrutura organizacional itanhandu dod realizar o teste de generalização do validador da tag informações insitucionais estrutura organizacional para o município de itanhandu | 0 |
339,950 | 10,264,886,296 | IssuesEvent | 2019-08-22 17:29:04 | wherebyus/general-tasks | https://api.github.com/repos/wherebyus/general-tasks | opened | "Learn more" CTA | Priority: Low Product: Promos UX: Not Validated | ## Feature or problem
Not a bug, but a request for clients. Can we offer additional options to the "Learn more" CTA at the end of promos. Often times they want people to download an app, or buy tickets, etc. Or maybe offer a custom CTA too.
## UX Validation
Not Validated
### Suggested priority
Low
### Stakeholders
*Submitted:* kevin
### Definition of done
How will we know when this feature is complete?
### Subtasks
A detailed list of changes that need to be made or subtasks. One checkbox per.
- [ ] Brew the coffee
## Developer estimate
To help the team accurately estimate the complexity of this task,
take a moment to walk through this list and estimate each item. At the end, you can total
the estimates and round to the nearest prime number.
If any of these are at a `5` or higher, or if the total is above a `5`, consider breaking
this issue into multiple smaller issues.
- [ ] Changes to the database ()
- [ ] Changes to the API ()
- [ ] Testing Changes to the API ()
- [ ] Changes to Application Code ()
- [ ] Adding or updating unit tests ()
- [ ] Local developer testing ()
### Total developer estimate: 0
## Additional estimate
- [ ] Code review ()
- [ ] QA Testing ()
- [ ] Stakeholder Sign-off ()
- [ ] Deploy to Production ()
### Total additional estimate:
## QA Notes
Detailed instructions for testing, one checkbox per test to be completed.
### Contextual tests
- [ ] Accessibility check
- [ ] Cross-browser check (Edge, Chrome, Firefox)
- [ ] Responsive check
| 1.0 | "Learn more" CTA - ## Feature or problem
Not a bug, but a request for clients. Can we offer additional options to the "Learn more" CTA at the end of promos. Often times they want people to download an app, or buy tickets, etc. Or maybe offer a custom CTA too.
## UX Validation
Not Validated
### Suggested priority
Low
### Stakeholders
*Submitted:* kevin
### Definition of done
How will we know when this feature is complete?
### Subtasks
A detailed list of changes that need to be made or subtasks. One checkbox per.
- [ ] Brew the coffee
## Developer estimate
To help the team accurately estimate the complexity of this task,
take a moment to walk through this list and estimate each item. At the end, you can total
the estimates and round to the nearest prime number.
If any of these are at a `5` or higher, or if the total is above a `5`, consider breaking
this issue into multiple smaller issues.
- [ ] Changes to the database ()
- [ ] Changes to the API ()
- [ ] Testing Changes to the API ()
- [ ] Changes to Application Code ()
- [ ] Adding or updating unit tests ()
- [ ] Local developer testing ()
### Total developer estimate: 0
## Additional estimate
- [ ] Code review ()
- [ ] QA Testing ()
- [ ] Stakeholder Sign-off ()
- [ ] Deploy to Production ()
### Total additional estimate:
## QA Notes
Detailed instructions for testing, one checkbox per test to be completed.
### Contextual tests
- [ ] Accessibility check
- [ ] Cross-browser check (Edge, Chrome, Firefox)
- [ ] Responsive check
| priority | learn more cta feature or problem not a bug but a request for clients can we offer additional options to the learn more cta at the end of promos often times they want people to download an app or buy tickets etc or maybe offer a custom cta too ux validation not validated suggested priority low stakeholders submitted kevin definition of done how will we know when this feature is complete subtasks a detailed list of changes that need to be made or subtasks one checkbox per brew the coffee developer estimate to help the team accurately estimate the complexity of this task take a moment to walk through this list and estimate each item at the end you can total the estimates and round to the nearest prime number if any of these are at a or higher or if the total is above a consider breaking this issue into multiple smaller issues changes to the database changes to the api testing changes to the api changes to application code adding or updating unit tests local developer testing total developer estimate additional estimate code review qa testing stakeholder sign off deploy to production total additional estimate qa notes detailed instructions for testing one checkbox per test to be completed contextual tests accessibility check cross browser check edge chrome firefox responsive check | 1 |
21,149 | 11,133,244,366 | IssuesEvent | 2019-12-20 08:57:30 | prettier/prettier-vscode | https://api.github.com/repos/prettier/prettier-vscode | closed | Very long startup activation time | bug performance | Prettier takes 3+ minutes to start, prettier is the only activated extension:

### System Info:
```
Version: Code 1.41.0 (9579eda04fdb3a9bba2750f15193e5fafe16b959, 2019-12-11T18:37:42.077Z)
OS Version: Windows_NT x64 10.0.17134
CPUs: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz (8 x 2712)
Memory (System): 31.85GB (18.75GB free)
VM: 0%
Screen Reader: no
Process Argv:
GPU Status: 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
CPU % Mem MB PID Process
0 99 20940 code main
0 114 5716 shared-process
0 15 17052 electron-crash-reporter
0 232 17616 gpu-process
0 24 20620 utility
0 168 22460 window (Running Extensions - coremedia-i-net - Visual Studio Code)
0 8 108 winpty-process
0 7 15528 C:\Users\[REDACTED]\AppData\Local\Programs\Git\bin\bash.exe
0 13 4752 "C:\Users\[REDACTED]\AppData\Local\Programs\Git\bin\..\usr\bin\bash.exe"
0 10 21564 console-window-host (Windows internal process)
0 69 20760 extensionHost
0 32 17804 "C:\Users\[REDACTED]\AppData\Local\Programs\Microsoft VS Code\Code.exe" "c:\Users\[REDACTED]\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\css-language-features\server\dist\cssServerMain" --node-ipc --clientProcessId=20760
0 13 22468 watcherService
0 7 5744 console-window-host (Windows internal process)
Workspace Stats:
| Window (Running Extensions - [REDACTED] - Visual Studio Code)
| Folder ([REDACTED]): more than 34899 files
| File types: js(3510) jar(1567) xml(1538) png(1456) scss(1065) rb(588)
| json(506) gif(483) md(403) css(233)
| Conf files: package.json(190) webpack.config.js(3) project.json(3)
| tasks.json(1)
```
| True | Very long startup activation time - Prettier takes 3+ minutes to start, prettier is the only activated extension:

### System Info:
```
Version: Code 1.41.0 (9579eda04fdb3a9bba2750f15193e5fafe16b959, 2019-12-11T18:37:42.077Z)
OS Version: Windows_NT x64 10.0.17134
CPUs: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz (8 x 2712)
Memory (System): 31.85GB (18.75GB free)
VM: 0%
Screen Reader: no
Process Argv:
GPU Status: 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
CPU % Mem MB PID Process
0 99 20940 code main
0 114 5716 shared-process
0 15 17052 electron-crash-reporter
0 232 17616 gpu-process
0 24 20620 utility
0 168 22460 window (Running Extensions - coremedia-i-net - Visual Studio Code)
0 8 108 winpty-process
0 7 15528 C:\Users\[REDACTED]\AppData\Local\Programs\Git\bin\bash.exe
0 13 4752 "C:\Users\[REDACTED]\AppData\Local\Programs\Git\bin\..\usr\bin\bash.exe"
0 10 21564 console-window-host (Windows internal process)
0 69 20760 extensionHost
0 32 17804 "C:\Users\[REDACTED]\AppData\Local\Programs\Microsoft VS Code\Code.exe" "c:\Users\[REDACTED]\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\css-language-features\server\dist\cssServerMain" --node-ipc --clientProcessId=20760
0 13 22468 watcherService
0 7 5744 console-window-host (Windows internal process)
Workspace Stats:
| Window (Running Extensions - [REDACTED] - Visual Studio Code)
| Folder ([REDACTED]): more than 34899 files
| File types: js(3510) jar(1567) xml(1538) png(1456) scss(1065) rb(588)
| json(506) gif(483) md(403) css(233)
| Conf files: package.json(190) webpack.config.js(3) project.json(3)
| tasks.json(1)
```
| non_priority | very long startup activation time prettier takes minutes to start prettier is the only activated extension system info version code os version windows nt cpus intel r core tm cpu x memory system free vm screen reader no process argv gpu status canvas enabled flash enabled flash enabled flash baseline enabled gpu compositing enabled metal disabled off multiple raster threads enabled on oop rasterization disabled off protected video decode unavailable off rasterization enabled skia renderer disabled off surface control disabled off surface synchronization enabled on video decode enabled viz display compositor enabled on viz hit test surface layer disabled off webgl enabled enabled cpu mem mb pid process code main shared process electron crash reporter gpu process utility window running extensions coremedia i net visual studio code winpty process c users appdata local programs git bin bash exe c users appdata local programs git bin usr bin bash exe console window host windows internal process extensionhost c users appdata local programs microsoft vs code code exe c users appdata local programs microsoft vs code resources app extensions css language features server dist cssservermain node ipc clientprocessid watcherservice console window host windows internal process workspace stats window running extensions visual studio code folder more than files file types js jar xml png scss rb json gif md css conf files package json webpack config js project json tasks json | 0 |
123,817 | 4,876,497,965 | IssuesEvent | 2016-11-16 13:04:30 | ActivityWatch/activitywatch | https://api.github.com/repos/ActivityWatch/activitywatch | closed | Create a logo | high-priority | We need something basic, something possibly clean and uncoloured that can be styled later if needed.
Possible designs will likely be brainstormed at next meetup.
| 1.0 | Create a logo - We need something basic, something possibly clean and uncoloured that can be styled later if needed.
Possible designs will likely be brainstormed at next meetup.
| priority | create a logo we need something basic something possibly clean and uncoloured that can be styled later if needed possible designs will likely be brainstormed at next meetup | 1 |
335,119 | 30,012,641,387 | IssuesEvent | 2023-06-26 16:15:34 | 3DAsset-eCommerce/3D-BE | https://api.github.com/repos/3DAsset-eCommerce/3D-BE | closed | [feat] 관리자 에셋 추가 | Available High Test | ## Description
> 에셋 등록 및 수정에서 태그를 추가하는 서비스
## Tasks
- [ ] 기능 구현
- [ ] Controller Test
- [ ] Service Test
- [ ] Repository Test
- [ ] Integration Test | 1.0 | [feat] 관리자 에셋 추가 - ## Description
> 에셋 등록 및 수정에서 태그를 추가하는 서비스
## Tasks
- [ ] 기능 구현
- [ ] Controller Test
- [ ] Service Test
- [ ] Repository Test
- [ ] Integration Test | non_priority | 관리자 에셋 추가 description 에셋 등록 및 수정에서 태그를 추가하는 서비스 tasks 기능 구현 controller test service test repository test integration test | 0 |
118,914 | 11,995,993,654 | IssuesEvent | 2020-04-08 16:01:57 | tracim/tracim | https://api.github.com/repos/tracim/tracim | opened | missing documentation about elasticsearch with ingest. | documentation mandatory need discussion | ## Bug description & symptom
If we try using elasticsearch with tracim, it is very difficult to find all necessary information about configuration (some information in development.ini, in /backend/readme.md, in setting.md, in tools_docker path, etc.) and also by default, we not known Tracim can use elasticsearch ingest module.
Using elasticsearch with tracim is very good if we use ingest. Without ingest is not really necessary to use elasticsearch.
## Diagnostic
*Optional - explain what has been found and what is not yet clear. If unknown, write "unknown".*
## Expected
- [ ] documentation to use elasticsearch purpose directly to use ingest module
- [ ] add link between documentation, maybe all information about elasticsearch need to be in same file (in other file we just have link)
## Context and version information
## Prerequisites
## How to reproduce
## Screenshots
## Impacted components
## Extra information
| 1.0 | missing documentation about elasticsearch with ingest. - ## Bug description & symptom
If we try using elasticsearch with tracim, it is very difficult to find all necessary information about configuration (some information in development.ini, in /backend/readme.md, in setting.md, in tools_docker path, etc.) and also by default, we not known Tracim can use elasticsearch ingest module.
Using elasticsearch with tracim is very good if we use ingest. Without ingest is not really necessary to use elasticsearch.
## Diagnostic
*Optional - explain what has been found and what is not yet clear. If unknown, write "unknown".*
## Expected
- [ ] documentation to use elasticsearch purpose directly to use ingest module
- [ ] add link between documentation, maybe all information about elasticsearch need to be in same file (in other file we just have link)
## Context and version information
## Prerequisites
## How to reproduce
## Screenshots
## Impacted components
## Extra information
| non_priority | missing documentation about elasticsearch with ingest bug description symptom if we try using elasticsearch with tracim it is very difficult to find all necessary information about configuration some information in development ini in backend readme md in setting md in tools docker path etc and also by default we not known tracim can use elasticsearch ingest module using elasticsearch with tracim is very good if we use ingest without ingest is not really necessary to use elasticsearch diagnostic optional explain what has been found and what is not yet clear if unknown write unknown expected documentation to use elasticsearch purpose directly to use ingest module add link between documentation maybe all information about elasticsearch need to be in same file in other file we just have link context and version information prerequisites how to reproduce screenshots impacted components extra information | 0 |
323,224 | 23,939,133,932 | IssuesEvent | 2022-09-11 17:00:33 | Geekosophers/let-s-learn-tech | https://api.github.com/repos/Geekosophers/let-s-learn-tech | opened | Learn PostgreSQL Tutorial - Full Course for Beginners | documentation | Link to the video - https://www.youtube.com/watch?v=qw--VYLpxG4
Video Contents-
⌨️ [What is a Database](https://www.youtube.com/watch?v=qw--VYLpxG4&t=196s)
⌨️ [What is SQL And Relational Database](https://www.youtube.com/watch?v=qw--VYLpxG4&t=317s)
⌨️ [What is PostreSQL AKA Postrgres](https://www.youtube.com/watch?v=qw--VYLpxG4&t=550s)
⌨️ [PostgreSQL Installation (Mac OS)](https://www.youtube.com/watch?v=qw--VYLpxG4&t=653s)
⌨️ [PostgreSQL Installation (Windows)](https://www.youtube.com/watch?v=qw--VYLpxG4&t=861s)
⌨️ [GUI Clients vs Terminal/CMD Clients](https://www.youtube.com/watch?v=qw--VYLpxG4&t=1058s)
⌨️ [Setup PSQL (MAC OS)](https://www.youtube.com/watch?v=qw--VYLpxG4&t=1299s)
⌨️ [Setup PSQL (Windows)](https://www.youtube.com/watch?v=qw--VYLpxG4&t=1522s)
⌨️ [How to Create Database](https://www.youtube.com/watch?v=qw--VYLpxG4&t=1815s)
⌨️ [How to Connect to Databases](https://www.youtube.com/watch?v=qw--VYLpxG4&t=2015s)
⌨️ [A Very Dangerous Command](https://www.youtube.com/watch?v=qw--VYLpxG4&t=2292s)
⌨️ [How To Create Tables](https://www.youtube.com/watch?v=qw--VYLpxG4&t=2497s)
⌨️ [Creating Tables Without Constraints](https://www.youtube.com/watch?v=qw--VYLpxG4&t=2746s)
⌨️ [Creating Tables with Constraints](https://www.youtube.com/watch?v=qw--VYLpxG4&t=2952s)
⌨️ [Insert Into](https://www.youtube.com/watch?v=qw--VYLpxG4&t=3355s)
⌨️ [Insert Into Example](https://www.youtube.com/watch?v=qw--VYLpxG4&t=3554s)
⌨️ [Generate 1000 Rows with Mockaroo](https://www.youtube.com/watch?v=qw--VYLpxG4&t=3756s)
⌨️ [Select From](https://www.youtube.com/watch?v=qw--VYLpxG4&t=4348s)
⌨️ [Order By](https://www.youtube.com/watch?v=qw--VYLpxG4&t=4518s)
⌨️ [Distinct](https://www.youtube.com/watch?v=qw--VYLpxG4&t=4793s)
⌨️ [Where Clause and AND](https://www.youtube.com/watch?v=qw--VYLpxG4&t=4919s)
⌨️ [Comparison Operators](https://www.youtube.com/watch?v=qw--VYLpxG4&t=5129s)
⌨️ [Limit, Offset & Fetch](https://www.youtube.com/watch?v=qw--VYLpxG4&t=5375s)
⌨️ [IN](https://www.youtube.com/watch?v=qw--VYLpxG4&t=5563s)
⌨️ [Between](https://www.youtube.com/watch?v=qw--VYLpxG4&t=5743s)
⌨️ [Like And iLike](https://www.youtube.com/watch?v=qw--VYLpxG4&t=5865s)
⌨️ [Group By](https://www.youtube.com/watch?v=qw--VYLpxG4&t=6190s)
⌨️ [Group By Having](https://www.youtube.com/watch?v=qw--VYLpxG4&t=6401s)
⌨️ [Adding New Table And Data Using Mockaroo](https://www.youtube.com/watch?v=qw--VYLpxG4&t=6728s)
⌨️ [Calculating Min, Max & Average](https://www.youtube.com/watch?v=qw--VYLpxG4&t=6940s)
⌨️ [Sum](https://www.youtube.com/watch?v=qw--VYLpxG4&t=7188s)
⌨️ [Basics of Arithmetic Operators](https://www.youtube.com/watch?v=qw--VYLpxG4&t=7315s)
⌨️ [Arithmetic Operators (ROUND)](https://www.youtube.com/watch?v=qw--VYLpxG4&t=7559s)
⌨️ [Alias](https://www.youtube.com/watch?v=qw--VYLpxG4&t=7783s)
⌨️ [Coalesce](https://www.youtube.com/watch?v=qw--VYLpxG4&t=7952s)
⌨️ [NULLIF](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8175s)
⌨️ [Timestamps And Dates Course](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8421s)
⌨️ [Adding And Subtracting With Dates](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8601s)
⌨️ [Extracting Fields From Timestamp](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8758s)
⌨️ [Age Function](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8848s)
⌨️ [What Are Primary Keys](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8964s)
⌨️ [Understanding Primary Keys](https://www.youtube.com/watch?v=qw--VYLpxG4&t=9083s)
⌨️ [Adding Primary Key](https://www.youtube.com/watch?v=qw--VYLpxG4&t=9386s)
⌨️ [Unique Constraints](https://www.youtube.com/watch?v=qw--VYLpxG4&t=9655s)
⌨️ [Check Constraints](https://www.youtube.com/watch?v=qw--VYLpxG4&t=10155s)
⌨️ [How to Delete Records](https://www.youtube.com/watch?v=qw--VYLpxG4&t=10485s)
⌨️ [How to Update Records](https://www.youtube.com/watch?v=qw--VYLpxG4&t=10896s)
⌨️ [On Conflict Do Nothing](https://www.youtube.com/watch?v=qw--VYLpxG4&t=11155s)
⌨️ [Upsert](https://www.youtube.com/watch?v=qw--VYLpxG4&t=11469s)
⌨️ [What Is A Relationship/Foreign Keys](https://www.youtube.com/watch?v=qw--VYLpxG4&t=11801s)
⌨️ [Adding Relationship Between Tables](https://www.youtube.com/watch?v=qw--VYLpxG4&t=11988s)
⌨️ [Updating Foreign Keys Columns](https://www.youtube.com/watch?v=qw--VYLpxG4&t=12304s)
⌨️ [Inner Joins](https://www.youtube.com/watch?v=qw--VYLpxG4&t=12570s)
⌨️ [Left Joins](https://www.youtube.com/watch?v=qw--VYLpxG4&t=12917s)
⌨️ [Deleting Records With Foreign Keys](https://www.youtube.com/watch?v=qw--VYLpxG4&t=13253s)
⌨️ [Exporting Query Results to CSV](https://www.youtube.com/watch?v=qw--VYLpxG4&t=13647s)
⌨️ [Serial & Sequences](https://www.youtube.com/watch?v=qw--VYLpxG4&t=13842s)
⌨️ [Extensions](https://www.youtube.com/watch?v=qw--VYLpxG4&t=14238s)
⌨️ [Understanding UUID Data Type](https://www.youtube.com/watch?v=qw--VYLpxG4&t=14379s)
⌨️ [UUID As Primary Keys](https://www.youtube.com/watch?v=qw--VYLpxG4&t=14754s)
⌨️ [Conclusion](https://www.youtube.com/watch?v=qw--VYLpxG4&t=15390s) | 1.0 | Learn PostgreSQL Tutorial - Full Course for Beginners - Link to the video - https://www.youtube.com/watch?v=qw--VYLpxG4
Video Contents-
⌨️ [What is a Database](https://www.youtube.com/watch?v=qw--VYLpxG4&t=196s)
⌨️ [What is SQL And Relational Database](https://www.youtube.com/watch?v=qw--VYLpxG4&t=317s)
⌨️ [What is PostreSQL AKA Postrgres](https://www.youtube.com/watch?v=qw--VYLpxG4&t=550s)
⌨️ [PostgreSQL Installation (Mac OS)](https://www.youtube.com/watch?v=qw--VYLpxG4&t=653s)
⌨️ [PostgreSQL Installation (Windows)](https://www.youtube.com/watch?v=qw--VYLpxG4&t=861s)
⌨️ [GUI Clients vs Terminal/CMD Clients](https://www.youtube.com/watch?v=qw--VYLpxG4&t=1058s)
⌨️ [Setup PSQL (MAC OS)](https://www.youtube.com/watch?v=qw--VYLpxG4&t=1299s)
⌨️ [Setup PSQL (Windows)](https://www.youtube.com/watch?v=qw--VYLpxG4&t=1522s)
⌨️ [How to Create Database](https://www.youtube.com/watch?v=qw--VYLpxG4&t=1815s)
⌨️ [How to Connect to Databases](https://www.youtube.com/watch?v=qw--VYLpxG4&t=2015s)
⌨️ [A Very Dangerous Command](https://www.youtube.com/watch?v=qw--VYLpxG4&t=2292s)
⌨️ [How To Create Tables](https://www.youtube.com/watch?v=qw--VYLpxG4&t=2497s)
⌨️ [Creating Tables Without Constraints](https://www.youtube.com/watch?v=qw--VYLpxG4&t=2746s)
⌨️ [Creating Tables with Constraints](https://www.youtube.com/watch?v=qw--VYLpxG4&t=2952s)
⌨️ [Insert Into](https://www.youtube.com/watch?v=qw--VYLpxG4&t=3355s)
⌨️ [Insert Into Example](https://www.youtube.com/watch?v=qw--VYLpxG4&t=3554s)
⌨️ [Generate 1000 Rows with Mockaroo](https://www.youtube.com/watch?v=qw--VYLpxG4&t=3756s)
⌨️ [Select From](https://www.youtube.com/watch?v=qw--VYLpxG4&t=4348s)
⌨️ [Order By](https://www.youtube.com/watch?v=qw--VYLpxG4&t=4518s)
⌨️ [Distinct](https://www.youtube.com/watch?v=qw--VYLpxG4&t=4793s)
⌨️ [Where Clause and AND](https://www.youtube.com/watch?v=qw--VYLpxG4&t=4919s)
⌨️ [Comparison Operators](https://www.youtube.com/watch?v=qw--VYLpxG4&t=5129s)
⌨️ [Limit, Offset & Fetch](https://www.youtube.com/watch?v=qw--VYLpxG4&t=5375s)
⌨️ [IN](https://www.youtube.com/watch?v=qw--VYLpxG4&t=5563s)
⌨️ [Between](https://www.youtube.com/watch?v=qw--VYLpxG4&t=5743s)
⌨️ [Like And iLike](https://www.youtube.com/watch?v=qw--VYLpxG4&t=5865s)
⌨️ [Group By](https://www.youtube.com/watch?v=qw--VYLpxG4&t=6190s)
⌨️ [Group By Having](https://www.youtube.com/watch?v=qw--VYLpxG4&t=6401s)
⌨️ [Adding New Table And Data Using Mockaroo](https://www.youtube.com/watch?v=qw--VYLpxG4&t=6728s)
⌨️ [Calculating Min, Max & Average](https://www.youtube.com/watch?v=qw--VYLpxG4&t=6940s)
⌨️ [Sum](https://www.youtube.com/watch?v=qw--VYLpxG4&t=7188s)
⌨️ [Basics of Arithmetic Operators](https://www.youtube.com/watch?v=qw--VYLpxG4&t=7315s)
⌨️ [Arithmetic Operators (ROUND)](https://www.youtube.com/watch?v=qw--VYLpxG4&t=7559s)
⌨️ [Alias](https://www.youtube.com/watch?v=qw--VYLpxG4&t=7783s)
⌨️ [Coalesce](https://www.youtube.com/watch?v=qw--VYLpxG4&t=7952s)
⌨️ [NULLIF](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8175s)
⌨️ [Timestamps And Dates Course](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8421s)
⌨️ [Adding And Subtracting With Dates](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8601s)
⌨️ [Extracting Fields From Timestamp](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8758s)
⌨️ [Age Function](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8848s)
⌨️ [What Are Primary Keys](https://www.youtube.com/watch?v=qw--VYLpxG4&t=8964s)
⌨️ [Understanding Primary Keys](https://www.youtube.com/watch?v=qw--VYLpxG4&t=9083s)
⌨️ [Adding Primary Key](https://www.youtube.com/watch?v=qw--VYLpxG4&t=9386s)
⌨️ [Unique Constraints](https://www.youtube.com/watch?v=qw--VYLpxG4&t=9655s)
⌨️ [Check Constraints](https://www.youtube.com/watch?v=qw--VYLpxG4&t=10155s)
⌨️ [How to Delete Records](https://www.youtube.com/watch?v=qw--VYLpxG4&t=10485s)
⌨️ [How to Update Records](https://www.youtube.com/watch?v=qw--VYLpxG4&t=10896s)
⌨️ [On Conflict Do Nothing](https://www.youtube.com/watch?v=qw--VYLpxG4&t=11155s)
⌨️ [Upsert](https://www.youtube.com/watch?v=qw--VYLpxG4&t=11469s)
⌨️ [What Is A Relationship/Foreign Keys](https://www.youtube.com/watch?v=qw--VYLpxG4&t=11801s)
⌨️ [Adding Relationship Between Tables](https://www.youtube.com/watch?v=qw--VYLpxG4&t=11988s)
⌨️ [Updating Foreign Keys Columns](https://www.youtube.com/watch?v=qw--VYLpxG4&t=12304s)
⌨️ [Inner Joins](https://www.youtube.com/watch?v=qw--VYLpxG4&t=12570s)
⌨️ [Left Joins](https://www.youtube.com/watch?v=qw--VYLpxG4&t=12917s)
⌨️ [Deleting Records With Foreign Keys](https://www.youtube.com/watch?v=qw--VYLpxG4&t=13253s)
⌨️ [Exporting Query Results to CSV](https://www.youtube.com/watch?v=qw--VYLpxG4&t=13647s)
⌨️ [Serial & Sequences](https://www.youtube.com/watch?v=qw--VYLpxG4&t=13842s)
⌨️ [Extensions](https://www.youtube.com/watch?v=qw--VYLpxG4&t=14238s)
⌨️ [Understanding UUID Data Type](https://www.youtube.com/watch?v=qw--VYLpxG4&t=14379s)
⌨️ [UUID As Primary Keys](https://www.youtube.com/watch?v=qw--VYLpxG4&t=14754s)
⌨️ [Conclusion](https://www.youtube.com/watch?v=qw--VYLpxG4&t=15390s) | non_priority | learn postgresql tutorial full course for beginners link to the video video contents ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ ⌨️ | 0 |
24,863 | 6,587,203,832 | IssuesEvent | 2017-09-13 20:09:53 | CiviWiki/OpenCiviWiki | https://api.github.com/repos/CiviWiki/OpenCiviWiki | closed | Clean up merged/stale branches | cleanup code quality help wanted ready | There are several branches in this GitHub repository that have been merged or might be stale. Consider deleting merged branches, since they are now part of the main-line, and getting rid of stale branches too.
# Goal
Remove old branches for a cleaner development environment. | 1.0 | Clean up merged/stale branches - There are several branches in this GitHub repository that have been merged or might be stale. Consider deleting merged branches, since they are now part of the main-line, and getting rid of stale branches too.
# Goal
Remove old branches for a cleaner development environment. | non_priority | clean up merged stale branches there are several branches in this github repository that have been merged or might be stale consider deleting merged branches since they are now part of the main line and getting rid of stale branches too goal remove old branches for a cleaner development environment | 0 |
241,814 | 20,163,161,666 | IssuesEvent | 2022-02-10 00:01:10 | ampproject/amp-wp | https://api.github.com/repos/ampproject/amp-wp | closed | Replace deprecated PHPStan autoload_files option | P1 Testing WS:Perf Groomed | ## Bug Description
PHPStan has deprecated the `autoload_files` option and is now throwing a warning. This is because it can now parse PHP code without executing it.
To get rid of this warning, we need to removethe `autoload_files` option in the plugin and both libraries, and if the scan then fails, replace it as needed with the corresponding alternatives:
```
1) scanFiles - PHPStan will scan those for classes and functions
definitions. PHPStan will not execute those files.
2) bootstrapFiles - PHPStan will execute these files to prepare
the PHP runtime environment for the analysis.
```
## Expected Behaviour
PHPStan analysis runs without warnings.
## Steps to reproduce
1. **Verify**: PHPStan is installed at version 0.12.26+.
2. Run `composer analyze`.
3. **Verify**: PHPStan throws a warning: `⚠️ You're using a deprecated config option autoload_files. ⚠️️`
## Screenshots

---------------
_Do not alter or remove anything below. The following sections will be managed by moderators only._
## Acceptance criteria
* <!-- One or more bullet points for acceptance criteria. -->
## Implementation brief
* <!-- One or more bullet points for how to technically resolve the issue. For significant Implementation Design, it is ok use a Google document **accessible by anyone**. -->
## QA testing instructions
* <!-- One or more bullet points to describe how to test the implementation in QA. -->
## Demo
* <!-- A video or screenshots demoing the implementation. -->
## Changelog entry
* <!-- One sentence summarizing the PR, to be used in the changelog. -->
| 1.0 | Replace deprecated PHPStan autoload_files option - ## Bug Description
PHPStan has deprecated the `autoload_files` option and is now throwing a warning. This is because it can now parse PHP code without executing it.
To get rid of this warning, we need to removethe `autoload_files` option in the plugin and both libraries, and if the scan then fails, replace it as needed with the corresponding alternatives:
```
1) scanFiles - PHPStan will scan those for classes and functions
definitions. PHPStan will not execute those files.
2) bootstrapFiles - PHPStan will execute these files to prepare
the PHP runtime environment for the analysis.
```
## Expected Behaviour
PHPStan analysis runs without warnings.
## Steps to reproduce
1. **Verify**: PHPStan is installed at version 0.12.26+.
2. Run `composer analyze`.
3. **Verify**: PHPStan throws a warning: `⚠️ You're using a deprecated config option autoload_files. ⚠️️`
## Screenshots

---------------
_Do not alter or remove anything below. The following sections will be managed by moderators only._
## Acceptance criteria
* <!-- One or more bullet points for acceptance criteria. -->
## Implementation brief
* <!-- One or more bullet points for how to technically resolve the issue. For significant Implementation Design, it is ok use a Google document **accessible by anyone**. -->
## QA testing instructions
* <!-- One or more bullet points to describe how to test the implementation in QA. -->
## Demo
* <!-- A video or screenshots demoing the implementation. -->
## Changelog entry
* <!-- One sentence summarizing the PR, to be used in the changelog. -->
| non_priority | replace deprecated phpstan autoload files option bug description phpstan has deprecated the autoload files option and is now throwing a warning this is because it can now parse php code without executing it to get rid of this warning we need to removethe autoload files option in the plugin and both libraries and if the scan then fails replace it as needed with the corresponding alternatives scanfiles phpstan will scan those for classes and functions definitions phpstan will not execute those files bootstrapfiles phpstan will execute these files to prepare the php runtime environment for the analysis expected behaviour phpstan analysis runs without warnings steps to reproduce verify phpstan is installed at version run composer analyze verify phpstan throws a warning ⚠️ you re using a deprecated config option autoload files ⚠️️ screenshots do not alter or remove anything below the following sections will be managed by moderators only acceptance criteria implementation brief qa testing instructions demo changelog entry | 0 |
810,728 | 30,258,025,063 | IssuesEvent | 2023-07-07 05:34:42 | codelab-app/platform | https://api.github.com/repos/codelab-app/platform | closed | Refactor to use Next.js 13 routing & layouts | status: blocked priority: low | ## Description
Take advantage of the new features from Next.js 13 https://beta.nextjs.org/docs/routing/pages-and-layouts
1.15 update
Nrwl nx doesn't support it yet, blocked by
- #2168
5.2 Update
Tried out nrwl 16 which does support app directory, but has some bugs and isn't working
- https://github.com/emotion-js/emotion/issues/2928
| 1.0 | Refactor to use Next.js 13 routing & layouts - ## Description
Take advantage of the new features from Next.js 13 https://beta.nextjs.org/docs/routing/pages-and-layouts
1.15 update
Nrwl nx doesn't support it yet, blocked by
- #2168
5.2 Update
Tried out nrwl 16 which does support app directory, but has some bugs and isn't working
- https://github.com/emotion-js/emotion/issues/2928
| priority | refactor to use next js routing layouts description take advantage of the new features from next js update nrwl nx doesn t support it yet blocked by update tried out nrwl which does support app directory but has some bugs and isn t working | 1 |
546,287 | 16,008,535,396 | IssuesEvent | 2021-04-20 07:40:30 | DimensionDev/Maskbook | https://api.github.com/repos/DimensionDev/Maskbook | closed | [Demand] Implement Article Tab (Collectible) | Demand: New Priority: P2 (Important) | ## Catalogue
- [ ] UI/UX
- [ ] Mask Core Feature
- [x] Mask Plugin Feature (Collectible)
- [ ] Security/Cryptography Feature
- [ ] Other
- /_List it here_/
## Part 1: Introduction and Background
The article tab contains:
+ The collectible's hero image.

## Part 2: Problem to Solve
## Part 3: Expected Behavior
## Notes | 1.0 | [Demand] Implement Article Tab (Collectible) - ## Catalogue
- [ ] UI/UX
- [ ] Mask Core Feature
- [x] Mask Plugin Feature (Collectible)
- [ ] Security/Cryptography Feature
- [ ] Other
- /_List it here_/
## Part 1: Introduction and Background
The article tab contains:
+ The collectible's hero image.

## Part 2: Problem to Solve
## Part 3: Expected Behavior
## Notes | priority | implement article tab collectible catalogue ui ux mask core feature mask plugin feature collectible security cryptography feature other list it here part introduction and background the article tab contains the collectible s hero image part problem to solve part expected behavior notes | 1 |
379,517 | 11,222,708,991 | IssuesEvent | 2020-01-07 20:50:18 | Appboy/braze-docs | https://api.github.com/repos/Appboy/braze-docs | closed | Create a Data Points Page | difficulty: easy priority: 2 status: in progress type: content | # Submit an Issue
**Describe the Problem:**
Lack of documentation.
**Related Links, Resources, and Images:**
Internal.
**Code Samples:**
n/a
**Recommended Change Date:**
n/a
---
---
## Before You Submit
- [ ] Fill out the relevant items under __Submit an Issue__ above.
- [ ] [Label](https://github.com/Appboy/braze-docs/wiki/Labels) this issue.
- [ ] Assign this issue to either yourself, the Technical Writer (@EmilyNecciai), or to another appropriate person. _If you do not assign anyone to an issue, your issue may be closed._
---
---
<!-- Thanks for filling me out! If you have any thoughts on how to improve this template, please file an issue or reach out to @EmilyNecciai. -->
---
---
[Docs Request Policy (Braze Internal Only)](https://confluence.braze.com/display/GROW/Request+Process)
| 1.0 | Create a Data Points Page - # Submit an Issue
**Describe the Problem:**
Lack of documentation.
**Related Links, Resources, and Images:**
Internal.
**Code Samples:**
n/a
**Recommended Change Date:**
n/a
---
---
## Before You Submit
- [ ] Fill out the relevant items under __Submit an Issue__ above.
- [ ] [Label](https://github.com/Appboy/braze-docs/wiki/Labels) this issue.
- [ ] Assign this issue to either yourself, the Technical Writer (@EmilyNecciai), or to another appropriate person. _If you do not assign anyone to an issue, your issue may be closed._
---
---
<!-- Thanks for filling me out! If you have any thoughts on how to improve this template, please file an issue or reach out to @EmilyNecciai. -->
---
---
[Docs Request Policy (Braze Internal Only)](https://confluence.braze.com/display/GROW/Request+Process)
| priority | create a data points page submit an issue describe the problem lack of documentation related links resources and images internal code samples n a recommended change date n a before you submit fill out the relevant items under submit an issue above this issue assign this issue to either yourself the technical writer emilynecciai or to another appropriate person if you do not assign anyone to an issue your issue may be closed | 1 |
175,077 | 21,300,750,333 | IssuesEvent | 2022-04-15 02:32:33 | raindigi/graphql-server-with-node | https://api.github.com/repos/raindigi/graphql-server-with-node | opened | CVE-2021-43138 (High) detected in async-2.6.1.tgz | security vulnerability | ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-2.6.1.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-2.6.1.tgz">https://registry.npmjs.org/async/-/async-2.6.1.tgz</a></p>
<p>Path to dependency file: /graphql-server-with-node/package.json</p>
<p>Path to vulnerable library: /node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- mongoose-5.5.1.tgz (Root Library)
- :x: **async-2.6.1.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A vulnerability exists in Async through 3.2.1 (fixed in 3.2.2) , which could let a malicious user obtain privileges via the mapValues() method.
<p>Publish Date: 2022-04-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</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>7.8</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: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p>
<p>Release Date: 2022-04-06</p>
<p>Fix Resolution (async): 3.2.2</p>
<p>Direct dependency fix Resolution (mongoose): 5.7.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-43138 (High) detected in async-2.6.1.tgz - ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-2.6.1.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-2.6.1.tgz">https://registry.npmjs.org/async/-/async-2.6.1.tgz</a></p>
<p>Path to dependency file: /graphql-server-with-node/package.json</p>
<p>Path to vulnerable library: /node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- mongoose-5.5.1.tgz (Root Library)
- :x: **async-2.6.1.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A vulnerability exists in Async through 3.2.1 (fixed in 3.2.2) , which could let a malicious user obtain privileges via the mapValues() method.
<p>Publish Date: 2022-04-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</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>7.8</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: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p>
<p>Release Date: 2022-04-06</p>
<p>Fix Resolution (async): 3.2.2</p>
<p>Direct dependency fix Resolution (mongoose): 5.7.3</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 high detected in async tgz cve high severity vulnerability vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file graphql server with node package json path to vulnerable library node modules async package json dependency hierarchy mongoose tgz root library x async tgz vulnerable library found in base branch master vulnerability details a vulnerability exists in async through fixed in which could let a malicious user obtain privileges via the mapvalues method 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 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 async direct dependency fix resolution mongoose step up your open source security game with whitesource | 0 |
75,412 | 25,821,740,317 | IssuesEvent | 2022-12-12 10:04:08 | apache/jmeter | https://api.github.com/repos/apache/jmeter | opened | Not able to create session through JMeter | defect to-triage | ### Expected behavior
JMeter should create sessions for all user IDs which are trying to login.
### Actual behavior
Username are able to login to application but not able to reflect those entry in logs.
### Steps to reproduce the problem
Executing load tests with 5 users. Everything is working absolutely fine. No errors observed but there are no entries are observed in server logs.
### JMeter Version
5.4.3
### Java Version
1.8.0_331
### OS Version
_No response_ | 1.0 | Not able to create session through JMeter - ### Expected behavior
JMeter should create sessions for all user IDs which are trying to login.
### Actual behavior
Username are able to login to application but not able to reflect those entry in logs.
### Steps to reproduce the problem
Executing load tests with 5 users. Everything is working absolutely fine. No errors observed but there are no entries are observed in server logs.
### JMeter Version
5.4.3
### Java Version
1.8.0_331
### OS Version
_No response_ | non_priority | not able to create session through jmeter expected behavior jmeter should create sessions for all user ids which are trying to login actual behavior username are able to login to application but not able to reflect those entry in logs steps to reproduce the problem executing load tests with users everything is working absolutely fine no errors observed but there are no entries are observed in server logs jmeter version java version os version no response | 0 |
597,422 | 18,163,106,235 | IssuesEvent | 2021-09-27 11:58:22 | capgemini-stavanger/gi-en-jul | https://api.github.com/repos/capgemini-stavanger/gi-en-jul | opened | Institutions not able to insert phone number | Priority High | **Describe the bug**
Institutions cannot enter phone numbers starting with something else than 4 or 9, or have another length than 8.
**To Reproduce**
Steps to reproduce the behavior:
1. Log in as an institution and try to crate a family member.
**Expected behavior**
Phone number validation should be a bit more loose. Drop the validation of the starting number and the length. Only verify that the input is a number. | 1.0 | Institutions not able to insert phone number - **Describe the bug**
Institutions cannot enter phone numbers starting with something else than 4 or 9, or have another length than 8.
**To Reproduce**
Steps to reproduce the behavior:
1. Log in as an institution and try to crate a family member.
**Expected behavior**
Phone number validation should be a bit more loose. Drop the validation of the starting number and the length. Only verify that the input is a number. | priority | institutions not able to insert phone number describe the bug institutions cannot enter phone numbers starting with something else than or or have another length than to reproduce steps to reproduce the behavior log in as an institution and try to crate a family member expected behavior phone number validation should be a bit more loose drop the validation of the starting number and the length only verify that the input is a number | 1 |
425,231 | 12,337,510,752 | IssuesEvent | 2020-05-14 15:05:44 | zeebe-io/zeebe | https://api.github.com/repos/zeebe-io/zeebe | opened | Add context information to errors in the gateway | Impact: Observability Priority: Critical Scope: gateway Status: Ready Type: Maintenance | **Description**
We sometimes see internal errors on the gateway being logged for things such as request time out, no remote partition found, etc. For such transport errors, they should include the address we tried to reach. Additionally, for all errors (not rejections), we should log what we were trying to do, at the very least the request type and which partition we tried to perform it on.
| 1.0 | Add context information to errors in the gateway - **Description**
We sometimes see internal errors on the gateway being logged for things such as request time out, no remote partition found, etc. For such transport errors, they should include the address we tried to reach. Additionally, for all errors (not rejections), we should log what we were trying to do, at the very least the request type and which partition we tried to perform it on.
| priority | add context information to errors in the gateway description we sometimes see internal errors on the gateway being logged for things such as request time out no remote partition found etc for such transport errors they should include the address we tried to reach additionally for all errors not rejections we should log what we were trying to do at the very least the request type and which partition we tried to perform it on | 1 |
45,485 | 7,187,018,876 | IssuesEvent | 2018-02-02 02:26:30 | electron/electron | https://api.github.com/repos/electron/electron | closed | CI documentation | documentation triaged/enhancement | Would it be possible to have a documentation around CIs used to compile Electron ?
The goal would be to:
1) Document current CI state and follow advancement
2) Help people (like me) to put in place their own CI instances for Electron
Here are the infos I would need to get started:
- Clear list of CIs currently in use, and their corresponding build targets
- The configuration for each of the CIs
- including env vars and how to generate them, which ones are mandatory
- How to trigger a build
- How to integrate auto publish with Github/S3
Thank!
| 1.0 | CI documentation - Would it be possible to have a documentation around CIs used to compile Electron ?
The goal would be to:
1) Document current CI state and follow advancement
2) Help people (like me) to put in place their own CI instances for Electron
Here are the infos I would need to get started:
- Clear list of CIs currently in use, and their corresponding build targets
- The configuration for each of the CIs
- including env vars and how to generate them, which ones are mandatory
- How to trigger a build
- How to integrate auto publish with Github/S3
Thank!
| non_priority | ci documentation would it be possible to have a documentation around cis used to compile electron the goal would be to document current ci state and follow advancement help people like me to put in place their own ci instances for electron here are the infos i would need to get started clear list of cis currently in use and their corresponding build targets the configuration for each of the cis including env vars and how to generate them which ones are mandatory how to trigger a build how to integrate auto publish with github thank | 0 |
225,799 | 7,495,099,241 | IssuesEvent | 2018-04-07 17:09:51 | AdChain/AdChainRegistryDapp | https://api.github.com/repos/AdChain/AdChainRegistryDapp | opened | ADT Amount Missing in Challenge Confirmation Modal | Priority: High Type: UX Enhancement | # Problem

# Solution
Properly display the current `minDeposit` in the ADT field | 1.0 | ADT Amount Missing in Challenge Confirmation Modal - # Problem

# Solution
Properly display the current `minDeposit` in the ADT field | priority | adt amount missing in challenge confirmation modal problem solution properly display the current mindeposit in the adt field | 1 |
324,285 | 27,797,359,395 | IssuesEvent | 2023-03-17 13:31:15 | numba/numba | https://api.github.com/repos/numba/numba | closed | CUDA test requires cffi at import time | CUDA bug - incorrect behavior test suite | https://github.com/numba/numba/pull/8167 added https://github.com/numba/numba/blob/f54d55345a27197469be172a444d59384f18bf5e/numba/cuda/tests/cudapy/test_cffi.py#L2
This can cause error in `test_cuda_submodules (numba.tests.test_runtests.TestCase)` in other PRs that modifies the `test_runtests.py`; e.g. https://dev.azure.com/numba/numba/_build/results?buildId=14650&view=logs&j=fc02de35-6187-5f62-916a-1d89e16b3c7c&t=42075b20-0644-5625-2644-a1ee1144bf65&l=2014 | 1.0 | CUDA test requires cffi at import time - https://github.com/numba/numba/pull/8167 added https://github.com/numba/numba/blob/f54d55345a27197469be172a444d59384f18bf5e/numba/cuda/tests/cudapy/test_cffi.py#L2
This can cause error in `test_cuda_submodules (numba.tests.test_runtests.TestCase)` in other PRs that modifies the `test_runtests.py`; e.g. https://dev.azure.com/numba/numba/_build/results?buildId=14650&view=logs&j=fc02de35-6187-5f62-916a-1d89e16b3c7c&t=42075b20-0644-5625-2644-a1ee1144bf65&l=2014 | non_priority | cuda test requires cffi at import time added this can cause error in test cuda submodules numba tests test runtests testcase in other prs that modifies the test runtests py e g | 0 |
444,210 | 12,807,890,034 | IssuesEvent | 2020-07-03 12:29:40 | wso2/docker-ei | https://api.github.com/repos/wso2/docker-ei | closed | Issue in checksum mismatch in Centos dockerfile JDK version | Priority/High Type/Bug | **Description:**
Checksum is mismatch with the centos dockerfile and the latest checksum for JDK8. | 1.0 | Issue in checksum mismatch in Centos dockerfile JDK version - **Description:**
Checksum is mismatch with the centos dockerfile and the latest checksum for JDK8. | priority | issue in checksum mismatch in centos dockerfile jdk version description checksum is mismatch with the centos dockerfile and the latest checksum for | 1 |
11,160 | 16,541,024,445 | IssuesEvent | 2021-05-27 16:48:28 | NASA-PDS/pds-registry-app | https://api.github.com/repos/NASA-PDS/pds-registry-app | closed | As a node operator, I want to ingest metadata regarding secondary products that belong to a collection. | p.must-have requirement | ## Motivation
...so that I can enable traceability between collections and all associated products, even if they are secondary.
## Additional Details
N/A
## Acceptance Criteria
Given I have a collection containing secondary products
When I perform harvest and ingest of the collection into the registry
Then I expect to ingest the LID/LIDVID of the secondary product(s)
Then I expect to ingest some identifying information that this is a secondary product versus primary
Then I expect to query that information from the registry | 1.0 | As a node operator, I want to ingest metadata regarding secondary products that belong to a collection. - ## Motivation
...so that I can enable traceability between collections and all associated products, even if they are secondary.
## Additional Details
N/A
## Acceptance Criteria
Given I have a collection containing secondary products
When I perform harvest and ingest of the collection into the registry
Then I expect to ingest the LID/LIDVID of the secondary product(s)
Then I expect to ingest some identifying information that this is a secondary product versus primary
Then I expect to query that information from the registry | non_priority | as a node operator i want to ingest metadata regarding secondary products that belong to a collection motivation so that i can enable traceability between collections and all associated products even if they are secondary additional details n a acceptance criteria given i have a collection containing secondary products when i perform harvest and ingest of the collection into the registry then i expect to ingest the lid lidvid of the secondary product s then i expect to ingest some identifying information that this is a secondary product versus primary then i expect to query that information from the registry | 0 |
351,676 | 10,521,971,268 | IssuesEvent | 2019-09-30 07:37:41 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | login.live.com - desktop site instead of mobile site | browser-firefox engine-gecko priority-critical | <!-- @browser: Firefox 70.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=
**Browser / Version**: Firefox 70.0
**Operating System**: Windows 10
**Tested Another Browser**: No
**Problem type**: Desktop site instead of mobile site
**Description**: Clicked sign into "Microsoft account" and the Auth just stayed blank.
**Steps to Reproduce**:
The only thing I was trying to do was login to my account. Pop-up blocker etc. are all turned off.
[](https://webcompat.com/uploads/2019/9/c76e4897-4ed9-442e-9749-3ea305b53ff9.jpeg)
<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: 20190923154733</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
<p>Console Messages:</p>
<pre>
[{'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://logincdn.msauth.net/16.000/Converged_v21033_WxEHoN1EKgnBBEbhm200rw2.css. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://logincdn.msauth.net/16.000/Converged_v21033_WxEHoN1EKgnBBEbhm200rw2.css. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://logincdn.msauth.net/16.000/ConvergedLoginPaginatedStrings.en_yAG-DxXSQ3MIzboTMRgb-w2.js. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'error', 'log': ['None of the sha384 hashes in the integrity attribute match the content of the subresource.'], 'uri': 'https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=', 'pos': '0:0'}, {'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://logincdn.msauth.net/16.000/Converged_v21033_WxEHoN1EKgnBBEbhm200rw2.css. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://lgincdnvzeuno.azureedge.net/16.000/ConvergedLoginPaginatedStrings.en_yAG-DxXSQ3MIzboTMRgb-w2.js. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'error', 'log': ['None of the sha384 hashes in the integrity attribute match the content of the subresource.'], 'uri': 'https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=', 'pos': '0:0'}, {'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://lgincdnmsftuswe2.azureedge.net/16.000/ConvergedLoginPaginatedStrings.en_yAG-DxXSQ3MIzboTMRgb-w2.js. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'error', 'log': ['None of the sha384 hashes in the integrity attribute match the content of the subresource.'], 'uri': 'https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=', 'pos': '0:0'}, {'level': 'warn', 'log': ['onmozfullscreenchange is deprecated.'], 'uri': 'https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=', 'pos': '0:0'}, {'level': 'warn', 'log': ['onmozfullscreenerror is deprecated.'], 'uri': 'https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=', 'pos': '0:0'}]
</pre>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | login.live.com - desktop site instead of mobile site - <!-- @browser: Firefox 70.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=
**Browser / Version**: Firefox 70.0
**Operating System**: Windows 10
**Tested Another Browser**: No
**Problem type**: Desktop site instead of mobile site
**Description**: Clicked sign into "Microsoft account" and the Auth just stayed blank.
**Steps to Reproduce**:
The only thing I was trying to do was login to my account. Pop-up blocker etc. are all turned off.
[](https://webcompat.com/uploads/2019/9/c76e4897-4ed9-442e-9749-3ea305b53ff9.jpeg)
<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: 20190923154733</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
<p>Console Messages:</p>
<pre>
[{'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://logincdn.msauth.net/16.000/Converged_v21033_WxEHoN1EKgnBBEbhm200rw2.css. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://logincdn.msauth.net/16.000/Converged_v21033_WxEHoN1EKgnBBEbhm200rw2.css. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://logincdn.msauth.net/16.000/ConvergedLoginPaginatedStrings.en_yAG-DxXSQ3MIzboTMRgb-w2.js. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'error', 'log': ['None of the sha384 hashes in the integrity attribute match the content of the subresource.'], 'uri': 'https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=', 'pos': '0:0'}, {'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://logincdn.msauth.net/16.000/Converged_v21033_WxEHoN1EKgnBBEbhm200rw2.css. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://lgincdnvzeuno.azureedge.net/16.000/ConvergedLoginPaginatedStrings.en_yAG-DxXSQ3MIzboTMRgb-w2.js. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'error', 'log': ['None of the sha384 hashes in the integrity attribute match the content of the subresource.'], 'uri': 'https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=', 'pos': '0:0'}, {'level': 'warn', 'log': ['Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://lgincdnmsftuswe2.azureedge.net/16.000/ConvergedLoginPaginatedStrings.en_yAG-DxXSQ3MIzboTMRgb-w2.js. (Reason: CORS request did not succeed).'], 'uri': '', 'pos': '0:0'}, {'level': 'error', 'log': ['None of the sha384 hashes in the integrity attribute match the content of the subresource.'], 'uri': 'https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=', 'pos': '0:0'}, {'level': 'warn', 'log': ['onmozfullscreenchange is deprecated.'], 'uri': 'https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=', 'pos': '0:0'}, {'level': 'warn', 'log': ['onmozfullscreenerror is deprecated.'], 'uri': 'https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fragment&redirect_uri=https%3A%2F%2Fmixer.com%2Fapi%2Fv1%2Foauth%2Fmsa%2Fcheckv2&scope=Xboxlive.signin&prompt=', 'pos': '0:0'}]
</pre>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | login live com desktop site instead of mobile site url browser version firefox operating system windows tested another browser no problem type desktop site instead of mobile site description clicked sign into microsoft account and the auth just stayed blank steps to reproduce the only thing i was trying to do was login to my account pop up blocker etc are all turned off browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false console messages uri pos level warn log uri pos level warn log uri pos level error log uri pos level warn log uri pos level warn log uri pos level error log uri pos level warn log uri pos level error log uri pos level warn log uri pos level warn log uri pos from with ❤️ | 1 |
384,068 | 11,383,056,655 | IssuesEvent | 2020-01-29 04:29:21 | technote-space/toc-generator | https://api.github.com/repos/technote-space/toc-generator | closed | Action fails to run because of broken dependency. | Priority: High Type: Bug | ## Describe the bug: バグの概要
<!-- A clear and concise description of what the bug is. -->
Currently facing an issue running this action, where it prints this error:
```
command [npx doctoc /home/runner/work/codeql-learninglab-actions/codeql-learninglab-actions/README*.md --title '**Table of Contents**' --github] exited with code 1. message: Command failed: npx doctoc /home/runner/work/codeql-learninglab-actions/codeql-learninglab-actions/README*.md --title '**Table of Contents**' --github
internal/modules/cjs/loader.js:796
throw err;
^
Error: Cannot find module 'which'
Require stack:
- /usr/local/lib/node_modules/npm/node_modules/libnpx/index.js
- /usr/local/lib/node_modules/npm/bin/npx-cli.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
at Function.Module._load (internal/modules/cjs/loader.js:686:27)
at Module.require (internal/modules/cjs/loader.js:848:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/libnpx/index.js:10:25)
at Module._compile (internal/modules/cjs/loader.js:955:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
at Module.load (internal/modules/cjs/loader.js:811:32)
at Function.Module._load (internal/modules/cjs/loader.js:723:14)
at Module.require (internal/modules/cjs/loader.js:848:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
```
See: https://github.com/github/codeql-learninglab-actions/runs/411835295?check_suite_focus=true
Looks like it's probably a dependency issue in `doctoc`, maybe some dependency relying on an implicit dependency?
<!-- バグの内容を簡潔かつ明確に書いてください -->
## To Reproduce: 再現手順
Steps to reproduce the behavior:
1. Run a workflow with this action
1. See error
## Expected behavior: 期待する動作
<!-- A clear and concise description of what you expected to happen. -->
Action runs without module resolution error.
<!-- あなたが期待する動きを簡潔かつ明確に書いてください -->
## Operating environment: バグが発生した環境
Workflow with this config:
```yml
jobs:
generateTOC:
runs-on: ubuntu-latest
name: Generate Table of Contents
steps:
- name: TOC Generator
uses: technote-space/toc-generator@v2.0.6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Seems to also happen when bumping to `v2.0.9`
| 1.0 | Action fails to run because of broken dependency. - ## Describe the bug: バグの概要
<!-- A clear and concise description of what the bug is. -->
Currently facing an issue running this action, where it prints this error:
```
command [npx doctoc /home/runner/work/codeql-learninglab-actions/codeql-learninglab-actions/README*.md --title '**Table of Contents**' --github] exited with code 1. message: Command failed: npx doctoc /home/runner/work/codeql-learninglab-actions/codeql-learninglab-actions/README*.md --title '**Table of Contents**' --github
internal/modules/cjs/loader.js:796
throw err;
^
Error: Cannot find module 'which'
Require stack:
- /usr/local/lib/node_modules/npm/node_modules/libnpx/index.js
- /usr/local/lib/node_modules/npm/bin/npx-cli.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
at Function.Module._load (internal/modules/cjs/loader.js:686:27)
at Module.require (internal/modules/cjs/loader.js:848:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/libnpx/index.js:10:25)
at Module._compile (internal/modules/cjs/loader.js:955:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
at Module.load (internal/modules/cjs/loader.js:811:32)
at Function.Module._load (internal/modules/cjs/loader.js:723:14)
at Module.require (internal/modules/cjs/loader.js:848:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
```
See: https://github.com/github/codeql-learninglab-actions/runs/411835295?check_suite_focus=true
Looks like it's probably a dependency issue in `doctoc`, maybe some dependency relying on an implicit dependency?
<!-- バグの内容を簡潔かつ明確に書いてください -->
## To Reproduce: 再現手順
Steps to reproduce the behavior:
1. Run a workflow with this action
1. See error
## Expected behavior: 期待する動作
<!-- A clear and concise description of what you expected to happen. -->
Action runs without module resolution error.
<!-- あなたが期待する動きを簡潔かつ明確に書いてください -->
## Operating environment: バグが発生した環境
Workflow with this config:
```yml
jobs:
generateTOC:
runs-on: ubuntu-latest
name: Generate Table of Contents
steps:
- name: TOC Generator
uses: technote-space/toc-generator@v2.0.6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Seems to also happen when bumping to `v2.0.9`
| priority | action fails to run because of broken dependency describe the bug バグの概要 currently facing an issue running this action where it prints this error command exited with code message command failed npx doctoc home runner work codeql learninglab actions codeql learninglab actions readme md title table of contents github internal modules cjs loader js throw err error cannot find module which require stack usr local lib node modules npm node modules libnpx index js usr local lib node modules npm bin npx cli js at function module resolvefilename internal modules cjs loader js at function module load internal modules cjs loader js at module require internal modules cjs loader js at require internal modules cjs helpers js at object usr local lib node modules npm node modules libnpx index js at module compile internal modules cjs loader js at object module extensions js internal modules cjs loader js at module load internal modules cjs loader js at function module load internal modules cjs loader js at module require internal modules cjs loader js code module not found requirestack see looks like it s probably a dependency issue in doctoc maybe some dependency relying on an implicit dependency to reproduce 再現手順 steps to reproduce the behavior run a workflow with this action see error expected behavior 期待する動作 action runs without module resolution error operating environment バグが発生した環境 workflow with this config yml jobs generatetoc runs on ubuntu latest name generate table of contents steps name toc generator uses technote space toc generator with github token secrets github token seems to also happen when bumping to | 1 |
206,312 | 23,374,924,098 | IssuesEvent | 2022-08-11 01:08:14 | Galaxy-Software-Service/WebGoat | https://api.github.com/repos/Galaxy-Software-Service/WebGoat | opened | CVE-2022-31160 (Medium) detected in jquery-ui-1.12.1.min.js | security vulnerability | ## CVE-2022-31160 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-ui-1.12.1.min.js</b></p></summary>
<p>A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js">https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js</a></p>
<p>Path to vulnerable library: /webgoat-container/src/main/resources/static/js/libs/jquery-ui.min.js,/webgoat-container/target/classes/static/js/libs/jquery-ui.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-ui-1.12.1.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Galaxy-Software-Service/WebGoat/commit/12040d57fd51ffa0b6407f8b4e9cc04e47656d2d">12040d57fd51ffa0b6407f8b4e9cc04e47656d2d</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`.
<p>Publish Date: 2022-07-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-31160>CVE-2022-31160</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31160">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31160</a></p>
<p>Release Date: 2022-07-20</p>
<p>Fix Resolution: jquery-ui - 1.13.2</p>
</p>
</details>
<p></p>
| True | CVE-2022-31160 (Medium) detected in jquery-ui-1.12.1.min.js - ## CVE-2022-31160 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-ui-1.12.1.min.js</b></p></summary>
<p>A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js">https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js</a></p>
<p>Path to vulnerable library: /webgoat-container/src/main/resources/static/js/libs/jquery-ui.min.js,/webgoat-container/target/classes/static/js/libs/jquery-ui.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-ui-1.12.1.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Galaxy-Software-Service/WebGoat/commit/12040d57fd51ffa0b6407f8b4e9cc04e47656d2d">12040d57fd51ffa0b6407f8b4e9cc04e47656d2d</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`.
<p>Publish Date: 2022-07-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-31160>CVE-2022-31160</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31160">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31160</a></p>
<p>Release Date: 2022-07-20</p>
<p>Fix Resolution: jquery-ui - 1.13.2</p>
</p>
</details>
<p></p>
| non_priority | cve medium detected in jquery ui min js cve medium severity vulnerability vulnerable library jquery ui min js a curated set of user interface interactions effects widgets and themes built on top of the jquery javascript library library home page a href path to vulnerable library webgoat container src main resources static js libs jquery ui min js webgoat container target classes static js libs jquery ui min js dependency hierarchy x jquery ui min js vulnerable library found in head commit a href found in base branch master vulnerability details jquery ui is a curated set of user interface interactions effects widgets and themes built on top of jquery versions prior to are potentially vulnerable to cross site scripting initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label calling checkboxradio refresh on such a widget and the initial html contained encoded html entities will make them erroneously get decoded this can lead to potentially executing javascript code the bug has been patched in jquery ui to remediate the issue someone who can change the initial html can wrap all the non input contents of the label in a span publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery ui | 0 |
19,796 | 26,178,434,019 | IssuesEvent | 2023-01-02 12:44:07 | prisma/prisma | https://api.github.com/repos/prisma/prisma | opened | Wrong db pull warning with multiSchema preview feature, it says that "These enums were enriched with `@@map` information taken from the previous Prisma schema." but the schema was actually empty. | bug/2-confirmed kind/bug process/candidate topic: introspection-warning topic: re-introspection team/schema topic: multiSchema | ### Bug description
The following warnings are confusing
```
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "base_status"
//
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "transactional_status"
```
Here we are in a re-introspection case but there is no datamodel, only a generator and a datasource.
The warning suggests that some information was taken from this empty datamodel which is impossible.
It's probably the logic in re-introspection in the engine that needs to be changed.
### How to reproduce
- create a database with `CREATE DATABASE "reintroMultiSchema";`
- import / execute the following SQL
```sql
-- CreateSchema
CREATE SCHEMA IF NOT EXISTS "base";
-- CreateSchema
CREATE SCHEMA IF NOT EXISTS "transactional";
-- CreateTable
CREATE TABLE "base"."User" (
"id" TEXT NOT NULL,
"email" TEXT NOT NULL,
CONSTRAINT "User_pkey" PRIMARY KEY ("id")
);
-- CreateTable
CREATE TABLE "transactional"."Post" (
"id" TEXT NOT NULL,
"title" TEXT NOT NULL,
"authorId" TEXT NOT NULL,
CONSTRAINT "Post_pkey" PRIMARY KEY ("id")
);
-- AddForeignKey
ALTER TABLE "transactional"."Post" ADD CONSTRAINT "Post_authorId_fkey" FOREIGN KEY ("authorId") REFERENCES "base"."User"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
CREATE TYPE "base"."status" as enum ('ON','OFF');
--
-- tables names are renamed so they are identical
-- Original names are User and Post
-- Errors with Error: [libs/dml/src/datamodel.rs:178:14] Every RelationInfo should have a complementary RelationInfo on the opposite relation field.
-- https://github.com/prisma/prisma/issues/15800
--
-- CreateTable
CREATE TABLE "base"."some_table" (
"id" TEXT NOT NULL,
"email" TEXT NOT NULL,
CONSTRAINT "User_pkey2" PRIMARY KEY ("id")
);
-- CreateTable
CREATE TABLE "transactional"."some_table" (
"id" TEXT NOT NULL,
"title" TEXT NOT NULL,
"authorId" TEXT NOT NULL,
CONSTRAINT "Post_pkey2" PRIMARY KEY ("id")
);
-- AddForeignKey
ALTER TABLE "transactional"."some_table" ADD CONSTRAINT "Post_authorId_fkey2" FOREIGN KEY ("authorId") REFERENCES "base"."some_table"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
CREATE TYPE "transactional"."status" as enum ('ON','OFF');
```
- run `DATABASE_URL="postgres://prisma:prisma@localhost:5432/reintroMultiSchema" npx prisma@dev db pull --print --schema schema.prisma`
Result
```
generator client {
provider = "prisma-client-js"
previewFeatures = ["multiSchema"]
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
schemas = ["base", "transactional"]
}
model User {
id String @id
email String
Post Post[]
@@schema("base")
}
model base_some_table {
id String @id(map: "User_pkey2")
email String
some_table transactional_some_table[]
@@map("some_table")
@@schema("base")
}
model Post {
id String @id
title String
authorId String
User User @relation(fields: [authorId], references: [id])
@@schema("transactional")
}
model transactional_some_table {
id String @id(map: "Post_pkey2")
title String
authorId String
some_table base_some_table @relation(fields: [authorId], references: [id], map: "Post_authorId_fkey2")
@@map("some_table")
@@schema("transactional")
}
enum base_status {
ON
OFF
@@map("status")
@@schema("base")
}
enum transactional_status {
ON
OFF
@@map("status")
@@schema("transactional")
}
// introspectionSchemaVersion: NonPrisma
// *** WARNING ***
//
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "base_status"
//
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "transactional_status"
//
// These models and enums were renamed due to their names being duplicates in the Prisma Schema Language.
// Code 20
// [
// {
// "type": "Enum",
// "name": "base_status"
// },
// {
// "type": "Enum",
// "name": "transactional_status"
// },
// {
// "type": "Model",
// "name": "base_some_table"
// },
// {
// "type": "Model",
// "name": "transactional_some_table"
// }
// ]
//
```
### Expected behavior
These warnings should not be outputted
```
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "base_status"
//
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "transactional_status"
```
### Prisma information
```prisma
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
schemas = ["base", "transactional"]
}
generator client {
provider = "prisma-client-js"
previewFeatures = ["multiSchema"]
}
```
### Environment & setup
- OS: macOS
- Database: PostgreSQL
- Node.js version: NA
### Prisma Version
```
prisma : 4.9.0-dev.13
@prisma/client : Not found
Current platform : darwin-arm64
Query Engine (Node-API) : libquery-engine c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35 (at ../../.npm/_npx/1eb32a0be9e7d512/node_modules/@prisma/engines/libquery_engine-darwin-arm64.dylib.node)
Migration Engine : migration-engine-cli c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35 (at ../../.npm/_npx/1eb32a0be9e7d512/node_modules/@prisma/engines/migration-engine-darwin-arm64)
Introspection Engine : introspection-core c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35 (at ../../.npm/_npx/1eb32a0be9e7d512/node_modules/@prisma/engines/introspection-engine-darwin-arm64)
Format Binary : prisma-fmt c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35 (at ../../.npm/_npx/1eb32a0be9e7d512/node_modules/@prisma/engines/prisma-fmt-darwin-arm64)
Format Wasm : @prisma/prisma-fmt-wasm 4.9.0-6.c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35
Default Engines Hash : c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35
Studio : 0.479.0
Preview Features : multiSchema
```
| 1.0 | Wrong db pull warning with multiSchema preview feature, it says that "These enums were enriched with `@@map` information taken from the previous Prisma schema." but the schema was actually empty. - ### Bug description
The following warnings are confusing
```
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "base_status"
//
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "transactional_status"
```
Here we are in a re-introspection case but there is no datamodel, only a generator and a datasource.
The warning suggests that some information was taken from this empty datamodel which is impossible.
It's probably the logic in re-introspection in the engine that needs to be changed.
### How to reproduce
- create a database with `CREATE DATABASE "reintroMultiSchema";`
- import / execute the following SQL
```sql
-- CreateSchema
CREATE SCHEMA IF NOT EXISTS "base";
-- CreateSchema
CREATE SCHEMA IF NOT EXISTS "transactional";
-- CreateTable
CREATE TABLE "base"."User" (
"id" TEXT NOT NULL,
"email" TEXT NOT NULL,
CONSTRAINT "User_pkey" PRIMARY KEY ("id")
);
-- CreateTable
CREATE TABLE "transactional"."Post" (
"id" TEXT NOT NULL,
"title" TEXT NOT NULL,
"authorId" TEXT NOT NULL,
CONSTRAINT "Post_pkey" PRIMARY KEY ("id")
);
-- AddForeignKey
ALTER TABLE "transactional"."Post" ADD CONSTRAINT "Post_authorId_fkey" FOREIGN KEY ("authorId") REFERENCES "base"."User"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
CREATE TYPE "base"."status" as enum ('ON','OFF');
--
-- tables names are renamed so they are identical
-- Original names are User and Post
-- Errors with Error: [libs/dml/src/datamodel.rs:178:14] Every RelationInfo should have a complementary RelationInfo on the opposite relation field.
-- https://github.com/prisma/prisma/issues/15800
--
-- CreateTable
CREATE TABLE "base"."some_table" (
"id" TEXT NOT NULL,
"email" TEXT NOT NULL,
CONSTRAINT "User_pkey2" PRIMARY KEY ("id")
);
-- CreateTable
CREATE TABLE "transactional"."some_table" (
"id" TEXT NOT NULL,
"title" TEXT NOT NULL,
"authorId" TEXT NOT NULL,
CONSTRAINT "Post_pkey2" PRIMARY KEY ("id")
);
-- AddForeignKey
ALTER TABLE "transactional"."some_table" ADD CONSTRAINT "Post_authorId_fkey2" FOREIGN KEY ("authorId") REFERENCES "base"."some_table"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
CREATE TYPE "transactional"."status" as enum ('ON','OFF');
```
- run `DATABASE_URL="postgres://prisma:prisma@localhost:5432/reintroMultiSchema" npx prisma@dev db pull --print --schema schema.prisma`
Result
```
generator client {
provider = "prisma-client-js"
previewFeatures = ["multiSchema"]
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
schemas = ["base", "transactional"]
}
model User {
id String @id
email String
Post Post[]
@@schema("base")
}
model base_some_table {
id String @id(map: "User_pkey2")
email String
some_table transactional_some_table[]
@@map("some_table")
@@schema("base")
}
model Post {
id String @id
title String
authorId String
User User @relation(fields: [authorId], references: [id])
@@schema("transactional")
}
model transactional_some_table {
id String @id(map: "Post_pkey2")
title String
authorId String
some_table base_some_table @relation(fields: [authorId], references: [id], map: "Post_authorId_fkey2")
@@map("some_table")
@@schema("transactional")
}
enum base_status {
ON
OFF
@@map("status")
@@schema("base")
}
enum transactional_status {
ON
OFF
@@map("status")
@@schema("transactional")
}
// introspectionSchemaVersion: NonPrisma
// *** WARNING ***
//
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "base_status"
//
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "transactional_status"
//
// These models and enums were renamed due to their names being duplicates in the Prisma Schema Language.
// Code 20
// [
// {
// "type": "Enum",
// "name": "base_status"
// },
// {
// "type": "Enum",
// "name": "transactional_status"
// },
// {
// "type": "Model",
// "name": "base_some_table"
// },
// {
// "type": "Model",
// "name": "transactional_some_table"
// }
// ]
//
```
### Expected behavior
These warnings should not be outputted
```
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "base_status"
//
// These enums were enriched with `@@map` information taken from the previous Prisma schema.
// - Enum "transactional_status"
```
### Prisma information
```prisma
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
schemas = ["base", "transactional"]
}
generator client {
provider = "prisma-client-js"
previewFeatures = ["multiSchema"]
}
```
### Environment & setup
- OS: macOS
- Database: PostgreSQL
- Node.js version: NA
### Prisma Version
```
prisma : 4.9.0-dev.13
@prisma/client : Not found
Current platform : darwin-arm64
Query Engine (Node-API) : libquery-engine c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35 (at ../../.npm/_npx/1eb32a0be9e7d512/node_modules/@prisma/engines/libquery_engine-darwin-arm64.dylib.node)
Migration Engine : migration-engine-cli c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35 (at ../../.npm/_npx/1eb32a0be9e7d512/node_modules/@prisma/engines/migration-engine-darwin-arm64)
Introspection Engine : introspection-core c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35 (at ../../.npm/_npx/1eb32a0be9e7d512/node_modules/@prisma/engines/introspection-engine-darwin-arm64)
Format Binary : prisma-fmt c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35 (at ../../.npm/_npx/1eb32a0be9e7d512/node_modules/@prisma/engines/prisma-fmt-darwin-arm64)
Format Wasm : @prisma/prisma-fmt-wasm 4.9.0-6.c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35
Default Engines Hash : c417b3d7f4d3ba648bde7483f42ddf7a1f0cbd35
Studio : 0.479.0
Preview Features : multiSchema
```
| non_priority | wrong db pull warning with multischema preview feature it says that these enums were enriched with map information taken from the previous prisma schema but the schema was actually empty bug description the following warnings are confusing these enums were enriched with map information taken from the previous prisma schema enum base status these enums were enriched with map information taken from the previous prisma schema enum transactional status here we are in a re introspection case but there is no datamodel only a generator and a datasource the warning suggests that some information was taken from this empty datamodel which is impossible it s probably the logic in re introspection in the engine that needs to be changed how to reproduce create a database with create database reintromultischema import execute the following sql sql createschema create schema if not exists base createschema create schema if not exists transactional createtable create table base user id text not null email text not null constraint user pkey primary key id createtable create table transactional post id text not null title text not null authorid text not null constraint post pkey primary key id addforeignkey alter table transactional post add constraint post authorid fkey foreign key authorid references base user id on delete restrict on update cascade create type base status as enum on off tables names are renamed so they are identical original names are user and post errors with error every relationinfo should have a complementary relationinfo on the opposite relation field createtable create table base some table id text not null email text not null constraint user primary key id createtable create table transactional some table id text not null title text not null authorid text not null constraint post primary key id addforeignkey alter table transactional some table add constraint post authorid foreign key authorid references base some table id on delete restrict on update cascade create type transactional status as enum on off run database url postgres prisma prisma localhost reintromultischema npx prisma dev db pull print schema schema prisma result generator client provider prisma client js previewfeatures datasource db provider postgresql url env database url schemas model user id string id email string post post schema base model base some table id string id map user email string some table transactional some table map some table schema base model post id string id title string authorid string user user relation fields references schema transactional model transactional some table id string id map post title string authorid string some table base some table relation fields references map post authorid map some table schema transactional enum base status on off map status schema base enum transactional status on off map status schema transactional introspectionschemaversion nonprisma warning these enums were enriched with map information taken from the previous prisma schema enum base status these enums were enriched with map information taken from the previous prisma schema enum transactional status these models and enums were renamed due to their names being duplicates in the prisma schema language code type enum name base status type enum name transactional status type model name base some table type model name transactional some table expected behavior these warnings should not be outputted these enums were enriched with map information taken from the previous prisma schema enum base status these enums were enriched with map information taken from the previous prisma schema enum transactional status prisma information prisma datasource db provider postgresql url env database url schemas generator client provider prisma client js previewfeatures environment setup os macos database postgresql node js version na prisma version prisma dev prisma client not found current platform darwin query engine node api libquery engine at npm npx node modules prisma engines libquery engine darwin dylib node migration engine migration engine cli at npm npx node modules prisma engines migration engine darwin introspection engine introspection core at npm npx node modules prisma engines introspection engine darwin format binary prisma fmt at npm npx node modules prisma engines prisma fmt darwin format wasm prisma prisma fmt wasm default engines hash studio preview features multischema | 0 |
5,425 | 8,286,006,757 | IssuesEvent | 2018-09-19 02:13:48 | PennyDreadfulMTG/perf-reports | https://api.github.com/repos/PennyDreadfulMTG/perf-reports | closed | 500 error at /api/gitpull | CalledProcessError logsite wontfix | Command '['pip', 'install', '-U', '--user', '-r', 'requirements.txt', '--no-cache']' returned non-zero exit status 1.
Reported on logsite by logged_out
--------------------------------------------------------------------------------
Request Method: POST
Path: /api/gitpull?
Cookies: {}
Endpoint: process_github_webhook
View Args: {}
Person: logged_out
Referrer: None
Request Data: {}
Host: logs.pennydreadfulmagic.com
Accept-Encoding: gzip
Cf-Ipcountry: US
X-Forwarded-For: 192.30.252.39, 108.162.245.222
Cf-Ray: 43a01f1efc71bb12-SEA
X-Forwarded-Proto: https
Cf-Visitor: {"scheme":"https"}
Accept: */*
User-Agent: GitHub-Hookshot/89e91ff
X-Github-Event: push
X-Github-Delivery: fb7c9e70-8702-11e8-837e-eb5e6aaa1d35
Content-Type: application/json
Cf-Connecting-Ip: 192.30.252.39
X-Forwarded-Host: logs.pennydreadfulmagic.com
X-Forwarded-Server: logs.pennydreadfulmagic.com
Connection: Keep-Alive
Content-Length: 9899--------------------------------------------------------------------------------
CalledProcessError
Stack Trace:
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2309, in __call__
return self.wsgi_app(environ, start_response)
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2295, in wsgi_app
response = self.handle_exception(e)
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise
raise value
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "./shared_web/api.py", line 19, in process_github_webhook
subprocess.check_output(['pip', 'install', '-U', '--user', '-r', 'requirements.txt', '--no-cache'])
File "/usr/lib64/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/usr/lib64/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
| 1.0 | 500 error at /api/gitpull - Command '['pip', 'install', '-U', '--user', '-r', 'requirements.txt', '--no-cache']' returned non-zero exit status 1.
Reported on logsite by logged_out
--------------------------------------------------------------------------------
Request Method: POST
Path: /api/gitpull?
Cookies: {}
Endpoint: process_github_webhook
View Args: {}
Person: logged_out
Referrer: None
Request Data: {}
Host: logs.pennydreadfulmagic.com
Accept-Encoding: gzip
Cf-Ipcountry: US
X-Forwarded-For: 192.30.252.39, 108.162.245.222
Cf-Ray: 43a01f1efc71bb12-SEA
X-Forwarded-Proto: https
Cf-Visitor: {"scheme":"https"}
Accept: */*
User-Agent: GitHub-Hookshot/89e91ff
X-Github-Event: push
X-Github-Delivery: fb7c9e70-8702-11e8-837e-eb5e6aaa1d35
Content-Type: application/json
Cf-Connecting-Ip: 192.30.252.39
X-Forwarded-Host: logs.pennydreadfulmagic.com
X-Forwarded-Server: logs.pennydreadfulmagic.com
Connection: Keep-Alive
Content-Length: 9899--------------------------------------------------------------------------------
CalledProcessError
Stack Trace:
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2309, in __call__
return self.wsgi_app(environ, start_response)
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2295, in wsgi_app
response = self.handle_exception(e)
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise
raise value
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "./shared_web/api.py", line 19, in process_github_webhook
subprocess.check_output(['pip', 'install', '-U', '--user', '-r', 'requirements.txt', '--no-cache'])
File "/usr/lib64/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/usr/lib64/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
| non_priority | error at api gitpull command returned non zero exit status reported on logsite by logged out request method post path api gitpull cookies endpoint process github webhook view args person logged out referrer none request data host logs pennydreadfulmagic com accept encoding gzip cf ipcountry us x forwarded for cf ray sea x forwarded proto https cf visitor scheme https accept user agent github hookshot x github event push x github delivery content type application json cf connecting ip x forwarded host logs pennydreadfulmagic com x forwarded server logs pennydreadfulmagic com connection keep alive content length calledprocesserror stack trace file home discord local lib site packages flask app py line in call return self wsgi app environ start response file home discord local lib site packages flask app py line in wsgi app response self handle exception e file home discord local lib site packages flask app py line in wsgi app response self full dispatch request file home discord local lib site packages flask app py line in full dispatch request rv self handle user exception e file home discord local lib site packages flask app py line in handle user exception reraise exc type exc value tb file home discord local lib site packages flask compat py line in reraise raise value file home discord local lib site packages flask app py line in full dispatch request rv self dispatch request file home discord local lib site packages flask app py line in dispatch request return self view functions req view args file shared web api py line in process github webhook subprocess check output file usr subprocess py line in check output kwargs stdout file usr subprocess py line in run output stdout stderr stderr | 0 |
50,785 | 6,461,094,466 | IssuesEvent | 2017-08-16 07:06:05 | ZeroK-RTS/Zero-K | https://api.github.com/repos/ZeroK-RTS/Zero-K | closed | Activate "Stay up to date" HUD panel option | design decision | The option "Stay up to date" should set people's UI panels to the new default whenever it changes. It is enabled by default but inactive. This open should probably be made active in February after everyone is warned about it. | 1.0 | Activate "Stay up to date" HUD panel option - The option "Stay up to date" should set people's UI panels to the new default whenever it changes. It is enabled by default but inactive. This open should probably be made active in February after everyone is warned about it. | non_priority | activate stay up to date hud panel option the option stay up to date should set people s ui panels to the new default whenever it changes it is enabled by default but inactive this open should probably be made active in february after everyone is warned about it | 0 |
122,261 | 16,098,623,284 | IssuesEvent | 2021-04-27 06:08:31 | aws/aws-cdk | https://api.github.com/repos/aws/aws-cdk | closed | 📊Tracking: Alexa Skills Kit | @aws-cdk/alexa-ask closed-for-staleness management/tracking needs-design | Add your +1 👍 to help us prioritize high-level constructs for this service
---
### Overview:
<!--
Summary of the service (leverage the service’s product page for the text) and a link to the relevant AWS Docs.
This should be the same text that we put at the top of the package’s README.md. Also include a link to the
service’s CDK Construct Library API reference page.
-->
Alexa provides a set of built-in capabilities, referred to as skills. For example, Alexa's abilities include playing music from multiple providers, answering questions, providing weather forecasts, and querying Wikipedia.
The Alexa Skills Kit lets you teach Alexa new skills. Customers can access these new abilities by asking Alexa questions or making requests.
[AWS Docs](https://developer.amazon.com/en-US/docs/alexa/ask-overviews/build-skills-with-the-alexa-skills-kit.html) <!-- replace `url` with link to the relevant AWS Docs -->
### Maturity: CloudFormation Resources Only
<!--
The valid maturity states are: CloudFormation Resources Only, Experimental, Developer Preview, Stable
-->
See the [AWS Construct Library Module Lifecycle doc](https://github.com/aws/aws-cdk-rfcs/blob/master/text/0107-construct-library-module-lifecycle.md) for more information about maturity levels.
### Implementation:
<!--
Checklist of use cases, constructs, features (such as grant methods) that will ship in this package
(not required until the issue is added to the public roadmap)
- [ ]
- [ ]
-->
See the [CDK API Reference](https://docs.aws.amazon.com/cdk/api/latest/docs/alexa-ask-readme.html) for more implementation details.<!-- replace `url` with link to the service's CDK API reference -->
### Issue list:
<!--
e.g. checklist of links to feature requests, bugs, and PRs that are in scope for GA release of this module
(not required until the issues is added to the public roadmap)
- [ ]
- [ ]
-->
<!--
Labels to add:
- package/[name] (create new labels if they don’t already exist)
- needs-design (if cfn-only)
- management/roadmap (when added to the roadmap)
- in-progress (when added to “working on it” column of the roadmap)
-->
---
This is a 📊Tracking Issue
| 1.0 | 📊Tracking: Alexa Skills Kit - Add your +1 👍 to help us prioritize high-level constructs for this service
---
### Overview:
<!--
Summary of the service (leverage the service’s product page for the text) and a link to the relevant AWS Docs.
This should be the same text that we put at the top of the package’s README.md. Also include a link to the
service’s CDK Construct Library API reference page.
-->
Alexa provides a set of built-in capabilities, referred to as skills. For example, Alexa's abilities include playing music from multiple providers, answering questions, providing weather forecasts, and querying Wikipedia.
The Alexa Skills Kit lets you teach Alexa new skills. Customers can access these new abilities by asking Alexa questions or making requests.
[AWS Docs](https://developer.amazon.com/en-US/docs/alexa/ask-overviews/build-skills-with-the-alexa-skills-kit.html) <!-- replace `url` with link to the relevant AWS Docs -->
### Maturity: CloudFormation Resources Only
<!--
The valid maturity states are: CloudFormation Resources Only, Experimental, Developer Preview, Stable
-->
See the [AWS Construct Library Module Lifecycle doc](https://github.com/aws/aws-cdk-rfcs/blob/master/text/0107-construct-library-module-lifecycle.md) for more information about maturity levels.
### Implementation:
<!--
Checklist of use cases, constructs, features (such as grant methods) that will ship in this package
(not required until the issue is added to the public roadmap)
- [ ]
- [ ]
-->
See the [CDK API Reference](https://docs.aws.amazon.com/cdk/api/latest/docs/alexa-ask-readme.html) for more implementation details.<!-- replace `url` with link to the service's CDK API reference -->
### Issue list:
<!--
e.g. checklist of links to feature requests, bugs, and PRs that are in scope for GA release of this module
(not required until the issues is added to the public roadmap)
- [ ]
- [ ]
-->
<!--
Labels to add:
- package/[name] (create new labels if they don’t already exist)
- needs-design (if cfn-only)
- management/roadmap (when added to the roadmap)
- in-progress (when added to “working on it” column of the roadmap)
-->
---
This is a 📊Tracking Issue
| non_priority | 📊tracking alexa skills kit add your 👍 to help us prioritize high level constructs for this service overview summary of the service leverage the service’s product page for the text and a link to the relevant aws docs this should be the same text that we put at the top of the package’s readme md also include a link to the service’s cdk construct library api reference page alexa provides a set of built in capabilities referred to as skills for example alexa s abilities include playing music from multiple providers answering questions providing weather forecasts and querying wikipedia the alexa skills kit lets you teach alexa new skills customers can access these new abilities by asking alexa questions or making requests maturity cloudformation resources only the valid maturity states are cloudformation resources only experimental developer preview stable see the for more information about maturity levels implementation checklist of use cases constructs features such as grant methods that will ship in this package not required until the issue is added to the public roadmap see the for more implementation details issue list e g checklist of links to feature requests bugs and prs that are in scope for ga release of this module not required until the issues is added to the public roadmap labels to add package create new labels if they don’t already exist needs design if cfn only management roadmap when added to the roadmap in progress when added to “working on it” column of the roadmap this is a 📊tracking issue | 0 |
789,763 | 27,804,931,196 | IssuesEvent | 2023-03-17 18:57:07 | unstructuredstudio/zubhub | https://api.github.com/repos/unstructuredstudio/zubhub | closed | Active language not showing on mobile display | enhancement good first issue low priority | **Describe the bug**
On smaller displays, the Active language not showing the selected language gets hidden on the navbar and on the footer
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Home page
2. If you are opening from your desktop look resize your screen to a mobile screen else go to step 3
3. Look at the language dropdown on the navbar and on the footer
4. See errors
**Expected behavior**
The selected language should be visible by the user so he/she knows which language is on
**Screenshots**
<img width="504" alt="image" src="https://user-images.githubusercontent.com/57509871/223575270-4efa5fef-bf5c-44b7-9306-2c64f0a492d9.png">
<img width="364" alt="image" src="https://user-images.githubusercontent.com/57509871/223580264-5817b3f0-4fdf-4e3a-bd0f-bb2135bbb362.png">
| 1.0 | Active language not showing on mobile display - **Describe the bug**
On smaller displays, the Active language not showing the selected language gets hidden on the navbar and on the footer
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Home page
2. If you are opening from your desktop look resize your screen to a mobile screen else go to step 3
3. Look at the language dropdown on the navbar and on the footer
4. See errors
**Expected behavior**
The selected language should be visible by the user so he/she knows which language is on
**Screenshots**
<img width="504" alt="image" src="https://user-images.githubusercontent.com/57509871/223575270-4efa5fef-bf5c-44b7-9306-2c64f0a492d9.png">
<img width="364" alt="image" src="https://user-images.githubusercontent.com/57509871/223580264-5817b3f0-4fdf-4e3a-bd0f-bb2135bbb362.png">
| priority | active language not showing on mobile display describe the bug on smaller displays the active language not showing the selected language gets hidden on the navbar and on the footer to reproduce steps to reproduce the behavior go to home page if you are opening from your desktop look resize your screen to a mobile screen else go to step look at the language dropdown on the navbar and on the footer see errors expected behavior the selected language should be visible by the user so he she knows which language is on screenshots img width alt image src img width alt image src | 1 |
763,489 | 26,759,440,489 | IssuesEvent | 2023-01-31 04:58:18 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | [Bug]: Field access completions are not working for `regexp` | Type/Bug Priority/High Status/Blocked Team/LanguageServer Points/2 Area/Completion | ### Description
$subject.
<img width="881" alt="Screenshot 2023-01-05 at 12 04 32" src="https://user-images.githubusercontent.com/46857198/210716791-37ab997e-9278-4ef1-874a-950631cc8e45.png">
The completion list must contain other necessary accessible methods.
### Steps to Reproduce
_No response_
### Affected Version(s)
Master
### OS, DB, other environment details and versions
_No response_
### Related area
-> Editor
### Related issue(s) (optional)
_No response_
### Suggested label(s) (optional)
_No response_
### Suggested assignee(s) (optional)
_No response_ | 1.0 | [Bug]: Field access completions are not working for `regexp` - ### Description
$subject.
<img width="881" alt="Screenshot 2023-01-05 at 12 04 32" src="https://user-images.githubusercontent.com/46857198/210716791-37ab997e-9278-4ef1-874a-950631cc8e45.png">
The completion list must contain other necessary accessible methods.
### Steps to Reproduce
_No response_
### Affected Version(s)
Master
### OS, DB, other environment details and versions
_No response_
### Related area
-> Editor
### Related issue(s) (optional)
_No response_
### Suggested label(s) (optional)
_No response_
### Suggested assignee(s) (optional)
_No response_ | priority | field access completions are not working for regexp description subject img width alt screenshot at src the completion list must contain other necessary accessible methods steps to reproduce no response affected version s master os db other environment details and versions no response related area editor related issue s optional no response suggested label s optional no response suggested assignee s optional no response | 1 |
149,972 | 19,596,791,314 | IssuesEvent | 2022-01-05 18:52:47 | atlslscsrv-app/laurassecurewebbrowser.wordpress.com-atlast-info | https://api.github.com/repos/atlslscsrv-app/laurassecurewebbrowser.wordpress.com-atlast-info | closed | CVE-2020-15168 (Medium) detected in node-fetch-1.7.3.tgz | security vulnerability | ## CVE-2020-15168 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-fetch-1.7.3.tgz</b></p></summary>
<p>A light-weight module that brings window.fetch to node.js and io.js</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz">https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz</a></p>
<p>
Dependency Hierarchy:
- react-15.4.2.tgz (Root Library)
- fbjs-0.8.17.tgz
- isomorphic-fetch-2.2.1.tgz
- :x: **node-fetch-1.7.3.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://api.github.com/repos/atlslscsrv-app/atlslscsrv-app/commits/9cd1d81ea40cec233263f3f83e4afad1985f0f0d">9cd1d81ea40cec233263f3f83e4afad1985f0f0d</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
node-fetch before versions 2.6.1 and 3.0.0-beta.9 did not honor the size option after following a redirect, which means that when a content size was over the limit, a FetchError would never get thrown and the process would end without failure. For most people, this fix will have a little or no impact. However, if you are relying on node-fetch to gate files above a size, the impact could be significant, for example: If you don't double-check the size of the data after fetch() has completed, your JS thread could get tied up doing work on a large file (DoS) and/or cost you money in computing.
<p>Publish Date: 2020-09-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15168>CVE-2020-15168</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r">https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r</a></p>
<p>Release Date: 2020-09-17</p>
<p>Fix Resolution (node-fetch): 2.6.1</p>
<p>Direct dependency fix Resolution (react): 16.5.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-15168 (Medium) detected in node-fetch-1.7.3.tgz - ## CVE-2020-15168 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-fetch-1.7.3.tgz</b></p></summary>
<p>A light-weight module that brings window.fetch to node.js and io.js</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz">https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz</a></p>
<p>
Dependency Hierarchy:
- react-15.4.2.tgz (Root Library)
- fbjs-0.8.17.tgz
- isomorphic-fetch-2.2.1.tgz
- :x: **node-fetch-1.7.3.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://api.github.com/repos/atlslscsrv-app/atlslscsrv-app/commits/9cd1d81ea40cec233263f3f83e4afad1985f0f0d">9cd1d81ea40cec233263f3f83e4afad1985f0f0d</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
node-fetch before versions 2.6.1 and 3.0.0-beta.9 did not honor the size option after following a redirect, which means that when a content size was over the limit, a FetchError would never get thrown and the process would end without failure. For most people, this fix will have a little or no impact. However, if you are relying on node-fetch to gate files above a size, the impact could be significant, for example: If you don't double-check the size of the data after fetch() has completed, your JS thread could get tied up doing work on a large file (DoS) and/or cost you money in computing.
<p>Publish Date: 2020-09-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15168>CVE-2020-15168</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r">https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r</a></p>
<p>Release Date: 2020-09-17</p>
<p>Fix Resolution (node-fetch): 2.6.1</p>
<p>Direct dependency fix Resolution (react): 16.5.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 node fetch tgz cve medium severity vulnerability vulnerable library node fetch tgz a light weight module that brings window fetch to node js and io js library home page a href dependency hierarchy react tgz root library fbjs tgz isomorphic fetch tgz x node fetch tgz vulnerable library found in head commit a href found in base branch master vulnerability details node fetch before versions and beta did not honor the size option after following a redirect which means that when a content size was over the limit a fetcherror would never get thrown and the process would end without failure for most people this fix will have a little or no impact however if you are relying on node fetch to gate files above a size the impact could be significant for example if you don t double check the size of the data after fetch has completed your js thread could get tied up doing work on a large file dos and or cost you money in computing publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution node fetch direct dependency fix resolution react step up your open source security game with whitesource | 0 |
89,624 | 3,797,981,232 | IssuesEvent | 2016-03-23 10:30:11 | bedita/bedita | https://api.github.com/repos/bedita/bedita | opened | Automagic invalidation of FrontendController::objectCache array | Priority - Normal Topic - Core Topic - Frontend Type - Enhancement | After #810 we have a way to invalidate `FrontendController::objectCache` array using `FrontendController::clearObjectCacheArray()` array method.
We can improve the invalidation using `BeCallbackManager` as event manager and trigger an event for invalidate the array in `CacheableBehavior::afterSave()` and `CacheableBehavior::afterDelete()` | 1.0 | Automagic invalidation of FrontendController::objectCache array - After #810 we have a way to invalidate `FrontendController::objectCache` array using `FrontendController::clearObjectCacheArray()` array method.
We can improve the invalidation using `BeCallbackManager` as event manager and trigger an event for invalidate the array in `CacheableBehavior::afterSave()` and `CacheableBehavior::afterDelete()` | priority | automagic invalidation of frontendcontroller objectcache array after we have a way to invalidate frontendcontroller objectcache array using frontendcontroller clearobjectcachearray array method we can improve the invalidation using becallbackmanager as event manager and trigger an event for invalidate the array in cacheablebehavior aftersave and cacheablebehavior afterdelete | 1 |
89,826 | 10,617,458,925 | IssuesEvent | 2019-10-12 19:14:49 | strongbox/strongbox | https://api.github.com/repos/strongbox/strongbox | opened | Move the images for the Nuget (Visual Studio) example from the old wiki to the new one | documentation good first issue hacktoberfest help wanted | # Task Description
We have migrated our wiki from [the strongbox project](https://github.com/strongbox/strongbox/wiki) to [strongbox-docs](https://strongbox.github.io/) project. We appear to have some images still pointing to the old wiki and this prevents us from being able to shut down the old wiki, which is now obsolete and might be misleading people.
# Tasks
The following tasks will need to be carried out:
* [ ] Copy the images from the old wike by cloning it from `git@github.com:strongbox/strongbox.wiki.git` and copy the images under `resources/images/nuget/` to `docs/assets/images` under the [`strongbox-docs`](https://github.com/strongbox/strongbox-docs/) repository.
* [ ] Change the link for the images in the [hello-strongbox-nuget-visual-studio](https://github.com/strongbox/strongbox-examples/tree/master/hello-strongbox-nuget-visual-studio) to point to the new locations.
# Useful Links
* [strongbox-docs](https://github.com/strongbox/strongbox-docs/)
# Help
* [Our chat](https://chat.carlspring.org/)
* Points of contact:
* @carlspring
* @fuss86
* @sbespalov
* @steve-todorov
| 1.0 | Move the images for the Nuget (Visual Studio) example from the old wiki to the new one - # Task Description
We have migrated our wiki from [the strongbox project](https://github.com/strongbox/strongbox/wiki) to [strongbox-docs](https://strongbox.github.io/) project. We appear to have some images still pointing to the old wiki and this prevents us from being able to shut down the old wiki, which is now obsolete and might be misleading people.
# Tasks
The following tasks will need to be carried out:
* [ ] Copy the images from the old wike by cloning it from `git@github.com:strongbox/strongbox.wiki.git` and copy the images under `resources/images/nuget/` to `docs/assets/images` under the [`strongbox-docs`](https://github.com/strongbox/strongbox-docs/) repository.
* [ ] Change the link for the images in the [hello-strongbox-nuget-visual-studio](https://github.com/strongbox/strongbox-examples/tree/master/hello-strongbox-nuget-visual-studio) to point to the new locations.
# Useful Links
* [strongbox-docs](https://github.com/strongbox/strongbox-docs/)
# Help
* [Our chat](https://chat.carlspring.org/)
* Points of contact:
* @carlspring
* @fuss86
* @sbespalov
* @steve-todorov
| non_priority | move the images for the nuget visual studio example from the old wiki to the new one task description we have migrated our wiki from to project we appear to have some images still pointing to the old wiki and this prevents us from being able to shut down the old wiki which is now obsolete and might be misleading people tasks the following tasks will need to be carried out copy the images from the old wike by cloning it from git github com strongbox strongbox wiki git and copy the images under resources images nuget to docs assets images under the repository change the link for the images in the to point to the new locations useful links help points of contact carlspring sbespalov steve todorov | 0 |
608,444 | 18,839,328,293 | IssuesEvent | 2021-11-11 07:28:34 | pombase/website | https://api.github.com/repos/pombase/website | closed | Filtering by extension in summary doesn't work | bug low priority display filtering_and_extensions | From https://github.com/pombase/website/issues/1637#issuecomment-766785354
> > Because "during" is visible by default, could the "during" filter be visible in the summary view?
>
> I tested it and it didn't work sensibly. If I select "mitotic cell cycle" it shows only terms with that extension (which is good) but shows all the extensions for that term (which is bad):
 | 1.0 | Filtering by extension in summary doesn't work - From https://github.com/pombase/website/issues/1637#issuecomment-766785354
> > Because "during" is visible by default, could the "during" filter be visible in the summary view?
>
> I tested it and it didn't work sensibly. If I select "mitotic cell cycle" it shows only terms with that extension (which is good) but shows all the extensions for that term (which is bad):
 | priority | filtering by extension in summary doesn t work from because during is visible by default could the during filter be visible in the summary view i tested it and it didn t work sensibly if i select mitotic cell cycle it shows only terms with that extension which is good but shows all the extensions for that term which is bad | 1 |
96,509 | 8,617,132,796 | IssuesEvent | 2018-11-20 03:43:06 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | kernel: msgq: add tests for k_msgq_peek | area: Tests enhancement | **Is your feature request related to a problem? Please describe.**
PR #11294 is being submitted to add a `peek()` API to kernel message queue. There is a set of tests for `k_msgq` APIs using Zephyr test framework. While I could implement the actual API, I could not understand the test framework and unable to add a test for this API. This submission is to assign the work to someone who understands the test framework better.
**Describe the solution you'd like**
Add a test for `k_msgq_peek()` under `tests/kernel/msgq/msgq_api` | 1.0 | kernel: msgq: add tests for k_msgq_peek - **Is your feature request related to a problem? Please describe.**
PR #11294 is being submitted to add a `peek()` API to kernel message queue. There is a set of tests for `k_msgq` APIs using Zephyr test framework. While I could implement the actual API, I could not understand the test framework and unable to add a test for this API. This submission is to assign the work to someone who understands the test framework better.
**Describe the solution you'd like**
Add a test for `k_msgq_peek()` under `tests/kernel/msgq/msgq_api` | non_priority | kernel msgq add tests for k msgq peek is your feature request related to a problem please describe pr is being submitted to add a peek api to kernel message queue there is a set of tests for k msgq apis using zephyr test framework while i could implement the actual api i could not understand the test framework and unable to add a test for this api this submission is to assign the work to someone who understands the test framework better describe the solution you d like add a test for k msgq peek under tests kernel msgq msgq api | 0 |
42,714 | 22,783,511,076 | IssuesEvent | 2022-07-08 23:58:32 | pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas | closed | Index is being materialized in `pd.concat` when `axis=1` | Performance Reshaping Regression Index | ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this issue exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this issue exists on the main branch of pandas.
### Reproducible Example
```python
>>> import pandas as pd
>>> s1 = pd.Series(["a", "b", "c"])
>>> s2 = pd.Series(["a", "b"])
>>> s3 = pd.Series(["a", "b", "c", "d"])
>>> s4 = pd.Series([])
<stdin>:1: FutureWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
>>>
>>> sort = False
>>> join = 'outer'
>>> ignore_index = False
>>> axis = 1
>>>
>>> result = pd.concat(
... [s1, s2, s3, s4],
... sort=sort,
... join=join,
... ignore_index=ignore_index,
... axis=axis,
... )
>>>
>>> print(result)
0 1 2 3
0 a a a NaN
1 b b b NaN
2 c NaN c NaN
3 NaN NaN d NaN
>>> print(result.index)
Int64Index([0, 1, 2, 3], dtype='int64')
>>> print(pd.__version__)
1.4.2
```
### Installed Versions
<details>
>>> pd.show_versions()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/pandas/util/_print_versions.py", line 109, in show_versions
deps = _get_dependency_info()
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/pandas/util/_print_versions.py", line 88, in _get_dependency_info
mod = import_optional_dependency(modname, errors="ignore")
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/pandas/compat/_optional.py", line 138, in import_optional_dependency
module = importlib.import_module(name)
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 843, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/setuptools/__init__.py", line 8, in <module>
import _distutils_hack.override # noqa: F401
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/_distutils_hack/override.py", line 1, in <module>
__import__('_distutils_hack').do_override()
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/_distutils_hack/__init__.py", line 72, in do_override
ensure_local_distutils()
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/_distutils_hack/__init__.py", line 59, in ensure_local_distutils
assert '_distutils' in core.__file__, core.__file__
AssertionError: /nvme/0/pgali/envs/cudfdev/lib/python3.8/distutils/core.py
>>>
</details>
### Prior Performance
```python
>>> import pandas as pd
... s1 = pd.Series(["a", "b", "c"])
... s2 = pd.Series(["a", "b"])
... s3 = pd.Series(["a", "b", "c", "d"])
... s4 = pd.Series([])
...
... sort = False
... join = 'outer'
... ignore_index = False
... axis = 1
...
... result = pd.concat(
... [s1, s2, s3, s4],
... sort=sort,
... join=join,
... ignore_index=ignore_index,
... axis=axis,
... )
...
... print(result)
... print(result.index)
... print(pd.__version__)
...
<input>:5: DeprecationWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
0 1 2 3
0 a a a NaN
1 b b b NaN
2 c NaN c NaN
3 NaN NaN d NaN
RangeIndex(start=0, stop=4, step=1)
1.3.5
``` | True | Index is being materialized in `pd.concat` when `axis=1` - ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this issue exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this issue exists on the main branch of pandas.
### Reproducible Example
```python
>>> import pandas as pd
>>> s1 = pd.Series(["a", "b", "c"])
>>> s2 = pd.Series(["a", "b"])
>>> s3 = pd.Series(["a", "b", "c", "d"])
>>> s4 = pd.Series([])
<stdin>:1: FutureWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
>>>
>>> sort = False
>>> join = 'outer'
>>> ignore_index = False
>>> axis = 1
>>>
>>> result = pd.concat(
... [s1, s2, s3, s4],
... sort=sort,
... join=join,
... ignore_index=ignore_index,
... axis=axis,
... )
>>>
>>> print(result)
0 1 2 3
0 a a a NaN
1 b b b NaN
2 c NaN c NaN
3 NaN NaN d NaN
>>> print(result.index)
Int64Index([0, 1, 2, 3], dtype='int64')
>>> print(pd.__version__)
1.4.2
```
### Installed Versions
<details>
>>> pd.show_versions()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/pandas/util/_print_versions.py", line 109, in show_versions
deps = _get_dependency_info()
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/pandas/util/_print_versions.py", line 88, in _get_dependency_info
mod = import_optional_dependency(modname, errors="ignore")
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/pandas/compat/_optional.py", line 138, in import_optional_dependency
module = importlib.import_module(name)
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 843, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/setuptools/__init__.py", line 8, in <module>
import _distutils_hack.override # noqa: F401
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/_distutils_hack/override.py", line 1, in <module>
__import__('_distutils_hack').do_override()
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/_distutils_hack/__init__.py", line 72, in do_override
ensure_local_distutils()
File "/nvme/0/pgali/envs/cudfdev/lib/python3.8/site-packages/_distutils_hack/__init__.py", line 59, in ensure_local_distutils
assert '_distutils' in core.__file__, core.__file__
AssertionError: /nvme/0/pgali/envs/cudfdev/lib/python3.8/distutils/core.py
>>>
</details>
### Prior Performance
```python
>>> import pandas as pd
... s1 = pd.Series(["a", "b", "c"])
... s2 = pd.Series(["a", "b"])
... s3 = pd.Series(["a", "b", "c", "d"])
... s4 = pd.Series([])
...
... sort = False
... join = 'outer'
... ignore_index = False
... axis = 1
...
... result = pd.concat(
... [s1, s2, s3, s4],
... sort=sort,
... join=join,
... ignore_index=ignore_index,
... axis=axis,
... )
...
... print(result)
... print(result.index)
... print(pd.__version__)
...
<input>:5: DeprecationWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
0 1 2 3
0 a a a NaN
1 b b b NaN
2 c NaN c NaN
3 NaN NaN d NaN
RangeIndex(start=0, stop=4, step=1)
1.3.5
``` | non_priority | index is being materialized in pd concat when axis pandas version checks i have checked that this issue has not already been reported i have confirmed this issue exists on the of pandas i have confirmed this issue exists on the main branch of pandas reproducible example python import pandas as pd pd series pd series pd series pd series futurewarning the default dtype for empty series will be object instead of in a future version specify a dtype explicitly to silence this warning sort false join outer ignore index false axis result pd concat sort sort join join ignore index ignore index axis axis print result a a a nan b b b nan c nan c nan nan nan d nan print result index dtype print pd version installed versions pd show versions traceback most recent call last file line in file nvme pgali envs cudfdev lib site packages pandas util print versions py line in show versions deps get dependency info file nvme pgali envs cudfdev lib site packages pandas util print versions py line in get dependency info mod import optional dependency modname errors ignore file nvme pgali envs cudfdev lib site packages pandas compat optional py line in import optional dependency module importlib import module name file nvme pgali envs cudfdev lib importlib init py line in import module return bootstrap gcd import name package level file line in gcd import file line in find and load file line in find and load unlocked file line in load unlocked file line in exec module file line in call with frames removed file nvme pgali envs cudfdev lib site packages setuptools init py line in import distutils hack override noqa file nvme pgali envs cudfdev lib site packages distutils hack override py line in import distutils hack do override file nvme pgali envs cudfdev lib site packages distutils hack init py line in do override ensure local distutils file nvme pgali envs cudfdev lib site packages distutils hack init py line in ensure local distutils assert distutils in core file core file assertionerror nvme pgali envs cudfdev lib distutils core py prior performance python import pandas as pd pd series pd series pd series pd series sort false join outer ignore index false axis result pd concat sort sort join join ignore index ignore index axis axis print result print result index print pd version deprecationwarning the default dtype for empty series will be object instead of in a future version specify a dtype explicitly to silence this warning a a a nan b b b nan c nan c nan nan nan d nan rangeindex start stop step | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.