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 844 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 12 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 248k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
280,225 | 24,285,248,755 | IssuesEvent | 2022-09-28 21:21:55 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | closed | Test extension logging API | testplan-item | Refs: https://github.com/microsoft/vscode/issues/159892
- [x] any @mjbvz
- [x] any @lszomoru
- [x] any @alexr00
Complexity: 3
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23161786%0A%0A&assignees=sandy081)
---
[Proposal](https://github.com/microsoft/vscode/blob/1dd67592e120d916a8963903babaf0fae74440c5/src/vscode-dts/vscode.proposed.extensionLog.d.ts#L1)
We now have a proposed API for creating a log output channel where you can log messages with different log levels. Only messages those meet the current product log level are logged just like the product logs. Logs are restored on reload just like window and extension host log.
Test the proposal either by adopting in your extension (preferably) or in a sample test extension
| 1.0 | Test extension logging API - Refs: https://github.com/microsoft/vscode/issues/159892
- [x] any @mjbvz
- [x] any @lszomoru
- [x] any @alexr00
Complexity: 3
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23161786%0A%0A&assignees=sandy081)
---
[Proposal](https://github.com/microsoft/vscode/blob/1dd67592e120d916a8963903babaf0fae74440c5/src/vscode-dts/vscode.proposed.extensionLog.d.ts#L1)
We now have a proposed API for creating a log output channel where you can log messages with different log levels. Only messages those meet the current product log level are logged just like the product logs. Logs are restored on reload just like window and extension host log.
Test the proposal either by adopting in your extension (preferably) or in a sample test extension
| non_priority | test extension logging api refs any mjbvz any lszomoru any complexity we now have a proposed api for creating a log output channel where you can log messages with different log levels only messages those meet the current product log level are logged just like the product logs logs are restored on reload just like window and extension host log test the proposal either by adopting in your extension preferably or in a sample test extension | 0 |
35,695 | 14,839,634,008 | IssuesEvent | 2021-01-16 01:34:31 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Possible Bad Docker Run Commands MacOS | Pri2 cxp product-question service-fabric/svc triaged | I was following the instructions for starting the container on Mac OS, and wasn't able to connect to Service Fabric Explorer, I.E. "http://localhost:19080" or "sfctl cluster select --endpoint http://localhost:19080"
With the basic run command described in the article - it doesn't seem to work on my macbook out of the box.
After a couple hours of debugging it ends up that the publishing of these ports "-p 25100-25200:25100-25200" seems to break all ports.
Removing "-p 25100-25200:25100-25200" appears to fix things.
"docker run --name sftestcluster -d -v /var/run/docker.sock:/var/run/docker.sock -p 19080:19080 -p 19000:19000 mcr.microsoft.com/service-fabric/onebox:u18"
I'm not sure if these extra ports are 100% needed to be exposed outside of the onebox and will be doing some basic testing with deploying and updating to make sure.
---
#### Document Details
โ *Do not edit this section. It is required for docs.microsoft.com โ GitHub issue linking.*
* ID: 36484192-c2fc-5239-9d7a-d6f3bd9176f2
* Version Independent ID: f1926b80-64c8-7eff-83c0-137b9a1b6ecc
* Content: [Set up your dev environment on macOS - Azure Service Fabric](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started-mac)
* Content Source: [articles/service-fabric/service-fabric-get-started-mac.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/service-fabric/service-fabric-get-started-mac.md)
* Service: **service-fabric**
* GitHub Login: @erikadoyle
* Microsoft Alias: **edoyle** | 1.0 | Possible Bad Docker Run Commands MacOS - I was following the instructions for starting the container on Mac OS, and wasn't able to connect to Service Fabric Explorer, I.E. "http://localhost:19080" or "sfctl cluster select --endpoint http://localhost:19080"
With the basic run command described in the article - it doesn't seem to work on my macbook out of the box.
After a couple hours of debugging it ends up that the publishing of these ports "-p 25100-25200:25100-25200" seems to break all ports.
Removing "-p 25100-25200:25100-25200" appears to fix things.
"docker run --name sftestcluster -d -v /var/run/docker.sock:/var/run/docker.sock -p 19080:19080 -p 19000:19000 mcr.microsoft.com/service-fabric/onebox:u18"
I'm not sure if these extra ports are 100% needed to be exposed outside of the onebox and will be doing some basic testing with deploying and updating to make sure.
---
#### Document Details
โ *Do not edit this section. It is required for docs.microsoft.com โ GitHub issue linking.*
* ID: 36484192-c2fc-5239-9d7a-d6f3bd9176f2
* Version Independent ID: f1926b80-64c8-7eff-83c0-137b9a1b6ecc
* Content: [Set up your dev environment on macOS - Azure Service Fabric](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started-mac)
* Content Source: [articles/service-fabric/service-fabric-get-started-mac.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/service-fabric/service-fabric-get-started-mac.md)
* Service: **service-fabric**
* GitHub Login: @erikadoyle
* Microsoft Alias: **edoyle** | non_priority | possible bad docker run commands macos i was following the instructions for starting the container on mac os and wasn t able to connect to service fabric explorer i e or sfctl cluster select endpoint with the basic run command described in the article it doesn t seem to work on my macbook out of the box after a couple hours of debugging it ends up that the publishing of these ports p seems to break all ports removing p appears to fix things docker run name sftestcluster d v var run docker sock var run docker sock p p mcr microsoft com service fabric onebox i m not sure if these extra ports are needed to be exposed outside of the onebox and will be doing some basic testing with deploying and updating to make sure 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 service fabric github login erikadoyle microsoft alias edoyle | 0 |
22,532 | 3,962,466,481 | IssuesEvent | 2016-05-02 16:56:11 | vignek/workcollabration | https://api.github.com/repos/vignek/workcollabration | opened | reminder not working | TestObject | remainder is set by megha to muskan in India.
The reminder is not received by muskan.
### Reporter
Vignesh Kumar
### App Version Under Test
Name from APK: Work Collabration
Version from APK: 1.0
Version code: 1
Your version name: 1.0
Package: com.sheikbro.onlinechat
Uploaded: April 28, 2016 โ 04:48 AM
TestObject ID: 2
### Device
Name: Asus Google Nexus 7
Android version: 5.1.1
API level: 22
Resolution: 800 x 1280 (hdpi)
Screen size: 7.0"
CPU: ARM | quad core | 1200 MHz
RAM: 1024 MB
Internal storage: 16384 MB
Model number: Nexus 7
Detailed specification: http://www.gsmarena.com/results.php3?sName=Nexus 7
TestObject ID: Asus_Google_Nexus_7_real
TestObject Manual Testing: https://app.testobject.com/#/vignek/work-collabration/manual/viewer?device=Asus_Google_Nexus_7_real
### Issue on TestObject
https://app.testobject.com/#/vignek/work-collabration/issues/23 | 1.0 | reminder not working - remainder is set by megha to muskan in India.
The reminder is not received by muskan.
### Reporter
Vignesh Kumar
### App Version Under Test
Name from APK: Work Collabration
Version from APK: 1.0
Version code: 1
Your version name: 1.0
Package: com.sheikbro.onlinechat
Uploaded: April 28, 2016 โ 04:48 AM
TestObject ID: 2
### Device
Name: Asus Google Nexus 7
Android version: 5.1.1
API level: 22
Resolution: 800 x 1280 (hdpi)
Screen size: 7.0"
CPU: ARM | quad core | 1200 MHz
RAM: 1024 MB
Internal storage: 16384 MB
Model number: Nexus 7
Detailed specification: http://www.gsmarena.com/results.php3?sName=Nexus 7
TestObject ID: Asus_Google_Nexus_7_real
TestObject Manual Testing: https://app.testobject.com/#/vignek/work-collabration/manual/viewer?device=Asus_Google_Nexus_7_real
### Issue on TestObject
https://app.testobject.com/#/vignek/work-collabration/issues/23 | non_priority | reminder not working remainder is set by megha to muskan in india the reminder is not received by muskan reporter vignesh kumar app version under test name from apk work collabration version from apk version code your version name package com sheikbro onlinechat uploaded april โ am testobject id device name asus google nexus android version api level resolution x hdpi screen size cpu arm quad core mhz ram mb internal storage mb model number nexus detailed specification testobject id asus google nexus real testobject manual testing issue on testobject | 0 |
13,044 | 5,289,641,706 | IssuesEvent | 2017-02-08 17:51:41 | urho3d/Urho3D | https://api.github.com/repos/urho3d/Urho3D | closed | AngelScript ScriptFile Class Crashes in Mingw (Mingw-w64) Release build | bug build system | I noticed this a while back but couldn't investigate at that moment.
Traced it down later to discover that the issue is somewhat related to ScriptFile class as is evident in Urho3DPlayer application. This mainly occurs when a subsystem is accessed through script hence the reason why there is no crash in 21_AngelScriptIntegration since the scriptfile does not access any subsystem.
The biggest puzzle is that this crash does not surface in debug build.
I tried using the barest minimally configured build setting with the default provided mingw build batch file
`cmake_mingw.bat <my_build_directory> -DURHO3D_PACKAGING=1 -DCMAKE_INSTALL_PREFIX=<my_installation_directory>`
and still the crash was there.
My system is 64bit Windows10 OS with 8gb of ram, the MinGW setup is i686-5.1.0-posix-dwarf-rt_v4-rev0 . | 1.0 | AngelScript ScriptFile Class Crashes in Mingw (Mingw-w64) Release build - I noticed this a while back but couldn't investigate at that moment.
Traced it down later to discover that the issue is somewhat related to ScriptFile class as is evident in Urho3DPlayer application. This mainly occurs when a subsystem is accessed through script hence the reason why there is no crash in 21_AngelScriptIntegration since the scriptfile does not access any subsystem.
The biggest puzzle is that this crash does not surface in debug build.
I tried using the barest minimally configured build setting with the default provided mingw build batch file
`cmake_mingw.bat <my_build_directory> -DURHO3D_PACKAGING=1 -DCMAKE_INSTALL_PREFIX=<my_installation_directory>`
and still the crash was there.
My system is 64bit Windows10 OS with 8gb of ram, the MinGW setup is i686-5.1.0-posix-dwarf-rt_v4-rev0 . | non_priority | angelscript scriptfile class crashes in mingw mingw release build i noticed this a while back but couldn t investigate at that moment traced it down later to discover that the issue is somewhat related to scriptfile class as is evident in application this mainly occurs when a subsystem is accessed through script hence the reason why there is no crash in angelscriptintegration since the scriptfile does not access any subsystem the biggest puzzle is that this crash does not surface in debug build i tried using the barest minimally configured build setting with the default provided mingw build batch file cmake mingw bat packaging dcmake install prefix and still the crash was there my system is os with of ram the mingw setup is posix dwarf rt | 0 |
96,716 | 27,984,273,078 | IssuesEvent | 2023-03-26 14:15:56 | olive-editor/olive | https://api.github.com/repos/olive-editor/olive | closed | [BUILD] KDDockWidgets submodule ID belongs to the olive fork of the repository | Building/Packaging Triage | <!-- โ Do not delete this issue template! โ -->
**Commit Hash** <!-- 8 character string of letters/numbers in title bar or Help > About dialog (e.g. 3ea173c9) -->
8ca16723613517c41304de318169d27c571b90af
**Platform** <!-- e.g. Windows 10, Ubuntu 20.04 or macOS 10.15 -->
Debian unstable (but not relevant)
**Summary**
The `ext/KDDockWidgets` submodule points to commit 8d2d0a5764f8393cc148a2296d511276a8ffe559, which belongs to the https://github.com/olive-editor/KDDockWidgets fork, not to the official https://github.com/KDAB/KDDockWidgets repo, which is referenced by olive-editor's `.git/config` file. This breaks checking out the current source. Please fix the remote address or the commit ID as appropriate. Thanks. | 1.0 | [BUILD] KDDockWidgets submodule ID belongs to the olive fork of the repository - <!-- โ Do not delete this issue template! โ -->
**Commit Hash** <!-- 8 character string of letters/numbers in title bar or Help > About dialog (e.g. 3ea173c9) -->
8ca16723613517c41304de318169d27c571b90af
**Platform** <!-- e.g. Windows 10, Ubuntu 20.04 or macOS 10.15 -->
Debian unstable (but not relevant)
**Summary**
The `ext/KDDockWidgets` submodule points to commit 8d2d0a5764f8393cc148a2296d511276a8ffe559, which belongs to the https://github.com/olive-editor/KDDockWidgets fork, not to the official https://github.com/KDAB/KDDockWidgets repo, which is referenced by olive-editor's `.git/config` file. This breaks checking out the current source. Please fix the remote address or the commit ID as appropriate. Thanks. | non_priority | kddockwidgets submodule id belongs to the olive fork of the repository commit hash about dialog e g platform debian unstable but not relevant summary the ext kddockwidgets submodule points to commit which belongs to the fork not to the official repo which is referenced by olive editor s git config file this breaks checking out the current source please fix the remote address or the commit id as appropriate thanks | 0 |
292,034 | 25,194,559,157 | IssuesEvent | 2022-11-12 10:38:10 | ssgier/cambrian | https://api.github.com/repos/ssgier/cambrian | closed | Manual test of offspring creation logic | testing | - start optimization with two individuals A and B and deep spec
- set crossover prob to 0.5, mutation prob to 0.5 and mutation width to some small value
- individual A has all values set to 1
- individual B has all values set to 2
- seed non-deterministically
- observe on log: check that crossover and mutation behave as expected | 1.0 | Manual test of offspring creation logic - - start optimization with two individuals A and B and deep spec
- set crossover prob to 0.5, mutation prob to 0.5 and mutation width to some small value
- individual A has all values set to 1
- individual B has all values set to 2
- seed non-deterministically
- observe on log: check that crossover and mutation behave as expected | non_priority | manual test of offspring creation logic start optimization with two individuals a and b and deep spec set crossover prob to mutation prob to and mutation width to some small value individual a has all values set to individual b has all values set to seed non deterministically observe on log check that crossover and mutation behave as expected | 0 |
148,100 | 11,838,151,041 | IssuesEvent | 2020-03-23 15:14:18 | raiden-network/raiden | https://api.github.com/repos/raiden-network/raiden | closed | Update to web3 with typing information | Flag / Testing Flag / Typing Type / Enhancement | In the currently used version of web3 type annotations are not exported via PEP561.
We should update to a recent version with exported type annotations to make mypy check the web3 usage for us.
This has been done in the contracts, so before upgrading them we need to fix the issues in Raiden as well.
### Related
- `raiden-contracts` update PR: https://github.com/raiden-network/raiden-contracts/pull/1366 | 1.0 | Update to web3 with typing information - In the currently used version of web3 type annotations are not exported via PEP561.
We should update to a recent version with exported type annotations to make mypy check the web3 usage for us.
This has been done in the contracts, so before upgrading them we need to fix the issues in Raiden as well.
### Related
- `raiden-contracts` update PR: https://github.com/raiden-network/raiden-contracts/pull/1366 | non_priority | update to with typing information in the currently used version of type annotations are not exported via we should update to a recent version with exported type annotations to make mypy check the usage for us this has been done in the contracts so before upgrading them we need to fix the issues in raiden as well related raiden contracts update pr | 0 |
83,775 | 24,142,845,626 | IssuesEvent | 2022-09-21 16:05:55 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Installing conda package from pytorch-nighly fails with `libcupti.so.X.Y` not found | module: build module: cuda triaged module: regression | ### ๐ Describe the bug
Attempts to run
```
$ conda create -n py_3.7-torch-nightly -c pytorch-nightly cudatoolkit==11.3.1 pytorch python==3.7
$ conda run -n py_3.7-torch-nightly python -c "import torch"
```
will fail with
```
ERROR conda.cli.main_run:execute(33): Subprocess for 'conda run ['python', '-c', 'import torch']' command failed. (See above for error)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/fsx/users/nshulga/conda/envs/py_3.7-torch-nightly/lib/python3.7/site-packages/torch/__init__.py", line 199, in <module>
from torch._C import * # noqa: F403
ImportError: libcupti.so.11.3: cannot open shared object file: No such file or directory
```
For more details see https://github.com/pytorch/vision/issues/5635
### Versions
nightly
cc @ezyang @gchanan @zou3519 @malfet @seemethere @ngimel | 1.0 | Installing conda package from pytorch-nighly fails with `libcupti.so.X.Y` not found - ### ๐ Describe the bug
Attempts to run
```
$ conda create -n py_3.7-torch-nightly -c pytorch-nightly cudatoolkit==11.3.1 pytorch python==3.7
$ conda run -n py_3.7-torch-nightly python -c "import torch"
```
will fail with
```
ERROR conda.cli.main_run:execute(33): Subprocess for 'conda run ['python', '-c', 'import torch']' command failed. (See above for error)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/fsx/users/nshulga/conda/envs/py_3.7-torch-nightly/lib/python3.7/site-packages/torch/__init__.py", line 199, in <module>
from torch._C import * # noqa: F403
ImportError: libcupti.so.11.3: cannot open shared object file: No such file or directory
```
For more details see https://github.com/pytorch/vision/issues/5635
### Versions
nightly
cc @ezyang @gchanan @zou3519 @malfet @seemethere @ngimel | non_priority | installing conda package from pytorch nighly fails with libcupti so x y not found ๐ describe the bug attempts to run conda create n py torch nightly c pytorch nightly cudatoolkit pytorch python conda run n py torch nightly python c import torch will fail with error conda cli main run execute subprocess for conda run command failed see above for error traceback most recent call last file line in file fsx users nshulga conda envs py torch nightly lib site packages torch init py line in from torch c import noqa importerror libcupti so cannot open shared object file no such file or directory for more details see versions nightly cc ezyang gchanan malfet seemethere ngimel | 0 |
100,657 | 30,751,234,261 | IssuesEvent | 2023-07-28 19:27:55 | rubyforgood/casa | https://api.github.com/repos/rubyforgood/casa | closed | part 2? Update court_report_due_date when a new court_date is added | not-ready-to-build | https://rubyforgood.slack.com/archives/CVB0QJGVD/p1644162749155199?thread_ts=1644024624.258029&cid=CVB0QJGVD
[Shen Yang](https://app.slack.com/team/U01CSSSCFD2) [15 hours ago](https://rubyforgood.slack.com/archives/CVB0QJGVD/p1644162723952119?thread_ts=1644024624.258029&cid=CVB0QJGVD)
Checked [Update court_report_due_date when a new court_date is added](https://github.com/rubyforgood/casa/pull/3142)
[Shen Yang](https://app.slack.com/team/U01CSSSCFD2) [15 hours ago](https://rubyforgood.slack.com/archives/CVB0QJGVD/p1644162749155199?thread_ts=1644024624.258029&cid=CVB0QJGVD)[](https://files.slack.com/files-pri/T04PM108C-F031ED219EK/image.png)[](https://files.slack.com/files-pri/T04PM108C-F031ED219EK/download/image.png)
It always overrides this value
image.png
image.png
[Shen Yang](https://app.slack.com/team/U01CSSSCFD2) [15 hours ago](https://rubyforgood.slack.com/archives/CVB0QJGVD/p1644162766921329?thread_ts=1644024624.258029&cid=CVB0QJGVD)
maybe we should remove the field
[Shen Yang](https://app.slack.com/team/U01CSSSCFD2) [15 hours ago](https://rubyforgood.slack.com/archives/CVB0QJGVD/p1644162808039909?thread_ts=1644024624.258029&cid=CVB0QJGVD)
Sometimes it's autmatically set in the past if the court date is in the near future | 1.0 | part 2? Update court_report_due_date when a new court_date is added - https://rubyforgood.slack.com/archives/CVB0QJGVD/p1644162749155199?thread_ts=1644024624.258029&cid=CVB0QJGVD
[Shen Yang](https://app.slack.com/team/U01CSSSCFD2) [15 hours ago](https://rubyforgood.slack.com/archives/CVB0QJGVD/p1644162723952119?thread_ts=1644024624.258029&cid=CVB0QJGVD)
Checked [Update court_report_due_date when a new court_date is added](https://github.com/rubyforgood/casa/pull/3142)
[Shen Yang](https://app.slack.com/team/U01CSSSCFD2) [15 hours ago](https://rubyforgood.slack.com/archives/CVB0QJGVD/p1644162749155199?thread_ts=1644024624.258029&cid=CVB0QJGVD)[](https://files.slack.com/files-pri/T04PM108C-F031ED219EK/image.png)[](https://files.slack.com/files-pri/T04PM108C-F031ED219EK/download/image.png)
It always overrides this value
image.png
image.png
[Shen Yang](https://app.slack.com/team/U01CSSSCFD2) [15 hours ago](https://rubyforgood.slack.com/archives/CVB0QJGVD/p1644162766921329?thread_ts=1644024624.258029&cid=CVB0QJGVD)
maybe we should remove the field
[Shen Yang](https://app.slack.com/team/U01CSSSCFD2) [15 hours ago](https://rubyforgood.slack.com/archives/CVB0QJGVD/p1644162808039909?thread_ts=1644024624.258029&cid=CVB0QJGVD)
Sometimes it's autmatically set in the past if the court date is in the near future | non_priority | part update court report due date when a new court date is added checked it always overrides this value image png image png maybe we should remove the field sometimes it s autmatically set in the past if the court date is in the near future | 0 |
81,089 | 23,386,144,926 | IssuesEvent | 2022-08-11 13:54:54 | xamarin/xamarin-android | https://api.github.com/repos/xamarin/xamarin-android | opened | BroadcastReceiver with targetSdkVersion="31" causes java.exe exited with code 1 | Area: App+Library Build needs-triage | ### Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
### Affected platform version
VS 2022
### Description
Placing this class in a Xamarin.Android app that targets sdk 31 (Android 12) and compiles with Android 12 causes a build error
java.exe exited with code 1
` [BroadcastReceiver]
[IntentFilter(new[] { Android.Content.Intent.ActionBatteryChanged })]
public class MyReceiver : BroadcastReceiver
{
public override void OnReceive(Context context, Intent intent)
{
}
}
`
Including example project
[XamApp1.zip](https://github.com/xamarin/xamarin-android/files/9309213/XamApp1.zip)
### Steps to Reproduce
1. Create standard Xamarin.Android app using VS2022
2. Add the Broadcast reciever
3. Make sure your android:targetSdkVersion="31" in AndroidManifest.xml
4. Make sure the Compile Using Android Version: (Target Framework) setting is set to Android 12 (S)
5. Compile Debug->AnyCPU
### Did you find any workaround?
Target Android 11 or below
### Relevant log output
_No response_ | 1.0 | BroadcastReceiver with targetSdkVersion="31" causes java.exe exited with code 1 - ### Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
### Affected platform version
VS 2022
### Description
Placing this class in a Xamarin.Android app that targets sdk 31 (Android 12) and compiles with Android 12 causes a build error
java.exe exited with code 1
` [BroadcastReceiver]
[IntentFilter(new[] { Android.Content.Intent.ActionBatteryChanged })]
public class MyReceiver : BroadcastReceiver
{
public override void OnReceive(Context context, Intent intent)
{
}
}
`
Including example project
[XamApp1.zip](https://github.com/xamarin/xamarin-android/files/9309213/XamApp1.zip)
### Steps to Reproduce
1. Create standard Xamarin.Android app using VS2022
2. Add the Broadcast reciever
3. Make sure your android:targetSdkVersion="31" in AndroidManifest.xml
4. Make sure the Compile Using Android Version: (Target Framework) setting is set to Android 12 (S)
5. Compile Debug->AnyCPU
### Did you find any workaround?
Target Android 11 or below
### Relevant log output
_No response_ | non_priority | broadcastreceiver with targetsdkversion causes java exe exited with code android application type classic xamarin android etc affected platform version vs description placing this class in a xamarin android app that targets sdk android and compiles with android causes a build error java exe exited with code android content intent actionbatterychanged public class myreceiver broadcastreceiver public override void onreceive context context intent intent including example project steps to reproduce create standard xamarin android app using add the broadcast reciever make sure your android targetsdkversion in androidmanifest xml make sure the compile using android version target framework setting is set to android s compile debug anycpu did you find any workaround target android or below relevant log output no response | 0 |
200,385 | 22,765,966,631 | IssuesEvent | 2022-07-08 04:25:38 | classicvalues/vscode-main | https://api.github.com/repos/classicvalues/vscode-main | closed | CVE-2021-3803 (High) detected in nth-check-1.0.2.tgz - autoclosed | security vulnerability | ## CVE-2021-3803 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nth-check-1.0.2.tgz</b></p></summary>
<p>performant nth-check parser & compiler</p>
<p>Library home page: <a href="https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz">https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz</a></p>
<p>
Dependency Hierarchy:
- cssnano-4.1.11.tgz (Root Library)
- cssnano-preset-default-4.0.8.tgz
- postcss-svgo-4.0.3.tgz
- svgo-1.3.2.tgz
- css-select-2.1.0.tgz
- :x: **nth-check-1.0.2.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/LaudateCorpus1/vscode-main/commit/cab0eed4c740ec7c44e5f848efd39d6383967c19">cab0eed4c740ec7c44e5f848efd39d6383967c19</a></p>
<p>Found in base branch: <b>dev1</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>
nth-check is vulnerable to Inefficient Regular Expression Complexity
<p>Publish Date: 2021-09-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3803>CVE-2021-3803</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>
<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>Release Date: 2021-09-17</p>
<p>Fix Resolution (nth-check): 2.0.1</p>
<p>Direct dependency fix Resolution (cssnano): 5.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-3803 (High) detected in nth-check-1.0.2.tgz - autoclosed - ## CVE-2021-3803 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nth-check-1.0.2.tgz</b></p></summary>
<p>performant nth-check parser & compiler</p>
<p>Library home page: <a href="https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz">https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz</a></p>
<p>
Dependency Hierarchy:
- cssnano-4.1.11.tgz (Root Library)
- cssnano-preset-default-4.0.8.tgz
- postcss-svgo-4.0.3.tgz
- svgo-1.3.2.tgz
- css-select-2.1.0.tgz
- :x: **nth-check-1.0.2.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/LaudateCorpus1/vscode-main/commit/cab0eed4c740ec7c44e5f848efd39d6383967c19">cab0eed4c740ec7c44e5f848efd39d6383967c19</a></p>
<p>Found in base branch: <b>dev1</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>
nth-check is vulnerable to Inefficient Regular Expression Complexity
<p>Publish Date: 2021-09-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3803>CVE-2021-3803</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>
<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>Release Date: 2021-09-17</p>
<p>Fix Resolution (nth-check): 2.0.1</p>
<p>Direct dependency fix Resolution (cssnano): 5.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in nth check tgz autoclosed cve high severity vulnerability vulnerable library nth check tgz performant nth check parser compiler library home page a href dependency hierarchy cssnano tgz root library cssnano preset default tgz postcss svgo tgz svgo tgz css select tgz x nth check tgz vulnerable library found in head commit a href found in base branch vulnerability details nth check is vulnerable to inefficient regular expression complexity 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 suggested fix type upgrade version release date fix resolution nth check direct dependency fix resolution cssnano step up your open source security game with mend | 0 |
18,469 | 25,544,072,049 | IssuesEvent | 2022-11-29 17:18:40 | GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator | https://api.github.com/repos/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator | closed | ISO C++11 requires at least one argument for the "..." in a variadic macro | next release compatibility | If you compile a project with `-Wpedantic` and `-Werror` you get this problem.
```
[build] /home/juan/projects/layers/layers/vk_mem_alloc.h:14549:69: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror]
[build] 14549 | VMA_DEBUG_LOG(" Allocated as DedicatedMemory");
[build] | ^
[build] /home/juan/projects/layers/layers/vk_mem_alloc.h:14590:65: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror]
[build] 14590 | VMA_DEBUG_LOG(" Allocated as DedicatedMemory");
[build] | ^
[build] /home/juan/projects/layers/layers/vk_mem_alloc.h:14595:52: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror]
[build] 14595 | VMA_DEBUG_LOG(" vkAllocateMemory FAILED");
[build] | ^
[build] /home/juan/projects/layers/layers/vk_mem_alloc.h:14763:52: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror]
[build] 14763 | VMA_DEBUG_LOG(" vkAllocateMemory FAILED");
``` | True | ISO C++11 requires at least one argument for the "..." in a variadic macro - If you compile a project with `-Wpedantic` and `-Werror` you get this problem.
```
[build] /home/juan/projects/layers/layers/vk_mem_alloc.h:14549:69: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror]
[build] 14549 | VMA_DEBUG_LOG(" Allocated as DedicatedMemory");
[build] | ^
[build] /home/juan/projects/layers/layers/vk_mem_alloc.h:14590:65: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror]
[build] 14590 | VMA_DEBUG_LOG(" Allocated as DedicatedMemory");
[build] | ^
[build] /home/juan/projects/layers/layers/vk_mem_alloc.h:14595:52: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror]
[build] 14595 | VMA_DEBUG_LOG(" vkAllocateMemory FAILED");
[build] | ^
[build] /home/juan/projects/layers/layers/vk_mem_alloc.h:14763:52: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror]
[build] 14763 | VMA_DEBUG_LOG(" vkAllocateMemory FAILED");
``` | non_priority | iso c requires at least one argument for the in a variadic macro if you compile a project with wpedantic and werror you get this problem home juan projects layers layers vk mem alloc h error iso c requires at least one argument for the in a variadic macro vma debug log allocated as dedicatedmemory home juan projects layers layers vk mem alloc h error iso c requires at least one argument for the in a variadic macro vma debug log allocated as dedicatedmemory home juan projects layers layers vk mem alloc h error iso c requires at least one argument for the in a variadic macro vma debug log vkallocatememory failed home juan projects layers layers vk mem alloc h error iso c requires at least one argument for the in a variadic macro vma debug log vkallocatememory failed | 0 |
25,191 | 12,228,040,291 | IssuesEvent | 2020-05-03 17:42:33 | terraform-providers/terraform-provider-aws | https://api.github.com/repos/terraform-providers/terraform-provider-aws | closed | Feature request: wait_for_termination_timeout for aws_autoscaling_group | enhancement service/autoscaling stale | _This issue was originally opened by @brikis98 as hashicorp/terraform#12298. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._
<hr>
The [aws_autoscaling_group](https://www.terraform.io/docs/providers/aws/r/autoscaling_group.html) resource allows you to specify a `wait_for_capacity_timeout` parameter to control how long Terraform will wait for ASG instances to transition to the "In Service" state before timing out.
Is it possible to expose an analogous `wait_for_termination_timeout` parameter that controls how long Terraform will wait for ASG instances to terminate when deleting an ASG?
The use case is that I've added an [aws_autoscaling_lifecycle_hook](https://www.terraform.io/docs/providers/aws/r/autoscaling_lifecycle_hooks.html) for `autoscaling:EC2_INSTANCE_TERMINATING`, and sometimes it takes a while to do processing before I can mark the hook as complete and allow the instance to terminate. Unfortunately, it looks like there is a hard-coded 10 minute timeout somewhere in the Terraform code, as after 10 minutes, I get the error:
```
* aws_autoscaling_group.autoscaling_group (deposed #0): group still has 3 instances
``` | 1.0 | Feature request: wait_for_termination_timeout for aws_autoscaling_group - _This issue was originally opened by @brikis98 as hashicorp/terraform#12298. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._
<hr>
The [aws_autoscaling_group](https://www.terraform.io/docs/providers/aws/r/autoscaling_group.html) resource allows you to specify a `wait_for_capacity_timeout` parameter to control how long Terraform will wait for ASG instances to transition to the "In Service" state before timing out.
Is it possible to expose an analogous `wait_for_termination_timeout` parameter that controls how long Terraform will wait for ASG instances to terminate when deleting an ASG?
The use case is that I've added an [aws_autoscaling_lifecycle_hook](https://www.terraform.io/docs/providers/aws/r/autoscaling_lifecycle_hooks.html) for `autoscaling:EC2_INSTANCE_TERMINATING`, and sometimes it takes a while to do processing before I can mark the hook as complete and allow the instance to terminate. Unfortunately, it looks like there is a hard-coded 10 minute timeout somewhere in the Terraform code, as after 10 minutes, I get the error:
```
* aws_autoscaling_group.autoscaling_group (deposed #0): group still has 3 instances
``` | non_priority | feature request wait for termination timeout for aws autoscaling group this issue was originally opened by as hashicorp terraform it was migrated here as part of the the original body of the issue is below the resource allows you to specify a wait for capacity timeout parameter to control how long terraform will wait for asg instances to transition to the in service state before timing out is it possible to expose an analogous wait for termination timeout parameter that controls how long terraform will wait for asg instances to terminate when deleting an asg the use case is that i ve added an for autoscaling instance terminating and sometimes it takes a while to do processing before i can mark the hook as complete and allow the instance to terminate unfortunately it looks like there is a hard coded minute timeout somewhere in the terraform code as after minutes i get the error aws autoscaling group autoscaling group deposed group still has instances | 0 |
109,421 | 13,769,876,582 | IssuesEvent | 2020-10-07 19:19:18 | influxdata/influxdb | https://api.github.com/repos/influxdata/influxdb | closed | Allow creation of a bucket on the fly from Scraper or Telegraf creation flow | area/ui team/monitoring ui/design-polish | Buckets dropdown should offer an option called "Create a new bucket"
This would display a text input below the dropdown that asks for a name
The newly created bucket should have an infinite retention by default | 1.0 | Allow creation of a bucket on the fly from Scraper or Telegraf creation flow - Buckets dropdown should offer an option called "Create a new bucket"
This would display a text input below the dropdown that asks for a name
The newly created bucket should have an infinite retention by default | non_priority | allow creation of a bucket on the fly from scraper or telegraf creation flow buckets dropdown should offer an option called create a new bucket this would display a text input below the dropdown that asks for a name the newly created bucket should have an infinite retention by default | 0 |
141,465 | 18,988,534,533 | IssuesEvent | 2021-11-22 02:20:08 | ChoeMinji/netty-4.1.0 | https://api.github.com/repos/ChoeMinji/netty-4.1.0 | opened | CVE-2015-6644 (Low) detected in bcprov-jdk15on-1.50.jar | security vulnerability | ## CVE-2015-6644 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15on-1.50.jar</b></p></summary>
<p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.</p>
<p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p>
<p>Path to dependency file: netty-4.1.0/handler/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/bcprov-jdk15on-1.50.jar</p>
<p>
Dependency Hierarchy:
- bcpkix-jdk15on-1.50.jar (Root Library)
- :x: **bcprov-jdk15on-1.50.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/ChoeMinji/netty-4.1.0/commit/349543fa7012e8d0f84182eb672766e12d70eac3">349543fa7012e8d0f84182eb672766e12d70eac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Bouncy Castle in Android before 5.1.1 LMY49F and 6.0 before 2016-01-01 allows attackers to obtain sensitive information via a crafted application, aka internal bug 24106146.
<p>Publish Date: 2016-01-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-6644>CVE-2015-6644</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>3.3</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: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-6644">https://nvd.nist.gov/vuln/detail/CVE-2015-6644</a></p>
<p>Release Date: 2016-01-06</p>
<p>Fix Resolution: org.bouncycastle:bcprov-jdk15on - 1.55;org.bouncycastle:bcprov-ext-jdk15on - 1.55;org.apache.servicemix.bundles:org.apache.servicemix.bundles.bcprov-jdk15on - 1.55_1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2015-6644 (Low) detected in bcprov-jdk15on-1.50.jar - ## CVE-2015-6644 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15on-1.50.jar</b></p></summary>
<p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.</p>
<p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p>
<p>Path to dependency file: netty-4.1.0/handler/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/bcprov-jdk15on-1.50.jar</p>
<p>
Dependency Hierarchy:
- bcpkix-jdk15on-1.50.jar (Root Library)
- :x: **bcprov-jdk15on-1.50.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/ChoeMinji/netty-4.1.0/commit/349543fa7012e8d0f84182eb672766e12d70eac3">349543fa7012e8d0f84182eb672766e12d70eac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Bouncy Castle in Android before 5.1.1 LMY49F and 6.0 before 2016-01-01 allows attackers to obtain sensitive information via a crafted application, aka internal bug 24106146.
<p>Publish Date: 2016-01-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-6644>CVE-2015-6644</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>3.3</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: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-6644">https://nvd.nist.gov/vuln/detail/CVE-2015-6644</a></p>
<p>Release Date: 2016-01-06</p>
<p>Fix Resolution: org.bouncycastle:bcprov-jdk15on - 1.55;org.bouncycastle:bcprov-ext-jdk15on - 1.55;org.apache.servicemix.bundles:org.apache.servicemix.bundles.bcprov-jdk15on - 1.55_1</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 low detected in bcprov jar cve low severity vulnerability vulnerable library bcprov jar the bouncy castle crypto package is a java implementation of cryptographic algorithms this jar contains jce provider and lightweight api for the bouncy castle cryptography apis for jdk to jdk library home page a href path to dependency file netty handler pom xml path to vulnerable library home wss scanner repository org bouncycastle bcprov bcprov jar dependency hierarchy bcpkix jar root library x bcprov jar vulnerable library found in head commit a href found in base branch master vulnerability details bouncy castle in android before and before allows attackers to obtain sensitive information via a crafted application aka internal bug 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 low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org bouncycastle bcprov org bouncycastle bcprov ext org apache servicemix bundles org apache servicemix bundles bcprov step up your open source security game with whitesource | 0 |
322,704 | 23,919,777,025 | IssuesEvent | 2022-09-09 15:43:17 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | opened | [Docs] [Architecture] Docs for packed columns. | area/documentation | ### Description
Create Docs for packed columns under Architecture section. | 1.0 | [Docs] [Architecture] Docs for packed columns. - ### Description
Create Docs for packed columns under Architecture section. | non_priority | docs for packed columns description create docs for packed columns under architecture section | 0 |
72,842 | 9,620,332,581 | IssuesEvent | 2019-05-14 08:06:26 | miraisolutions/compareWith | https://api.github.com/repos/miraisolutions/compareWith | closed | Addins documentation review | documentation | The documentation of Addins functions was reviewed in 63641e7207128fcce74e961c6710eec8fac27f8a, going towards a per-Addin documentation compared to the initial design of documenting all Addins in the same `@rdname`, which is kind of a sensible thing but maybe was not so clear. This should be re-discussed and a general review of roxygen tags should be done (the insisted use of `@description` and `@rdname` is pretty un-conventional). | 1.0 | Addins documentation review - The documentation of Addins functions was reviewed in 63641e7207128fcce74e961c6710eec8fac27f8a, going towards a per-Addin documentation compared to the initial design of documenting all Addins in the same `@rdname`, which is kind of a sensible thing but maybe was not so clear. This should be re-discussed and a general review of roxygen tags should be done (the insisted use of `@description` and `@rdname` is pretty un-conventional). | non_priority | addins documentation review the documentation of addins functions was reviewed in going towards a per addin documentation compared to the initial design of documenting all addins in the same rdname which is kind of a sensible thing but maybe was not so clear this should be re discussed and a general review of roxygen tags should be done the insisted use of description and rdname is pretty un conventional | 0 |
248,610 | 26,797,636,809 | IssuesEvent | 2023-02-01 13:03:47 | talevy013/TestTal | https://api.github.com/repos/talevy013/TestTal | closed | WS-2023-0004 (High) detected in jszip-3.4.0.tgz, jszip-3.5.0.tgz - autoclosed | security vulnerability | ## WS-2023-0004 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jszip-3.4.0.tgz</b>, <b>jszip-3.5.0.tgz</b></p></summary>
<p>
<details><summary><b>jszip-3.4.0.tgz</b></p></summary>
<p>Create, read and edit .zip files with JavaScript http://stuartk.com/jszip</p>
<p>Library home page: <a href="https://registry.npmjs.org/jszip/-/jszip-3.4.0.tgz">https://registry.npmjs.org/jszip/-/jszip-3.4.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/snyk-nuget-plugin/node_modules/jszip/package.json</p>
<p>
Dependency Hierarchy:
- snyk-1.406.0.tgz (Root Library)
- snyk-nuget-plugin-1.19.3.tgz
- :x: **jszip-3.4.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>jszip-3.5.0.tgz</b></p></summary>
<p>Create, read and edit .zip files with JavaScript http://stuartk.com/jszip</p>
<p>Library home page: <a href="https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz">https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/jszip/package.json</p>
<p>
Dependency Hierarchy:
- snyk-1.406.0.tgz (Root Library)
- snyk-gradle-plugin-3.7.0.tgz
- java-call-graph-builder-1.14.0.tgz
- :x: **jszip-3.5.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/talevy013/TestTal/commit/2e9d597fe70064b9c61d9203c8a93a380a667238">2e9d597fe70064b9c61d9203c8a93a380a667238</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>
jszip before 3.8.0 does not sanitize filenames when files are loaded with `loadAsync`, which makes the library vunerable to zip-slip attack.
<p>Publish Date: 2023-01-04
<p>URL: <a href=https://github.com/Stuk/jszip/commit/2edab366119c9ee948357c02f1206c28566cdf15>WS-2023-0004</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.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: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</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>Release Date: 2023-01-04</p>
<p>Fix Resolution (jszip): 3.6.0</p>
<p>Direct dependency fix Resolution (snyk): 1.667.0</p><p>Fix Resolution (jszip): 3.6.0</p>
<p>Direct dependency fix Resolution (snyk): 1.667.0</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue | True | WS-2023-0004 (High) detected in jszip-3.4.0.tgz, jszip-3.5.0.tgz - autoclosed - ## WS-2023-0004 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jszip-3.4.0.tgz</b>, <b>jszip-3.5.0.tgz</b></p></summary>
<p>
<details><summary><b>jszip-3.4.0.tgz</b></p></summary>
<p>Create, read and edit .zip files with JavaScript http://stuartk.com/jszip</p>
<p>Library home page: <a href="https://registry.npmjs.org/jszip/-/jszip-3.4.0.tgz">https://registry.npmjs.org/jszip/-/jszip-3.4.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/snyk-nuget-plugin/node_modules/jszip/package.json</p>
<p>
Dependency Hierarchy:
- snyk-1.406.0.tgz (Root Library)
- snyk-nuget-plugin-1.19.3.tgz
- :x: **jszip-3.4.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>jszip-3.5.0.tgz</b></p></summary>
<p>Create, read and edit .zip files with JavaScript http://stuartk.com/jszip</p>
<p>Library home page: <a href="https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz">https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/jszip/package.json</p>
<p>
Dependency Hierarchy:
- snyk-1.406.0.tgz (Root Library)
- snyk-gradle-plugin-3.7.0.tgz
- java-call-graph-builder-1.14.0.tgz
- :x: **jszip-3.5.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/talevy013/TestTal/commit/2e9d597fe70064b9c61d9203c8a93a380a667238">2e9d597fe70064b9c61d9203c8a93a380a667238</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>
jszip before 3.8.0 does not sanitize filenames when files are loaded with `loadAsync`, which makes the library vunerable to zip-slip attack.
<p>Publish Date: 2023-01-04
<p>URL: <a href=https://github.com/Stuk/jszip/commit/2edab366119c9ee948357c02f1206c28566cdf15>WS-2023-0004</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.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: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</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>Release Date: 2023-01-04</p>
<p>Fix Resolution (jszip): 3.6.0</p>
<p>Direct dependency fix Resolution (snyk): 1.667.0</p><p>Fix Resolution (jszip): 3.6.0</p>
<p>Direct dependency fix Resolution (snyk): 1.667.0</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue | non_priority | ws high detected in jszip tgz jszip tgz autoclosed ws high severity vulnerability vulnerable libraries jszip tgz jszip tgz jszip tgz create read and edit zip files with javascript library home page a href path to dependency file package json path to vulnerable library node modules snyk nuget plugin node modules jszip package json dependency hierarchy snyk tgz root library snyk nuget plugin tgz x jszip tgz vulnerable library jszip tgz create read and edit zip files with javascript library home page a href path to dependency file package json path to vulnerable library node modules jszip package json dependency hierarchy snyk tgz root library snyk gradle plugin tgz java call graph builder tgz x jszip tgz vulnerable library found in head commit a href found in base branch master vulnerability details jszip before does not sanitize filenames when files are loaded with loadasync which makes the library vunerable to zip slip attack publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version release date fix resolution jszip direct dependency fix resolution snyk fix resolution jszip direct dependency fix resolution snyk rescue worker helmet automatic remediation is available for this issue | 0 |
233,843 | 25,780,393,566 | IssuesEvent | 2022-12-09 15:26:28 | smb-h/Estates-price-prediction | https://api.github.com/repos/smb-h/Estates-price-prediction | closed | WS-2022-0401 (High) detected in tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl | security vulnerability | ## WS-2022-0401 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: /requirements.txt</p>
<p>Path to vulnerable library: /requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/smb-h/Estates-price-prediction/commit/43d8dec55efbdc71655c52119862fee409624fda">43d8dec55efbdc71655c52119862fee409624fda</a></p>
<p>Found in base branch: <b>main</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>
Another instance of CVE-2022-35991, where TensorListScatter and TensorListScatterV2 crash via non scalar inputs inelement_shape, was found in eager mode and fixed.
<p>Publish Date: 2022-11-22
<p>URL: <a href=https://github.com/tensorflow/tensorflow/commit/bf9932fc907aff0e9e8cccf769e8b00d30fd81a1>WS-2022-0401</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>
<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/advisories/GHSA-xf83-q765-xm6m">https://github.com/advisories/GHSA-xf83-q765-xm6m</a></p>
<p>Release Date: 2022-11-22</p>
<p>Fix Resolution: tensorflow - 2.8.4, 2.9.3, 2.10.1, tensorflow-cpu - 2.8.4, 2.9.3, 2.10.1, tensorflow-gpu - 2.8.4, 2.9.3, 2.10.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2022-0401 (High) detected in tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl - ## WS-2022-0401 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: /requirements.txt</p>
<p>Path to vulnerable library: /requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/smb-h/Estates-price-prediction/commit/43d8dec55efbdc71655c52119862fee409624fda">43d8dec55efbdc71655c52119862fee409624fda</a></p>
<p>Found in base branch: <b>main</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>
Another instance of CVE-2022-35991, where TensorListScatter and TensorListScatterV2 crash via non scalar inputs inelement_shape, was found in eager mode and fixed.
<p>Publish Date: 2022-11-22
<p>URL: <a href=https://github.com/tensorflow/tensorflow/commit/bf9932fc907aff0e9e8cccf769e8b00d30fd81a1>WS-2022-0401</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>
<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/advisories/GHSA-xf83-q765-xm6m">https://github.com/advisories/GHSA-xf83-q765-xm6m</a></p>
<p>Release Date: 2022-11-22</p>
<p>Fix Resolution: tensorflow - 2.8.4, 2.9.3, 2.10.1, tensorflow-cpu - 2.8.4, 2.9.3, 2.10.1, tensorflow-gpu - 2.8.4, 2.9.3, 2.10.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | ws high detected in tensorflow whl ws high severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file requirements txt path to vulnerable library requirements txt dependency hierarchy x tensorflow whl vulnerable library found in head commit a href found in base branch main vulnerability details another instance of cve where tensorlistscatter and crash via non scalar inputs inelement shape was found in eager mode and fixed 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 suggested fix type upgrade version origin a href release date fix resolution tensorflow tensorflow cpu tensorflow gpu step up your open source security game with mend | 0 |
82,618 | 10,264,357,417 | IssuesEvent | 2019-08-22 16:10:32 | pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas | opened | ROADMAP: Consistent missing value handling with new NA scalar | API Design Missing-data Needs Discussion | I cleaned up my initial write up on the consistent missing values proposal (https://github.com/pandas-dev/pandas/issues/27825#issuecomment-520583911), and incorporated the items brought up in the last video chat. So I think it is ready for some more detailed discussion.
The last version of the full proposal can be found here: https://hackmd.io/@jorisvandenbossche/Sk0wMeAmB
TL;DR:
- I propose to introduce a new scalar (singleton) `pd.NA` that can be used as the missing value indicator (when accessing a single value, not necessarily how it is stored under the hood).
- This can be used instead of `np.nan` or `pd.NaT` in new data types.
- Long term, we can see if there is a migration possible to use this consistently for all data types.
cc @pandas-dev/pandas-core | 1.0 | ROADMAP: Consistent missing value handling with new NA scalar - I cleaned up my initial write up on the consistent missing values proposal (https://github.com/pandas-dev/pandas/issues/27825#issuecomment-520583911), and incorporated the items brought up in the last video chat. So I think it is ready for some more detailed discussion.
The last version of the full proposal can be found here: https://hackmd.io/@jorisvandenbossche/Sk0wMeAmB
TL;DR:
- I propose to introduce a new scalar (singleton) `pd.NA` that can be used as the missing value indicator (when accessing a single value, not necessarily how it is stored under the hood).
- This can be used instead of `np.nan` or `pd.NaT` in new data types.
- Long term, we can see if there is a migration possible to use this consistently for all data types.
cc @pandas-dev/pandas-core | non_priority | roadmap consistent missing value handling with new na scalar i cleaned up my initial write up on the consistent missing values proposal and incorporated the items brought up in the last video chat so i think it is ready for some more detailed discussion the last version of the full proposal can be found here tl dr i propose to introduce a new scalar singleton pd na that can be used as the missing value indicator when accessing a single value not necessarily how it is stored under the hood this can be used instead of np nan or pd nat in new data types long term we can see if there is a migration possible to use this consistently for all data types cc pandas dev pandas core | 0 |
53,302 | 13,796,012,364 | IssuesEvent | 2020-10-09 19:03:42 | tomassirio/ListBot | https://api.github.com/repos/tomassirio/ListBot | closed | The bot needs to follow a convention | Feature NotAnIssue Security easy enhancement good first issue hacktoberfest hacktoberfest-accepted help wanted | @medusalix:
> - The project should really follow a consistent code style: Semicolons/no semicolons, double quotes/single quotes, let for constant variables, etc... I'd suggest using a combination of Prettier and ESLint. Makes contributing so much easier.
My suggestions would be: No semicolons, single quotes and let for variables.
However, i'm not an experienced Node.js developer. So any suggestions, such as Prettier and ESLint as stated before will be considered | True | The bot needs to follow a convention - @medusalix:
> - The project should really follow a consistent code style: Semicolons/no semicolons, double quotes/single quotes, let for constant variables, etc... I'd suggest using a combination of Prettier and ESLint. Makes contributing so much easier.
My suggestions would be: No semicolons, single quotes and let for variables.
However, i'm not an experienced Node.js developer. So any suggestions, such as Prettier and ESLint as stated before will be considered | non_priority | the bot needs to follow a convention medusalix the project should really follow a consistent code style semicolons no semicolons double quotes single quotes let for constant variables etc i d suggest using a combination of prettier and eslint makes contributing so much easier my suggestions would be no semicolons single quotes and let for variables however i m not an experienced node js developer so any suggestions such as prettier and eslint as stated before will be considered | 0 |
5,960 | 3,703,084,060 | IssuesEvent | 2016-02-29 19:07:36 | deis/deis | https://api.github.com/repos/deis/deis | closed | deis-builder 1.10.0 is spitting 'Failed handshake: EOF' once per ~5 seconds | builder easy-fix | Log as seen in papertrail:
```
Sep 08 15:07:11 52.22.0.199 logger: 2015-09-08T22:07:11UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc82046a2a0}})
Sep 08 15:07:11 52.22.0.199 logger: 2015-09-08T22:07:11UTC deis-builder[1]: [info] Accepted connection.
Sep 08 15:07:11 52.22.0.199 logger: 2015-09-08T22:07:11UTC deis-builder[1]: [info] Checking closer.
Sep 08 15:07:17 52.22.0.199 logger: 2015-09-08T22:07:17UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc82017f7a0}})
Sep 08 15:07:21 52.22.0.199 logger: 2015-09-08T22:07:21UTC deis-builder[1]: [info] Accepted connection.
Sep 08 15:07:21 52.22.0.199 logger: 2015-09-08T22:07:21UTC deis-builder[1]: [info] Checking closer.
Sep 08 15:07:24 52.22.0.199 logger: 2015-09-08T22:07:24UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc820436770}})
Sep 08 15:07:25 52.22.0.199 logger: 2015-09-08T22:07:25UTC deis-builder[1]: [info] Accepted connection.
Sep 08 15:07:25 52.22.0.199 logger: 2015-09-08T22:07:25UTC deis-builder[1]: [info] Checking closer.
Sep 08 15:07:29 52.22.0.199 logger: 2015-09-08T22:07:29UTC deis-builder[1]: [info] Checking closer.
Sep 08 15:07:29 52.22.0.199 logger: 2015-09-08T22:07:29UTC deis-builder[1]: [info] Accepted connection.
Sep 08 15:07:29 52.22.0.199 logger: 2015-09-08T22:07:29UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc820048fc0}})
Sep 08 15:07:32 52.22.0.199 logger: 2015-09-08T22:07:32UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc8202682a0}})
Sep 08 15:07:33 52.22.0.199 logger: 2015-09-08T22:07:33UTC deis-builder[1]: [info] Checking closer.
Sep 08 15:07:33 52.22.0.199 logger: 2015-09-08T22:07:33UTC deis-builder[1]: [info] Accepted connection.
Sep 08 15:07:40 52.22.0.199 logger: 2015-09-08T22:07:40UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc8201bc7e0}})
``` | 1.0 | deis-builder 1.10.0 is spitting 'Failed handshake: EOF' once per ~5 seconds - Log as seen in papertrail:
```
Sep 08 15:07:11 52.22.0.199 logger: 2015-09-08T22:07:11UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc82046a2a0}})
Sep 08 15:07:11 52.22.0.199 logger: 2015-09-08T22:07:11UTC deis-builder[1]: [info] Accepted connection.
Sep 08 15:07:11 52.22.0.199 logger: 2015-09-08T22:07:11UTC deis-builder[1]: [info] Checking closer.
Sep 08 15:07:17 52.22.0.199 logger: 2015-09-08T22:07:17UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc82017f7a0}})
Sep 08 15:07:21 52.22.0.199 logger: 2015-09-08T22:07:21UTC deis-builder[1]: [info] Accepted connection.
Sep 08 15:07:21 52.22.0.199 logger: 2015-09-08T22:07:21UTC deis-builder[1]: [info] Checking closer.
Sep 08 15:07:24 52.22.0.199 logger: 2015-09-08T22:07:24UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc820436770}})
Sep 08 15:07:25 52.22.0.199 logger: 2015-09-08T22:07:25UTC deis-builder[1]: [info] Accepted connection.
Sep 08 15:07:25 52.22.0.199 logger: 2015-09-08T22:07:25UTC deis-builder[1]: [info] Checking closer.
Sep 08 15:07:29 52.22.0.199 logger: 2015-09-08T22:07:29UTC deis-builder[1]: [info] Checking closer.
Sep 08 15:07:29 52.22.0.199 logger: 2015-09-08T22:07:29UTC deis-builder[1]: [info] Accepted connection.
Sep 08 15:07:29 52.22.0.199 logger: 2015-09-08T22:07:29UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc820048fc0}})
Sep 08 15:07:32 52.22.0.199 logger: 2015-09-08T22:07:32UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc8202682a0}})
Sep 08 15:07:33 52.22.0.199 logger: 2015-09-08T22:07:33UTC deis-builder[1]: [info] Checking closer.
Sep 08 15:07:33 52.22.0.199 logger: 2015-09-08T22:07:33UTC deis-builder[1]: [info] Accepted connection.
Sep 08 15:07:40 52.22.0.199 logger: 2015-09-08T22:07:40UTC deis-builder[1]: [error] Failed handshake: EOF (&{{0xc8201bc7e0}})
``` | non_priority | deis builder is spitting failed handshake eof once per seconds log as seen in papertrail sep logger deis builder failed handshake eof sep logger deis builder accepted connection sep logger deis builder checking closer sep logger deis builder failed handshake eof sep logger deis builder accepted connection sep logger deis builder checking closer sep logger deis builder failed handshake eof sep logger deis builder accepted connection sep logger deis builder checking closer sep logger deis builder checking closer sep logger deis builder accepted connection sep logger deis builder failed handshake eof sep logger deis builder failed handshake eof sep logger deis builder checking closer sep logger deis builder accepted connection sep logger deis builder failed handshake eof | 0 |
346,563 | 24,887,006,617 | IssuesEvent | 2022-10-28 08:39:21 | boredcoco/ped | https://api.github.com/repos/boredcoco/ped | opened | Negative example in user guide under "radd" | severity.Low type.DocumentationBug | There is a negative test case shown as an example in the user guide, after the user guide has stated that records cannot be shown to be later than today's date. Perhaps the example should be labelled as a "negative case" or omitted from the user guide.

<!--session: 1666946250598-f2bba745-68e0-4fab-a88d-3fd9c36d62a4-->
<!--Version: Web v3.4.4--> | 1.0 | Negative example in user guide under "radd" - There is a negative test case shown as an example in the user guide, after the user guide has stated that records cannot be shown to be later than today's date. Perhaps the example should be labelled as a "negative case" or omitted from the user guide.

<!--session: 1666946250598-f2bba745-68e0-4fab-a88d-3fd9c36d62a4-->
<!--Version: Web v3.4.4--> | non_priority | negative example in user guide under radd there is a negative test case shown as an example in the user guide after the user guide has stated that records cannot be shown to be later than today s date perhaps the example should be labelled as a negative case or omitted from the user guide | 0 |
92,199 | 10,739,494,697 | IssuesEvent | 2019-10-29 16:27:26 | emanisgrand/GameProgrammingPatterns | https://api.github.com/repos/emanisgrand/GameProgrammingPatterns | closed | Command notes | documentation | 1#. Command
- [x] Create the command.cs which does not derive from Monobheavior.
Instead, this is an abstract class of its own which other parts of the command.cs will derive from. The class command has its own abstract method called Execute which takes in the Animator called anim. This is the first time I've ever seen a declaration made this way. I wonder what it is about this design pattern that will end up requiring this to be instantiated this way.
The next thing we do in the Command.cs is create another class called PerformJump which derives from our original Command class. Again this is all a fairly new way of developing functions for me. Iโve read about the methods before and seen examples, but itโs going to be interesting to actually make it function. In PerformJump, I call an override to the Execute method, and have that set the anim trigger to โisJumpingโ
Then thereโs a third DoNothing command which does nothing but calls the Execute method again.
Now weโre making the InputHandler.cs. The goal here is to avoid having to use Update a million times all over the place for one or two simple functions, such as control functionality. So InputHandler IS a monobehavior and it will be looking for the GameObject actor in the inspector to be filled out. In this example we set our inputs as 3 new Command types which we call keys Q,W, and E. Weโre able to instantiate these Commands with the methods we created in Command easily, but just giving them the value of those commands. We want Q to be equal to PerformJump, while W and E can just DoNothing.
We of course require the Animator reference in order to pass it in to the publically accessible Execute function. Instantiate it, this time the way that weโre used to seeing. With our GameObject serving as the accessor to GetComponent<Animator>
Then Update takes on the task of reading the inputs, and executing the appropriate animation. Which is only possible once a GameObject in the Hierarchy, which weโll call InputHandler, has the script attached to it.
Adding this script:
`Camera.main.GetComponent<CameraFollow360>().player = actor.transform;`
Is a reminder that any scriptโs properties can be accessed and set in code by accessing the game object the script is attached to.
| 1.0 | Command notes - 1#. Command
- [x] Create the command.cs which does not derive from Monobheavior.
Instead, this is an abstract class of its own which other parts of the command.cs will derive from. The class command has its own abstract method called Execute which takes in the Animator called anim. This is the first time I've ever seen a declaration made this way. I wonder what it is about this design pattern that will end up requiring this to be instantiated this way.
The next thing we do in the Command.cs is create another class called PerformJump which derives from our original Command class. Again this is all a fairly new way of developing functions for me. Iโve read about the methods before and seen examples, but itโs going to be interesting to actually make it function. In PerformJump, I call an override to the Execute method, and have that set the anim trigger to โisJumpingโ
Then thereโs a third DoNothing command which does nothing but calls the Execute method again.
Now weโre making the InputHandler.cs. The goal here is to avoid having to use Update a million times all over the place for one or two simple functions, such as control functionality. So InputHandler IS a monobehavior and it will be looking for the GameObject actor in the inspector to be filled out. In this example we set our inputs as 3 new Command types which we call keys Q,W, and E. Weโre able to instantiate these Commands with the methods we created in Command easily, but just giving them the value of those commands. We want Q to be equal to PerformJump, while W and E can just DoNothing.
We of course require the Animator reference in order to pass it in to the publically accessible Execute function. Instantiate it, this time the way that weโre used to seeing. With our GameObject serving as the accessor to GetComponent<Animator>
Then Update takes on the task of reading the inputs, and executing the appropriate animation. Which is only possible once a GameObject in the Hierarchy, which weโll call InputHandler, has the script attached to it.
Adding this script:
`Camera.main.GetComponent<CameraFollow360>().player = actor.transform;`
Is a reminder that any scriptโs properties can be accessed and set in code by accessing the game object the script is attached to.
| non_priority | command notes command create the command cs which does not derive from monobheavior instead this is an abstract class of its own which other parts of the command cs will derive from the class command has its own abstract method called execute which takes in the animator called anim this is the first time i ve ever seen a declaration made this way i wonder what it is about this design pattern that will end up requiring this to be instantiated this way the next thing we do in the command cs is create another class called performjump which derives from our original command class again this is all a fairly new way of developing functions for me iโve read about the methods before and seen examples but itโs going to be interesting to actually make it function in performjump i call an override to the execute method and have that set the anim trigger to โisjumpingโ then thereโs a third donothing command which does nothing but calls the execute method again now weโre making the inputhandler cs the goal here is to avoid having to use update a million times all over the place for one or two simple functions such as control functionality so inputhandler is a monobehavior and it will be looking for the gameobject actor in the inspector to be filled out in this example we set our inputs as new command types which we call keys q w and e weโre able to instantiate these commands with the methods we created in command easily but just giving them the value of those commands we want q to be equal to performjump while w and e can just donothing we of course require the animator reference in order to pass it in to the publically accessible execute function instantiate it this time the way that weโre used to seeing with our gameobject serving as the accessor to getcomponent then update takes on the task of reading the inputs and executing the appropriate animation which is only possible once a gameobject in the hierarchy which weโll call inputhandler has the script attached to it adding this script camera main getcomponent player actor transform is a reminder that any scriptโs properties can be accessed and set in code by accessing the game object the script is attached to | 0 |
70,646 | 23,274,173,223 | IssuesEvent | 2022-08-05 04:43:57 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [๐ Bug]: Status endpoint | C-py C-rb C-dotnet C-nodejs I-defect | ### What happened?
Someone pointed out that I incorrectly removed status endpoint from Python (still supported https://w3c.github.io/webdriver/#status). I removed it because no method was calling it. Need to make sure all the languages have methods that can call this endpoint. Don't have time to investigate now and don't want to forget.
### How can we reproduce the issue?
```shell
driver.status
```
### Relevant log output
```shell
none
```
### Operating System
n/a
### Selenium version
latest
### What are the browser(s) and version(s) where you see this issue?
n/a
### What are the browser driver(s) and version(s) where you see this issue?
n/a
### Are you using Selenium Grid?
n/a | 1.0 | [๐ Bug]: Status endpoint - ### What happened?
Someone pointed out that I incorrectly removed status endpoint from Python (still supported https://w3c.github.io/webdriver/#status). I removed it because no method was calling it. Need to make sure all the languages have methods that can call this endpoint. Don't have time to investigate now and don't want to forget.
### How can we reproduce the issue?
```shell
driver.status
```
### Relevant log output
```shell
none
```
### Operating System
n/a
### Selenium version
latest
### What are the browser(s) and version(s) where you see this issue?
n/a
### What are the browser driver(s) and version(s) where you see this issue?
n/a
### Are you using Selenium Grid?
n/a | non_priority | status endpoint what happened someone pointed out that i incorrectly removed status endpoint from python still supported i removed it because no method was calling it need to make sure all the languages have methods that can call this endpoint don t have time to investigate now and don t want to forget how can we reproduce the issue shell driver status relevant log output shell none operating system n a selenium version latest what are the browser s and version s where you see this issue n a what are the browser driver s and version s where you see this issue n a are you using selenium grid n a | 0 |
246,831 | 18,854,834,419 | IssuesEvent | 2021-11-12 03:57:20 | svelte-jp/svelte-site-jp | https://api.github.com/repos/svelte-jp/svelte-site-jp | opened | [Blog]What's new in Svelte: November 2021ใฎ็ฟป่จณ | documentation translation ็ฟป่จณ่
ๅ้ไธญ | ## ๅฏพ่ฑกใใญใฅใกใณใ
- ๅฏพ่ฑกใใกใคใซ
- https://github.com/svelte-jp/svelte-site-jp/blob/master/site/content/blog/2021-11-01-whats-new-in-svelte-november-2021.md
## ็ฟป่จณใใใ/ใใฆใปใใ
- ็ฟป่จณใใฆใปใใ
## ๅ่
11/2 ใซใใฎใใญใธใงใฏใใฎๆงๆใๅคงใใๅคใใฃใฆใใพใใ
้ๅปใซใณใณใใชใใฅใผใใใใใจใใใๆนใฏใใๆๆฐใงใใForkใ็ดใใใๆฐใใซCloneใใฆใใ ใใใ | 1.0 | [Blog]What's new in Svelte: November 2021ใฎ็ฟป่จณ - ## ๅฏพ่ฑกใใญใฅใกใณใ
- ๅฏพ่ฑกใใกใคใซ
- https://github.com/svelte-jp/svelte-site-jp/blob/master/site/content/blog/2021-11-01-whats-new-in-svelte-november-2021.md
## ็ฟป่จณใใใ/ใใฆใปใใ
- ็ฟป่จณใใฆใปใใ
## ๅ่
11/2 ใซใใฎใใญใธใงใฏใใฎๆงๆใๅคงใใๅคใใฃใฆใใพใใ
้ๅปใซใณใณใใชใใฅใผใใใใใจใใใๆนใฏใใๆๆฐใงใใForkใ็ดใใใๆฐใใซCloneใใฆใใ ใใใ | non_priority | what s new in svelte november ๅฏพ่ฑกใใญใฅใกใณใ ๅฏพ่ฑกใใกใคใซ ็ฟป่จณใใใ ใใฆใปใใ ็ฟป่จณใใฆใปใใ ๅ่ ใซใใฎใใญใธใงใฏใใฎๆงๆใๅคงใใๅคใใฃใฆใใพใใ ้ๅปใซใณใณใใชใใฅใผใใใใใจใใใๆนใฏใใๆๆฐใงใใforkใ็ดใใใๆฐใใซcloneใใฆใใ ใใใ | 0 |
261,090 | 27,785,267,976 | IssuesEvent | 2023-03-17 02:15:40 | dmartinez777/AzureDevOpsAngular | https://api.github.com/repos/dmartinez777/AzureDevOpsAngular | opened | CVE-2023-28155 (Medium) detected in request-2.88.2.tgz | Mend: dependency security vulnerability | ## CVE-2023-28155 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>request-2.88.2.tgz</b></p></summary>
<p>Simplified HTTP request client.</p>
<p>Library home page: <a href="https://registry.npmjs.org/request/-/request-2.88.2.tgz">https://registry.npmjs.org/request/-/request-2.88.2.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/request/package.json</p>
<p>
Dependency Hierarchy:
- cli-10.0.7.tgz (Root Library)
- universal-analytics-0.4.20.tgz
- :x: **request-2.88.2.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
** UNSUPPORTED WHEN ASSIGNED ** The Request package through 2.88.1 for Node.js allows a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP). NOTE: This vulnerability only affects products that are no longer supported by the maintainer.
<p>Publish Date: 2023-03-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-28155>CVE-2023-28155</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>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2023-28155 (Medium) detected in request-2.88.2.tgz - ## CVE-2023-28155 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>request-2.88.2.tgz</b></p></summary>
<p>Simplified HTTP request client.</p>
<p>Library home page: <a href="https://registry.npmjs.org/request/-/request-2.88.2.tgz">https://registry.npmjs.org/request/-/request-2.88.2.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/request/package.json</p>
<p>
Dependency Hierarchy:
- cli-10.0.7.tgz (Root Library)
- universal-analytics-0.4.20.tgz
- :x: **request-2.88.2.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
** UNSUPPORTED WHEN ASSIGNED ** The Request package through 2.88.1 for Node.js allows a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP). NOTE: This vulnerability only affects products that are no longer supported by the maintainer.
<p>Publish Date: 2023-03-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-28155>CVE-2023-28155</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>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in request tgz cve medium severity vulnerability vulnerable library request tgz simplified http request client library home page a href path to dependency file package json path to vulnerable library node modules request package json dependency hierarchy cli tgz root library universal analytics tgz x request tgz vulnerable library found in base branch master vulnerability details unsupported when assigned the request package through for node js allows a bypass of ssrf mitigations via an attacker controller server that does a cross protocol redirect http to https or https to http note this vulnerability only affects products that are no longer supported by the maintainer 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 step up your open source security game with mend | 0 |
292,938 | 22,039,600,051 | IssuesEvent | 2022-05-29 06:08:51 | PyCQA/pylint | https://api.github.com/repos/PyCQA/pylint | closed | The ``simplifiable-if-expression`` message description should not only mention ``bool(test)`` | Documentation ๐ | ### Bug description
Here is a simple example
```test.py
"""Simplifiable if expression false positive"""
TEST_VAR1 = True
TEST_VAR2 = 'True'
A = True if TEST_VAR1 is True else False
B = True if TEST_VAR2 == 'True' else False
```
### Configuration
_No response_
### Command used
```shell
pylint test.py
```
### Pylint output
```shell
************* Module test2
test2.py:5:4: R1719: The if expression can be replaced with 'test' (simplifiable-if-expression)
test2.py:6:4: R1719: The if expression can be replaced with 'test' (simplifiable-if-expression)
```
### Expected behavior
I would only expect the first `simplifiable-if-expression` warning for `A`.
For `B` simplifying it would not work since it's comparing against the string `True` and eventually the string `False` and `bool(string)` is always `True`
### Pylint version
```shell
pylint 2.12.2
astroid 2.9.0
Python 3.9.10 (main, Feb 3 2022, 16:04:33)
[GCC 11.1.0]
```
### OS / Environment
Linux 5.16.12-arch1-1 #1 SMP PREEMPT Wed, 02 Mar 2022 12:22:51 +0000 x86_64 GNU/Linux
### Additional dependencies
_No response_ | 1.0 | The ``simplifiable-if-expression`` message description should not only mention ``bool(test)`` - ### Bug description
Here is a simple example
```test.py
"""Simplifiable if expression false positive"""
TEST_VAR1 = True
TEST_VAR2 = 'True'
A = True if TEST_VAR1 is True else False
B = True if TEST_VAR2 == 'True' else False
```
### Configuration
_No response_
### Command used
```shell
pylint test.py
```
### Pylint output
```shell
************* Module test2
test2.py:5:4: R1719: The if expression can be replaced with 'test' (simplifiable-if-expression)
test2.py:6:4: R1719: The if expression can be replaced with 'test' (simplifiable-if-expression)
```
### Expected behavior
I would only expect the first `simplifiable-if-expression` warning for `A`.
For `B` simplifying it would not work since it's comparing against the string `True` and eventually the string `False` and `bool(string)` is always `True`
### Pylint version
```shell
pylint 2.12.2
astroid 2.9.0
Python 3.9.10 (main, Feb 3 2022, 16:04:33)
[GCC 11.1.0]
```
### OS / Environment
Linux 5.16.12-arch1-1 #1 SMP PREEMPT Wed, 02 Mar 2022 12:22:51 +0000 x86_64 GNU/Linux
### Additional dependencies
_No response_ | non_priority | the simplifiable if expression message description should not only mention bool test bug description here is a simple example test py simplifiable if expression false positive test true test true a true if test is true else false b true if test true else false configuration no response command used shell pylint test py pylint output shell module py the if expression can be replaced with test simplifiable if expression py the if expression can be replaced with test simplifiable if expression expected behavior i would only expect the first simplifiable if expression warning for a for b simplifying it would not work since it s comparing against the string true and eventually the string false and bool string is always true pylint version shell pylint astroid python main feb os environment linux smp preempt wed mar gnu linux additional dependencies no response | 0 |
63,757 | 14,656,776,428 | IssuesEvent | 2020-12-28 14:10:25 | fu1771695yongxie/quasar | https://api.github.com/repos/fu1771695yongxie/quasar | opened | CVE-2018-14042 (Medium) detected in bootstrap-3.3.5.min.js | security vulnerability | ## CVE-2018-14042 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.5.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js</a></p>
<p>Path to dependency file: quasar/docs/node_modules/autocomplete.js/test/playground_jquery.html</p>
<p>Path to vulnerable library: quasar/docs/node_modules/autocomplete.js/test/playground_jquery.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-3.3.5.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/quasar/commit/32f2b832b1bc2a748bc0c32b33f7cc0a6e03b95d">32f2b832b1bc2a748bc0c32b33f7cc0a6e03b95d</a></p>
<p>Found in base branch: <b>dev</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14042>CVE-2018-14042</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/twbs/bootstrap/pull/26630">https://github.com/twbs/bootstrap/pull/26630</a></p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:3.4.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2018-14042 (Medium) detected in bootstrap-3.3.5.min.js - ## CVE-2018-14042 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.5.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js</a></p>
<p>Path to dependency file: quasar/docs/node_modules/autocomplete.js/test/playground_jquery.html</p>
<p>Path to vulnerable library: quasar/docs/node_modules/autocomplete.js/test/playground_jquery.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-3.3.5.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/quasar/commit/32f2b832b1bc2a748bc0c32b33f7cc0a6e03b95d">32f2b832b1bc2a748bc0c32b33f7cc0a6e03b95d</a></p>
<p>Found in base branch: <b>dev</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14042>CVE-2018-14042</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/twbs/bootstrap/pull/26630">https://github.com/twbs/bootstrap/pull/26630</a></p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:3.4.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in bootstrap min js cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file quasar docs node modules autocomplete js test playground jquery html path to vulnerable library quasar docs node modules autocomplete js test playground jquery html dependency hierarchy x bootstrap min js vulnerable library found in head commit a href found in base branch dev vulnerability details in bootstrap before xss is possible in the data container property of tooltip 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 org webjars npm bootstrap org webjars bootstrap step up your open source security game with whitesource | 0 |
183,306 | 21,721,699,959 | IssuesEvent | 2022-05-11 01:17:32 | raindigi/svgs | https://api.github.com/repos/raindigi/svgs | closed | WS-2019-0333 (High) detected in handlebars-4.0.11.tgz - autoclosed | security vulnerability | ## WS-2019-0333 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.11.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.11.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.11.tgz</a></p>
<p>Path to dependency file: /svgs/package.json</p>
<p>Path to vulnerable library: svgs/node_modules/nyc/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- nyc-13.0.1.tgz (Root Library)
- istanbul-reports-2.0.0.tgz
- :x: **handlebars-4.0.11.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/raindigi/svgs/commit/a96efe70fbb709931dd83d4a738cd2e485395a50">a96efe70fbb709931dd83d4a738cd2e485395a50</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In handlebars, versions prior to v4.5.3 are vulnerable to prototype pollution. Using a malicious template it's possbile to add or modify properties to the Object prototype. This can also lead to DOS and RCE in certain conditions.
<p>Publish Date: 2019-11-18
<p>URL: <a href=https://github.com/wycats/handlebars.js/commit/f7f05d7558e674856686b62a00cde5758f3b7a08>WS-2019-0333</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1325">https://www.npmjs.com/advisories/1325</a></p>
<p>Release Date: 2019-12-05</p>
<p>Fix Resolution: handlebars - 4.5.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 | WS-2019-0333 (High) detected in handlebars-4.0.11.tgz - autoclosed - ## WS-2019-0333 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.11.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.11.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.11.tgz</a></p>
<p>Path to dependency file: /svgs/package.json</p>
<p>Path to vulnerable library: svgs/node_modules/nyc/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- nyc-13.0.1.tgz (Root Library)
- istanbul-reports-2.0.0.tgz
- :x: **handlebars-4.0.11.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/raindigi/svgs/commit/a96efe70fbb709931dd83d4a738cd2e485395a50">a96efe70fbb709931dd83d4a738cd2e485395a50</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In handlebars, versions prior to v4.5.3 are vulnerable to prototype pollution. Using a malicious template it's possbile to add or modify properties to the Object prototype. This can also lead to DOS and RCE in certain conditions.
<p>Publish Date: 2019-11-18
<p>URL: <a href=https://github.com/wycats/handlebars.js/commit/f7f05d7558e674856686b62a00cde5758f3b7a08>WS-2019-0333</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1325">https://www.npmjs.com/advisories/1325</a></p>
<p>Release Date: 2019-12-05</p>
<p>Fix Resolution: handlebars - 4.5.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 | ws high detected in handlebars tgz autoclosed ws high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file svgs package json path to vulnerable library svgs node modules nyc node modules handlebars package json dependency hierarchy nyc tgz root library istanbul reports tgz x handlebars tgz vulnerable library found in head commit a href vulnerability details in handlebars versions prior to are vulnerable to prototype pollution using a malicious template it s possbile to add or modify properties to the object prototype this can also lead to dos and rce in certain conditions publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution handlebars step up your open source security game with whitesource | 0 |
26,803 | 12,484,274,781 | IssuesEvent | 2020-05-30 13:57:15 | thkl/hap-homematic | https://api.github.com/repos/thkl/hap-homematic | closed | Homekit Alarmanlage per CCU Systemvariablen | DeviceService enhancement | Ich hab mir รผber die CCU eine Alarmanlage umgesetzt und habe dabei "Vollschutz", "Hรผllschutz" und "Alarm deaktiviert" in einer Systemvariable als Status definiert. Kรถnnte man so eine Systemvariable nicht ein ein HomeKit รผbertragen, welches dann so aussieht?
<img width="358" alt="Bildschirmfoto 2020-05-21 um 14 25 23" src="https://user-images.githubusercontent.com/65063329/82559472-002fda80-9b70-11ea-8e43-1cce125ab981.png">
Dann kรถnnte ich รผber Homekit relativ schnell den Alarm ein- und ausschalten. | 1.0 | Homekit Alarmanlage per CCU Systemvariablen - Ich hab mir รผber die CCU eine Alarmanlage umgesetzt und habe dabei "Vollschutz", "Hรผllschutz" und "Alarm deaktiviert" in einer Systemvariable als Status definiert. Kรถnnte man so eine Systemvariable nicht ein ein HomeKit รผbertragen, welches dann so aussieht?
<img width="358" alt="Bildschirmfoto 2020-05-21 um 14 25 23" src="https://user-images.githubusercontent.com/65063329/82559472-002fda80-9b70-11ea-8e43-1cce125ab981.png">
Dann kรถnnte ich รผber Homekit relativ schnell den Alarm ein- und ausschalten. | non_priority | homekit alarmanlage per ccu systemvariablen ich hab mir รผber die ccu eine alarmanlage umgesetzt und habe dabei vollschutz hรผllschutz und alarm deaktiviert in einer systemvariable als status definiert kรถnnte man so eine systemvariable nicht ein ein homekit รผbertragen welches dann so aussieht img width alt bildschirmfoto um src dann kรถnnte ich รผber homekit relativ schnell den alarm ein und ausschalten | 0 |
2,303 | 2,675,857,040 | IssuesEvent | 2015-03-25 14:54:48 | jamming/sabina | https://api.github.com/repos/jamming/sabina | closed | Fix coverage report | 3 - Done bug documentation infrastructure | Generate coverage report in Travis build. Use --info in CI environment to debug problem.
<!---
@huboard:{"milestone_order":9.5,"order":20.0,"custom_state":""}
-->
| 1.0 | Fix coverage report - Generate coverage report in Travis build. Use --info in CI environment to debug problem.
<!---
@huboard:{"milestone_order":9.5,"order":20.0,"custom_state":""}
-->
| non_priority | fix coverage report generate coverage report in travis build use info in ci environment to debug problem huboard milestone order order custom state | 0 |
38,755 | 15,788,924,656 | IssuesEvent | 2021-04-01 21:39:06 | hashicorp/terraform-provider-aws | https://api.github.com/repos/hashicorp/terraform-provider-aws | opened | Feature Request: Support for S3 Batch Operations | new-resource service/s3control | <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a ๐ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### Description
<!--- Please leave a helpful description of the feature request here. --->
### New or Affected Resource(s)
<!--- Please list the new or affected resources and data sources. --->
* aws_s3control_job
### Potential Terraform Configuration
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
```hcl
resource "aws_s3control_job" "test" {
operation {
lambda_invoke {
function_arn = ""
}
}
report {
bucket = ""
enabled = true
format = ""
prefix = ""
report_scope = ""
}
client_request_token = ""
manifest {
location {
etag = ""
object_arn = ""
object_version_id = ""
}
spec {
fields = []
format = ""
}
description = ""
priority = ""
role_arn ""
tags = {}
}
}
```
### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example:
* https://aws.amazon.com/about-aws/whats-new/2018/04/introducing-amazon-ec2-fleet/
--->
- https://aws.amazon.com/blogs/aws/new-amazon-s3-batch-operations/
- https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html
| 1.0 | Feature Request: Support for S3 Batch Operations - <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a ๐ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### Description
<!--- Please leave a helpful description of the feature request here. --->
### New or Affected Resource(s)
<!--- Please list the new or affected resources and data sources. --->
* aws_s3control_job
### Potential Terraform Configuration
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
```hcl
resource "aws_s3control_job" "test" {
operation {
lambda_invoke {
function_arn = ""
}
}
report {
bucket = ""
enabled = true
format = ""
prefix = ""
report_scope = ""
}
client_request_token = ""
manifest {
location {
etag = ""
object_arn = ""
object_version_id = ""
}
spec {
fields = []
format = ""
}
description = ""
priority = ""
role_arn ""
tags = {}
}
}
```
### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example:
* https://aws.amazon.com/about-aws/whats-new/2018/04/introducing-amazon-ec2-fleet/
--->
- https://aws.amazon.com/blogs/aws/new-amazon-s3-batch-operations/
- https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html
| non_priority | feature request support for batch operations community note please vote on this issue by adding a ๐ to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description new or affected resource s aws job potential terraform configuration hcl resource aws job test operation lambda invoke function arn report bucket enabled true format prefix report scope client request token manifest location etag object arn object version id spec fields format description priority role arn tags references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor blog posts or documentation for example | 0 |
10,653 | 4,075,449,701 | IssuesEvent | 2016-05-29 07:22:59 | DotSpatial/DotSpatial | https://api.github.com/repos/DotSpatial/DotSpatial | closed | NPE when zooming to a mapGroup with MapGroups in it | bug CodePlex | **This issue was imported from [CodePlex](http://dotspatial.codeplex.com/workitem/258)**
**[aparks](http://www.codeplex.com/site/users/view/aparks)** wrote 2011-02-28 at 17:46
An NPE is thrown on line 332 of group.cs
Extent ext = (Extent)GetLayers().First().Extent.Clone();
When you try to zoom (via right click on the legend) to a mapGroup that has mapGroups in int. | 1.0 | NPE when zooming to a mapGroup with MapGroups in it - **This issue was imported from [CodePlex](http://dotspatial.codeplex.com/workitem/258)**
**[aparks](http://www.codeplex.com/site/users/view/aparks)** wrote 2011-02-28 at 17:46
An NPE is thrown on line 332 of group.cs
Extent ext = (Extent)GetLayers().First().Extent.Clone();
When you try to zoom (via right click on the legend) to a mapGroup that has mapGroups in int. | non_priority | npe when zooming to a mapgroup with mapgroups in it this issue was imported from wrote at an npe is thrown on line of group cs extent ext extent getlayers first extent clone when you try to zoom via right click on the legend to a mapgroup that has mapgroups in int | 0 |
17,099 | 4,127,739,774 | IssuesEvent | 2016-06-10 00:34:20 | vanadium/issues | https://api.github.com/repos/vanadium/issues | closed | Syncbase docs: Example Apps | Area: Syncbase Documentation | Design doc: https://docs.google.com/document/d/14iQKJQXPCe6OPmq3mkn86dxtXiQuhrx2NtC3eD-nBDU/edit#heading=h.52ro74jb1ayd
- [ ] Short list of example apps to include
- [ ] Cleanup and review the code for each
- [ ] Add detailed README for each
- [ ] Include link, description and screanshots/video in the website for each
@aghassemi + @asadovsky | 1.0 | Syncbase docs: Example Apps - Design doc: https://docs.google.com/document/d/14iQKJQXPCe6OPmq3mkn86dxtXiQuhrx2NtC3eD-nBDU/edit#heading=h.52ro74jb1ayd
- [ ] Short list of example apps to include
- [ ] Cleanup and review the code for each
- [ ] Add detailed README for each
- [ ] Include link, description and screanshots/video in the website for each
@aghassemi + @asadovsky | non_priority | syncbase docs example apps design doc short list of example apps to include cleanup and review the code for each add detailed readme for each include link description and screanshots video in the website for each aghassemi asadovsky | 0 |
28,525 | 6,998,088,810 | IssuesEvent | 2017-12-16 22:56:11 | NetOfficeFw/NetOffice | https://api.github.com/repos/NetOfficeFw/NetOffice | closed | Com Exception when set cell values | CodePlex ms-excel | <img src="https://avatars.githubusercontent.com/u/30236365?s=96" align="left" width="48" height="48" /> <strong>Issue by <a href="https://www.codeplex.com/site/users/view/thangtx" rel="author">thangtx</a></strong>
<em datetime="2014-06-06T19:21:17">Fri, 06 Jun 2014 19:21:17 GMT</em>
_Originally opened as https://netoffice.codeplex.com/workitem/21059_
----
Hi all
Following code (Example 1) work fine on Excel 2010/2013 x86, windows x64 but don't work on Excel 2010/2013 x86, windows x32:
<pre><code>public void RunExample()
{
// start excel and turn off msg boxes
Excel.Application excelApplication = new Excel.Application();
excelApplication.DisplayAlerts = false;
// add a new workbook
Excel.Workbook workBook = excelApplication.Workbooks.Add();
Excel.Worksheet workSheet = (Excel.Worksheet)workBook.Worksheets[1];
// draw back color and perform the BorderAround method
workSheet.Range("$B2:$B5").Interior.Color = ToDouble(Color.DarkGreen);
workSheet.Range("$B2:$B5").BorderAround(XlLineStyle.xlContinuous, XlBorderWeight.xlMedium, XlColorIndex.xlColorIndexAutomatic);
// draw back color and border the range explicitly
workSheet.Range("$D2:$D5").Interior.Color = ToDouble(Color.DarkGreen);
workSheet.Range("$D2:$D5").Borders[XlBordersIndex.xlInsideHorizontal].LineStyle = XlLineStyle.xlDouble;
workSheet.Range("$D2:$D5").Borders[XlBordersIndex.xlInsideHorizontal].Weight = 4;
workSheet.Range("$D2:$D5").Borders[XlBordersIndex.xlInsideHorizontal].Color = ToDouble(Color.Black);
workSheet.Cells[1, 1].Value = "We have 2 simple shapes created.";
decimal d1=(decimal) 1.0099;
decimal d2 = (decimal)10001;
try
{
// Error here:
workSheet.Cells[10, 2].Formula = string.Format("={0}*{1}", d1, d2);
}
catch (Exception e)
{
throw;
}
// save the book
string fileExtension = GetDefaultExtension(excelApplication);
string workbookFile = string.Format("{0}\\Example01{1}", _hostApplication.RootDirectory, fileExtension);
workBook.SaveAs(workbookFile);
// close excel and dispose reference
excelApplication.Quit();
excelApplication.Dispose();
// show dialog for the user(you!)
_hostApplication.ShowFinishDialog(null, workbookFile);
}</code></pre>
StackTrace = " at NetOffice.Invoker.PropertySet(COMObject comObject, String name, Object[] value)\r\n at NetOffice.ExcelApi.Range.set_Formula(Object value)\r\n at ExcelExamplesCS4.Example01.RunExample() in c:\Users\thangtx\Desktop\netoffice-106580\Examples\E... | 1.0 | Com Exception when set cell values - <img src="https://avatars.githubusercontent.com/u/30236365?s=96" align="left" width="48" height="48" /> <strong>Issue by <a href="https://www.codeplex.com/site/users/view/thangtx" rel="author">thangtx</a></strong>
<em datetime="2014-06-06T19:21:17">Fri, 06 Jun 2014 19:21:17 GMT</em>
_Originally opened as https://netoffice.codeplex.com/workitem/21059_
----
Hi all
Following code (Example 1) work fine on Excel 2010/2013 x86, windows x64 but don't work on Excel 2010/2013 x86, windows x32:
<pre><code>public void RunExample()
{
// start excel and turn off msg boxes
Excel.Application excelApplication = new Excel.Application();
excelApplication.DisplayAlerts = false;
// add a new workbook
Excel.Workbook workBook = excelApplication.Workbooks.Add();
Excel.Worksheet workSheet = (Excel.Worksheet)workBook.Worksheets[1];
// draw back color and perform the BorderAround method
workSheet.Range("$B2:$B5").Interior.Color = ToDouble(Color.DarkGreen);
workSheet.Range("$B2:$B5").BorderAround(XlLineStyle.xlContinuous, XlBorderWeight.xlMedium, XlColorIndex.xlColorIndexAutomatic);
// draw back color and border the range explicitly
workSheet.Range("$D2:$D5").Interior.Color = ToDouble(Color.DarkGreen);
workSheet.Range("$D2:$D5").Borders[XlBordersIndex.xlInsideHorizontal].LineStyle = XlLineStyle.xlDouble;
workSheet.Range("$D2:$D5").Borders[XlBordersIndex.xlInsideHorizontal].Weight = 4;
workSheet.Range("$D2:$D5").Borders[XlBordersIndex.xlInsideHorizontal].Color = ToDouble(Color.Black);
workSheet.Cells[1, 1].Value = "We have 2 simple shapes created.";
decimal d1=(decimal) 1.0099;
decimal d2 = (decimal)10001;
try
{
// Error here:
workSheet.Cells[10, 2].Formula = string.Format("={0}*{1}", d1, d2);
}
catch (Exception e)
{
throw;
}
// save the book
string fileExtension = GetDefaultExtension(excelApplication);
string workbookFile = string.Format("{0}\\Example01{1}", _hostApplication.RootDirectory, fileExtension);
workBook.SaveAs(workbookFile);
// close excel and dispose reference
excelApplication.Quit();
excelApplication.Dispose();
// show dialog for the user(you!)
_hostApplication.ShowFinishDialog(null, workbookFile);
}</code></pre>
StackTrace = " at NetOffice.Invoker.PropertySet(COMObject comObject, String name, Object[] value)\r\n at NetOffice.ExcelApi.Range.set_Formula(Object value)\r\n at ExcelExamplesCS4.Example01.RunExample() in c:\Users\thangtx\Desktop\netoffice-106580\Examples\E... | non_priority | com exception when set cell values issue by thangtx fri jun gmt originally opened as hi all following code example work fine on excel windows but don t work on excel windows public void runexample start excel and turn off msg boxes excel application excelapplication new excel application excelapplication displayalerts false add a new workbook excel workbook workbook excelapplication workbooks add excel worksheet worksheet excel worksheet workbook worksheets draw back color and perform the borderaround method worksheet range interior color todouble color darkgreen worksheet range borderaround xllinestyle xlcontinuous xlborderweight xlmedium xlcolorindex xlcolorindexautomatic draw back color and border the range explicitly worksheet range interior color todouble color darkgreen worksheet range borders linestyle xllinestyle xldouble worksheet range borders weight worksheet range borders color todouble color black worksheet cells value we have simple shapes created decimal decimal decimal decimal try error here worksheet cells formula string format catch exception e throw save the book string fileextension getdefaultextension excelapplication string workbookfile string format hostapplication rootdirectory fileextension workbook saveas workbookfile close excel and dispose reference excelapplication quit excelapplication dispose show dialog for the user you hostapplication showfinishdialog null workbookfile stacktrace at netoffice invoker propertyset comobject comobject string name object value r n at netoffice excelapi range set formula object value r n at runexample in c users thangtx desktop netoffice examples e | 0 |
2,590 | 8,815,243,679 | IssuesEvent | 2018-12-29 16:08:59 | dgets/nightMiner | https://api.github.com/repos/dgets/nightMiner | opened | Determine whether analytics.Offense.scan_for_enemy_shipyards() is working | help wanted maintainability question | Not quite sure, upon code review, what `analytics.Offense.scan_for_enemy_shipyards()` is doing, aside from the scanning for enemy shipyards that it's supposed to. It is also playing with ship destinations, and was definitely horking a few of them due to continuing to process all ships beyond the 4 that were required in order to keep up a blockade around each _other_ player's shipyard.
Code needs a walk-through in order to determine where, exactly, this method is being run from. It _may_ be alright now, though the logic, if it _is_ setting ship destination information and the other stuff, should be **separated, double checked, and fixed**. | True | Determine whether analytics.Offense.scan_for_enemy_shipyards() is working - Not quite sure, upon code review, what `analytics.Offense.scan_for_enemy_shipyards()` is doing, aside from the scanning for enemy shipyards that it's supposed to. It is also playing with ship destinations, and was definitely horking a few of them due to continuing to process all ships beyond the 4 that were required in order to keep up a blockade around each _other_ player's shipyard.
Code needs a walk-through in order to determine where, exactly, this method is being run from. It _may_ be alright now, though the logic, if it _is_ setting ship destination information and the other stuff, should be **separated, double checked, and fixed**. | non_priority | determine whether analytics offense scan for enemy shipyards is working not quite sure upon code review what analytics offense scan for enemy shipyards is doing aside from the scanning for enemy shipyards that it s supposed to it is also playing with ship destinations and was definitely horking a few of them due to continuing to process all ships beyond the that were required in order to keep up a blockade around each other player s shipyard code needs a walk through in order to determine where exactly this method is being run from it may be alright now though the logic if it is setting ship destination information and the other stuff should be separated double checked and fixed | 0 |
233,862 | 25,780,399,173 | IssuesEvent | 2022-12-09 15:26:43 | smb-h/Estates-price-prediction | https://api.github.com/repos/smb-h/Estates-price-prediction | closed | CVE-2022-35938 (High) detected in tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl | security vulnerability | ## CVE-2022-35938 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: /requirements.txt</p>
<p>Path to vulnerable library: /requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/smb-h/Estates-price-prediction/commit/43d8dec55efbdc71655c52119862fee409624fda">43d8dec55efbdc71655c52119862fee409624fda</a></p>
<p>Found in base branch: <b>main</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>
TensorFlow is an open source platform for machine learning. The `GatherNd` function takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. This issue has been patched in GitHub commit 4142e47e9e31db481781b955ed3ff807a781b494. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.
<p>Publish Date: 2022-09-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-35938>CVE-2022-35938</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: 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://github.com/tensorflow/tensorflow/security/advisories/GHSA-3m3g-pf5v-5hpj">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-3m3g-pf5v-5hpj</a></p>
<p>Release Date: 2022-09-16</p>
<p>Fix Resolution: tensorflow - 2.7.2,2.8.1,2.9.1,2.10.0, tensorflow-cpu - 2.7.2,2.8.1,2.9.1,2.10.0, tensorflow-gpu - 2.7.2,2.8.1,2.9.1,2.10.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-35938 (High) detected in tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl - ## CVE-2022-35938 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: /requirements.txt</p>
<p>Path to vulnerable library: /requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/smb-h/Estates-price-prediction/commit/43d8dec55efbdc71655c52119862fee409624fda">43d8dec55efbdc71655c52119862fee409624fda</a></p>
<p>Found in base branch: <b>main</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>
TensorFlow is an open source platform for machine learning. The `GatherNd` function takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. This issue has been patched in GitHub commit 4142e47e9e31db481781b955ed3ff807a781b494. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.
<p>Publish Date: 2022-09-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-35938>CVE-2022-35938</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: 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://github.com/tensorflow/tensorflow/security/advisories/GHSA-3m3g-pf5v-5hpj">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-3m3g-pf5v-5hpj</a></p>
<p>Release Date: 2022-09-16</p>
<p>Fix Resolution: tensorflow - 2.7.2,2.8.1,2.9.1,2.10.0, tensorflow-cpu - 2.7.2,2.8.1,2.9.1,2.10.0, tensorflow-gpu - 2.7.2,2.8.1,2.9.1,2.10.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in tensorflow whl cve high severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file requirements txt path to vulnerable library requirements txt dependency hierarchy x tensorflow whl vulnerable library found in head commit a href found in base branch main vulnerability details tensorflow is an open source platform for machine learning the gathernd function takes arguments that determine the sizes of inputs and outputs if the inputs given are greater than or equal to the sizes of the outputs an out of bounds memory read or a crash is triggered this issue has been patched in github commit the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow and tensorflow as these are also affected and still in supported range there are no known workarounds for this issue publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tensorflow tensorflow cpu tensorflow gpu step up your open source security game with mend | 0 |
281,374 | 24,388,050,664 | IssuesEvent | 2022-10-04 13:20:10 | celestiaorg/test-infra | https://api.github.com/repos/celestiaorg/test-infra | closed | testground/tests: implement TC-004 | enhancement test testground | After finishing #61 and #62 , we need to
- [ ] Create more composition files reflecting data
- [ ] Measure the sync times from both light and full nodes
Ref:
1. https://github.com/celestiaorg/test-infra/blob/main/docs/test-plans/001-Big-Blocks/test-cases/tc-004-full-light-past.md
2. #1
3. #55 | 2.0 | testground/tests: implement TC-004 - After finishing #61 and #62 , we need to
- [ ] Create more composition files reflecting data
- [ ] Measure the sync times from both light and full nodes
Ref:
1. https://github.com/celestiaorg/test-infra/blob/main/docs/test-plans/001-Big-Blocks/test-cases/tc-004-full-light-past.md
2. #1
3. #55 | non_priority | testground tests implement tc after finishing and we need to create more composition files reflecting data measure the sync times from both light and full nodes ref | 0 |
27,807 | 12,707,834,398 | IssuesEvent | 2020-06-23 09:32:21 | Kenshin/simpread | https://api.github.com/repos/Kenshin/simpread | reopened | โๅ้ๅฐNotionโๅๆ็ซ ไธญ็ๅพ็ไธ่ชๅจไธไผ | feature service | Notionๅฎๆน็ๅช่ๆฉๅฑๅช่ๅๆ็ซ ไธญ็ๅพ็้ฝๆฏๅๅพไธไผ Notion๏ผไฝ็จsimpreadๅช่็ๆ็ซ ๅพๅบไพ็ถๆฏๅๅงๅพๅบ๏ผๆฒกๆๅญๅฐNotionๆๅกๅจ้ใ
็ฎ่่จไนๅฐฑๆฏ๏ผ็จsimpreadๅ้ๅฐNotion็ๆ็ซ ไธญ็ๅพ็ไธๆฏๆฐธไน
ไฟๅญๅจNotionไธญ็๏ผๅชๆ็จโไธดๆถๆจกๅผ+notionๅฎๆนๅช่ๆฉๅฑโๆ่ฝ่ฎฉๅพ็ๆฐธไน
ไฟๅญใ
ๅธๆๅฏไปฅ่ฎฉๅฎๅๅงไธไผ ๆ็ซ ็ๅพ็ใ | 1.0 | โๅ้ๅฐNotionโๅๆ็ซ ไธญ็ๅพ็ไธ่ชๅจไธไผ - Notionๅฎๆน็ๅช่ๆฉๅฑๅช่ๅๆ็ซ ไธญ็ๅพ็้ฝๆฏๅๅพไธไผ Notion๏ผไฝ็จsimpreadๅช่็ๆ็ซ ๅพๅบไพ็ถๆฏๅๅงๅพๅบ๏ผๆฒกๆๅญๅฐNotionๆๅกๅจ้ใ
็ฎ่่จไนๅฐฑๆฏ๏ผ็จsimpreadๅ้ๅฐNotion็ๆ็ซ ไธญ็ๅพ็ไธๆฏๆฐธไน
ไฟๅญๅจNotionไธญ็๏ผๅชๆ็จโไธดๆถๆจกๅผ+notionๅฎๆนๅช่ๆฉๅฑโๆ่ฝ่ฎฉๅพ็ๆฐธไน
ไฟๅญใ
ๅธๆๅฏไปฅ่ฎฉๅฎๅๅงไธไผ ๆ็ซ ็ๅพ็ใ | non_priority | โๅ้ๅฐnotionโๅๆ็ซ ไธญ็ๅพ็ไธ่ชๅจไธไผ notionๅฎๆน็ๅช่ๆฉๅฑๅช่ๅๆ็ซ ไธญ็ๅพ็้ฝๆฏๅๅพไธไผ notion๏ผไฝ็จsimpreadๅช่็ๆ็ซ ๅพๅบไพ็ถๆฏๅๅงๅพๅบ๏ผๆฒกๆๅญๅฐnotionๆๅกๅจ้ใ ็ฎ่่จไนๅฐฑๆฏ๏ผ็จsimpreadๅ้ๅฐnotion็ๆ็ซ ไธญ็ๅพ็ไธๆฏๆฐธไน
ไฟๅญๅจnotionไธญ็๏ผๅชๆ็จโไธดๆถๆจกๅผ notionๅฎๆนๅช่ๆฉๅฑโๆ่ฝ่ฎฉๅพ็ๆฐธไน
ไฟๅญใ ๅธๆๅฏไปฅ่ฎฉๅฎๅๅงไธไผ ๆ็ซ ็ๅพ็ใ | 0 |
104,132 | 22,593,208,956 | IssuesEvent | 2022-06-28 22:11:27 | phetsims/mean-share-and-balance | https://api.github.com/repos/phetsims/mean-share-and-balance | opened | Replace "Auto Share" checkbox with a push button. | design:general dev:code-review | For code review #41...
After playing with this sim for close to 4 hours, I finally figure out the "Auto Share" checkbox. When you check it, it opens all pipes. If you close any pipe, it unchecks the checkbox (which is rude and confusing). And the only way I figured it out was by stumbling across a code comment (at instantiation, not at declaration) that explained it.
In addition to not understanding what "Auto Share" means, and being concerned that users will not understand it either... A checkbox is absolutely the wrong UI component for this feature. It should be a push button that moves all pipes to the open position. Eliminate the word "Auto Share" and use an icon showing the valve handle in the open position.
Also assigning to design @amanda-phet. | 1.0 | Replace "Auto Share" checkbox with a push button. - For code review #41...
After playing with this sim for close to 4 hours, I finally figure out the "Auto Share" checkbox. When you check it, it opens all pipes. If you close any pipe, it unchecks the checkbox (which is rude and confusing). And the only way I figured it out was by stumbling across a code comment (at instantiation, not at declaration) that explained it.
In addition to not understanding what "Auto Share" means, and being concerned that users will not understand it either... A checkbox is absolutely the wrong UI component for this feature. It should be a push button that moves all pipes to the open position. Eliminate the word "Auto Share" and use an icon showing the valve handle in the open position.
Also assigning to design @amanda-phet. | non_priority | replace auto share checkbox with a push button for code review after playing with this sim for close to hours i finally figure out the auto share checkbox when you check it it opens all pipes if you close any pipe it unchecks the checkbox which is rude and confusing and the only way i figured it out was by stumbling across a code comment at instantiation not at declaration that explained it in addition to not understanding what auto share means and being concerned that users will not understand it either a checkbox is absolutely the wrong ui component for this feature it should be a push button that moves all pipes to the open position eliminate the word auto share and use an icon showing the valve handle in the open position also assigning to design amanda phet | 0 |
13,736 | 3,770,964,091 | IssuesEvent | 2016-03-16 16:08:38 | pvlib/pvlib-python | https://api.github.com/repos/pvlib/pvlib-python | closed | minimally update tutorials so that they work on 0.3 | documentation | I'm going to update the ipython notebook tutorials so that they will still work in 0.3. This will mostly involve eliminating the location objects in the tutorials. I won't document any of the new 0.3 features in the tutorials, since that's part of the scope of other issues. | 1.0 | minimally update tutorials so that they work on 0.3 - I'm going to update the ipython notebook tutorials so that they will still work in 0.3. This will mostly involve eliminating the location objects in the tutorials. I won't document any of the new 0.3 features in the tutorials, since that's part of the scope of other issues. | non_priority | minimally update tutorials so that they work on i m going to update the ipython notebook tutorials so that they will still work in this will mostly involve eliminating the location objects in the tutorials i won t document any of the new features in the tutorials since that s part of the scope of other issues | 0 |
80,572 | 30,339,095,812 | IssuesEvent | 2023-07-11 11:34:10 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | segfault in linkage where pdist(metric='cosine') returns nan | defect scipy.cluster | ```python
from scipy.cluster import hierarchy
hierarchy.linkage([[0,0], [0,1]], method='average', metric='cosine')
```
segfaults.
scipy version: 0.18.1 | 1.0 | segfault in linkage where pdist(metric='cosine') returns nan - ```python
from scipy.cluster import hierarchy
hierarchy.linkage([[0,0], [0,1]], method='average', metric='cosine')
```
segfaults.
scipy version: 0.18.1 | non_priority | segfault in linkage where pdist metric cosine returns nan python from scipy cluster import hierarchy hierarchy linkage method average metric cosine segfaults scipy version | 0 |
25,647 | 12,267,091,141 | IssuesEvent | 2020-05-07 10:03:31 | elastic/beats | https://api.github.com/repos/elastic/beats | closed | Field generator - add support for IP grok pattern | Team:Services [zube]: In Progress enhancement | https://github.com/elastic/beats/blob/master/filebeat/generator/fields/fields.go#L41
the grok pattern "IP" is not included in the map - can we add it so that it maps to ES "ip" type?
var (
types = map[string]string{
"group": "group",
"DATA": "text",
"GREEDYDATA": "text",
"GREEDYMULTILINE": "text",
"HOSTNAME": "keyword",
"IPHOST": "keyword",
"IPORHOST": "keyword",
"LOGLEVEL": "keyword",
"MULTILINEQUERY": "text",
"NUMBER": "long",
"POSINT": "long",
"SYSLOGHOST": "keyword",
"SYSLOGTIMESTAMP": "text",
"LOCALDATETIME": "text",
"TIMESTAMP": "text",
"USERNAME": "keyword",
"WORD": "keyword",
}
)
| 1.0 | Field generator - add support for IP grok pattern - https://github.com/elastic/beats/blob/master/filebeat/generator/fields/fields.go#L41
the grok pattern "IP" is not included in the map - can we add it so that it maps to ES "ip" type?
var (
types = map[string]string{
"group": "group",
"DATA": "text",
"GREEDYDATA": "text",
"GREEDYMULTILINE": "text",
"HOSTNAME": "keyword",
"IPHOST": "keyword",
"IPORHOST": "keyword",
"LOGLEVEL": "keyword",
"MULTILINEQUERY": "text",
"NUMBER": "long",
"POSINT": "long",
"SYSLOGHOST": "keyword",
"SYSLOGTIMESTAMP": "text",
"LOCALDATETIME": "text",
"TIMESTAMP": "text",
"USERNAME": "keyword",
"WORD": "keyword",
}
)
| non_priority | field generator add support for ip grok pattern the grok pattern ip is not included in the map can we add it so that it maps to es ip type var types map string group group data text greedydata text greedymultiline text hostname keyword iphost keyword iporhost keyword loglevel keyword multilinequery text number long posint long sysloghost keyword syslogtimestamp text localdatetime text timestamp text username keyword word keyword | 0 |
437,135 | 30,588,970,300 | IssuesEvent | 2023-07-21 15:25:08 | apache/kyuubi | https://api.github.com/repos/apache/kyuubi | opened | :memo: Fix/Add config section of deployment on kubernetes | help wanted good first issue kind:documentation | ### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](https://github.com/apache/kyuubi/issues?q=is%3Aissue) and found no similar issues.
### What type of changes will we make to the documentation?
Typo, layout, grammar, spelling, punctuation errors, etc.
### Affects Version(s)
master
### Improving the documentation
The [kyuubi on kubernetes config section](https://kyuubi.readthedocs.io/en/master/deployment/kyuubi_on_kubernetes.html#config) states <code>Kyuubi **do** not recommend using this way on Kubernetes</code>. This can perhaps be stated as <code>Kyuubi **does** not recommend using this way on Kubernetes</code>.
### Are you willing to submit PR?
- [X] Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
- [ ] No. I cannot submit a PR at this time. | 1.0 | :memo: Fix/Add config section of deployment on kubernetes - ### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](https://github.com/apache/kyuubi/issues?q=is%3Aissue) and found no similar issues.
### What type of changes will we make to the documentation?
Typo, layout, grammar, spelling, punctuation errors, etc.
### Affects Version(s)
master
### Improving the documentation
The [kyuubi on kubernetes config section](https://kyuubi.readthedocs.io/en/master/deployment/kyuubi_on_kubernetes.html#config) states <code>Kyuubi **do** not recommend using this way on Kubernetes</code>. This can perhaps be stated as <code>Kyuubi **does** not recommend using this way on Kubernetes</code>.
### Are you willing to submit PR?
- [X] Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
- [ ] No. I cannot submit a PR at this time. | non_priority | memo fix add config section of deployment on kubernetes code of conduct i agree to follow this project s search before asking i have searched in the and found no similar issues what type of changes will we make to the documentation typo layout grammar spelling punctuation errors etc affects version s master improving the documentation the states kyuubi do not recommend using this way on kubernetes this can perhaps be stated as kyuubi does not recommend using this way on kubernetes are you willing to submit pr yes i would be willing to submit a pr with guidance from the kyuubi community to improve no i cannot submit a pr at this time | 0 |
136,814 | 30,594,238,176 | IssuesEvent | 2023-07-21 20:06:12 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | [Perf] Windows/x64: 1 Regressions in System.Collections.Sort<IntStruct> | os-windows tenet-performance tenet-performance-benchmarks arch-x64 area-CodeGen-coreclr runtime-coreclr in-pr PGO | <!-- DATA: {"RunType":{"Repo":"dotnetruntime","Branch":"refs/heads/main","Arch":"x64","Os":"Windows1019042","Queue":"OwlWindows","Frequency":"Weekly","CoreClr":true,"Mono":false,"Wasm":false,"Maui":false,"Configs":["CompilationMode:tiered","RunKind:micro"]},"RegressionDate":"2023-07-12T21:48:15","IsRegression":true} -->
### Run Information
Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.19042
Queue | OwlWindows
Baseline | [d59af2cf097acb100ad6a9cba652be34be6f4a2e](https://github.com/dotnet/runtime/commit/d59af2cf097acb100ad6a9cba652be34be6f4a2e)
Compare | [d9f6b98de38081b71fa9b5a463f302288546435d](https://github.com/dotnet/runtime/commit/d9f6b98de38081b71fa9b5a463f302288546435d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/d59af2cf097acb100ad6a9cba652be34be6f4a2e...d9f6b98de38081b71fa9b5a463f302288546435d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.Sort<IntStruct>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
[Array - Duration of single invocation](<https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows 10.0.19042/amd/System.Collections.Sort(IntStruct).Array(Size%3a%20512).html>)<br/>๐ - [Benchmark Source](<https://github.com/dotnet/performance/blob/main/src/benchmarks/micro/libraries/System.Collections/Sort.cs#L44-#L45>) | 5.03 ฮผs | 6.10 ฮผs | 1.21 | 0.39 | False | | |

[Test Report](<https://pvscmdupload.blob.core.windows.net/autofilereport/autofilereports/07_18_2023/refs/heads/main_x64_Windows%2010.0.19042/amd_Regression/System.Collections.Sort%28IntStruct%29.html>)
### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
```cmd
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.Sort<IntStruct>*'
```
<details>
### Payloads
[Baseline](<https://helixdi107v0xdeko0k025g8.blob.core.windows.net/helix-job-d161c67d-1114-4bf1-9b2e-2e0f49f26e2abf74077807a4fc48e/8e5e4c3b-6d85-4198-855f-c337dd14b27c.zip?sv=2021-08-06&se=2023-08-11T11%3A14%3A03Z&sr=c&sp=rl&sig=p9U7rTlctHnz7MFwyAldoHVBAiUnIAFLFvmkKCXfDR0%3D>)
[Compare](<https://helixdi107v0xdeko0k025g8.blob.core.windows.net/helix-job-cb44addd-cfc6-436f-90cb-f9c06e1bdd4214442b7e64349ad80/e0b308fa-220e-44e5-a915-877ea3f4b904.zip?sv=2021-08-06&se=2023-08-12T05%3A01%3A35Z&sr=c&sp=rl&sig=OLM2Mshx4B%2FnOylL3VrPdu6BPeF4I6KxHbXiWFYIEfc%3D>)
### System.Collections.Sort<IntStruct>.Array(Size: 512)
#### ETL Files
#### Histogram
#### Description of detection logic
```
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsRegressionWindowed: Marked as regression because 6.098761428571428 > 5.2929065.
IsChangePoint: Marked as a change because one of 5/19/2023 4:22:12 AM, 7/12/2023 4:12:15 PM, 7/17/2023 10:23:26 PM falls between 7/8/2023 10:33:35 PM and 7/17/2023 10:23:26 PM.
IsRegressionStdDev: Marked as regression because -4.540498423685632 (T) = (0 -5812.810964285714) / Math.Sqrt((22347.782534576407 / (21)) + (172378.95924323285 / (8))) is less than -2.051830516474954 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (21) + (8) - 2, .025) and -0.1330905133483964 = (5130.049979068551 - 5812.810964285714) / 5130.049979068551 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```
#### JIT Disasms
### Docs
[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)
</details>
| 1.0 | [Perf] Windows/x64: 1 Regressions in System.Collections.Sort<IntStruct> - <!-- DATA: {"RunType":{"Repo":"dotnetruntime","Branch":"refs/heads/main","Arch":"x64","Os":"Windows1019042","Queue":"OwlWindows","Frequency":"Weekly","CoreClr":true,"Mono":false,"Wasm":false,"Maui":false,"Configs":["CompilationMode:tiered","RunKind:micro"]},"RegressionDate":"2023-07-12T21:48:15","IsRegression":true} -->
### Run Information
Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.19042
Queue | OwlWindows
Baseline | [d59af2cf097acb100ad6a9cba652be34be6f4a2e](https://github.com/dotnet/runtime/commit/d59af2cf097acb100ad6a9cba652be34be6f4a2e)
Compare | [d9f6b98de38081b71fa9b5a463f302288546435d](https://github.com/dotnet/runtime/commit/d9f6b98de38081b71fa9b5a463f302288546435d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/d59af2cf097acb100ad6a9cba652be34be6f4a2e...d9f6b98de38081b71fa9b5a463f302288546435d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.Sort<IntStruct>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
[Array - Duration of single invocation](<https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/refs/heads/main_x64_Windows 10.0.19042/amd/System.Collections.Sort(IntStruct).Array(Size%3a%20512).html>)<br/>๐ - [Benchmark Source](<https://github.com/dotnet/performance/blob/main/src/benchmarks/micro/libraries/System.Collections/Sort.cs#L44-#L45>) | 5.03 ฮผs | 6.10 ฮผs | 1.21 | 0.39 | False | | |

[Test Report](<https://pvscmdupload.blob.core.windows.net/autofilereport/autofilereports/07_18_2023/refs/heads/main_x64_Windows%2010.0.19042/amd_Regression/System.Collections.Sort%28IntStruct%29.html>)
### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
```cmd
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.Sort<IntStruct>*'
```
<details>
### Payloads
[Baseline](<https://helixdi107v0xdeko0k025g8.blob.core.windows.net/helix-job-d161c67d-1114-4bf1-9b2e-2e0f49f26e2abf74077807a4fc48e/8e5e4c3b-6d85-4198-855f-c337dd14b27c.zip?sv=2021-08-06&se=2023-08-11T11%3A14%3A03Z&sr=c&sp=rl&sig=p9U7rTlctHnz7MFwyAldoHVBAiUnIAFLFvmkKCXfDR0%3D>)
[Compare](<https://helixdi107v0xdeko0k025g8.blob.core.windows.net/helix-job-cb44addd-cfc6-436f-90cb-f9c06e1bdd4214442b7e64349ad80/e0b308fa-220e-44e5-a915-877ea3f4b904.zip?sv=2021-08-06&se=2023-08-12T05%3A01%3A35Z&sr=c&sp=rl&sig=OLM2Mshx4B%2FnOylL3VrPdu6BPeF4I6KxHbXiWFYIEfc%3D>)
### System.Collections.Sort<IntStruct>.Array(Size: 512)
#### ETL Files
#### Histogram
#### Description of detection logic
```
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsRegressionWindowed: Marked as regression because 6.098761428571428 > 5.2929065.
IsChangePoint: Marked as a change because one of 5/19/2023 4:22:12 AM, 7/12/2023 4:12:15 PM, 7/17/2023 10:23:26 PM falls between 7/8/2023 10:33:35 PM and 7/17/2023 10:23:26 PM.
IsRegressionStdDev: Marked as regression because -4.540498423685632 (T) = (0 -5812.810964285714) / Math.Sqrt((22347.782534576407 / (21)) + (172378.95924323285 / (8))) is less than -2.051830516474954 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (21) + (8) - 2, .025) and -0.1330905133483964 = (5130.049979068551 - 5812.810964285714) / 5130.049979068551 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```
#### JIT Disasms
### Docs
[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)
</details>
| non_priority | windows regressions in system collections sort run information name value architecture os windows queue owlwindows baseline compare diff configs compilationmode tiered runkind micro regressions in system collections sort lt intstruct gt benchmark baseline test test base test quality edge detector baseline ir compare ir ir ratio ๐ ฮผs ฮผs false repro general docs link cmd git clone py performance scripts benchmarks ci py f filter system collections sort lt intstruct gt payloads system collections sort lt intstruct gt array size etl files histogram description of detection logic isregressionbase marked as regression because the compare was greater than the baseline and the value was not too small isregressionchecked marked as regression because the three check build points were greater than the baseline isimprovementbase marked as not an improvement because the compare was not less than the baseline or the value was too small isregressionbase marked as regression because the compare was greater than the baseline and the value was not too small isregressionchecked marked as regression because the three check build points were greater than the baseline isregressionwindowed marked as regression because ischangepoint marked as a change because one of am pm pm falls between pm and pm isregressionstddev marked as regression because t math sqrt is less than mathnet numerics distributions studentt invcdf and is less than isimprovementbase marked as not an improvement because the compare was not less than the baseline or the value was too small ischangeedgedetector marked not as a regression because edge detector said so jit disasms docs | 0 |
117,085 | 11,945,689,593 | IssuesEvent | 2020-04-03 06:29:35 | foochifa/ped | https://api.github.com/repos/foochifa/ped | opened | Minor Documentation about Case of Command word | severity.Low type.DocumentationBug | There isn't any documentation that states that command word is case-sensitive. Might need to add it in the Command Format section?

| 1.0 | Minor Documentation about Case of Command word - There isn't any documentation that states that command word is case-sensitive. Might need to add it in the Command Format section?

| non_priority | minor documentation about case of command word there isn t any documentation that states that command word is case sensitive might need to add it in the command format section | 0 |
322,141 | 23,893,477,832 | IssuesEvent | 2022-09-08 13:15:16 | madsmtm/objc2 | https://api.github.com/repos/madsmtm/objc2 | opened | The deal with mutability | bug documentation help wanted A-objc2::foundation | I was [once convinced](https://github.com/SSheldon/rust-objc/issues/112#issuecomment-1139443814) that we could restrict mutation to `&mut self` methods, but after [having battled with AppKit](https://github.com/rust-windowing/winit/pull/2465) and seen how Swift does it, I'm beginning to doubt that this is the best way.
`NSString` is immutable while `NSMutableString` is, naturally, mutable. Since our current implementation only allows mutation of `NSMutableString` through `&mut self`, it is safe to make both of these `Send + Sync`; all is well and Rusty.
Now, remember that `&NSMutableString -> &NSString` and `Id<NSMutableString, O> -> Id<NSString, O>` is safe - so if we were to make mutation of `NSMutableString` possible through `&self`, not only would `NSMutableString` be `!Sync`, but so would `NSString`! (They could still be `Send`, that would simply allow moving them via. `Id<T, Owned>` to a different thread - quite similar to `std::cell::Cell`)
That's the primary downside: Our objects can no longer be shared across threads. Downsides that usually apply to Rust code (aliasing optimizations, ...) are void in our case, since `NSString` is already `UnsafeCell`.
On the other hand, if we were to remove mutability we could:
1. Make `NSArray<T>`, `NSDictionary<K, V>` and such collection types simpler
2. Since most frameworks use interior mutability and/or are not thread safe anyhow, the usage of the Foundation framework would match the usage of these.
3. It would be possible for users to inherit `NSString`, without them having to ensure that their object was `Sync`
4. `Id::retain` could be made safe(r?)
5. [automatic](https://github.com/madsmtm/objc2/pull/264) [bindings](https://github.com/madsmtm/objc2/issues/85) would be simpler
6. Using `NSMutableString` inside a `declare_class!` that is not meant to be thread-safe anyhow is easier (e.g. means we won't have to use `&mut` in `winit`)
So... Yeah, will think about this a bit, but I think we may have to sacrifice being able to use Objective-C classes across threads (exactly the same compromise Swift does, their `String` is `Sendable` but `NSString` is not). | 1.0 | The deal with mutability - I was [once convinced](https://github.com/SSheldon/rust-objc/issues/112#issuecomment-1139443814) that we could restrict mutation to `&mut self` methods, but after [having battled with AppKit](https://github.com/rust-windowing/winit/pull/2465) and seen how Swift does it, I'm beginning to doubt that this is the best way.
`NSString` is immutable while `NSMutableString` is, naturally, mutable. Since our current implementation only allows mutation of `NSMutableString` through `&mut self`, it is safe to make both of these `Send + Sync`; all is well and Rusty.
Now, remember that `&NSMutableString -> &NSString` and `Id<NSMutableString, O> -> Id<NSString, O>` is safe - so if we were to make mutation of `NSMutableString` possible through `&self`, not only would `NSMutableString` be `!Sync`, but so would `NSString`! (They could still be `Send`, that would simply allow moving them via. `Id<T, Owned>` to a different thread - quite similar to `std::cell::Cell`)
That's the primary downside: Our objects can no longer be shared across threads. Downsides that usually apply to Rust code (aliasing optimizations, ...) are void in our case, since `NSString` is already `UnsafeCell`.
On the other hand, if we were to remove mutability we could:
1. Make `NSArray<T>`, `NSDictionary<K, V>` and such collection types simpler
2. Since most frameworks use interior mutability and/or are not thread safe anyhow, the usage of the Foundation framework would match the usage of these.
3. It would be possible for users to inherit `NSString`, without them having to ensure that their object was `Sync`
4. `Id::retain` could be made safe(r?)
5. [automatic](https://github.com/madsmtm/objc2/pull/264) [bindings](https://github.com/madsmtm/objc2/issues/85) would be simpler
6. Using `NSMutableString` inside a `declare_class!` that is not meant to be thread-safe anyhow is easier (e.g. means we won't have to use `&mut` in `winit`)
So... Yeah, will think about this a bit, but I think we may have to sacrifice being able to use Objective-C classes across threads (exactly the same compromise Swift does, their `String` is `Sendable` but `NSString` is not). | non_priority | the deal with mutability i was that we could restrict mutation to mut self methods but after and seen how swift does it i m beginning to doubt that this is the best way nsstring is immutable while nsmutablestring is naturally mutable since our current implementation only allows mutation of nsmutablestring through mut self it is safe to make both of these send sync all is well and rusty now remember that nsmutablestring nsstring and id id is safe so if we were to make mutation of nsmutablestring possible through self not only would nsmutablestring be sync but so would nsstring they could still be send that would simply allow moving them via id to a different thread quite similar to std cell cell that s the primary downside our objects can no longer be shared across threads downsides that usually apply to rust code aliasing optimizations are void in our case since nsstring is already unsafecell on the other hand if we were to remove mutability we could make nsarray nsdictionary and such collection types simpler since most frameworks use interior mutability and or are not thread safe anyhow the usage of the foundation framework would match the usage of these it would be possible for users to inherit nsstring without them having to ensure that their object was sync id retain could be made safe r would be simpler using nsmutablestring inside a declare class that is not meant to be thread safe anyhow is easier e g means we won t have to use mut in winit so yeah will think about this a bit but i think we may have to sacrifice being able to use objective c classes across threads exactly the same compromise swift does their string is sendable but nsstring is not | 0 |
171,879 | 27,195,919,456 | IssuesEvent | 2023-02-20 05:12:35 | waldreg/waldreg-client | https://api.github.com/repos/waldreg/waldreg-client | closed | [Design] ์ญํ ๊ด๋ฆฌ ํ์ด์ง | design refactor | ### ๋ชฉ์
> ์ญํ ๊ด๋ฆฌ ํ์ด์ง UI ์ ๋ฆฌ
### ์์
์์ธ ๋ด์ฉ
- [x] ์ญํ ์ปดํฌ๋ํธ
- [x] ์ค์ ์ปดํฌ๋ํธ
- [x] ์์ ์ ์ ์ปดํฌ๋ํธ
- [x] ๋ชจ๋ฌ
### ์ ์์ฌํญ
X | 1.0 | [Design] ์ญํ ๊ด๋ฆฌ ํ์ด์ง - ### ๋ชฉ์
> ์ญํ ๊ด๋ฆฌ ํ์ด์ง UI ์ ๋ฆฌ
### ์์
์์ธ ๋ด์ฉ
- [x] ์ญํ ์ปดํฌ๋ํธ
- [x] ์ค์ ์ปดํฌ๋ํธ
- [x] ์์ ์ ์ ์ปดํฌ๋ํธ
- [x] ๋ชจ๋ฌ
### ์ ์์ฌํญ
X | non_priority | ์ญํ ๊ด๋ฆฌ ํ์ด์ง ๋ชฉ์ ์ญํ ๊ด๋ฆฌ ํ์ด์ง ui ์ ๋ฆฌ ์์
์์ธ ๋ด์ฉ ์ญํ ์ปดํฌ๋ํธ ์ค์ ์ปดํฌ๋ํธ ์์ ์ ์ ์ปดํฌ๋ํธ ๋ชจ๋ฌ ์ ์์ฌํญ x | 0 |
136,289 | 11,045,280,145 | IssuesEvent | 2019-12-09 14:51:12 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | teamcity: failed test: TestStoreRangeMergeDuringShutdown | C-test-failure O-robot | The following tests appear to have failed on master (testrace): TestStoreRangeMergeDuringShutdown
You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+TestStoreRangeMergeDuringShutdown).
[#1531415](https://teamcity.cockroachdb.com/viewLog.html?buildId=1531415):
```
TestStoreRangeMergeDuringShutdown
--- FAIL: testrace/TestStoreRangeMergeDuringShutdown (0.380s)
------- Stdout: -------
I191010 05:47:20.468736 90073 gossip/gossip.go:394 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:36579" > attrs:<> locality:<> ServerVersion:<major_val:0 minor_val:0 patch:0 unstable:0 > build_tag:"" started_at:0 cluster_name:"" sql_address:<network_field:"" address_field:"" >
I191010 05:47:20.508764 90073 storage/replica_command.go:411 [s1,r1/1:/M{in-ax}] initiating a split of this range at key "b" [r2] (manual)
I191010 05:47:20.638865 90073 storage/client_test.go:1383 test clock advanced to: 1.800000125,0
I191010 05:47:20.670622 90281 util/stop/stopper.go:542 quiescing; tasks left:
2 mtc send
2 [async] storage.pendingLeaseRequest: requesting lease
1 storage.Replica: acquiring lease to gossip
1 [async] wait-for-merge
1 [async] kv.TxnCoordSender: heartbeat loop
1 [async] intent_resolver_ir_batcher
1 [async] intent_resolver_gc_batcher
I191010 05:47:20.671586 90281 util/stop/stopper.go:542 quiescing; tasks left:
2 [async] storage.pendingLeaseRequest: requesting lease
1 storage.Replica: acquiring lease to gossip
1 mtc send
1 [async] wait-for-merge
I191010 05:47:20.672935 90281 util/stop/stopper.go:542 quiescing; tasks left:
2 [async] storage.pendingLeaseRequest: requesting lease
1 storage.Replica: acquiring lease to gossip
1 mtc send
I191010 05:47:20.676365 90281 util/stop/stopper.go:542 quiescing; tasks left:
1 mtc send
1 [async] storage.pendingLeaseRequest: requesting lease
W191010 05:47:20.677959 90262 internal/client/txn.go:520 [s1,r2/1:{b-/Max}] failure aborting transaction: node unavailable; try another peer; abort caused by: node unavailable; try another peer
E191010 05:47:20.678770 90262 storage/replica_range_lease.go:339 [s1,r2/1:{b-/Max}] node unavailable; try another peer
I191010 05:47:20.715532 90280 util/stop/stopper.go:542 quiescing; tasks left:
2 rpc heartbeat
I191010 05:47:20.717358 90280 util/stop/stopper.go:542 quiescing; tasks left:
1 rpc heartbeat
client_merge_test.go:3175: expected "failed to send RPC: sending to all 1 replicas failed; last error: (err: node unavailable; try another peer) <nil>" error, but got not lease holder
```
Please assign, take a look and update the issue accordingly.
| 1.0 | teamcity: failed test: TestStoreRangeMergeDuringShutdown - The following tests appear to have failed on master (testrace): TestStoreRangeMergeDuringShutdown
You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+TestStoreRangeMergeDuringShutdown).
[#1531415](https://teamcity.cockroachdb.com/viewLog.html?buildId=1531415):
```
TestStoreRangeMergeDuringShutdown
--- FAIL: testrace/TestStoreRangeMergeDuringShutdown (0.380s)
------- Stdout: -------
I191010 05:47:20.468736 90073 gossip/gossip.go:394 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:36579" > attrs:<> locality:<> ServerVersion:<major_val:0 minor_val:0 patch:0 unstable:0 > build_tag:"" started_at:0 cluster_name:"" sql_address:<network_field:"" address_field:"" >
I191010 05:47:20.508764 90073 storage/replica_command.go:411 [s1,r1/1:/M{in-ax}] initiating a split of this range at key "b" [r2] (manual)
I191010 05:47:20.638865 90073 storage/client_test.go:1383 test clock advanced to: 1.800000125,0
I191010 05:47:20.670622 90281 util/stop/stopper.go:542 quiescing; tasks left:
2 mtc send
2 [async] storage.pendingLeaseRequest: requesting lease
1 storage.Replica: acquiring lease to gossip
1 [async] wait-for-merge
1 [async] kv.TxnCoordSender: heartbeat loop
1 [async] intent_resolver_ir_batcher
1 [async] intent_resolver_gc_batcher
I191010 05:47:20.671586 90281 util/stop/stopper.go:542 quiescing; tasks left:
2 [async] storage.pendingLeaseRequest: requesting lease
1 storage.Replica: acquiring lease to gossip
1 mtc send
1 [async] wait-for-merge
I191010 05:47:20.672935 90281 util/stop/stopper.go:542 quiescing; tasks left:
2 [async] storage.pendingLeaseRequest: requesting lease
1 storage.Replica: acquiring lease to gossip
1 mtc send
I191010 05:47:20.676365 90281 util/stop/stopper.go:542 quiescing; tasks left:
1 mtc send
1 [async] storage.pendingLeaseRequest: requesting lease
W191010 05:47:20.677959 90262 internal/client/txn.go:520 [s1,r2/1:{b-/Max}] failure aborting transaction: node unavailable; try another peer; abort caused by: node unavailable; try another peer
E191010 05:47:20.678770 90262 storage/replica_range_lease.go:339 [s1,r2/1:{b-/Max}] node unavailable; try another peer
I191010 05:47:20.715532 90280 util/stop/stopper.go:542 quiescing; tasks left:
2 rpc heartbeat
I191010 05:47:20.717358 90280 util/stop/stopper.go:542 quiescing; tasks left:
1 rpc heartbeat
client_merge_test.go:3175: expected "failed to send RPC: sending to all 1 replicas failed; last error: (err: node unavailable; try another peer) <nil>" error, but got not lease holder
```
Please assign, take a look and update the issue accordingly.
| non_priority | teamcity failed test teststorerangemergeduringshutdown the following tests appear to have failed on master testrace teststorerangemergeduringshutdown you may want to check teststorerangemergeduringshutdown fail testrace teststorerangemergeduringshutdown stdout gossip gossip go nodedescriptor set to node id address attrs locality serverversion build tag started at cluster name sql address storage replica command go initiating a split of this range at key b manual storage client test go test clock advanced to util stop stopper go quiescing tasks left mtc send storage pendingleaserequest requesting lease storage replica acquiring lease to gossip wait for merge kv txncoordsender heartbeat loop intent resolver ir batcher intent resolver gc batcher util stop stopper go quiescing tasks left storage pendingleaserequest requesting lease storage replica acquiring lease to gossip mtc send wait for merge util stop stopper go quiescing tasks left storage pendingleaserequest requesting lease storage replica acquiring lease to gossip mtc send util stop stopper go quiescing tasks left mtc send storage pendingleaserequest requesting lease internal client txn go failure aborting transaction node unavailable try another peer abort caused by node unavailable try another peer storage replica range lease go node unavailable try another peer util stop stopper go quiescing tasks left rpc heartbeat util stop stopper go quiescing tasks left rpc heartbeat client merge test go expected failed to send rpc sending to all replicas failed last error err node unavailable try another peer error but got not lease holder please assign take a look and update the issue accordingly | 0 |
169,385 | 20,841,668,577 | IssuesEvent | 2022-03-21 01:16:13 | AgnellusX1/GodsEye | https://api.github.com/repos/AgnellusX1/GodsEye | opened | CVE-2022-0691 (High) detected in url-parse-1.5.1.tgz | security vulnerability | ## CVE-2022-0691 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.1.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-4.0.3.tgz (Root Library)
- webpack-dev-server-3.11.1.tgz
- sockjs-client-1.5.1.tgz
- :x: **url-parse-1.5.1.tgz** (Vulnerable Library)
<p>Found in base branch: <b>PreProduction</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>
Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.9.
<p>Publish Date: 2022-02-21
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0691>CVE-2022-0691</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0691">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0691</a></p>
<p>Release Date: 2022-02-21</p>
<p>Fix Resolution (url-parse): 1.5.9</p>
<p>Direct dependency fix Resolution (react-scripts): 5.0.0-next.31</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-2022-0691 (High) detected in url-parse-1.5.1.tgz - ## CVE-2022-0691 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.1.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-4.0.3.tgz (Root Library)
- webpack-dev-server-3.11.1.tgz
- sockjs-client-1.5.1.tgz
- :x: **url-parse-1.5.1.tgz** (Vulnerable Library)
<p>Found in base branch: <b>PreProduction</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>
Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.9.
<p>Publish Date: 2022-02-21
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0691>CVE-2022-0691</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0691">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0691</a></p>
<p>Release Date: 2022-02-21</p>
<p>Fix Resolution (url-parse): 1.5.9</p>
<p>Direct dependency fix Resolution (react-scripts): 5.0.0-next.31</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 url parse tgz cve high severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file package json path to vulnerable library node modules url parse package json dependency hierarchy react scripts tgz root library webpack dev server tgz sockjs client tgz x url parse tgz vulnerable library found in base branch preproduction vulnerability details authorization bypass through user controlled key in npm url parse prior to publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution url parse direct dependency fix resolution react scripts next step up your open source security game with whitesource | 0 |
58,200 | 8,233,707,918 | IssuesEvent | 2018-09-08 04:34:10 | gatsbyjs/gatsby | https://api.github.com/repos/gatsbyjs/gatsby | closed | Improve GraphQL reference docs page | status: help wanted type: documentation | On https://www.gatsbyjs.org/docs/graphql-reference/ the GraphiQL instances are a bit cramped for space, there are a couple of things that could be done to give them more room:
- [ ] Increase their width beyond the default content width ([mockup](https://github.com/gatsbyjs/gatsby/pull/4143#issuecomment-369764539))
- [ ] Add a 'pop-out' link below each one ([ref](https://github.com/gatsbyjs/gatsby/pull/4143#issuecomment-369764218))
Would it be possible to create a remark plugin that auto-generates pop-out links for iframes?
Refs: https://github.com/gatsbyjs/gatsby/pull/4143#issuecomment-369764218 | 1.0 | Improve GraphQL reference docs page - On https://www.gatsbyjs.org/docs/graphql-reference/ the GraphiQL instances are a bit cramped for space, there are a couple of things that could be done to give them more room:
- [ ] Increase their width beyond the default content width ([mockup](https://github.com/gatsbyjs/gatsby/pull/4143#issuecomment-369764539))
- [ ] Add a 'pop-out' link below each one ([ref](https://github.com/gatsbyjs/gatsby/pull/4143#issuecomment-369764218))
Would it be possible to create a remark plugin that auto-generates pop-out links for iframes?
Refs: https://github.com/gatsbyjs/gatsby/pull/4143#issuecomment-369764218 | non_priority | improve graphql reference docs page on the graphiql instances are a bit cramped for space there are a couple of things that could be done to give them more room increase their width beyond the default content width add a pop out link below each one would it be possible to create a remark plugin that auto generates pop out links for iframes refs | 0 |
192,246 | 15,341,899,383 | IssuesEvent | 2021-02-27 14:02:43 | fga-eps-mds/EPS-2020-2-G3 | https://api.github.com/repos/fga-eps-mds/EPS-2020-2-G3 | closed | Documentar entrevista com Product Owner | 0-EPS 0-MDS 0-Product Owner 1-Documentation 1-Meeting | ## Descriรงรฃo
Issue destinada a documentar e adicionar ร wiki a entrevista realizada com a PO do projeto.
## Tarefas
- [x] Organizar perguntas/tรณpicos;
- [x] Adicionar respostas e direcionamentos fornecidos pelo PO.
## Critรฉrios de Aceitaรงรฃo
- [ ] Documentar na wiki
| 1.0 | Documentar entrevista com Product Owner - ## Descriรงรฃo
Issue destinada a documentar e adicionar ร wiki a entrevista realizada com a PO do projeto.
## Tarefas
- [x] Organizar perguntas/tรณpicos;
- [x] Adicionar respostas e direcionamentos fornecidos pelo PO.
## Critรฉrios de Aceitaรงรฃo
- [ ] Documentar na wiki
| non_priority | documentar entrevista com product owner descriรงรฃo issue destinada a documentar e adicionar ร wiki a entrevista realizada com a po do projeto tarefas organizar perguntas tรณpicos adicionar respostas e direcionamentos fornecidos pelo po critรฉrios de aceitaรงรฃo documentar na wiki | 0 |
224,087 | 24,769,671,947 | IssuesEvent | 2022-10-23 01:05:55 | turkdevops/setup-node | https://api.github.com/repos/turkdevops/setup-node | opened | CVE-2022-37598 (High) detected in uglify-js-3.6.0.tgz | security vulnerability | ## CVE-2022-37598 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>uglify-js-3.6.0.tgz</b></p></summary>
<p>JavaScript parser, mangler/compressor and beautifier toolkit</p>
<p>Library home page: <a href="https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz">https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/uglify-js/package.json</p>
<p>
Dependency Hierarchy:
- jest-24.8.0.tgz (Root Library)
- jest-cli-24.8.0.tgz
- core-24.8.0.tgz
- reporters-24.8.0.tgz
- istanbul-reports-2.2.6.tgz
- handlebars-4.1.2.tgz
- :x: **uglify-js-3.6.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/turkdevops/setup-node/commit/940b9f1e77abd1eb330bad2b4b0dd70339e0ab2a">940b9f1e77abd1eb330bad2b4b0dd70339e0ab2a</a></p>
<p>Found in base branch: <b>auth-test</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>
Prototype pollution vulnerability in function DEFNODE in ast.js in mishoo UglifyJS 3.13.2 via the name variable in ast.js.
<p>Publish Date: 2022-10-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37598>CVE-2022-37598</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2022-10-20</p>
<p>Fix Resolution (uglify-js): 3.13.10</p>
<p>Direct dependency fix Resolution (jest): 24.9.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-37598 (High) detected in uglify-js-3.6.0.tgz - ## CVE-2022-37598 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>uglify-js-3.6.0.tgz</b></p></summary>
<p>JavaScript parser, mangler/compressor and beautifier toolkit</p>
<p>Library home page: <a href="https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz">https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/uglify-js/package.json</p>
<p>
Dependency Hierarchy:
- jest-24.8.0.tgz (Root Library)
- jest-cli-24.8.0.tgz
- core-24.8.0.tgz
- reporters-24.8.0.tgz
- istanbul-reports-2.2.6.tgz
- handlebars-4.1.2.tgz
- :x: **uglify-js-3.6.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/turkdevops/setup-node/commit/940b9f1e77abd1eb330bad2b4b0dd70339e0ab2a">940b9f1e77abd1eb330bad2b4b0dd70339e0ab2a</a></p>
<p>Found in base branch: <b>auth-test</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>
Prototype pollution vulnerability in function DEFNODE in ast.js in mishoo UglifyJS 3.13.2 via the name variable in ast.js.
<p>Publish Date: 2022-10-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37598>CVE-2022-37598</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2022-10-20</p>
<p>Fix Resolution (uglify-js): 3.13.10</p>
<p>Direct dependency fix Resolution (jest): 24.9.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in uglify js tgz cve high severity vulnerability vulnerable library uglify js tgz javascript parser mangler compressor and beautifier toolkit library home page a href path to dependency file package json path to vulnerable library node modules uglify js package json dependency hierarchy jest tgz root library jest cli tgz core tgz reporters tgz istanbul reports tgz handlebars tgz x uglify js tgz vulnerable library found in head commit a href found in base branch auth test vulnerability details prototype pollution vulnerability in function defnode in ast js in mishoo uglifyjs via the name variable in ast js publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution uglify js direct dependency fix resolution jest step up your open source security game with mend | 0 |
445,546 | 31,239,941,999 | IssuesEvent | 2023-08-20 18:40:46 | WordPress/WordPress-Coding-Standards | https://api.github.com/repos/WordPress/WordPress-Coding-Standards | closed | Document Adding WPCS Via Composer to a Project in The Readme | Type: Documentation | There are various composer related methods of adding WPCS to a project, but one is missing, the one where you add some things to an existing project via the require section, or via the `composer` cli. Everything is geared towards the composer create project, or doing a global install.
The _Installing WPCS as a dependency_ looks like it would contain this information, but it does not, and seems to be focused on configuring PHPCS to pick up WPCS when installed as a dependency.
I ask because I was helping a user trying to use a global PHPCS install, and suggested using a local dependency. I thought to link them to the canonical instruction, but it appears there is none. | 1.0 | Document Adding WPCS Via Composer to a Project in The Readme - There are various composer related methods of adding WPCS to a project, but one is missing, the one where you add some things to an existing project via the require section, or via the `composer` cli. Everything is geared towards the composer create project, or doing a global install.
The _Installing WPCS as a dependency_ looks like it would contain this information, but it does not, and seems to be focused on configuring PHPCS to pick up WPCS when installed as a dependency.
I ask because I was helping a user trying to use a global PHPCS install, and suggested using a local dependency. I thought to link them to the canonical instruction, but it appears there is none. | non_priority | document adding wpcs via composer to a project in the readme there are various composer related methods of adding wpcs to a project but one is missing the one where you add some things to an existing project via the require section or via the composer cli everything is geared towards the composer create project or doing a global install the installing wpcs as a dependency looks like it would contain this information but it does not and seems to be focused on configuring phpcs to pick up wpcs when installed as a dependency i ask because i was helping a user trying to use a global phpcs install and suggested using a local dependency i thought to link them to the canonical instruction but it appears there is none | 0 |
422,102 | 28,373,142,480 | IssuesEvent | 2023-04-12 18:35:48 | flutter/website | https://api.github.com/repos/flutter/website | closed | [PAGE ISSUE]: 'JSON and serialization' | p2-medium e0-minutes d: api docs documentation | ### Page URL
https://docs.flutter.dev/development/data-and-backend/json#serializing-json-inline
### Page source
https://github.com/flutter/website/tree/main/src/development/data-and-backend/json.md
### Describe the problem
Unfortunately, jsonDecode() returns a Map<String, dynamic>, meaning that you do not know the types of the values until runtime.
### Expected fix
Unfortunately, jsonDecode() returns a dynamic, meaning that you do not know the types of the values until runtime.
### Additional context
jsonDecode() returns dynamic value not Map<String, dynamic>. | 1.0 | [PAGE ISSUE]: 'JSON and serialization' - ### Page URL
https://docs.flutter.dev/development/data-and-backend/json#serializing-json-inline
### Page source
https://github.com/flutter/website/tree/main/src/development/data-and-backend/json.md
### Describe the problem
Unfortunately, jsonDecode() returns a Map<String, dynamic>, meaning that you do not know the types of the values until runtime.
### Expected fix
Unfortunately, jsonDecode() returns a dynamic, meaning that you do not know the types of the values until runtime.
### Additional context
jsonDecode() returns dynamic value not Map<String, dynamic>. | non_priority | json and serialization page url page source describe the problem unfortunately jsondecode returns a map meaning that you do not know the types of the values until runtime expected fix unfortunately jsondecode returns a dynamic meaning that you do not know the types of the values until runtime additional context jsondecode returns dynamic value not map | 0 |
248,917 | 21,089,120,400 | IssuesEvent | 2022-04-04 01:22:18 | Uuvana-Studios/longvinter-windows-client | https://api.github.com/repos/Uuvana-Studios/longvinter-windows-client | closed | James General Store screen, "x" leads to Home screen and won't close store screen | Bug Not Tested | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Jame's General Store
2. Click on Vending Machine buy/sell and click "x" to exit
3. Scroll down to '....'
4. See an error
**Expected behavior**
Clicking on red X should close General Store screen
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Windows]
- Game Version [e.g. 1.0]
- Steam Version [e.g. 1.0]
**Additional context**
The general store screen won't close and you have to leave the game, it doesn't happen every time, but it has happened 3 times during an hour of game play. When clicking the x it goes to the "esc" screen
| 1.0 | James General Store screen, "x" leads to Home screen and won't close store screen - **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Jame's General Store
2. Click on Vending Machine buy/sell and click "x" to exit
3. Scroll down to '....'
4. See an error
**Expected behavior**
Clicking on red X should close General Store screen
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Windows]
- Game Version [e.g. 1.0]
- Steam Version [e.g. 1.0]
**Additional context**
The general store screen won't close and you have to leave the game, it doesn't happen every time, but it has happened 3 times during an hour of game play. When clicking the x it goes to the "esc" screen
| non_priority | james general store screen x leads to home screen and won t close store screen describe the bug a clear and concise description of what the bug is to reproduce steps to reproduce the behavior go to jame s general store click on vending machine buy sell and click x to exit scroll down to see an error expected behavior clicking on red x should close general store screen screenshots if applicable add screenshots to help explain your problem desktop please complete the following information os game version steam version additional context the general store screen won t close and you have to leave the game it doesn t happen every time but it has happened times during an hour of game play when clicking the x it goes to the esc screen | 0 |
359,001 | 25,212,532,843 | IssuesEvent | 2022-11-14 06:02:25 | crispindeity/issue-tracker | https://api.github.com/repos/crispindeity/issue-tracker | closed | Add Comment API Documentation | ๐ Documentation ๐ฌ API BE | # Description
- Spring Rest Doc ์ ์ฌ์ฉํ์ฌ Comment API ๋ฅผ ๋ฌธ์ํ๋ฅผ ์งํํ๋ค.
- #262
# Progress
- [ ] Comment API Documentation
| 1.0 | Add Comment API Documentation - # Description
- Spring Rest Doc ์ ์ฌ์ฉํ์ฌ Comment API ๋ฅผ ๋ฌธ์ํ๋ฅผ ์งํํ๋ค.
- #262
# Progress
- [ ] Comment API Documentation
| non_priority | add comment api documentation description spring rest doc ์ ์ฌ์ฉํ์ฌ comment api ๋ฅผ ๋ฌธ์ํ๋ฅผ ์งํํ๋ค progress comment api documentation | 0 |
86,791 | 17,083,585,207 | IssuesEvent | 2021-07-08 08:57:23 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Regressions/coreclr/Runtimelab_578/arr failing on Mono | area-Codegen-meta-mono runtime-mono | Newly added test in https://github.com/dotnet/runtime/pull/47400 failing these legs in the CI:
Mono Pri0 Runtime Tests Run Linux arm64 release
Mono Pri0 Runtime Tests Run OSX x64 release
Mono llvmaot Pri0 Runtime Tests Run Linux arm64 release
Mono llvmaot Pri0 Runtime Tests Run Linux x64 release
This is a regression test for a customer reported issue.
```
* Assertion at /__w/1/s/src/mono/mono/mini/method-to-ir.c:8910, condition `!(rank == 1 && fsig->param_count == 2 && m_class_get_rank (m_class_get_element_class (cmethod->klass)))' not met
```
```
#9 0x0000007f92e841b8 in mono_log_write_logfile (log_domain=<optimized out>, level=G_LOG_LEVEL_ERROR, hdr=<optimized out>, message=0x559225cab0 "* Assertion at /__w/1/s/src/mono/mono/mini/method-to-ir.c:8910, condition `!(rank == 1 && fsig->param_count == 2 && m_class_get_rank (m_class_get_element_class (cmethod->klass)))' not met\n") at /__w/1/s/src/mono/mono/utils/mono-log-common.c:136
#10 0x0000007f92d8962c in monoeg_g_logstr (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, msg=0x0) at /__w/1/s/src/mono/mono/eglib/goutput.c:151
#11 monoeg_g_logv_nofree (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, format=<optimized out>, args=...) at /__w/1/s/src/mono/mono/eglib/goutput.c:166
#12 0x0000007f92d89744 in monoeg_assertion_message (format=0x0) at /__w/1/s/src/mono/mono/eglib/goutput.c:207
#13 0x0000007f92d89788 in mono_assertion_message (file=0x7fc756a5b8 "", line=0, condition=0x8 <error: Cannot access memory at address 0x8>) at /__w/1/s/src/mono/mono/eglib/goutput.c:226
#14 0x0000007f92f36020 in mono_method_to_ir (cfg=0x559235a7c0, method=<optimized out>, start_bblock=<optimized out>, end_bblock=0x5592330600, return_var=<optimized out>, inline_args=<optimized out>, inline_offset=0, is_virtual_call=-1841977384) at /__w/1/s/src/mono/mono/mini/method-to-ir.c:8910
#15 0x0000007f92efe2b4 in mini_method_compile (method=<optimized out>, opts=374417919, domain=0x55921f4050, flags=<optimized out>, parts=<optimized out>, aot_method_index=-1) at /__w/1/s/src/mono/mono/mini/mini.c:3480
#16 0x0000007f92f007ac in mono_jit_compile_method_inner (method=0x55921fb078, target_domain=0x55921f4050, opt=-950622792, error=0x7fc756b750) at /__w/1/s/src/mono/mono/mini/mini.c:4073
#17 0x0000007f92f04840 in mono_jit_compile_method_with_opt (method=0x55921fb078, opt=<optimized out>, jit_only=<optimized out>, error=0x7fc756b750) at /__w/1/s/src/mono/mono/mini/mini-runtime.c:2692
#18 0x0000007f92f08894 in mono_jit_compile_method_jit_only (method=<optimized out>, error=0x7fc756b750) at /__w/1/s/src/mono/mono/mini/mini-runtime.c:2756
#19 mono_jit_runtime_invoke (method=0x55921fb078, obj=<optimized out>, params=0x7fc756b718, exc=0x0, error=0x7fc756b750) at /__w/1/s/src/mono/mono/mini/mini-runtime.c:3302
#20 0x0000007f92e116c0 in do_runtime_invoke (method=0x55921fb078, obj=0x0, params=0x7fc756b718, exc=0x0, error=0x7fc756b750) at /__w/1/s/src/mono/mono/metadata/object.c:3056
#21 mono_runtime_invoke_checked (method=0x55921fb078, obj=0x0, params=0x7fc756b718, error=0x7fc756b750) at /__w/1/s/src/mono/mono/metadata/object.c:3224
#22 0x0000007f92e18000 in do_exec_main_checked (method=0x55921fb078, args=<optimized out>, error=0x7fc756b750) at /__w/1/s/src/mono/mono/metadata/object.c:5298
#23 mono_runtime_exec_main_checked (method=0x55921fb078, args=<optimized out>, error=0x7fc756b750) at /__w/1/s/src/mono/mono/metadata/object.c:5404
#24 0x0000007f92f5a87c in mono_jit_exec_internal (domain=0x55921f4050, assembly=<optimized out>, argc=<optimized out>, argv=<optimized out>) at /__w/1/s/src/mono/mono/mini/driver.c:1396
#25 mono_jit_exec (domain=<optimized out>, assembly=<optimized out>, argc=1, argv=0x55921e3c18) at /__w/1/s/src/mono/mono/mini/driver.c:1341
#26 0x0000007f92f5d678 in main_thread_handler (user_data=<optimized out>) at /__w/1/s/src/mono/mono/mini/driver.c:1478
#27 mono_main (argc=<optimized out>, argv=<optimized out>) at /__w/1/s/src/mono/mono/mini/driver.c:2776
#28 0x0000007f92fc44b8 in monovm_execute_assembly (argc=0, argv=0x0, managedAssemblyPath=<optimized out>, exitCode=0x7fc756ba3c) at /__w/1/s/src/mono/mono/mini/monovm.c:262
#29 0x0000005589d1f7d0 in ExecuteManagedAssembly (currentExeAbsolutePath=<optimized out>, clrFilesAbsolutePath=<optimized out>, managedAssemblyAbsolutePath=<optimized out>, managedAssemblyArgc=0, managedAssemblyArgv=<optimized out>) at /__w/1/s/src/coreclr/hosts/unixcorerun/corerun.cpp:385
#30 0x0000005589d1ff70 in main (argc=<optimized out>, argv=<optimized out>) at /__w/1/s/src/coreclr/hosts/unixcorerun/corerun.cpp:573
/root/helix/work/workitem/Regressions/coreclr/Runtimelab_578/arr/arr.sh: line 388: 1673 Aborted (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"
``` | 1.0 | Regressions/coreclr/Runtimelab_578/arr failing on Mono - Newly added test in https://github.com/dotnet/runtime/pull/47400 failing these legs in the CI:
Mono Pri0 Runtime Tests Run Linux arm64 release
Mono Pri0 Runtime Tests Run OSX x64 release
Mono llvmaot Pri0 Runtime Tests Run Linux arm64 release
Mono llvmaot Pri0 Runtime Tests Run Linux x64 release
This is a regression test for a customer reported issue.
```
* Assertion at /__w/1/s/src/mono/mono/mini/method-to-ir.c:8910, condition `!(rank == 1 && fsig->param_count == 2 && m_class_get_rank (m_class_get_element_class (cmethod->klass)))' not met
```
```
#9 0x0000007f92e841b8 in mono_log_write_logfile (log_domain=<optimized out>, level=G_LOG_LEVEL_ERROR, hdr=<optimized out>, message=0x559225cab0 "* Assertion at /__w/1/s/src/mono/mono/mini/method-to-ir.c:8910, condition `!(rank == 1 && fsig->param_count == 2 && m_class_get_rank (m_class_get_element_class (cmethod->klass)))' not met\n") at /__w/1/s/src/mono/mono/utils/mono-log-common.c:136
#10 0x0000007f92d8962c in monoeg_g_logstr (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, msg=0x0) at /__w/1/s/src/mono/mono/eglib/goutput.c:151
#11 monoeg_g_logv_nofree (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, format=<optimized out>, args=...) at /__w/1/s/src/mono/mono/eglib/goutput.c:166
#12 0x0000007f92d89744 in monoeg_assertion_message (format=0x0) at /__w/1/s/src/mono/mono/eglib/goutput.c:207
#13 0x0000007f92d89788 in mono_assertion_message (file=0x7fc756a5b8 "", line=0, condition=0x8 <error: Cannot access memory at address 0x8>) at /__w/1/s/src/mono/mono/eglib/goutput.c:226
#14 0x0000007f92f36020 in mono_method_to_ir (cfg=0x559235a7c0, method=<optimized out>, start_bblock=<optimized out>, end_bblock=0x5592330600, return_var=<optimized out>, inline_args=<optimized out>, inline_offset=0, is_virtual_call=-1841977384) at /__w/1/s/src/mono/mono/mini/method-to-ir.c:8910
#15 0x0000007f92efe2b4 in mini_method_compile (method=<optimized out>, opts=374417919, domain=0x55921f4050, flags=<optimized out>, parts=<optimized out>, aot_method_index=-1) at /__w/1/s/src/mono/mono/mini/mini.c:3480
#16 0x0000007f92f007ac in mono_jit_compile_method_inner (method=0x55921fb078, target_domain=0x55921f4050, opt=-950622792, error=0x7fc756b750) at /__w/1/s/src/mono/mono/mini/mini.c:4073
#17 0x0000007f92f04840 in mono_jit_compile_method_with_opt (method=0x55921fb078, opt=<optimized out>, jit_only=<optimized out>, error=0x7fc756b750) at /__w/1/s/src/mono/mono/mini/mini-runtime.c:2692
#18 0x0000007f92f08894 in mono_jit_compile_method_jit_only (method=<optimized out>, error=0x7fc756b750) at /__w/1/s/src/mono/mono/mini/mini-runtime.c:2756
#19 mono_jit_runtime_invoke (method=0x55921fb078, obj=<optimized out>, params=0x7fc756b718, exc=0x0, error=0x7fc756b750) at /__w/1/s/src/mono/mono/mini/mini-runtime.c:3302
#20 0x0000007f92e116c0 in do_runtime_invoke (method=0x55921fb078, obj=0x0, params=0x7fc756b718, exc=0x0, error=0x7fc756b750) at /__w/1/s/src/mono/mono/metadata/object.c:3056
#21 mono_runtime_invoke_checked (method=0x55921fb078, obj=0x0, params=0x7fc756b718, error=0x7fc756b750) at /__w/1/s/src/mono/mono/metadata/object.c:3224
#22 0x0000007f92e18000 in do_exec_main_checked (method=0x55921fb078, args=<optimized out>, error=0x7fc756b750) at /__w/1/s/src/mono/mono/metadata/object.c:5298
#23 mono_runtime_exec_main_checked (method=0x55921fb078, args=<optimized out>, error=0x7fc756b750) at /__w/1/s/src/mono/mono/metadata/object.c:5404
#24 0x0000007f92f5a87c in mono_jit_exec_internal (domain=0x55921f4050, assembly=<optimized out>, argc=<optimized out>, argv=<optimized out>) at /__w/1/s/src/mono/mono/mini/driver.c:1396
#25 mono_jit_exec (domain=<optimized out>, assembly=<optimized out>, argc=1, argv=0x55921e3c18) at /__w/1/s/src/mono/mono/mini/driver.c:1341
#26 0x0000007f92f5d678 in main_thread_handler (user_data=<optimized out>) at /__w/1/s/src/mono/mono/mini/driver.c:1478
#27 mono_main (argc=<optimized out>, argv=<optimized out>) at /__w/1/s/src/mono/mono/mini/driver.c:2776
#28 0x0000007f92fc44b8 in monovm_execute_assembly (argc=0, argv=0x0, managedAssemblyPath=<optimized out>, exitCode=0x7fc756ba3c) at /__w/1/s/src/mono/mono/mini/monovm.c:262
#29 0x0000005589d1f7d0 in ExecuteManagedAssembly (currentExeAbsolutePath=<optimized out>, clrFilesAbsolutePath=<optimized out>, managedAssemblyAbsolutePath=<optimized out>, managedAssemblyArgc=0, managedAssemblyArgv=<optimized out>) at /__w/1/s/src/coreclr/hosts/unixcorerun/corerun.cpp:385
#30 0x0000005589d1ff70 in main (argc=<optimized out>, argv=<optimized out>) at /__w/1/s/src/coreclr/hosts/unixcorerun/corerun.cpp:573
/root/helix/work/workitem/Regressions/coreclr/Runtimelab_578/arr/arr.sh: line 388: 1673 Aborted (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"
``` | non_priority | regressions coreclr runtimelab arr failing on mono newly added test in failing these legs in the ci mono runtime tests run linux release mono runtime tests run osx release mono llvmaot runtime tests run linux release mono llvmaot runtime tests run linux release this is a regression test for a customer reported issue assertion at w s src mono mono mini method to ir c condition rank fsig param count m class get rank m class get element class cmethod klass not met in mono log write logfile log domain level g log level error hdr message assertion at w s src mono mono mini method to ir c condition rank fsig param count m class get rank m class get element class cmethod klass not met n at w s src mono mono utils mono log common c in monoeg g logstr log domain log level g log level error msg at w s src mono mono eglib goutput c monoeg g logv nofree log domain log level g log level error format args at w s src mono mono eglib goutput c in monoeg assertion message format at w s src mono mono eglib goutput c in mono assertion message file line condition at w s src mono mono eglib goutput c in mono method to ir cfg method start bblock end bblock return var inline args inline offset is virtual call at w s src mono mono mini method to ir c in mini method compile method opts domain flags parts aot method index at w s src mono mono mini mini c in mono jit compile method inner method target domain opt error at w s src mono mono mini mini c in mono jit compile method with opt method opt jit only error at w s src mono mono mini mini runtime c in mono jit compile method jit only method error at w s src mono mono mini mini runtime c mono jit runtime invoke method obj params exc error at w s src mono mono mini mini runtime c in do runtime invoke method obj params exc error at w s src mono mono metadata object c mono runtime invoke checked method obj params error at w s src mono mono metadata object c in do exec main checked method args error at w s src mono mono metadata object c mono runtime exec main checked method args error at w s src mono mono metadata object c in mono jit exec internal domain assembly argc argv at w s src mono mono mini driver c mono jit exec domain assembly argc argv at w s src mono mono mini driver c in main thread handler user data at w s src mono mono mini driver c mono main argc argv at w s src mono mono mini driver c in monovm execute assembly argc argv managedassemblypath exitcode at w s src mono mono mini monovm c in executemanagedassembly currentexeabsolutepath clrfilesabsolutepath managedassemblyabsolutepath managedassemblyargc managedassemblyargv at w s src coreclr hosts unixcorerun corerun cpp in main argc argv at w s src coreclr hosts unixcorerun corerun cpp root helix work workitem regressions coreclr runtimelab arr arr sh line aborted core dumped launcher exepath clrtestexecutionarguments | 0 |
5,612 | 20,200,138,767 | IssuesEvent | 2022-02-11 14:30:52 | pharmaverse/admiral | https://api.github.com/repos/pharmaverse/admiral | closed | R CMD check fails on R-latest | automation | Some test cases fail on the R-latest matrix build where the latest version of {rlang} is installed due to `friendly_type()` being deprecated. See [here](https://github.com/pharmaverse/admiral/runs/4980393788?check_suite_focus=true) for an example. | 1.0 | R CMD check fails on R-latest - Some test cases fail on the R-latest matrix build where the latest version of {rlang} is installed due to `friendly_type()` being deprecated. See [here](https://github.com/pharmaverse/admiral/runs/4980393788?check_suite_focus=true) for an example. | non_priority | r cmd check fails on r latest some test cases fail on the r latest matrix build where the latest version of rlang is installed due to friendly type being deprecated see for an example | 0 |
32,355 | 13,795,077,158 | IssuesEvent | 2020-10-09 17:22:37 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | SourceDirectory environment variable expansion | Pri2 assigned-to-author cloud-services/svc doc-enhancement triaged | Please add an example how to use SourceDirectory with environment variables. Neither $(..), %..% or $.. works.
And please add a list of available environment variables available. I see a ROLEROOT variable but nothing else, I need a source path variable. Thank you
---
#### Document Details
โ *Do not edit this section. It is required for docs.microsoft.com โ GitHub issue linking.*
* ID: 64044dfc-c8af-b5da-8c91-a9eebdc9d1a0
* Version Independent ID: f512610d-417b-22a3-a415-9ee57b5fc72f
* Content: [Azure Cloud Services Def. WebRole Schema](https://docs.microsoft.com/en-us/azure/cloud-services/schema-csdef-webrole#feedback)
* Content Source: [articles/cloud-services/schema-csdef-webrole.md](https://github.com/Microsoft/azure-docs/blob/master/articles/cloud-services/schema-csdef-webrole.md)
* Service: **cloud-services**
* GitHub Login: @jpconnock
* Microsoft Alias: **jeconnoc** | 1.0 | SourceDirectory environment variable expansion - Please add an example how to use SourceDirectory with environment variables. Neither $(..), %..% or $.. works.
And please add a list of available environment variables available. I see a ROLEROOT variable but nothing else, I need a source path variable. Thank you
---
#### Document Details
โ *Do not edit this section. It is required for docs.microsoft.com โ GitHub issue linking.*
* ID: 64044dfc-c8af-b5da-8c91-a9eebdc9d1a0
* Version Independent ID: f512610d-417b-22a3-a415-9ee57b5fc72f
* Content: [Azure Cloud Services Def. WebRole Schema](https://docs.microsoft.com/en-us/azure/cloud-services/schema-csdef-webrole#feedback)
* Content Source: [articles/cloud-services/schema-csdef-webrole.md](https://github.com/Microsoft/azure-docs/blob/master/articles/cloud-services/schema-csdef-webrole.md)
* Service: **cloud-services**
* GitHub Login: @jpconnock
* Microsoft Alias: **jeconnoc** | non_priority | sourcedirectory environment variable expansion please add an example how to use sourcedirectory with environment variables neither or works and please add a list of available environment variables available i see a roleroot variable but nothing else i need a source path variable thank you 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 cloud services github login jpconnock microsoft alias jeconnoc | 0 |
69,439 | 8,407,007,554 | IssuesEvent | 2018-10-11 19:37:52 | harvard-lil/capstone | https://api.github.com/repos/harvard-lil/capstone | closed | Create new website | Design ๐๐๐๐ | - [x] loose mockups demonstrating flow
- [x] designs in sketch
- [x] html/css/js for new site
- [x] headline sizes
- [x] hamburger menu / navigation
- [x] footer styling
- [x] styling of โaboutโ section, numbers on small screens
- [x] figure out sassevaluation errors
- [x] divide up sections for people to write about
- [x] styling for phone !!!!
- [x] header sizes (phone)
- [x] navigation styles (phone)
- [x] column sizes (phone)
- [x] api documentation should be in /api
- [x] api should look better
- [x] log in /register/etc etc pages
- [x] donโt move around any models yet, just figure out scss?
- [x] bulk data download page / section
- [ ] https://accessibility.18f.gov
- [ ] add skip links
- [x] CHECK IN MOST POPULAR BROWSERS!
- [x] check phone sizes
| 1.0 | Create new website - - [x] loose mockups demonstrating flow
- [x] designs in sketch
- [x] html/css/js for new site
- [x] headline sizes
- [x] hamburger menu / navigation
- [x] footer styling
- [x] styling of โaboutโ section, numbers on small screens
- [x] figure out sassevaluation errors
- [x] divide up sections for people to write about
- [x] styling for phone !!!!
- [x] header sizes (phone)
- [x] navigation styles (phone)
- [x] column sizes (phone)
- [x] api documentation should be in /api
- [x] api should look better
- [x] log in /register/etc etc pages
- [x] donโt move around any models yet, just figure out scss?
- [x] bulk data download page / section
- [ ] https://accessibility.18f.gov
- [ ] add skip links
- [x] CHECK IN MOST POPULAR BROWSERS!
- [x] check phone sizes
| non_priority | create new website loose mockups demonstrating flow designs in sketch html css js for new site headline sizes hamburger menu navigation footer styling styling of โaboutโ section numbers on small screens figure out sassevaluation errors divide up sections for people to write about styling for phone header sizes phone navigation styles phone column sizes phone api documentation should be in api api should look better log in register etc etc pages donโt move around any models yet just figure out scss bulk data download page section add skip links check in most popular browsers check phone sizes | 0 |
415,010 | 28,013,764,451 | IssuesEvent | 2023-03-27 20:43:22 | delizin/traitormod | https://api.github.com/repos/delizin/traitormod | opened | Document All of the Chat Commands | documentation approved | Add documentation for all of the chat commands both in game and out of game. An updated list of commands with descriptions should be accessible with the !help, !helptraitor, and !helpadmin commands in game. Out of game, a list of commands and their usage should be included in the readme. | 1.0 | Document All of the Chat Commands - Add documentation for all of the chat commands both in game and out of game. An updated list of commands with descriptions should be accessible with the !help, !helptraitor, and !helpadmin commands in game. Out of game, a list of commands and their usage should be included in the readme. | non_priority | document all of the chat commands add documentation for all of the chat commands both in game and out of game an updated list of commands with descriptions should be accessible with the help helptraitor and helpadmin commands in game out of game a list of commands and their usage should be included in the readme | 0 |
143,039 | 21,933,751,033 | IssuesEvent | 2022-05-23 12:07:46 | cynthiahqy/conformr | https://api.github.com/repos/cynthiahqy/conformr | reopened | How should convert() handle NA/missing `value_from` inputs? | design | # Issue
If `values_from` is NA, data might be lost in the conversion. `NA` could represent an actually a missing value/zero, or incomplete data map.
## 1-to-1 case
`NA * 1 = NA` -- as expected
## many-to-1 case
* loss of data because `sum(weight * value_from)` contains NA inputs when summarising by `code_in`
* `sum(weight * value_from) = (NA * 1) + (3875 * 1) = NA`
* input `NA` should be converted to `0`; (i.e. use `sum(..., na.rm = TRUE)`
### Example `isiccomb` -> `isic`
<img width="1168" alt="image" src="https://user-images.githubusercontent.com/29718979/132298063-5c75431b-3d1b-4a7a-bfa9-2c05c1411496.png">
* `value_add_out` should be `238466219`
* `output_out` should be `2515398648 * 0.2`
* `NA` contaminate the summary across `isic==151`
<img width="1172" alt="image" src="https://user-images.githubusercontent.com/29718979/132295054-57a83de6-3af3-42b1-883b-6f1d4630eb45.png">
## 1-to-many
* loss of data could arise from not duplicating `value_from` across all destination codes
* `(2500 * 0.5) = 1250`, `(NA * 0.5) = NA` -- input `NA` should actually be `2500` otherwise `1250` of data is "lost"
* relates to "completeness" of data-map
* example below -- `output` & `k_from` values should be duplicated across `isiccomb == 151A`
<img width="1158" alt="image" src="https://user-images.githubusercontent.com/29718979/132294379-df03d162-25f7-4814-b16a-c3f88627135b.png">
# to-do
- [x] #23
- [ ] #22
- [x] #24
- [ ] add checks/verifications on data_map // fill-in values?
- [ ] add message/doc on handling on NA values in `data_map` input
| 1.0 | How should convert() handle NA/missing `value_from` inputs? - # Issue
If `values_from` is NA, data might be lost in the conversion. `NA` could represent an actually a missing value/zero, or incomplete data map.
## 1-to-1 case
`NA * 1 = NA` -- as expected
## many-to-1 case
* loss of data because `sum(weight * value_from)` contains NA inputs when summarising by `code_in`
* `sum(weight * value_from) = (NA * 1) + (3875 * 1) = NA`
* input `NA` should be converted to `0`; (i.e. use `sum(..., na.rm = TRUE)`
### Example `isiccomb` -> `isic`
<img width="1168" alt="image" src="https://user-images.githubusercontent.com/29718979/132298063-5c75431b-3d1b-4a7a-bfa9-2c05c1411496.png">
* `value_add_out` should be `238466219`
* `output_out` should be `2515398648 * 0.2`
* `NA` contaminate the summary across `isic==151`
<img width="1172" alt="image" src="https://user-images.githubusercontent.com/29718979/132295054-57a83de6-3af3-42b1-883b-6f1d4630eb45.png">
## 1-to-many
* loss of data could arise from not duplicating `value_from` across all destination codes
* `(2500 * 0.5) = 1250`, `(NA * 0.5) = NA` -- input `NA` should actually be `2500` otherwise `1250` of data is "lost"
* relates to "completeness" of data-map
* example below -- `output` & `k_from` values should be duplicated across `isiccomb == 151A`
<img width="1158" alt="image" src="https://user-images.githubusercontent.com/29718979/132294379-df03d162-25f7-4814-b16a-c3f88627135b.png">
# to-do
- [x] #23
- [ ] #22
- [x] #24
- [ ] add checks/verifications on data_map // fill-in values?
- [ ] add message/doc on handling on NA values in `data_map` input
| non_priority | how should convert handle na missing value from inputs issue if values from is na data might be lost in the conversion na could represent an actually a missing value zero or incomplete data map to case na na as expected many to case loss of data because sum weight value from contains na inputs when summarising by code in sum weight value from na na input na should be converted to i e use sum na rm true example isiccomb isic img width alt image src value add out should be output out should be na contaminate the summary across isic img width alt image src to many loss of data could arise from not duplicating value from across all destination codes na na input na should actually be otherwise of data is lost relates to completeness of data map example below output k from values should be duplicated across isiccomb img width alt image src to do add checks verifications on data map fill in values add message doc on handling on na values in data map input | 0 |
119,605 | 12,035,431,754 | IssuesEvent | 2020-04-13 17:52:34 | Xinyue211/SMADatabaseSystem | https://api.github.com/repos/Xinyue211/SMADatabaseSystem | closed | Complete Requirement Document | documentation | 4 days for a basic-version
The basic-version is better to be done before April 6 | 1.0 | Complete Requirement Document - 4 days for a basic-version
The basic-version is better to be done before April 6 | non_priority | complete requirement document days for a basic version the basic version is better to be done before april | 0 |
129,300 | 18,090,125,809 | IssuesEvent | 2021-09-22 00:09:38 | AlexRogalskiy/github-action-user-contribution | https://api.github.com/repos/AlexRogalskiy/github-action-user-contribution | opened | CVE-2020-11022 (Medium) detected in jquery-1.8.1.min.js | security vulnerability | ## CVE-2020-11022 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p>
<p>Path to dependency file: github-action-user-contribution/node_modules/redeyed/examples/browser/index.html</p>
<p>Path to vulnerable library: /node_modules/redeyed/examples/browser/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.8.1.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/github-action-user-contribution/commit/28243bdffb14c91f96bab9a6e80b6761ec817c73">28243bdffb14c91f96bab9a6e80b6761ec817c73</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022>CVE-2020-11022</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://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jQuery - 3.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-11022 (Medium) detected in jquery-1.8.1.min.js - ## CVE-2020-11022 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p>
<p>Path to dependency file: github-action-user-contribution/node_modules/redeyed/examples/browser/index.html</p>
<p>Path to vulnerable library: /node_modules/redeyed/examples/browser/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.8.1.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/github-action-user-contribution/commit/28243bdffb14c91f96bab9a6e80b6761ec817c73">28243bdffb14c91f96bab9a6e80b6761ec817c73</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022>CVE-2020-11022</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://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jQuery - 3.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 jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file github action user contribution node modules redeyed examples browser index html path to vulnerable library node modules redeyed examples browser index html dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch master vulnerability details in jquery versions greater than or equal to and before passing html from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource | 0 |
361,020 | 25,321,650,929 | IssuesEvent | 2022-11-18 04:50:07 | luuductrung1234/python-adventure-game | https://api.github.com/repos/luuductrung1234/python-adventure-game | closed | Write Problem Statement | documentation | Describe the problem
- [x] domain (briefly),
- [x] the specific problem(s) you plan to solve.
- [x] You can give an example of the problem.
- [x] should be 1-2 paragraph | 1.0 | Write Problem Statement - Describe the problem
- [x] domain (briefly),
- [x] the specific problem(s) you plan to solve.
- [x] You can give an example of the problem.
- [x] should be 1-2 paragraph | non_priority | write problem statement describe the problem domain briefly the specific problem s you plan to solve you can give an example of the problem should be paragraph | 0 |
83,148 | 23,988,797,751 | IssuesEvent | 2022-09-13 21:53:48 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | opened | Mono llvmaot failing for some HardwareIntrinsics tests | blocking-clean-ci Known Build Error | ## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=14886
Build error leg or test failing: mono llvmaot Pri0 Runtime Tests Run Linux x64 release / Send tests to Helix (Unix)
Pull request: https://github.com/dotnet/runtime/pull/75470
## Error Message
Fill the error message using [known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-message-section).
```json
{
"ErrorMessage": "",
"BuildRetry": false
}
```
| 1.0 | Mono llvmaot failing for some HardwareIntrinsics tests - ## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=14886
Build error leg or test failing: mono llvmaot Pri0 Runtime Tests Run Linux x64 release / Send tests to Helix (Unix)
Pull request: https://github.com/dotnet/runtime/pull/75470
## Error Message
Fill the error message using [known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-message-section).
```json
{
"ErrorMessage": "",
"BuildRetry": false
}
```
| non_priority | mono llvmaot failing for some hardwareintrinsics tests build information build build error leg or test failing mono llvmaot runtime tests run linux release send tests to helix unix pull request error message fill the error message using json errormessage buildretry false | 0 |
218,469 | 16,992,677,673 | IssuesEvent | 2021-06-30 23:26:51 | ibis-project/ibis | https://api.github.com/repos/ibis-project/ibis | closed | Wrong import of SQLAlchemy postgresql dialect | backends - sqlalchemy testing | There is a weird behavior I fail to understand. In our code we've got this code (for example in `ibis/backends/tests/test_numeric.py:372`):
```python
>>> import sqlalchemy
>>> sqlalchemy.dialects.postgresql
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'sqlalchemy.dialects' has no attribute 'postgresql'
```
It is failing for me locally, and in the `ibis-omniscidb` CI.
Importing the `dialects` module doesn't seem to help:
```python
>>> import sqlalchemy.dialects
>>> sqlalchemy.dialects.postgresql
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'sqlalchemy.dialects' has no attribute 'postgresql'
```
But importing the `sqlalchemy.dialects.postgresql`:
```python
>>> import sqlalchemy.dialects.postgresql
>>> sqlalchemy.dialects.postgresql
<module 'sqlalchemy.dialects.postgresql' from '/home/mgarcia/miniconda3/envs/ibis-omniscidb-dev/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__init__.py'>
```
Not sure what's the magic making this work in the Ibis CI (I checked, and tests using this code don't seem to be skipped). But I'll be changing to the syntax in the last example, so it works everywhere. Same applied for mysql dialect. | 1.0 | Wrong import of SQLAlchemy postgresql dialect - There is a weird behavior I fail to understand. In our code we've got this code (for example in `ibis/backends/tests/test_numeric.py:372`):
```python
>>> import sqlalchemy
>>> sqlalchemy.dialects.postgresql
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'sqlalchemy.dialects' has no attribute 'postgresql'
```
It is failing for me locally, and in the `ibis-omniscidb` CI.
Importing the `dialects` module doesn't seem to help:
```python
>>> import sqlalchemy.dialects
>>> sqlalchemy.dialects.postgresql
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'sqlalchemy.dialects' has no attribute 'postgresql'
```
But importing the `sqlalchemy.dialects.postgresql`:
```python
>>> import sqlalchemy.dialects.postgresql
>>> sqlalchemy.dialects.postgresql
<module 'sqlalchemy.dialects.postgresql' from '/home/mgarcia/miniconda3/envs/ibis-omniscidb-dev/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__init__.py'>
```
Not sure what's the magic making this work in the Ibis CI (I checked, and tests using this code don't seem to be skipped). But I'll be changing to the syntax in the last example, so it works everywhere. Same applied for mysql dialect. | non_priority | wrong import of sqlalchemy postgresql dialect there is a weird behavior i fail to understand in our code we ve got this code for example in ibis backends tests test numeric py python import sqlalchemy sqlalchemy dialects postgresql traceback most recent call last file line in attributeerror module sqlalchemy dialects has no attribute postgresql it is failing for me locally and in the ibis omniscidb ci importing the dialects module doesn t seem to help python import sqlalchemy dialects sqlalchemy dialects postgresql traceback most recent call last file line in attributeerror module sqlalchemy dialects has no attribute postgresql but importing the sqlalchemy dialects postgresql python import sqlalchemy dialects postgresql sqlalchemy dialects postgresql not sure what s the magic making this work in the ibis ci i checked and tests using this code don t seem to be skipped but i ll be changing to the syntax in the last example so it works everywhere same applied for mysql dialect | 0 |
3,626 | 14,667,771,353 | IssuesEvent | 2020-12-29 19:29:39 | backdrop-ops/contrib | https://api.github.com/repos/backdrop-ops/contrib | closed | Application to join: djzwerg | Maintainer application | Hello and welcome to the contrib application process! We're happy to have you :)
## Please note these 3 requirements for new contrib projects:
- [x] Include a README.md file containing license and maintainer information.
You can use this example: https://raw.githubusercontent.com/backdrop-ops/contrib/master/examples/README.md
- [x] Include a LICENSE.txt file.
You can use this example: https://raw.githubusercontent.com/backdrop-ops/contrib/master/examples/LICENSE.txt.
- [ ] If porting a Drupal 7 project, Maintain the Git history from Drupal.
## Please provide the following information:
**The name of your module, theme, or layout**
ZURB TwentyTwenty
**(Optional) Post a link here to an issue in the drupal.org queue notifying the Drupal 7 maintainers that you are working on a Backdrop port of their project**
https://www.drupal.org/project/zurb_twentytwenty/issues/3171892
**Post a link to your new Backdrop project under your own GitHub account (option #1)**
https://github.com/djzwerg/zurb_twentytwenty
**If you have chosen option #2 or #1 above, do you agree to the [Backdrop Contributed Project Agreement](https://github.com/backdrop-ops/contrib#backdrop-contributed-project-agreement)**
YES
<!-- Once we have a chance to review your project, we will check for the 3 requirements at the top of this issue. If those requirements are met, you will be invited to the @backdrop-contrib group. At that point you will be able to transfer the project. -->
<!-- Please note that we may also include additional feedback in the code review, but anything else is only intended to be helpful, and is NOT a requirement for joining the contrib group. -->
| True | Application to join: djzwerg - Hello and welcome to the contrib application process! We're happy to have you :)
## Please note these 3 requirements for new contrib projects:
- [x] Include a README.md file containing license and maintainer information.
You can use this example: https://raw.githubusercontent.com/backdrop-ops/contrib/master/examples/README.md
- [x] Include a LICENSE.txt file.
You can use this example: https://raw.githubusercontent.com/backdrop-ops/contrib/master/examples/LICENSE.txt.
- [ ] If porting a Drupal 7 project, Maintain the Git history from Drupal.
## Please provide the following information:
**The name of your module, theme, or layout**
ZURB TwentyTwenty
**(Optional) Post a link here to an issue in the drupal.org queue notifying the Drupal 7 maintainers that you are working on a Backdrop port of their project**
https://www.drupal.org/project/zurb_twentytwenty/issues/3171892
**Post a link to your new Backdrop project under your own GitHub account (option #1)**
https://github.com/djzwerg/zurb_twentytwenty
**If you have chosen option #2 or #1 above, do you agree to the [Backdrop Contributed Project Agreement](https://github.com/backdrop-ops/contrib#backdrop-contributed-project-agreement)**
YES
<!-- Once we have a chance to review your project, we will check for the 3 requirements at the top of this issue. If those requirements are met, you will be invited to the @backdrop-contrib group. At that point you will be able to transfer the project. -->
<!-- Please note that we may also include additional feedback in the code review, but anything else is only intended to be helpful, and is NOT a requirement for joining the contrib group. -->
| non_priority | application to join djzwerg hello and welcome to the contrib application process we re happy to have you please note these requirements for new contrib projects include a readme md file containing license and maintainer information you can use this example include a license txt file you can use this example if porting a drupal project maintain the git history from drupal please provide the following information the name of your module theme or layout zurb twentytwenty optional post a link here to an issue in the drupal org queue notifying the drupal maintainers that you are working on a backdrop port of their project post a link to your new backdrop project under your own github account option if you have chosen option or above do you agree to the yes | 0 |
151,109 | 23,764,947,445 | IssuesEvent | 2022-09-01 12:04:12 | nextcloud/mail | https://api.github.com/repos/nextcloud/mail | closed | Widen default width of AppContentList | enhancement 3. to review design | ### Is your feature request related to a problem? Please describe.
Second column is too narrow by default
### Describe the solution you'd like
* [x] ~250px to 300px (same as AppNavigation) https://github.com/nextcloud/nextcloud-vue/pull/3142
* [x] 4px whitespace left/right on AppContentList items toward edges, like in new AppNavigation and in Talk nav https://github.com/nextcloud/mail/pull/7122
### Describe alternatives you've considered
_No response_
### Additional context
_No response_ | 1.0 | Widen default width of AppContentList - ### Is your feature request related to a problem? Please describe.
Second column is too narrow by default
### Describe the solution you'd like
* [x] ~250px to 300px (same as AppNavigation) https://github.com/nextcloud/nextcloud-vue/pull/3142
* [x] 4px whitespace left/right on AppContentList items toward edges, like in new AppNavigation and in Talk nav https://github.com/nextcloud/mail/pull/7122
### Describe alternatives you've considered
_No response_
### Additional context
_No response_ | non_priority | widen default width of appcontentlist is your feature request related to a problem please describe second column is too narrow by default describe the solution you d like to same as appnavigation whitespace left right on appcontentlist items toward edges like in new appnavigation and in talk nav describe alternatives you ve considered no response additional context no response | 0 |
286,510 | 24,757,626,939 | IssuesEvent | 2022-10-21 19:27:08 | powbot/issues | https://api.github.com/repos/powbot/issues | closed | [BUG] World.hop() causes script crash | bug needs-test | **Describe the bug**
Attempting to hop worlds causes script to crash. Tried directly referencing the world, also tried streaming the world but no joy.
**To Reproduce/Line of code causing issue**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
OR
```
World world = Worlds.stream().id(302).first();
System.out.println("Valid: "+world.valid() + " - World: "+world.getNumber());
world.hop();
// also tried
World world = new World(521, World.getNil().getPopulation(), World.getNil().textColor(), World.getNil().type(), World.getNil().server(), World.getNil().specialty());
System.out.println("Valid: "+world.valid() + " - World: "+world.getNumber());
world.hop();
// both print out a valid world but give the below error when trying to hop.
```
**Expected behavior**
Hop worlds
**Logs**
```
[SEVERE] script poll failed (TestScript99)
[SEVERE] java.util.NoSuchElementException: Collection contains no element matching the predicate.
at org.powbot.mobile.SettingsManager.get(SettingsManager.kt:90)
at org.powbot.mobile.SettingsManager.enabled(SettingsManager.kt:80)
at org.powbot.api.rt4.World.false(World.kt:203)
at org.powbot.api.rt4.World.hop(World.kt:237)
at Tests.Test.poll(Test.java:92)
at org.powbot.mobile.script.ScriptManager$runScript$4.invokeSuspend(ScriptManager.kt:364)
at org.powbot.mobile.script.ScriptManager$runScript$4.invoke(Unknown Source:8)
at org.powbot.mobile.script.ScriptManager$runScript$4.invoke(Unknown Source:4)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:100)
at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:148)
at kotlinx.coroutines.TimeoutKt.withTimeout(Timeout.kt:44)
at org.powbot.mobile.script.ScriptManager.runScript(ScriptManager.kt:362)
at org.powbot.mobile.script.ScriptManager.access$runScript(ScriptManager.kt:27)
at org.powbot.mobile.script.ScriptManager$start$2.invokeSuspend(ScriptManager.kt:165)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
```
| 1.0 | [BUG] World.hop() causes script crash - **Describe the bug**
Attempting to hop worlds causes script to crash. Tried directly referencing the world, also tried streaming the world but no joy.
**To Reproduce/Line of code causing issue**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
OR
```
World world = Worlds.stream().id(302).first();
System.out.println("Valid: "+world.valid() + " - World: "+world.getNumber());
world.hop();
// also tried
World world = new World(521, World.getNil().getPopulation(), World.getNil().textColor(), World.getNil().type(), World.getNil().server(), World.getNil().specialty());
System.out.println("Valid: "+world.valid() + " - World: "+world.getNumber());
world.hop();
// both print out a valid world but give the below error when trying to hop.
```
**Expected behavior**
Hop worlds
**Logs**
```
[SEVERE] script poll failed (TestScript99)
[SEVERE] java.util.NoSuchElementException: Collection contains no element matching the predicate.
at org.powbot.mobile.SettingsManager.get(SettingsManager.kt:90)
at org.powbot.mobile.SettingsManager.enabled(SettingsManager.kt:80)
at org.powbot.api.rt4.World.false(World.kt:203)
at org.powbot.api.rt4.World.hop(World.kt:237)
at Tests.Test.poll(Test.java:92)
at org.powbot.mobile.script.ScriptManager$runScript$4.invokeSuspend(ScriptManager.kt:364)
at org.powbot.mobile.script.ScriptManager$runScript$4.invoke(Unknown Source:8)
at org.powbot.mobile.script.ScriptManager$runScript$4.invoke(Unknown Source:4)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:100)
at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:148)
at kotlinx.coroutines.TimeoutKt.withTimeout(Timeout.kt:44)
at org.powbot.mobile.script.ScriptManager.runScript(ScriptManager.kt:362)
at org.powbot.mobile.script.ScriptManager.access$runScript(ScriptManager.kt:27)
at org.powbot.mobile.script.ScriptManager$start$2.invokeSuspend(ScriptManager.kt:165)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
```
| non_priority | world hop causes script crash describe the bug attempting to hop worlds causes script to crash tried directly referencing the world also tried streaming the world but no joy to reproduce line of code causing issue steps to reproduce the behavior go to click on scroll down to see error or world world worlds stream id first system out println valid world valid world world getnumber world hop also tried world world new world world getnil getpopulation world getnil textcolor world getnil type world getnil server world getnil specialty system out println valid world valid world world getnumber world hop both print out a valid world but give the below error when trying to hop expected behavior hop worlds logs script poll failed java util nosuchelementexception collection contains no element matching the predicate at org powbot mobile settingsmanager get settingsmanager kt at org powbot mobile settingsmanager enabled settingsmanager kt at org powbot api world false world kt at org powbot api world hop world kt at tests test poll test java at org powbot mobile script scriptmanager runscript invokesuspend scriptmanager kt at org powbot mobile script scriptmanager runscript invoke unknown source at org powbot mobile script scriptmanager runscript invoke unknown source at kotlinx coroutines intrinsics undispatchedkt startundispatchedorreturnignoretimeout undispatched kt at kotlinx coroutines timeoutkt setuptimeout timeout kt at kotlinx coroutines timeoutkt withtimeout timeout kt at org powbot mobile script scriptmanager runscript scriptmanager kt at org powbot mobile script scriptmanager access runscript scriptmanager kt at org powbot mobile script scriptmanager start invokesuspend scriptmanager kt at kotlin coroutines jvm internal basecontinuationimpl resumewith continuationimpl kt at kotlinx coroutines dispatchedtask run dispatchedtask kt at kotlinx coroutines scheduling coroutinescheduler runsafely coroutinescheduler kt at kotlinx coroutines scheduling coroutinescheduler worker executetask coroutinescheduler kt at kotlinx coroutines scheduling coroutinescheduler worker runworker coroutinescheduler kt at kotlinx coroutines scheduling coroutinescheduler worker run coroutinescheduler kt | 0 |
65,930 | 14,761,964,481 | IssuesEvent | 2021-01-09 01:11:02 | TIBCOSoftware/bw-sample-for-zendesk | https://api.github.com/repos/TIBCOSoftware/bw-sample-for-zendesk | opened | CVE-2020-36187 (Medium) detected in jackson-databind-2.1.4.jar | security vulnerability | ## CVE-2020-36187 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.1.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to vulnerable library: bw-sample-for-zendesk/tcizendesk.module/lib/jackson-databind-2.1.4.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.1.4.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource.
<p>Publish Date: 2021-01-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36187>CVE-2020-36187</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.2</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2997">https://github.com/FasterXML/jackson-databind/issues/2997</a></p>
<p>Release Date: 2021-01-06</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p>
</p>
</details>
<p></p>
***
<!-- REMEDIATE-OPEN-PR-START -->
- [ ] Check this box to open an automated fix PR
<!-- REMEDIATE-OPEN-PR-END -->
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.1.4","isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"}],"vulnerabilityIdentifier":"CVE-2020-36187","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36187","cvss3Severity":"medium","cvss3Score":"4.2","cvss3Metrics":{"A":"Low","AC":"High","PR":"Low","S":"Unchanged","C":"Low","UI":"Required","AV":"Local","I":"Low"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-36187 (Medium) detected in jackson-databind-2.1.4.jar - ## CVE-2020-36187 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.1.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to vulnerable library: bw-sample-for-zendesk/tcizendesk.module/lib/jackson-databind-2.1.4.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.1.4.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource.
<p>Publish Date: 2021-01-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36187>CVE-2020-36187</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.2</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2997">https://github.com/FasterXML/jackson-databind/issues/2997</a></p>
<p>Release Date: 2021-01-06</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p>
</p>
</details>
<p></p>
***
<!-- REMEDIATE-OPEN-PR-START -->
- [ ] Check this box to open an automated fix PR
<!-- REMEDIATE-OPEN-PR-END -->
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.1.4","isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"}],"vulnerabilityIdentifier":"CVE-2020-36187","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36187","cvss3Severity":"medium","cvss3Score":"4.2","cvss3Metrics":{"A":"Low","AC":"High","PR":"Low","S":"Unchanged","C":"Low","UI":"Required","AV":"Local","I":"Low"},"extraData":{}}</REMEDIATE> --> | non_priority | cve medium detected in jackson databind jar cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to vulnerable library bw sample for zendesk tcizendesk module lib jackson databind jar dependency hierarchy x jackson databind jar vulnerable library vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp dbcp datasources sharedpooldatasource publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low user interaction required scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp dbcp datasources sharedpooldatasource vulnerabilityurl | 0 |
5,629 | 3,257,655,565 | IssuesEvent | 2015-10-20 18:47:50 | coala-analyzer/coala | https://api.github.com/repos/coala-analyzer/coala | closed | Convention: asserts vs. valueerror | codestyle | We do some value checks here and there, e.g. if a comparison with a weird object happens we throw an exception. There are two major candidates for that:
# AssertionError
That's the awesome one: just `assert some_expression, "message"`
# ValueError
```python
if some_expression:
raise ValueError("message")
```
As pointed out I'm heavily in favor of the first one because it's much shorter.
@Makman2 your opinion?
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27330263-convention-asserts-vs-valueerror?utm_campaign=plugin&utm_content=tracker%2F2228228&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2228228&utm_medium=issues&utm_source=github).
</bountysource-plugin> | 1.0 | Convention: asserts vs. valueerror - We do some value checks here and there, e.g. if a comparison with a weird object happens we throw an exception. There are two major candidates for that:
# AssertionError
That's the awesome one: just `assert some_expression, "message"`
# ValueError
```python
if some_expression:
raise ValueError("message")
```
As pointed out I'm heavily in favor of the first one because it's much shorter.
@Makman2 your opinion?
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27330263-convention-asserts-vs-valueerror?utm_campaign=plugin&utm_content=tracker%2F2228228&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2228228&utm_medium=issues&utm_source=github).
</bountysource-plugin> | non_priority | convention asserts vs valueerror we do some value checks here and there e g if a comparison with a weird object happens we throw an exception there are two major candidates for that assertionerror that s the awesome one just assert some expression message valueerror python if some expression raise valueerror message as pointed out i m heavily in favor of the first one because it s much shorter your opinion want to back this issue we accept bounties via | 0 |
17,223 | 11,807,344,274 | IssuesEvent | 2020-03-19 11:15:04 | zonemaster/zonemaster-backend | https://api.github.com/repos/zonemaster/zonemaster-backend | closed | Documentation for upgrade files? | A-Installation P-High S-ProposalExists T-Usability | PR #544 introduced two scripts:
* [patch_db_postgresq_for_backend_DB_version_lower_than_5.0.0.pl]
* [patch_db_mysql_for_backend_DB_version_lower_than_5.0.0.pl]
Issue #555 asks if they should be included on target system or not. Independent, it is a problem that there is no information. It is not obvious if 5.0.0 refer to version of database engine or Zonemaster-Backend.
Neither of the scripts have any documentation. Should we have some reference to them when we release v2019.2?
[patch_db_mysql_for_backend_DB_version_lower_than_5.0.0.pl]: https://github.com/zonemaster/zonemaster-backend/blob/develop/script/patch_db_mysql_for_backend_DB_version_lower_than_5.0.0.pl
[patch_db_postgresq_for_backend_DB_version_lower_than_5.0.0.pl]: https://github.com/zonemaster/zonemaster-backend/blob/develop/script/patch_db_postgresq_for_backend_DB_version_lower_than_5.0.0.pl
| True | Documentation for upgrade files? - PR #544 introduced two scripts:
* [patch_db_postgresq_for_backend_DB_version_lower_than_5.0.0.pl]
* [patch_db_mysql_for_backend_DB_version_lower_than_5.0.0.pl]
Issue #555 asks if they should be included on target system or not. Independent, it is a problem that there is no information. It is not obvious if 5.0.0 refer to version of database engine or Zonemaster-Backend.
Neither of the scripts have any documentation. Should we have some reference to them when we release v2019.2?
[patch_db_mysql_for_backend_DB_version_lower_than_5.0.0.pl]: https://github.com/zonemaster/zonemaster-backend/blob/develop/script/patch_db_mysql_for_backend_DB_version_lower_than_5.0.0.pl
[patch_db_postgresq_for_backend_DB_version_lower_than_5.0.0.pl]: https://github.com/zonemaster/zonemaster-backend/blob/develop/script/patch_db_postgresq_for_backend_DB_version_lower_than_5.0.0.pl
| non_priority | documentation for upgrade files pr introduced two scripts issue asks if they should be included on target system or not independent it is a problem that there is no information it is not obvious if refer to version of database engine or zonemaster backend neither of the scripts have any documentation should we have some reference to them when we release | 0 |
261,289 | 19,705,373,164 | IssuesEvent | 2022-01-12 21:18:12 | vicasas/jest-prop-types | https://api.github.com/repos/vicasas/jest-prop-types | closed | Fix usage | documentation | ### Current behavior ๐ฏ
The _usage_ section of README.md does not work as the package name is wrong. It should be changed from `jest-prop-type` to `jest-prop-types`.
```diff
{
"setupFiles": [
- "jest-prop-type"
+ "jest-prop-types"
]
}
```
```diff
-import 'jest-prop-type'
+import 'jest-prop-types'
```
### Expected behavior ๐ค
When configuring the package following the documentation it should work.
### Steps to reproduce ๐น
Steps:
1. Install package using `npm i -D jest-prop-types`.
2. Follow the instructions for use in the documentation.
3. Run the test command and it will throw an error.
### Context ๐ฆ
_No response_
### Your environment ๐
<details>
<summary>`npx @mui/envinfo`</summary>
```
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
```
</details>
| 1.0 | Fix usage - ### Current behavior ๐ฏ
The _usage_ section of README.md does not work as the package name is wrong. It should be changed from `jest-prop-type` to `jest-prop-types`.
```diff
{
"setupFiles": [
- "jest-prop-type"
+ "jest-prop-types"
]
}
```
```diff
-import 'jest-prop-type'
+import 'jest-prop-types'
```
### Expected behavior ๐ค
When configuring the package following the documentation it should work.
### Steps to reproduce ๐น
Steps:
1. Install package using `npm i -D jest-prop-types`.
2. Follow the instructions for use in the documentation.
3. Run the test command and it will throw an error.
### Context ๐ฆ
_No response_
### Your environment ๐
<details>
<summary>`npx @mui/envinfo`</summary>
```
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
```
</details>
| non_priority | fix usage current behavior ๐ฏ the usage section of readme md does not work as the package name is wrong it should be changed from jest prop type to jest prop types diff setupfiles jest prop type jest prop types diff import jest prop type import jest prop types expected behavior ๐ค when configuring the package following the documentation it should work steps to reproduce ๐น steps install package using npm i d jest prop types follow the instructions for use in the documentation run the test command and it will throw an error context ๐ฆ no response your environment ๐ npx mui envinfo don t forget to mention which browser you used output from npx mui envinfo goes here | 0 |
291,526 | 21,928,426,308 | IssuesEvent | 2022-05-23 07:33:13 | UniStuttgart-VISUS/damast | https://api.github.com/repos/UniStuttgart-VISUS/damast | closed | Very simple and short YouTube-Videos | documentation | With the feedback by the visitor reported in #148 etc., the idea came up to make very short YouTube-Videos that do not cover a greater and complex research task as a whole, but answer small questions like: How do I look for a specific place?
As long as some users are overwhelmed by the documentation (which is systematic and not "problem-oriented") this might be a good solution. | 1.0 | Very simple and short YouTube-Videos - With the feedback by the visitor reported in #148 etc., the idea came up to make very short YouTube-Videos that do not cover a greater and complex research task as a whole, but answer small questions like: How do I look for a specific place?
As long as some users are overwhelmed by the documentation (which is systematic and not "problem-oriented") this might be a good solution. | non_priority | very simple and short youtube videos with the feedback by the visitor reported in etc the idea came up to make very short youtube videos that do not cover a greater and complex research task as a whole but answer small questions like how do i look for a specific place as long as some users are overwhelmed by the documentation which is systematic and not problem oriented this might be a good solution | 0 |
7,559 | 3,575,075,669 | IssuesEvent | 2016-01-27 14:43:03 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | "Your session has expired. Please log in again." On admin login page | No Code Attached Yet | #### Steps to reproduce the issue
This is happening much more frequently after the J3.4.5 thoruh J3.4.8 updates. I often leave Joomla sites logged in during the day or overnight and naturally my sessions expires and Joomla just shows the login screen. However, when I then enter my login details, that is when I then get the "Your session has expired. Please log in again." message - which is completely bizarre to me, if I then enter the login details again I can log in. It occurs to me that if the joomla admin login screen is displayed for any reason then the obvious thing to do would be to clear down the session so that any entry of login details is then accepted first time around.
Here is a video link to show you what I mean - http://screencast.com/t/FEZmXbnJS
#### Expected result
login successful first time around
#### Actual result
"Your session has expired. Please log in again."
#### System information (as much as possible)
Joomla 3.4.8 any template
#### Additional comments
| 1.0 | "Your session has expired. Please log in again." On admin login page - #### Steps to reproduce the issue
This is happening much more frequently after the J3.4.5 thoruh J3.4.8 updates. I often leave Joomla sites logged in during the day or overnight and naturally my sessions expires and Joomla just shows the login screen. However, when I then enter my login details, that is when I then get the "Your session has expired. Please log in again." message - which is completely bizarre to me, if I then enter the login details again I can log in. It occurs to me that if the joomla admin login screen is displayed for any reason then the obvious thing to do would be to clear down the session so that any entry of login details is then accepted first time around.
Here is a video link to show you what I mean - http://screencast.com/t/FEZmXbnJS
#### Expected result
login successful first time around
#### Actual result
"Your session has expired. Please log in again."
#### System information (as much as possible)
Joomla 3.4.8 any template
#### Additional comments
| non_priority | your session has expired please log in again on admin login page steps to reproduce the issue this is happening much more frequently after the thoruh updates i often leave joomla sites logged in during the day or overnight and naturally my sessions expires and joomla just shows the login screen however when i then enter my login details that is when i then get the your session has expired please log in again message which is completely bizarre to me if i then enter the login details again i can log in it occurs to me that if the joomla admin login screen is displayed for any reason then the obvious thing to do would be to clear down the session so that any entry of login details is then accepted first time around here is a video link to show you what i mean expected result login successful first time around actual result your session has expired please log in again system information as much as possible joomla any template additional comments | 0 |
376,653 | 26,210,109,133 | IssuesEvent | 2023-01-04 05:10:36 | habeebweeb/COM3D2.MeidoPhotoStudio | https://api.github.com/repos/habeebweeb/COM3D2.MeidoPhotoStudio | opened | Write end user documentation | Chore Documentation | Not a README.md but a help doc.
Want to make it easy to read and have plenty of visuals.
Could make an html page or a pdf. | 1.0 | Write end user documentation - Not a README.md but a help doc.
Want to make it easy to read and have plenty of visuals.
Could make an html page or a pdf. | non_priority | write end user documentation not a readme md but a help doc want to make it easy to read and have plenty of visuals could make an html page or a pdf | 0 |
423,597 | 28,718,724,032 | IssuesEvent | 2023-04-28 00:43:05 | marcolivierarsenault/moonraker-home-assistant | https://api.github.com/repos/marcolivierarsenault/moonraker-home-assistant | closed | Add new dashboard template | documentation | @greendog99 built a great dashboard exposing this integration, we should add it in our doc:
https://gist.github.com/greendog99/b379b2aa558639d657212f88e0749607
```yml
cards:
- type: custom:mushroom-title-card
title: Moonraker โ {{ states('sensor.moonraker_current_display_message') }}
subtitle: '{{ states(''sensor.moonraker_filename'') }}'
alignment: center
title_tap_action:
action: url
url_path: http://moonraker.local/
- square: false
type: grid
cards:
- type: tile
entity: sensor.moonraker_current_print_state
name: Status
show_entity_picture: false
vertical: false
color: primary
- type: tile
entity: sensor.moonraker_print_duration
name: Elapsed
color: accent
- type: tile
entity: sensor.moonraker_print_eta
name: Completion
color: green
show_entity_picture: false
vertical: false
columns: 3
- type: custom:bar-card
entity: sensor.moonraker_progress
name: Print Progress...
icon: mdi:clock-end
color: green
positions:
indicator: inside
name: inside
- square: false
type: grid
columns: 4
cards:
- type: custom:button-card
entity: button.moonraker_pause_print
color_type: icon
tap_action:
action: toggle
name: Pause
- type: custom:button-card
entity: button.moonraker_resume_print
color_type: icon
tap_action:
action: toggle
name: Resume
- type: custom:button-card
entity: button.moonraker_cancel_print
color_type: icon
tap_action:
action: toggle
name: Cancel
lock:
enabled: false
confirmation:
text: This will CANCEL the print. Are you sure?
- type: custom:button-card
entity: button.moonraker_emergency_stop
color_type: icon
color: red
tap_action:
action: toggle
name: Emergency
lock:
enabled: false
confirmation:
text: This will REBOOT the printer. Are you sure?
- type: custom:apexcharts-card
graph_span: 1h
header:
show: true
title: Printer Temperatures
show_states: true
colorize_states: true
apex_config:
chart:
height: 200px
legend:
show: false
grid:
xaxis:
lines:
show: true
borderColor: '#555'
yaxis:
- opposite: true
decimals: 0
apex_config:
tickAmount: 2
all_series_config:
stroke_width: 2
float_precision: 0
show:
name_in_header: true
series:
- entity: sensor.moonraker_extruder_temperature
name: Hotend
- entity: sensor.moonraker_bed_temperature
name: Bed
- entity: sensor.moonraker_raspberry_pi
name: RPi3
- entity: sensor.moonraker_mcu
name: Octopus
- entity: sensor.atc_3d_temperature
name: Chamber
- type: custom:apexcharts-card
graph_span: 1h
header:
show: true
title: Fan Speeds
show_states: true
colorize_states: true
apex_config:
chart:
height: 200px
legend:
show: false
grid:
xaxis:
lines:
show: true
borderColor: '#555'
yaxis:
- opposite: true
decimals: 0
apex_config:
tickAmount: 2
all_series_config:
stroke_width: 2
show:
name_in_header: true
series:
- entity: sensor.moonraker_hotend_fan
name: Hotend
- entity: sensor.moonraker_fan_speed
name: Parts
- entity: sensor.moonraker_controller_fan_front
name: Skirt Front
- entity: sensor.moonraker_controller_fan_rear
name: Skirt Rear
- type: conditional
conditions:
- entity: sensor.moonraker_current_print_state
state_not: unavailable
card:
type: picture-entity
entity: camera.moonraker_cam
camera_view: live
show_name: false
show_state: false
aspect_ratio: 4x3
- type: conditional
conditions:
- entity: sensor.moonraker_current_print_state
state_not: unavailable
card:
type: picture-entity
entity: camera.moonraker_thumbnail
camera_view: auto
show_name: false
show_state: false
``` | 1.0 | Add new dashboard template - @greendog99 built a great dashboard exposing this integration, we should add it in our doc:
https://gist.github.com/greendog99/b379b2aa558639d657212f88e0749607
```yml
cards:
- type: custom:mushroom-title-card
title: Moonraker โ {{ states('sensor.moonraker_current_display_message') }}
subtitle: '{{ states(''sensor.moonraker_filename'') }}'
alignment: center
title_tap_action:
action: url
url_path: http://moonraker.local/
- square: false
type: grid
cards:
- type: tile
entity: sensor.moonraker_current_print_state
name: Status
show_entity_picture: false
vertical: false
color: primary
- type: tile
entity: sensor.moonraker_print_duration
name: Elapsed
color: accent
- type: tile
entity: sensor.moonraker_print_eta
name: Completion
color: green
show_entity_picture: false
vertical: false
columns: 3
- type: custom:bar-card
entity: sensor.moonraker_progress
name: Print Progress...
icon: mdi:clock-end
color: green
positions:
indicator: inside
name: inside
- square: false
type: grid
columns: 4
cards:
- type: custom:button-card
entity: button.moonraker_pause_print
color_type: icon
tap_action:
action: toggle
name: Pause
- type: custom:button-card
entity: button.moonraker_resume_print
color_type: icon
tap_action:
action: toggle
name: Resume
- type: custom:button-card
entity: button.moonraker_cancel_print
color_type: icon
tap_action:
action: toggle
name: Cancel
lock:
enabled: false
confirmation:
text: This will CANCEL the print. Are you sure?
- type: custom:button-card
entity: button.moonraker_emergency_stop
color_type: icon
color: red
tap_action:
action: toggle
name: Emergency
lock:
enabled: false
confirmation:
text: This will REBOOT the printer. Are you sure?
- type: custom:apexcharts-card
graph_span: 1h
header:
show: true
title: Printer Temperatures
show_states: true
colorize_states: true
apex_config:
chart:
height: 200px
legend:
show: false
grid:
xaxis:
lines:
show: true
borderColor: '#555'
yaxis:
- opposite: true
decimals: 0
apex_config:
tickAmount: 2
all_series_config:
stroke_width: 2
float_precision: 0
show:
name_in_header: true
series:
- entity: sensor.moonraker_extruder_temperature
name: Hotend
- entity: sensor.moonraker_bed_temperature
name: Bed
- entity: sensor.moonraker_raspberry_pi
name: RPi3
- entity: sensor.moonraker_mcu
name: Octopus
- entity: sensor.atc_3d_temperature
name: Chamber
- type: custom:apexcharts-card
graph_span: 1h
header:
show: true
title: Fan Speeds
show_states: true
colorize_states: true
apex_config:
chart:
height: 200px
legend:
show: false
grid:
xaxis:
lines:
show: true
borderColor: '#555'
yaxis:
- opposite: true
decimals: 0
apex_config:
tickAmount: 2
all_series_config:
stroke_width: 2
show:
name_in_header: true
series:
- entity: sensor.moonraker_hotend_fan
name: Hotend
- entity: sensor.moonraker_fan_speed
name: Parts
- entity: sensor.moonraker_controller_fan_front
name: Skirt Front
- entity: sensor.moonraker_controller_fan_rear
name: Skirt Rear
- type: conditional
conditions:
- entity: sensor.moonraker_current_print_state
state_not: unavailable
card:
type: picture-entity
entity: camera.moonraker_cam
camera_view: live
show_name: false
show_state: false
aspect_ratio: 4x3
- type: conditional
conditions:
- entity: sensor.moonraker_current_print_state
state_not: unavailable
card:
type: picture-entity
entity: camera.moonraker_thumbnail
camera_view: auto
show_name: false
show_state: false
``` | non_priority | add new dashboard template built a great dashboard exposing this integration we should add it in our doc yml cards type custom mushroom title card title moonraker โ states sensor moonraker current display message subtitle states sensor moonraker filename alignment center title tap action action url url path square false type grid cards type tile entity sensor moonraker current print state name status show entity picture false vertical false color primary type tile entity sensor moonraker print duration name elapsed color accent type tile entity sensor moonraker print eta name completion color green show entity picture false vertical false columns type custom bar card entity sensor moonraker progress name print progress icon mdi clock end color green positions indicator inside name inside square false type grid columns cards type custom button card entity button moonraker pause print color type icon tap action action toggle name pause type custom button card entity button moonraker resume print color type icon tap action action toggle name resume type custom button card entity button moonraker cancel print color type icon tap action action toggle name cancel lock enabled false confirmation text this will cancel the print are you sure type custom button card entity button moonraker emergency stop color type icon color red tap action action toggle name emergency lock enabled false confirmation text this will reboot the printer are you sure type custom apexcharts card graph span header show true title printer temperatures show states true colorize states true apex config chart height legend show false grid xaxis lines show true bordercolor yaxis opposite true decimals apex config tickamount all series config stroke width float precision show name in header true series entity sensor moonraker extruder temperature name hotend entity sensor moonraker bed temperature name bed entity sensor moonraker raspberry pi name entity sensor moonraker mcu name octopus entity sensor atc temperature name chamber type custom apexcharts card graph span header show true title fan speeds show states true colorize states true apex config chart height legend show false grid xaxis lines show true bordercolor yaxis opposite true decimals apex config tickamount all series config stroke width show name in header true series entity sensor moonraker hotend fan name hotend entity sensor moonraker fan speed name parts entity sensor moonraker controller fan front name skirt front entity sensor moonraker controller fan rear name skirt rear type conditional conditions entity sensor moonraker current print state state not unavailable card type picture entity entity camera moonraker cam camera view live show name false show state false aspect ratio type conditional conditions entity sensor moonraker current print state state not unavailable card type picture entity entity camera moonraker thumbnail camera view auto show name false show state false | 0 |
87,660 | 10,948,159,687 | IssuesEvent | 2019-11-26 08:15:35 | MickStick/MRShaw-Web | https://api.github.com/repos/MickStick/MRShaw-Web | opened | Skills Page Design and Implementation | Design Task | **Story**
As a user, I would like to see a page outlining "Mikhail Shaw's" skills. This page should have detailed information include high-level skills and breakdown of skills
**Acceptance Criteria**
- Page Design
- Page Information
- Page Implementation | 1.0 | Skills Page Design and Implementation - **Story**
As a user, I would like to see a page outlining "Mikhail Shaw's" skills. This page should have detailed information include high-level skills and breakdown of skills
**Acceptance Criteria**
- Page Design
- Page Information
- Page Implementation | non_priority | skills page design and implementation story as a user i would like to see a page outlining mikhail shaw s skills this page should have detailed information include high level skills and breakdown of skills acceptance criteria page design page information page implementation | 0 |
386,279 | 26,675,453,809 | IssuesEvent | 2023-01-26 13:56:34 | TijClass/Contact_application_BENKRAKAR-Walid | https://api.github.com/repos/TijClass/Contact_application_BENKRAKAR-Walid | closed | high fidelity wireframe | documentation | A high fidelity wireframe based on the low fidelity wireframe given in the repository above | 1.0 | high fidelity wireframe - A high fidelity wireframe based on the low fidelity wireframe given in the repository above | non_priority | high fidelity wireframe a high fidelity wireframe based on the low fidelity wireframe given in the repository above | 0 |
279,062 | 21,110,337,449 | IssuesEvent | 2022-04-05 00:17:45 | microsoft/vscode-pylint | https://api.github.com/repos/microsoft/vscode-pylint | closed | Server fails for Python <= 3.6 | bug documentation | Unfortunately the bundled pydantic attempts to import dataclasses, and thus fails for any environment using a Python interpreter at 3.6 or older. I think this extension should automatically fall back to using the locally installed pylint such cases.
Debug output from 'Output' tab:
```
Linter Name: Pylint
Linter Module: pylint
Traceback (most recent call last):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\linter\linter_server.py", line 17, in <module>
from pygls import lsp, server
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\__init__.py", line 23, in <module>
from pygls.lsp.types import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\__init__.py", line 2, in <module>
from pygls.lsp.types.basic_structures import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\basic_structures.py", line 58, in <module>
class JsonRpcMessage(Model):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\main.py", line 304, in __new__
config=config,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 420, in infer
field_info=field_info,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 342, in __init__
self.prepare()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 456, in prepare
self.populate_validators()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 670, in populate_validators
*(get_validators() if get_validators else list(find_validators(self.type_, self.model_config))),
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\validators.py", line 674, in find_validators
if is_builtin_dataclass(type_):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\dataclasses.py", line 79, in is_builtin_dataclass
import dataclasses
ModuleNotFoundError: No module named 'dataclasses'
[Info - 11:11:10 a.m.] Connection to server got closed. Server will restart.
Traceback (most recent call last):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\linter\linter_server.py", line 17, in <module>
from pygls import lsp, server
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\__init__.py", line 23, in <module>
from pygls.lsp.types import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\__init__.py", line 2, in <module>
from pygls.lsp.types.basic_structures import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\basic_structures.py", line 58, in <module>
class JsonRpcMessage(Model):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\main.py", line 304, in __new__
config=config,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 420, in infer
field_info=field_info,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 342, in __init__
self.prepare()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 456, in prepare
self.populate_validators()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 670, in populate_validators
*(get_validators() if get_validators else list(find_validators(self.type_, self.model_config))),
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\validators.py", line 674, in find_validators
if is_builtin_dataclass(type_):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\dataclasses.py", line 79, in is_builtin_dataclass
import dataclasses
ModuleNotFoundError: No module named 'dataclasses'
[Info - 11:11:11 a.m.] Connection to server got closed. Server will restart.
Traceback (most recent call last):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\linter\linter_server.py", line 17, in <module>
from pygls import lsp, server
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\__init__.py", line 23, in <module>
from pygls.lsp.types import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\__init__.py", line 2, in <module>
from pygls.lsp.types.basic_structures import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\basic_structures.py", line 58, in <module>
class JsonRpcMessage(Model):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\main.py", line 304, in __new__
config=config,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 420, in infer
field_info=field_info,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 342, in __init__
self.prepare()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 456, in prepare
self.populate_validators()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 670, in populate_validators
*(get_validators() if get_validators else list(find_validators(self.type_, self.model_config))),
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\validators.py", line 674, in find_validators
if is_builtin_dataclass(type_):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\dataclasses.py", line 79, in is_builtin_dataclass
import dataclasses
ModuleNotFoundError: No module named 'dataclasses'
[Info - 11:11:11 a.m.] Connection to server got closed. Server will restart.
Traceback (most recent call last):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\linter\linter_server.py", line 17, in <module>
from pygls import lsp, server
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\__init__.py", line 23, in <module>
from pygls.lsp.types import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\__init__.py", line 2, in <module>
from pygls.lsp.types.basic_structures import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\basic_structures.py", line 58, in <module>
class JsonRpcMessage(Model):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\main.py", line 304, in __new__
config=config,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 420, in infer
field_info=field_info,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 342, in __init__
self.prepare()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 456, in prepare
self.populate_validators()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 670, in populate_validators
*(get_validators() if get_validators else list(find_validators(self.type_, self.model_config))),
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\validators.py", line 674, in find_validators
if is_builtin_dataclass(type_):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\dataclasses.py", line 79, in is_builtin_dataclass
import dataclasses
ModuleNotFoundError: No module named 'dataclasses'
[Info - 11:11:11 a.m.] Connection to server got closed. Server will restart.
Traceback (most recent call last):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\linter\linter_server.py", line 17, in <module>
from pygls import lsp, server
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\__init__.py", line 23, in <module>
from pygls.lsp.types import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\__init__.py", line 2, in <module>
from pygls.lsp.types.basic_structures import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\basic_structures.py", line 58, in <module>
class JsonRpcMessage(Model):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\main.py", line 304, in __new__
config=config,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 420, in infer
field_info=field_info,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 342, in __init__
self.prepare()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 456, in prepare
self.populate_validators()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 670, in populate_validators
*(get_validators() if get_validators else list(find_validators(self.type_, self.model_config))),
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\validators.py", line 674, in find_validators
if is_builtin_dataclass(type_):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\dataclasses.py", line 79, in is_builtin_dataclass
import dataclasses
ModuleNotFoundError: No module named 'dataclasses'
[Error - 11:11:12 a.m.] Connection to server got closed. Server will not be restarted.
``` | 1.0 | Server fails for Python <= 3.6 - Unfortunately the bundled pydantic attempts to import dataclasses, and thus fails for any environment using a Python interpreter at 3.6 or older. I think this extension should automatically fall back to using the locally installed pylint such cases.
Debug output from 'Output' tab:
```
Linter Name: Pylint
Linter Module: pylint
Traceback (most recent call last):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\linter\linter_server.py", line 17, in <module>
from pygls import lsp, server
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\__init__.py", line 23, in <module>
from pygls.lsp.types import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\__init__.py", line 2, in <module>
from pygls.lsp.types.basic_structures import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\basic_structures.py", line 58, in <module>
class JsonRpcMessage(Model):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\main.py", line 304, in __new__
config=config,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 420, in infer
field_info=field_info,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 342, in __init__
self.prepare()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 456, in prepare
self.populate_validators()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 670, in populate_validators
*(get_validators() if get_validators else list(find_validators(self.type_, self.model_config))),
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\validators.py", line 674, in find_validators
if is_builtin_dataclass(type_):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\dataclasses.py", line 79, in is_builtin_dataclass
import dataclasses
ModuleNotFoundError: No module named 'dataclasses'
[Info - 11:11:10 a.m.] Connection to server got closed. Server will restart.
Traceback (most recent call last):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\linter\linter_server.py", line 17, in <module>
from pygls import lsp, server
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\__init__.py", line 23, in <module>
from pygls.lsp.types import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\__init__.py", line 2, in <module>
from pygls.lsp.types.basic_structures import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\basic_structures.py", line 58, in <module>
class JsonRpcMessage(Model):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\main.py", line 304, in __new__
config=config,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 420, in infer
field_info=field_info,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 342, in __init__
self.prepare()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 456, in prepare
self.populate_validators()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 670, in populate_validators
*(get_validators() if get_validators else list(find_validators(self.type_, self.model_config))),
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\validators.py", line 674, in find_validators
if is_builtin_dataclass(type_):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\dataclasses.py", line 79, in is_builtin_dataclass
import dataclasses
ModuleNotFoundError: No module named 'dataclasses'
[Info - 11:11:11 a.m.] Connection to server got closed. Server will restart.
Traceback (most recent call last):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\linter\linter_server.py", line 17, in <module>
from pygls import lsp, server
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\__init__.py", line 23, in <module>
from pygls.lsp.types import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\__init__.py", line 2, in <module>
from pygls.lsp.types.basic_structures import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\basic_structures.py", line 58, in <module>
class JsonRpcMessage(Model):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\main.py", line 304, in __new__
config=config,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 420, in infer
field_info=field_info,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 342, in __init__
self.prepare()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 456, in prepare
self.populate_validators()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 670, in populate_validators
*(get_validators() if get_validators else list(find_validators(self.type_, self.model_config))),
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\validators.py", line 674, in find_validators
if is_builtin_dataclass(type_):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\dataclasses.py", line 79, in is_builtin_dataclass
import dataclasses
ModuleNotFoundError: No module named 'dataclasses'
[Info - 11:11:11 a.m.] Connection to server got closed. Server will restart.
Traceback (most recent call last):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\linter\linter_server.py", line 17, in <module>
from pygls import lsp, server
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\__init__.py", line 23, in <module>
from pygls.lsp.types import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\__init__.py", line 2, in <module>
from pygls.lsp.types.basic_structures import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\basic_structures.py", line 58, in <module>
class JsonRpcMessage(Model):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\main.py", line 304, in __new__
config=config,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 420, in infer
field_info=field_info,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 342, in __init__
self.prepare()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 456, in prepare
self.populate_validators()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 670, in populate_validators
*(get_validators() if get_validators else list(find_validators(self.type_, self.model_config))),
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\validators.py", line 674, in find_validators
if is_builtin_dataclass(type_):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\dataclasses.py", line 79, in is_builtin_dataclass
import dataclasses
ModuleNotFoundError: No module named 'dataclasses'
[Info - 11:11:11 a.m.] Connection to server got closed. Server will restart.
Traceback (most recent call last):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\linter\linter_server.py", line 17, in <module>
from pygls import lsp, server
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\__init__.py", line 23, in <module>
from pygls.lsp.types import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\__init__.py", line 2, in <module>
from pygls.lsp.types.basic_structures import *
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pygls\lsp\types\basic_structures.py", line 58, in <module>
class JsonRpcMessage(Model):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\main.py", line 304, in __new__
config=config,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 420, in infer
field_info=field_info,
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 342, in __init__
self.prepare()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 456, in prepare
self.populate_validators()
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\fields.py", line 670, in populate_validators
*(get_validators() if get_validators else list(find_validators(self.type_, self.model_config))),
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\validators.py", line 674, in find_validators
if is_builtin_dataclass(type_):
File "c:\Users\wmiles\.vscode\extensions\ms-python.pylint-2022.1.10911002\bundled\libs\pydantic\dataclasses.py", line 79, in is_builtin_dataclass
import dataclasses
ModuleNotFoundError: No module named 'dataclasses'
[Error - 11:11:12 a.m.] Connection to server got closed. Server will not be restarted.
``` | non_priority | server fails for python unfortunately the bundled pydantic attempts to import dataclasses and thus fails for any environment using a python interpreter at or older i think this extension should automatically fall back to using the locally installed pylint such cases debug output from output tab linter name pylint linter module pylint traceback most recent call last file c users wmiles vscode extensions ms python pylint bundled linter linter server py line in from pygls import lsp server file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp init py line in from pygls lsp types import file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp types init py line in from pygls lsp types basic structures import file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp types basic structures py line in class jsonrpcmessage model file c users wmiles vscode extensions ms python pylint bundled libs pydantic main py line in new config config file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in infer field info field info file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in init self prepare file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in prepare self populate validators file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in populate validators get validators if get validators else list find validators self type self model config file c users wmiles vscode extensions ms python pylint bundled libs pydantic validators py line in find validators if is builtin dataclass type file c users wmiles vscode extensions ms python pylint bundled libs pydantic dataclasses py line in is builtin dataclass import dataclasses modulenotfounderror no module named dataclasses connection to server got closed server will restart traceback most recent call last file c users wmiles vscode extensions ms python pylint bundled linter linter server py line in from pygls import lsp server file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp init py line in from pygls lsp types import file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp types init py line in from pygls lsp types basic structures import file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp types basic structures py line in class jsonrpcmessage model file c users wmiles vscode extensions ms python pylint bundled libs pydantic main py line in new config config file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in infer field info field info file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in init self prepare file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in prepare self populate validators file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in populate validators get validators if get validators else list find validators self type self model config file c users wmiles vscode extensions ms python pylint bundled libs pydantic validators py line in find validators if is builtin dataclass type file c users wmiles vscode extensions ms python pylint bundled libs pydantic dataclasses py line in is builtin dataclass import dataclasses modulenotfounderror no module named dataclasses connection to server got closed server will restart traceback most recent call last file c users wmiles vscode extensions ms python pylint bundled linter linter server py line in from pygls import lsp server file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp init py line in from pygls lsp types import file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp types init py line in from pygls lsp types basic structures import file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp types basic structures py line in class jsonrpcmessage model file c users wmiles vscode extensions ms python pylint bundled libs pydantic main py line in new config config file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in infer field info field info file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in init self prepare file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in prepare self populate validators file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in populate validators get validators if get validators else list find validators self type self model config file c users wmiles vscode extensions ms python pylint bundled libs pydantic validators py line in find validators if is builtin dataclass type file c users wmiles vscode extensions ms python pylint bundled libs pydantic dataclasses py line in is builtin dataclass import dataclasses modulenotfounderror no module named dataclasses connection to server got closed server will restart traceback most recent call last file c users wmiles vscode extensions ms python pylint bundled linter linter server py line in from pygls import lsp server file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp init py line in from pygls lsp types import file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp types init py line in from pygls lsp types basic structures import file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp types basic structures py line in class jsonrpcmessage model file c users wmiles vscode extensions ms python pylint bundled libs pydantic main py line in new config config file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in infer field info field info file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in init self prepare file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in prepare self populate validators file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in populate validators get validators if get validators else list find validators self type self model config file c users wmiles vscode extensions ms python pylint bundled libs pydantic validators py line in find validators if is builtin dataclass type file c users wmiles vscode extensions ms python pylint bundled libs pydantic dataclasses py line in is builtin dataclass import dataclasses modulenotfounderror no module named dataclasses connection to server got closed server will restart traceback most recent call last file c users wmiles vscode extensions ms python pylint bundled linter linter server py line in from pygls import lsp server file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp init py line in from pygls lsp types import file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp types init py line in from pygls lsp types basic structures import file c users wmiles vscode extensions ms python pylint bundled libs pygls lsp types basic structures py line in class jsonrpcmessage model file c users wmiles vscode extensions ms python pylint bundled libs pydantic main py line in new config config file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in infer field info field info file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in init self prepare file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in prepare self populate validators file c users wmiles vscode extensions ms python pylint bundled libs pydantic fields py line in populate validators get validators if get validators else list find validators self type self model config file c users wmiles vscode extensions ms python pylint bundled libs pydantic validators py line in find validators if is builtin dataclass type file c users wmiles vscode extensions ms python pylint bundled libs pydantic dataclasses py line in is builtin dataclass import dataclasses modulenotfounderror no module named dataclasses connection to server got closed server will not be restarted | 0 |
23,660 | 22,503,432,811 | IssuesEvent | 2022-06-23 13:42:55 | DMPRoadmap/roadmap | https://api.github.com/repos/DMPRoadmap/roadmap | closed | Formatting of questions, guidance, example answers etc. when downloaded | accessibilty plans usability download | Could we have more obvious formatting of the questions, guidance, example answers etc., so itโs visible what is what after this is downloaded?
Currently all appears in the same size, and guidance and example answers heading appears in italics.
It would be nice to have some 'visual' hierarchy if this is possible,
e.g. so questions would appear with bigger font in bold so it would be clearer what falls under that question
guidance - would be smaller font and maybe even the guidance text could appear in italics
| True | Formatting of questions, guidance, example answers etc. when downloaded - Could we have more obvious formatting of the questions, guidance, example answers etc., so itโs visible what is what after this is downloaded?
Currently all appears in the same size, and guidance and example answers heading appears in italics.
It would be nice to have some 'visual' hierarchy if this is possible,
e.g. so questions would appear with bigger font in bold so it would be clearer what falls under that question
guidance - would be smaller font and maybe even the guidance text could appear in italics
| non_priority | formatting of questions guidance example answers etc when downloaded could we have more obvious formatting of the questions guidance example answers etc so itโs visible what is what after this is downloaded currently all appears in the same size and guidance and example answers heading appears in italics it would be nice to have some visual hierarchy if this is possible e g so questions would appear with bigger font in bold so it would be clearer what falls under that question guidance would be smaller font and maybe even the guidance text could appear in italics | 0 |
164,093 | 25,919,856,824 | IssuesEvent | 2022-12-15 20:48:53 | CDRH/chesnutt | https://api.github.com/repos/CDRH/chesnutt | closed | Remove extra space before footnote references (the subscript numbers) | design tech_orchid close? | There is currently an extra space being inserted before footnote references in the body of the letters (before the superscript numbers that point to the annotations). | 1.0 | Remove extra space before footnote references (the subscript numbers) - There is currently an extra space being inserted before footnote references in the body of the letters (before the superscript numbers that point to the annotations). | non_priority | remove extra space before footnote references the subscript numbers there is currently an extra space being inserted before footnote references in the body of the letters before the superscript numbers that point to the annotations | 0 |
6,413 | 3,801,383,606 | IssuesEvent | 2016-03-23 22:40:01 | Homebrew/homebrew-science | https://api.github.com/repos/Homebrew/homebrew-science | closed | astral: error: 404 Not Found | Bioinformatics build-error | ```
==> Installing astral from homebrew/science
==> Downloading https://github.com/smirarab/ASTRAL/raw/master/Astral.4.7.8.zip
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "astral"
Download failed: https://github.com/smirarab/ASTRAL/raw/master/Astral.4.7.8.zip
``` | 1.0 | astral: error: 404 Not Found - ```
==> Installing astral from homebrew/science
==> Downloading https://github.com/smirarab/ASTRAL/raw/master/Astral.4.7.8.zip
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "astral"
Download failed: https://github.com/smirarab/ASTRAL/raw/master/Astral.4.7.8.zip
``` | non_priority | astral error not found installing astral from homebrew science downloading curl the requested url returned error not found error failed to download resource astral download failed | 0 |
78,029 | 27,282,892,694 | IssuesEvent | 2023-02-23 11:21:42 | vector-im/element-call | https://api.github.com/repos/vector-im/element-call | opened | EC doesn't recover from switching networks. | T-Defect | ### Steps to reproduce
1. join a call on wifi
2. Plug in a cat5 cable
3. Disable wifi
4. Observe that EC can't reconnect
### Outcome
#### What did you expect?
Resilience to network transitions via ICE.
#### What happened instead?
Call video feeds gets stuck in "...connecting" tiles.
### Operating system
macOS
### Browser information
Version 109.0.5414.119 (Official Build) (arm64)
### URL for webapp
call.element.io
### Will you send logs?
No | 1.0 | EC doesn't recover from switching networks. - ### Steps to reproduce
1. join a call on wifi
2. Plug in a cat5 cable
3. Disable wifi
4. Observe that EC can't reconnect
### Outcome
#### What did you expect?
Resilience to network transitions via ICE.
#### What happened instead?
Call video feeds gets stuck in "...connecting" tiles.
### Operating system
macOS
### Browser information
Version 109.0.5414.119 (Official Build) (arm64)
### URL for webapp
call.element.io
### Will you send logs?
No | non_priority | ec doesn t recover from switching networks steps to reproduce join a call on wifi plug in a cable disable wifi observe that ec can t reconnect outcome what did you expect resilience to network transitions via ice what happened instead call video feeds gets stuck in connecting tiles operating system macos browser information version official build url for webapp call element io will you send logs no | 0 |
444,956 | 31,158,247,558 | IssuesEvent | 2023-08-16 14:23:37 | ansys/pyunits | https://api.github.com/repos/ansys/pyunits | closed | Doc Build Errors | bug documentation | Issue during doc-build workflow when verify links to documentation and PyPI.
Links:
https://pyunits.docs.pyansys.com/
https://pypi.org/project/ansys-units
Build will not pass until library and documentation is public so that links exist.

| 1.0 | Doc Build Errors - Issue during doc-build workflow when verify links to documentation and PyPI.
Links:
https://pyunits.docs.pyansys.com/
https://pypi.org/project/ansys-units
Build will not pass until library and documentation is public so that links exist.

| non_priority | doc build errors issue during doc build workflow when verify links to documentation and pypi links build will not pass until library and documentation is public so that links exist | 0 |
422,060 | 28,371,909,227 | IssuesEvent | 2023-04-12 17:38:20 | ARC-Lab-UF/testbench-runner | https://api.github.com/repos/ARC-Lab-UF/testbench-runner | opened | Update installation instructions | documentation | Since lab testbenches are now in their own (private) repo, update instructions on how to clone both simultaneously (`git clone --recurse-submodules`), or just a note that you need to download it separately | 1.0 | Update installation instructions - Since lab testbenches are now in their own (private) repo, update instructions on how to clone both simultaneously (`git clone --recurse-submodules`), or just a note that you need to download it separately | non_priority | update installation instructions since lab testbenches are now in their own private repo update instructions on how to clone both simultaneously git clone recurse submodules or just a note that you need to download it separately | 0 |
66,801 | 7,018,751,485 | IssuesEvent | 2017-12-21 14:51:51 | joserogerio/promocaldasSite | https://api.github.com/repos/joserogerio/promocaldasSite | closed | Erro ao inserir dados com letras maiusculas | bug test | No cadastro de empresas nรฃo estรก aceitando letras maiusculas no endereรงo e as vezes o nome da empresa sai com minusculas mesmo o usuรกrio tendo inserido tudo em maiusculo.
Verificar todos os cadastros. | 1.0 | Erro ao inserir dados com letras maiusculas - No cadastro de empresas nรฃo estรก aceitando letras maiusculas no endereรงo e as vezes o nome da empresa sai com minusculas mesmo o usuรกrio tendo inserido tudo em maiusculo.
Verificar todos os cadastros. | non_priority | erro ao inserir dados com letras maiusculas no cadastro de empresas nรฃo estรก aceitando letras maiusculas no endereรงo e as vezes o nome da empresa sai com minusculas mesmo o usuรกrio tendo inserido tudo em maiusculo verificar todos os cadastros | 0 |
193,339 | 22,216,135,344 | IssuesEvent | 2022-06-08 01:59:36 | gmright2/DEFOLD_Gmright_INLINE | https://api.github.com/repos/gmright2/DEFOLD_Gmright_INLINE | opened | CVE-2022-29244 (Medium) detected in npm-2.15.12.tgz | security vulnerability | ## CVE-2022-29244 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-2.15.12.tgz</b></p></summary>
<p>a package manager for JavaScript</p>
<p>Library home page: <a href="https://registry.npmjs.org/npm/-/npm-2.15.12.tgz">https://registry.npmjs.org/npm/-/npm-2.15.12.tgz</a></p>
<p>Path to dependency file: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/package.json</p>
<p>Path to vulnerable library: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/npm/package.json,/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/npm/package.json</p>
<p>
Dependency Hierarchy:
- cordova-6.5.0.tgz (Root Library)
- cordova-lib-6.5.0.tgz
- :x: **npm-2.15.12.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/gmright2/DEFOLD_Gmright_INLINE/commit/b7c024e8a4ee13f6a45cb00117437f5302af545e">b7c024e8a4ee13f6a45cb00117437f5302af545e</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>
npm pack ignores root-level .gitignore & .npmignore file exclusion directives when run in a workspace or with a workspace flag (ie. --workspaces, --workspace=<name>). Anyone who has run npm pack or npm publish with workspaces, as of v7.9.0 & v7.13.0 respectively, may be affected and have published files into the npm registry they did not intend to include. Users should upgrade to the patched version of npm (v8.11.0 or greater).
<p>Publish Date: 2022-04-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29244>CVE-2022-29244</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.7</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-hj9c-8jmm-8c52">https://github.com/advisories/GHSA-hj9c-8jmm-8c52</a></p>
<p>Release Date: 2022-04-14</p>
<p>Fix Resolution (npm): 8.11.0</p>
<p>Direct dependency fix Resolution (cordova): 11.0.1-nightly.2022.4.13.6cf1e36c</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-29244 (Medium) detected in npm-2.15.12.tgz - ## CVE-2022-29244 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-2.15.12.tgz</b></p></summary>
<p>a package manager for JavaScript</p>
<p>Library home page: <a href="https://registry.npmjs.org/npm/-/npm-2.15.12.tgz">https://registry.npmjs.org/npm/-/npm-2.15.12.tgz</a></p>
<p>Path to dependency file: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/package.json</p>
<p>Path to vulnerable library: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/npm/package.json,/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/npm/package.json</p>
<p>
Dependency Hierarchy:
- cordova-6.5.0.tgz (Root Library)
- cordova-lib-6.5.0.tgz
- :x: **npm-2.15.12.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/gmright2/DEFOLD_Gmright_INLINE/commit/b7c024e8a4ee13f6a45cb00117437f5302af545e">b7c024e8a4ee13f6a45cb00117437f5302af545e</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>
npm pack ignores root-level .gitignore & .npmignore file exclusion directives when run in a workspace or with a workspace flag (ie. --workspaces, --workspace=<name>). Anyone who has run npm pack or npm publish with workspaces, as of v7.9.0 & v7.13.0 respectively, may be affected and have published files into the npm registry they did not intend to include. Users should upgrade to the patched version of npm (v8.11.0 or greater).
<p>Publish Date: 2022-04-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29244>CVE-2022-29244</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.7</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-hj9c-8jmm-8c52">https://github.com/advisories/GHSA-hj9c-8jmm-8c52</a></p>
<p>Release Date: 2022-04-14</p>
<p>Fix Resolution (npm): 8.11.0</p>
<p>Direct dependency fix Resolution (cordova): 11.0.1-nightly.2022.4.13.6cf1e36c</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in npm tgz cve medium severity vulnerability vulnerable library npm tgz a package manager for javascript library home page a href path to dependency file gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master package json path to vulnerable library gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master node modules npm package json gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master node modules npm package json dependency hierarchy cordova tgz root library cordova lib tgz x npm tgz vulnerable library found in head commit a href found in base branch master vulnerability details npm pack ignores root level gitignore npmignore file exclusion directives when run in a workspace or with a workspace flag ie workspaces workspace anyone who has run npm pack or npm publish with workspaces as of respectively may be affected and have published files into the npm registry they did not intend to include users should upgrade to the patched version of npm or greater publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction required scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution npm direct dependency fix resolution cordova nightly step up your open source security game with mend | 0 |
22,948 | 20,733,220,689 | IssuesEvent | 2022-03-14 11:21:58 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Remote scene tree sometimes remains after stopping the game with error | bug topic:editor usability regression | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
7cde0e4
**Steps to reproduce:**
1. Write some faulty code
2. Run the game, make sure there's an error
3. Stop the game
4. Remote tree is still opened when the game isn't running | True | Remote scene tree sometimes remains after stopping the game with error - <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
7cde0e4
**Steps to reproduce:**
1. Write some faulty code
2. Run the game, make sure there's an error
3. Stop the game
4. Remote tree is still opened when the game isn't running | non_priority | remote scene tree sometimes remains after stopping the game with error please search existing issues for potential duplicates before filing yours godot version steps to reproduce write some faulty code run the game make sure there s an error stop the game remote tree is still opened when the game isn t running | 0 |
126,113 | 16,977,580,221 | IssuesEvent | 2021-06-30 02:53:56 | wpilibsuite/frc-docs | https://api.github.com/repos/wpilibsuite/frc-docs | closed | Document GradleRIO capabilities | Needs Design Decision Type: New Article | I can work on this, I just need some guidance as to structure.
@Daltz333 - where should this be? I assume a section under Software Tools?
Also, what structure do we want this in? A doc outlining every task might be appropriate, but it might be a bit redundant because of `./gradlew tasks`. Maybe denote only the main useful tasks?
There are a few tasks that help configure CLion - is there a problem documenting it on frc-docs, given that CLion support is unofficial? | 1.0 | Document GradleRIO capabilities - I can work on this, I just need some guidance as to structure.
@Daltz333 - where should this be? I assume a section under Software Tools?
Also, what structure do we want this in? A doc outlining every task might be appropriate, but it might be a bit redundant because of `./gradlew tasks`. Maybe denote only the main useful tasks?
There are a few tasks that help configure CLion - is there a problem documenting it on frc-docs, given that CLion support is unofficial? | non_priority | document gradlerio capabilities i can work on this i just need some guidance as to structure where should this be i assume a section under software tools also what structure do we want this in a doc outlining every task might be appropriate but it might be a bit redundant because of gradlew tasks maybe denote only the main useful tasks there are a few tasks that help configure clion is there a problem documenting it on frc docs given that clion support is unofficial | 0 |
112,814 | 9,602,592,081 | IssuesEvent | 2019-05-10 14:55:36 | eclipse/openj9 | https://api.github.com/repos/eclipse/openj9 | closed | JTReg test fail - Windows : java/net/httpclient/InvalidInputStreamSubscriptionRequest.java | test excluded test failure | The test https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/openj9/test/jdk/java/net/httpclient/InvalidInputStreamSubscriptionRequest.java fails on Windows with a coredump ...
```
Unhandled exception
Type=Segmentation error vmState=0x00000000
Windows_ExceptionCode=c0000005 J9Generic_Signal=00000004 ExceptionAddress=00007FFAFBD4B96B ContextFlags=0010005f
Handler1=00007FFAFBDC60C0 Handler2=00007FFAFDC3ECA0 InaccessibleReadAddress=0000000099669976
RDI=000000E499420672 RSI=0000000099669966 RAX=0000000099669966 RBX=0000000000402710
RCX=4B19E742A3340000 RDX=0000000000000000 R8=000000E49941FC40 R9=0000000000040022
R10=000000000000000C R11=000000E499E3EA60 R12=0000000000000001 R13=0000000000402A00
R14=0000000000402710 R15=0000000000000011
RIP=00007FFAFBD4B96B RSP=000000E499E3EDF0 RBP=000000E499E3F1B0 GS=002B
FS=0053 ES=002B DS=002B
XMM0 0000000000000006 (f: 6.000000, d: 2.964394e-323)
XMM1 000000e499e3f230 (f: 2581852672.000000, d: 4.850906e-312)
XMM2 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM3 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM4 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM5 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM6 000000e499e3f210 (f: 2581852672.000000, d: 4.850906e-312)
XMM7 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM8 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM10 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM11 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM12 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM13 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
Module=C:\Users\jenkins\workspace\Grinder\openjdkbinary\j2sdk-image\bin\compressedrefs\j9vm29.dll
Module_base_address=00007FFAFBD40000 Offset_in_DLL=000000000000b96b
Target=2_90_20181115_19 (Windows Server 2012 R2 6.3 build 9600)
CPU=amd64 (2 logical CPUs) (0xfff8d000 RAM)
----------- Stack Backtrace -----------
(0x00007FFAFBD4B96B [j9vm29+0xb96b])
(0x0000000000402CF8)
(0x000000E499E3F1B0)
(0x00000000004026C0)
(0x0000000000000011)
---------------------------------------
```
This occurs very infrequently (1 in 100 runs in job https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/589/consoleFull).
No such issue has been observed on Linux.
I've kicked off a repeat of the 100 iteration run requesting the workspace be kept (https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/599) which should hopefully provide access to the coredump files once it has completed (assuming consistent failure rate). | 2.0 | JTReg test fail - Windows : java/net/httpclient/InvalidInputStreamSubscriptionRequest.java - The test https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/openj9/test/jdk/java/net/httpclient/InvalidInputStreamSubscriptionRequest.java fails on Windows with a coredump ...
```
Unhandled exception
Type=Segmentation error vmState=0x00000000
Windows_ExceptionCode=c0000005 J9Generic_Signal=00000004 ExceptionAddress=00007FFAFBD4B96B ContextFlags=0010005f
Handler1=00007FFAFBDC60C0 Handler2=00007FFAFDC3ECA0 InaccessibleReadAddress=0000000099669976
RDI=000000E499420672 RSI=0000000099669966 RAX=0000000099669966 RBX=0000000000402710
RCX=4B19E742A3340000 RDX=0000000000000000 R8=000000E49941FC40 R9=0000000000040022
R10=000000000000000C R11=000000E499E3EA60 R12=0000000000000001 R13=0000000000402A00
R14=0000000000402710 R15=0000000000000011
RIP=00007FFAFBD4B96B RSP=000000E499E3EDF0 RBP=000000E499E3F1B0 GS=002B
FS=0053 ES=002B DS=002B
XMM0 0000000000000006 (f: 6.000000, d: 2.964394e-323)
XMM1 000000e499e3f230 (f: 2581852672.000000, d: 4.850906e-312)
XMM2 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM3 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM4 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM5 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM6 000000e499e3f210 (f: 2581852672.000000, d: 4.850906e-312)
XMM7 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM8 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM10 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM11 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM12 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM13 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
XMM15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
Module=C:\Users\jenkins\workspace\Grinder\openjdkbinary\j2sdk-image\bin\compressedrefs\j9vm29.dll
Module_base_address=00007FFAFBD40000 Offset_in_DLL=000000000000b96b
Target=2_90_20181115_19 (Windows Server 2012 R2 6.3 build 9600)
CPU=amd64 (2 logical CPUs) (0xfff8d000 RAM)
----------- Stack Backtrace -----------
(0x00007FFAFBD4B96B [j9vm29+0xb96b])
(0x0000000000402CF8)
(0x000000E499E3F1B0)
(0x00000000004026C0)
(0x0000000000000011)
---------------------------------------
```
This occurs very infrequently (1 in 100 runs in job https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/589/consoleFull).
No such issue has been observed on Linux.
I've kicked off a repeat of the 100 iteration run requesting the workspace be kept (https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/599) which should hopefully provide access to the coredump files once it has completed (assuming consistent failure rate). | non_priority | jtreg test fail windows java net httpclient invalidinputstreamsubscriptionrequest java the test fails on windows with a coredump unhandled exception type segmentation error vmstate windows exceptioncode signal exceptionaddress contextflags inaccessiblereadaddress rdi rsi rax rbx rcx rdx rip rsp rbp gs fs es ds f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d module c users jenkins workspace grinder openjdkbinary image bin compressedrefs dll module base address offset in dll target windows server build cpu logical cpus ram stack backtrace this occurs very infrequently in runs in job no such issue has been observed on linux i ve kicked off a repeat of the iteration run requesting the workspace be kept which should hopefully provide access to the coredump files once it has completed assuming consistent failure rate | 0 |
163,503 | 25,828,276,367 | IssuesEvent | 2022-12-12 14:26:23 | BreadGood-22/frontend | https://api.github.com/repos/BreadGood-22/frontend | reopened | [design/feat] ๊ณตํต ์ปดํฌ๋ํธ - ํค๋ ๋์์ธ ๋ฐ ์ด๋ฒคํธ ๋ฑ๋ก | design feature | ## โญ ์ฃผ์ ๊ธฐ๋ฅ <!-- ๊ตฌํํ ๊ธฐ๋ฅ(๋ชฉํ)์ ๋ํ ๊ฐ๋ตํ ์ค๋ช
-->
๊ณตํต ์ปดํฌ๋ํธ - ํค๋ ๋์์ธ ๋ฐ ์ด๋ฒคํธ ๋ฑ๋ก
## ๐ ์งํ ์ฌํญ
- [ ] ๋ค๋ก๊ฐ๊ธฐ
- [ ] ๊ฒ์
- [ ] input
- [ ] ํ
์คํธ
- [ ] ์ค์ (์ 3๊ฐ)
## ๐ ์ฐธ๊ณ ์ฌํญ
| 1.0 | [design/feat] ๊ณตํต ์ปดํฌ๋ํธ - ํค๋ ๋์์ธ ๋ฐ ์ด๋ฒคํธ ๋ฑ๋ก - ## โญ ์ฃผ์ ๊ธฐ๋ฅ <!-- ๊ตฌํํ ๊ธฐ๋ฅ(๋ชฉํ)์ ๋ํ ๊ฐ๋ตํ ์ค๋ช
-->
๊ณตํต ์ปดํฌ๋ํธ - ํค๋ ๋์์ธ ๋ฐ ์ด๋ฒคํธ ๋ฑ๋ก
## ๐ ์งํ ์ฌํญ
- [ ] ๋ค๋ก๊ฐ๊ธฐ
- [ ] ๊ฒ์
- [ ] input
- [ ] ํ
์คํธ
- [ ] ์ค์ (์ 3๊ฐ)
## ๐ ์ฐธ๊ณ ์ฌํญ
| non_priority | ๊ณตํต ์ปดํฌ๋ํธ ํค๋ ๋์์ธ ๋ฐ ์ด๋ฒคํธ ๋ฑ๋ก โญ ์ฃผ์ ๊ธฐ๋ฅ ๊ณตํต ์ปดํฌ๋ํธ ํค๋ ๋์์ธ ๋ฐ ์ด๋ฒคํธ ๋ฑ๋ก ๐ ์งํ ์ฌํญ ๋ค๋ก๊ฐ๊ธฐ ๊ฒ์ input ํ
์คํธ ์ค์ ๐ ์ฐธ๊ณ ์ฌํญ | 0 |
113,611 | 24,456,095,149 | IssuesEvent | 2022-10-07 06:53:04 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | [4.2.3] After upgrade - View Articles - categories are in the trashed, but not in the trashed. | No Code Attached Yet | ### Steps to reproduce the issue
Upgrade 3.10.11 to 4.2.3
After migrating to Joomla 4, the categories are in the trashed, but not in the trashed.
Each category name in the articles view is as if it were in the trash. However, in categories it is visible normally.

If i in view articles and go to category show published.
View categories show published all.
Check ROOT is OK.
No override in admin view.
No plugin that might interfere.
Rebuild categories not working.
Move to trash and move to publish not working.
This is all symptoms bug :)
### Expected result
View Articles - categories publish
### Actual result
View Articles - categories publish and this same in trash.
### System information (as much as possible)
Joomla 4.2.3 PHP 8.0
### Additional comments
I check in version 4.1.5 if show normal.
administrator/components/com_content/tmpl/articles/default.php
Problem starts on version 4.2.0
Im in not dev but maybe this is problem. Line 301 (Joomla 4.2.3)
```
if ($item->category_published < '1') :
echo $item->category_published == '0' ? ' (' . Text::_('JUNPUBLISHED') . ')' : ' (' . Text::_('JTRASHED') . ')';
endif;
```
Justin White say.
"seems like '1' and '0' should be numbers not strings"
https://www.facebook.com/groups/joomlanospam/permalink/10158537073975997/ | 1.0 | [4.2.3] After upgrade - View Articles - categories are in the trashed, but not in the trashed. - ### Steps to reproduce the issue
Upgrade 3.10.11 to 4.2.3
After migrating to Joomla 4, the categories are in the trashed, but not in the trashed.
Each category name in the articles view is as if it were in the trash. However, in categories it is visible normally.

If i in view articles and go to category show published.
View categories show published all.
Check ROOT is OK.
No override in admin view.
No plugin that might interfere.
Rebuild categories not working.
Move to trash and move to publish not working.
This is all symptoms bug :)
### Expected result
View Articles - categories publish
### Actual result
View Articles - categories publish and this same in trash.
### System information (as much as possible)
Joomla 4.2.3 PHP 8.0
### Additional comments
I check in version 4.1.5 if show normal.
administrator/components/com_content/tmpl/articles/default.php
Problem starts on version 4.2.0
Im in not dev but maybe this is problem. Line 301 (Joomla 4.2.3)
```
if ($item->category_published < '1') :
echo $item->category_published == '0' ? ' (' . Text::_('JUNPUBLISHED') . ')' : ' (' . Text::_('JTRASHED') . ')';
endif;
```
Justin White say.
"seems like '1' and '0' should be numbers not strings"
https://www.facebook.com/groups/joomlanospam/permalink/10158537073975997/ | non_priority | after upgrade view articles categories are in the trashed but not in the trashed steps to reproduce the issue upgrade to after migrating to joomla the categories are in the trashed but not in the trashed each category name in the articles view is as if it were in the trash however in categories it is visible normally if i in view articles and go to category show published view categories show published all check root is ok no override in admin view no plugin that might interfere rebuild categories not working move to trash and move to publish not working this is all symptoms bug expected result view articles categories publish actual result view articles categories publish and this same in trash system information as much as possible joomla php additional comments i check in version if show normal administrator components com content tmpl articles default php problem starts on version im in not dev but maybe this is problem line joomla if item category published echo item category published text junpublished text jtrashed endif justin white say seems like and should be numbers not strings | 0 |
16,142 | 11,851,332,780 | IssuesEvent | 2020-03-24 17:57:30 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Make conflict resolution eliminate old System.Native libs prior to rename | area-Infrastructure-installer | https://github.com/dotnet/runtime/issues/33118 changed the name of all the native shims. This caused conflict resolution to no longer eliminate those old binaries, which would be preferred by interop.
Found in https://github.com/dotnet/extensions/pull/3077
We should make conflict resolution handle this. The simplest way may be to add these to PackageOverrides.txt /cc @dagood
| 1.0 | Make conflict resolution eliminate old System.Native libs prior to rename - https://github.com/dotnet/runtime/issues/33118 changed the name of all the native shims. This caused conflict resolution to no longer eliminate those old binaries, which would be preferred by interop.
Found in https://github.com/dotnet/extensions/pull/3077
We should make conflict resolution handle this. The simplest way may be to add these to PackageOverrides.txt /cc @dagood
| non_priority | make conflict resolution eliminate old system native libs prior to rename changed the name of all the native shims this caused conflict resolution to no longer eliminate those old binaries which would be preferred by interop found in we should make conflict resolution handle this the simplest way may be to add these to packageoverrides txt cc dagood | 0 |
174,858 | 27,744,423,233 | IssuesEvent | 2023-03-15 16:07:49 | baloise-incubator/design-system | https://api.github.com/repos/baloise-incubator/design-system | closed | [bal-footer] - Add DE and social links | ๐ Enhancement ๐งโ๐ป Technical Design System | - [x] The footer component should also show the social media links from the CMS API
- [x] The footer should support Germany
- [x] install 3.11.0 web-app-utils | 1.0 | [bal-footer] - Add DE and social links - - [x] The footer component should also show the social media links from the CMS API
- [x] The footer should support Germany
- [x] install 3.11.0 web-app-utils | non_priority | add de and social links the footer component should also show the social media links from the cms api the footer should support germany install web app utils | 0 |
37,326 | 4,795,482,526 | IssuesEvent | 2016-11-01 01:20:53 | theJoi/GeckoTracker | https://api.github.com/repos/theJoi/GeckoTracker | closed | Remove CSS borders from layout on gecko details page | design enhancement Hacktoberfest | The borders around the GeckoDetails, Photos, WeightChart, etc... components should be removed. We're going for a "separation by whitespace" look.
| 1.0 | Remove CSS borders from layout on gecko details page - The borders around the GeckoDetails, Photos, WeightChart, etc... components should be removed. We're going for a "separation by whitespace" look.
| non_priority | remove css borders from layout on gecko details page the borders around the geckodetails photos weightchart etc components should be removed we re going for a separation by whitespace look | 0 |
32,144 | 6,034,924,338 | IssuesEvent | 2017-06-09 12:36:49 | cake-build/cake | https://api.github.com/repos/cake-build/cake | closed | Add Alistair and Martin names to all required places | Documentation | In the same way that @patriksvensson @devlead and @gep13 names appear in various locations within the code base, the same should happen with @agc93 and @mholo65.
PR incoming. | 1.0 | Add Alistair and Martin names to all required places - In the same way that @patriksvensson @devlead and @gep13 names appear in various locations within the code base, the same should happen with @agc93 and @mholo65.
PR incoming. | non_priority | add alistair and martin names to all required places in the same way that patriksvensson devlead and names appear in various locations within the code base the same should happen with and pr incoming | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.