Unnamed: 0
int64 1
832k
| id
float64 2.49B
32.1B
| type
stringclasses 1
value | created_at
stringlengths 19
19
| repo
stringlengths 7
112
| repo_url
stringlengths 36
141
| action
stringclasses 3
values | title
stringlengths 3
438
| labels
stringlengths 4
308
| body
stringlengths 7
254k
| index
stringclasses 7
values | text_combine
stringlengths 96
254k
| label
stringclasses 2
values | text
stringlengths 96
246k
| binary_label
int64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1,522
| 6,572,215,715
|
IssuesEvent
|
2017-09-11 00:09:26
|
ansible/ansible-modules-extras
|
https://api.github.com/repos/ansible/ansible-modules-extras
|
closed
|
nmcli: type is required for create/modify actions
|
affects_2.0 bug_report docs_report networking waiting_on_maintainer
|
##### Issue Type:
- Bug Report
##### Plugin Name:
nmcli
##### Ansible Version:
```
ansible 2.0.1.0
config file = /root/ansible-boulder/ansible.cfg
configured module search path = /usr/share/ansible/
<!-- (Paste verbatim output from “ansible --version” here) -->
```
##### Ansible Configuration:
<!-- Please mention any settings you've changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables). -->
##### Environment:
EL7
##### Summary:
In the docs, type is listed as not required. However, for create/modify actions, if no type is specified run_command is called with empty arguments resulting in a very hard to understand error message. It might also make sense to have a default type of "ethernet".
##### Steps To Reproduce:
<!-- For bugs, please show exactly how to reproduce the problem.
For new features, show how the feature would be used. -->
```
nmcli: state=present conn_name=CORA dhcp_client_id={{ ansible_fqdn }}
<!-- (Paste example playbooks or commands here) -->
```
<!-- You can also paste gist.github.com links for larger files. -->
##### Expected Results:
Error: type= argument needed to modify connection.
##### Actual Results:
<!-- What actually happened? If possible run with high verbosity (-vvvv) -->
```
fatal: [barry.cora.nwra.com]: FAILED! => {"changed": false, "cmd": "", "failed": true, "msg": "Traceback (most recent call last):\n File \"/root/.ansible/tmp/ansible-tmp-1457732364.94-222498069462374/nmcli\", line 2944, in run_command\n cmd = subprocess.Popen(args, **kwargs)\n File \"/usr/lib64/python2.7/subprocess.py\", line 711, in __init__\n errread, errwrite)\n File \"/usr/lib64/python2.7/subprocess.py\", line 1207, in _execute_child\n executable = args[0]\nIndexError: list index out of range\n", "rc": 257}
```
|
True
|
nmcli: type is required for create/modify actions - ##### Issue Type:
- Bug Report
##### Plugin Name:
nmcli
##### Ansible Version:
```
ansible 2.0.1.0
config file = /root/ansible-boulder/ansible.cfg
configured module search path = /usr/share/ansible/
<!-- (Paste verbatim output from “ansible --version” here) -->
```
##### Ansible Configuration:
<!-- Please mention any settings you've changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables). -->
##### Environment:
EL7
##### Summary:
In the docs, type is listed as not required. However, for create/modify actions, if no type is specified run_command is called with empty arguments resulting in a very hard to understand error message. It might also make sense to have a default type of "ethernet".
##### Steps To Reproduce:
<!-- For bugs, please show exactly how to reproduce the problem.
For new features, show how the feature would be used. -->
```
nmcli: state=present conn_name=CORA dhcp_client_id={{ ansible_fqdn }}
<!-- (Paste example playbooks or commands here) -->
```
<!-- You can also paste gist.github.com links for larger files. -->
##### Expected Results:
Error: type= argument needed to modify connection.
##### Actual Results:
<!-- What actually happened? If possible run with high verbosity (-vvvv) -->
```
fatal: [barry.cora.nwra.com]: FAILED! => {"changed": false, "cmd": "", "failed": true, "msg": "Traceback (most recent call last):\n File \"/root/.ansible/tmp/ansible-tmp-1457732364.94-222498069462374/nmcli\", line 2944, in run_command\n cmd = subprocess.Popen(args, **kwargs)\n File \"/usr/lib64/python2.7/subprocess.py\", line 711, in __init__\n errread, errwrite)\n File \"/usr/lib64/python2.7/subprocess.py\", line 1207, in _execute_child\n executable = args[0]\nIndexError: list index out of range\n", "rc": 257}
```
|
main
|
nmcli type is required for create modify actions issue type bug report plugin name nmcli ansible version ansible config file root ansible boulder ansible cfg configured module search path usr share ansible ansible configuration please mention any settings you ve changed added removed in ansible cfg or using the ansible environment variables environment summary in the docs type is listed as not required however for create modify actions if no type is specified run command is called with empty arguments resulting in a very hard to understand error message it might also make sense to have a default type of ethernet steps to reproduce for bugs please show exactly how to reproduce the problem for new features show how the feature would be used nmcli state present conn name cora dhcp client id ansible fqdn expected results error type argument needed to modify connection actual results fatal failed changed false cmd failed true msg traceback most recent call last n file root ansible tmp ansible tmp nmcli line in run command n cmd subprocess popen args kwargs n file usr subprocess py line in init n errread errwrite n file usr subprocess py line in execute child n executable args nindexerror list index out of range n rc
| 1
|
1,461
| 6,338,831,979
|
IssuesEvent
|
2017-07-27 06:24:12
|
ansible/ansible-modules-core
|
https://api.github.com/repos/ansible/ansible-modules-core
|
closed
|
Adding `\n<something>` at the end of a job in the cron module breaks idempotence
|
affects_2.1 bug_report waiting_on_maintainer
|
#2316
<!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
cron_module
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
ansible 2.1.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
```
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
Running with `retry_files_enabled = False`
##### OS / ENVIRONMENT
Debian testing running playbooks to a Debian squeeze machine
##### SUMMARY
<!--- Explain the problem briefly -->
Adding `\n<something>` at the end of a job in the cron module breaks idempotence.
I was trying this to try to fix #2316
##### STEPS TO REPRODUCE
<!---
1. Create a new playbook
2. Make this playbook only create a cron job in cron.d
3. Make sure the job="" finishes with a newline and something after it, like "\n#" or "\nfoobar"
4. Run the playbook multiple times
5. Observe the cron being in the "changed" state each time
-->
<!--- Paste example playbooks or commands between quotes below -->
```
- name: cron
cron: name="foo" hour=4 user="root"
job="foobar\n#"
cron_file=ansible_foobar
```
##### EXPECTED RESULTS
The cron file create should be:
```
* 4 * * * root foobar
#
```
And stay like this each time the playbook is ran
##### ACTUAL RESULTS
The cron file created is at first:
```
* 4 * * * root foobar
#
```
Then after running the playbook a second time it becomes:
```
* 4 * * * root foobar
#
#
```
And so on.
|
True
|
Adding `\n<something>` at the end of a job in the cron module breaks idempotence - #2316
<!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
cron_module
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
ansible 2.1.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
```
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
Running with `retry_files_enabled = False`
##### OS / ENVIRONMENT
Debian testing running playbooks to a Debian squeeze machine
##### SUMMARY
<!--- Explain the problem briefly -->
Adding `\n<something>` at the end of a job in the cron module breaks idempotence.
I was trying this to try to fix #2316
##### STEPS TO REPRODUCE
<!---
1. Create a new playbook
2. Make this playbook only create a cron job in cron.d
3. Make sure the job="" finishes with a newline and something after it, like "\n#" or "\nfoobar"
4. Run the playbook multiple times
5. Observe the cron being in the "changed" state each time
-->
<!--- Paste example playbooks or commands between quotes below -->
```
- name: cron
cron: name="foo" hour=4 user="root"
job="foobar\n#"
cron_file=ansible_foobar
```
##### EXPECTED RESULTS
The cron file create should be:
```
* 4 * * * root foobar
#
```
And stay like this each time the playbook is ran
##### ACTUAL RESULTS
The cron file created is at first:
```
* 4 * * * root foobar
#
```
Then after running the playbook a second time it becomes:
```
* 4 * * * root foobar
#
#
```
And so on.
|
main
|
adding n at the end of a job in the cron module breaks idempotence issue type bug report component name cron module ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables running with retry files enabled false os environment debian testing running playbooks to a debian squeeze machine summary adding n at the end of a job in the cron module breaks idempotence i was trying this to try to fix steps to reproduce create a new playbook make this playbook only create a cron job in cron d make sure the job finishes with a newline and something after it like n or nfoobar run the playbook multiple times observe the cron being in the changed state each time name cron cron name foo hour user root job foobar n cron file ansible foobar expected results the cron file create should be root foobar and stay like this each time the playbook is ran actual results the cron file created is at first root foobar then after running the playbook a second time it becomes root foobar and so on
| 1
|
4,092
| 19,321,765,688
|
IssuesEvent
|
2021-12-14 06:49:56
|
tensorflow/models
|
https://api.github.com/repos/tensorflow/models
|
closed
|
WARNING:root:Invalid example: with create_pet_tf_record.py ???
|
stat:awaiting maintainer models:research:odapi
|
**System information**
**What is the top-level directory of the model you are using: /home/abdu/py3-gpu/models/research/object_detection
Have I written custom code (NO):
OS Platform and Distribution (Linux Ubuntu 16.04):
TensorFlow installed from (binary[using pip3):
TensorFlow version (1.6.0):
Python version: (3.5.2)
Bazel version (N/A):
GCC/Compiler version (N/A):
CUDA/cuDNN version: CUDA 9.0/ CUDDN 7
GPU model and memory: Nvidia GTX 1080/ 8GB
Exact command to reproduce:**
`(py3-gpu) abdu@grasp-uoit:~/py3-gpu/models/research$ python object_detection/dataset_tools/create_pet_tf_record.py --label_map_path=object_detection/data/pet_label_map.pbtxt --data_dir=`pwd` --output_dir=/home/abdu/py3-gpu/models/research/ttt/`
I am trying to generate TFRecords files using `create_pet_tf_record.py` based on this instructions [HERE](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/preparing_inputs.md#generating-the-oxford-iiit-pet-tfrecord-files) I also made `'faces_only', False,`
I get 20 TFRecords files 10 for train and 10 for eval
```
pets_fullbody_with_masks_train.record-00000-of-00010
.
.
pets_fullbody_with_masks_train.record-00009-of-00010
```
and
```
pets_fullbody_with_masks_val.record-00000-of-00010
.
.
pets_fullbody_with_masks_val.record-00009-of-00010
```
How do I suppose to refer `TFRecord files` in `.config` during training if I have 20 files, I was expected to have only two (something like `pet_train.record` and `pet_eval.record` .???
The output with ignoring many examples:-
```
(py3-gpu) abdu@grasp-uoit:~/py3-gpu/models/research$ python object_detection/dataset_tools/create_pet_tf_record.py --label_map_path=object_detection/data/pet_label_map.pbtxt --data_dir=`pwd` --output_dir=/home/abdu/py3-gpu/models/research/ttt/
/home/abdu/py3-gpu/models/research/object_detection/utils/dataset_util.py:75: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
if not xml:
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/miniature_pinscher_14.xml, ignoring.
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/leonberger_18.xml, ignoring.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_14.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/saint_bernard_15.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Ragdoll_199.xml, ignoring example.
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_162.xml, ignoring.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_186.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Bengal_175.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/samoyed_10.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_156.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Abyssinian_104.xml, ignoring example.
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/saint_bernard_108.xml, ignoring.
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_196.xml, ignoring.
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_165.xml, ignoring.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Bengal_111.xml, ignoring example.
```
|
True
|
WARNING:root:Invalid example: with create_pet_tf_record.py ??? - **System information**
**What is the top-level directory of the model you are using: /home/abdu/py3-gpu/models/research/object_detection
Have I written custom code (NO):
OS Platform and Distribution (Linux Ubuntu 16.04):
TensorFlow installed from (binary[using pip3):
TensorFlow version (1.6.0):
Python version: (3.5.2)
Bazel version (N/A):
GCC/Compiler version (N/A):
CUDA/cuDNN version: CUDA 9.0/ CUDDN 7
GPU model and memory: Nvidia GTX 1080/ 8GB
Exact command to reproduce:**
`(py3-gpu) abdu@grasp-uoit:~/py3-gpu/models/research$ python object_detection/dataset_tools/create_pet_tf_record.py --label_map_path=object_detection/data/pet_label_map.pbtxt --data_dir=`pwd` --output_dir=/home/abdu/py3-gpu/models/research/ttt/`
I am trying to generate TFRecords files using `create_pet_tf_record.py` based on this instructions [HERE](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/preparing_inputs.md#generating-the-oxford-iiit-pet-tfrecord-files) I also made `'faces_only', False,`
I get 20 TFRecords files 10 for train and 10 for eval
```
pets_fullbody_with_masks_train.record-00000-of-00010
.
.
pets_fullbody_with_masks_train.record-00009-of-00010
```
and
```
pets_fullbody_with_masks_val.record-00000-of-00010
.
.
pets_fullbody_with_masks_val.record-00009-of-00010
```
How do I suppose to refer `TFRecord files` in `.config` during training if I have 20 files, I was expected to have only two (something like `pet_train.record` and `pet_eval.record` .???
The output with ignoring many examples:-
```
(py3-gpu) abdu@grasp-uoit:~/py3-gpu/models/research$ python object_detection/dataset_tools/create_pet_tf_record.py --label_map_path=object_detection/data/pet_label_map.pbtxt --data_dir=`pwd` --output_dir=/home/abdu/py3-gpu/models/research/ttt/
/home/abdu/py3-gpu/models/research/object_detection/utils/dataset_util.py:75: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
if not xml:
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/miniature_pinscher_14.xml, ignoring.
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/leonberger_18.xml, ignoring.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_14.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/saint_bernard_15.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Ragdoll_199.xml, ignoring example.
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_162.xml, ignoring.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_186.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Bengal_175.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/samoyed_10.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_156.xml, ignoring example.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Abyssinian_104.xml, ignoring example.
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/saint_bernard_108.xml, ignoring.
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_196.xml, ignoring.
WARNING:root:Invalid example: /home/abdu/py3-gpu/models/research/annotations/xmls/Egyptian_Mau_165.xml, ignoring.
WARNING:root:Could not find /home/abdu/py3-gpu/models/research/annotations/xmls/Bengal_111.xml, ignoring example.
```
|
main
|
warning root invalid example with create pet tf record py system information what is the top level directory of the model you are using home abdu gpu models research object detection have i written custom code no os platform and distribution linux ubuntu tensorflow installed from binary using tensorflow version python version bazel version n a gcc compiler version n a cuda cudnn version cuda cuddn gpu model and memory nvidia gtx exact command to reproduce gpu abdu grasp uoit gpu models research python object detection dataset tools create pet tf record py label map path object detection data pet label map pbtxt data dir pwd output dir home abdu gpu models research ttt i am trying to generate tfrecords files using create pet tf record py based on this instructions i also made faces only false i get tfrecords files for train and for eval pets fullbody with masks train record of pets fullbody with masks train record of and pets fullbody with masks val record of pets fullbody with masks val record of how do i suppose to refer tfrecord files in config during training if i have files i was expected to have only two something like pet train record and pet eval record the output with ignoring many examples gpu abdu grasp uoit gpu models research python object detection dataset tools create pet tf record py label map path object detection data pet label map pbtxt data dir pwd output dir home abdu gpu models research ttt home abdu gpu models research object detection utils dataset util py futurewarning the behavior of this method will change in future versions use specific len elem or elem is not none test instead if not xml warning root invalid example home abdu gpu models research annotations xmls miniature pinscher xml ignoring warning root invalid example home abdu gpu models research annotations xmls leonberger xml ignoring warning root could not find home abdu gpu models research annotations xmls egyptian mau xml ignoring example warning root could not find home abdu gpu models research annotations xmls saint bernard xml ignoring example warning root could not find home abdu gpu models research annotations xmls ragdoll xml ignoring example warning root invalid example home abdu gpu models research annotations xmls egyptian mau xml ignoring warning root could not find home abdu gpu models research annotations xmls egyptian mau xml ignoring example warning root could not find home abdu gpu models research annotations xmls bengal xml ignoring example warning root could not find home abdu gpu models research annotations xmls samoyed xml ignoring example warning root could not find home abdu gpu models research annotations xmls egyptian mau xml ignoring example warning root could not find home abdu gpu models research annotations xmls abyssinian xml ignoring example warning root invalid example home abdu gpu models research annotations xmls saint bernard xml ignoring warning root invalid example home abdu gpu models research annotations xmls egyptian mau xml ignoring warning root invalid example home abdu gpu models research annotations xmls egyptian mau xml ignoring warning root could not find home abdu gpu models research annotations xmls bengal xml ignoring example
| 1
|
733,785
| 25,321,861,464
|
IssuesEvent
|
2022-11-18 05:07:12
|
Fiserv/Support
|
https://api.github.com/repos/Fiserv/Support
|
closed
|
Sample API Explorer crashes navigating from `Code Snippet` to `Request`
|
bug Priority - Low Severity - Low
|
# Reporting new issue for [NAME] (Tenant/Product)
**Region** (if applicable)
**Page**
[Path of the page where the problem exists.](https://developer.fiserv.com/product/Reporting/api/?type=post&path=/v1/authorization/search&branch=main&version=1.0.0)
**Describe the bug**
Site crashes on a certain flow in the Sample API Explorer
**To Reproduce**
Steps to reproduce the behavior:
1. Go to [Sample API Explorer](https://developer.fiserv.com/product/Reporting/api/?type=post&path=/v1/authorization/search&branch=main&version=1.0.0)
2. Click on `Code Snippet`
3. Click on `Request`
4. Current page turns white
5. See error in console `TypeError: Cannot read properties of undefined (reading 'trim')`
**Expected behavior**
Navigates back to `Request` successfully
**Screenshots**

**Desktop (please complete the following information):**
- OS: MacOS Monterey
- Browser chrome
- Version 106.0.5249.119 (Official Build) (arm64)
<!-- ** Recommended **
- Assign a Bug
On you right hand side, you can set Assignees by Clicking setting button next to it.
- Subscribe to a Team
At the end of your Bug template, please mention team you would like to subscribe for this Issue for future updates. You can mention teams in Github
Example: @Fiserv/fiserv-developer)
-->
|
1.0
|
Sample API Explorer crashes navigating from `Code Snippet` to `Request` - # Reporting new issue for [NAME] (Tenant/Product)
**Region** (if applicable)
**Page**
[Path of the page where the problem exists.](https://developer.fiserv.com/product/Reporting/api/?type=post&path=/v1/authorization/search&branch=main&version=1.0.0)
**Describe the bug**
Site crashes on a certain flow in the Sample API Explorer
**To Reproduce**
Steps to reproduce the behavior:
1. Go to [Sample API Explorer](https://developer.fiserv.com/product/Reporting/api/?type=post&path=/v1/authorization/search&branch=main&version=1.0.0)
2. Click on `Code Snippet`
3. Click on `Request`
4. Current page turns white
5. See error in console `TypeError: Cannot read properties of undefined (reading 'trim')`
**Expected behavior**
Navigates back to `Request` successfully
**Screenshots**

**Desktop (please complete the following information):**
- OS: MacOS Monterey
- Browser chrome
- Version 106.0.5249.119 (Official Build) (arm64)
<!-- ** Recommended **
- Assign a Bug
On you right hand side, you can set Assignees by Clicking setting button next to it.
- Subscribe to a Team
At the end of your Bug template, please mention team you would like to subscribe for this Issue for future updates. You can mention teams in Github
Example: @Fiserv/fiserv-developer)
-->
|
non_main
|
sample api explorer crashes navigating from code snippet to request reporting new issue for tenant product region if applicable page describe the bug site crashes on a certain flow in the sample api explorer to reproduce steps to reproduce the behavior go to click on code snippet click on request current page turns white see error in console typeerror cannot read properties of undefined reading trim expected behavior navigates back to request successfully screenshots desktop please complete the following information os macos monterey browser chrome version official build recommended assign a bug on you right hand side you can set assignees by clicking setting button next to it subscribe to a team at the end of your bug template please mention team you would like to subscribe for this issue for future updates you can mention teams in github example fiserv fiserv developer
| 0
|
13,081
| 3,684,185,528
|
IssuesEvent
|
2016-02-24 16:32:10
|
ComputationalRadiationPhysics/libSplash
|
https://api.github.com/repos/ComputationalRadiationPhysics/libSplash
|
opened
|
I/O Characterization: Darshan
|
documentation
|
Simple tool to characterize the I/O behaviour of an application.
Homepage: https://www.mcs.anl.gov/research/projects/darshan/
OLCF: https://www.olcf.ornl.gov/kb_articles/darshan-basics/
Visualization: https://github.com/huongluu/DarshanVis
|
1.0
|
I/O Characterization: Darshan - Simple tool to characterize the I/O behaviour of an application.
Homepage: https://www.mcs.anl.gov/research/projects/darshan/
OLCF: https://www.olcf.ornl.gov/kb_articles/darshan-basics/
Visualization: https://github.com/huongluu/DarshanVis
|
non_main
|
i o characterization darshan simple tool to characterize the i o behaviour of an application homepage olcf visualization
| 0
|
37,473
| 8,301,473,630
|
IssuesEvent
|
2018-09-21 11:34:44
|
nmrih/source-game
|
https://api.github.com/repos/nmrih/source-game
|
closed
|
[dev-8849] Workshop item menu won't show up second time
|
Priority: Minimal Status: Assigned Type: Code
|
Just noticed a small bug that's rather annoying when updating multiple workshop entries:
**1.** Click Workshop publisher > Update existing addon > Select Item A
_Window for item A shows up_
**2.** Agree to terms and publish changes
**3.** Click Workshop publisher again > Update existing addon > Select Item B
_Nothing shows up_
**4.** Click Workshop publisher again > Update existing addon > Select Item B
_Now window for item B shows up_
|
1.0
|
[dev-8849] Workshop item menu won't show up second time - Just noticed a small bug that's rather annoying when updating multiple workshop entries:
**1.** Click Workshop publisher > Update existing addon > Select Item A
_Window for item A shows up_
**2.** Agree to terms and publish changes
**3.** Click Workshop publisher again > Update existing addon > Select Item B
_Nothing shows up_
**4.** Click Workshop publisher again > Update existing addon > Select Item B
_Now window for item B shows up_
|
non_main
|
workshop item menu won t show up second time just noticed a small bug that s rather annoying when updating multiple workshop entries click workshop publisher update existing addon select item a window for item a shows up agree to terms and publish changes click workshop publisher again update existing addon select item b nothing shows up click workshop publisher again update existing addon select item b now window for item b shows up
| 0
|
289,258
| 24,971,356,328
|
IssuesEvent
|
2022-11-02 01:41:21
|
kubernetes/minikube
|
https://api.github.com/repos/kubernetes/minikube
|
closed
|
Frequent test failures of `TestNetworkPlugins/group/false/NetCatPod`
|
priority/backlog kind/failing-test
|
This test has high flake rates for the following environments:
|Environment|Flake Rate (%)|
|---|---|
|[QEMU_macOS](https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=QEMU_macOS&test=TestNetworkPlugins/group/false/NetCatPod)|100.00|
|
1.0
|
Frequent test failures of `TestNetworkPlugins/group/false/NetCatPod` - This test has high flake rates for the following environments:
|Environment|Flake Rate (%)|
|---|---|
|[QEMU_macOS](https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=QEMU_macOS&test=TestNetworkPlugins/group/false/NetCatPod)|100.00|
|
non_main
|
frequent test failures of testnetworkplugins group false netcatpod this test has high flake rates for the following environments environment flake rate
| 0
|
4,297
| 21,671,005,677
|
IssuesEvent
|
2022-05-08 00:18:05
|
betaflight/betaflight
|
https://api.github.com/repos/betaflight/betaflight
|
closed
|
TBS Powercube current sensor not working
|
BUG Non-Blocking For Target Maintainer
|
I see that BST is implemented in betaflight. Is the current sensor on the TBS Powercube supported? I can't get it working if so. Love some help getting this working if it is indeed supported. I am trying to output current (mah used) to a MWOSD for my mini quad.
Thanks
|
True
|
TBS Powercube current sensor not working - I see that BST is implemented in betaflight. Is the current sensor on the TBS Powercube supported? I can't get it working if so. Love some help getting this working if it is indeed supported. I am trying to output current (mah used) to a MWOSD for my mini quad.
Thanks
|
main
|
tbs powercube current sensor not working i see that bst is implemented in betaflight is the current sensor on the tbs powercube supported i can t get it working if so love some help getting this working if it is indeed supported i am trying to output current mah used to a mwosd for my mini quad thanks
| 1
|
64,655
| 8,752,207,316
|
IssuesEvent
|
2018-12-14 01:48:25
|
ccd0/4chan-x
|
https://api.github.com/repos/ccd0/4chan-x
|
closed
|
Add OneeChan back to readme
|
documentation
|
I am currently maintaining a working version of OneeChan and plan to be updating it and fixing any potential issues as well as adding things to it. https://github.com/KevinParnell/OneeChan
|
1.0
|
Add OneeChan back to readme - I am currently maintaining a working version of OneeChan and plan to be updating it and fixing any potential issues as well as adding things to it. https://github.com/KevinParnell/OneeChan
|
non_main
|
add oneechan back to readme i am currently maintaining a working version of oneechan and plan to be updating it and fixing any potential issues as well as adding things to it
| 0
|
181,379
| 6,659,194,971
|
IssuesEvent
|
2017-10-01 07:47:40
|
k0shk0sh/FastHub
|
https://api.github.com/repos/k0shk0sh/FastHub
|
closed
|
Invalid indentation for quotation and header
|
Priority: High Status: Completed Type: Enhancement
|
**FastHub Version: 4.3.0**
**Android Version: 7.0 (SDK: 24)**
**Device Information:**
- **Manufacturer:** samsung
- **Brand:** samsung
- **Model:** Galaxy Tab S2 8.0
---
Markdown renderer doesn't render the correct indentation for quotation and headers. See a sample below.
If you open this issue in a browser, you'll see the correct indentation.
As I mentioned in other issue, it's important for this app to have valid markdown rendering, as otherwise I'd need to see how it looks in browser when I update something important (e.g. `Readme`). Also it's annoying when you compose a comment and add unnecessary line breaks because your text looks shitty, and later it appears that markdown is fine and the issue is with the app instead.. :disappointed:
Thank you for your time! :smile_cat:
-------
Here is some text.
> This quotation is expected to have indent between the previous line - same as between the line below.
Some reply to the quote.
Here is some text.
### This header is expected to have indent between the previous line.
|
1.0
|
Invalid indentation for quotation and header - **FastHub Version: 4.3.0**
**Android Version: 7.0 (SDK: 24)**
**Device Information:**
- **Manufacturer:** samsung
- **Brand:** samsung
- **Model:** Galaxy Tab S2 8.0
---
Markdown renderer doesn't render the correct indentation for quotation and headers. See a sample below.
If you open this issue in a browser, you'll see the correct indentation.
As I mentioned in other issue, it's important for this app to have valid markdown rendering, as otherwise I'd need to see how it looks in browser when I update something important (e.g. `Readme`). Also it's annoying when you compose a comment and add unnecessary line breaks because your text looks shitty, and later it appears that markdown is fine and the issue is with the app instead.. :disappointed:
Thank you for your time! :smile_cat:
-------
Here is some text.
> This quotation is expected to have indent between the previous line - same as between the line below.
Some reply to the quote.
Here is some text.
### This header is expected to have indent between the previous line.
|
non_main
|
invalid indentation for quotation and header fasthub version android version sdk device information manufacturer samsung brand samsung model galaxy tab markdown renderer doesn t render the correct indentation for quotation and headers see a sample below if you open this issue in a browser you ll see the correct indentation as i mentioned in other issue it s important for this app to have valid markdown rendering as otherwise i d need to see how it looks in browser when i update something important e g readme also it s annoying when you compose a comment and add unnecessary line breaks because your text looks shitty and later it appears that markdown is fine and the issue is with the app instead disappointed thank you for your time smile cat here is some text this quotation is expected to have indent between the previous line same as between the line below some reply to the quote here is some text this header is expected to have indent between the previous line
| 0
|
2,624
| 8,908,834,292
|
IssuesEvent
|
2019-01-18 02:48:26
|
portage-brew/portage-brew-staging-and-evolution
|
https://api.github.com/repos/portage-brew/portage-brew-staging-and-evolution
|
closed
|
Confirm How to Proceed
|
Needs Discussion Needs Maintainer Feedback help wanted
|
Should anything developed here end up being a Homebrew fork, or should we start with something else?
|
True
|
Confirm How to Proceed - Should anything developed here end up being a Homebrew fork, or should we start with something else?
|
main
|
confirm how to proceed nbsp nbsp nbsp nbsp nbsp should anything developed here end up being a homebrew fork or should we start with something else
| 1
|
2,486
| 8,640,579,983
|
IssuesEvent
|
2018-11-24 08:01:23
|
arcticicestudio/nord-docs
|
https://api.github.com/repos/arcticicestudio/nord-docs
|
closed
|
Fix overridden ESLint "import/no-extraneous-dependencies" rule
|
context-workflow scope-maintainability scope-quality type-bug
|
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/48658871-4707b600-ea49-11e8-8a08-39e1a318c442.png" /></p>
The [import/no-extraneous-dependencies][] rule allows to define a array of glob pattern that are allowed to define import `devDependencies`. In #15 the rule was overridden to include the project specific path `**/.gatsby/**` which whitelists all Gatsby specific scripts. Unfortunately this removes all glob pattern defined in the used [eslint-config-arcticicestudio][] (rule is defined in the `-base` package) resulting in errors in other projects paths like tests.
This can be fixed by importing the paths defined in the preset from the [eslint-config-arcticicestudio-base][] package and merge it with the additional **/.gatsby/**` path.
[import/no-extraneous-dependencies]: https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-extraneous-dependencies.md
[eslint-config-arcticicestudio]: https://www.npmjs.com/package/eslint-config-arcticicestudio
[eslint-config-arcticicestudio-base]: https://www.npmjs.com/package/eslint-config-arcticicestudio-base
|
True
|
Fix overridden ESLint "import/no-extraneous-dependencies" rule - <p align="center"><img src="https://user-images.githubusercontent.com/7836623/48658871-4707b600-ea49-11e8-8a08-39e1a318c442.png" /></p>
The [import/no-extraneous-dependencies][] rule allows to define a array of glob pattern that are allowed to define import `devDependencies`. In #15 the rule was overridden to include the project specific path `**/.gatsby/**` which whitelists all Gatsby specific scripts. Unfortunately this removes all glob pattern defined in the used [eslint-config-arcticicestudio][] (rule is defined in the `-base` package) resulting in errors in other projects paths like tests.
This can be fixed by importing the paths defined in the preset from the [eslint-config-arcticicestudio-base][] package and merge it with the additional **/.gatsby/**` path.
[import/no-extraneous-dependencies]: https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-extraneous-dependencies.md
[eslint-config-arcticicestudio]: https://www.npmjs.com/package/eslint-config-arcticicestudio
[eslint-config-arcticicestudio-base]: https://www.npmjs.com/package/eslint-config-arcticicestudio-base
|
main
|
fix overridden eslint import no extraneous dependencies rule the rule allows to define a array of glob pattern that are allowed to define import devdependencies in the rule was overridden to include the project specific path gatsby which whitelists all gatsby specific scripts unfortunately this removes all glob pattern defined in the used rule is defined in the base package resulting in errors in other projects paths like tests this can be fixed by importing the paths defined in the preset from the package and merge it with the additional gatsby path
| 1
|
5,595
| 28,030,694,742
|
IssuesEvent
|
2023-03-28 12:12:24
|
conbench/conbench
|
https://api.github.com/repos/conbench/conbench
|
opened
|
Rename BenchmarkCreate schema to BenchmarkResultCreate
|
maintainability api JSON schemas and spec
|
Analogous to #878 there are places in code and also in the API specification that should see clarification in terminology.
|
True
|
Rename BenchmarkCreate schema to BenchmarkResultCreate - Analogous to #878 there are places in code and also in the API specification that should see clarification in terminology.
|
main
|
rename benchmarkcreate schema to benchmarkresultcreate analogous to there are places in code and also in the api specification that should see clarification in terminology
| 1
|
4,937
| 25,376,772,818
|
IssuesEvent
|
2022-11-21 14:39:53
|
centerofci/mathesar
|
https://api.github.com/repos/centerofci/mathesar
|
opened
|
Improve type safety for array indexed access.
|
type: enhancement work: frontend status: draft restricted: maintainers
|
## Problem
In this code, `myNumber` has type `number`, when its runtime value is actually `undefined`:
```ts
const numbers = [3, 5, 7, 11, 13];
const myNumber = numbers[100];
```
This can lead to bugs, ([example](https://github.com/centerofci/mathesar/pull/1876#discussion_r1027411805)).
## Potential solutions
- `(A)` Enable [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) within tsconfig. This would likely lead to many type errors that we'd need to track down and fix.
- `(B)` Begin incrementally adopting a practice of using [Array.at](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at) which has type safety by default. The only problem is that it hasn't been supported in Safari for that long, so we'd need to set up a polyfill for it.
- `(C)` Use type assertions to explicitly widen the result of an indexed access type. For [example](https://github.com/centerofci/mathesar/blob/512dab229eeb30801b0aa35419f29987ab35ffdd/mathesar_ui/src/systems/record-selector/RecordSelectorTable.svelte#L132),
```ts
const row = records[index] as RecordRow | undefined;
```
I have been trying to do this whenever indexing an array. But it's easy to forget, and it also sacrifices type safety in the case the the type of the array actually changes due to some other refactor.
@pavish and @rajatvijay I'm curious to hear your thoughts on which of the above approaches you might be interested in adopting, if any.
|
True
|
Improve type safety for array indexed access. - ## Problem
In this code, `myNumber` has type `number`, when its runtime value is actually `undefined`:
```ts
const numbers = [3, 5, 7, 11, 13];
const myNumber = numbers[100];
```
This can lead to bugs, ([example](https://github.com/centerofci/mathesar/pull/1876#discussion_r1027411805)).
## Potential solutions
- `(A)` Enable [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) within tsconfig. This would likely lead to many type errors that we'd need to track down and fix.
- `(B)` Begin incrementally adopting a practice of using [Array.at](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at) which has type safety by default. The only problem is that it hasn't been supported in Safari for that long, so we'd need to set up a polyfill for it.
- `(C)` Use type assertions to explicitly widen the result of an indexed access type. For [example](https://github.com/centerofci/mathesar/blob/512dab229eeb30801b0aa35419f29987ab35ffdd/mathesar_ui/src/systems/record-selector/RecordSelectorTable.svelte#L132),
```ts
const row = records[index] as RecordRow | undefined;
```
I have been trying to do this whenever indexing an array. But it's easy to forget, and it also sacrifices type safety in the case the the type of the array actually changes due to some other refactor.
@pavish and @rajatvijay I'm curious to hear your thoughts on which of the above approaches you might be interested in adopting, if any.
|
main
|
improve type safety for array indexed access problem in this code mynumber has type number when its runtime value is actually undefined ts const numbers const mynumber numbers this can lead to bugs potential solutions a enable within tsconfig this would likely lead to many type errors that we d need to track down and fix b begin incrementally adopting a practice of using which has type safety by default the only problem is that it hasn t been supported in safari for that long so we d need to set up a polyfill for it c use type assertions to explicitly widen the result of an indexed access type for ts const row records as recordrow undefined i have been trying to do this whenever indexing an array but it s easy to forget and it also sacrifices type safety in the case the the type of the array actually changes due to some other refactor pavish and rajatvijay i m curious to hear your thoughts on which of the above approaches you might be interested in adopting if any
| 1
|
3,591
| 14,490,027,294
|
IssuesEvent
|
2020-12-11 01:19:15
|
Homebrew/homebrew-cask
|
https://api.github.com/repos/Homebrew/homebrew-cask
|
opened
|
Get rid of `colon`
|
awaiting maintainer feedback
|
As per discussion in https://github.com/Homebrew/homebrew-cask-versions/pull/10064. `:` is a special character, and (unless I’m misremembering) it has given us trouble in the past. It’s used in highly specific cases, and those can be handled by multiple `,`.
This issue both tracks what needs to be done and serves as discussion. To do this we’d need to:
* [ ] Remove references to colon in [the version documentation](https://github.com/Homebrew/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/version.md).
* [ ] Remove support for `before_colon` and `after_colon` from the core.
* [ ] Edit the cask where `:` is used in. Which are:
<details><summary>In <code>homebrew-cask</code></summary>
* [ ] [dissenter-browser](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dissenter-browser.rb)
* [ ] [synergy](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/synergy.rb)
* [ ] [scala-ide](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/scala-ide.rb)
* [ ] [eclipse-dsl](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-dsl.rb)
* [ ] [chatmate-for-facebook](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/chatmate-for-facebook.rb)
* [ ] [xee](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/xee.rb)
* [ ] [focused](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/focused.rb)
* [ ] [oracle-jdk-javadoc](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/oracle-jdk-javadoc.rb)
* [ ] [eclipse-testing](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-testing.rb)
* [ ] [imazing-mini](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/imazing-mini.rb)
* [ ] [dotnet-sdk](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dotnet-sdk.rb)
* [ ] [eclipse-jee](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-jee.rb)
* [ ] [xiami](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/xiami.rb)
* [ ] [eclipse-modeling](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-modeling.rb)
* [ ] [noxappplayer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/noxappplayer.rb)
* [ ] [eclipse-cpp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-cpp.rb)
* [ ] [gemini](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/gemini.rb)
* [ ] [texpad](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/texpad.rb)
* [ ] [startupizer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/startupizer.rb)
* [ ] [tiger-trade](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/tiger-trade.rb)
* [ ] [the-unarchiver](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/the-unarchiver.rb)
* [ ] [tower](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/tower.rb)
* [ ] [eclipse-ide](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-ide.rb)
* [ ] [cockatrice](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/cockatrice.rb)
* [ ] [captin](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/captin.rb)
* [ ] [chatmate-for-whatsapp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/chatmate-for-whatsapp.rb)
* [ ] [dictionaries](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dictionaries.rb)
* [ ] [eclipse-php](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-php.rb)
* [ ] [eclipse-java](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-java.rb)
* [ ] [oracle-jdk](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/oracle-jdk.rb)
* [ ] [eclipse-rcp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-rcp.rb)
* [ ] [eclipse-installer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-installer.rb)
* [ ] [texworks](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/texworks.rb)
* [ ] [eclipse-javascript](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-javascript.rb)
* [ ] [dotnet](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dotnet.rb)
* [ ] [fritzing](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/fritzing.rb)
</details>
<details><summary>In <code>homebrew-cask-versions</code></summary>
* [ ] [adoptopenjdk8](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/adoptopenjdk8.rb)
* [ ] [dotnet-sdk-preview](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/dotnet-sdk-preview.rb)
* [ ] [dotnet-preview](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/dotnet-preview.rb)
</details>
<details><summary>In <code>homebrew-cask-drivers</code></summary>
* [ ] [brother-p-touch-update-software](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/brother-p-touch-update-software.rb)
* [ ] [3dconnexion](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/3dconnexion.rb)
* [ ] [insta360-studio](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/insta360-studio.rb)
</details>
Ping @Homebrew/cask
|
True
|
Get rid of `colon` - As per discussion in https://github.com/Homebrew/homebrew-cask-versions/pull/10064. `:` is a special character, and (unless I’m misremembering) it has given us trouble in the past. It’s used in highly specific cases, and those can be handled by multiple `,`.
This issue both tracks what needs to be done and serves as discussion. To do this we’d need to:
* [ ] Remove references to colon in [the version documentation](https://github.com/Homebrew/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/version.md).
* [ ] Remove support for `before_colon` and `after_colon` from the core.
* [ ] Edit the cask where `:` is used in. Which are:
<details><summary>In <code>homebrew-cask</code></summary>
* [ ] [dissenter-browser](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dissenter-browser.rb)
* [ ] [synergy](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/synergy.rb)
* [ ] [scala-ide](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/scala-ide.rb)
* [ ] [eclipse-dsl](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-dsl.rb)
* [ ] [chatmate-for-facebook](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/chatmate-for-facebook.rb)
* [ ] [xee](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/xee.rb)
* [ ] [focused](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/focused.rb)
* [ ] [oracle-jdk-javadoc](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/oracle-jdk-javadoc.rb)
* [ ] [eclipse-testing](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-testing.rb)
* [ ] [imazing-mini](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/imazing-mini.rb)
* [ ] [dotnet-sdk](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dotnet-sdk.rb)
* [ ] [eclipse-jee](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-jee.rb)
* [ ] [xiami](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/xiami.rb)
* [ ] [eclipse-modeling](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-modeling.rb)
* [ ] [noxappplayer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/noxappplayer.rb)
* [ ] [eclipse-cpp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-cpp.rb)
* [ ] [gemini](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/gemini.rb)
* [ ] [texpad](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/texpad.rb)
* [ ] [startupizer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/startupizer.rb)
* [ ] [tiger-trade](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/tiger-trade.rb)
* [ ] [the-unarchiver](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/the-unarchiver.rb)
* [ ] [tower](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/tower.rb)
* [ ] [eclipse-ide](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-ide.rb)
* [ ] [cockatrice](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/cockatrice.rb)
* [ ] [captin](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/captin.rb)
* [ ] [chatmate-for-whatsapp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/chatmate-for-whatsapp.rb)
* [ ] [dictionaries](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dictionaries.rb)
* [ ] [eclipse-php](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-php.rb)
* [ ] [eclipse-java](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-java.rb)
* [ ] [oracle-jdk](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/oracle-jdk.rb)
* [ ] [eclipse-rcp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-rcp.rb)
* [ ] [eclipse-installer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-installer.rb)
* [ ] [texworks](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/texworks.rb)
* [ ] [eclipse-javascript](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-javascript.rb)
* [ ] [dotnet](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dotnet.rb)
* [ ] [fritzing](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/fritzing.rb)
</details>
<details><summary>In <code>homebrew-cask-versions</code></summary>
* [ ] [adoptopenjdk8](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/adoptopenjdk8.rb)
* [ ] [dotnet-sdk-preview](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/dotnet-sdk-preview.rb)
* [ ] [dotnet-preview](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/dotnet-preview.rb)
</details>
<details><summary>In <code>homebrew-cask-drivers</code></summary>
* [ ] [brother-p-touch-update-software](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/brother-p-touch-update-software.rb)
* [ ] [3dconnexion](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/3dconnexion.rb)
* [ ] [insta360-studio](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/insta360-studio.rb)
</details>
Ping @Homebrew/cask
|
main
|
get rid of colon as per discussion in is a special character and unless i’m misremembering it has given us trouble in the past it’s used in highly specific cases and those can be handled by multiple this issue both tracks what needs to be done and serves as discussion to do this we’d need to remove references to colon in remove support for before colon and after colon from the core edit the cask where is used in which are in homebrew cask in homebrew cask versions in homebrew cask drivers ping homebrew cask
| 1
|
750,170
| 26,191,992,076
|
IssuesEvent
|
2023-01-03 09:56:05
|
owid/etl
|
https://api.github.com/repos/owid/etl
|
closed
|
Consider using `pyright` for type checking
|
wontfix priority 3 - nice to have devex
|
## Proposal
Disclaimer - I'm satisfied with `mypy`, it's working well, I was just curious how does pyright compares in terms of speed.
Running mypy starts taking a long time. It takes more than 90s without mypy cache (in CI or my old laptop). It takes ~10s once cached, however in practice it rarely takes those 10s (perhaps we are using cache wrong or missing some arguments?). Running pyright without cache takes 10s and avoids problems such as same module names (we get around it by type checking steps separately in threads). It would be also consistent with VSCode type checks.
The main disadvantage of pyright is that it requires node and everyone would have to switch. So not worth it in my opinion.
## Todo
- [ ] #599
- [ ] Switch walden to pyright
- [ ] Switch owid-catalog-py to pyright
- [ ] Switch owid-datautils-py to pyright
|
1.0
|
Consider using `pyright` for type checking - ## Proposal
Disclaimer - I'm satisfied with `mypy`, it's working well, I was just curious how does pyright compares in terms of speed.
Running mypy starts taking a long time. It takes more than 90s without mypy cache (in CI or my old laptop). It takes ~10s once cached, however in practice it rarely takes those 10s (perhaps we are using cache wrong or missing some arguments?). Running pyright without cache takes 10s and avoids problems such as same module names (we get around it by type checking steps separately in threads). It would be also consistent with VSCode type checks.
The main disadvantage of pyright is that it requires node and everyone would have to switch. So not worth it in my opinion.
## Todo
- [ ] #599
- [ ] Switch walden to pyright
- [ ] Switch owid-catalog-py to pyright
- [ ] Switch owid-datautils-py to pyright
|
non_main
|
consider using pyright for type checking proposal disclaimer i m satisfied with mypy it s working well i was just curious how does pyright compares in terms of speed running mypy starts taking a long time it takes more than without mypy cache in ci or my old laptop it takes once cached however in practice it rarely takes those perhaps we are using cache wrong or missing some arguments running pyright without cache takes and avoids problems such as same module names we get around it by type checking steps separately in threads it would be also consistent with vscode type checks the main disadvantage of pyright is that it requires node and everyone would have to switch so not worth it in my opinion todo switch walden to pyright switch owid catalog py to pyright switch owid datautils py to pyright
| 0
|
623,791
| 19,679,288,427
|
IssuesEvent
|
2022-01-11 15:20:10
|
openghg/openghg
|
https://api.github.com/repos/openghg/openghg
|
closed
|
`search` doesn't return data if ranking data is set for dates that don't overlap data
|
bug high-priority
|
I've just encountered this issue
```
ranking datrange = '2015-01-01-00:00:00+00:00_2019-01-01-00:00:00+00:00'
```
And the datasource data keys
```
data_keys = {'2013-11-23-12:28:30+00:00_2013-12-30-04:51:30+00:00':'data/uuid/49967a55-aa96-4997-be42-642ceb1f0862/v1/2013-11-23-12:28:30+00:00_2013-12-30-04:51:30+00:00'
'2014-01-01-22:36:30+00:00_2014-01-07-09:17:30+00:00':'data/uuid/49967a55-aa96-4997-be42-642ceb1f0862/v1/2014-01-01-22:36:30+00:00_2014-01-07-09:17:30+00:00'
'2020-03-27-19:03:30+00:00_2020-06-24-09:41:30+00:00':'data/uuid/49967a55-aa96-4997-be42-642ceb1f0862/v1/2020-03-27-19:03:30+00:00_2020-06-24-09:41:30+00:00'}
```
As it looks for data keys that overlap the ranking data, if the data doesn't overlap then it breaks. Really it should just return the data it finds instead.
|
1.0
|
`search` doesn't return data if ranking data is set for dates that don't overlap data - I've just encountered this issue
```
ranking datrange = '2015-01-01-00:00:00+00:00_2019-01-01-00:00:00+00:00'
```
And the datasource data keys
```
data_keys = {'2013-11-23-12:28:30+00:00_2013-12-30-04:51:30+00:00':'data/uuid/49967a55-aa96-4997-be42-642ceb1f0862/v1/2013-11-23-12:28:30+00:00_2013-12-30-04:51:30+00:00'
'2014-01-01-22:36:30+00:00_2014-01-07-09:17:30+00:00':'data/uuid/49967a55-aa96-4997-be42-642ceb1f0862/v1/2014-01-01-22:36:30+00:00_2014-01-07-09:17:30+00:00'
'2020-03-27-19:03:30+00:00_2020-06-24-09:41:30+00:00':'data/uuid/49967a55-aa96-4997-be42-642ceb1f0862/v1/2020-03-27-19:03:30+00:00_2020-06-24-09:41:30+00:00'}
```
As it looks for data keys that overlap the ranking data, if the data doesn't overlap then it breaks. Really it should just return the data it finds instead.
|
non_main
|
search doesn t return data if ranking data is set for dates that don t overlap data i ve just encountered this issue ranking datrange and the datasource data keys data keys data uuid data uuid data uuid as it looks for data keys that overlap the ranking data if the data doesn t overlap then it breaks really it should just return the data it finds instead
| 0
|
70,844
| 9,450,070,768
|
IssuesEvent
|
2019-04-16 04:57:08
|
DNNCommunity/DNNDocs
|
https://api.github.com/repos/DNNCommunity/DNNDocs
|
closed
|
Add Release Notes for v.9.3.1
|
documentation
|
## Description of documentation change
With the release of v.9.3.1 of DNN. The release notes should be included in the docs.
|
1.0
|
Add Release Notes for v.9.3.1 - ## Description of documentation change
With the release of v.9.3.1 of DNN. The release notes should be included in the docs.
|
non_main
|
add release notes for v description of documentation change with the release of v of dnn the release notes should be included in the docs
| 0
|
324,829
| 24,018,611,751
|
IssuesEvent
|
2022-09-15 04:58:39
|
pombase/website
|
https://api.github.com/repos/pombase/website
|
closed
|
Fix "%%if db=PomBase" in news archive
|
bug documentation next
|
The processing directives aren't being removed from news items.
See: `2019-11-28-shareable-result-links.md`

|
1.0
|
Fix "%%if db=PomBase" in news archive - The processing directives aren't being removed from news items.
See: `2019-11-28-shareable-result-links.md`

|
non_main
|
fix if db pombase in news archive the processing directives aren t being removed from news items see shareable result links md
| 0
|
1,538
| 6,572,229,272
|
IssuesEvent
|
2017-09-11 00:20:15
|
ansible/ansible-modules-extras
|
https://api.github.com/repos/ansible/ansible-modules-extras
|
closed
|
Ansible (1.9.4) netscaler module got error “msg”: “'NoneType' object has no attribute 'read'”
|
affects_1.9 bug_report networking waiting_on_maintainer
|
<!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### ANSIBLE VERSION
```
ansible 1.9.4
```
##### CONFIGURATION
```
No configuration in ansible.cfg, ansible.cfg is empty.
```
##### OS / ENVIRONMENT
```
Red Hat Enterprise Linux Server
```
##### SUMMARY
```
netscaler module got error “msg”: “'NoneType' object has no attribute 'read'”
```
##### STEPS TO REPRODUCE
```
ansible localhost -m netscaler -a "nsc_host=nsc.example.com user=nscuser password=nscpassword name=node1.example.com type=service action=disable validate_certs=False"
localhost | FAILED >> {
"failed": true,
"msg": "'NoneType' object has no attribute 'read'"
}
```
```
$ ansible-playbook netscaler.yml
PLAY [localhost] **************************************************************
GATHERING FACTS ***************************************************************
ok: [localhost]
TASK: [disable service in the lb] *********************************************
failed: [localhost] => {"failed": true}
msg: 'NoneType' object has no attribute 'read'
FATAL: all hosts have already failed -- aborting
```
##### EXPECTED RESULTS
```
success
```
##### ACTUAL RESULTS
```
"msg": "'NoneType' object has no attribute 'read'"
```
|
True
|
Ansible (1.9.4) netscaler module got error “msg”: “'NoneType' object has no attribute 'read'” - <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### ANSIBLE VERSION
```
ansible 1.9.4
```
##### CONFIGURATION
```
No configuration in ansible.cfg, ansible.cfg is empty.
```
##### OS / ENVIRONMENT
```
Red Hat Enterprise Linux Server
```
##### SUMMARY
```
netscaler module got error “msg”: “'NoneType' object has no attribute 'read'”
```
##### STEPS TO REPRODUCE
```
ansible localhost -m netscaler -a "nsc_host=nsc.example.com user=nscuser password=nscpassword name=node1.example.com type=service action=disable validate_certs=False"
localhost | FAILED >> {
"failed": true,
"msg": "'NoneType' object has no attribute 'read'"
}
```
```
$ ansible-playbook netscaler.yml
PLAY [localhost] **************************************************************
GATHERING FACTS ***************************************************************
ok: [localhost]
TASK: [disable service in the lb] *********************************************
failed: [localhost] => {"failed": true}
msg: 'NoneType' object has no attribute 'read'
FATAL: all hosts have already failed -- aborting
```
##### EXPECTED RESULTS
```
success
```
##### ACTUAL RESULTS
```
"msg": "'NoneType' object has no attribute 'read'"
```
|
main
|
ansible netscaler module got error “msg” “ nonetype object has no attribute read ” issue type bug report ansible version ansible configuration no configuration in ansible cfg ansible cfg is empty os environment red hat enterprise linux server summary netscaler module got error “msg” “ nonetype object has no attribute read ” steps to reproduce ansible localhost m netscaler a nsc host nsc example com user nscuser password nscpassword name example com type service action disable validate certs false localhost failed failed true msg nonetype object has no attribute read ansible playbook netscaler yml play gathering facts ok task failed failed true msg nonetype object has no attribute read fatal all hosts have already failed aborting expected results success actual results msg nonetype object has no attribute read
| 1
|
581,383
| 17,292,485,832
|
IssuesEvent
|
2021-07-25 03:29:23
|
treecreate/webstore
|
https://api.github.com/repos/treecreate/webstore
|
opened
|
Add alerts for failed singin and singup
|
feat 🎸 medium priority question
|
## Goal
<!-- What is this user story supposed to achieve, and what is the context -->
When a user provides invalid credentials or the system fails to process the request, they should see a message/alert informing them of the issue
## Requirements
<!--
What the user story needs to include in order to be completed.
The requirements can contain subsections to provide further information.
Testing (both unit/integration and e2e tests) is implicitly required as per the definition of done. If you don't want them to be a requirement, state so explicitly
-->
- The frontend should listen to the result of the request, and act accordingly (currently it only handles the successful scenario, and logs if errors happen)
- The frontend should follow the design
## Extra notes
<!-- If there is something special about the issue like a dependency, potential solutions or reference material it should be included -->
### Design
<!-- Optional field, include a picture of the design if relevant (page design etc) -->
> The design for the error message is currently missing. Teo please fill out the design and update this issue
|
1.0
|
Add alerts for failed singin and singup - ## Goal
<!-- What is this user story supposed to achieve, and what is the context -->
When a user provides invalid credentials or the system fails to process the request, they should see a message/alert informing them of the issue
## Requirements
<!--
What the user story needs to include in order to be completed.
The requirements can contain subsections to provide further information.
Testing (both unit/integration and e2e tests) is implicitly required as per the definition of done. If you don't want them to be a requirement, state so explicitly
-->
- The frontend should listen to the result of the request, and act accordingly (currently it only handles the successful scenario, and logs if errors happen)
- The frontend should follow the design
## Extra notes
<!-- If there is something special about the issue like a dependency, potential solutions or reference material it should be included -->
### Design
<!-- Optional field, include a picture of the design if relevant (page design etc) -->
> The design for the error message is currently missing. Teo please fill out the design and update this issue
|
non_main
|
add alerts for failed singin and singup goal when a user provides invalid credentials or the system fails to process the request they should see a message alert informing them of the issue requirements what the user story needs to include in order to be completed the requirements can contain subsections to provide further information testing both unit integration and tests is implicitly required as per the definition of done if you don t want them to be a requirement state so explicitly the frontend should listen to the result of the request and act accordingly currently it only handles the successful scenario and logs if errors happen the frontend should follow the design extra notes design the design for the error message is currently missing teo please fill out the design and update this issue
| 0
|
1,381
| 5,990,318,843
|
IssuesEvent
|
2017-06-02 11:04:16
|
ansible/ansible-modules-extras
|
https://api.github.com/repos/ansible/ansible-modules-extras
|
closed
|
win_updates: Timed out waiting for scheduled task to start
|
affects_2.1 bot_broken bug_report waiting_on_maintainer windows
|
<!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
win_updates
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
ansible 2.1.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
##### OS / ENVIRONMENT
<!---
Mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that is not platform-specific.
-->
Linux <hostname> 3.10.0-327.28.3.el7.x86_64 #1 SMP Thu Aug 18 19:05:49 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
CentOS Linux release 7.2.1511 (Core)
##### SUMMARY
Testing around win_updates module, have two Windows servers in hosts file.
One is 2008R2 (Physical), the other one is 2012R2 (VM).
Both servers ping'ing successfully.
While trying to play the following playbook, I recieve a timeout -
name: Windows Updates
hosts: windows
gather_facts: true
tasks:
name: Search Windows Updates
win_updates: category_names=SecurityUpdates state=searched log_path=c:/ansible_wu.txt
PLAY [Windows Updates] *********************************************************
TASK [setup] *******************************************************************
ok: [2012R2]
ok: [2008R2]
TASK [Search Windows Updates] **************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal: [2012R2]: FAILED! => {"changed": false, "error_record": {"CategoryInfo": {"Activity": "", "Category": 14, "Reason": "RuntimeException", "TargetName": "Timed out waiting for scheduled task to start", "TargetType": "String"}, "ErrorDetails": null, "Exception": {"Data": {}, "ErrorRecord": {"CategoryInfo": "NotSpecified: (:) [], ParentContainsErrorRecordException", "ErrorDetails": null, "Exception": "System.Management.Automation.ParentContainsErrorRecordException: Timed out waiting for scheduled task to start", "FullyQualifiedErrorId": "RuntimeException", "InvocationInfo": null, "PipelineIterationInfo": "", "ScriptStackTrace": null, "TargetObject": null}, "HResult": -2146233087, "HelpLink": null, "InnerException": null, "Message": "Timed out waiting for scheduled task to start", "Source": null, "StackTrace": null, "TargetSite": null, "WasThrownFromThrowStatement": true}, "FullyQualifiedErrorId": "Timed out waiting for scheduled task to start", "InvocationInfo": {"BoundParameters": {}, "CommandOrigin": 1, "DisplayScriptPosition": null, "ExpectingInput": false, "HistoryId": -1, "InvocationName": "", "Line": " Throw \"Timed out waiting for scheduled task to start\"\n", "MyCommand": null, "OffsetInLine": 9, "PSCommandPath": "C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986\win_updates.ps1", "PSScriptRoot": "C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986", "PipelineLength": 0, "PipelinePosition": 0, "PositionMessage": "At C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986\win_updates.ps1:560 char:9\r\n+ Throw \"Timed out waiting for scheduled task to start\"\r\n+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~", "ScriptLineNumber": 560, "ScriptName": "C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986\win_updates.ps1", "UnboundArguments": []}, "PSMessageDetails": null, "PipelineIterationInfo": [], "ScriptStackTrace": "at RunAsScheduledJob, C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986\win_updates.ps1: line 560\r\nat <ScriptBlock>, C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986\win_updates.ps1: line 646\r\nat <ScriptBlock>, <No file>: line 4", "TargetObject": "Timed out waiting for scheduled task to start"}, "failed": true, "msg": "Timed out waiting for scheduled task to start"}
ok: [2008R2]
NO MORE HOSTS LEFT *************************************************************
to retry, use: --limit @playbooks/WindowsUpdates.retry
PLAY RECAP *********************************************************************
WIN2012R2 : ok=1 changed=0 unreachable=0 failed=1
WIN2008R2 : ok=2 changed=0 unreachable=0 failed=0
##### STEPS TO REPRODUCE
<!---
For bugs, show exactly how to reproduce the problem.
For new features, show how the feature would be used.
-->
<!--- Paste example playbooks or commands between quotes below -->
```
```
<!--- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- What did you expect to happen when running the steps above? -->
##### ACTUAL RESULTS
<!--- What actually happened? If possible run with high verbosity (-vvvv) -->
<!--- Paste verbatim command output between quotes below -->
```
```
|
True
|
win_updates: Timed out waiting for scheduled task to start - <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
win_updates
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
ansible 2.1.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
##### OS / ENVIRONMENT
<!---
Mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that is not platform-specific.
-->
Linux <hostname> 3.10.0-327.28.3.el7.x86_64 #1 SMP Thu Aug 18 19:05:49 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
CentOS Linux release 7.2.1511 (Core)
##### SUMMARY
Testing around win_updates module, have two Windows servers in hosts file.
One is 2008R2 (Physical), the other one is 2012R2 (VM).
Both servers ping'ing successfully.
While trying to play the following playbook, I recieve a timeout -
name: Windows Updates
hosts: windows
gather_facts: true
tasks:
name: Search Windows Updates
win_updates: category_names=SecurityUpdates state=searched log_path=c:/ansible_wu.txt
PLAY [Windows Updates] *********************************************************
TASK [setup] *******************************************************************
ok: [2012R2]
ok: [2008R2]
TASK [Search Windows Updates] **************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal: [2012R2]: FAILED! => {"changed": false, "error_record": {"CategoryInfo": {"Activity": "", "Category": 14, "Reason": "RuntimeException", "TargetName": "Timed out waiting for scheduled task to start", "TargetType": "String"}, "ErrorDetails": null, "Exception": {"Data": {}, "ErrorRecord": {"CategoryInfo": "NotSpecified: (:) [], ParentContainsErrorRecordException", "ErrorDetails": null, "Exception": "System.Management.Automation.ParentContainsErrorRecordException: Timed out waiting for scheduled task to start", "FullyQualifiedErrorId": "RuntimeException", "InvocationInfo": null, "PipelineIterationInfo": "", "ScriptStackTrace": null, "TargetObject": null}, "HResult": -2146233087, "HelpLink": null, "InnerException": null, "Message": "Timed out waiting for scheduled task to start", "Source": null, "StackTrace": null, "TargetSite": null, "WasThrownFromThrowStatement": true}, "FullyQualifiedErrorId": "Timed out waiting for scheduled task to start", "InvocationInfo": {"BoundParameters": {}, "CommandOrigin": 1, "DisplayScriptPosition": null, "ExpectingInput": false, "HistoryId": -1, "InvocationName": "", "Line": " Throw \"Timed out waiting for scheduled task to start\"\n", "MyCommand": null, "OffsetInLine": 9, "PSCommandPath": "C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986\win_updates.ps1", "PSScriptRoot": "C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986", "PipelineLength": 0, "PipelinePosition": 0, "PositionMessage": "At C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986\win_updates.ps1:560 char:9\r\n+ Throw \"Timed out waiting for scheduled task to start\"\r\n+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~", "ScriptLineNumber": 560, "ScriptName": "C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986\win_updates.ps1", "UnboundArguments": []}, "PSMessageDetails": null, "PipelineIterationInfo": [], "ScriptStackTrace": "at RunAsScheduledJob, C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986\win_updates.ps1: line 560\r\nat <ScriptBlock>, C:\Users\user\AppData\Local\Temp\ansible-tmp-1474289964.85-222578704616986\win_updates.ps1: line 646\r\nat <ScriptBlock>, <No file>: line 4", "TargetObject": "Timed out waiting for scheduled task to start"}, "failed": true, "msg": "Timed out waiting for scheduled task to start"}
ok: [2008R2]
NO MORE HOSTS LEFT *************************************************************
to retry, use: --limit @playbooks/WindowsUpdates.retry
PLAY RECAP *********************************************************************
WIN2012R2 : ok=1 changed=0 unreachable=0 failed=1
WIN2008R2 : ok=2 changed=0 unreachable=0 failed=0
##### STEPS TO REPRODUCE
<!---
For bugs, show exactly how to reproduce the problem.
For new features, show how the feature would be used.
-->
<!--- Paste example playbooks or commands between quotes below -->
```
```
<!--- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- What did you expect to happen when running the steps above? -->
##### ACTUAL RESULTS
<!--- What actually happened? If possible run with high verbosity (-vvvv) -->
<!--- Paste verbatim command output between quotes below -->
```
```
|
main
|
win updates timed out waiting for scheduled task to start issue type bug report component name win updates ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific linux smp thu aug utc gnu linux centos linux release core summary testing around win updates module have two windows servers in hosts file one is physical the other one is vm both servers ping ing successfully while trying to play the following playbook i recieve a timeout name windows updates hosts windows gather facts true tasks name search windows updates win updates category names securityupdates state searched log path c ansible wu txt play task ok ok task an exception occurred during task execution to see the full traceback use vvv the error was fatal failed changed false error record categoryinfo activity category reason runtimeexception targetname timed out waiting for scheduled task to start targettype string errordetails null exception data errorrecord categoryinfo notspecified parentcontainserrorrecordexception errordetails null exception system management automation parentcontainserrorrecordexception timed out waiting for scheduled task to start fullyqualifiederrorid runtimeexception invocationinfo null pipelineiterationinfo scriptstacktrace null targetobject null hresult helplink null innerexception null message timed out waiting for scheduled task to start source null stacktrace null targetsite null wasthrownfromthrowstatement true fullyqualifiederrorid timed out waiting for scheduled task to start invocationinfo boundparameters commandorigin displayscriptposition null expectinginput false historyid invocationname line throw timed out waiting for scheduled task to start n mycommand null offsetinline pscommandpath c users user appdata local temp ansible tmp win updates psscriptroot c users user appdata local temp ansible tmp pipelinelength pipelineposition positionmessage at c users user appdata local temp ansible tmp win updates char r n throw timed out waiting for scheduled task to start r n scriptlinenumber scriptname c users user appdata local temp ansible tmp win updates unboundarguments psmessagedetails null pipelineiterationinfo scriptstacktrace at runasscheduledjob c users user appdata local temp ansible tmp win updates line r nat c users user appdata local temp ansible tmp win updates line r nat line targetobject timed out waiting for scheduled task to start failed true msg timed out waiting for scheduled task to start ok no more hosts left to retry use limit playbooks windowsupdates retry play recap ok changed unreachable failed ok changed unreachable failed steps to reproduce for bugs show exactly how to reproduce the problem for new features show how the feature would be used expected results actual results
| 1
|
5,360
| 2,772,089,943
|
IssuesEvent
|
2015-05-02 09:46:11
|
ether/etherpad-lite
|
https://api.github.com/repos/ether/etherpad-lite
|
closed
|
New lines in copy/pasted text not preserved. (Observed in Google Chrome)
|
Bug Waiting on Testing
|
Hi,
With current revisions of etherpad-lite, the pasting of text which contains new-lines into etherpad, seems to cause those new lines to disappear a few moments after the paste operation is done.
The issue occurs in recent versions of Chrome, on Windows and Mac OS X. Firefox appears to work correctly.
The issue appears to have been occurring for at least several months, and also still occurs with the latest etherpad github version (obtained and updated using the instructions on the etherpad github readme file, e.g. "git pull origin").
I have not had a chance to check the technical cause, however here are steps for consistently reproducing the issue:
- Open Google Chrome, and navigate to an etherpad.
- Type a few lines of text into the etherpad, separated by empty lines:
```
Lorem Ipsum, sit dolor amet.
Lorem Ipsum, sit dolor amet.
Lorem Ipsum, sit dolor amet.
```
- Select all three lines of text, Copy to the clipboard, Paste in to another text editor (Such as Sublime Text).
- Copy the lines from that editor, and Paste back into etherpad.
The result is that all three lines appear for just a few moments as they should in etherpad, and then all new line characters are removed from between those pasted lines, and the pasted text is then on one single line.
Conversely, if the lines are copied from etherpad, and pasted directly into another or the same etherpad, the new lines are preserved.
The above steps have been tested on both Windows 7 and Mac OS X.
For Windows, the tested environments are these:
- OS:
Windows 7
- Web Browser:
Chrome 42
- A few text editors which work for reproducing the issue:
Notepad
Notepad++ v6.7.5
Sublime Text 3 (3084)
Interestingly, the issue does not occur if Microsoft Word 2007 or 2010 is used as the text editor, instead of Sublime Text or the others in the list above.
For Mac, the tested environments are these:
- OS:
Mac OS X 10.9.x
- Web Browser:
Chrome 42
- A text editor tried which reproduces the issue is:
Sublime Text 3 (3084)
Also interestingly, if the "Notes" application in Mac OS X is used as the intermediate copy/paste target, the new lines are correctly preserved when the text is pasted back into etherpad.
It seems a possible common capability of the editors which work vs. those that do not, is that Microsoft Word and Mac OS X Notes are both capable of copying and pasting HTML, where as Notepad, Sublime Text, etc, only copy and paste plain HTML.
Let me know if any additional details would be helpful.
|
1.0
|
New lines in copy/pasted text not preserved. (Observed in Google Chrome) - Hi,
With current revisions of etherpad-lite, the pasting of text which contains new-lines into etherpad, seems to cause those new lines to disappear a few moments after the paste operation is done.
The issue occurs in recent versions of Chrome, on Windows and Mac OS X. Firefox appears to work correctly.
The issue appears to have been occurring for at least several months, and also still occurs with the latest etherpad github version (obtained and updated using the instructions on the etherpad github readme file, e.g. "git pull origin").
I have not had a chance to check the technical cause, however here are steps for consistently reproducing the issue:
- Open Google Chrome, and navigate to an etherpad.
- Type a few lines of text into the etherpad, separated by empty lines:
```
Lorem Ipsum, sit dolor amet.
Lorem Ipsum, sit dolor amet.
Lorem Ipsum, sit dolor amet.
```
- Select all three lines of text, Copy to the clipboard, Paste in to another text editor (Such as Sublime Text).
- Copy the lines from that editor, and Paste back into etherpad.
The result is that all three lines appear for just a few moments as they should in etherpad, and then all new line characters are removed from between those pasted lines, and the pasted text is then on one single line.
Conversely, if the lines are copied from etherpad, and pasted directly into another or the same etherpad, the new lines are preserved.
The above steps have been tested on both Windows 7 and Mac OS X.
For Windows, the tested environments are these:
- OS:
Windows 7
- Web Browser:
Chrome 42
- A few text editors which work for reproducing the issue:
Notepad
Notepad++ v6.7.5
Sublime Text 3 (3084)
Interestingly, the issue does not occur if Microsoft Word 2007 or 2010 is used as the text editor, instead of Sublime Text or the others in the list above.
For Mac, the tested environments are these:
- OS:
Mac OS X 10.9.x
- Web Browser:
Chrome 42
- A text editor tried which reproduces the issue is:
Sublime Text 3 (3084)
Also interestingly, if the "Notes" application in Mac OS X is used as the intermediate copy/paste target, the new lines are correctly preserved when the text is pasted back into etherpad.
It seems a possible common capability of the editors which work vs. those that do not, is that Microsoft Word and Mac OS X Notes are both capable of copying and pasting HTML, where as Notepad, Sublime Text, etc, only copy and paste plain HTML.
Let me know if any additional details would be helpful.
|
non_main
|
new lines in copy pasted text not preserved observed in google chrome hi with current revisions of etherpad lite the pasting of text which contains new lines into etherpad seems to cause those new lines to disappear a few moments after the paste operation is done the issue occurs in recent versions of chrome on windows and mac os x firefox appears to work correctly the issue appears to have been occurring for at least several months and also still occurs with the latest etherpad github version obtained and updated using the instructions on the etherpad github readme file e g git pull origin i have not had a chance to check the technical cause however here are steps for consistently reproducing the issue open google chrome and navigate to an etherpad type a few lines of text into the etherpad separated by empty lines lorem ipsum sit dolor amet lorem ipsum sit dolor amet lorem ipsum sit dolor amet select all three lines of text copy to the clipboard paste in to another text editor such as sublime text copy the lines from that editor and paste back into etherpad the result is that all three lines appear for just a few moments as they should in etherpad and then all new line characters are removed from between those pasted lines and the pasted text is then on one single line conversely if the lines are copied from etherpad and pasted directly into another or the same etherpad the new lines are preserved the above steps have been tested on both windows and mac os x for windows the tested environments are these os windows web browser chrome a few text editors which work for reproducing the issue notepad notepad sublime text interestingly the issue does not occur if microsoft word or is used as the text editor instead of sublime text or the others in the list above for mac the tested environments are these os mac os x x web browser chrome a text editor tried which reproduces the issue is sublime text also interestingly if the notes application in mac os x is used as the intermediate copy paste target the new lines are correctly preserved when the text is pasted back into etherpad it seems a possible common capability of the editors which work vs those that do not is that microsoft word and mac os x notes are both capable of copying and pasting html where as notepad sublime text etc only copy and paste plain html let me know if any additional details would be helpful
| 0
|
4,546
| 23,679,366,839
|
IssuesEvent
|
2022-08-28 15:12:25
|
claui/cookiecutter-vscode-extension
|
https://api.github.com/repos/claui/cookiecutter-vscode-extension
|
opened
|
Use pytest
|
enhancement maintainability
|
The end-to-end test is currently an ad-hoc [Poe](https://github.com/nat-n/poethepoet) script.
It really should be a pytest invocation instead of a script invocation.
|
True
|
Use pytest - The end-to-end test is currently an ad-hoc [Poe](https://github.com/nat-n/poethepoet) script.
It really should be a pytest invocation instead of a script invocation.
|
main
|
use pytest the end to end test is currently an ad hoc script it really should be a pytest invocation instead of a script invocation
| 1
|
180,439
| 21,625,739,920
|
IssuesEvent
|
2022-05-05 01:42:48
|
mgh3326/createandread
|
https://api.github.com/repos/mgh3326/createandread
|
closed
|
CVE-2020-7774 (High) detected in y18n-4.0.0.tgz, y18n-3.2.1.tgz - autoclosed
|
security vulnerability
|
## CVE-2020-7774 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>y18n-4.0.0.tgz</b>, <b>y18n-3.2.1.tgz</b></p></summary>
<p>
<details><summary><b>y18n-4.0.0.tgz</b></p></summary>
<p>the bare-bones internationalization library used by yargs</p>
<p>Library home page: <a href="https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz">https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/y18n/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-3.9.0.tgz (Root Library)
- yargs-12.0.5.tgz
- :x: **y18n-4.0.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>y18n-3.2.1.tgz</b></p></summary>
<p>the bare-bones internationalization library used by yargs</p>
<p>Library home page: <a href="https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz">https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/y18n/package.json</p>
<p>
Dependency Hierarchy:
- webpacker-4.2.0.tgz (Root Library)
- node-sass-4.13.0.tgz
- sass-graph-2.2.4.tgz
- yargs-7.1.0.tgz
- :x: **y18n-3.2.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/mgh3326/createandread/commit/fcf91bc4bdc45d6d8325111f0cc2d8d6c0c0edad">fcf91bc4bdc45d6d8325111f0cc2d8d6c0c0edad</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>
This affects the package y18n before 3.2.2, 4.0.1 and 5.0.5. PoC by po6ix: const y18n = require('y18n')(); y18n.setLocale('__proto__'); y18n.updateLocale({polluted: true}); console.log(polluted); // true
<p>Publish Date: 2020-11-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7774>CVE-2020-7774</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>Origin: <a href="https://www.npmjs.com/advisories/1654">https://www.npmjs.com/advisories/1654</a></p>
<p>Release Date: 2020-11-17</p>
<p>Fix Resolution: 3.2.2, 4.0.1, 5.0.5</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2020-7774 (High) detected in y18n-4.0.0.tgz, y18n-3.2.1.tgz - autoclosed - ## CVE-2020-7774 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>y18n-4.0.0.tgz</b>, <b>y18n-3.2.1.tgz</b></p></summary>
<p>
<details><summary><b>y18n-4.0.0.tgz</b></p></summary>
<p>the bare-bones internationalization library used by yargs</p>
<p>Library home page: <a href="https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz">https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/y18n/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-3.9.0.tgz (Root Library)
- yargs-12.0.5.tgz
- :x: **y18n-4.0.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>y18n-3.2.1.tgz</b></p></summary>
<p>the bare-bones internationalization library used by yargs</p>
<p>Library home page: <a href="https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz">https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/y18n/package.json</p>
<p>
Dependency Hierarchy:
- webpacker-4.2.0.tgz (Root Library)
- node-sass-4.13.0.tgz
- sass-graph-2.2.4.tgz
- yargs-7.1.0.tgz
- :x: **y18n-3.2.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/mgh3326/createandread/commit/fcf91bc4bdc45d6d8325111f0cc2d8d6c0c0edad">fcf91bc4bdc45d6d8325111f0cc2d8d6c0c0edad</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>
This affects the package y18n before 3.2.2, 4.0.1 and 5.0.5. PoC by po6ix: const y18n = require('y18n')(); y18n.setLocale('__proto__'); y18n.updateLocale({polluted: true}); console.log(polluted); // true
<p>Publish Date: 2020-11-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7774>CVE-2020-7774</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>Origin: <a href="https://www.npmjs.com/advisories/1654">https://www.npmjs.com/advisories/1654</a></p>
<p>Release Date: 2020-11-17</p>
<p>Fix Resolution: 3.2.2, 4.0.1, 5.0.5</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_main
|
cve high detected in tgz tgz autoclosed cve high severity vulnerability vulnerable libraries tgz tgz tgz the bare bones internationalization library used by yargs library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy webpack dev server tgz root library yargs tgz x tgz vulnerable library tgz the bare bones internationalization library used by yargs library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy webpacker tgz root library node sass tgz sass graph tgz yargs tgz x tgz vulnerable library found in head commit a href vulnerability details this affects the package before and poc by const require setlocale proto updatelocale polluted true console log polluted true publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
| 0
|
247,617
| 18,857,949,620
|
IssuesEvent
|
2021-11-12 09:12:53
|
yyhangz/pe
|
https://api.github.com/repos/yyhangz/pe
|
opened
|
Wrong command in the "How the architecture components interact with each other" sequence diagram
|
severity.Medium type.DocumentationBug
|
In the UG and in the app, it is stated that the command for deleting a question is `delete question INDEX`. However, as seen in the sequence diagram below, the user inputs a `delete 1` command, without the `question` portion, which should result in an invalid command format, instead of the command being executed as per normal.

<!--session: 1636702799920-d5d712b8-fac3-4cf2-8942-69802b06341d-->
<!--Version: Web v3.4.1-->
|
1.0
|
Wrong command in the "How the architecture components interact with each other" sequence diagram - In the UG and in the app, it is stated that the command for deleting a question is `delete question INDEX`. However, as seen in the sequence diagram below, the user inputs a `delete 1` command, without the `question` portion, which should result in an invalid command format, instead of the command being executed as per normal.

<!--session: 1636702799920-d5d712b8-fac3-4cf2-8942-69802b06341d-->
<!--Version: Web v3.4.1-->
|
non_main
|
wrong command in the how the architecture components interact with each other sequence diagram in the ug and in the app it is stated that the command for deleting a question is delete question index however as seen in the sequence diagram below the user inputs a delete command without the question portion which should result in an invalid command format instead of the command being executed as per normal
| 0
|
2,548
| 8,675,094,305
|
IssuesEvent
|
2018-11-30 09:52:22
|
citrusframework/citrus
|
https://api.github.com/repos/citrusframework/citrus
|
opened
|
Breaking change in waitFor().file(String)
|
Prio: High READY Type: Maintainance
|
**Citrus Version**
>= 2.7.7
**Description**
If you upgrade your Citrus version to 2.7.7 or higher, we've a breaking change in the file wait builder API. We'll correct this with one of the future releases to ensure effortless version upgrades
**API before change**
```java
waitFor().file("/path/to/file");
```
**API after change**
```java
waitFor().file.path("/path/to/file");
```
**Additional information**
* Issue:#417
* Commit: https://github.com/citrusframework/citrus/commit/515e840f9133383d19304916db197ce5fdb9ac83#diff-f106d4946b18253678933a5267aa2540L122
BR,
Sven
|
True
|
Breaking change in waitFor().file(String) - **Citrus Version**
>= 2.7.7
**Description**
If you upgrade your Citrus version to 2.7.7 or higher, we've a breaking change in the file wait builder API. We'll correct this with one of the future releases to ensure effortless version upgrades
**API before change**
```java
waitFor().file("/path/to/file");
```
**API after change**
```java
waitFor().file.path("/path/to/file");
```
**Additional information**
* Issue:#417
* Commit: https://github.com/citrusframework/citrus/commit/515e840f9133383d19304916db197ce5fdb9ac83#diff-f106d4946b18253678933a5267aa2540L122
BR,
Sven
|
main
|
breaking change in waitfor file string citrus version description if you upgrade your citrus version to or higher we ve a breaking change in the file wait builder api we ll correct this with one of the future releases to ensure effortless version upgrades api before change java waitfor file path to file api after change java waitfor file path path to file additional information issue commit br sven
| 1
|
436
| 3,550,719,556
|
IssuesEvent
|
2016-01-20 23:08:17
|
pypiserver/pypiserver
|
https://api.github.com/repos/pypiserver/pypiserver
|
closed
|
Support and test against Python 3.5
|
Maintainance
|
This should just be a matter of adding a 3.5 environment to the test suites. I've got a pypiserver running on 3.5 locally, and it works well.
|
True
|
Support and test against Python 3.5 - This should just be a matter of adding a 3.5 environment to the test suites. I've got a pypiserver running on 3.5 locally, and it works well.
|
main
|
support and test against python this should just be a matter of adding a environment to the test suites i ve got a pypiserver running on locally and it works well
| 1
|
212,642
| 23,934,094,205
|
IssuesEvent
|
2022-09-11 01:01:50
|
brightcove/cloud-custodian
|
https://api.github.com/repos/brightcove/cloud-custodian
|
closed
|
CVE-2018-17847 (High) detected in github.com/golang/net-161cd47e91fd58ac17490ef4d742dc98bb4cf60e, github.com/aws/amazon-ssm-agent-2.3.235.0 - autoclosed
|
security vulnerability
|
## CVE-2018-17847 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>github.com/golang/net-161cd47e91fd58ac17490ef4d742dc98bb4cf60e</b>, <b>github.com/aws/amazon-ssm-agent-2.3.235.0</b></p></summary>
<p>
<details><summary><b>github.com/golang/net-161cd47e91fd58ac17490ef4d742dc98bb4cf60e</b></p></summary>
<p>[mirror] Go supplementary network libraries</p>
<p>
Dependency Hierarchy:
- github.com/golang/sync-1d60e4601c6fd243af51cc01ddf169918a5407ca (Root Library)
- :x: **github.com/golang/net-161cd47e91fd58ac17490ef4d742dc98bb4cf60e** (Vulnerable Library)
</details>
<details><summary><b>github.com/aws/amazon-ssm-agent-2.3.235.0</b></p></summary>
<p>Agent to enable remote management of your Amazon EC2 instance configuration.</p>
<p>
Dependency Hierarchy:
- :x: **github.com/aws/amazon-ssm-agent-2.3.235.0** (Vulnerable Library)
</details>
<p>Found in base branch: <b>brightcove</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The html package (aka x/net/html) through 2018-09-25 in Go mishandles <svg><template><desc><t><svg></template>, leading to a "panic: runtime error" (index out of range) in (*nodeStack).pop in node.go, called from (*parser).clearActiveFormattingElements, during an html.Parse call.
<p>Publish Date: 2018-10-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-17847>CVE-2018-17847</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://nvd.nist.gov/vuln/detail/CVE-2018-17847">https://nvd.nist.gov/vuln/detail/CVE-2018-17847</a></p>
<p>Release Date: 2018-10-01</p>
<p>Fix Resolution: golang-golang-x-net-dev - 1:0.0+git20181201.351d144+dfsg-3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"GO","packageName":"github.com/golang/net","packageVersion":"161cd47e91fd58ac17490ef4d742dc98bb4cf60e","packageFilePaths":[],"isTransitiveDependency":true,"dependencyTree":"github.com/golang/sync:1d60e4601c6fd243af51cc01ddf169918a5407ca;github.com/golang/net:161cd47e91fd58ac17490ef4d742dc98bb4cf60e","isMinimumFixVersionAvailable":true,"minimumFixVersion":"golang-golang-x-net-dev - 1:0.0+git20181201.351d144+dfsg-3","isBinary":true},{"packageType":"GO","packageName":"github.com/aws/amazon-ssm-agent","packageVersion":"2.3.235.0","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"github.com/aws/amazon-ssm-agent:2.3.235.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"golang-golang-x-net-dev - 1:0.0+git20181201.351d144+dfsg-3","isBinary":true}],"baseBranches":["brightcove"],"vulnerabilityIdentifier":"CVE-2018-17847","vulnerabilityDetails":"The html package (aka x/net/html) through 2018-09-25 in Go mishandles \u003csvg\u003e\u003ctemplate\u003e\u003cdesc\u003e\u003ct\u003e\u003csvg\u003e\u003c/template\u003e, leading to a \"panic: runtime error\" (index out of range) in (*nodeStack).pop in node.go, called from (*parser).clearActiveFormattingElements, during an html.Parse call.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-17847","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2018-17847 (High) detected in github.com/golang/net-161cd47e91fd58ac17490ef4d742dc98bb4cf60e, github.com/aws/amazon-ssm-agent-2.3.235.0 - autoclosed - ## CVE-2018-17847 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>github.com/golang/net-161cd47e91fd58ac17490ef4d742dc98bb4cf60e</b>, <b>github.com/aws/amazon-ssm-agent-2.3.235.0</b></p></summary>
<p>
<details><summary><b>github.com/golang/net-161cd47e91fd58ac17490ef4d742dc98bb4cf60e</b></p></summary>
<p>[mirror] Go supplementary network libraries</p>
<p>
Dependency Hierarchy:
- github.com/golang/sync-1d60e4601c6fd243af51cc01ddf169918a5407ca (Root Library)
- :x: **github.com/golang/net-161cd47e91fd58ac17490ef4d742dc98bb4cf60e** (Vulnerable Library)
</details>
<details><summary><b>github.com/aws/amazon-ssm-agent-2.3.235.0</b></p></summary>
<p>Agent to enable remote management of your Amazon EC2 instance configuration.</p>
<p>
Dependency Hierarchy:
- :x: **github.com/aws/amazon-ssm-agent-2.3.235.0** (Vulnerable Library)
</details>
<p>Found in base branch: <b>brightcove</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The html package (aka x/net/html) through 2018-09-25 in Go mishandles <svg><template><desc><t><svg></template>, leading to a "panic: runtime error" (index out of range) in (*nodeStack).pop in node.go, called from (*parser).clearActiveFormattingElements, during an html.Parse call.
<p>Publish Date: 2018-10-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-17847>CVE-2018-17847</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://nvd.nist.gov/vuln/detail/CVE-2018-17847">https://nvd.nist.gov/vuln/detail/CVE-2018-17847</a></p>
<p>Release Date: 2018-10-01</p>
<p>Fix Resolution: golang-golang-x-net-dev - 1:0.0+git20181201.351d144+dfsg-3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"GO","packageName":"github.com/golang/net","packageVersion":"161cd47e91fd58ac17490ef4d742dc98bb4cf60e","packageFilePaths":[],"isTransitiveDependency":true,"dependencyTree":"github.com/golang/sync:1d60e4601c6fd243af51cc01ddf169918a5407ca;github.com/golang/net:161cd47e91fd58ac17490ef4d742dc98bb4cf60e","isMinimumFixVersionAvailable":true,"minimumFixVersion":"golang-golang-x-net-dev - 1:0.0+git20181201.351d144+dfsg-3","isBinary":true},{"packageType":"GO","packageName":"github.com/aws/amazon-ssm-agent","packageVersion":"2.3.235.0","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"github.com/aws/amazon-ssm-agent:2.3.235.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"golang-golang-x-net-dev - 1:0.0+git20181201.351d144+dfsg-3","isBinary":true}],"baseBranches":["brightcove"],"vulnerabilityIdentifier":"CVE-2018-17847","vulnerabilityDetails":"The html package (aka x/net/html) through 2018-09-25 in Go mishandles \u003csvg\u003e\u003ctemplate\u003e\u003cdesc\u003e\u003ct\u003e\u003csvg\u003e\u003c/template\u003e, leading to a \"panic: runtime error\" (index out of range) in (*nodeStack).pop in node.go, called from (*parser).clearActiveFormattingElements, during an html.Parse call.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-17847","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
|
non_main
|
cve high detected in github com golang net github com aws amazon ssm agent autoclosed cve high severity vulnerability vulnerable libraries github com golang net github com aws amazon ssm agent github com golang net go supplementary network libraries dependency hierarchy github com golang sync root library x github com golang net vulnerable library github com aws amazon ssm agent agent to enable remote management of your amazon instance configuration dependency hierarchy x github com aws amazon ssm agent vulnerable library found in base branch brightcove vulnerability details the html package aka x net html through in go mishandles leading to a panic runtime error index out of range in nodestack pop in node go called from parser clearactiveformattingelements during an html parse call 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 golang golang x net dev dfsg isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree github com golang sync github com golang net isminimumfixversionavailable true minimumfixversion golang golang x net dev dfsg isbinary true packagetype go packagename github com aws amazon ssm agent packageversion packagefilepaths istransitivedependency false dependencytree github com aws amazon ssm agent isminimumfixversionavailable true minimumfixversion golang golang x net dev dfsg isbinary true basebranches vulnerabilityidentifier cve vulnerabilitydetails the html package aka x net html through in go mishandles template leading to a panic runtime error index out of range in nodestack pop in node go called from parser clearactiveformattingelements during an html parse call vulnerabilityurl
| 0
|
4,497
| 23,416,382,670
|
IssuesEvent
|
2022-08-13 02:46:02
|
aws/aws-sam-cli
|
https://api.github.com/repos/aws/aws-sam-cli
|
closed
|
--log-file does not output to file until exit the run
|
type/question area/local/start-api stage/pr maintainer/need-followup
|
<!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed).
If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. -->
### Description:
I have started SAM with following command
> sam local start-api --skip-pull-image --warm-containers LAZY --log-file debug.log
It does not output to file until I exit the run. Is it suppose to work like that?
I personally would see that it output to log each every time I call it rather than the need to exit first.
### Steps to reproduce:
Start API with above command
### Observed result:
Does not output to debug.log until exit SAM
### Expected result:
Should output to log after each request.
### Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
1. OS: Windows 10
2. SAM CLI 1.15.0
3. AWS region: local
|
True
|
--log-file does not output to file until exit the run - <!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed).
If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. -->
### Description:
I have started SAM with following command
> sam local start-api --skip-pull-image --warm-containers LAZY --log-file debug.log
It does not output to file until I exit the run. Is it suppose to work like that?
I personally would see that it output to log each every time I call it rather than the need to exit first.
### Steps to reproduce:
Start API with above command
### Observed result:
Does not output to debug.log until exit SAM
### Expected result:
Should output to log after each request.
### Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
1. OS: Windows 10
2. SAM CLI 1.15.0
3. AWS region: local
|
main
|
log file does not output to file until exit the run make sure we don t have an existing issue that reports the bug you are seeing both open and closed if you do find an existing issue re open or add a comment to that issue instead of creating a new one description i have started sam with following command sam local start api skip pull image warm containers lazy log file debug log it does not output to file until i exit the run is it suppose to work like that i personally would see that it output to log each every time i call it rather than the need to exit first steps to reproduce start api with above command observed result does not output to debug log until exit sam expected result should output to log after each request additional environment details ex windows mac amazon linux etc os windows sam cli aws region local
| 1
|
316,897
| 23,653,890,471
|
IssuesEvent
|
2022-08-26 09:20:26
|
dstansby/pfsspy
|
https://api.github.com/repos/dstansby/pfsspy
|
opened
|
Add narrative docs
|
Enhancement Documentation
|
From https://github.com/dstansby/pfsspy/issues/252:
> You could add a few paragraphs at the beginning of the documentation to explain the general structure of the code and the terminology. From the example, I am guessing from the examples that pfsspy.pfss is the main function solving the PDE problem and that "tracers" are post-processing tools to reconstruct the values of the magnetic field from the abstract output of pfss. Maybe this could be explained more explicitly. By the way, wouldn't solve or solve_pfss be a more explicit name for pfss?
|
1.0
|
Add narrative docs - From https://github.com/dstansby/pfsspy/issues/252:
> You could add a few paragraphs at the beginning of the documentation to explain the general structure of the code and the terminology. From the example, I am guessing from the examples that pfsspy.pfss is the main function solving the PDE problem and that "tracers" are post-processing tools to reconstruct the values of the magnetic field from the abstract output of pfss. Maybe this could be explained more explicitly. By the way, wouldn't solve or solve_pfss be a more explicit name for pfss?
|
non_main
|
add narrative docs from you could add a few paragraphs at the beginning of the documentation to explain the general structure of the code and the terminology from the example i am guessing from the examples that pfsspy pfss is the main function solving the pde problem and that tracers are post processing tools to reconstruct the values of the magnetic field from the abstract output of pfss maybe this could be explained more explicitly by the way wouldn t solve or solve pfss be a more explicit name for pfss
| 0
|
3,141
| 12,055,446,341
|
IssuesEvent
|
2020-04-15 13:00:37
|
arcticicestudio/igloo
|
https://api.github.com/repos/arcticicestudio/igloo
|
closed
|
“Atom“ snowblock decommission
|
scope-maintainability scope-quality snowblock-atom type-task
|
Related to #248
---
[Atom][] is not used anymore since at least February 23 2019 and was replaced by [Visual Studio Code][vscode] in #179. Therefore the `atom` _snowblock_ will be removed while the data is still available through the [_Git_ repository history/logs][git-docs-hist].
[atom]: https://atom.io
[git-docs-hist]: https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History
[vscode]: https://code.visualstudio.com
|
True
|
“Atom“ snowblock decommission - Related to #248
---
[Atom][] is not used anymore since at least February 23 2019 and was replaced by [Visual Studio Code][vscode] in #179. Therefore the `atom` _snowblock_ will be removed while the data is still available through the [_Git_ repository history/logs][git-docs-hist].
[atom]: https://atom.io
[git-docs-hist]: https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History
[vscode]: https://code.visualstudio.com
|
main
|
“atom“ snowblock decommission related to is not used anymore since at least february and was replaced by in therefore the atom snowblock will be removed while the data is still available through the
| 1
|
5,468
| 27,334,251,948
|
IssuesEvent
|
2023-02-26 01:43:44
|
OpenLightingProject/ola
|
https://api.github.com/repos/OpenLightingProject/ola
|
closed
|
ImportError (google.protobuf) with rdm_test_server.py
|
bug OpSys-OSX Maintainability Language-Python
|
When I try to run `rdm_test_server.py`, I get this:
> Traceback (most recent call last):
File "/usr/local/bin/rdm_test_server.py", line 38, in <module>
from ola.ClientWrapper import ClientWrapper, SelectServer
File "/usr/local/lib/python2.7/site-packages/ola/ClientWrapper.py", line 28, in <module>
File "/usr/local/lib/python2.7/site-packages/ola/OlaClient.py", line 21, in <module>
File "/usr/local/lib/python2.7/site-packages/ola/rpc/StreamRpcChannel.py", line 20, in <module>
ImportError: No module named google.protobuf
I'm using homebrew to install ola. I've tried reinstalling protobuf and ola, but I get the same error.
System: OSX 10.14.6
|
True
|
ImportError (google.protobuf) with rdm_test_server.py - When I try to run `rdm_test_server.py`, I get this:
> Traceback (most recent call last):
File "/usr/local/bin/rdm_test_server.py", line 38, in <module>
from ola.ClientWrapper import ClientWrapper, SelectServer
File "/usr/local/lib/python2.7/site-packages/ola/ClientWrapper.py", line 28, in <module>
File "/usr/local/lib/python2.7/site-packages/ola/OlaClient.py", line 21, in <module>
File "/usr/local/lib/python2.7/site-packages/ola/rpc/StreamRpcChannel.py", line 20, in <module>
ImportError: No module named google.protobuf
I'm using homebrew to install ola. I've tried reinstalling protobuf and ola, but I get the same error.
System: OSX 10.14.6
|
main
|
importerror google protobuf with rdm test server py when i try to run rdm test server py i get this traceback most recent call last file usr local bin rdm test server py line in from ola clientwrapper import clientwrapper selectserver file usr local lib site packages ola clientwrapper py line in file usr local lib site packages ola olaclient py line in file usr local lib site packages ola rpc streamrpcchannel py line in importerror no module named google protobuf i m using homebrew to install ola i ve tried reinstalling protobuf and ola but i get the same error system osx
| 1
|
83,699
| 15,712,607,821
|
IssuesEvent
|
2021-03-27 12:51:53
|
Symbolk/IntelliMerge-UI
|
https://api.github.com/repos/Symbolk/IntelliMerge-UI
|
closed
|
CVE-2018-20822 (Medium) detected in opennmsopennms-source-26.0.0-1
|
security vulnerability
|
## CVE-2018-20822 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-26.0.0-1</b></p></summary>
<p>
<p>A Java based fault and performance management system</p>
<p>Library home page: <a href=https://sourceforge.net/projects/opennms/>https://sourceforge.net/projects/opennms/</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Symbolk/IntelliMerge-UI/commit/1a120f45942616d291864928a8d13e410fcc0ec6">1a120f45942616d291864928a8d13e410fcc0ec6</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>IntelliMerge-UI/node_modules/node-sass/src/libsass/src/ast.hpp</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
LibSass 3.5.4 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Complex_Selector::perform in ast.hpp and Sass::Inspect::operator in inspect.cpp).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20822>CVE-2018-20822</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822</a></p>
<p>Release Date: 2019-08-06</p>
<p>Fix Resolution: LibSass - 3.6.0;node-sass - 4.13.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-2018-20822 (Medium) detected in opennmsopennms-source-26.0.0-1 - ## CVE-2018-20822 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-26.0.0-1</b></p></summary>
<p>
<p>A Java based fault and performance management system</p>
<p>Library home page: <a href=https://sourceforge.net/projects/opennms/>https://sourceforge.net/projects/opennms/</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Symbolk/IntelliMerge-UI/commit/1a120f45942616d291864928a8d13e410fcc0ec6">1a120f45942616d291864928a8d13e410fcc0ec6</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>IntelliMerge-UI/node_modules/node-sass/src/libsass/src/ast.hpp</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
LibSass 3.5.4 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Complex_Selector::perform in ast.hpp and Sass::Inspect::operator in inspect.cpp).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20822>CVE-2018-20822</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822</a></p>
<p>Release Date: 2019-08-06</p>
<p>Fix Resolution: LibSass - 3.6.0;node-sass - 4.13.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_main
|
cve medium detected in opennmsopennms source cve medium severity vulnerability vulnerable library opennmsopennms source a java based fault and performance management system library home page a href found in head commit a href found in base branch master vulnerable source files intellimerge ui node modules node sass src libsass src ast hpp vulnerability details libsass allows attackers to cause a denial of service uncontrolled recursion in sass complex selector perform in ast hpp and sass inspect operator in inspect cpp publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution libsass node sass step up your open source security game with whitesource
| 0
|
753,206
| 26,341,044,028
|
IssuesEvent
|
2023-01-10 17:41:33
|
phylum-dev/phylum-ci
|
https://api.github.com/repos/phylum-dev/phylum-ci
|
closed
|
Clipped Phylum UI URL
|
bug low priority
|
## Describe the bug
When using GitLab branch pipelines, the output in the logs clips the Phylum UI URL causing it to not work properly. This seems to be a formatting oddity, the intended URL looks correct.
## To Reproduce
Steps to reproduce the behavior:
1. Go to the output of a GitLab branch pipeline job with Phylum issue
2. See the URL clipping at the bottom of the phylum summary
## Expected behavior
If provided as a clickable URL, the URL leads to the proper location.
## Screenshots

|
1.0
|
Clipped Phylum UI URL - ## Describe the bug
When using GitLab branch pipelines, the output in the logs clips the Phylum UI URL causing it to not work properly. This seems to be a formatting oddity, the intended URL looks correct.
## To Reproduce
Steps to reproduce the behavior:
1. Go to the output of a GitLab branch pipeline job with Phylum issue
2. See the URL clipping at the bottom of the phylum summary
## Expected behavior
If provided as a clickable URL, the URL leads to the proper location.
## Screenshots

|
non_main
|
clipped phylum ui url describe the bug when using gitlab branch pipelines the output in the logs clips the phylum ui url causing it to not work properly this seems to be a formatting oddity the intended url looks correct to reproduce steps to reproduce the behavior go to the output of a gitlab branch pipeline job with phylum issue see the url clipping at the bottom of the phylum summary expected behavior if provided as a clickable url the url leads to the proper location screenshots
| 0
|
43,408
| 12,979,506,236
|
IssuesEvent
|
2020-07-22 02:17:48
|
spinnaker/spinnaker
|
https://api.github.com/repos/spinnaker/spinnaker
|
closed
|
Spin CLI v1.17.0 - unable to authenticate with oauth2
|
auth sig/security spin cli
|
### Issue Summary:
I receive this error when attempting to authenticate using oauth2 on spin cli version 1.17.0:
```sh
OAuth2 Authentication failed.
login failed
```
If spin config has `cachedToken` object then spin cli will fail to serialize the config file and get this error:
```
error unmarshaling JSON: while decoding JSON: json: unknown field "accesstoken"
```
Downgrading to 1.14.0 using the same config file works just fine.
### Cloud Provider(s):
n/a
### Environment:
Spinnaker deployed on baremetal
spin cli v1.17.0
### Feature Area:
spin cli - authentication
### Description:
Here is the spin config file I've been using before upgrade to 1.17.0 which worked in the past:
```yaml
gate:
endpoint: <gate api domain>
auth:
enabled: true
oauth2:
tokenUrl: <idp token url>
authUrl: <idp auth url>
clientId: spinnaker
clientSecret: ""
scopes:
- openid
- email
- profile
```
I also downgraded to 1.14.0 and successfully authenticated on spin cli as the `cachedToken` object was added to the auth object:
```yaml
auth:
...
...
cachedToken:
accesstoken: <access token>
tokentype: bearer
refreshtoken: <refresh token>
expiry: 2020-07-15T06:38:12.017684167-07:00
```
After authenticating, I upgraded back to 1.17.0 to find out if I can use the cached token and skip authentication on 1.17.0 but then I received this error:
```sh
Could not deserialize config file with contents: gate:
endpoint: <gate api domain>
auth:
enabled: true
oauth2:
tokenUrl: <idp token url>
authUrl: <idp auth url>
clientId: spinnaker
clientSecret: <client secret>
scopes:
- openid
- email
- profile
cachedToken:
accesstoken: <1.14.0 access token>
tokentype: bearer
refreshtoken: <1.14.0 refresh token>
expiry: 2020-07-15T06:38:12.017684167-07:00
ldap: null
, failing.
error unmarshaling JSON: while decoding JSON: json: unknown field "accesstoken"
```
### Steps to Reproduce:
1. Create a spin config file using oauth2 for authentication and without `cachedToken`
2. Make any cli request, `spin application list`
3. Perform authentication steps prompted by spin cli and error will be shown
### Additional Details:
My identity provider does not log any error and the session is initiated in the identity provider's Spinnaker client when I provide the authorization code to spin cli.
|
True
|
Spin CLI v1.17.0 - unable to authenticate with oauth2 - ### Issue Summary:
I receive this error when attempting to authenticate using oauth2 on spin cli version 1.17.0:
```sh
OAuth2 Authentication failed.
login failed
```
If spin config has `cachedToken` object then spin cli will fail to serialize the config file and get this error:
```
error unmarshaling JSON: while decoding JSON: json: unknown field "accesstoken"
```
Downgrading to 1.14.0 using the same config file works just fine.
### Cloud Provider(s):
n/a
### Environment:
Spinnaker deployed on baremetal
spin cli v1.17.0
### Feature Area:
spin cli - authentication
### Description:
Here is the spin config file I've been using before upgrade to 1.17.0 which worked in the past:
```yaml
gate:
endpoint: <gate api domain>
auth:
enabled: true
oauth2:
tokenUrl: <idp token url>
authUrl: <idp auth url>
clientId: spinnaker
clientSecret: ""
scopes:
- openid
- email
- profile
```
I also downgraded to 1.14.0 and successfully authenticated on spin cli as the `cachedToken` object was added to the auth object:
```yaml
auth:
...
...
cachedToken:
accesstoken: <access token>
tokentype: bearer
refreshtoken: <refresh token>
expiry: 2020-07-15T06:38:12.017684167-07:00
```
After authenticating, I upgraded back to 1.17.0 to find out if I can use the cached token and skip authentication on 1.17.0 but then I received this error:
```sh
Could not deserialize config file with contents: gate:
endpoint: <gate api domain>
auth:
enabled: true
oauth2:
tokenUrl: <idp token url>
authUrl: <idp auth url>
clientId: spinnaker
clientSecret: <client secret>
scopes:
- openid
- email
- profile
cachedToken:
accesstoken: <1.14.0 access token>
tokentype: bearer
refreshtoken: <1.14.0 refresh token>
expiry: 2020-07-15T06:38:12.017684167-07:00
ldap: null
, failing.
error unmarshaling JSON: while decoding JSON: json: unknown field "accesstoken"
```
### Steps to Reproduce:
1. Create a spin config file using oauth2 for authentication and without `cachedToken`
2. Make any cli request, `spin application list`
3. Perform authentication steps prompted by spin cli and error will be shown
### Additional Details:
My identity provider does not log any error and the session is initiated in the identity provider's Spinnaker client when I provide the authorization code to spin cli.
|
non_main
|
spin cli unable to authenticate with issue summary i receive this error when attempting to authenticate using on spin cli version sh authentication failed login failed if spin config has cachedtoken object then spin cli will fail to serialize the config file and get this error error unmarshaling json while decoding json json unknown field accesstoken downgrading to using the same config file works just fine cloud provider s n a environment spinnaker deployed on baremetal spin cli feature area spin cli authentication description here is the spin config file i ve been using before upgrade to which worked in the past yaml gate endpoint auth enabled true tokenurl authurl clientid spinnaker clientsecret scopes openid email profile i also downgraded to and successfully authenticated on spin cli as the cachedtoken object was added to the auth object yaml auth cachedtoken accesstoken tokentype bearer refreshtoken expiry after authenticating i upgraded back to to find out if i can use the cached token and skip authentication on but then i received this error sh could not deserialize config file with contents gate endpoint auth enabled true tokenurl authurl clientid spinnaker clientsecret scopes openid email profile cachedtoken accesstoken tokentype bearer refreshtoken expiry ldap null failing error unmarshaling json while decoding json json unknown field accesstoken steps to reproduce create a spin config file using for authentication and without cachedtoken make any cli request spin application list perform authentication steps prompted by spin cli and error will be shown additional details my identity provider does not log any error and the session is initiated in the identity provider s spinnaker client when i provide the authorization code to spin cli
| 0
|
3,970
| 18,249,145,773
|
IssuesEvent
|
2021-10-02 00:05:25
|
Homebrew/homebrew-cask
|
https://api.github.com/repos/Homebrew/homebrew-cask
|
closed
|
Get rid of `colon`
|
awaiting maintainer feedback stale
|
As per discussion in https://github.com/Homebrew/homebrew-cask-versions/pull/10064. `:` is a special character, and (unless I’m misremembering) it has given us trouble in the past. It’s used in highly specific cases, and those can be handled by multiple `,`.
This issue both tracks what needs to be done and serves as discussion. To do this we’d need to:
* [ ] Remove references to colon in [the version documentation](https://github.com/Homebrew/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/version.md).
* [ ] Remove support for `before_colon` and `after_colon` from the core.
* [ ] Remove support for places where `:` is used to split versions (https://github.com/Homebrew/brew/pull/10376/files#r562759754).
* [ ] Edit the cask where `:` is used in. Which are:
<details><summary>In <code>homebrew-cask</code></summary>
* [ ] [dissenter-browser](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dissenter-browser.rb)
* [ ] [synergy](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/synergy.rb)
* [ ] [scala-ide](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/scala-ide.rb)
* [ ] [eclipse-dsl](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-dsl.rb)
* [ ] [chatmate-for-facebook](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/chatmate-for-facebook.rb)
* [ ] [xee](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/xee.rb)
* [ ] [focused](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/focused.rb)
* [ ] [oracle-jdk-javadoc](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/oracle-jdk-javadoc.rb)
* [ ] [eclipse-testing](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-testing.rb)
* [ ] [imazing-mini](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/imazing-mini.rb)
* [ ] [dotnet-sdk](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dotnet-sdk.rb)
* [ ] [eclipse-jee](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-jee.rb)
* [ ] [xiami](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/xiami.rb)
* [ ] [eclipse-modeling](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-modeling.rb)
* [ ] [noxappplayer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/noxappplayer.rb)
* [ ] [eclipse-cpp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-cpp.rb)
* [ ] [gemini](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/gemini.rb)
* [ ] [texpad](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/texpad.rb)
* [ ] [startupizer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/startupizer.rb)
* [ ] [tiger-trade](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/tiger-trade.rb)
* [ ] [the-unarchiver](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/the-unarchiver.rb)
* [ ] [tower](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/tower.rb)
* [ ] [eclipse-ide](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-ide.rb)
* [ ] [cockatrice](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/cockatrice.rb)
* [ ] [captin](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/captin.rb)
* [ ] [chatmate-for-whatsapp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/chatmate-for-whatsapp.rb)
* [ ] [dictionaries](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dictionaries.rb)
* [ ] [eclipse-php](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-php.rb)
* [ ] [eclipse-java](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-java.rb)
* [ ] [oracle-jdk](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/oracle-jdk.rb)
* [ ] [eclipse-rcp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-rcp.rb)
* [ ] [eclipse-installer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-installer.rb)
* [ ] [texworks](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/texworks.rb)
* [ ] [eclipse-javascript](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-javascript.rb)
* [ ] [dotnet](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dotnet.rb)
* [ ] [fritzing](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/fritzing.rb)
</details>
<details><summary>In <code>homebrew-cask-versions</code></summary>
* [ ] [adoptopenjdk8](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/adoptopenjdk8.rb)
* [ ] [dotnet-sdk-preview](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/dotnet-sdk-preview.rb)
* [ ] [dotnet-preview](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/dotnet-preview.rb)
</details>
<details><summary>In <code>homebrew-cask-drivers</code></summary>
* [ ] [brother-p-touch-update-software](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/brother-p-touch-update-software.rb)
* [ ] [3dconnexion](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/3dconnexion.rb)
* [ ] [insta360-studio](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/insta360-studio.rb)
</details>
Ping @Homebrew/cask
|
True
|
Get rid of `colon` - As per discussion in https://github.com/Homebrew/homebrew-cask-versions/pull/10064. `:` is a special character, and (unless I’m misremembering) it has given us trouble in the past. It’s used in highly specific cases, and those can be handled by multiple `,`.
This issue both tracks what needs to be done and serves as discussion. To do this we’d need to:
* [ ] Remove references to colon in [the version documentation](https://github.com/Homebrew/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/version.md).
* [ ] Remove support for `before_colon` and `after_colon` from the core.
* [ ] Remove support for places where `:` is used to split versions (https://github.com/Homebrew/brew/pull/10376/files#r562759754).
* [ ] Edit the cask where `:` is used in. Which are:
<details><summary>In <code>homebrew-cask</code></summary>
* [ ] [dissenter-browser](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dissenter-browser.rb)
* [ ] [synergy](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/synergy.rb)
* [ ] [scala-ide](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/scala-ide.rb)
* [ ] [eclipse-dsl](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-dsl.rb)
* [ ] [chatmate-for-facebook](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/chatmate-for-facebook.rb)
* [ ] [xee](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/xee.rb)
* [ ] [focused](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/focused.rb)
* [ ] [oracle-jdk-javadoc](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/oracle-jdk-javadoc.rb)
* [ ] [eclipse-testing](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-testing.rb)
* [ ] [imazing-mini](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/imazing-mini.rb)
* [ ] [dotnet-sdk](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dotnet-sdk.rb)
* [ ] [eclipse-jee](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-jee.rb)
* [ ] [xiami](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/xiami.rb)
* [ ] [eclipse-modeling](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-modeling.rb)
* [ ] [noxappplayer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/noxappplayer.rb)
* [ ] [eclipse-cpp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-cpp.rb)
* [ ] [gemini](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/gemini.rb)
* [ ] [texpad](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/texpad.rb)
* [ ] [startupizer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/startupizer.rb)
* [ ] [tiger-trade](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/tiger-trade.rb)
* [ ] [the-unarchiver](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/the-unarchiver.rb)
* [ ] [tower](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/tower.rb)
* [ ] [eclipse-ide](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-ide.rb)
* [ ] [cockatrice](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/cockatrice.rb)
* [ ] [captin](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/captin.rb)
* [ ] [chatmate-for-whatsapp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/chatmate-for-whatsapp.rb)
* [ ] [dictionaries](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dictionaries.rb)
* [ ] [eclipse-php](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-php.rb)
* [ ] [eclipse-java](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-java.rb)
* [ ] [oracle-jdk](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/oracle-jdk.rb)
* [ ] [eclipse-rcp](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-rcp.rb)
* [ ] [eclipse-installer](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-installer.rb)
* [ ] [texworks](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/texworks.rb)
* [ ] [eclipse-javascript](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eclipse-javascript.rb)
* [ ] [dotnet](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/dotnet.rb)
* [ ] [fritzing](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/fritzing.rb)
</details>
<details><summary>In <code>homebrew-cask-versions</code></summary>
* [ ] [adoptopenjdk8](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/adoptopenjdk8.rb)
* [ ] [dotnet-sdk-preview](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/dotnet-sdk-preview.rb)
* [ ] [dotnet-preview](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/dotnet-preview.rb)
</details>
<details><summary>In <code>homebrew-cask-drivers</code></summary>
* [ ] [brother-p-touch-update-software](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/brother-p-touch-update-software.rb)
* [ ] [3dconnexion](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/3dconnexion.rb)
* [ ] [insta360-studio](https://github.com/Homebrew/homebrew-cask-versions/blob/master/Casks/insta360-studio.rb)
</details>
Ping @Homebrew/cask
|
main
|
get rid of colon as per discussion in is a special character and unless i’m misremembering it has given us trouble in the past it’s used in highly specific cases and those can be handled by multiple this issue both tracks what needs to be done and serves as discussion to do this we’d need to remove references to colon in remove support for before colon and after colon from the core remove support for places where is used to split versions edit the cask where is used in which are in homebrew cask in homebrew cask versions in homebrew cask drivers ping homebrew cask
| 1
|
3,660
| 14,941,859,335
|
IssuesEvent
|
2021-01-25 20:23:52
|
hydroshare/hydroshare
|
https://api.github.com/repos/hydroshare/hydroshare
|
closed
|
settings, local_settings
|
DevOps Maintainability
|
`settings.py` is used to centralize settings and `local_settings.py` uses clever override behavior to enable having environment specific settings on a server that does not get committed to source control (git). This means that you can have parameterized settings that a respective to laptops, dev server, UAT, QA, beta and prod. For example, dev keys or empty keys can be specified in local_settings in Jenkins jobs as well as in deployment scripts, whereas protected keys can live in secure areas of the filesystem or as Linux environment variables.
Investigate usage of local_settings.py, local_settings.template and local_settings.cutover across Jenkins and dev-hs-## environments, beta, prod and all deployment automated and manual (tribal/documented/undocumented) steps and also coordinate with RENCI to update/remove as necessary. Scott should probably approve any final changes, before going live, especially if the changes are outside source control and developers don't necessarily see them.
|
True
|
settings, local_settings - `settings.py` is used to centralize settings and `local_settings.py` uses clever override behavior to enable having environment specific settings on a server that does not get committed to source control (git). This means that you can have parameterized settings that a respective to laptops, dev server, UAT, QA, beta and prod. For example, dev keys or empty keys can be specified in local_settings in Jenkins jobs as well as in deployment scripts, whereas protected keys can live in secure areas of the filesystem or as Linux environment variables.
Investigate usage of local_settings.py, local_settings.template and local_settings.cutover across Jenkins and dev-hs-## environments, beta, prod and all deployment automated and manual (tribal/documented/undocumented) steps and also coordinate with RENCI to update/remove as necessary. Scott should probably approve any final changes, before going live, especially if the changes are outside source control and developers don't necessarily see them.
|
main
|
settings local settings settings py is used to centralize settings and local settings py uses clever override behavior to enable having environment specific settings on a server that does not get committed to source control git this means that you can have parameterized settings that a respective to laptops dev server uat qa beta and prod for example dev keys or empty keys can be specified in local settings in jenkins jobs as well as in deployment scripts whereas protected keys can live in secure areas of the filesystem or as linux environment variables investigate usage of local settings py local settings template and local settings cutover across jenkins and dev hs environments beta prod and all deployment automated and manual tribal documented undocumented steps and also coordinate with renci to update remove as necessary scott should probably approve any final changes before going live especially if the changes are outside source control and developers don t necessarily see them
| 1
|
1,120
| 4,989,599,787
|
IssuesEvent
|
2016-12-08 12:27:34
|
ansible/ansible-modules-extras
|
https://api.github.com/repos/ansible/ansible-modules-extras
|
closed
|
jBoss support until version 7 EAP
|
affects_2.1 docs_report feature_idea waiting_on_maintainer
|
Hi,
May be you should add to the doc that the jboss module is not able to be used to update jBoss from version 7 EAP.
Until this release, jboss permitted to copy war / ear in a deployment folder and restart it and it worked.
But now with version 7 it's not possible at all. You have to use a dedicated command line that is totally different.
for example to stop the jboss server :
```
jboss-cli.sh --connect --user=JbossAdmin --password=****** -c ':shutdown'
```
to add the Oracle driver to the jboss configuration
```
jboss-cli.sh --connect --user=JbossAdmin –password= **** --file=./ojdbc-driver.cli
```
and the ojdbc-driver.cli contains a specific grammar that only be understood by jboss 7 eap
Notice : the way jboss module actually works, is more for tomcat in fact.
|
True
|
jBoss support until version 7 EAP - Hi,
May be you should add to the doc that the jboss module is not able to be used to update jBoss from version 7 EAP.
Until this release, jboss permitted to copy war / ear in a deployment folder and restart it and it worked.
But now with version 7 it's not possible at all. You have to use a dedicated command line that is totally different.
for example to stop the jboss server :
```
jboss-cli.sh --connect --user=JbossAdmin --password=****** -c ':shutdown'
```
to add the Oracle driver to the jboss configuration
```
jboss-cli.sh --connect --user=JbossAdmin –password= **** --file=./ojdbc-driver.cli
```
and the ojdbc-driver.cli contains a specific grammar that only be understood by jboss 7 eap
Notice : the way jboss module actually works, is more for tomcat in fact.
|
main
|
jboss support until version eap hi may be you should add to the doc that the jboss module is not able to be used to update jboss from version eap until this release jboss permitted to copy war ear in a deployment folder and restart it and it worked but now with version it s not possible at all you have to use a dedicated command line that is totally different for example to stop the jboss server jboss cli sh connect user jbossadmin password c shutdown to add the oracle driver to the jboss configuration jboss cli sh connect user jbossadmin –password file ojdbc driver cli and the ojdbc driver cli contains a specific grammar that only be understood by jboss eap notice the way jboss module actually works is more for tomcat in fact
| 1
|
261,071
| 19,697,104,067
|
IssuesEvent
|
2022-01-12 13:18:33
|
tarantool/metrics
|
https://api.github.com/repos/tarantool/metrics
|
closed
|
Describe tnt_space_count as disabled by default in doc
|
documentation teamS
|
There is a `tnt_space_count` entry [in documentation](https://www.tarantool.io/ru/doc/latest/book/monitoring/metrics_reference/). I spent some time to get why I don't have this metric in my output while having a vinyl space.
Source code seems like this metric is disabled by default and can be enabled only with global variable setup:
https://github.com/tarantool/metrics/blob/0f280438aa10985e2590e507b77d36703efe8260/metrics/tarantool/spaces.lua#L47-L50
It is not a common behavior for metrics package and it's not obvious. It should be described in doc to not confuse users trying to find this metric.
|
1.0
|
Describe tnt_space_count as disabled by default in doc - There is a `tnt_space_count` entry [in documentation](https://www.tarantool.io/ru/doc/latest/book/monitoring/metrics_reference/). I spent some time to get why I don't have this metric in my output while having a vinyl space.
Source code seems like this metric is disabled by default and can be enabled only with global variable setup:
https://github.com/tarantool/metrics/blob/0f280438aa10985e2590e507b77d36703efe8260/metrics/tarantool/spaces.lua#L47-L50
It is not a common behavior for metrics package and it's not obvious. It should be described in doc to not confuse users trying to find this metric.
|
non_main
|
describe tnt space count as disabled by default in doc there is a tnt space count entry i spent some time to get why i don t have this metric in my output while having a vinyl space source code seems like this metric is disabled by default and can be enabled only with global variable setup it is not a common behavior for metrics package and it s not obvious it should be described in doc to not confuse users trying to find this metric
| 0
|
343,925
| 24,790,647,312
|
IssuesEvent
|
2022-10-24 13:31:44
|
redhat-developer/terraform-provider-rhoas
|
https://api.github.com/repos/redhat-developer/terraform-provider-rhoas
|
closed
|
Update contributing guidelines to document testing process
|
documentation good first issue hacktoberfest
|
Add a section to `CONTRIBUTING.md` describing how to run unit tests and our acceptance tests. Unit tests are ran by using the command `make test` in the root of the project and acceptance tests are ran by running `make testacc` in the root of the project
|
1.0
|
Update contributing guidelines to document testing process - Add a section to `CONTRIBUTING.md` describing how to run unit tests and our acceptance tests. Unit tests are ran by using the command `make test` in the root of the project and acceptance tests are ran by running `make testacc` in the root of the project
|
non_main
|
update contributing guidelines to document testing process add a section to contributing md describing how to run unit tests and our acceptance tests unit tests are ran by using the command make test in the root of the project and acceptance tests are ran by running make testacc in the root of the project
| 0
|
3,015
| 11,164,550,896
|
IssuesEvent
|
2019-12-27 05:35:17
|
microsoft/DirectXTex
|
https://api.github.com/repos/microsoft/DirectXTex
|
reopened
|
Desktop ARM64 support
|
maintainence
|
Hello,
I use DirectXTex as part of the [Win32CaptureSample](https://github.com/robmikh/Win32CaptureSample), and I've been able to get a build of it running on ARM64. I would make a pull request, but my change was a bit destructive since I only have Visual Studio 2019 and platform tools v142 installed. My change can be found in the [arm64desktop](https://github.com/robmikh/DirectXTex/tree/arm64desktop) branch of my fork.
Is there any interest to add ARM64 support? I'd be willing to help, I'm just not sure what's the best way to add/test it.
|
True
|
Desktop ARM64 support - Hello,
I use DirectXTex as part of the [Win32CaptureSample](https://github.com/robmikh/Win32CaptureSample), and I've been able to get a build of it running on ARM64. I would make a pull request, but my change was a bit destructive since I only have Visual Studio 2019 and platform tools v142 installed. My change can be found in the [arm64desktop](https://github.com/robmikh/DirectXTex/tree/arm64desktop) branch of my fork.
Is there any interest to add ARM64 support? I'd be willing to help, I'm just not sure what's the best way to add/test it.
|
main
|
desktop support hello i use directxtex as part of the and i ve been able to get a build of it running on i would make a pull request but my change was a bit destructive since i only have visual studio and platform tools installed my change can be found in the branch of my fork is there any interest to add support i d be willing to help i m just not sure what s the best way to add test it
| 1
|
47,693
| 13,248,503,299
|
IssuesEvent
|
2020-08-19 19:05:22
|
kenferrara/cbp-theme
|
https://api.github.com/repos/kenferrara/cbp-theme
|
opened
|
CVE-2020-13822 (High) detected in elliptic-6.5.2.tgz
|
security vulnerability
|
## CVE-2020-13822 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.2.tgz</b></p></summary>
<p>EC cryptography</p>
<p>Library home page: <a href="https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz">https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/cbp-theme/ds-ux-guidelines/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/cbp-theme/ds-ux-guidelines/node_modules/elliptic/package.json</p>
<p>
Dependency Hierarchy:
- gatsby-2.23.0.tgz (Root Library)
- webpack-4.43.0.tgz
- node-libs-browser-2.2.1.tgz
- crypto-browserify-3.12.0.tgz
- browserify-sign-4.2.0.tgz
- :x: **elliptic-6.5.2.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kenferrara/cbp-theme/commit/00f1482f5efa0120a277f069fffcee0de8e6adec">00f1482f5efa0120a277f069fffcee0de8e6adec</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>
The Elliptic package 6.5.2 for Node.js allows ECDSA signature malleability via variations in encoding, leading '\0' bytes, or integer overflows. This could conceivably have a security-relevant impact if an application relied on a single canonical signature.
<p>Publish Date: 2020-06-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-13822>CVE-2020-13822</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.7</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: 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/indutny/elliptic/tree/v6.5.3">https://github.com/indutny/elliptic/tree/v6.5.3</a></p>
<p>Release Date: 2020-06-04</p>
<p>Fix Resolution: v6.5.3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"elliptic","packageVersion":"6.5.2","isTransitiveDependency":true,"dependencyTree":"gatsby:2.23.0;webpack:4.43.0;node-libs-browser:2.2.1;crypto-browserify:3.12.0;browserify-sign:4.2.0;elliptic:6.5.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v6.5.3"}],"vulnerabilityIdentifier":"CVE-2020-13822","vulnerabilityDetails":"The Elliptic package 6.5.2 for Node.js allows ECDSA signature malleability via variations in encoding, leading \u0027\\0\u0027 bytes, or integer overflows. This could conceivably have a security-relevant impact if an application relied on a single canonical signature.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-13822","cvss3Severity":"high","cvss3Score":"7.7","cvss3Metrics":{"A":"Low","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2020-13822 (High) detected in elliptic-6.5.2.tgz - ## CVE-2020-13822 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.2.tgz</b></p></summary>
<p>EC cryptography</p>
<p>Library home page: <a href="https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz">https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/cbp-theme/ds-ux-guidelines/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/cbp-theme/ds-ux-guidelines/node_modules/elliptic/package.json</p>
<p>
Dependency Hierarchy:
- gatsby-2.23.0.tgz (Root Library)
- webpack-4.43.0.tgz
- node-libs-browser-2.2.1.tgz
- crypto-browserify-3.12.0.tgz
- browserify-sign-4.2.0.tgz
- :x: **elliptic-6.5.2.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kenferrara/cbp-theme/commit/00f1482f5efa0120a277f069fffcee0de8e6adec">00f1482f5efa0120a277f069fffcee0de8e6adec</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>
The Elliptic package 6.5.2 for Node.js allows ECDSA signature malleability via variations in encoding, leading '\0' bytes, or integer overflows. This could conceivably have a security-relevant impact if an application relied on a single canonical signature.
<p>Publish Date: 2020-06-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-13822>CVE-2020-13822</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.7</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: 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/indutny/elliptic/tree/v6.5.3">https://github.com/indutny/elliptic/tree/v6.5.3</a></p>
<p>Release Date: 2020-06-04</p>
<p>Fix Resolution: v6.5.3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"elliptic","packageVersion":"6.5.2","isTransitiveDependency":true,"dependencyTree":"gatsby:2.23.0;webpack:4.43.0;node-libs-browser:2.2.1;crypto-browserify:3.12.0;browserify-sign:4.2.0;elliptic:6.5.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v6.5.3"}],"vulnerabilityIdentifier":"CVE-2020-13822","vulnerabilityDetails":"The Elliptic package 6.5.2 for Node.js allows ECDSA signature malleability via variations in encoding, leading \u0027\\0\u0027 bytes, or integer overflows. This could conceivably have a security-relevant impact if an application relied on a single canonical signature.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-13822","cvss3Severity":"high","cvss3Score":"7.7","cvss3Metrics":{"A":"Low","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
|
non_main
|
cve high detected in elliptic tgz cve high severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file tmp ws scm cbp theme ds ux guidelines package json path to vulnerable library tmp ws scm cbp theme ds ux guidelines node modules elliptic package json dependency hierarchy gatsby tgz root library webpack tgz node libs browser tgz crypto browserify tgz browserify sign tgz x elliptic tgz vulnerable library found in head commit a href vulnerability details the elliptic package for node js allows ecdsa signature malleability via variations in encoding leading bytes or integer overflows this could conceivably have a security relevant impact if an application relied on a single canonical signature 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 low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails the elliptic package for node js allows ecdsa signature malleability via variations in encoding leading bytes or integer overflows this could conceivably have a security relevant impact if an application relied on a single canonical signature vulnerabilityurl
| 0
|
2,082
| 7,059,419,268
|
IssuesEvent
|
2018-01-05 01:29:36
|
backdrop-ops/contrib
|
https://api.github.com/repos/backdrop-ops/contrib
|
closed
|
Requesting contrib access; porting Token Filter
|
Maintainer application Port status
|
I've ported Drupal's Token Filter module to Backdrop.
Upstream issue: https://www.drupal.org/project/token_filter/issues/2928473
Port repository: https://github.com/jerry-hudgins/token_filter
I agree to the terms of the Backdrop Contributed Project Agreement.
|
True
|
Requesting contrib access; porting Token Filter - I've ported Drupal's Token Filter module to Backdrop.
Upstream issue: https://www.drupal.org/project/token_filter/issues/2928473
Port repository: https://github.com/jerry-hudgins/token_filter
I agree to the terms of the Backdrop Contributed Project Agreement.
|
main
|
requesting contrib access porting token filter i ve ported drupal s token filter module to backdrop upstream issue port repository i agree to the terms of the backdrop contributed project agreement
| 1
|
2,613
| 8,871,934,360
|
IssuesEvent
|
2019-01-11 14:08:37
|
diofant/diofant
|
https://api.github.com/repos/diofant/diofant
|
closed
|
Revert changes for upcoming gmpy2==2.1.0 (still in alpha)
|
core domains maintainability
|
Probably, there is no chance it will be released soon (i.e., before 0.10), see e.g. https://github.com/aleaxit/gmpy/issues/198.
Hence, 87224f1bba, f4e2a1a039, 698319da23 and 6482d8f5cb - must be temporary reverted.
|
True
|
Revert changes for upcoming gmpy2==2.1.0 (still in alpha) - Probably, there is no chance it will be released soon (i.e., before 0.10), see e.g. https://github.com/aleaxit/gmpy/issues/198.
Hence, 87224f1bba, f4e2a1a039, 698319da23 and 6482d8f5cb - must be temporary reverted.
|
main
|
revert changes for upcoming still in alpha probably there is no chance it will be released soon i e before see e g hence and must be temporary reverted
| 1
|
1,582
| 6,572,347,582
|
IssuesEvent
|
2017-09-11 01:36:06
|
ansible/ansible-modules-extras
|
https://api.github.com/repos/ansible/ansible-modules-extras
|
closed
|
Debconf to (be able to) perform dpkg-reconfigure
|
affects_2.1 feature_idea waiting_on_maintainer
|
##### ISSUE TYPE
Feature Idea
##### COMPONENT NAME
debconf
##### ANSIBLE VERSION
```
ansible 2.1.1.0
```
##### CONFIGURATION
N/A
##### OS / ENVIRONMENT
Debian 8.5 Jessie
##### SUMMARY
debconf only sets configuration parameters, but can't execute/set them.
##### STEPS TO REPRODUCE
```
- name: Enable unattended security updates
debconf: name=unattended-upgrades
question="unattended-upgrades/enable_auto_updates"
value=true
vtype=boolean
reconfigure=true
```
##### EXPECTED RESULTS
```
- name: Enable unattended security updates
debconf: name=unattended-upgrades
question="unattended-upgrades/enable_auto_updates"
value=true
vtype=boolean
- name: Reconfigure unattended upgrades with dpkg
command: '/usr/sbin/dpkg-reconfigure --frontend noninteractive unattended-upgrades'
```
##### ACTUAL RESULTS
Variable is being set in debconf, but it's not actually applied to the package.
|
True
|
Debconf to (be able to) perform dpkg-reconfigure - ##### ISSUE TYPE
Feature Idea
##### COMPONENT NAME
debconf
##### ANSIBLE VERSION
```
ansible 2.1.1.0
```
##### CONFIGURATION
N/A
##### OS / ENVIRONMENT
Debian 8.5 Jessie
##### SUMMARY
debconf only sets configuration parameters, but can't execute/set them.
##### STEPS TO REPRODUCE
```
- name: Enable unattended security updates
debconf: name=unattended-upgrades
question="unattended-upgrades/enable_auto_updates"
value=true
vtype=boolean
reconfigure=true
```
##### EXPECTED RESULTS
```
- name: Enable unattended security updates
debconf: name=unattended-upgrades
question="unattended-upgrades/enable_auto_updates"
value=true
vtype=boolean
- name: Reconfigure unattended upgrades with dpkg
command: '/usr/sbin/dpkg-reconfigure --frontend noninteractive unattended-upgrades'
```
##### ACTUAL RESULTS
Variable is being set in debconf, but it's not actually applied to the package.
|
main
|
debconf to be able to perform dpkg reconfigure issue type feature idea component name debconf ansible version ansible configuration n a os environment debian jessie summary debconf only sets configuration parameters but can t execute set them steps to reproduce name enable unattended security updates debconf name unattended upgrades question unattended upgrades enable auto updates value true vtype boolean reconfigure true expected results name enable unattended security updates debconf name unattended upgrades question unattended upgrades enable auto updates value true vtype boolean name reconfigure unattended upgrades with dpkg command usr sbin dpkg reconfigure frontend noninteractive unattended upgrades actual results variable is being set in debconf but it s not actually applied to the package
| 1
|
1,623
| 6,572,650,394
|
IssuesEvent
|
2017-09-11 04:04:48
|
ansible/ansible-modules-extras
|
https://api.github.com/repos/ansible/ansible-modules-extras
|
closed
|
elasticsearch_plugin fails if version parameter is defined
|
affects_2.2 bug_report waiting_on_maintainer
|
<!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
elasticsearch_plugin module
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
ansible 2.2.0.0
config file = /home/william/.ansible.cfg
configured module search path = ['/usr/share/ansible', 'playbooks/library']
```
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
##### OS / ENVIRONMENT
<!---
Mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that is not platform-specific.
-->
The control host is running Ubuntu 16.04.
The target hosts are running CentOS 7.2 and CentOS 6.8
##### SUMMARY
<!--- Explain the problem briefly -->
The elasticsearch_plugin module fails when the version number parameter is specified.
##### STEPS TO REPRODUCE
<!---
For bugs, show exactly how to reproduce the problem.
For new features, show how the feature would be used.
-->
<!--- Paste example playbooks or commands between quotes below -->
```yaml
- name: Install Elasticsearch AWS plugin (ES 2.x)
elasticsearch_plugin:
name: cloud-aws
version: '2.4.1'
```
<!--- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- What did you expect to happen when running the steps above? -->
I expected it to install the cloud-aws plugin, version 2.4.1.
##### ACTUAL RESULTS
Output from the CentOS 6 machine:
```
fatal: [es-c6-2]: FAILED! => {
"changed": false,
"failed": true,
"invocation": {
"module_name": "elasticsearch_plugin"
},
"module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py\", line 208, in <module>\n main()\n File \"/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py\", line 198, in main\n changed, cmd, out, err = install_plugin(module, plugin_bin, name, version, url, proxy_host, proxy_port, timeout)\n File \"/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py\", line 132, in install_plugin\n name = name + '/' + version\nUnboundLocalError: local variable 'name' referenced before assignment\n",
"module_stdout": "",
"msg": "MODULE FAILURE"
}
```
Output from the CentOS 7 machine:
```
fatal: [es-c7-2]: FAILED! => {
"changed": false,
"failed": true,
"invocation": {
"module_name": "elasticsearch_plugin"
},
"module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_zq46HG/ansible_module_elasticsearch_plugin.py\", line 208, in <module>\n main()\n File \"/tmp/ansible_zq46HG/ansible_module_elasticsearch_plugin.py\", line 198, in main\n changed, cmd, out, err = install_plugin(module, plugin_bin, name, version, url, proxy_host, proxy_port, timeout)\n File \"/tmp/ansible_zq46HG/ansible_module_elasticsearch_plugin.py\", line 132, in install_plugin\n name = name + '/' + version\nUnboundLocalError: local variable 'name' referenced before assignment\n",
"module_stdout": "",
"msg": "MODULE FAILURE"
}
An exception occurred during task execution. The full traceback is:
Traceback (most recent call last):
File "/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py", line 208, in <module>
main()
File "/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py", line 198, in main
changed, cmd, out, err = install_plugin(module, plugin_bin, name, version, url, proxy_host, proxy_port, timeout)
File "/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py", line 132, in install_plugin
name = name + '/' + version
UnboundLocalError: local variable 'name' referenced before assignment
```
|
True
|
elasticsearch_plugin fails if version parameter is defined - <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
elasticsearch_plugin module
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
ansible 2.2.0.0
config file = /home/william/.ansible.cfg
configured module search path = ['/usr/share/ansible', 'playbooks/library']
```
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
##### OS / ENVIRONMENT
<!---
Mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that is not platform-specific.
-->
The control host is running Ubuntu 16.04.
The target hosts are running CentOS 7.2 and CentOS 6.8
##### SUMMARY
<!--- Explain the problem briefly -->
The elasticsearch_plugin module fails when the version number parameter is specified.
##### STEPS TO REPRODUCE
<!---
For bugs, show exactly how to reproduce the problem.
For new features, show how the feature would be used.
-->
<!--- Paste example playbooks or commands between quotes below -->
```yaml
- name: Install Elasticsearch AWS plugin (ES 2.x)
elasticsearch_plugin:
name: cloud-aws
version: '2.4.1'
```
<!--- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- What did you expect to happen when running the steps above? -->
I expected it to install the cloud-aws plugin, version 2.4.1.
##### ACTUAL RESULTS
Output from the CentOS 6 machine:
```
fatal: [es-c6-2]: FAILED! => {
"changed": false,
"failed": true,
"invocation": {
"module_name": "elasticsearch_plugin"
},
"module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py\", line 208, in <module>\n main()\n File \"/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py\", line 198, in main\n changed, cmd, out, err = install_plugin(module, plugin_bin, name, version, url, proxy_host, proxy_port, timeout)\n File \"/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py\", line 132, in install_plugin\n name = name + '/' + version\nUnboundLocalError: local variable 'name' referenced before assignment\n",
"module_stdout": "",
"msg": "MODULE FAILURE"
}
```
Output from the CentOS 7 machine:
```
fatal: [es-c7-2]: FAILED! => {
"changed": false,
"failed": true,
"invocation": {
"module_name": "elasticsearch_plugin"
},
"module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_zq46HG/ansible_module_elasticsearch_plugin.py\", line 208, in <module>\n main()\n File \"/tmp/ansible_zq46HG/ansible_module_elasticsearch_plugin.py\", line 198, in main\n changed, cmd, out, err = install_plugin(module, plugin_bin, name, version, url, proxy_host, proxy_port, timeout)\n File \"/tmp/ansible_zq46HG/ansible_module_elasticsearch_plugin.py\", line 132, in install_plugin\n name = name + '/' + version\nUnboundLocalError: local variable 'name' referenced before assignment\n",
"module_stdout": "",
"msg": "MODULE FAILURE"
}
An exception occurred during task execution. The full traceback is:
Traceback (most recent call last):
File "/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py", line 208, in <module>
main()
File "/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py", line 198, in main
changed, cmd, out, err = install_plugin(module, plugin_bin, name, version, url, proxy_host, proxy_port, timeout)
File "/tmp/ansible_YwwsSF/ansible_module_elasticsearch_plugin.py", line 132, in install_plugin
name = name + '/' + version
UnboundLocalError: local variable 'name' referenced before assignment
```
|
main
|
elasticsearch plugin fails if version parameter is defined issue type bug report component name elasticsearch plugin module ansible version ansible config file home william ansible cfg configured module search path configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific the control host is running ubuntu the target hosts are running centos and centos summary the elasticsearch plugin module fails when the version number parameter is specified steps to reproduce for bugs show exactly how to reproduce the problem for new features show how the feature would be used yaml name install elasticsearch aws plugin es x elasticsearch plugin name cloud aws version expected results i expected it to install the cloud aws plugin version actual results output from the centos machine fatal failed changed false failed true invocation module name elasticsearch plugin module stderr traceback most recent call last n file tmp ansible ywwssf ansible module elasticsearch plugin py line in n main n file tmp ansible ywwssf ansible module elasticsearch plugin py line in main n changed cmd out err install plugin module plugin bin name version url proxy host proxy port timeout n file tmp ansible ywwssf ansible module elasticsearch plugin py line in install plugin n name name version nunboundlocalerror local variable name referenced before assignment n module stdout msg module failure output from the centos machine fatal failed changed false failed true invocation module name elasticsearch plugin module stderr traceback most recent call last n file tmp ansible ansible module elasticsearch plugin py line in n main n file tmp ansible ansible module elasticsearch plugin py line in main n changed cmd out err install plugin module plugin bin name version url proxy host proxy port timeout n file tmp ansible ansible module elasticsearch plugin py line in install plugin n name name version nunboundlocalerror local variable name referenced before assignment n module stdout msg module failure an exception occurred during task execution the full traceback is traceback most recent call last file tmp ansible ywwssf ansible module elasticsearch plugin py line in main file tmp ansible ywwssf ansible module elasticsearch plugin py line in main changed cmd out err install plugin module plugin bin name version url proxy host proxy port timeout file tmp ansible ywwssf ansible module elasticsearch plugin py line in install plugin name name version unboundlocalerror local variable name referenced before assignment
| 1
|
34,592
| 6,348,385,761
|
IssuesEvent
|
2017-07-28 09:49:53
|
systemd/systemd
|
https://api.github.com/repos/systemd/systemd
|
closed
|
`man systemd.special` tells applications the wrong way to reboot (doesn't benefit from polkit)
|
documentation has-pr
|
### Submission type
<!-- Delete the inappropriate option below: -->
- Bug report
<!-- **NOTE:** Do not submit anything other than bug reports or RFEs via the issue tracker! -->
### systemd version the issue has been seen with
systemd-233-6.fc26.x86_64
<!-- **NOTE:** Do not submit bug reports about anything but the two most recently released systemd versions upstream! -->
<!-- For older version please use distribution trackers (see https://github.com/systemd/systemd/blob/master/.github/CONTRIBUTING.md#filing-issues). -->
### Used distribution
Fedora 26
### In case of bug report: Expected behaviour you didn't see
Systemd documentation should recognize that `systemctl reboot` is generally preferable to `systemctl start reboot.target`, because the former is more specific and is likely granted more relaxed access under polkit. I.e. distributions allow reboot by console users in their polkit policy.
### In case of bug report: Unexpected behaviour you saw
`man systemd.special` tells applications to reboot by starting `reboot.target`. E.g. this is less likely to be permitted without additional authentication than `systemctl reboot`.
The same applies to poweroff.target, halt.target and kexec.target.
### In case of bug report: Steps to reproduce the problem
`man systemd.special`
`systemctl start reboot.target` # as non-root user, will likely pop-up a password prompt.
|
1.0
|
`man systemd.special` tells applications the wrong way to reboot (doesn't benefit from polkit) - ### Submission type
<!-- Delete the inappropriate option below: -->
- Bug report
<!-- **NOTE:** Do not submit anything other than bug reports or RFEs via the issue tracker! -->
### systemd version the issue has been seen with
systemd-233-6.fc26.x86_64
<!-- **NOTE:** Do not submit bug reports about anything but the two most recently released systemd versions upstream! -->
<!-- For older version please use distribution trackers (see https://github.com/systemd/systemd/blob/master/.github/CONTRIBUTING.md#filing-issues). -->
### Used distribution
Fedora 26
### In case of bug report: Expected behaviour you didn't see
Systemd documentation should recognize that `systemctl reboot` is generally preferable to `systemctl start reboot.target`, because the former is more specific and is likely granted more relaxed access under polkit. I.e. distributions allow reboot by console users in their polkit policy.
### In case of bug report: Unexpected behaviour you saw
`man systemd.special` tells applications to reboot by starting `reboot.target`. E.g. this is less likely to be permitted without additional authentication than `systemctl reboot`.
The same applies to poweroff.target, halt.target and kexec.target.
### In case of bug report: Steps to reproduce the problem
`man systemd.special`
`systemctl start reboot.target` # as non-root user, will likely pop-up a password prompt.
|
non_main
|
man systemd special tells applications the wrong way to reboot doesn t benefit from polkit submission type bug report systemd version the issue has been seen with systemd used distribution fedora in case of bug report expected behaviour you didn t see systemd documentation should recognize that systemctl reboot is generally preferable to systemctl start reboot target because the former is more specific and is likely granted more relaxed access under polkit i e distributions allow reboot by console users in their polkit policy in case of bug report unexpected behaviour you saw man systemd special tells applications to reboot by starting reboot target e g this is less likely to be permitted without additional authentication than systemctl reboot the same applies to poweroff target halt target and kexec target in case of bug report steps to reproduce the problem man systemd special systemctl start reboot target as non root user will likely pop up a password prompt
| 0
|
16,820
| 6,287,644,415
|
IssuesEvent
|
2017-07-19 15:20:52
|
wpninjas/ninja-forms
|
https://api.github.com/repos/wpninjas/ninja-forms
|
closed
|
Drawer Close not being fired when switching between Actions
|
BUILDER: Actions BUILDER: Merge Tags DIFFICULTY: Involved PRIORITY: High VALUE: Painless
|
Steps to reproduce:
- Create a new Form
- Go to Emails & Actions
- Open the Email Action
- Click on the Merge Tag button
- Press esc
- Click on the Success Message Action (without closing the drawer)
|
2.0
|
Drawer Close not being fired when switching between Actions - Steps to reproduce:
- Create a new Form
- Go to Emails & Actions
- Open the Email Action
- Click on the Merge Tag button
- Press esc
- Click on the Success Message Action (without closing the drawer)
|
non_main
|
drawer close not being fired when switching between actions steps to reproduce create a new form go to emails actions open the email action click on the merge tag button press esc click on the success message action without closing the drawer
| 0
|
218,128
| 16,750,117,569
|
IssuesEvent
|
2021-06-11 21:28:54
|
ctc-oss/fapolicy-analyzer
|
https://api.github.com/repos/ctc-oss/fapolicy-analyzer
|
opened
|
Starting (and keeping) a changelog
|
documentation
|
We need to start keeping a changelog. This is a good reference
https://keepachangelog.com/en/1.0.0/
I like pattern [Argo](https://github.com/argoproj/argo-workflows) uses to generate the release notes linking back to the changelog.
The RPM spec also has a section for changelog where this could be included. Just need to ensure the formats match.
Will add some doc to the Wiki as well for this to provide some basic guidelines.
|
1.0
|
Starting (and keeping) a changelog - We need to start keeping a changelog. This is a good reference
https://keepachangelog.com/en/1.0.0/
I like pattern [Argo](https://github.com/argoproj/argo-workflows) uses to generate the release notes linking back to the changelog.
The RPM spec also has a section for changelog where this could be included. Just need to ensure the formats match.
Will add some doc to the Wiki as well for this to provide some basic guidelines.
|
non_main
|
starting and keeping a changelog we need to start keeping a changelog this is a good reference i like pattern uses to generate the release notes linking back to the changelog the rpm spec also has a section for changelog where this could be included just need to ensure the formats match will add some doc to the wiki as well for this to provide some basic guidelines
| 0
|
804,208
| 29,479,083,524
|
IssuesEvent
|
2023-06-02 02:47:37
|
Progressive-Victory/crm-bot
|
https://api.github.com/repos/Progressive-Victory/crm-bot
|
closed
|
List people in Region
|
feature good first issue priority: MEDIUM
|
We should list everybody with the provided role, but the most utility this has is for state roles. The output should be a raw csv file which is just a fancy way of saying a comma-separated text file.
|
1.0
|
List people in Region - We should list everybody with the provided role, but the most utility this has is for state roles. The output should be a raw csv file which is just a fancy way of saying a comma-separated text file.
|
non_main
|
list people in region we should list everybody with the provided role but the most utility this has is for state roles the output should be a raw csv file which is just a fancy way of saying a comma separated text file
| 0
|
5,217
| 26,476,501,985
|
IssuesEvent
|
2023-01-17 11:33:11
|
precice/precice
|
https://api.github.com/repos/precice/precice
|
closed
|
BoundingBox serialization
|
maintainability
|
**Please describe the problem you are trying to solve.**
CommunicateBoundingBox needs to be refactored using a serialized form after #1495.
**Additional context**
Related to #1513
Requires #1495 and #1539
|
True
|
BoundingBox serialization - **Please describe the problem you are trying to solve.**
CommunicateBoundingBox needs to be refactored using a serialized form after #1495.
**Additional context**
Related to #1513
Requires #1495 and #1539
|
main
|
boundingbox serialization please describe the problem you are trying to solve communicateboundingbox needs to be refactored using a serialized form after additional context related to requires and
| 1
|
92,109
| 11,609,798,623
|
IssuesEvent
|
2020-02-26 01:07:05
|
dev-launchers/platform__website
|
https://api.github.com/repos/dev-launchers/platform__website
|
opened
|
Learn Page: GitHub/Git resources to help students understand Git and GitHub
|
content-curation help wanted opinions wanted ux design
|
**Is your feature request related to a problem? Please describe.**
Git and GitHub are complicated topics, and it would be nice to have a structured solution to helping students understand core concepts related to both.
**Describe the solution you'd like**
We'd like to implement a new tab or section with easily approachable activities or explanations, which will guide the students through understanding the core concepts of Git and GitHub. Right now, it seems best to create this in a separate tab on the Learn Page, and then in the future add a better way to create subcategories in our current tab system.
Some possible resources we've been provided are:
- https://www.youtube.com/watch?v=nhNq2kIvi9s
- https://education.github.com/git-cheat-sheet-education.pdf
- https://www.youtube.com/watch?v=0fKg7e37bQE
- https://www.notion.so/Introduction-to-GitHub-202af6f64bbd4299b15f238dcd09d2a7
However, none of these resources are perfectly digestible/engaging for our teen students. **It would be nice to have these broken down into different sections we can place on individual cards on our page, so that the students will be able to tackle them in bite sized pieces** The last link in that list might be our best bet, if we're able to break out links to individual sections in the article.
*Other suggestions to tackling this are very welcome!*
The most important concepts students should be familiar with in order to begin working on their projects are:
- Beginner:
- Viewing their code on GitHub
- General reasons to use version control
- How the repo system works (local vs remote and changes to each)
- Committing/Pushing
- Intermediate:
- Fetching/Pulling
- Branches
- Collaborating on GitHub
- Pull Requests
- Merging Branches/Conflicts
To get them started, just those things in the beginner section should help them work in the environment we're using to create their projects.
*We're using CodeSandbox to introduce students to Git/GitHub, which has a very limited feature set. If possible, the best solution would be structured to teach most of these concepts through CodeSandbox!*
All modifications to the Learn Page can be done using the spreadsheet located at: https://docs.google.com/spreadsheets/d/1QV419fM2DHZM59mFK6eYYbYiq6bs4sBUpTwVZ_dZJNg/edit#gid=815710842
If you'd like to make changes to the sheet, please request access here!
|
1.0
|
Learn Page: GitHub/Git resources to help students understand Git and GitHub - **Is your feature request related to a problem? Please describe.**
Git and GitHub are complicated topics, and it would be nice to have a structured solution to helping students understand core concepts related to both.
**Describe the solution you'd like**
We'd like to implement a new tab or section with easily approachable activities or explanations, which will guide the students through understanding the core concepts of Git and GitHub. Right now, it seems best to create this in a separate tab on the Learn Page, and then in the future add a better way to create subcategories in our current tab system.
Some possible resources we've been provided are:
- https://www.youtube.com/watch?v=nhNq2kIvi9s
- https://education.github.com/git-cheat-sheet-education.pdf
- https://www.youtube.com/watch?v=0fKg7e37bQE
- https://www.notion.so/Introduction-to-GitHub-202af6f64bbd4299b15f238dcd09d2a7
However, none of these resources are perfectly digestible/engaging for our teen students. **It would be nice to have these broken down into different sections we can place on individual cards on our page, so that the students will be able to tackle them in bite sized pieces** The last link in that list might be our best bet, if we're able to break out links to individual sections in the article.
*Other suggestions to tackling this are very welcome!*
The most important concepts students should be familiar with in order to begin working on their projects are:
- Beginner:
- Viewing their code on GitHub
- General reasons to use version control
- How the repo system works (local vs remote and changes to each)
- Committing/Pushing
- Intermediate:
- Fetching/Pulling
- Branches
- Collaborating on GitHub
- Pull Requests
- Merging Branches/Conflicts
To get them started, just those things in the beginner section should help them work in the environment we're using to create their projects.
*We're using CodeSandbox to introduce students to Git/GitHub, which has a very limited feature set. If possible, the best solution would be structured to teach most of these concepts through CodeSandbox!*
All modifications to the Learn Page can be done using the spreadsheet located at: https://docs.google.com/spreadsheets/d/1QV419fM2DHZM59mFK6eYYbYiq6bs4sBUpTwVZ_dZJNg/edit#gid=815710842
If you'd like to make changes to the sheet, please request access here!
|
non_main
|
learn page github git resources to help students understand git and github is your feature request related to a problem please describe git and github are complicated topics and it would be nice to have a structured solution to helping students understand core concepts related to both describe the solution you d like we d like to implement a new tab or section with easily approachable activities or explanations which will guide the students through understanding the core concepts of git and github right now it seems best to create this in a separate tab on the learn page and then in the future add a better way to create subcategories in our current tab system some possible resources we ve been provided are however none of these resources are perfectly digestible engaging for our teen students it would be nice to have these broken down into different sections we can place on individual cards on our page so that the students will be able to tackle them in bite sized pieces the last link in that list might be our best bet if we re able to break out links to individual sections in the article other suggestions to tackling this are very welcome the most important concepts students should be familiar with in order to begin working on their projects are beginner viewing their code on github general reasons to use version control how the repo system works local vs remote and changes to each committing pushing intermediate fetching pulling branches collaborating on github pull requests merging branches conflicts to get them started just those things in the beginner section should help them work in the environment we re using to create their projects we re using codesandbox to introduce students to git github which has a very limited feature set if possible the best solution would be structured to teach most of these concepts through codesandbox all modifications to the learn page can be done using the spreadsheet located at if you d like to make changes to the sheet please request access here
| 0
|
320,042
| 27,418,667,920
|
IssuesEvent
|
2023-03-01 15:20:30
|
airbytehq/airbyte
|
https://api.github.com/repos/airbytehq/airbyte
|
closed
|
E2E stream table tests - stream sync modes
|
team/platform-move area/frontend ui/connection ui/tests e2e-testing-tool platform-move/requires-grooming
|
## Tell us about the problem you're trying to solve
Add E2E tests for stream sync modes functionality in the new stream table
Test stream sync modes(source and destination should support all available). Check that some sync modes have required fields(cursor and PK)
### Tasks
- [x] Cursor or PK field is marked as required (with a red background color) when the user needs to choose values. The user should not be able to save connection settings without the required values.
- [x] _Double-check - If stream sync is disabled, do we still require to set the cursor and pk fields?_
- [x] Incremental Dedup + History: Cursor defined and PK defined
- [x] Incremental Dedup + History: Select Cursor value(only one can be selected) and PK defined
- [x] Incremental Dedup + History: Select Cursor value(only one can be selected) and select PK (can be selected multiple)
- [x] Incremental Dedup + History: Courser defined and select PK (can be selected multiple)
- [x] Incremental + Append: cursor is required
- [x] Full refresh + Overwrite: cursor and PK are not supported
- [x] Full refresh + Append: cursor and PK are not supported
|
2.0
|
E2E stream table tests - stream sync modes - ## Tell us about the problem you're trying to solve
Add E2E tests for stream sync modes functionality in the new stream table
Test stream sync modes(source and destination should support all available). Check that some sync modes have required fields(cursor and PK)
### Tasks
- [x] Cursor or PK field is marked as required (with a red background color) when the user needs to choose values. The user should not be able to save connection settings without the required values.
- [x] _Double-check - If stream sync is disabled, do we still require to set the cursor and pk fields?_
- [x] Incremental Dedup + History: Cursor defined and PK defined
- [x] Incremental Dedup + History: Select Cursor value(only one can be selected) and PK defined
- [x] Incremental Dedup + History: Select Cursor value(only one can be selected) and select PK (can be selected multiple)
- [x] Incremental Dedup + History: Courser defined and select PK (can be selected multiple)
- [x] Incremental + Append: cursor is required
- [x] Full refresh + Overwrite: cursor and PK are not supported
- [x] Full refresh + Append: cursor and PK are not supported
|
non_main
|
stream table tests stream sync modes tell us about the problem you re trying to solve add tests for stream sync modes functionality in the new stream table test stream sync modes source and destination should support all available check that some sync modes have required fields cursor and pk tasks cursor or pk field is marked as required with a red background color when the user needs to choose values the user should not be able to save connection settings without the required values double check if stream sync is disabled do we still require to set the cursor and pk fields incremental dedup history cursor defined and pk defined incremental dedup history select cursor value only one can be selected and pk defined incremental dedup history select cursor value only one can be selected and select pk can be selected multiple incremental dedup history courser defined and select pk can be selected multiple incremental append cursor is required full refresh overwrite cursor and pk are not supported full refresh append cursor and pk are not supported
| 0
|
547,586
| 16,043,625,125
|
IssuesEvent
|
2021-04-22 11:00:35
|
googleapis/java-tasks
|
https://api.github.com/repos/googleapis/java-tasks
|
reopened
|
com.example.task.CreateHttpTaskIT: testCreateHttpTaskWithToken failed
|
api: cloudtasks flakybot: flaky flakybot: issue priority: p1 type: bug
|
This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 4b4dcd70ee906f8ea7e0bf8dc0b51f79d8cf7711
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/482de606-6f3a-4357-9837-47d62d856b90), [Sponge](http://sponge2/482de606-6f3a-4357-9837-47d62d856b90)
status: failed
<details><summary>Test output</summary><br><pre>java.lang.NullPointerException
at com.example.task.CreateHttpTaskIT.tearDown(CreateHttpTaskIT.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
</pre></details>
|
1.0
|
com.example.task.CreateHttpTaskIT: testCreateHttpTaskWithToken failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 4b4dcd70ee906f8ea7e0bf8dc0b51f79d8cf7711
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/482de606-6f3a-4357-9837-47d62d856b90), [Sponge](http://sponge2/482de606-6f3a-4357-9837-47d62d856b90)
status: failed
<details><summary>Test output</summary><br><pre>java.lang.NullPointerException
at com.example.task.CreateHttpTaskIT.tearDown(CreateHttpTaskIT.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
</pre></details>
|
non_main
|
com example task createhttptaskit testcreatehttptaskwithtoken failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output java lang nullpointerexception at com example task createhttptaskit teardown createhttptaskit java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements runafters invokemethod runafters java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire execute java at org apache maven surefire executewithrerun java at org apache maven surefire executetestset java at org apache maven surefire invoke java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter run forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java
| 0
|
69,185
| 22,267,244,431
|
IssuesEvent
|
2022-06-10 08:41:38
|
vector-im/element-ios
|
https://api.github.com/repos/vector-im/element-ios
|
closed
|
Room preview unexpectedly triggering within the room
|
T-Defect S-Minor O-Uncommon Z-WTF A-Room
|
### Steps to reproduce
1. Where are you starting? What can you see?
-I've created a new room
2. What do you click?
-I tap anywhere within the green area (except icons)
3. More steps…
-Room preview shows at the bottom of my screen

### Outcome
#### What did you expect?
I did not expect that tapping anywhere within the marked area would trigger anything. Only tapping on the room's avatar or "Add people" icon should trigger coresponding actions.
#### What happened instead?
A room preview without any useful information showed up.
### Your phone model
iPhone 11 Pro
### Operating system version
iOS 15.4
### Application version
1.8.9 (20220328134736)
### Homeserver
matrix.org
### Will you send logs?
No
|
1.0
|
Room preview unexpectedly triggering within the room - ### Steps to reproduce
1. Where are you starting? What can you see?
-I've created a new room
2. What do you click?
-I tap anywhere within the green area (except icons)
3. More steps…
-Room preview shows at the bottom of my screen

### Outcome
#### What did you expect?
I did not expect that tapping anywhere within the marked area would trigger anything. Only tapping on the room's avatar or "Add people" icon should trigger coresponding actions.
#### What happened instead?
A room preview without any useful information showed up.
### Your phone model
iPhone 11 Pro
### Operating system version
iOS 15.4
### Application version
1.8.9 (20220328134736)
### Homeserver
matrix.org
### Will you send logs?
No
|
non_main
|
room preview unexpectedly triggering within the room steps to reproduce where are you starting what can you see i ve created a new room what do you click i tap anywhere within the green area except icons more steps… room preview shows at the bottom of my screen outcome what did you expect i did not expect that tapping anywhere within the marked area would trigger anything only tapping on the room s avatar or add people icon should trigger coresponding actions what happened instead a room preview without any useful information showed up your phone model iphone pro operating system version ios application version homeserver matrix org will you send logs no
| 0
|
1,297
| 5,538,890,446
|
IssuesEvent
|
2017-03-22 03:50:54
|
ansible/ansible-modules-extras
|
https://api.github.com/repos/ansible/ansible-modules-extras
|
closed
|
win_robocopy does not return changed properly
|
affects_2.2 bug_report waiting_on_maintainer windows
|
<!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
win_robocopy
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
ansible 2.2.1.0
config file = /ansible/ansible_config
configured module search path = Default w/o overrides
```
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
N/A
##### OS / ENVIRONMENT
<!---
Mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that is not platform-specific.
-->
N/A
##### SUMMARY
<!--- Explain the problem briefly -->
win_robocopy returns all of it's returned variables inside a win_robocopy node, preventing ansible from reading the changed variable (since it's actually win_robocopy.changed).
##### STEPS TO REPRODUCE
<!---
For bugs, show exactly how to reproduce the problem.
For new features, show how the feature would be used.
-->
Run a win_robocopy which will make a change with -v or higher.
<!--- Paste example playbooks or commands between quotes below -->
```
ansible -i hosts all -m win_robocopy -a "src=C:\DirectoryOne dest=C:\DirectoryTwo" -v
```
<!--- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- What did you expect to happen when running the steps above? -->
Value of changed = true
##### ACTUAL RESULTS
<!--- What actually happened? If possible run with high verbosity (-vvvv) -->
Value of changed = false
Value of win_robocopy.changed = true
Note: For various reasons I cannot copy/paste from my ansible machine, so I've tried to type enough detail to be useful. I know the fix for this, I'll submit a pull request later.
|
True
|
win_robocopy does not return changed properly - <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
win_robocopy
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
ansible 2.2.1.0
config file = /ansible/ansible_config
configured module search path = Default w/o overrides
```
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
N/A
##### OS / ENVIRONMENT
<!---
Mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that is not platform-specific.
-->
N/A
##### SUMMARY
<!--- Explain the problem briefly -->
win_robocopy returns all of it's returned variables inside a win_robocopy node, preventing ansible from reading the changed variable (since it's actually win_robocopy.changed).
##### STEPS TO REPRODUCE
<!---
For bugs, show exactly how to reproduce the problem.
For new features, show how the feature would be used.
-->
Run a win_robocopy which will make a change with -v or higher.
<!--- Paste example playbooks or commands between quotes below -->
```
ansible -i hosts all -m win_robocopy -a "src=C:\DirectoryOne dest=C:\DirectoryTwo" -v
```
<!--- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- What did you expect to happen when running the steps above? -->
Value of changed = true
##### ACTUAL RESULTS
<!--- What actually happened? If possible run with high verbosity (-vvvv) -->
Value of changed = false
Value of win_robocopy.changed = true
Note: For various reasons I cannot copy/paste from my ansible machine, so I've tried to type enough detail to be useful. I know the fix for this, I'll submit a pull request later.
|
main
|
win robocopy does not return changed properly issue type bug report component name win robocopy ansible version ansible config file ansible ansible config configured module search path default w o overrides configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables n a os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific n a summary win robocopy returns all of it s returned variables inside a win robocopy node preventing ansible from reading the changed variable since it s actually win robocopy changed steps to reproduce for bugs show exactly how to reproduce the problem for new features show how the feature would be used run a win robocopy which will make a change with v or higher ansible i hosts all m win robocopy a src c directoryone dest c directorytwo v expected results value of changed true actual results value of changed false value of win robocopy changed true note for various reasons i cannot copy paste from my ansible machine so i ve tried to type enough detail to be useful i know the fix for this i ll submit a pull request later
| 1
|
1,165
| 5,075,934,681
|
IssuesEvent
|
2016-12-27 22:36:26
|
espeak-ng/espeak-ng
|
https://api.github.com/repos/espeak-ng/espeak-ng
|
opened
|
Merge the android branch into master.
|
maintainability portability
|
Now that espeak-ng has diverged from espeak, it makes sense to have the android branch merged into the main development line. This will make it easier to maintain the Android support in the future and keep it up-to-date. To facilitate this, the Android targets should be merged into the makefile, supporting something like `make apk`.
The Android-specific change should be implemeted using the current compat structure for cross-platform compatibility. This includes compatibility support for the wide-character functions using the `ucd-tools` project. __NOTE:__ The `ucd-tools` project should be included using a git subtree.
The README should be combined, with the relevant parts incorporated.
|
True
|
Merge the android branch into master. - Now that espeak-ng has diverged from espeak, it makes sense to have the android branch merged into the main development line. This will make it easier to maintain the Android support in the future and keep it up-to-date. To facilitate this, the Android targets should be merged into the makefile, supporting something like `make apk`.
The Android-specific change should be implemeted using the current compat structure for cross-platform compatibility. This includes compatibility support for the wide-character functions using the `ucd-tools` project. __NOTE:__ The `ucd-tools` project should be included using a git subtree.
The README should be combined, with the relevant parts incorporated.
|
main
|
merge the android branch into master now that espeak ng has diverged from espeak it makes sense to have the android branch merged into the main development line this will make it easier to maintain the android support in the future and keep it up to date to facilitate this the android targets should be merged into the makefile supporting something like make apk the android specific change should be implemeted using the current compat structure for cross platform compatibility this includes compatibility support for the wide character functions using the ucd tools project note the ucd tools project should be included using a git subtree the readme should be combined with the relevant parts incorporated
| 1
|
298,314
| 25,814,402,901
|
IssuesEvent
|
2022-12-12 02:58:32
|
WordPress/gutenberg
|
https://api.github.com/repos/WordPress/gutenberg
|
closed
|
Button Block: Add e2e test for gradients support
|
[Type] Task [Block] Cover [Package] E2E Tests
|
Gutenberg 10.2.0 had a regression with regard to the Button block that lost its gradients support (see #29980) . Let's add some e2e test coverage for that.
|
1.0
|
Button Block: Add e2e test for gradients support - Gutenberg 10.2.0 had a regression with regard to the Button block that lost its gradients support (see #29980) . Let's add some e2e test coverage for that.
|
non_main
|
button block add test for gradients support gutenberg had a regression with regard to the button block that lost its gradients support see let s add some test coverage for that
| 0
|
5,684
| 29,924,451,546
|
IssuesEvent
|
2023-06-22 03:23:05
|
spicetify/spicetify-themes
|
https://api.github.com/repos/spicetify/spicetify-themes
|
closed
|
[Flow] Breaks entire UI
|
☠️ unmaintained
|
**Describe the bug**
Turning on the Flow theme breaks the entire spotify player(tested on 2 pcs with freshly installed spotify and spicetify)(maybe we're just dumb)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to marketplace
2. Install and enable Flow
3. UI breaks
**Expected behavior**
To have the Flow theme running properly
**Screenshots**


If applicable, add screenshots to help explain your problem.
**Logs**
```
Preloading extensions and themes...
extension.js:1 Initializing Spicetify Marketplace v0.8.1
extension.js:6 Loaded Marketplace extension
xpui.js:1 Uncaught (in promise) NotFoundError: GET request to sp://ads/v1/settings/leaderboard failed with status code 404
at e.value (xpui.js:1:2074536)
at onSuccess (xpui.js:1:2074312)
xpui.js:1 cosmos-connector: fetchAdForSlot endpoint=%o sp://ads/v1/ads/hpto
extension.js:1 Object
extension.js:1 Parsed 34/34 extensions
extension.js:1 No more extension results
extension.js:1 Object
extension.js:1 Parsed 23/23 themes
extension.js:1 No more theme results
raw.githubusercontent.com/spicetify/spicetify-marketplace/main/manifest.json:1 Failed to load resource: the server responded with a status of 404 ()
pubads_impl_2022100301.js:10 The following functions are deprecated: googletag.pubads().setTagForChildDirectedTreatment(), googletag.pubads().clearTagForChildDirectedTreatment(), googletag.pubads().setRequestNonPersonalizedAds(), and googletag.pubads().setTagForUnderAgeOfConsent(). Please use googletag.pubads().setPrivacySettings() instead.
kv @ pubads_impl_2022100301.js:10
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/vendor~xpui.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/xpui.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/8696.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/home-hpto.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/4453.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/xpui-desktop-modals.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/7269.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/5392.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/home-v2.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/8419.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
extension.js:1 GET https://raw.githubusercontent.com/itsmeow/Spicetify-Canvas/master/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/getomni/spicetify/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/catppuccin/spicetify/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/axieum/jasmine-spicetify-theme/master/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
xpui.js:1 cosmos-connector: fetchAdForSlot endpoint=%o sp://ads/v1/ads/leaderboard
spicetify-routes-marketplace.js:14 No theme set as installed
pubads_impl_2022100301.js:10 The following functions are deprecated: googletag.pubads().setTagForChildDirectedTreatment(), googletag.pubads().clearTagForChildDirectedTreatment(), googletag.pubads().setRequestNonPersonalizedAds(), and googletag.pubads().setTagForUnderAgeOfConsent(). Please use googletag.pubads().setPrivacySettings() instead.
kv @ pubads_impl_2022100301.js:10
(anonymous) @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:10
(anonymous) @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:6
(anonymous) @ pubads_impl_2022100301.js:6
(anonymous) @ about:srcdoc:72
qI.push @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:6
(anonymous) @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:18
extension.js:1 GET https://raw.githubusercontent.com/yougotwill/Koushi/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/canbeardig/Spicetify-Orchis-Colours-v2/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/okarin001/Onepunch/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/Darkempire78/Dracula-Spicetify/master/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
spicetify-routes-marketplace.js:9 GET https://raw.githubusercontent.com/Darkempire78/Dracula-Spicetify/master/manifest.json 404
Vr @ spicetify-routes-marketplace.js:9
zr @ spicetify-routes-marketplace.js:9
loadPage @ spicetify-routes-marketplace.js:14
await in loadPage (async)
loadAmount @ spicetify-routes-marketplace.js:14
newRequest @ spicetify-routes-marketplace.js:14
componentDidMount @ spicetify-routes-marketplace.js:14
await in componentDidMount (async)
ps @ vendor~xpui.js:29
Rl @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
Cl @ vendor~xpui.js:29
hl @ vendor~xpui.js:29
(anonymous) @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
zo @ vendor~xpui.js:29
M @ vendor~xpui.js:29
_.port1.onmessage @ vendor~xpui.js:29
extension.js:1 GET https://raw.githubusercontent.com/aiden04/spicetify-gui/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
spicetify-routes-marketplace.js:9 GET https://raw.githubusercontent.com/aiden04/spicetify-gui/main/manifest.json 404
Vr @ spicetify-routes-marketplace.js:9
zr @ spicetify-routes-marketplace.js:9
loadPage @ spicetify-routes-marketplace.js:14
await in loadPage (async)
loadAmount @ spicetify-routes-marketplace.js:14
newRequest @ spicetify-routes-marketplace.js:14
componentDidMount @ spicetify-routes-marketplace.js:14
await in componentDidMount (async)
ps @ vendor~xpui.js:29
Rl @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
Cl @ vendor~xpui.js:29
hl @ vendor~xpui.js:29
(anonymous) @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
zo @ vendor~xpui.js:29
M @ vendor~xpui.js:29
_.port1.onmessage @ vendor~xpui.js:29
extension.js:1 GET https://raw.githubusercontent.com/th3an7/SpicetifyThings/master/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
spicetify-routes-marketplace.js:9 GET https://raw.githubusercontent.com/th3an7/SpicetifyThings/master/manifest.json 404
Vr @ spicetify-routes-marketplace.js:9
zr @ spicetify-routes-marketplace.js:9
loadPage @ spicetify-routes-marketplace.js:14
await in loadPage (async)
loadAmount @ spicetify-routes-marketplace.js:14
newRequest @ spicetify-routes-marketplace.js:14
componentDidMount @ spicetify-routes-marketplace.js:14
await in componentDidMount (async)
ps @ vendor~xpui.js:29
Rl @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
Cl @ vendor~xpui.js:29
hl @ vendor~xpui.js:29
(anonymous) @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
zo @ vendor~xpui.js:29
M @ vendor~xpui.js:29
_.port1.onmessage @ vendor~xpui.js:29
extension.js:1 GET https://raw.githubusercontent.com/nm-nvan/spicetify-twitter/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
spicetify-routes-marketplace.js:9 GET https://raw.githubusercontent.com/nm-nvan/spicetify-twitter/main/manifest.json 404
Vr @ spicetify-routes-marketplace.js:9
zr @ spicetify-routes-marketplace.js:9
loadPage @ spicetify-routes-marketplace.js:14
await in loadPage (async)
loadAmount @ spicetify-routes-marketplace.js:14
newRequest @ spicetify-routes-marketplace.js:14
componentDidMount @ spicetify-routes-marketplace.js:14
await in componentDidMount (async)
ps @ vendor~xpui.js:29
Rl @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
Cl @ vendor~xpui.js:29
hl @ vendor~xpui.js:29
(anonymous) @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
zo @ vendor~xpui.js:29
M @ vendor~xpui.js:29
_.port1.onmessage @ vendor~xpui.js:29
spicetify-routes-marketplace.js:9 GET https://raw.githubusercontent.com/Dueel/dotfiles/main/manifest.json 404
Vr @ spicetify-routes-marketplace.js:9
zr @ spicetify-routes-marketplace.js:9
loadPage @ spicetify-routes-marketplace.js:14
await in loadPage (async)
loadAmount @ spicetify-routes-marketplace.js:14
newRequest @ spicetify-routes-marketplace.js:14
componentDidMount @ spicetify-routes-marketplace.js:14
await in componentDidMount (async)
ps @ vendor~xpui.js:29
Rl @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
Cl @ vendor~xpui.js:29
hl @ vendor~xpui.js:29
(anonymous) @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
zo @ vendor~xpui.js:29
M @ vendor~xpui.js:29
_.port1.onmessage @ vendor~xpui.js:29
spicetify-routes-marketplace.js:14 Parsed 23/23 themes
spicetify-routes-marketplace.js:14 No more theme results
extension.js:1 GET https://raw.githubusercontent.com/einzigartigerName/spicetify-history/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
spicetify-routes-marketplace.js:9 {}
spicetify-routes-marketplace.js:9 null
spicetify-routes-marketplace.js:9 Installing theme marketplace:installed:spicetify/spicetify-themes/Flow/user.css
spicetify-routes-marketplace.js:9 {Pink: {…}, Green: {…}, Silver: {…}, Violet: {…}, Ocean: {…}} 'Pink'
spicetify-routes-marketplace.js:9 Installed
spicetify-routes-marketplace.js:6 Parsing CSS: https://cdn.jsdelivr.net/gh/spicetify/spicetify-themes@master/Flow/user.css
spicetify-routes-marketplace.js:14 updateColourSchemes {Pink: {…}, Green: {…}, Silver: {…}, Violet: {…}, Ocean: {…}} Pink
spicetify-routes-marketplace.js:14 {manifest: {…}, type: 'theme', title: 'Flow', subtitle: 'Spicetify theme that has linear gradient effect and vertical playbar', authors: Array(4), …}
extension.js:1 GET https://raw.githubusercontent.com/FlafyDev/spotify-listen-together-server/main/manifest.json 404
```
might be a mess sorry
**Specifics (please complete the following information):**
- OS: win10
- Spotify version 1.1.95.893.g6cf4d40c
- Spicetify version 2.14.0
- Flow
|
True
|
[Flow] Breaks entire UI - **Describe the bug**
Turning on the Flow theme breaks the entire spotify player(tested on 2 pcs with freshly installed spotify and spicetify)(maybe we're just dumb)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to marketplace
2. Install and enable Flow
3. UI breaks
**Expected behavior**
To have the Flow theme running properly
**Screenshots**


If applicable, add screenshots to help explain your problem.
**Logs**
```
Preloading extensions and themes...
extension.js:1 Initializing Spicetify Marketplace v0.8.1
extension.js:6 Loaded Marketplace extension
xpui.js:1 Uncaught (in promise) NotFoundError: GET request to sp://ads/v1/settings/leaderboard failed with status code 404
at e.value (xpui.js:1:2074536)
at onSuccess (xpui.js:1:2074312)
xpui.js:1 cosmos-connector: fetchAdForSlot endpoint=%o sp://ads/v1/ads/hpto
extension.js:1 Object
extension.js:1 Parsed 34/34 extensions
extension.js:1 No more extension results
extension.js:1 Object
extension.js:1 Parsed 23/23 themes
extension.js:1 No more theme results
raw.githubusercontent.com/spicetify/spicetify-marketplace/main/manifest.json:1 Failed to load resource: the server responded with a status of 404 ()
pubads_impl_2022100301.js:10 The following functions are deprecated: googletag.pubads().setTagForChildDirectedTreatment(), googletag.pubads().clearTagForChildDirectedTreatment(), googletag.pubads().setRequestNonPersonalizedAds(), and googletag.pubads().setTagForUnderAgeOfConsent(). Please use googletag.pubads().setPrivacySettings() instead.
kv @ pubads_impl_2022100301.js:10
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/vendor~xpui.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/xpui.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/8696.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/home-hpto.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/4453.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/xpui-desktop-modals.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/7269.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/5392.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/home-v2.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/8419.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED
extension.js:1 GET https://raw.githubusercontent.com/itsmeow/Spicetify-Canvas/master/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/getomni/spicetify/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/catppuccin/spicetify/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/axieum/jasmine-spicetify-theme/master/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
xpui.js:1 cosmos-connector: fetchAdForSlot endpoint=%o sp://ads/v1/ads/leaderboard
spicetify-routes-marketplace.js:14 No theme set as installed
pubads_impl_2022100301.js:10 The following functions are deprecated: googletag.pubads().setTagForChildDirectedTreatment(), googletag.pubads().clearTagForChildDirectedTreatment(), googletag.pubads().setRequestNonPersonalizedAds(), and googletag.pubads().setTagForUnderAgeOfConsent(). Please use googletag.pubads().setPrivacySettings() instead.
kv @ pubads_impl_2022100301.js:10
(anonymous) @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:10
(anonymous) @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:6
(anonymous) @ pubads_impl_2022100301.js:6
(anonymous) @ about:srcdoc:72
qI.push @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:6
(anonymous) @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:18
(anonymous) @ pubads_impl_2022100301.js:18
extension.js:1 GET https://raw.githubusercontent.com/yougotwill/Koushi/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/canbeardig/Spicetify-Orchis-Colours-v2/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/okarin001/Onepunch/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
extension.js:1 GET https://raw.githubusercontent.com/Darkempire78/Dracula-Spicetify/master/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
spicetify-routes-marketplace.js:9 GET https://raw.githubusercontent.com/Darkempire78/Dracula-Spicetify/master/manifest.json 404
Vr @ spicetify-routes-marketplace.js:9
zr @ spicetify-routes-marketplace.js:9
loadPage @ spicetify-routes-marketplace.js:14
await in loadPage (async)
loadAmount @ spicetify-routes-marketplace.js:14
newRequest @ spicetify-routes-marketplace.js:14
componentDidMount @ spicetify-routes-marketplace.js:14
await in componentDidMount (async)
ps @ vendor~xpui.js:29
Rl @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
Cl @ vendor~xpui.js:29
hl @ vendor~xpui.js:29
(anonymous) @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
zo @ vendor~xpui.js:29
M @ vendor~xpui.js:29
_.port1.onmessage @ vendor~xpui.js:29
extension.js:1 GET https://raw.githubusercontent.com/aiden04/spicetify-gui/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
spicetify-routes-marketplace.js:9 GET https://raw.githubusercontent.com/aiden04/spicetify-gui/main/manifest.json 404
Vr @ spicetify-routes-marketplace.js:9
zr @ spicetify-routes-marketplace.js:9
loadPage @ spicetify-routes-marketplace.js:14
await in loadPage (async)
loadAmount @ spicetify-routes-marketplace.js:14
newRequest @ spicetify-routes-marketplace.js:14
componentDidMount @ spicetify-routes-marketplace.js:14
await in componentDidMount (async)
ps @ vendor~xpui.js:29
Rl @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
Cl @ vendor~xpui.js:29
hl @ vendor~xpui.js:29
(anonymous) @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
zo @ vendor~xpui.js:29
M @ vendor~xpui.js:29
_.port1.onmessage @ vendor~xpui.js:29
extension.js:1 GET https://raw.githubusercontent.com/th3an7/SpicetifyThings/master/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
spicetify-routes-marketplace.js:9 GET https://raw.githubusercontent.com/th3an7/SpicetifyThings/master/manifest.json 404
Vr @ spicetify-routes-marketplace.js:9
zr @ spicetify-routes-marketplace.js:9
loadPage @ spicetify-routes-marketplace.js:14
await in loadPage (async)
loadAmount @ spicetify-routes-marketplace.js:14
newRequest @ spicetify-routes-marketplace.js:14
componentDidMount @ spicetify-routes-marketplace.js:14
await in componentDidMount (async)
ps @ vendor~xpui.js:29
Rl @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
Cl @ vendor~xpui.js:29
hl @ vendor~xpui.js:29
(anonymous) @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
zo @ vendor~xpui.js:29
M @ vendor~xpui.js:29
_.port1.onmessage @ vendor~xpui.js:29
extension.js:1 GET https://raw.githubusercontent.com/nm-nvan/spicetify-twitter/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
spicetify-routes-marketplace.js:9 GET https://raw.githubusercontent.com/nm-nvan/spicetify-twitter/main/manifest.json 404
Vr @ spicetify-routes-marketplace.js:9
zr @ spicetify-routes-marketplace.js:9
loadPage @ spicetify-routes-marketplace.js:14
await in loadPage (async)
loadAmount @ spicetify-routes-marketplace.js:14
newRequest @ spicetify-routes-marketplace.js:14
componentDidMount @ spicetify-routes-marketplace.js:14
await in componentDidMount (async)
ps @ vendor~xpui.js:29
Rl @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
Cl @ vendor~xpui.js:29
hl @ vendor~xpui.js:29
(anonymous) @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
zo @ vendor~xpui.js:29
M @ vendor~xpui.js:29
_.port1.onmessage @ vendor~xpui.js:29
spicetify-routes-marketplace.js:9 GET https://raw.githubusercontent.com/Dueel/dotfiles/main/manifest.json 404
Vr @ spicetify-routes-marketplace.js:9
zr @ spicetify-routes-marketplace.js:9
loadPage @ spicetify-routes-marketplace.js:14
await in loadPage (async)
loadAmount @ spicetify-routes-marketplace.js:14
newRequest @ spicetify-routes-marketplace.js:14
componentDidMount @ spicetify-routes-marketplace.js:14
await in componentDidMount (async)
ps @ vendor~xpui.js:29
Rl @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
Cl @ vendor~xpui.js:29
hl @ vendor~xpui.js:29
(anonymous) @ vendor~xpui.js:29
t.unstable_runWithPriority @ vendor~xpui.js:29
Ho @ vendor~xpui.js:29
zo @ vendor~xpui.js:29
M @ vendor~xpui.js:29
_.port1.onmessage @ vendor~xpui.js:29
spicetify-routes-marketplace.js:14 Parsed 23/23 themes
spicetify-routes-marketplace.js:14 No more theme results
extension.js:1 GET https://raw.githubusercontent.com/einzigartigerName/spicetify-history/main/manifest.json 404
I @ extension.js:1
(anonymous) @ extension.js:1
(anonymous) @ extension.js:1
spicetify-routes-marketplace.js:9 {}
spicetify-routes-marketplace.js:9 null
spicetify-routes-marketplace.js:9 Installing theme marketplace:installed:spicetify/spicetify-themes/Flow/user.css
spicetify-routes-marketplace.js:9 {Pink: {…}, Green: {…}, Silver: {…}, Violet: {…}, Ocean: {…}} 'Pink'
spicetify-routes-marketplace.js:9 Installed
spicetify-routes-marketplace.js:6 Parsing CSS: https://cdn.jsdelivr.net/gh/spicetify/spicetify-themes@master/Flow/user.css
spicetify-routes-marketplace.js:14 updateColourSchemes {Pink: {…}, Green: {…}, Silver: {…}, Violet: {…}, Ocean: {…}} Pink
spicetify-routes-marketplace.js:14 {manifest: {…}, type: 'theme', title: 'Flow', subtitle: 'Spicetify theme that has linear gradient effect and vertical playbar', authors: Array(4), …}
extension.js:1 GET https://raw.githubusercontent.com/FlafyDev/spotify-listen-together-server/main/manifest.json 404
```
might be a mess sorry
**Specifics (please complete the following information):**
- OS: win10
- Spotify version 1.1.95.893.g6cf4d40c
- Spicetify version 2.14.0
- Flow
|
main
|
breaks entire ui describe the bug turning on the flow theme breaks the entire spotify player tested on pcs with freshly installed spotify and spicetify maybe we re just dumb to reproduce steps to reproduce the behavior go to marketplace install and enable flow ui breaks expected behavior to have the flow theme running properly screenshots if applicable add screenshots to help explain your problem logs preloading extensions and themes extension js initializing spicetify marketplace extension js loaded marketplace extension xpui js uncaught in promise notfounderror get request to sp ads settings leaderboard failed with status code at e value xpui js at onsuccess xpui js xpui js cosmos connector fetchadforslot endpoint o sp ads ads hpto extension js object extension js parsed extensions extension js no more extension results extension js object extension js parsed themes extension js no more theme results raw githubusercontent com spicetify spicetify marketplace main manifest json failed to load resource the server responded with a status of pubads impl js the following functions are deprecated googletag pubads settagforchilddirectedtreatment googletag pubads cleartagforchilddirectedtreatment googletag pubads setrequestnonpersonalizedads and googletag pubads settagforunderageofconsent please use googletag pubads setprivacysettings instead kv pubads impl js devtools failed to load source map could not load content for connection error net err name not resolved devtools failed to load source map could not load content for connection error net err name not resolved devtools failed to load source map could not load content for connection error net err name not resolved devtools failed to load source map could not load content for connection error net err name not resolved devtools failed to load source map could not load content for connection error net err name not resolved devtools failed to load source map could not load content for connection error net err name not resolved devtools failed to load source map could not load content for connection error net err name not resolved devtools failed to load source map could not load content for connection error net err name not resolved devtools failed to load source map could not load content for connection error net err name not resolved devtools failed to load source map could not load content for connection error net err name not resolved extension js get i extension js anonymous extension js anonymous extension js extension js get i extension js anonymous extension js anonymous extension js extension js get i extension js anonymous extension js anonymous extension js extension js get i extension js anonymous extension js anonymous extension js xpui js cosmos connector fetchadforslot endpoint o sp ads ads leaderboard spicetify routes marketplace js no theme set as installed pubads impl js the following functions are deprecated googletag pubads settagforchilddirectedtreatment googletag pubads cleartagforchilddirectedtreatment googletag pubads setrequestnonpersonalizedads and googletag pubads settagforunderageofconsent please use googletag pubads setprivacysettings instead kv pubads impl js anonymous pubads impl js anonymous pubads impl js anonymous pubads impl js anonymous pubads impl js anonymous pubads impl js anonymous about srcdoc qi push pubads impl js anonymous pubads impl js anonymous pubads impl js anonymous pubads impl js anonymous pubads impl js anonymous pubads impl js extension js get i extension js anonymous extension js anonymous extension js extension js get i extension js anonymous extension js anonymous extension js extension js get i extension js anonymous extension js anonymous extension js extension js get i extension js anonymous extension js anonymous extension js spicetify routes marketplace js get vr spicetify routes marketplace js zr spicetify routes marketplace js loadpage spicetify routes marketplace js await in loadpage async loadamount spicetify routes marketplace js newrequest spicetify routes marketplace js componentdidmount spicetify routes marketplace js await in componentdidmount async ps vendor xpui js rl vendor xpui js t unstable runwithpriority vendor xpui js ho vendor xpui js cl vendor xpui js hl vendor xpui js anonymous vendor xpui js t unstable runwithpriority vendor xpui js ho vendor xpui js zo vendor xpui js m vendor xpui js onmessage vendor xpui js extension js get i extension js anonymous extension js anonymous extension js spicetify routes marketplace js get vr spicetify routes marketplace js zr spicetify routes marketplace js loadpage spicetify routes marketplace js await in loadpage async loadamount spicetify routes marketplace js newrequest spicetify routes marketplace js componentdidmount spicetify routes marketplace js await in componentdidmount async ps vendor xpui js rl vendor xpui js t unstable runwithpriority vendor xpui js ho vendor xpui js cl vendor xpui js hl vendor xpui js anonymous vendor xpui js t unstable runwithpriority vendor xpui js ho vendor xpui js zo vendor xpui js m vendor xpui js onmessage vendor xpui js extension js get i extension js anonymous extension js anonymous extension js spicetify routes marketplace js get vr spicetify routes marketplace js zr spicetify routes marketplace js loadpage spicetify routes marketplace js await in loadpage async loadamount spicetify routes marketplace js newrequest spicetify routes marketplace js componentdidmount spicetify routes marketplace js await in componentdidmount async ps vendor xpui js rl vendor xpui js t unstable runwithpriority vendor xpui js ho vendor xpui js cl vendor xpui js hl vendor xpui js anonymous vendor xpui js t unstable runwithpriority vendor xpui js ho vendor xpui js zo vendor xpui js m vendor xpui js onmessage vendor xpui js extension js get i extension js anonymous extension js anonymous extension js spicetify routes marketplace js get vr spicetify routes marketplace js zr spicetify routes marketplace js loadpage spicetify routes marketplace js await in loadpage async loadamount spicetify routes marketplace js newrequest spicetify routes marketplace js componentdidmount spicetify routes marketplace js await in componentdidmount async ps vendor xpui js rl vendor xpui js t unstable runwithpriority vendor xpui js ho vendor xpui js cl vendor xpui js hl vendor xpui js anonymous vendor xpui js t unstable runwithpriority vendor xpui js ho vendor xpui js zo vendor xpui js m vendor xpui js onmessage vendor xpui js spicetify routes marketplace js get vr spicetify routes marketplace js zr spicetify routes marketplace js loadpage spicetify routes marketplace js await in loadpage async loadamount spicetify routes marketplace js newrequest spicetify routes marketplace js componentdidmount spicetify routes marketplace js await in componentdidmount async ps vendor xpui js rl vendor xpui js t unstable runwithpriority vendor xpui js ho vendor xpui js cl vendor xpui js hl vendor xpui js anonymous vendor xpui js t unstable runwithpriority vendor xpui js ho vendor xpui js zo vendor xpui js m vendor xpui js onmessage vendor xpui js spicetify routes marketplace js parsed themes spicetify routes marketplace js no more theme results extension js get i extension js anonymous extension js anonymous extension js spicetify routes marketplace js spicetify routes marketplace js null spicetify routes marketplace js installing theme marketplace installed spicetify spicetify themes flow user css spicetify routes marketplace js pink … green … silver … violet … ocean … pink spicetify routes marketplace js installed spicetify routes marketplace js parsing css spicetify routes marketplace js updatecolourschemes pink … green … silver … violet … ocean … pink spicetify routes marketplace js manifest … type theme title flow subtitle spicetify theme that has linear gradient effect and vertical playbar authors array … extension js get might be a mess sorry specifics please complete the following information os spotify version spicetify version flow
| 1
|
14,556
| 3,410,431,320
|
IssuesEvent
|
2015-12-04 20:07:45
|
18F/doi-extractives-data
|
https://api.github.com/repos/18F/doi-extractives-data
|
closed
|
Visual Bug: Lato light appears too light on Safari
|
workflow:testing
|
I think @msecret may have dealt with this issue on Peace Corps.
Also may be light on other browsers, but i only tested on safari. (Fine on chrome)
|
1.0
|
Visual Bug: Lato light appears too light on Safari - I think @msecret may have dealt with this issue on Peace Corps.
Also may be light on other browsers, but i only tested on safari. (Fine on chrome)
|
non_main
|
visual bug lato light appears too light on safari i think msecret may have dealt with this issue on peace corps also may be light on other browsers but i only tested on safari fine on chrome
| 0
|
229,670
| 25,362,311,718
|
IssuesEvent
|
2022-11-21 01:06:19
|
smb-h/Estates-price-prediction
|
https://api.github.com/repos/smb-h/Estates-price-prediction
|
opened
|
CVE-2022-41888 (Medium) detected in tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl
|
security vulnerability
|
## CVE-2022-41888 - Medium 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 base branch: <b>main</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>
TensorFlow is an open source platform for machine learning. When running on GPU, `tf.image.generate_bounding_box_proposals` receives a `scores` input that must be of rank 4 but is not checked. We have patched the issue in GitHub commit cf35502463a88ca7185a99daa7031df60b3c1c98. The fix will be included in TensorFlow 2.11. We will also cherrypick this commit on TensorFlow 2.10.1, 2.9.3, and TensorFlow 2.8.4, as these are also affected and still in supported range.
<p>Publish Date: 2022-11-18
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-41888>CVE-2022-41888</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.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-41888">https://www.cve.org/CVERecord?id=CVE-2022-41888</a></p>
<p>Release Date: 2022-11-18</p>
<p>Fix Resolution: tensorflow - 2.8.4, 2.9.3, 2.10.1, 2.11.0, tensorflow-cpu - 2.8.4, 2.9.3, 2.10.1, 2.11.0, tensorflow-gpu - 2.8.4, 2.9.3, 2.10.1, 2.11.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-41888 (Medium) detected in tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl - ## CVE-2022-41888 - Medium 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 base branch: <b>main</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>
TensorFlow is an open source platform for machine learning. When running on GPU, `tf.image.generate_bounding_box_proposals` receives a `scores` input that must be of rank 4 but is not checked. We have patched the issue in GitHub commit cf35502463a88ca7185a99daa7031df60b3c1c98. The fix will be included in TensorFlow 2.11. We will also cherrypick this commit on TensorFlow 2.10.1, 2.9.3, and TensorFlow 2.8.4, as these are also affected and still in supported range.
<p>Publish Date: 2022-11-18
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-41888>CVE-2022-41888</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.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-41888">https://www.cve.org/CVERecord?id=CVE-2022-41888</a></p>
<p>Release Date: 2022-11-18</p>
<p>Fix Resolution: tensorflow - 2.8.4, 2.9.3, 2.10.1, 2.11.0, tensorflow-cpu - 2.8.4, 2.9.3, 2.10.1, 2.11.0, tensorflow-gpu - 2.8.4, 2.9.3, 2.10.1, 2.11.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_main
|
cve medium detected in tensorflow whl cve medium 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 base branch main vulnerability details tensorflow is an open source platform for machine learning when running on gpu tf image generate bounding box proposals receives a scores input that must be of rank but is not checked we have patched the issue in github commit the fix will be included in tensorflow we will also cherrypick this commit on tensorflow and tensorflow as these are also affected and still in supported range publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tensorflow tensorflow cpu tensorflow gpu step up your open source security game with mend
| 0
|
5,244
| 26,565,546,081
|
IssuesEvent
|
2023-01-20 19:50:06
|
centerofci/mathesar
|
https://api.github.com/repos/centerofci/mathesar
|
closed
|
Fix dark text on dark background for NULL value in record summary within navigation header
|
type: bug work: frontend status: ready restricted: maintainers
|
## Steps to reproduce
1. Configure a record to produce a record summary which contains a `NULL` value.
1. Navigate to the Record Page for that record.
1. In the site header, observe dark text on dark background that is difficult to read

## Considerations
Fixing this cleanly may require some careful thought about how we're setting text colors. Ideally we'd apply a fix at a high level which preserves our ability to easily compose components without needing to think about text color everywhere. I'd like to have a way of saying "within the entire site header, invert all the colors". We'll need to do something like this for dark mode eventually, so I think it's worth considering what strategy we'll employ for that. We'll probably want to make use of CSS variables somehow, but I haven't thought through it all yet.
|
True
|
Fix dark text on dark background for NULL value in record summary within navigation header - ## Steps to reproduce
1. Configure a record to produce a record summary which contains a `NULL` value.
1. Navigate to the Record Page for that record.
1. In the site header, observe dark text on dark background that is difficult to read

## Considerations
Fixing this cleanly may require some careful thought about how we're setting text colors. Ideally we'd apply a fix at a high level which preserves our ability to easily compose components without needing to think about text color everywhere. I'd like to have a way of saying "within the entire site header, invert all the colors". We'll need to do something like this for dark mode eventually, so I think it's worth considering what strategy we'll employ for that. We'll probably want to make use of CSS variables somehow, but I haven't thought through it all yet.
|
main
|
fix dark text on dark background for null value in record summary within navigation header steps to reproduce configure a record to produce a record summary which contains a null value navigate to the record page for that record in the site header observe dark text on dark background that is difficult to read considerations fixing this cleanly may require some careful thought about how we re setting text colors ideally we d apply a fix at a high level which preserves our ability to easily compose components without needing to think about text color everywhere i d like to have a way of saying within the entire site header invert all the colors we ll need to do something like this for dark mode eventually so i think it s worth considering what strategy we ll employ for that we ll probably want to make use of css variables somehow but i haven t thought through it all yet
| 1
|
145,934
| 19,377,639,346
|
IssuesEvent
|
2021-12-17 01:01:10
|
shaimael/keycloak
|
https://api.github.com/repos/shaimael/keycloak
|
opened
|
CVE-2021-30640 (Medium) detected in tomcat-catalina-7.0.92.jar
|
security vulnerability
|
## CVE-2021-30640 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-catalina-7.0.92.jar</b></p></summary>
<p>Tomcat Servlet Engine Core Classes and Standard implementations</p>
<p>Path to dependency file: keycloak/adapters/oidc/tomcat/tomcat7/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.92/tomcat-catalina-7.0.92.jar,canner/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.92/tomcat-catalina-7.0.92.jar,canner/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.92/tomcat-catalina-7.0.92.jar,canner/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.92/tomcat-catalina-7.0.92.jar,canner/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.92/tomcat-catalina-7.0.92.jar</p>
<p>
Dependency Hierarchy:
- :x: **tomcat-catalina-7.0.92.jar** (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>
A vulnerability in the JNDI Realm of Apache Tomcat allows an attacker to authenticate using variations of a valid user name and/or to bypass some of the protection provided by the LockOut Realm. This issue affects Apache Tomcat 10.0.0-M1 to 10.0.5; 9.0.0.M1 to 9.0.45; 8.5.0 to 8.5.65.
<p>Publish Date: 2021-07-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-30640>CVE-2021-30640</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: High
- 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://lists.apache.org/thread.html/r59f9ef03929d32120f91f4ea7e6e79edd5688d75d0a9b65fd26d1fe8%40%3Cannounce.tomcat.apache.org%3E">https://lists.apache.org/thread.html/r59f9ef03929d32120f91f4ea7e6e79edd5688d75d0a9b65fd26d1fe8%40%3Cannounce.tomcat.apache.org%3E</a></p>
<p>Release Date: 2021-07-12</p>
<p>Fix Resolution: org.apache.tomcat:tomcat-catalina:7.0.109, 8.5.66, 9.0.46, 10.0.6</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.tomcat","packageName":"tomcat-catalina","packageVersion":"7.0.92","packageFilePaths":["/adapters/oidc/tomcat/tomcat7/pom.xml","/adapters/oidc/tomcat/tomcat-core/pom.xml","/adapters/saml/tomcat/tomcat7/pom.xml","/adapters/spi/tomcat-adapter-spi/pom.xml","/adapters/saml/tomcat/tomcat-core/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"org.apache.tomcat:tomcat-catalina:7.0.92","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.tomcat:tomcat-catalina:7.0.109, 8.5.66, 9.0.46, 10.0.6","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-30640","vulnerabilityDetails":"A vulnerability in the JNDI Realm of Apache Tomcat allows an attacker to authenticate using variations of a valid user name and/or to bypass some of the protection provided by the LockOut Realm. This issue affects Apache Tomcat 10.0.0-M1 to 10.0.5; 9.0.0.M1 to 9.0.45; 8.5.0 to 8.5.65.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-30640","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2021-30640 (Medium) detected in tomcat-catalina-7.0.92.jar - ## CVE-2021-30640 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-catalina-7.0.92.jar</b></p></summary>
<p>Tomcat Servlet Engine Core Classes and Standard implementations</p>
<p>Path to dependency file: keycloak/adapters/oidc/tomcat/tomcat7/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.92/tomcat-catalina-7.0.92.jar,canner/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.92/tomcat-catalina-7.0.92.jar,canner/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.92/tomcat-catalina-7.0.92.jar,canner/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.92/tomcat-catalina-7.0.92.jar,canner/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.92/tomcat-catalina-7.0.92.jar</p>
<p>
Dependency Hierarchy:
- :x: **tomcat-catalina-7.0.92.jar** (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>
A vulnerability in the JNDI Realm of Apache Tomcat allows an attacker to authenticate using variations of a valid user name and/or to bypass some of the protection provided by the LockOut Realm. This issue affects Apache Tomcat 10.0.0-M1 to 10.0.5; 9.0.0.M1 to 9.0.45; 8.5.0 to 8.5.65.
<p>Publish Date: 2021-07-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-30640>CVE-2021-30640</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: High
- 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://lists.apache.org/thread.html/r59f9ef03929d32120f91f4ea7e6e79edd5688d75d0a9b65fd26d1fe8%40%3Cannounce.tomcat.apache.org%3E">https://lists.apache.org/thread.html/r59f9ef03929d32120f91f4ea7e6e79edd5688d75d0a9b65fd26d1fe8%40%3Cannounce.tomcat.apache.org%3E</a></p>
<p>Release Date: 2021-07-12</p>
<p>Fix Resolution: org.apache.tomcat:tomcat-catalina:7.0.109, 8.5.66, 9.0.46, 10.0.6</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.tomcat","packageName":"tomcat-catalina","packageVersion":"7.0.92","packageFilePaths":["/adapters/oidc/tomcat/tomcat7/pom.xml","/adapters/oidc/tomcat/tomcat-core/pom.xml","/adapters/saml/tomcat/tomcat7/pom.xml","/adapters/spi/tomcat-adapter-spi/pom.xml","/adapters/saml/tomcat/tomcat-core/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"org.apache.tomcat:tomcat-catalina:7.0.92","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.tomcat:tomcat-catalina:7.0.109, 8.5.66, 9.0.46, 10.0.6","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-30640","vulnerabilityDetails":"A vulnerability in the JNDI Realm of Apache Tomcat allows an attacker to authenticate using variations of a valid user name and/or to bypass some of the protection provided by the LockOut Realm. This issue affects Apache Tomcat 10.0.0-M1 to 10.0.5; 9.0.0.M1 to 9.0.45; 8.5.0 to 8.5.65.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-30640","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
|
non_main
|
cve medium detected in tomcat catalina jar cve medium severity vulnerability vulnerable library tomcat catalina jar tomcat servlet engine core classes and standard implementations path to dependency file keycloak adapters oidc tomcat pom xml path to vulnerable library canner repository org apache tomcat tomcat catalina tomcat catalina jar canner repository org apache tomcat tomcat catalina tomcat catalina jar canner repository org apache tomcat tomcat catalina tomcat catalina jar canner repository org apache tomcat tomcat catalina tomcat catalina jar canner repository org apache tomcat tomcat catalina tomcat catalina jar dependency hierarchy x tomcat catalina jar vulnerable library found in base branch master vulnerability details a vulnerability in the jndi realm of apache tomcat allows an attacker to authenticate using variations of a valid user name and or to bypass some of the protection provided by the lockout realm this issue affects apache tomcat to to to 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 low integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache tomcat tomcat catalina rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree org apache tomcat tomcat catalina isminimumfixversionavailable true minimumfixversion org apache tomcat tomcat catalina isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails a vulnerability in the jndi realm of apache tomcat allows an attacker to authenticate using variations of a valid user name and or to bypass some of the protection provided by the lockout realm this issue affects apache tomcat to to to vulnerabilityurl
| 0
|
4,600
| 23,846,418,477
|
IssuesEvent
|
2022-09-06 14:20:43
|
centerofci/mathesar
|
https://api.github.com/repos/centerofci/mathesar
|
opened
|
Columns not refreshed when undoing a change to base table
|
type: bug work: frontend status: ready restricted: maintainers
|
## Reproduce
1. New Exploration
1. Select base table A
1. Observe columns loaded for base table A
1. Change base table to B
1. Observe columns loaded for table table B
1. Undo
1. Expect to see columns change to display columns for table A
1. Observe columns for table B
|
True
|
Columns not refreshed when undoing a change to base table - ## Reproduce
1. New Exploration
1. Select base table A
1. Observe columns loaded for base table A
1. Change base table to B
1. Observe columns loaded for table table B
1. Undo
1. Expect to see columns change to display columns for table A
1. Observe columns for table B
|
main
|
columns not refreshed when undoing a change to base table reproduce new exploration select base table a observe columns loaded for base table a change base table to b observe columns loaded for table table b undo expect to see columns change to display columns for table a observe columns for table b
| 1
|
5,392
| 27,090,380,435
|
IssuesEvent
|
2023-02-14 20:30:26
|
bigbluebutton/bigbluebutton
|
https://api.github.com/repos/bigbluebutton/bigbluebutton
|
closed
|
Rotate FreeSWITCH Log files
|
deploy: configuration target: maintainability module: audio status: verify
|
Currently, the log rotation on FreeSWITCH does not expire the logs -- they simply accumulate and get larger.
Need to put some better parameters to ensure FreeSWITCH logs don't take up tens of gigabytes of disk space.
Reported in bigbluebutton-dev
https://groups.google.com/d/msg/bigbluebutton-dev/asRCW0QvTJU/ZQ3ZDm_1CgAJ
|
True
|
Rotate FreeSWITCH Log files - Currently, the log rotation on FreeSWITCH does not expire the logs -- they simply accumulate and get larger.
Need to put some better parameters to ensure FreeSWITCH logs don't take up tens of gigabytes of disk space.
Reported in bigbluebutton-dev
https://groups.google.com/d/msg/bigbluebutton-dev/asRCW0QvTJU/ZQ3ZDm_1CgAJ
|
main
|
rotate freeswitch log files currently the log rotation on freeswitch does not expire the logs they simply accumulate and get larger need to put some better parameters to ensure freeswitch logs don t take up tens of gigabytes of disk space reported in bigbluebutton dev
| 1
|
717
| 4,309,152,856
|
IssuesEvent
|
2016-07-21 15:10:35
|
duckduckgo/zeroclickinfo-goodies
|
https://api.github.com/repos/duckduckgo/zeroclickinfo-goodies
|
closed
|
Evernote Cheat Sheet: Should include Mac shortcuts
|
Maintainer Input Requested Suggestion
|
Perhaps they can be added as new sections to this cheat sheet. Either that or create a new cheat sheet, but that would require more specific triggering.
------
IA Page: http://duck.co/ia/view/evernote_cheat_sheet
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @smitche60
|
True
|
Evernote Cheat Sheet: Should include Mac shortcuts - Perhaps they can be added as new sections to this cheat sheet. Either that or create a new cheat sheet, but that would require more specific triggering.
------
IA Page: http://duck.co/ia/view/evernote_cheat_sheet
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @smitche60
|
main
|
evernote cheat sheet should include mac shortcuts perhaps they can be added as new sections to this cheat sheet either that or create a new cheat sheet but that would require more specific triggering ia page
| 1
|
214
| 2,552,241,405
|
IssuesEvent
|
2015-02-02 16:00:31
|
kogarashisan/LiquidLava
|
https://api.github.com/repos/kogarashisan/LiquidLava
|
opened
|
Parser must unite bindings to the same variable referenced multiple times.
|
Component: Parsers/ExpressionParser.js P3 T4 Type: Feature Type: Performance
|
currently, each time any variable is referenced in argument's source code - it creates a new binding config.
|
True
|
Parser must unite bindings to the same variable referenced multiple times. - currently, each time any variable is referenced in argument's source code - it creates a new binding config.
|
non_main
|
parser must unite bindings to the same variable referenced multiple times currently each time any variable is referenced in argument s source code it creates a new binding config
| 0
|
1,860
| 6,577,413,136
|
IssuesEvent
|
2017-09-12 00:44:20
|
ansible/ansible-modules-core
|
https://api.github.com/repos/ansible/ansible-modules-core
|
closed
|
apt locale override changes behavior of postgresql install
|
affects_1.9 bug_report waiting_on_maintainer
|
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
apt
##### ANSIBLE VERSION
```
ansible 1.9.5
```
(looking at the commits, I think this is also a problem with the current development version)
##### CONFIGURATION
##### OS / ENVIRONMENT
N/A
##### SUMMARY
Commit 8d6a3b166c87f1182a60f3c1a2f775d05a9666d9 changed the env local overrides before invoking apt from just `LANG = 'C'` to `LANG='C', LC_ALL = 'C', LC_MESSAGES = 'C', LC_CTYPE = 'C',`. This changes the locale with which postgresql initializes the template and system databases (to C, from e.g. en_US.UTF-8).
##### STEPS TO REPRODUCE
Install postgresql-9.1 (only tested with that version) with ansible 1.9.5 using the apt module and a system locale such as `en_US.UTF-8`.
##### EXPECTED RESULTS
```
$ sudo -u postgres psql -U postgres --list
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
(3 rows)
```
##### ACTUAL RESULTS
```
$ sudo -u postgres psql -U postgres --list
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+-----------+---------+-------+-----------------------
postgres | postgres | SQL_ASCII | C | C |
template0 | postgres | SQL_ASCII | C | C | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | SQL_ASCII | C | C | =c/postgres +
| | | | | postgres=CTc/postgres
(3 rows)
```
|
True
|
apt locale override changes behavior of postgresql install - ##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
apt
##### ANSIBLE VERSION
```
ansible 1.9.5
```
(looking at the commits, I think this is also a problem with the current development version)
##### CONFIGURATION
##### OS / ENVIRONMENT
N/A
##### SUMMARY
Commit 8d6a3b166c87f1182a60f3c1a2f775d05a9666d9 changed the env local overrides before invoking apt from just `LANG = 'C'` to `LANG='C', LC_ALL = 'C', LC_MESSAGES = 'C', LC_CTYPE = 'C',`. This changes the locale with which postgresql initializes the template and system databases (to C, from e.g. en_US.UTF-8).
##### STEPS TO REPRODUCE
Install postgresql-9.1 (only tested with that version) with ansible 1.9.5 using the apt module and a system locale such as `en_US.UTF-8`.
##### EXPECTED RESULTS
```
$ sudo -u postgres psql -U postgres --list
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
(3 rows)
```
##### ACTUAL RESULTS
```
$ sudo -u postgres psql -U postgres --list
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+-----------+---------+-------+-----------------------
postgres | postgres | SQL_ASCII | C | C |
template0 | postgres | SQL_ASCII | C | C | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | SQL_ASCII | C | C | =c/postgres +
| | | | | postgres=CTc/postgres
(3 rows)
```
|
main
|
apt locale override changes behavior of postgresql install issue type bug report component name apt ansible version ansible looking at the commits i think this is also a problem with the current development version configuration os environment n a summary commit changed the env local overrides before invoking apt from just lang c to lang c lc all c lc messages c lc ctype c this changes the locale with which postgresql initializes the template and system databases to c from e g en us utf steps to reproduce install postgresql only tested with that version with ansible using the apt module and a system locale such as en us utf expected results sudo u postgres psql u postgres list list of databases name owner encoding collate ctype access privileges postgres postgres en us utf en us utf postgres en us utf en us utf c postgres postgres ctc postgres postgres en us utf en us utf c postgres postgres ctc postgres rows actual results sudo u postgres psql u postgres list list of databases name owner encoding collate ctype access privileges postgres postgres sql ascii c c postgres sql ascii c c c postgres postgres ctc postgres postgres sql ascii c c c postgres postgres ctc postgres rows
| 1
|
42,030
| 12,866,826,404
|
IssuesEvent
|
2020-07-10 05:07:35
|
OSWeekends/recursos.osweekends.com
|
https://api.github.com/repos/OSWeekends/recursos.osweekends.com
|
opened
|
CVE-2020-7662 (High) detected in websocket-extensions-0.1.3.tgz
|
security vulnerability
|
## CVE-2020-7662 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>websocket-extensions-0.1.3.tgz</b></p></summary>
<p>Generic extension manager for WebSocket connections</p>
<p>Library home page: <a href="https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz">https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/recursos.osweekends.com/client/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/recursos.osweekends.com/client/node_modules/websocket-extensions/package.json</p>
<p>
Dependency Hierarchy:
- firebase-4.13.1.tgz (Root Library)
- database-0.2.2.tgz
- faye-websocket-0.11.1.tgz
- websocket-driver-0.7.0.tgz
- :x: **websocket-extensions-0.1.3.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/OSWeekends/recursos.osweekends.com/commit/62d2fd7fb5555001243fa0fa126216413fb99e9f">62d2fd7fb5555001243fa0fa126216413fb99e9f</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>
websocket-extensions npm module prior to 1.0.4 allows Denial of Service (DoS) via Regex Backtracking. The extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two-byte sequence of a backslash and some other character. This could be abused by an attacker to conduct Regex Denial Of Service (ReDoS) on a single-threaded server by providing a malicious payload with the Sec-WebSocket-Extensions header.
<p>Publish Date: 2020-06-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7662>CVE-2020-7662</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7662">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7662</a></p>
<p>Release Date: 2020-06-02</p>
<p>Fix Resolution: websocket-extensions:0.1.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2020-7662 (High) detected in websocket-extensions-0.1.3.tgz - ## CVE-2020-7662 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>websocket-extensions-0.1.3.tgz</b></p></summary>
<p>Generic extension manager for WebSocket connections</p>
<p>Library home page: <a href="https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz">https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/recursos.osweekends.com/client/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/recursos.osweekends.com/client/node_modules/websocket-extensions/package.json</p>
<p>
Dependency Hierarchy:
- firebase-4.13.1.tgz (Root Library)
- database-0.2.2.tgz
- faye-websocket-0.11.1.tgz
- websocket-driver-0.7.0.tgz
- :x: **websocket-extensions-0.1.3.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/OSWeekends/recursos.osweekends.com/commit/62d2fd7fb5555001243fa0fa126216413fb99e9f">62d2fd7fb5555001243fa0fa126216413fb99e9f</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>
websocket-extensions npm module prior to 1.0.4 allows Denial of Service (DoS) via Regex Backtracking. The extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two-byte sequence of a backslash and some other character. This could be abused by an attacker to conduct Regex Denial Of Service (ReDoS) on a single-threaded server by providing a malicious payload with the Sec-WebSocket-Extensions header.
<p>Publish Date: 2020-06-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7662>CVE-2020-7662</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7662">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7662</a></p>
<p>Release Date: 2020-06-02</p>
<p>Fix Resolution: websocket-extensions:0.1.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_main
|
cve high detected in websocket extensions tgz cve high severity vulnerability vulnerable library websocket extensions tgz generic extension manager for websocket connections library home page a href path to dependency file tmp ws scm recursos osweekends com client package json path to vulnerable library tmp ws scm recursos osweekends com client node modules websocket extensions package json dependency hierarchy firebase tgz root library database tgz faye websocket tgz websocket driver tgz x websocket extensions tgz vulnerable library found in head commit a href vulnerability details websocket extensions npm module prior to allows denial of service dos via regex backtracking the extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two byte sequence of a backslash and some other character this could be abused by an attacker to conduct regex denial of service redos on a single threaded server by providing a malicious payload with the sec websocket extensions header 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 websocket extensions step up your open source security game with whitesource
| 0
|
3,864
| 17,063,630,561
|
IssuesEvent
|
2021-07-07 02:51:05
|
OpenLightingProject/ola
|
https://api.github.com/repos/OpenLightingProject/ola
|
closed
|
Stylelint task broken
|
Language-JS Maintainability OpSys-Linux bug
|
See e,g, https://travis-ci.com/github/OpenLightingProject/ola/jobs/520694836
```
Running "stylelint:all" (stylelint) task
[D] Task source: /home/travis/build/OpenLightingProject/ola/javascript/new-src/node_modules/grunt-stylelint/tasks/grunt-stylelint.js
Verifying property stylelint.all exists in config...OK
Files: css/style.css, ../../olad/www/console_values.html, ../../olad/www/landing.html, ../../olad/www/mobile.html, ../../olad/www/ola.html, ../../tools/rdm/static/rdmtests.html, ../../tools/rdm/static/common.css, ../../tools/rdm/static/ui.multiselect.css -> all
Options: (none)
Warning: Unexpected token { Use --force to continue.
```
I've tried various things such as upgrading or downgrading the package versions without success. We've also switched from amd64 to arm64 on Travis, and from .org to .com. I've also tried turning on various debug, but haven't got anymore more useful out of it. :disappointed:
|
True
|
Stylelint task broken - See e,g, https://travis-ci.com/github/OpenLightingProject/ola/jobs/520694836
```
Running "stylelint:all" (stylelint) task
[D] Task source: /home/travis/build/OpenLightingProject/ola/javascript/new-src/node_modules/grunt-stylelint/tasks/grunt-stylelint.js
Verifying property stylelint.all exists in config...OK
Files: css/style.css, ../../olad/www/console_values.html, ../../olad/www/landing.html, ../../olad/www/mobile.html, ../../olad/www/ola.html, ../../tools/rdm/static/rdmtests.html, ../../tools/rdm/static/common.css, ../../tools/rdm/static/ui.multiselect.css -> all
Options: (none)
Warning: Unexpected token { Use --force to continue.
```
I've tried various things such as upgrading or downgrading the package versions without success. We've also switched from amd64 to arm64 on Travis, and from .org to .com. I've also tried turning on various debug, but haven't got anymore more useful out of it. :disappointed:
|
main
|
stylelint task broken see e g running stylelint all stylelint task task source home travis build openlightingproject ola javascript new src node modules grunt stylelint tasks grunt stylelint js verifying property stylelint all exists in config ok files css style css olad www console values html olad www landing html olad www mobile html olad www ola html tools rdm static rdmtests html tools rdm static common css tools rdm static ui multiselect css all options none warning unexpected token use force to continue i ve tried various things such as upgrading or downgrading the package versions without success we ve also switched from to on travis and from org to com i ve also tried turning on various debug but haven t got anymore more useful out of it disappointed
| 1
|
4,647
| 24,075,557,162
|
IssuesEvent
|
2022-09-18 18:56:03
|
tgstation/tgstation
|
https://api.github.com/repos/tgstation/tgstation
|
closed
|
Spurious test failure: Charlie did not teleport to the destination z-level
|
Maintainability/Hinders improvements
|
## Reproduction:
```
Error: Expected 15 to be equal to 5. Charlie did not teleport to the destination z-level. Current location: (129, 126, 15)
FAIL: /datum/unit_test/chain_pull_through_space 0s
REASON #1: Expected 15 to be equal to 5. Charlie did not teleport to the destination z-level. Current location: (129, 126, 15) at code/modules/unit_tests/chain_pull_through_space.dm:54
```
https://github.com/tgstation/tgstation/runs/7851197680?check_suite_focus=true
Fix was already explained at one point (reserving z levels for unit tests, I believe? using ``add_new_zlevel()``), leaving this here for the tracker.
|
True
|
Spurious test failure: Charlie did not teleport to the destination z-level - ## Reproduction:
```
Error: Expected 15 to be equal to 5. Charlie did not teleport to the destination z-level. Current location: (129, 126, 15)
FAIL: /datum/unit_test/chain_pull_through_space 0s
REASON #1: Expected 15 to be equal to 5. Charlie did not teleport to the destination z-level. Current location: (129, 126, 15) at code/modules/unit_tests/chain_pull_through_space.dm:54
```
https://github.com/tgstation/tgstation/runs/7851197680?check_suite_focus=true
Fix was already explained at one point (reserving z levels for unit tests, I believe? using ``add_new_zlevel()``), leaving this here for the tracker.
|
main
|
spurious test failure charlie did not teleport to the destination z level reproduction error expected to be equal to charlie did not teleport to the destination z level current location fail datum unit test chain pull through space reason expected to be equal to charlie did not teleport to the destination z level current location at code modules unit tests chain pull through space dm fix was already explained at one point reserving z levels for unit tests i believe using add new zlevel leaving this here for the tracker
| 1
|
660
| 4,178,370,303
|
IssuesEvent
|
2016-06-22 06:25:11
|
Particular/NServiceBus.NHibernate
|
https://api.github.com/repos/Particular/NServiceBus.NHibernate
|
closed
|
Do not use transport connection for persistence if persistence is configured with different connection string
|
Project: V6 Launch Tag: Maintainer Prio Type: Bug
|
### Background
In V5 we used a dictionary keyed by connection string to get put/get the transport connection. Because of that, if SQL Server transport was configured to use different connection string than NH persistence, there was no sharing of connection.
### Problem
In V6 we use the `TransportTransaction` abstraction so currently if there is a transport SQL connection, NH persistence will use it even if it was configured for a different database.
### Solution
A solution to this problem is early closing of the transport connection.
Suppose we close the connection before invoking the pipeline.
* NHibernate persistence will not see the connection and create its own. If it has the same connection string as SQL transport, there will be no DTC escalation as everything happens within same `TransactionScope`
* SQL server dispatcher will notice it has `TransactionScope` from the transport so it will create a new connection within that same scope when dispatching messages.
Everything should be good and the code should get much simpler.
### Plan of attack
* [x] SQL transport https://github.com/Particular/NServiceBus.SqlServer/pull/252
* [x] NH Persistence https://github.com/Particular/NServiceBus.NHibernate/pull/200
|
True
|
Do not use transport connection for persistence if persistence is configured with different connection string - ### Background
In V5 we used a dictionary keyed by connection string to get put/get the transport connection. Because of that, if SQL Server transport was configured to use different connection string than NH persistence, there was no sharing of connection.
### Problem
In V6 we use the `TransportTransaction` abstraction so currently if there is a transport SQL connection, NH persistence will use it even if it was configured for a different database.
### Solution
A solution to this problem is early closing of the transport connection.
Suppose we close the connection before invoking the pipeline.
* NHibernate persistence will not see the connection and create its own. If it has the same connection string as SQL transport, there will be no DTC escalation as everything happens within same `TransactionScope`
* SQL server dispatcher will notice it has `TransactionScope` from the transport so it will create a new connection within that same scope when dispatching messages.
Everything should be good and the code should get much simpler.
### Plan of attack
* [x] SQL transport https://github.com/Particular/NServiceBus.SqlServer/pull/252
* [x] NH Persistence https://github.com/Particular/NServiceBus.NHibernate/pull/200
|
main
|
do not use transport connection for persistence if persistence is configured with different connection string background in we used a dictionary keyed by connection string to get put get the transport connection because of that if sql server transport was configured to use different connection string than nh persistence there was no sharing of connection problem in we use the transporttransaction abstraction so currently if there is a transport sql connection nh persistence will use it even if it was configured for a different database solution a solution to this problem is early closing of the transport connection suppose we close the connection before invoking the pipeline nhibernate persistence will not see the connection and create its own if it has the same connection string as sql transport there will be no dtc escalation as everything happens within same transactionscope sql server dispatcher will notice it has transactionscope from the transport so it will create a new connection within that same scope when dispatching messages everything should be good and the code should get much simpler plan of attack sql transport nh persistence
| 1
|
478
| 3,754,285,738
|
IssuesEvent
|
2016-03-12 00:11:30
|
backdrop-ops/contrib
|
https://api.github.com/repos/backdrop-ops/contrib
|
closed
|
Contrib group membership request
|
Maintainer application
|
I would like to be considered for contrib membership. I am more of a site builder but do tinker with the modules and have been Technical Reviewing some backdrop books for publication and want to get more involved in the community.
|
True
|
Contrib group membership request - I would like to be considered for contrib membership. I am more of a site builder but do tinker with the modules and have been Technical Reviewing some backdrop books for publication and want to get more involved in the community.
|
main
|
contrib group membership request i would like to be considered for contrib membership i am more of a site builder but do tinker with the modules and have been technical reviewing some backdrop books for publication and want to get more involved in the community
| 1
|
141,455
| 12,968,238,281
|
IssuesEvent
|
2020-07-21 05:16:07
|
jenkins-infra/jenkins.io
|
https://api.github.com/repos/jenkins-infra/jenkins.io
|
opened
|
Migrate or redirect the GitHub Repositories page
|
documentation
|
I have just discovered https://wiki.jenkins.io/display/JENKINS/GitHub+Repositories which contains listing of our GitHub repositories. This listing is auto-generated, but it looks like it is a bit out of date. This page is linked from https://www.jenkins.io/project/governance/
Questions to @MarkEWaite @jenkins-infra/board and other reviewers:
* Do we want to keep this page at all? It looks a bit redundant with all GitHub navigation and plugin site features
* If so, what purpose should it serve?
## Migration notes
* Page to migrate: https://wiki.jenkins.io/display/JENKINS/GitHub+Repositories
* Destination on jenkins.io: TBD
<!-- If there are any considerations to keep in mind during the migration, please add them here -->
## For contributors
* [Wiki Migration Guidelines](https://github.com/jenkins-infra/jenkins.io/blob/master/CONTRIBUTING.adoc#moving-documentation-from-jenkins-wiki)
|
1.0
|
Migrate or redirect the GitHub Repositories page - I have just discovered https://wiki.jenkins.io/display/JENKINS/GitHub+Repositories which contains listing of our GitHub repositories. This listing is auto-generated, but it looks like it is a bit out of date. This page is linked from https://www.jenkins.io/project/governance/
Questions to @MarkEWaite @jenkins-infra/board and other reviewers:
* Do we want to keep this page at all? It looks a bit redundant with all GitHub navigation and plugin site features
* If so, what purpose should it serve?
## Migration notes
* Page to migrate: https://wiki.jenkins.io/display/JENKINS/GitHub+Repositories
* Destination on jenkins.io: TBD
<!-- If there are any considerations to keep in mind during the migration, please add them here -->
## For contributors
* [Wiki Migration Guidelines](https://github.com/jenkins-infra/jenkins.io/blob/master/CONTRIBUTING.adoc#moving-documentation-from-jenkins-wiki)
|
non_main
|
migrate or redirect the github repositories page i have just discovered which contains listing of our github repositories this listing is auto generated but it looks like it is a bit out of date this page is linked from questions to markewaite jenkins infra board and other reviewers do we want to keep this page at all it looks a bit redundant with all github navigation and plugin site features if so what purpose should it serve migration notes page to migrate destination on jenkins io tbd for contributors
| 0
|
2,830
| 10,144,248,231
|
IssuesEvent
|
2019-08-04 19:11:15
|
lrusso96/openstud-rb
|
https://api.github.com/repos/lrusso96/openstud-rb
|
closed
|
Fix "method_complexity" issue in lib/openstud/core/services/bio.rb
|
maintainability
|
Method `info_student!` has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
https://codeclimate.com/github/lrusso96/openstud-rb/lib/openstud/core/services/bio.rb#issue_5d468e4c3407ec000100002a
|
True
|
Fix "method_complexity" issue in lib/openstud/core/services/bio.rb - Method `info_student!` has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
https://codeclimate.com/github/lrusso96/openstud-rb/lib/openstud/core/services/bio.rb#issue_5d468e4c3407ec000100002a
|
main
|
fix method complexity issue in lib openstud core services bio rb method info student has a cognitive complexity of exceeds allowed consider refactoring
| 1
|
6,267
| 9,221,763,958
|
IssuesEvent
|
2019-03-11 20:50:02
|
w3c/webauthn
|
https://api.github.com/repos/w3c/webauthn
|
closed
|
update -webauthn-registries Internet-Draft to cause IANA registration of WebAuthn attestation and extension identifiers
|
spec:webauthn-registries type:editorial type:process
|
update the [draft-hodges-webauthn-registries](https://datatracker.ietf.org/doc/draft-hodges-webauthn-registries/) Internet-Draft to cause [IANA](https://www.iana.org/) registration of [WebAuthn Attestation Statement Format Identifiers](https://w3c.github.io/webauthn/#sctn-att-fmt-reg) and [WebAuthn Extension Identifiers](https://w3c.github.io/webauthn/#sctn-extensions-reg), when said registries are created.
|
1.0
|
update -webauthn-registries Internet-Draft to cause IANA registration of WebAuthn attestation and extension identifiers - update the [draft-hodges-webauthn-registries](https://datatracker.ietf.org/doc/draft-hodges-webauthn-registries/) Internet-Draft to cause [IANA](https://www.iana.org/) registration of [WebAuthn Attestation Statement Format Identifiers](https://w3c.github.io/webauthn/#sctn-att-fmt-reg) and [WebAuthn Extension Identifiers](https://w3c.github.io/webauthn/#sctn-extensions-reg), when said registries are created.
|
non_main
|
update webauthn registries internet draft to cause iana registration of webauthn attestation and extension identifiers update the internet draft to cause registration of and when said registries are created
| 0
|
4,973
| 25,544,950,529
|
IssuesEvent
|
2022-11-29 17:59:35
|
aws/serverless-application-model
|
https://api.github.com/repos/aws/serverless-application-model
|
closed
|
Create a policy template for AWS Step Functions synchronous (.sync[:2]) state machine execution
|
area/policy-templates type/feature maintainer/need-response
|
**Description:**
Currently, the only policy template for starting an execution of an AWS Step Functions state machine is _StepFunctionsExecutionPolicy_ via the "request/response" model. To start an execution of a state machine with the "Run a Job" (.sync) model requires additional permissions.
This means that users, especially those creating nested workflows, must handcraft IAM roles when executing state machines synchronously.
I am submitting a PR separately which contains a proposed _StepFunctionsSyncExecutionPolicy_ template with the additional required permissions per the [Step Functions documentation](https://docs.aws.amazon.com/step-functions/latest/dg/stepfunctions-iam.html).
|
True
|
Create a policy template for AWS Step Functions synchronous (.sync[:2]) state machine execution - **Description:**
Currently, the only policy template for starting an execution of an AWS Step Functions state machine is _StepFunctionsExecutionPolicy_ via the "request/response" model. To start an execution of a state machine with the "Run a Job" (.sync) model requires additional permissions.
This means that users, especially those creating nested workflows, must handcraft IAM roles when executing state machines synchronously.
I am submitting a PR separately which contains a proposed _StepFunctionsSyncExecutionPolicy_ template with the additional required permissions per the [Step Functions documentation](https://docs.aws.amazon.com/step-functions/latest/dg/stepfunctions-iam.html).
|
main
|
create a policy template for aws step functions synchronous sync state machine execution description currently the only policy template for starting an execution of an aws step functions state machine is stepfunctionsexecutionpolicy via the request response model to start an execution of a state machine with the run a job sync model requires additional permissions this means that users especially those creating nested workflows must handcraft iam roles when executing state machines synchronously i am submitting a pr separately which contains a proposed stepfunctionssyncexecutionpolicy template with the additional required permissions per the
| 1
|
131,849
| 18,417,573,257
|
IssuesEvent
|
2021-10-13 13:07:05
|
azavea/echo-locator
|
https://api.github.com/repos/azavea/echo-locator
|
opened
|
Change logo
|
design
|
Switch to the new ECHO logo.
@stephwall I recall that BHA said they'd send us their logo files for us to choose the appropriate one, have they done that?
|
1.0
|
Change logo - Switch to the new ECHO logo.
@stephwall I recall that BHA said they'd send us their logo files for us to choose the appropriate one, have they done that?
|
non_main
|
change logo switch to the new echo logo stephwall i recall that bha said they d send us their logo files for us to choose the appropriate one have they done that
| 0
|
473,121
| 13,637,144,154
|
IssuesEvent
|
2020-09-25 07:19:35
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
mobile.twitter.com - "Could not finish the request" error after signing into Twitter account
|
browser-fenix engine-gecko ml-needsdiagnosis-false priority-critical priority-normal severity-important
|
<!-- @browser: Firefox Mobile 82.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:82.0) Gecko/82.0 Firefox/82.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/58640 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://mobile.twitter.com/home
**Browser / Version**: Firefox Mobile 82.0
**Operating System**: Android
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: "Could not finish the request" error with no additional explanation
**Steps to Reproduce**:
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/9/744e08ee-2312-4fa8-8fce-a64507cd331d.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200918094500</li><li>channel: nightly</li><li>hasTouchScreen: true</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
2.0
|
mobile.twitter.com - "Could not finish the request" error after signing into Twitter account - <!-- @browser: Firefox Mobile 82.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:82.0) Gecko/82.0 Firefox/82.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/58640 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://mobile.twitter.com/home
**Browser / Version**: Firefox Mobile 82.0
**Operating System**: Android
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: "Could not finish the request" error with no additional explanation
**Steps to Reproduce**:
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/9/744e08ee-2312-4fa8-8fce-a64507cd331d.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200918094500</li><li>channel: nightly</li><li>hasTouchScreen: true</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
non_main
|
mobile twitter com could not finish the request error after signing into twitter account url browser version firefox mobile operating system android tested another browser no problem type something else description could not finish the request error with no additional explanation steps to reproduce view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true from with ❤️
| 0
|
3,335
| 12,947,835,480
|
IssuesEvent
|
2020-07-19 01:24:49
|
Kashdeya/Tiny-Progressions
|
https://api.github.com/repos/Kashdeya/Tiny-Progressions
|
closed
|
Wub hammer crashes server (3.3.34)
|
Version not Maintainted
|
TP version: tinyprogressions-1.12.2-3.3.34.jar
Forge version: 13.23.5.2854
When mining a 3X3 area with Wub hammer, it works fine. but when using oreexcavation, it cashes the server?
An other user says the same thing crashed his Client,
[crash-2020-06-22_18.08.02-server.txt](https://github.com/Kashdeya/Tiny-Progressions/files/4814440/crash-2020-06-22_18.08.02-server.txt)
Hope you can help :)
|
True
|
Wub hammer crashes server (3.3.34) - TP version: tinyprogressions-1.12.2-3.3.34.jar
Forge version: 13.23.5.2854
When mining a 3X3 area with Wub hammer, it works fine. but when using oreexcavation, it cashes the server?
An other user says the same thing crashed his Client,
[crash-2020-06-22_18.08.02-server.txt](https://github.com/Kashdeya/Tiny-Progressions/files/4814440/crash-2020-06-22_18.08.02-server.txt)
Hope you can help :)
|
main
|
wub hammer crashes server tp version tinyprogressions jar forge version when mining a area with wub hammer it works fine but when using oreexcavation it cashes the server an other user says the same thing crashed his client hope you can help
| 1
|
8,566
| 23,019,572,358
|
IssuesEvent
|
2022-07-22 02:46:26
|
facebook/react-native
|
https://api.github.com/repos/facebook/react-native
|
opened
|
[iOS] Unable to archive & export build with bundled Hermes with mismatched Clang versions
|
Needs: Triage :mag: Type: New Architecture
|
### Description
When using the bundled hermes engine for iOS, an error occurs when attempting to archive and export a release build through `xcodebuild`. The issue appears to be caused by a mismatch between the clang version used to compile the hermes engine extracted from the tarball, and the clang version used to build the app itself (host machine).
Below is the relevant error message from the xcodebuild output
```sh
Command took 0 seconds
Clang: cd /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tempsduxy68_
['/Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-cc1', '-triple', 'arm64-apple-ios11.0.0', '-emit-obj', '--mrelax-relocations', '-disable-llvm-passes', '-target-sdk-version=15.4', '-fvisibility-inlines-hidden-static-local-var', '-target-abi', 'darwinpcs', '-O3', '-x', 'ir', '117', '-o', '117.o']
-= Output =-
error: Invalid value (Producer: 'APPLE_1_1316.0.21.2.3_0' Reader: 'LLVM APPLE_1_1300.0.29.30_0')
1 error generated.
Exited with 1
```
Specifically the thing of note is hermes is produced with a clang version of 13.1.6, and the react native app is being built with a clang version of 13.0.0
In my case I am on macOS 11 which has a max supported XCode version of 13.2.1 (clang 13.0.0)
I haven't tested if this only errors when using a clang version less than hermes (i.e. clang 14.x may work fine as its a higher version)
### Version
0.69.2
### Output of `npx react-native info`
System:
OS: macOS 11.6.7
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 1.35 GB / 32.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 14.19.0 - ~/.nvm/versions/node/v14.19.0/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 6.14.16 - ~/.nvm/versions/node/v14.19.0/bin/npm
Watchman: 2022.07.04.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/lib/ruby/gems/2.7.0/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3
Android SDK:
API Levels: 29, 30, 31, 32
Build Tools: 29.0.3, 30.0.2, 30.0.3, 31.0.0
System Images: android-29 | Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom_64, android-29 | Google Play Intel x86 Atom_64, android-30 | Google APIs Intel x86 Atom_64
Android NDK: Not Found
IDEs:
Android Studio: Not Found
Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild
Languages:
Java: 11.0.15 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.0.0 => 18.0.0
react-native: 0.69.2 => 0.69.2
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
### Steps to reproduce
* Enable hermes on a RN 0.69.x project
* Ensure you have XCode <= 13.2.1 (or Clang < 13.1.6)
* Ensure codesign is setup
* Attempt to archive and export a release build using xcodebuild
### Snack, code example, screenshot, or link to a repository
Can use create-react-native-app or react-native init and setup codesigning to be able to produce an archive and export
|
1.0
|
[iOS] Unable to archive & export build with bundled Hermes with mismatched Clang versions - ### Description
When using the bundled hermes engine for iOS, an error occurs when attempting to archive and export a release build through `xcodebuild`. The issue appears to be caused by a mismatch between the clang version used to compile the hermes engine extracted from the tarball, and the clang version used to build the app itself (host machine).
Below is the relevant error message from the xcodebuild output
```sh
Command took 0 seconds
Clang: cd /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tempsduxy68_
['/Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-cc1', '-triple', 'arm64-apple-ios11.0.0', '-emit-obj', '--mrelax-relocations', '-disable-llvm-passes', '-target-sdk-version=15.4', '-fvisibility-inlines-hidden-static-local-var', '-target-abi', 'darwinpcs', '-O3', '-x', 'ir', '117', '-o', '117.o']
-= Output =-
error: Invalid value (Producer: 'APPLE_1_1316.0.21.2.3_0' Reader: 'LLVM APPLE_1_1300.0.29.30_0')
1 error generated.
Exited with 1
```
Specifically the thing of note is hermes is produced with a clang version of 13.1.6, and the react native app is being built with a clang version of 13.0.0
In my case I am on macOS 11 which has a max supported XCode version of 13.2.1 (clang 13.0.0)
I haven't tested if this only errors when using a clang version less than hermes (i.e. clang 14.x may work fine as its a higher version)
### Version
0.69.2
### Output of `npx react-native info`
System:
OS: macOS 11.6.7
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 1.35 GB / 32.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 14.19.0 - ~/.nvm/versions/node/v14.19.0/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 6.14.16 - ~/.nvm/versions/node/v14.19.0/bin/npm
Watchman: 2022.07.04.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/lib/ruby/gems/2.7.0/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3
Android SDK:
API Levels: 29, 30, 31, 32
Build Tools: 29.0.3, 30.0.2, 30.0.3, 31.0.0
System Images: android-29 | Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom_64, android-29 | Google Play Intel x86 Atom_64, android-30 | Google APIs Intel x86 Atom_64
Android NDK: Not Found
IDEs:
Android Studio: Not Found
Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild
Languages:
Java: 11.0.15 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.0.0 => 18.0.0
react-native: 0.69.2 => 0.69.2
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
### Steps to reproduce
* Enable hermes on a RN 0.69.x project
* Ensure you have XCode <= 13.2.1 (or Clang < 13.1.6)
* Ensure codesign is setup
* Attempt to archive and export a release build using xcodebuild
### Snack, code example, screenshot, or link to a repository
Can use create-react-native-app or react-native init and setup codesigning to be able to produce an archive and export
|
non_main
|
unable to archive export build with bundled hermes with mismatched clang versions description when using the bundled hermes engine for ios an error occurs when attempting to archive and export a release build through xcodebuild the issue appears to be caused by a mismatch between the clang version used to compile the hermes engine extracted from the tarball and the clang version used to build the app itself host machine below is the relevant error message from the xcodebuild output sh command took seconds clang cd var folders n t output error invalid value producer apple reader llvm apple error generated exited with specifically the thing of note is hermes is produced with a clang version of and the react native app is being built with a clang version of in my case i am on macos which has a max supported xcode version of clang i haven t tested if this only errors when using a clang version less than hermes i e clang x may work fine as its a higher version version output of npx react native info system os macos cpu intel r core tm cpu memory gb gb shell bin zsh binaries node nvm versions node bin node yarn usr local bin yarn npm nvm versions node bin npm watchman usr local bin watchman managers cocoapods usr local lib ruby gems bin pod sdks ios sdk platforms driverkit ios macos tvos watchos android sdk api levels build tools system images android intel atom android google apis intel atom android google play intel atom android google apis intel atom android ndk not found ides android studio not found xcode usr bin xcodebuild languages java usr bin javac npmpackages react native community cli not found react react native react native macos not found npmglobalpackages react native not found steps to reproduce enable hermes on a rn x project ensure you have xcode or clang ensure codesign is setup attempt to archive and export a release build using xcodebuild snack code example screenshot or link to a repository can use create react native app or react native init and setup codesigning to be able to produce an archive and export
| 0
|
341,269
| 10,291,644,081
|
IssuesEvent
|
2019-08-27 14:56:51
|
UniStuttgart-VISUS/megamol
|
https://api.github.com/repos/UniStuttgart-VISUS/megamol
|
opened
|
Add generic DeferredShading Module for chained rendering
|
coding_day enhancement feature request priority
|
Add a Renderer Module Features Deferred Shading, i.e. binds a G-Buffer before calling the render chain and computes lighting (or screenspace effects) afterwards.
|
1.0
|
Add generic DeferredShading Module for chained rendering - Add a Renderer Module Features Deferred Shading, i.e. binds a G-Buffer before calling the render chain and computes lighting (or screenspace effects) afterwards.
|
non_main
|
add generic deferredshading module for chained rendering add a renderer module features deferred shading i e binds a g buffer before calling the render chain and computes lighting or screenspace effects afterwards
| 0
|
5,286
| 26,702,657,416
|
IssuesEvent
|
2023-01-27 15:33:18
|
carbon-design-system/carbon
|
https://api.github.com/repos/carbon-design-system/carbon
|
closed
|
performance of large dropdown lists using carbon/react
|
type: question ❓ status: waiting for maintainer response 💬
|
We are finding significant performance issues using the dropdown component with large items array of say a few thousand items. The carbon/react implementation is using downshift and [the downshift docs provide an example using the useSelect hook along with the react-virtual library](https://www.downshift-js.com/use-select/#virtualizing-items-with-react-virtual) to handle large lists in a dropdown component. I can't see any of that utililsed by carbon/react though and wondered if there was another way I should be handling large data sets for dropdown lists to improve performance?
|
True
|
performance of large dropdown lists using carbon/react - We are finding significant performance issues using the dropdown component with large items array of say a few thousand items. The carbon/react implementation is using downshift and [the downshift docs provide an example using the useSelect hook along with the react-virtual library](https://www.downshift-js.com/use-select/#virtualizing-items-with-react-virtual) to handle large lists in a dropdown component. I can't see any of that utililsed by carbon/react though and wondered if there was another way I should be handling large data sets for dropdown lists to improve performance?
|
main
|
performance of large dropdown lists using carbon react we are finding significant performance issues using the dropdown component with large items array of say a few thousand items the carbon react implementation is using downshift and to handle large lists in a dropdown component i can t see any of that utililsed by carbon react though and wondered if there was another way i should be handling large data sets for dropdown lists to improve performance
| 1
|
3,798
| 16,328,869,621
|
IssuesEvent
|
2021-05-12 06:30:58
|
NixOS/nixpkgs
|
https://api.github.com/repos/NixOS/nixpkgs
|
opened
|
ldgallery-viewer: build fails on Darwin
|
0.kind: bug 11.by: package-maintainer 6.topic: darwin 6.topic: nodejs
|
The build of the [ldgallery-viewer package] seems to fail on Darwin.
This seems to be due to a missing native dependency only for that platform.
[ldgallery-viewer package]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/graphics/ldgallery/viewer/default.nix
[Build log on Hydra](https://nix-cache.s3.amazonaws.com/log/76jdsjmfnnddvi5l1qwmfkr2547d5pd1-node_ldgallery-viewer-2.0.0.drv):
```
trying to install from sub 'node_module' directory, skipping Git hooks installation
...............] \ : info lifecycle yorkie@2.0.0~install: yorkie@2.0.0[0m
> ejs@2.7.4 postinstall /nix/store/rfhp2asjaf6m6qhk713dkl59wihm8mpz-node_ldgallery-viewer-2.0.0/lib/node_modules/ldgallery-viewer/node_modules/ejs
> node ./postinstall.js
Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
...............] \ : info lifecycle ejs@2.7.4~postinstall: ejs@2.7.4[0m
> fsevents@1.2.12 install /nix/store/rfhp2asjaf6m6qhk713dkl59wihm8mpz-node_ldgallery-viewer-2.0.0/lib/node_modules/ldgallery-viewer/node_modules/fsevents
> node-gyp rebuild
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.
No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'.
No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'.
make: Entering directory '/nix/store/rfhp2asjaf6m6qhk713dkl59wihm8mpz-node_ldgallery-viewer-2.0.0/lib/node_modules/ldgallery-viewer/node_modules/fsevents/build'
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
../fsevents.cc:10:10: fatal error: 'CoreServices/CoreServices.h' file not found
#include "CoreServices/CoreServices.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [fse.target.mk:127: Release/obj.target/fse/fsevents.o] Error 1
make: Leaving directory '/nix/store/rfhp2asjaf6m6qhk713dkl59wihm8mpz-node_ldgallery-viewer-2.0.0/lib/node_modules/ldgallery-viewer/node_modules/fsevents/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/nix/store/a23q52llhd17vyp7n9rd256jm9xljm5g-nodejs-12.22.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:314:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
gyp ERR! System Darwin 17.7.0
gyp ERR! command "/nix/store/a23q52llhd17vyp7n9rd256jm9xljm5g-nodejs-12.22.1/bin/node" "/nix/store/a23q52llhd17vyp7n9rd256jm9xljm5g-nodejs-12.22.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /nix/store/rfhp2asjaf6m6qhk713dkl59wihm8mpz-node_ldgallery-viewer-2.0.0/lib/node_modules/ldgallery-viewer/node_modules/fsevents
gyp ERR! node -v v12.22.1
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fsevents@1.2.12 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fsevents@1.2.12 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /private/tmp/nix-build-node_ldgallery-viewer-2.0.0.drv-0/.npm/_logs/2021-05-09T16_23_02_686Z-debug.log
builder for '/nix/store/76jdsjmfnnddvi5l1qwmfkr2547d5pd1-node_ldgallery-viewer-2.0.0.drv' failed with exit code 1
```
I believe that adding `CoreServices` to the build inputs of the native Node dependencies could solve the issue.
However, I don't have access to any Darwin machine to test that.
Something like:
```patch
diff --git a/pkgs/tools/graphics/ldgallery/viewer/default.nix b/pkgs/tools/graphics/ldgallery/viewer/default.nix
index 9559120069f..3730c9a2dec 100644
--- a/pkgs/tools/graphics/ldgallery/viewer/default.nix
+++ b/pkgs/tools/graphics/ldgallery/viewer/default.nix
@@ -1,4 +1,8 @@
-{ lib, stdenv, fetchFromGitHub, pkgs, nodejs-12_x, pandoc }:
+{ lib, stdenv, fetchFromGitHub, pkgs, nodejs-12_x, pandoc,
+
+ # Darwin-specific
+ CoreServices
+}:
with lib;
@@ -24,6 +28,7 @@ let
nodePkg = nodePackages.package.override {
src = "${sourcePkg}/viewer";
postInstall = "npm run build";
+ buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];
};
in
```
|
True
|
ldgallery-viewer: build fails on Darwin - The build of the [ldgallery-viewer package] seems to fail on Darwin.
This seems to be due to a missing native dependency only for that platform.
[ldgallery-viewer package]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/graphics/ldgallery/viewer/default.nix
[Build log on Hydra](https://nix-cache.s3.amazonaws.com/log/76jdsjmfnnddvi5l1qwmfkr2547d5pd1-node_ldgallery-viewer-2.0.0.drv):
```
trying to install from sub 'node_module' directory, skipping Git hooks installation
...............] \ : info lifecycle yorkie@2.0.0~install: yorkie@2.0.0[0m
> ejs@2.7.4 postinstall /nix/store/rfhp2asjaf6m6qhk713dkl59wihm8mpz-node_ldgallery-viewer-2.0.0/lib/node_modules/ldgallery-viewer/node_modules/ejs
> node ./postinstall.js
Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
...............] \ : info lifecycle ejs@2.7.4~postinstall: ejs@2.7.4[0m
> fsevents@1.2.12 install /nix/store/rfhp2asjaf6m6qhk713dkl59wihm8mpz-node_ldgallery-viewer-2.0.0/lib/node_modules/ldgallery-viewer/node_modules/fsevents
> node-gyp rebuild
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.
No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'.
No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'.
make: Entering directory '/nix/store/rfhp2asjaf6m6qhk713dkl59wihm8mpz-node_ldgallery-viewer-2.0.0/lib/node_modules/ldgallery-viewer/node_modules/fsevents/build'
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
../fsevents.cc:10:10: fatal error: 'CoreServices/CoreServices.h' file not found
#include "CoreServices/CoreServices.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [fse.target.mk:127: Release/obj.target/fse/fsevents.o] Error 1
make: Leaving directory '/nix/store/rfhp2asjaf6m6qhk713dkl59wihm8mpz-node_ldgallery-viewer-2.0.0/lib/node_modules/ldgallery-viewer/node_modules/fsevents/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/nix/store/a23q52llhd17vyp7n9rd256jm9xljm5g-nodejs-12.22.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:314:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
gyp ERR! System Darwin 17.7.0
gyp ERR! command "/nix/store/a23q52llhd17vyp7n9rd256jm9xljm5g-nodejs-12.22.1/bin/node" "/nix/store/a23q52llhd17vyp7n9rd256jm9xljm5g-nodejs-12.22.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /nix/store/rfhp2asjaf6m6qhk713dkl59wihm8mpz-node_ldgallery-viewer-2.0.0/lib/node_modules/ldgallery-viewer/node_modules/fsevents
gyp ERR! node -v v12.22.1
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fsevents@1.2.12 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fsevents@1.2.12 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /private/tmp/nix-build-node_ldgallery-viewer-2.0.0.drv-0/.npm/_logs/2021-05-09T16_23_02_686Z-debug.log
builder for '/nix/store/76jdsjmfnnddvi5l1qwmfkr2547d5pd1-node_ldgallery-viewer-2.0.0.drv' failed with exit code 1
```
I believe that adding `CoreServices` to the build inputs of the native Node dependencies could solve the issue.
However, I don't have access to any Darwin machine to test that.
Something like:
```patch
diff --git a/pkgs/tools/graphics/ldgallery/viewer/default.nix b/pkgs/tools/graphics/ldgallery/viewer/default.nix
index 9559120069f..3730c9a2dec 100644
--- a/pkgs/tools/graphics/ldgallery/viewer/default.nix
+++ b/pkgs/tools/graphics/ldgallery/viewer/default.nix
@@ -1,4 +1,8 @@
-{ lib, stdenv, fetchFromGitHub, pkgs, nodejs-12_x, pandoc }:
+{ lib, stdenv, fetchFromGitHub, pkgs, nodejs-12_x, pandoc,
+
+ # Darwin-specific
+ CoreServices
+}:
with lib;
@@ -24,6 +28,7 @@ let
nodePkg = nodePackages.package.override {
src = "${sourcePkg}/viewer";
postInstall = "npm run build";
+ buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];
};
in
```
|
main
|
ldgallery viewer build fails on darwin the build of the seems to fail on darwin this seems to be due to a missing native dependency only for that platform trying to install from sub node module directory skipping git hooks installation info lifecycle yorkie install yorkie ejs postinstall nix store node ldgallery viewer lib node modules ldgallery viewer node modules ejs node postinstall js thank you for installing ejs built with the jake javascript build tool info lifecycle ejs postinstall ejs fsevents install nix store node ldgallery viewer lib node modules ldgallery viewer node modules fsevents node gyp rebuild no receipt for com apple pkg cltools executables found at no receipt for com apple pkg developertoolsclileo found at no receipt for com apple pkg developertoolscli found at make entering directory nix store node ldgallery viewer lib node modules ldgallery viewer node modules fsevents build solink module target release node cxx target release obj target fse fsevents o fsevents cc fatal error coreservices coreservices h file not found include coreservices coreservices h error generated make error make leaving directory nix store node ldgallery viewer lib node modules ldgallery viewer node modules fsevents build gyp err build error gyp err stack error make failed with exit code gyp err stack at childprocess onexit nix store nodejs lib node modules npm node modules node gyp lib build js gyp err stack at childprocess emit events js gyp err stack at process childprocess handle onexit internal child process js gyp err system darwin gyp err command nix store nodejs bin node nix store nodejs lib node modules npm node modules node gyp bin node gyp js rebuild gyp err cwd nix store node ldgallery viewer lib node modules ldgallery viewer node modules fsevents gyp err node v gyp err node gyp v gyp err not ok npm err code elifecycle npm err errno npm err fsevents install node gyp rebuild npm err exit status npm err npm err failed at the fsevents install script npm err this is probably not a problem with npm there is likely additional logging output above npm err a complete log of this run can be found in npm err private tmp nix build node ldgallery viewer drv npm logs debug log builder for nix store node ldgallery viewer drv failed with exit code i believe that adding coreservices to the build inputs of the native node dependencies could solve the issue however i don t have access to any darwin machine to test that something like patch diff git a pkgs tools graphics ldgallery viewer default nix b pkgs tools graphics ldgallery viewer default nix index a pkgs tools graphics ldgallery viewer default nix b pkgs tools graphics ldgallery viewer default nix lib stdenv fetchfromgithub pkgs nodejs x pandoc lib stdenv fetchfromgithub pkgs nodejs x pandoc darwin specific coreservices with lib let nodepkg nodepackages package override src sourcepkg viewer postinstall npm run build buildinputs lib optionals stdenv isdarwin in
| 1
|
2,152
| 7,476,963,220
|
IssuesEvent
|
2018-04-04 06:27:16
|
RalfKoban/MiKo-Analyzers
|
https://api.github.com/repos/RalfKoban/MiKo-Analyzers
|
closed
|
New created ArgumentException/ArgumentNullException/ArgumentOutOfRangeException shall have correct parameter name
|
Area: analyzer Area: maintainability feature in progress
|
Often, developers throw an ArgumentException and pass the parameter as message argument.
Instead, the parameter should be passed as 2nd arugment.
|
True
|
New created ArgumentException/ArgumentNullException/ArgumentOutOfRangeException shall have correct parameter name - Often, developers throw an ArgumentException and pass the parameter as message argument.
Instead, the parameter should be passed as 2nd arugment.
|
main
|
new created argumentexception argumentnullexception argumentoutofrangeexception shall have correct parameter name often developers throw an argumentexception and pass the parameter as message argument instead the parameter should be passed as arugment
| 1
|
74,989
| 20,596,348,189
|
IssuesEvent
|
2022-03-05 15:07:50
|
libical/libical
|
https://api.github.com/repos/libical/libical
|
closed
|
CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR replace with PROJECT_SOURCE_DIR and PROJECT_BINARY_DIR
|
buildsystem
|
replace CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR and PROJECT_BINARY_DIR
allows easier use of libical as a submodule
|
1.0
|
CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR replace with PROJECT_SOURCE_DIR and PROJECT_BINARY_DIR - replace CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR and PROJECT_BINARY_DIR
allows easier use of libical as a submodule
|
non_main
|
cmake source dir and cmake binary dir replace with project source dir and project binary dir replace cmake source dir and cmake binary dir with project source dir and project binary dir allows easier use of libical as a submodule
| 0
|
831
| 4,468,869,730
|
IssuesEvent
|
2016-08-25 10:57:50
|
Particular/EndToEnd
|
https://api.github.com/repos/Particular/EndToEnd
|
closed
|
RavenDB connectivity issue
|
State: In Progress - Maintainer Prio Type: Bug
|
> No connection could be made because the target machine actively refused it 127.0.0.1:8080
RavenDB is hosted remote. Either the connection string on the build server is incorrect or the RavenDB configuration is initialized incorrectly where it is not using the connection string stored in the ENV vars.
|
True
|
RavenDB connectivity issue -
> No connection could be made because the target machine actively refused it 127.0.0.1:8080
RavenDB is hosted remote. Either the connection string on the build server is incorrect or the RavenDB configuration is initialized incorrectly where it is not using the connection string stored in the ENV vars.
|
main
|
ravendb connectivity issue no connection could be made because the target machine actively refused it ravendb is hosted remote either the connection string on the build server is incorrect or the ravendb configuration is initialized incorrectly where it is not using the connection string stored in the env vars
| 1
|
4,298
| 21,671,496,615
|
IssuesEvent
|
2022-05-08 02:31:43
|
cloverhearts/quilljs-markdown
|
https://api.github.com/repos/cloverhearts/quilljs-markdown
|
closed
|
The markdown syntax for creating a link does not automatically convert into an expected link
|
BUG Saw with Maintainer READY FOR MERGE
|
Step to reproduce:
1. Write (**don't copy paste**) `[here](https://example.com)` inside the editor
2. It does not turn into a link as how the editor works with the original link button
> In the other case, when you undo some steps backward after typing that syntax, it will turn into a link as what is expected.

|
True
|
The markdown syntax for creating a link does not automatically convert into an expected link - Step to reproduce:
1. Write (**don't copy paste**) `[here](https://example.com)` inside the editor
2. It does not turn into a link as how the editor works with the original link button
> In the other case, when you undo some steps backward after typing that syntax, it will turn into a link as what is expected.

|
main
|
the markdown syntax for creating a link does not automatically convert into an expected link step to reproduce write don t copy paste inside the editor it does not turn into a link as how the editor works with the original link button in the other case when you undo some steps backward after typing that syntax it will turn into a link as what is expected
| 1
|
2,129
| 2,586,409,779
|
IssuesEvent
|
2015-02-17 11:21:19
|
UniversalViewer/universalviewer
|
https://api.github.com/repos/UniversalViewer/universalviewer
|
closed
|
Test switching language at view point and not losing place in interface
|
test
|
e.g. More Information still loaded, page and zoom location retained, etc
|
1.0
|
Test switching language at view point and not losing place in interface - e.g. More Information still loaded, page and zoom location retained, etc
|
non_main
|
test switching language at view point and not losing place in interface e g more information still loaded page and zoom location retained etc
| 0
|
92,400
| 11,641,456,311
|
IssuesEvent
|
2020-02-29 02:56:55
|
CrisisCleanup/crisiscleanup-3-web
|
https://api.github.com/repos/CrisisCleanup/crisiscleanup-3-web
|
opened
|
Design: Share/Text Worksites
|
design
|
**Problem**
The "Share" button does not work.
**Solution**
Allow users to send key details about a case to other users or people via SMS.
1. Click the Share button.
2. Modal opens. User can search for other users by name, phone number, or email address.
3. When selected, their phone number is entered into a "Phone Number" section.
4. The phone number may be manually entered or edited.
5. The text message includes the following information:
- Case Number
- Resident Name
- Resident Phone
- Address, City, State, Zip
- Work Types
- "Sent by {user name}, {user phone number}"
**Additional context and instructions**
Add any other context or screenshots about the feature request here.
|
1.0
|
Design: Share/Text Worksites - **Problem**
The "Share" button does not work.
**Solution**
Allow users to send key details about a case to other users or people via SMS.
1. Click the Share button.
2. Modal opens. User can search for other users by name, phone number, or email address.
3. When selected, their phone number is entered into a "Phone Number" section.
4. The phone number may be manually entered or edited.
5. The text message includes the following information:
- Case Number
- Resident Name
- Resident Phone
- Address, City, State, Zip
- Work Types
- "Sent by {user name}, {user phone number}"
**Additional context and instructions**
Add any other context or screenshots about the feature request here.
|
non_main
|
design share text worksites problem the share button does not work solution allow users to send key details about a case to other users or people via sms click the share button modal opens user can search for other users by name phone number or email address when selected their phone number is entered into a phone number section the phone number may be manually entered or edited the text message includes the following information case number resident name resident phone address city state zip work types sent by user name user phone number additional context and instructions add any other context or screenshots about the feature request here
| 0
|
1,897
| 6,577,544,634
|
IssuesEvent
|
2017-09-12 01:39:31
|
ansible/ansible-modules-core
|
https://api.github.com/repos/ansible/ansible-modules-core
|
closed
|
ec2 wait parameter incorrectly claims to only support 'running' state
|
affects_2.3 aws cloud docs_report waiting_on_maintainer
|
##### Issue Type:
- Documentation Report
##### Plugin Name:
ec2
##### Ansible Version:
N/A
##### Summary:
Current documentation for wait parameter says:
> wait for the instance to be 'running' before returning.
Source: https://github.com/ansible/ansible-modules-core/blob/devel/cloud/amazon/ec2.py#L105
The actual code supports waiting for any state. https://github.com/ansible/ansible-modules-core/blob/devel/cloud/amazon/ec2.py#L1308
The actual check is on line 1315
``` python
if i.state == state:
```
##### Steps To Reproduce:
Use documentation as reference when trying to stop an instance and wait for it to stop.
##### Expected Results:
Documentation correctly states that it will wait for instance to be in running or stopped state.
##### Actual Results:
Documentation states and implies that waiting for stopped state is not supported. Reproduced independently by 2 developers in my team, myself included.
|
True
|
ec2 wait parameter incorrectly claims to only support 'running' state - ##### Issue Type:
- Documentation Report
##### Plugin Name:
ec2
##### Ansible Version:
N/A
##### Summary:
Current documentation for wait parameter says:
> wait for the instance to be 'running' before returning.
Source: https://github.com/ansible/ansible-modules-core/blob/devel/cloud/amazon/ec2.py#L105
The actual code supports waiting for any state. https://github.com/ansible/ansible-modules-core/blob/devel/cloud/amazon/ec2.py#L1308
The actual check is on line 1315
``` python
if i.state == state:
```
##### Steps To Reproduce:
Use documentation as reference when trying to stop an instance and wait for it to stop.
##### Expected Results:
Documentation correctly states that it will wait for instance to be in running or stopped state.
##### Actual Results:
Documentation states and implies that waiting for stopped state is not supported. Reproduced independently by 2 developers in my team, myself included.
|
main
|
wait parameter incorrectly claims to only support running state issue type documentation report plugin name ansible version n a summary current documentation for wait parameter says wait for the instance to be running before returning source the actual code supports waiting for any state the actual check is on line python if i state state steps to reproduce use documentation as reference when trying to stop an instance and wait for it to stop expected results documentation correctly states that it will wait for instance to be in running or stopped state actual results documentation states and implies that waiting for stopped state is not supported reproduced independently by developers in my team myself included
| 1
|
56,092
| 6,954,879,189
|
IssuesEvent
|
2017-12-07 04:07:08
|
awslabs/aws-ai-qna-bot
|
https://api.github.com/repos/awslabs/aws-ai-qna-bot
|
opened
|
QnABot Lambda Extension Hooks
|
DesignerUI enhancement HandlerLambda
|
Purpose: Support (a) item navigation and (b) dynamic content in responses through QnABot extension hooks implemented as AWS lambda functions.
Implementation:
1. Content Designer UI supports (optional) selection and assignment of existing Lambda function to any item. Function selection pick list filterable by function name substring or tag.
2. When extension hook function is specified, QnABot handler will call the referenced function, passing as input:
a. full session/intent context (utterance, session attributes, etc.)
b. elasticsearch response containing all fields of all matched items
3. The function will return a response object containing one of the following response types:
a. reply: { <Lex/Alexa response object>}
This gives complete control of bot response to the extension hook function, including voice, text, attachments, and session attributes.
Use cases are many:
- Dynamic responses of all sorts, for example: “When is the next race?”, “Will there be an event tomorrow?”, etc.
- Navigate through ordered items, for example: “Where can I go now?”, “What’s the next topic?”, etc.
- Dynamically look up answers from external sources
- Log and respond to user feedback, eg: “That answer was no good”
- Perform actions, eg: “Email me me a copy of that answer”
- and much more – the possibilities are endless.
b. redirect: { <New question> }
This allows the extension hook function to redirect the QnABot handler to a different item, rather than providing a direct response to the current item.
Use cases:
- Auto navigation through guided content, for example: “Next item please” could redirect QnAbot to automatically query the next question in an ordered list of questions corresponding to a guided curriculum or tour.
4. QnABot handler will
a. passback a ‘reply’ response object from an extension hook to Lex/Alexa
b. reenter handler with a new question contained in a ‘redirect’ response object
5. QnABot handler should also preserve most recent previously asked question + matched item response in a session attribute, so that extension hook functions can access previous Q&A details for feedback logging and navigation purposes.
6. Provide QnABot Lambda Extension hook ‘function blueprints’ to simplify and standardize:
a. Logging of inputs and outputs
b. Normalizing Lex and Alexa request objects
c. Creating Lex and Alexa response objects
|
1.0
|
QnABot Lambda Extension Hooks - Purpose: Support (a) item navigation and (b) dynamic content in responses through QnABot extension hooks implemented as AWS lambda functions.
Implementation:
1. Content Designer UI supports (optional) selection and assignment of existing Lambda function to any item. Function selection pick list filterable by function name substring or tag.
2. When extension hook function is specified, QnABot handler will call the referenced function, passing as input:
a. full session/intent context (utterance, session attributes, etc.)
b. elasticsearch response containing all fields of all matched items
3. The function will return a response object containing one of the following response types:
a. reply: { <Lex/Alexa response object>}
This gives complete control of bot response to the extension hook function, including voice, text, attachments, and session attributes.
Use cases are many:
- Dynamic responses of all sorts, for example: “When is the next race?”, “Will there be an event tomorrow?”, etc.
- Navigate through ordered items, for example: “Where can I go now?”, “What’s the next topic?”, etc.
- Dynamically look up answers from external sources
- Log and respond to user feedback, eg: “That answer was no good”
- Perform actions, eg: “Email me me a copy of that answer”
- and much more – the possibilities are endless.
b. redirect: { <New question> }
This allows the extension hook function to redirect the QnABot handler to a different item, rather than providing a direct response to the current item.
Use cases:
- Auto navigation through guided content, for example: “Next item please” could redirect QnAbot to automatically query the next question in an ordered list of questions corresponding to a guided curriculum or tour.
4. QnABot handler will
a. passback a ‘reply’ response object from an extension hook to Lex/Alexa
b. reenter handler with a new question contained in a ‘redirect’ response object
5. QnABot handler should also preserve most recent previously asked question + matched item response in a session attribute, so that extension hook functions can access previous Q&A details for feedback logging and navigation purposes.
6. Provide QnABot Lambda Extension hook ‘function blueprints’ to simplify and standardize:
a. Logging of inputs and outputs
b. Normalizing Lex and Alexa request objects
c. Creating Lex and Alexa response objects
|
non_main
|
qnabot lambda extension hooks purpose support a item navigation and b dynamic content in responses through qnabot extension hooks implemented as aws lambda functions implementation content designer ui supports optional selection and assignment of existing lambda function to any item function selection pick list filterable by function name substring or tag when extension hook function is specified qnabot handler will call the referenced function passing as input a full session intent context utterance session attributes etc b elasticsearch response containing all fields of all matched items the function will return a response object containing one of the following response types a reply this gives complete control of bot response to the extension hook function including voice text attachments and session attributes use cases are many dynamic responses of all sorts for example “when is the next race ” “will there be an event tomorrow ” etc navigate through ordered items for example “where can i go now ” “what’s the next topic ” etc dynamically look up answers from external sources log and respond to user feedback eg “that answer was no good” perform actions eg “email me me a copy of that answer” and much more – the possibilities are endless b redirect this allows the extension hook function to redirect the qnabot handler to a different item rather than providing a direct response to the current item use cases auto navigation through guided content for example “next item please” could redirect qnabot to automatically query the next question in an ordered list of questions corresponding to a guided curriculum or tour qnabot handler will a passback a ‘reply’ response object from an extension hook to lex alexa b reenter handler with a new question contained in a ‘redirect’ response object qnabot handler should also preserve most recent previously asked question matched item response in a session attribute so that extension hook functions can access previous q a details for feedback logging and navigation purposes provide qnabot lambda extension hook ‘function blueprints’ to simplify and standardize a logging of inputs and outputs b normalizing lex and alexa request objects c creating lex and alexa response objects
| 0
|
9,920
| 3,984,411,191
|
IssuesEvent
|
2016-05-07 05:26:20
|
StartupAPI/users
|
https://api.github.com/repos/StartupAPI/users
|
closed
|
[Insight] Unused method, property, variable or parameter - in modules/google_oauth/index.php, line 98
|
Code cleanup
|
**[in modules/google_oauth/index.php, line 98](https://github.com/StartupAPI/users/blob/e5ccc8bac2b16d470dd505b43630adf2fd8eb4ed/modules/google_oauth/index.php#L98)**
> This `self_url` local variable is declared but never used. You should remove it.
```php
public function getIdentity($oauth_user_id) {
// get meetup user id
$request = new OAuthRequester('https://www.google.com/m8/feeds/groups/default/thin', 'GET');
$result = $request->doRequest($oauth_user_id);
$self_url = null;
if ($result['code'] == 200) {
$raw_xml = $result['body'];
$xml = new SimpleXMLElement($raw_xml);
```
---------------------
_Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/27d25d75-36a5-418a-a7f5-78162c01df10/analyses/1?status=violations)_
|
1.0
|
[Insight] Unused method, property, variable or parameter - in modules/google_oauth/index.php, line 98 - **[in modules/google_oauth/index.php, line 98](https://github.com/StartupAPI/users/blob/e5ccc8bac2b16d470dd505b43630adf2fd8eb4ed/modules/google_oauth/index.php#L98)**
> This `self_url` local variable is declared but never used. You should remove it.
```php
public function getIdentity($oauth_user_id) {
// get meetup user id
$request = new OAuthRequester('https://www.google.com/m8/feeds/groups/default/thin', 'GET');
$result = $request->doRequest($oauth_user_id);
$self_url = null;
if ($result['code'] == 200) {
$raw_xml = $result['body'];
$xml = new SimpleXMLElement($raw_xml);
```
---------------------
_Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/27d25d75-36a5-418a-a7f5-78162c01df10/analyses/1?status=violations)_
|
non_main
|
unused method property variable or parameter in modules google oauth index php line this self url local variable is declared but never used you should remove it php public function getidentity oauth user id get meetup user id request new oauthrequester get result request dorequest oauth user id self url null if result raw xml result xml new simplexmlelement raw xml posted from
| 0
|
3,857
| 17,019,954,941
|
IssuesEvent
|
2021-07-02 17:16:23
|
obs-websocket-community-projects/obs-websocket-java
|
https://api.github.com/repos/obs-websocket-community-projects/obs-websocket-java
|
closed
|
Core: Move onReady and onDisconnect from Remote to Controller + Add new Controller Lifecycle Callbacks
|
5.X.X Support maintainability work in progress
|
As it is now, the onReady and onDisconnect callbacks are in the RemoteController.
This doesn't make sense for several reasons:
- onReady shouldn't be called until onIdentified has been called in Communicator.
- onDisconnect shouldn't be called until onClose has been called in Communicator.
- In both cases above, as it is now due to thread timing onReady may likely be called before onIdentifed, or onDisconnect may be called before onClose
Rather than coming up with a complex structure change to send callbacks back through the communicator to the controller, it would be simpler (and more correct) to move these callbacks into the Communicator--closest to their source.
We should instead add onStartRequested, onStarting, onStopRequested, onStopping, and onIgnored as lifecycle callbacks in the controller; e.g. for cases where a start is requested while already starting, or a stop is requested while stopped.
So, on CommunicatorListener we'd have:
onConnect
onHello
onIdentified
onReady
onClose (reminder: auth failures happen here; OBS Websockets closes the connection with an error code)
onDisconnect
onError (for connector errors...NPEs, or possibly serialization/deserialization problems)
And on RemoteListener we'd only have:
onStartRequested (new/recommended)
onStarting (new/recommended)
onStopRequested (new/recommended)
onStopping (new/recommended)
onIgnored (new/recommended)
onError (for controller errors...Obs unreachable, or unexpected Jetty WebSocketClient exceptions)
These changes should enable fixing #34 , but that will be done in a separate body of work.
|
True
|
Core: Move onReady and onDisconnect from Remote to Controller + Add new Controller Lifecycle Callbacks - As it is now, the onReady and onDisconnect callbacks are in the RemoteController.
This doesn't make sense for several reasons:
- onReady shouldn't be called until onIdentified has been called in Communicator.
- onDisconnect shouldn't be called until onClose has been called in Communicator.
- In both cases above, as it is now due to thread timing onReady may likely be called before onIdentifed, or onDisconnect may be called before onClose
Rather than coming up with a complex structure change to send callbacks back through the communicator to the controller, it would be simpler (and more correct) to move these callbacks into the Communicator--closest to their source.
We should instead add onStartRequested, onStarting, onStopRequested, onStopping, and onIgnored as lifecycle callbacks in the controller; e.g. for cases where a start is requested while already starting, or a stop is requested while stopped.
So, on CommunicatorListener we'd have:
onConnect
onHello
onIdentified
onReady
onClose (reminder: auth failures happen here; OBS Websockets closes the connection with an error code)
onDisconnect
onError (for connector errors...NPEs, or possibly serialization/deserialization problems)
And on RemoteListener we'd only have:
onStartRequested (new/recommended)
onStarting (new/recommended)
onStopRequested (new/recommended)
onStopping (new/recommended)
onIgnored (new/recommended)
onError (for controller errors...Obs unreachable, or unexpected Jetty WebSocketClient exceptions)
These changes should enable fixing #34 , but that will be done in a separate body of work.
|
main
|
core move onready and ondisconnect from remote to controller add new controller lifecycle callbacks as it is now the onready and ondisconnect callbacks are in the remotecontroller this doesn t make sense for several reasons onready shouldn t be called until onidentified has been called in communicator ondisconnect shouldn t be called until onclose has been called in communicator in both cases above as it is now due to thread timing onready may likely be called before onidentifed or ondisconnect may be called before onclose rather than coming up with a complex structure change to send callbacks back through the communicator to the controller it would be simpler and more correct to move these callbacks into the communicator closest to their source we should instead add onstartrequested onstarting onstoprequested onstopping and onignored as lifecycle callbacks in the controller e g for cases where a start is requested while already starting or a stop is requested while stopped so on communicatorlistener we d have onconnect onhello onidentified onready onclose reminder auth failures happen here obs websockets closes the connection with an error code ondisconnect onerror for connector errors npes or possibly serialization deserialization problems and on remotelistener we d only have onstartrequested new recommended onstarting new recommended onstoprequested new recommended onstopping new recommended onignored new recommended onerror for controller errors obs unreachable or unexpected jetty websocketclient exceptions these changes should enable fixing but that will be done in a separate body of work
| 1
|
3,023
| 11,185,167,572
|
IssuesEvent
|
2019-12-31 22:55:46
|
laminas/laminas-http
|
https://api.github.com/repos/laminas/laminas-http
|
opened
|
Promote HTTP Headers as standalone component
|
Awaiting Maintainer Response Enhancement Question
|
Currently there is a lack of HTTP header builder / parser in the PHP community ecosystem.
I suggest move `Zend\Http\Header` namespace to an standalone component for better reusability.
Actually `zendframework/zend-http` installs 6 packages, 4 direct dependencies + 2 indirect dependencies.
The proposed roadmap is move the subcomponent files to the new repository under the Composer's name of `zendframework/zend-http-headers` and make it a requirement of `zendframework/zend-http`
The following files are excluded from these movement and should be keep in this repo.
- `HeaderLoader` A `Zend\Loader` plugin loader of header files.
- `Headers` A headers collection which is not reusable for PSR-7 interfaces
**BC Breaks**: Generally speaking there is no BC Breaks but Header exceptions won't inherit from `Zend\Header\Exception anymore`
---
Originally posted by @Maks3w at https://github.com/zendframework/zend-http/issues/43
|
True
|
Promote HTTP Headers as standalone component - Currently there is a lack of HTTP header builder / parser in the PHP community ecosystem.
I suggest move `Zend\Http\Header` namespace to an standalone component for better reusability.
Actually `zendframework/zend-http` installs 6 packages, 4 direct dependencies + 2 indirect dependencies.
The proposed roadmap is move the subcomponent files to the new repository under the Composer's name of `zendframework/zend-http-headers` and make it a requirement of `zendframework/zend-http`
The following files are excluded from these movement and should be keep in this repo.
- `HeaderLoader` A `Zend\Loader` plugin loader of header files.
- `Headers` A headers collection which is not reusable for PSR-7 interfaces
**BC Breaks**: Generally speaking there is no BC Breaks but Header exceptions won't inherit from `Zend\Header\Exception anymore`
---
Originally posted by @Maks3w at https://github.com/zendframework/zend-http/issues/43
|
main
|
promote http headers as standalone component currently there is a lack of http header builder parser in the php community ecosystem i suggest move zend http header namespace to an standalone component for better reusability actually zendframework zend http installs packages direct dependencies indirect dependencies the proposed roadmap is move the subcomponent files to the new repository under the composer s name of zendframework zend http headers and make it a requirement of zendframework zend http the following files are excluded from these movement and should be keep in this repo headerloader a zend loader plugin loader of header files headers a headers collection which is not reusable for psr interfaces bc breaks generally speaking there is no bc breaks but header exceptions won t inherit from zend header exception anymore originally posted by at
| 1
|
186,023
| 21,910,353,515
|
IssuesEvent
|
2022-05-21 01:07:55
|
tctc008/WebGoat-develop
|
https://api.github.com/repos/tctc008/WebGoat-develop
|
opened
|
CVE-2022-22978 (High) detected in spring-security-web-5.5.2.jar
|
security vulnerability
|
## CVE-2022-22978 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-security-web-5.5.2.jar</b></p></summary>
<p>Spring Security</p>
<p>Library home page: <a href="https://spring.io/projects/spring-security">https://spring.io/projects/spring-security</a></p>
<p>Path to dependency file: /webgoat-integration-tests/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-web/5.5.2/spring-security-web-5.5.2.jar</p>
<p>
Dependency Hierarchy:
- webwolf-8.2.3-SNAPSHOT.jar (Root Library)
- spring-boot-starter-security-2.5.4.jar
- :x: **spring-security-web-5.5.2.jar** (Vulnerable Library)
<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>
In Spring Security versions 5.5.6 and 5.5.7 and older unsupported versions, RegexRequestMatcher can easily be misconfigured to be bypassed on some servlet containers. Applications using RegexRequestMatcher with `.` in the regular expression are possibly vulnerable to an authorization bypass.
<p>Publish Date: 2022-05-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22978>CVE-2022-22978</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.2</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: 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://tanzu.vmware.com/security/cve-2022-22978">https://tanzu.vmware.com/security/cve-2022-22978</a></p>
<p>Release Date: 2022-05-19</p>
<p>Fix Resolution: org.springframework.security:spring-security-web:5.5.7,5.6.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2022-22978 (High) detected in spring-security-web-5.5.2.jar - ## CVE-2022-22978 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-security-web-5.5.2.jar</b></p></summary>
<p>Spring Security</p>
<p>Library home page: <a href="https://spring.io/projects/spring-security">https://spring.io/projects/spring-security</a></p>
<p>Path to dependency file: /webgoat-integration-tests/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-web/5.5.2/spring-security-web-5.5.2.jar</p>
<p>
Dependency Hierarchy:
- webwolf-8.2.3-SNAPSHOT.jar (Root Library)
- spring-boot-starter-security-2.5.4.jar
- :x: **spring-security-web-5.5.2.jar** (Vulnerable Library)
<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>
In Spring Security versions 5.5.6 and 5.5.7 and older unsupported versions, RegexRequestMatcher can easily be misconfigured to be bypassed on some servlet containers. Applications using RegexRequestMatcher with `.` in the regular expression are possibly vulnerable to an authorization bypass.
<p>Publish Date: 2022-05-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22978>CVE-2022-22978</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.2</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: 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://tanzu.vmware.com/security/cve-2022-22978">https://tanzu.vmware.com/security/cve-2022-22978</a></p>
<p>Release Date: 2022-05-19</p>
<p>Fix Resolution: org.springframework.security:spring-security-web:5.5.7,5.6.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_main
|
cve high detected in spring security web jar cve high severity vulnerability vulnerable library spring security web jar spring security library home page a href path to dependency file webgoat integration tests pom xml path to vulnerable library home wss scanner repository org springframework security spring security web spring security web jar dependency hierarchy webwolf snapshot jar root library spring boot starter security jar x spring security web jar vulnerable library found in base branch main vulnerability details in spring security versions and and older unsupported versions regexrequestmatcher can easily be misconfigured to be bypassed on some servlet containers applications using regexrequestmatcher with in the regular expression are possibly vulnerable to an authorization bypass 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 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 springframework security spring security web step up your open source security game with whitesource
| 0
|
581,192
| 17,287,866,846
|
IssuesEvent
|
2021-07-24 04:27:42
|
CryptoBlades/cryptoblades
|
https://api.github.com/repos/CryptoBlades/cryptoblades
|
closed
|
Combat Screen - Responsive UI for desktop and mobile
|
priority-medium type-frontend
|
Enemy Cards are now overflowing on a 1920x1080 Screen Resolution


|
1.0
|
Combat Screen - Responsive UI for desktop and mobile - Enemy Cards are now overflowing on a 1920x1080 Screen Resolution


|
non_main
|
combat screen responsive ui for desktop and mobile enemy cards are now overflowing on a screen resolution
| 0
|
124,334
| 10,309,066,056
|
IssuesEvent
|
2019-08-29 12:30:39
|
scalableminds/webknossos
|
https://api.github.com/repos/scalableminds/webknossos
|
closed
|
Update screenshots with new 3d-view scalebar
|
testing
|
The nightly tests are failing, because of the new 3d view scalebar, they should be updated.
|
1.0
|
Update screenshots with new 3d-view scalebar - The nightly tests are failing, because of the new 3d view scalebar, they should be updated.
|
non_main
|
update screenshots with new view scalebar the nightly tests are failing because of the new view scalebar they should be updated
| 0
|
402,052
| 11,801,475,513
|
IssuesEvent
|
2020-03-18 19:31:56
|
googlemaps/android-maps-utils
|
https://api.github.com/repos/googlemaps/android-maps-utils
|
opened
|
Define build stages so that deployment only occurs when all tests pass
|
priority: p2 type: feature request
|
**Is your feature request related to a problem? Please describe.**
Whenever a tag is pushed, each build matrix will trigger a deployment resulting in several archives submitted to Sonatype. Only one submission should be done.
E.g.

**Describe the solution you'd like**
We should define [build stages](https://docs.travis-ci.com/user/build-stages) so that deployment only occurs when all tests pass.
**Describe alternatives you've considered**
N/A
|
1.0
|
Define build stages so that deployment only occurs when all tests pass - **Is your feature request related to a problem? Please describe.**
Whenever a tag is pushed, each build matrix will trigger a deployment resulting in several archives submitted to Sonatype. Only one submission should be done.
E.g.

**Describe the solution you'd like**
We should define [build stages](https://docs.travis-ci.com/user/build-stages) so that deployment only occurs when all tests pass.
**Describe alternatives you've considered**
N/A
|
non_main
|
define build stages so that deployment only occurs when all tests pass is your feature request related to a problem please describe whenever a tag is pushed each build matrix will trigger a deployment resulting in several archives submitted to sonatype only one submission should be done e g describe the solution you d like we should define so that deployment only occurs when all tests pass describe alternatives you ve considered n a
| 0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.