Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
764,769
26,816,155,324
IssuesEvent
2023-02-02 04:59:24
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Get Something Random Right in Middle of Screen
Bug Priority-Low (Wish list)
Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html **Describe the bug** <img width="2443" alt="Screen Shot 2023-01-30 at 8 56 59 AM" src="https://user-images.githubusercontent.com/16887896/215556763-6d1f7671-2310-4cef-8ec9-4dc1045ec1c1.png"> Something random right in middle of box. Doesn't move when I change the width of my screen. Just seems odd. **To Reproduce** Go to [Arctos](https://arctos.database.museum/) No something random once I login. **Expected behavior** Perhaps be dynamic and move. **Screenshots** See above. **Data** If this involves external data, attach the __actual__ data that caused the problem. Do not attach a transformation or subset. You may ZIP most formats to attach, or request a Box email address for very large files. **Desktop (please complete the following information):** Chrome. Mac. **Additional context** Add any other context about the problem here. **Priority** Low.
1.0
Get Something Random Right in Middle of Screen - Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html **Describe the bug** <img width="2443" alt="Screen Shot 2023-01-30 at 8 56 59 AM" src="https://user-images.githubusercontent.com/16887896/215556763-6d1f7671-2310-4cef-8ec9-4dc1045ec1c1.png"> Something random right in middle of box. Doesn't move when I change the width of my screen. Just seems odd. **To Reproduce** Go to [Arctos](https://arctos.database.museum/) No something random once I login. **Expected behavior** Perhaps be dynamic and move. **Screenshots** See above. **Data** If this involves external data, attach the __actual__ data that caused the problem. Do not attach a transformation or subset. You may ZIP most formats to attach, or request a Box email address for very large files. **Desktop (please complete the following information):** Chrome. Mac. **Additional context** Add any other context about the problem here. **Priority** Low.
priority
get something random right in middle of screen issue documentation is describe the bug img width alt screen shot at am src something random right in middle of box doesn t move when i change the width of my screen just seems odd to reproduce go to no something random once i login expected behavior perhaps be dynamic and move screenshots see above data if this involves external data attach the actual data that caused the problem do not attach a transformation or subset you may zip most formats to attach or request a box email address for very large files desktop please complete the following information chrome mac additional context add any other context about the problem here priority low
1
153,118
5,877,639,931
IssuesEvent
2017-05-16 00:37:56
yuanxin1997/FYPJ
https://api.github.com/repos/yuanxin1997/FYPJ
closed
UI/UX on profile(my-details)
Enhancement Low Priority
Categorize into different section with two dividers "general" and settings"
1.0
UI/UX on profile(my-details) - Categorize into different section with two dividers "general" and settings"
priority
ui ux on profile my details categorize into different section with two dividers general and settings
1
683,083
23,367,905,979
IssuesEvent
2022-08-10 16:58:29
monarch-initiative/mondo
https://api.github.com/repos/monarch-initiative/mondo
closed
[NTR] new lung terms
New term request low priority effort-XL
On the Mondo call today we met with Matthias Griese- a pulmonary expert and he recommended additions of lung disease terms, outlined in this doc: https://docs.google.com/document/d/1fP9eInb-xFvtuA7rJg-c8JInWA2pmTjy/edit# @laurenechan and I will work on the exposure-related terms together. Matthias' ORCID: https://orcid.org/0000-0003-0113-912X cc @pnrobinson @cmungall
1.0
[NTR] new lung terms - On the Mondo call today we met with Matthias Griese- a pulmonary expert and he recommended additions of lung disease terms, outlined in this doc: https://docs.google.com/document/d/1fP9eInb-xFvtuA7rJg-c8JInWA2pmTjy/edit# @laurenechan and I will work on the exposure-related terms together. Matthias' ORCID: https://orcid.org/0000-0003-0113-912X cc @pnrobinson @cmungall
priority
new lung terms on the mondo call today we met with matthias griese a pulmonary expert and he recommended additions of lung disease terms outlined in this doc laurenechan and i will work on the exposure related terms together matthias orcid cc pnrobinson cmungall
1
210,445
7,189,690,681
IssuesEvent
2018-02-02 14:53:19
joaotavora/yasnippet
https://api.github.com/repos/joaotavora/yasnippet
closed
Add backspace to yas-keymap
feature request low priority
You can delete selected text in a yas snippet using C-d, but not backspace. We should add a function `yas-skip-and-clear-or-delete-backward-char` and bind it to backspace.
1.0
Add backspace to yas-keymap - You can delete selected text in a yas snippet using C-d, but not backspace. We should add a function `yas-skip-and-clear-or-delete-backward-char` and bind it to backspace.
priority
add backspace to yas keymap you can delete selected text in a yas snippet using c d but not backspace we should add a function yas skip and clear or delete backward char and bind it to backspace
1
450,845
13,020,588,042
IssuesEvent
2020-07-27 03:36:25
bazzinotti/snestracker
https://api.github.com/repos/bazzinotti/snestracker
opened
Building Sub-Makefiles
easy enhancement good first issue low priority
Suggested by OPNA! Use ${MAKE} -C instead of make -C 1) make assumes that make can be found on the PATH and that the make that was used to invoke the build is the same one that's found on the PATH, which isn't a safe assumption. ${MAKE} afaict is an automatic variable pointing to the currently running make binary 2) make breaks some metadata that make uses to properly pass on and manage some settings like multithreaded builds ``` bt1cn@pcclu01:/dev/shm/snestracker$ env LANG=C make -j8 make -C snes_driver make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/dev/shm/snestracker/snes_driv ```
1.0
Building Sub-Makefiles - Suggested by OPNA! Use ${MAKE} -C instead of make -C 1) make assumes that make can be found on the PATH and that the make that was used to invoke the build is the same one that's found on the PATH, which isn't a safe assumption. ${MAKE} afaict is an automatic variable pointing to the currently running make binary 2) make breaks some metadata that make uses to properly pass on and manage some settings like multithreaded builds ``` bt1cn@pcclu01:/dev/shm/snestracker$ env LANG=C make -j8 make -C snes_driver make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/dev/shm/snestracker/snes_driv ```
priority
building sub makefiles suggested by opna use make c instead of make c make assumes that make can be found on the path and that the make that was used to invoke the build is the same one that s found on the path which isn t a safe assumption make afaict is an automatic variable pointing to the currently running make binary make breaks some metadata that make uses to properly pass on and manage some settings like multithreaded builds dev shm snestracker env lang c make make c snes driver make warning jobserver unavailable using add to parent make rule make entering directory dev shm snestracker snes driv
1
481,646
13,889,711,012
IssuesEvent
2020-10-19 08:17:24
visual-framework/vf-core
https://api.github.com/repos/visual-framework/vf-core
closed
FEATURE - Add timestamp to compiled assets
Priority: Low Type: Feature
Would be nice to have a timestamp on the compiled CSS and JS files to see when they were last built.
1.0
FEATURE - Add timestamp to compiled assets - Would be nice to have a timestamp on the compiled CSS and JS files to see when they were last built.
priority
feature add timestamp to compiled assets would be nice to have a timestamp on the compiled css and js files to see when they were last built
1
680,889
23,288,546,649
IssuesEvent
2022-08-05 19:25:36
Kong/gateway-operator
https://api.github.com/repos/Kong/gateway-operator
closed
Automated Gateway mTLS
area/feature size/large priority/low
### Problem Statement The `ControlPlane` resource is capable of communicating with the exposed admin api of the `DataPlane` using [mutual TLS (mTLS)](https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/). The purpose of this task is to add automation that creates and manages this mTLS configuration for new instances of the `DataPlane`, and ensures that instances of `ControlPlanes` attached to those `DataPlane` resources can be consumers of those `Secrets` and communicate with the `DataPlane` via the underlying certificates. ### Acceptance Criteria - [ ] when a `DataPlane` resource is created, mTLS credentials are generated for it by the dataplane-controller - [ ] any `Deployments` created for a `DataPlane` resource are automatically configured with the mTLS credentials on their admin API listen server - [ ] when a `ControlPlane` becomes attached to a `DataPlane`, it is configured with the mTLS credentials needed to securely authenticate with the admin API - [ ] when a `ControlPlane` becomes detached from a `DataPlane` the mTLS credentials it had previously are dropped - [ ] when a `DataPlane` resource is deleted, it's mTLS `Secrets` are deleted ### Additional Notes - [ ] TODO comments which linked to this issue are removed once resolved
1.0
Automated Gateway mTLS - ### Problem Statement The `ControlPlane` resource is capable of communicating with the exposed admin api of the `DataPlane` using [mutual TLS (mTLS)](https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/). The purpose of this task is to add automation that creates and manages this mTLS configuration for new instances of the `DataPlane`, and ensures that instances of `ControlPlanes` attached to those `DataPlane` resources can be consumers of those `Secrets` and communicate with the `DataPlane` via the underlying certificates. ### Acceptance Criteria - [ ] when a `DataPlane` resource is created, mTLS credentials are generated for it by the dataplane-controller - [ ] any `Deployments` created for a `DataPlane` resource are automatically configured with the mTLS credentials on their admin API listen server - [ ] when a `ControlPlane` becomes attached to a `DataPlane`, it is configured with the mTLS credentials needed to securely authenticate with the admin API - [ ] when a `ControlPlane` becomes detached from a `DataPlane` the mTLS credentials it had previously are dropped - [ ] when a `DataPlane` resource is deleted, it's mTLS `Secrets` are deleted ### Additional Notes - [ ] TODO comments which linked to this issue are removed once resolved
priority
automated gateway mtls problem statement the controlplane resource is capable of communicating with the exposed admin api of the dataplane using the purpose of this task is to add automation that creates and manages this mtls configuration for new instances of the dataplane and ensures that instances of controlplanes attached to those dataplane resources can be consumers of those secrets and communicate with the dataplane via the underlying certificates acceptance criteria when a dataplane resource is created mtls credentials are generated for it by the dataplane controller any deployments created for a dataplane resource are automatically configured with the mtls credentials on their admin api listen server when a controlplane becomes attached to a dataplane it is configured with the mtls credentials needed to securely authenticate with the admin api when a controlplane becomes detached from a dataplane the mtls credentials it had previously are dropped when a dataplane resource is deleted it s mtls secrets are deleted additional notes todo comments which linked to this issue are removed once resolved
1
455,109
13,111,841,174
IssuesEvent
2020-08-05 00:16:01
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
opened
Schedule enhancements for FY21 | Allow single-day dockets without room assignment
Epic Priority: High Product: caseflow-hearings Stakeholder: BVA Team: Tango 💃
## Description Expand hearing room and day capacity for FY21 schedules to be built, and expanded upon as needs arise. The Board would like to allow single-day dockets without room assignments in order to build: - AMA-only dockets (thus also filling existing dockets with legacy) in order for AVLJs and others to - One-off dockets for extra capacity to alleviate COVID-19 strain The Board would like to expand standard scheduling capacity by: - Adding 5 more hearing rooms - Making the time slots consistent by standardizing to 12 across ROs - Expanding Central Office to have 5 business days instead of 4 Investigate what work needs to be done to remove or introduce new requirements, and work towards these goals. ## Acceptance criteria - [x] Investigate constraints surrounding building single-day dockets #14614 - [x] Investigate adding room and day capacity for FY21 schedule #14769 - [ ] Add 5 hearing rooms to schedule - [ ] Make the time slots consistent / standardize to 12 across ROs - [ ] Make Central Office slots 10 across the board - [ ] Allow individual days with hearing room “none” to schedule Veterans ## Background/context/resources ## Related work #13975
1.0
Schedule enhancements for FY21 | Allow single-day dockets without room assignment - ## Description Expand hearing room and day capacity for FY21 schedules to be built, and expanded upon as needs arise. The Board would like to allow single-day dockets without room assignments in order to build: - AMA-only dockets (thus also filling existing dockets with legacy) in order for AVLJs and others to - One-off dockets for extra capacity to alleviate COVID-19 strain The Board would like to expand standard scheduling capacity by: - Adding 5 more hearing rooms - Making the time slots consistent by standardizing to 12 across ROs - Expanding Central Office to have 5 business days instead of 4 Investigate what work needs to be done to remove or introduce new requirements, and work towards these goals. ## Acceptance criteria - [x] Investigate constraints surrounding building single-day dockets #14614 - [x] Investigate adding room and day capacity for FY21 schedule #14769 - [ ] Add 5 hearing rooms to schedule - [ ] Make the time slots consistent / standardize to 12 across ROs - [ ] Make Central Office slots 10 across the board - [ ] Allow individual days with hearing room “none” to schedule Veterans ## Background/context/resources ## Related work #13975
priority
schedule enhancements for allow single day dockets without room assignment description expand hearing room and day capacity for schedules to be built and expanded upon as needs arise the board would like to allow single day dockets without room assignments in order to build ama only dockets thus also filling existing dockets with legacy in order for avljs and others to one off dockets for extra capacity to alleviate covid strain the board would like to expand standard scheduling capacity by adding more hearing rooms making the time slots consistent by standardizing to across ros expanding central office to have business days instead of investigate what work needs to be done to remove or introduce new requirements and work towards these goals acceptance criteria investigate constraints surrounding building single day dockets investigate adding room and day capacity for schedule add hearing rooms to schedule make the time slots consistent standardize to across ros make central office slots across the board allow individual days with hearing room “none” to schedule veterans background context resources related work
1
523,184
15,174,461,104
IssuesEvent
2021-02-13 18:30:18
iymeko/strategitica
https://api.github.com/repos/iymeko/strategitica
opened
No favicon shown when saved to home screen
enhancement low priority
I see the favicon in the browser normally, but not when you're using Strategitica as a standalone-looking thing that you saved to your home screen. It worked before this was using Github Pages, but not after. Boo.
1.0
No favicon shown when saved to home screen - I see the favicon in the browser normally, but not when you're using Strategitica as a standalone-looking thing that you saved to your home screen. It worked before this was using Github Pages, but not after. Boo.
priority
no favicon shown when saved to home screen i see the favicon in the browser normally but not when you re using strategitica as a standalone looking thing that you saved to your home screen it worked before this was using github pages but not after boo
1
615,626
19,270,742,407
IssuesEvent
2021-12-10 04:51:30
cse110-fall21-group9/Digital-Cookbook-App
https://api.github.com/repos/cse110-fall21-group9/Digital-Cookbook-App
closed
Try adding a manifest.json file to provide a more conventional installation procedure
wontfix CI/CD deployment low priority wishful
https://pwa-workshop.js.org/1-manifest/ This is not very high-priority yet. Issue assignment will occur at a later date.
1.0
Try adding a manifest.json file to provide a more conventional installation procedure - https://pwa-workshop.js.org/1-manifest/ This is not very high-priority yet. Issue assignment will occur at a later date.
priority
try adding a manifest json file to provide a more conventional installation procedure this is not very high priority yet issue assignment will occur at a later date
1
237,740
7,763,744,453
IssuesEvent
2018-06-01 17:41:10
jaws/jaws
https://api.github.com/repos/jaws/jaws
opened
Update slides for annual review in ~August
low priority
I shared with you both the first annual review template. The review will be at UCI in ~August. NASA personnel will be on-site. The template looks almost identical to the interim review from April. Ajay, please start preparing for the annual review by looking for differences between the interim and annual templates. Where they are the same, simply copy our April slide(s) into the August slide deck. Highlight any new slides needed for the annual review. I will update content once it appears in the the August slide deck. Wenshan, presumably you will want to update some of the science slides. Ajay, we should ask for updated financial data two-three weeks before the review (TBD).
1.0
Update slides for annual review in ~August - I shared with you both the first annual review template. The review will be at UCI in ~August. NASA personnel will be on-site. The template looks almost identical to the interim review from April. Ajay, please start preparing for the annual review by looking for differences between the interim and annual templates. Where they are the same, simply copy our April slide(s) into the August slide deck. Highlight any new slides needed for the annual review. I will update content once it appears in the the August slide deck. Wenshan, presumably you will want to update some of the science slides. Ajay, we should ask for updated financial data two-three weeks before the review (TBD).
priority
update slides for annual review in august i shared with you both the first annual review template the review will be at uci in august nasa personnel will be on site the template looks almost identical to the interim review from april ajay please start preparing for the annual review by looking for differences between the interim and annual templates where they are the same simply copy our april slide s into the august slide deck highlight any new slides needed for the annual review i will update content once it appears in the the august slide deck wenshan presumably you will want to update some of the science slides ajay we should ask for updated financial data two three weeks before the review tbd
1
479,014
13,790,017,308
IssuesEvent
2020-10-09 09:46:13
sButtons/sbuttons
https://api.github.com/repos/sButtons/sbuttons
closed
[BUTTON IDEA]: Screen Capture Button
Hacktoberfest Priority: Low button-idea help wanted stale-issue
**1. Name of button**: Screen Capture Button **2. Description**: Button with Camera icon **3. Button Type (Animated, Special, etc...)**: Icon **4. Will you work on it?**: no **submitted by**: @ShrutiJha31
1.0
[BUTTON IDEA]: Screen Capture Button - **1. Name of button**: Screen Capture Button **2. Description**: Button with Camera icon **3. Button Type (Animated, Special, etc...)**: Icon **4. Will you work on it?**: no **submitted by**: @ShrutiJha31
priority
screen capture button name of button screen capture button description button with camera icon button type animated special etc icon will you work on it no submitted by
1
107,243
4,295,589,129
IssuesEvent
2016-07-19 07:49:17
flipdazed/Hybrid-Monte-Carlo
https://api.github.com/repos/flipdazed/Hybrid-Monte-Carlo
opened
Generic Plot Information Banner
Enhancement Low Priority
**Issue** Make all plots look the same for writing up in thesis **Solution** - Add a file `common/common.py` to contain similar attributes that are generically used - Check all the common files and move common pieces to the common file (within `common/` dir)
1.0
Generic Plot Information Banner - **Issue** Make all plots look the same for writing up in thesis **Solution** - Add a file `common/common.py` to contain similar attributes that are generically used - Check all the common files and move common pieces to the common file (within `common/` dir)
priority
generic plot information banner issue make all plots look the same for writing up in thesis solution add a file common common py to contain similar attributes that are generically used check all the common files and move common pieces to the common file within common dir
1
387,627
11,463,699,326
IssuesEvent
2020-02-07 16:29:55
BoiseState-AdaptLab/adapt-lidar-tools
https://api.github.com/repos/BoiseState-AdaptLab/adapt-lidar-tools
opened
Choose a License
Low Priority
We need to actually choose a license. Because we use GSL, [which is licensed under the GPL](https://www.gnu.org/software/gsl/), we will almost surely have to also choose GSL.
1.0
Choose a License - We need to actually choose a license. Because we use GSL, [which is licensed under the GPL](https://www.gnu.org/software/gsl/), we will almost surely have to also choose GSL.
priority
choose a license we need to actually choose a license because we use gsl we will almost surely have to also choose gsl
1
787,015
27,701,852,954
IssuesEvent
2023-03-14 08:37:47
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Bluetooth: Peripheral disconnected with BT_HCI_ERR_LL_RESP_TIMEOUT reason and SMP timeout
bug priority: low area: Bluetooth
**Application flow** 1. There are 4 advertising peripherals which the central connects to them one after another 2. After establishing the connection and the `connected` callback is received, `bt_conn_set_security()` is scheduled to set the connection security level to `BT_SECURITY_L2` though a delayed work queue item 3. MTU is exchanged between the central and connected peripherals **Describe the bug** - 2 of the connected peripherals are disconnected with a disconnect reason 0x08 `BT_HCI_ERR_CONN_TIMEOUT` - SMP timeout occur - **The 4th connected peripheral is disconnected with a disconnect reason 0x22 `BT_HCI_ERR_LL_RESP_TIMEOUT`** **To Reproduce** Steps to reproduce the behavior: 1. Checkout this commit 7284fff6e0735564c89460c0c6183283ff20c3ac 2. Run ~/zephyrproject/zephyr/tests/bluetooth/bsim_bt/bsim_test_conn_stress/tests_scripts/conn_stress.sh **Logs and console output** ``` d_04: @00:00:00.000000 *** Booting Zephyr OS build zephyr-v3.2.0-2825-g3a53a010f3ec *** d_01: @00:00:00.000000 *** Booting Zephyr OS build zephyr-v3.2.0-2825-g3a53a010f3ec *** d_02: @00:00:00.000000 *** Booting Zephyr OS build zephyr-v3.2.0-2825-g3a53a010f3ec *** d_00: @00:00:00.000000 *** Booting Zephyr OS build zephyr-v3.2.0-2901-g630df1aaddbc *** d_03: @00:00:00.000000 *** Booting Zephyr OS build zephyr-v3.2.0-2825-g3a53a010f3ec *** d_04: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002) d_04: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Variant: nRF52x (0x0002) d_04: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 3.2 Build 99 d_00: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002) d_00: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Variant: nRF52x (0x0002) d_02: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002) d_00: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 3.2 Build 99 d_02: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Variant: nRF52x (0x0002) d_02: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 3.2 Build 99 d_04: @00:00:00.000000 [00:00:00.000,000] <wrn> bt_id: bt_read_static_addr: No static addresses stored in controller d_03: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002) d_03: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Variant: nRF52x (0x0002) d_03: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 3.2 Build 99 d_01: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002) d_01: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Variant: nRF52x (0x0002) d_04: @00:00:00.000000 [Peripheral] : Initializing Test d_01: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 3.2 Build 99 d_00: @00:00:00.000000 [00:00:00.000,000] <wrn> bt_id: bt_read_static_addr: No static addresses stored in controller d_02: @00:00:00.000000 [00:00:00.000,000] <wrn> bt_id: bt_read_static_addr: No static addresses stored in controller d_00: @00:00:00.000000 [Central] : Initializing Test d_01: @00:00:00.000000 [00:00:00.000,000] <wrn> bt_id: bt_read_static_addr: No static addresses stored in controller d_02: @00:00:00.000000 [Peripheral] : Initializing Test d_03: @00:00:00.000000 [00:00:00.000,000] <wrn> bt_id: bt_read_static_addr: No static addresses stored in controller d_01: @00:00:00.000000 [Peripheral] : Initializing Test d_03: @00:00:00.000000 [Peripheral] : Initializing Test d_02: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: Identity: DD:D1:7D:F0:5F:33 (random) d_02: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1 d_02: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: LMP: version 5.3 (0x0c) subver 0xffff d_02: @00:00:00.004568 [Peripheral] : Bluetooth initialized d_00: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: Identity: DE:CD:A2:21:EE:22 (random) d_00: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1 d_00: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: LMP: version 5.3 (0x0c) subver 0xffff d_00: @00:00:00.004568 [Central] : Bluetooth initialized d_01: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: Identity: CB:04:A6:15:1F:50 (random) d_01: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1 d_01: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: LMP: version 5.3 (0x0c) subver 0xffff d_01: @00:00:00.004568 [Peripheral] : Bluetooth initialized d_00: @00:00:00.004938 [Central] : Scanning successfully started d_01: @00:00:00.004938 [Peripheral] : Advertising successfully started d_02: @00:00:00.004938 [Peripheral] : Advertising successfully started d_03: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: Identity: F4:7E:23:D3:37:EA (random) d_03: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1 d_03: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: LMP: version 5.3 (0x0c) subver 0xffff d_03: @00:00:00.004568 [Peripheral] : Bluetooth initialized d_04: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: Identity: DD:FA:EA:DB:58:6A (random) d_04: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1 d_04: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: LMP: version 5.3 (0x0c) subver 0xffff d_04: @00:00:00.004568 [Peripheral] : Bluetooth initialized d_04: @00:00:00.004938 [Peripheral] : Advertising successfully started d_03: @00:00:00.004938 [Peripheral] : Advertising successfully started d_00: @00:00:00.007160 [Central] : ------------------------------------------------------ d_00: @00:00:00.007160 [Central] : [DEVICE]: 7A:7C:28:1F:71:40 (random), AD evt type 0, AD data len 3, RSSI -35 d_00: @00:00:00.007160 [Central] : ------------------------------------------------------ d_00: @00:00:00.007916 [Central] : ------------------------------------------------------ d_00: @00:00:00.007916 [Central] : [DEVICE]: 7A:7C:28:1F:71:40 (random), AD evt type 4, AD data len 19, RSSI -35 d_00: @00:00:00.007916 [Central] : ------------------------------------------------------ d_00: @00:00:00.007916 [Central] : Device name : Zephyr Peripheral d_00: @00:00:00.007917 [Central] : Scanning successfully stopped d_00: @00:00:00.007917 [Central] : Connecting to 7A:7C:28:1F:71:40 (random) d_01: @00:00:00.114719 [Peripheral] : Updated MTU: TX: 23 RX: 23 bytes d_01: @00:00:00.114719 [Peripheral] : Connection 0x80d3060 established : 60:5D:FC:C7:1A:F4 (random) d_00: @00:00:00.114716 [Central] : Updated MTU: TX: 23 RX: 23 bytes d_00: @00:00:00.114716 [Central] : Connection 0x80d35c0 established : 7A:7C:28:1F:71:40 (random) d_00: @00:00:00.114716 [Central] : Active connections count : 1 d_00: @00:00:00.114716 [Central] : Peer address 7A:7C:28:1F:71:40 (random) not found, returning index 0 d_00: @00:00:00.114716 [Central] : Connection reference store index 0 d_00: @00:00:00.114716 [Central] : * ********************************************** * d_00: @00:00:00.114716 [Central] : * Scheduling setting security level delayed work * d_00: @00:00:00.114716 [Central] : * ********************************************** * d_00: @00:00:00.369233 [Central] : * ****************** * d_00: @00:00:00.369233 [Central] : * Elapsed time : 260 * d_00: @00:00:00.369233 [Central] : * ****************** * d_00: @00:00:00.369233 [Central] : Setting security level for connection 0x80d35c0 with peer 7A:7C:28:1F:71:40 (random) is set to : 2 d_00: @00:00:00.370441 [Central] : Security level for connection 0x80d35c0 with peer 7A:7C:28:1F:71:40 (random) is set to : 2 d_01: @00:00:00.966046 [Peripheral] : Security for 0x80d3060 changed: 60:5D:FC:C7:1A:F4 (random) level 2 d_01: @00:00:00.977967 [Peripheral] : Discovering peer 60:5D:FC:C7:1A:F4 (random) primary service d_00: @00:00:01.016241 [Central] : Security for conn (0) @ 0x80d35c0 changed: 7A:7C:28:1F:71:40 (random) level 2 d_00: @00:00:01.017904 [Central] : Scanning successfully started d_00: @00:00:01.017904 [Central] : Updating MTU for CB:04:A6:15:1F:50 (random)... d_00: @00:00:01.068725 [Central] : ------------------------------------------------------ d_00: @00:00:01.068725 [Central] : [DEVICE]: 5A:FC:A8:11:BA:57 (random), AD evt type 0, AD data len 3, RSSI -35 d_00: @00:00:01.068725 [Central] : ------------------------------------------------------ d_00: @00:00:01.069481 [Central] : ------------------------------------------------------ d_00: @00:00:01.069481 [Central] : [DEVICE]: 5A:FC:A8:11:BA:57 (random), AD evt type 4, AD data len 19, RSSI -35 d_00: @00:00:01.069481 [Central] : ------------------------------------------------------ d_00: @00:00:01.069481 [Central] : Device name : Zephyr Peripheral d_00: @00:00:01.069482 [Central] : Scanning successfully stopped d_00: @00:00:01.069482 [Central] : Connecting to 5A:FC:A8:11:BA:57 (random) d_01: @00:00:01.166079 [Peripheral] : Primary Service Found d_01: @00:00:01.166511 [Peripheral] : Updated MTU: TX: 247 RX: 247 bytes d_01: @00:00:01.166511 [Peripheral] : Updating MTU succeeded DE:CD:A2:21:EE:22 (random) d_03: @00:00:01.172763 [Peripheral] : Updated MTU: TX: 23 RX: 23 bytes d_03: @00:00:01.172763 [Peripheral] : Connection 0x80d3060 established : 60:5D:FC:C7:1A:F4 (random) d_00: @00:00:01.172770 [Central] : Updated MTU: TX: 23 RX: 23 bytes d_00: @00:00:01.172770 [Central] : Connection 0x80d3678 established : 5A:FC:A8:11:BA:57 (random) d_00: @00:00:01.172770 [Central] : Active connections count : 2 d_00: @00:00:01.172770 [Central] : Peer address 5A:FC:A8:11:BA:57 (random) not found, returning index 1 d_00: @00:00:01.172770 [Central] : Connection reference store index 1 d_00: @00:00:01.172770 [Central] : * ********************************************** * d_00: @00:00:01.172770 [Central] : * Scheduling setting security level delayed work * d_00: @00:00:01.172770 [Central] : * ********************************************** * d_01: @00:00:01.216149 [Peripheral] : Service Characteristic Found d_00: @00:00:01.216387 [Central] : Updated MTU: TX: 247 RX: 247 bytes d_00: @00:00:01.216387 [Central] : MTU exchange addr CB:04:A6:15:1F:50 (random) conn 0 successful d_00: @00:00:01.217469 [Central] : Discovering peer CB:04:A6:15:1F:50 (random) primary service d_01: @00:00:01.316081 [Peripheral] : [SUBSCRIBED] addr DE:CD:A2:21:EE:22 (random) d_00: @00:00:01.316327 [Central] : Primary Service Found d_00: @00:00:01.416381 [Central] : Service Characteristic Found d_00: @00:00:01.427033 [Central] : * ****************** * d_00: @00:00:01.427033 [Central] : * Elapsed time : 260 * d_00: @00:00:01.427033 [Central] : * ****************** * d_00: @00:00:01.427033 [Central] : Setting security level for connection 0x80d3678 with peer 5A:FC:A8:11:BA:57 (random) is set to : 2 d_00: @00:00:01.428241 [Central] : Security level for connection 0x80d3678 with peer 5A:FC:A8:11:BA:57 (random) is set to : 2 d_00: @00:00:01.516277 [Central] : Setting connection store index 0 peer address CB:04:A6:15:1F:50 (random) d_00: @00:00:01.516277 [Central] : [SUBSCRIBED] addr CB:04:A6:15:1F:50 (random) conn 0 d_03: @00:00:01.967212 [Peripheral] : Security for 0x80d3060 changed: 60:5D:FC:C7:1A:F4 (random) level 2 d_03: @00:00:01.975892 [Peripheral] : Discovering peer 60:5D:FC:C7:1A:F4 (random) primary service d_00: @00:00:02.017406 [Central] : Security for conn (1) @ 0x80d3678 changed: 5A:FC:A8:11:BA:57 (random) level 2 d_00: @00:00:02.035787 [Central] : Scanning successfully started d_00: @00:00:02.035787 [Central] : Updating MTU for F4:7E:23:D3:37:EA (random)... d_03: @00:00:02.117243 [Peripheral] : Primary Service Found d_03: @00:00:02.117675 [Peripheral] : Updated MTU: TX: 247 RX: 247 bytes d_03: @00:00:02.117675 [Peripheral] : Updating MTU succeeded DE:CD:A2:21:EE:22 (random) d_03: @00:00:02.167315 [Peripheral] : Service Characteristic Found d_00: @00:00:02.167554 [Central] : Updated MTU: TX: 247 RX: 247 bytes d_00: @00:00:02.167554 [Central] : MTU exchange addr F4:7E:23:D3:37:EA (random) conn 1 successful d_00: @00:00:02.175477 [Central] : Discovering peer F4:7E:23:D3:37:EA (random) primary service d_00: @00:00:02.328378 [Central] : ------------------------------------------------------ d_00: @00:00:02.328378 [Central] : [DEVICE]: 68:11:15:89:AB:56 (random), AD evt type 0, AD data len 3, RSSI -35 d_00: @00:00:02.328378 [Central] : ------------------------------------------------------ d_00: @00:00:02.329134 [Central] : ------------------------------------------------------ d_00: @00:00:02.329134 [Central] : [DEVICE]: 68:11:15:89:AB:56 (random), AD evt type 4, AD data len 19, RSSI -35 d_00: @00:00:02.329134 [Central] : ------------------------------------------------------ d_00: @00:00:02.329134 [Central] : Device name : Zephyr Peripheral d_00: @00:00:02.329135 [Central] : Scanning successfully stopped d_00: @00:00:02.329135 [Central] : Connecting to 68:11:15:89:AB:56 (random) d_03: @00:00:02.417247 [Peripheral] : [SUBSCRIBED] addr DE:CD:A2:21:EE:22 (random) d_00: @00:00:02.417493 [Central] : Primary Service Found d_02: @00:00:02.437900 [Peripheral] : Updated MTU: TX: 23 RX: 23 bytes d_02: @00:00:02.437900 [Peripheral] : Connection 0x80d3060 established : 60:5D:FC:C7:1A:F4 (random) d_00: @00:00:02.437917 [Central] : Updated MTU: TX: 23 RX: 23 bytes d_00: @00:00:02.437917 [Central] : Connection 0x80d3730 established : 68:11:15:89:AB:56 (random) d_00: @00:00:02.437917 [Central] : Active connections count : 3 d_00: @00:00:02.437917 [Central] : Peer address 68:11:15:89:AB:56 (random) not found, returning index 2 d_00: @00:00:02.437917 [Central] : Connection reference store index 2 d_00: @00:00:02.437917 [Central] : * ********************************************** * d_00: @00:00:02.437917 [Central] : * Scheduling setting security level delayed work * d_00: @00:00:02.437917 [Central] : * ********************************************** * d_00: @00:00:02.517546 [Central] : Service Characteristic Found d_00: @00:00:02.694397 [Central] : * ****************** * d_00: @00:00:02.694397 [Central] : * Elapsed time : 260 * d_00: @00:00:02.694397 [Central] : * ****************** * d_00: @00:00:02.694397 [Central] : Setting security level for connection 0x80d3730 with peer 68:11:15:89:AB:56 (random) is set to : 2 d_00: @00:00:02.695605 [Central] : Security level for connection 0x80d3730 with peer 68:11:15:89:AB:56 (random) is set to : 2 d_00: @00:00:06.616822 [Central] : Setting connection store index 1 peer address F4:7E:23:D3:37:EA (random) d_00: @00:00:06.616822 [Central] : [SUBSCRIBED] addr F4:7E:23:D3:37:EA (random) conn 1 d_00: @00:00:06.616822 [Central] : LE conn param req: F4:7E:23:D3:37:EA (random) int (0x0018 (~30 ms), 0x0028 (~50 ms)) lat 0 to 42 d_00: @00:00:06.616822 [Central] : Updating F4:7E:23:D3:37:EA (random)... connection parameters d_00: @00:00:06.616822 [Central] : Updating connection parameters succeeded F4:7E:23:D3:37:EA (random) d_00: @00:00:06.616822 [Central] disconnected:504 : Connection (0) @ 0x80d35c0 with Peer CB:04:A6:15:1F:50 (random) terminated (reason 0x08) d_00: @00:00:06.616822 [00:00:06.616,821] <wrn> bt_att: att_get: Not connected d_00: @00:00:06.616822 [Central] notify_peer:871 : Couldn't send GATT notification conn 0x80d35c0 d_03: @00:00:07.017763 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:0 length 220 cnt 0 d_03: @00:00:07.067219 [Peripheral] : LE conn param updated: DE:CD:A2:21:EE:22 (random) int 0x0028 (~50 ms) lat 0 to 400 d_03: @00:00:07.067719 [Peripheral] : LE conn param req: DE:CD:A2:21:EE:22 (random) int (0x000a (~12 ms), 0x0020 (~40 ms)) lat 0 to 400 d_02: @00:00:07.218372 [Peripheral] : Security for 0x80d3060 changed: 60:5D:FC:C7:1A:F4 (random) level 2 d_02: @00:00:07.224976 [Peripheral] : Discovering peer 60:5D:FC:C7:1A:F4 (random) primary service d_00: @00:00:07.268566 [Central] : Security for conn (2) @ 0x80d3730 changed: 68:11:15:89:AB:56 (random) level 2 d_00: @00:00:08.318610 [Central] : Updating MTU for DD:D1:7D:F0:5F:33 (random)... d_01: @00:00:10.616463 [Peripheral] disconnected:88 : Connection @ 0x80d3060 with Peer DE:CD:A2:21:EE:22 (random) terminated (reason 0x08) d_01: @00:00:10.616463 [00:00:10.616,455] <wrn> bt_att: att_get: Not connected d_01: @00:00:10.616463 [Peripheral] notify_peer:417 : Couldn't send GATT notification conn (nil) d_00: @00:00:12.267532 [Central] : LE conn param updated: F4:7E:23:D3:37:EA (random) int 0x0020 (~40 ms) lat 0 to 400 d_00: @00:00:12.267532 [Central] : LE conn param req: DD:D1:7D:F0:5F:33 (random) int (0x0018 (~30 ms), 0x0028 (~50 ms)) lat 0 to 42 d_00: @00:00:12.267532 [Central] : Updating DD:D1:7D:F0:5F:33 (random)... connection parameters d_00: @00:00:12.267532 [Central] : Updating connection parameters succeeded DD:D1:7D:F0:5F:33 (random) d_00: @00:00:12.267532 [Central] disconnected:504 : Connection (1) @ 0x80d3678 with Peer F4:7E:23:D3:37:EA (random) terminated (reason 0x08) d_03: @00:00:12.267665 [Peripheral] disconnected:88 : Connection @ 0x80d3060 with Peer DE:CD:A2:21:EE:22 (random) terminated (reason 0x08) d_03: @00:00:12.267665 [00:00:12.267,639] <wrn> bt_att: att_get: Not connected d_03: @00:00:12.267665 [Peripheral] notify_peer:417 : Couldn't send GATT notification conn (nil) d_00: @00:00:12.284475 [Central] : Scanning successfully started d_02: @00:00:12.318403 [Peripheral] : Primary Service Found d_02: @00:00:12.318835 [Peripheral] : Updated MTU: TX: 247 RX: 247 bytes d_02: @00:00:12.318835 [Peripheral] : Updating MTU succeeded DE:CD:A2:21:EE:22 (random) d_00: @00:00:12.325428 [Central] : ------------------------------------------------------ d_00: @00:00:12.325428 [Central] : [DEVICE]: 7A:4D:09:81:30:B1 (random), AD evt type 0, AD data len 3, RSSI -35 d_00: @00:00:12.325428 [Central] : ------------------------------------------------------ d_00: @00:00:12.326184 [Central] : ------------------------------------------------------ d_00: @00:00:12.326184 [Central] : [DEVICE]: 7A:4D:09:81:30:B1 (random), AD evt type 4, AD data len 19, RSSI -35 d_00: @00:00:12.326184 [Central] : ------------------------------------------------------ d_00: @00:00:12.326184 [Central] : Device name : Zephyr Peripheral d_00: @00:00:12.326185 [Central] : Scanning successfully stopped d_00: @00:00:12.326185 [Central] : Connecting to 7A:4D:09:81:30:B1 (random) d_02: @00:00:12.418380 [Peripheral] : LE conn param updated: DE:CD:A2:21:EE:22 (random) int 0x0028 (~50 ms) lat 0 to 400 d_00: @00:00:12.418618 [Central] : Updated MTU: TX: 247 RX: 247 bytes d_00: @00:00:12.418618 [Central] : MTU exchange addr DD:D1:7D:F0:5F:33 (random) conn 2 successful d_02: @00:00:12.418924 [Peripheral] : LE conn param req: DE:CD:A2:21:EE:22 (random) int (0x000a (~12 ms), 0x0020 (~40 ms)) lat 0 to 400 d_02: @00:00:12.419436 [Peripheral] : Service Characteristic Found d_00: @00:00:12.424164 [Central] : Discovering peer DD:D1:7D:F0:5F:33 (random) primary service d_04: @00:00:12.426914 [Peripheral] : Updated MTU: TX: 23 RX: 23 bytes d_04: @00:00:12.426914 [Peripheral] : Connection 0x80d3060 established : 60:5D:FC:C7:1A:F4 (random) d_00: @00:00:12.426941 [Central] : Updated MTU: TX: 23 RX: 23 bytes d_00: @00:00:12.426941 [Central] : Connection 0x80d35c0 established : 7A:4D:09:81:30:B1 (random) d_00: @00:00:12.426941 [Central] : Active connections count : 2 d_00: @00:00:12.426941 [Central] : Peer address 7A:4D:09:81:30:B1 (random) not found, returning index 3 d_00: @00:00:12.426941 [Central] : Connection reference store index 3 d_00: @00:00:12.426941 [Central] : * ********************************************** * d_00: @00:00:12.426941 [Central] : * Scheduling setting security level delayed work * d_00: @00:00:12.426941 [Central] : * ********************************************** * d_02: @00:00:12.518908 [Peripheral] : [SUBSCRIBED] addr DE:CD:A2:21:EE:22 (random) d_00: @00:00:12.519927 [00:00:12.519,897] <wrn> bt_att: att_handle_rsp: No pending ATT request d_00: @00:00:12.568653 [Central] : Primary Service Found d_04: @00:00:12.619624 [00:00:12.619,598] <wrn> bt_att: att_handle_rsp: No pending ATT request d_00: @00:00:12.668706 [Central] : Service Characteristic Found d_00: @00:00:12.683625 [Central] : * ****************** * d_00: @00:00:12.683625 [Central] : * Elapsed time : 260 * d_00: @00:00:12.683625 [Central] : * ****************** * d_00: @00:00:12.683625 [Central] : Setting security level for connection 0x80d35c0 with peer 7A:4D:09:81:30:B1 (random) is set to : 2 d_00: @00:00:12.684833 [Central] : Security level for connection 0x80d35c0 with peer 7A:4D:09:81:30:B1 (random) is set to : 2 d_00: @00:00:12.768602 [Central] : Setting connection store index 2 peer address DD:D1:7D:F0:5F:33 (random) d_00: @00:00:12.768602 [Central] : [SUBSCRIBED] addr DD:D1:7D:F0:5F:33 (random) conn 2 d_02: @00:00:12.866425 [Peripheral] : LE conn param updated: DE:CD:A2:21:EE:22 (random) int 0x0020 (~40 ms) lat 0 to 400 d_00: @00:00:12.866486 [Central] : LE conn param updated: DD:D1:7D:F0:5F:33 (random) int 0x0020 (~40 ms) lat 0 to 400 d_02: @00:00:13.632531 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:0 length 220 cnt 0 d_00: @00:00:13.832689 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:0 DD:D1 length 220 cnt 0 d_02: @00:00:23.633455 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:100 length 220 cnt 100 d_00: @00:00:23.829617 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:100 DD:D1 length 220 cnt 100 d_02: @00:00:33.593455 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:200 length 220 cnt 200 d_00: @00:00:33.791154 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:200 DD:D1 length 220 cnt 200 d_00: @00:00:42.910767 [00:00:42.910,766] <err> bt_smp: smp_timeout: SMP Timeout d_00: @00:00:42.910767 [Central] security_changed:568 : Security for 0x80d35c0 failed: 7A:4D:09:81:30:B1 (random) level 1 err 9 d_04: @00:00:42.960663 [00:00:42.960,662] <err> bt_smp: smp_timeout: SMP Timeout d_04: @00:00:42.960663 [Peripheral] security_changed:131 : Security for 0x80d3060 failed: 60:5D:FC:C7:1A:F4 (random) level 1 err 9 d_02: @00:00:43.593455 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:300 length 220 cnt 300 d_00: @00:00:43.789618 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:300 DD:D1 length 220 cnt 300 d_00: @00:00:52.419784 [Central] disconnected:504 : Connection (3) @ 0x80d35c0 with Peer 7A:4D:09:81:30:B1 (random) terminated (reason 0x22) d_04: @00:00:52.519590 [Peripheral] disconnected:88 : Connection @ 0x80d3060 with Peer 60:5D:FC:C7:1A:F4 (random) terminated (reason 0x22) d_02: @00:00:53.553455 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:400 length 220 cnt 400 d_00: @00:00:53.749617 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:400 DD:D1 length 220 cnt 400 d_02: @00:01:03.553455 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:500 length 220 cnt 500 d_00: @00:01:03.749617 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:500 DD:D1 length 220 cnt 500 d_00: @00:01:12.388571 [Central] disconnected:504 : Connection (2) @ 0x80d3730 with Peer DD:D1:7D:F0:5F:33 (random) terminated (reason 0x15) d_02: @00:01:12.388572 [Peripheral] disconnected:88 : Connection @ 0x80d3060 with Peer DE:CD:A2:21:EE:22 (random) terminated (reason 0x16) ```
1.0
Bluetooth: Peripheral disconnected with BT_HCI_ERR_LL_RESP_TIMEOUT reason and SMP timeout - **Application flow** 1. There are 4 advertising peripherals which the central connects to them one after another 2. After establishing the connection and the `connected` callback is received, `bt_conn_set_security()` is scheduled to set the connection security level to `BT_SECURITY_L2` though a delayed work queue item 3. MTU is exchanged between the central and connected peripherals **Describe the bug** - 2 of the connected peripherals are disconnected with a disconnect reason 0x08 `BT_HCI_ERR_CONN_TIMEOUT` - SMP timeout occur - **The 4th connected peripheral is disconnected with a disconnect reason 0x22 `BT_HCI_ERR_LL_RESP_TIMEOUT`** **To Reproduce** Steps to reproduce the behavior: 1. Checkout this commit 7284fff6e0735564c89460c0c6183283ff20c3ac 2. Run ~/zephyrproject/zephyr/tests/bluetooth/bsim_bt/bsim_test_conn_stress/tests_scripts/conn_stress.sh **Logs and console output** ``` d_04: @00:00:00.000000 *** Booting Zephyr OS build zephyr-v3.2.0-2825-g3a53a010f3ec *** d_01: @00:00:00.000000 *** Booting Zephyr OS build zephyr-v3.2.0-2825-g3a53a010f3ec *** d_02: @00:00:00.000000 *** Booting Zephyr OS build zephyr-v3.2.0-2825-g3a53a010f3ec *** d_00: @00:00:00.000000 *** Booting Zephyr OS build zephyr-v3.2.0-2901-g630df1aaddbc *** d_03: @00:00:00.000000 *** Booting Zephyr OS build zephyr-v3.2.0-2825-g3a53a010f3ec *** d_04: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002) d_04: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Variant: nRF52x (0x0002) d_04: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 3.2 Build 99 d_00: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002) d_00: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Variant: nRF52x (0x0002) d_02: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002) d_00: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 3.2 Build 99 d_02: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Variant: nRF52x (0x0002) d_02: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 3.2 Build 99 d_04: @00:00:00.000000 [00:00:00.000,000] <wrn> bt_id: bt_read_static_addr: No static addresses stored in controller d_03: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002) d_03: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Variant: nRF52x (0x0002) d_03: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 3.2 Build 99 d_01: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002) d_01: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: HW Variant: nRF52x (0x0002) d_04: @00:00:00.000000 [Peripheral] : Initializing Test d_01: @00:00:00.000000 [00:00:00.000,000] <inf> bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 3.2 Build 99 d_00: @00:00:00.000000 [00:00:00.000,000] <wrn> bt_id: bt_read_static_addr: No static addresses stored in controller d_02: @00:00:00.000000 [00:00:00.000,000] <wrn> bt_id: bt_read_static_addr: No static addresses stored in controller d_00: @00:00:00.000000 [Central] : Initializing Test d_01: @00:00:00.000000 [00:00:00.000,000] <wrn> bt_id: bt_read_static_addr: No static addresses stored in controller d_02: @00:00:00.000000 [Peripheral] : Initializing Test d_03: @00:00:00.000000 [00:00:00.000,000] <wrn> bt_id: bt_read_static_addr: No static addresses stored in controller d_01: @00:00:00.000000 [Peripheral] : Initializing Test d_03: @00:00:00.000000 [Peripheral] : Initializing Test d_02: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: Identity: DD:D1:7D:F0:5F:33 (random) d_02: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1 d_02: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: LMP: version 5.3 (0x0c) subver 0xffff d_02: @00:00:00.004568 [Peripheral] : Bluetooth initialized d_00: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: Identity: DE:CD:A2:21:EE:22 (random) d_00: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1 d_00: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: LMP: version 5.3 (0x0c) subver 0xffff d_00: @00:00:00.004568 [Central] : Bluetooth initialized d_01: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: Identity: CB:04:A6:15:1F:50 (random) d_01: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1 d_01: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: LMP: version 5.3 (0x0c) subver 0xffff d_01: @00:00:00.004568 [Peripheral] : Bluetooth initialized d_00: @00:00:00.004938 [Central] : Scanning successfully started d_01: @00:00:00.004938 [Peripheral] : Advertising successfully started d_02: @00:00:00.004938 [Peripheral] : Advertising successfully started d_03: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: Identity: F4:7E:23:D3:37:EA (random) d_03: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1 d_03: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: LMP: version 5.3 (0x0c) subver 0xffff d_03: @00:00:00.004568 [Peripheral] : Bluetooth initialized d_04: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: Identity: DD:FA:EA:DB:58:6A (random) d_04: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1 d_04: @00:00:00.004568 [00:00:00.004,547] <inf> bt_hci_core: bt_dev_show_info: LMP: version 5.3 (0x0c) subver 0xffff d_04: @00:00:00.004568 [Peripheral] : Bluetooth initialized d_04: @00:00:00.004938 [Peripheral] : Advertising successfully started d_03: @00:00:00.004938 [Peripheral] : Advertising successfully started d_00: @00:00:00.007160 [Central] : ------------------------------------------------------ d_00: @00:00:00.007160 [Central] : [DEVICE]: 7A:7C:28:1F:71:40 (random), AD evt type 0, AD data len 3, RSSI -35 d_00: @00:00:00.007160 [Central] : ------------------------------------------------------ d_00: @00:00:00.007916 [Central] : ------------------------------------------------------ d_00: @00:00:00.007916 [Central] : [DEVICE]: 7A:7C:28:1F:71:40 (random), AD evt type 4, AD data len 19, RSSI -35 d_00: @00:00:00.007916 [Central] : ------------------------------------------------------ d_00: @00:00:00.007916 [Central] : Device name : Zephyr Peripheral d_00: @00:00:00.007917 [Central] : Scanning successfully stopped d_00: @00:00:00.007917 [Central] : Connecting to 7A:7C:28:1F:71:40 (random) d_01: @00:00:00.114719 [Peripheral] : Updated MTU: TX: 23 RX: 23 bytes d_01: @00:00:00.114719 [Peripheral] : Connection 0x80d3060 established : 60:5D:FC:C7:1A:F4 (random) d_00: @00:00:00.114716 [Central] : Updated MTU: TX: 23 RX: 23 bytes d_00: @00:00:00.114716 [Central] : Connection 0x80d35c0 established : 7A:7C:28:1F:71:40 (random) d_00: @00:00:00.114716 [Central] : Active connections count : 1 d_00: @00:00:00.114716 [Central] : Peer address 7A:7C:28:1F:71:40 (random) not found, returning index 0 d_00: @00:00:00.114716 [Central] : Connection reference store index 0 d_00: @00:00:00.114716 [Central] : * ********************************************** * d_00: @00:00:00.114716 [Central] : * Scheduling setting security level delayed work * d_00: @00:00:00.114716 [Central] : * ********************************************** * d_00: @00:00:00.369233 [Central] : * ****************** * d_00: @00:00:00.369233 [Central] : * Elapsed time : 260 * d_00: @00:00:00.369233 [Central] : * ****************** * d_00: @00:00:00.369233 [Central] : Setting security level for connection 0x80d35c0 with peer 7A:7C:28:1F:71:40 (random) is set to : 2 d_00: @00:00:00.370441 [Central] : Security level for connection 0x80d35c0 with peer 7A:7C:28:1F:71:40 (random) is set to : 2 d_01: @00:00:00.966046 [Peripheral] : Security for 0x80d3060 changed: 60:5D:FC:C7:1A:F4 (random) level 2 d_01: @00:00:00.977967 [Peripheral] : Discovering peer 60:5D:FC:C7:1A:F4 (random) primary service d_00: @00:00:01.016241 [Central] : Security for conn (0) @ 0x80d35c0 changed: 7A:7C:28:1F:71:40 (random) level 2 d_00: @00:00:01.017904 [Central] : Scanning successfully started d_00: @00:00:01.017904 [Central] : Updating MTU for CB:04:A6:15:1F:50 (random)... d_00: @00:00:01.068725 [Central] : ------------------------------------------------------ d_00: @00:00:01.068725 [Central] : [DEVICE]: 5A:FC:A8:11:BA:57 (random), AD evt type 0, AD data len 3, RSSI -35 d_00: @00:00:01.068725 [Central] : ------------------------------------------------------ d_00: @00:00:01.069481 [Central] : ------------------------------------------------------ d_00: @00:00:01.069481 [Central] : [DEVICE]: 5A:FC:A8:11:BA:57 (random), AD evt type 4, AD data len 19, RSSI -35 d_00: @00:00:01.069481 [Central] : ------------------------------------------------------ d_00: @00:00:01.069481 [Central] : Device name : Zephyr Peripheral d_00: @00:00:01.069482 [Central] : Scanning successfully stopped d_00: @00:00:01.069482 [Central] : Connecting to 5A:FC:A8:11:BA:57 (random) d_01: @00:00:01.166079 [Peripheral] : Primary Service Found d_01: @00:00:01.166511 [Peripheral] : Updated MTU: TX: 247 RX: 247 bytes d_01: @00:00:01.166511 [Peripheral] : Updating MTU succeeded DE:CD:A2:21:EE:22 (random) d_03: @00:00:01.172763 [Peripheral] : Updated MTU: TX: 23 RX: 23 bytes d_03: @00:00:01.172763 [Peripheral] : Connection 0x80d3060 established : 60:5D:FC:C7:1A:F4 (random) d_00: @00:00:01.172770 [Central] : Updated MTU: TX: 23 RX: 23 bytes d_00: @00:00:01.172770 [Central] : Connection 0x80d3678 established : 5A:FC:A8:11:BA:57 (random) d_00: @00:00:01.172770 [Central] : Active connections count : 2 d_00: @00:00:01.172770 [Central] : Peer address 5A:FC:A8:11:BA:57 (random) not found, returning index 1 d_00: @00:00:01.172770 [Central] : Connection reference store index 1 d_00: @00:00:01.172770 [Central] : * ********************************************** * d_00: @00:00:01.172770 [Central] : * Scheduling setting security level delayed work * d_00: @00:00:01.172770 [Central] : * ********************************************** * d_01: @00:00:01.216149 [Peripheral] : Service Characteristic Found d_00: @00:00:01.216387 [Central] : Updated MTU: TX: 247 RX: 247 bytes d_00: @00:00:01.216387 [Central] : MTU exchange addr CB:04:A6:15:1F:50 (random) conn 0 successful d_00: @00:00:01.217469 [Central] : Discovering peer CB:04:A6:15:1F:50 (random) primary service d_01: @00:00:01.316081 [Peripheral] : [SUBSCRIBED] addr DE:CD:A2:21:EE:22 (random) d_00: @00:00:01.316327 [Central] : Primary Service Found d_00: @00:00:01.416381 [Central] : Service Characteristic Found d_00: @00:00:01.427033 [Central] : * ****************** * d_00: @00:00:01.427033 [Central] : * Elapsed time : 260 * d_00: @00:00:01.427033 [Central] : * ****************** * d_00: @00:00:01.427033 [Central] : Setting security level for connection 0x80d3678 with peer 5A:FC:A8:11:BA:57 (random) is set to : 2 d_00: @00:00:01.428241 [Central] : Security level for connection 0x80d3678 with peer 5A:FC:A8:11:BA:57 (random) is set to : 2 d_00: @00:00:01.516277 [Central] : Setting connection store index 0 peer address CB:04:A6:15:1F:50 (random) d_00: @00:00:01.516277 [Central] : [SUBSCRIBED] addr CB:04:A6:15:1F:50 (random) conn 0 d_03: @00:00:01.967212 [Peripheral] : Security for 0x80d3060 changed: 60:5D:FC:C7:1A:F4 (random) level 2 d_03: @00:00:01.975892 [Peripheral] : Discovering peer 60:5D:FC:C7:1A:F4 (random) primary service d_00: @00:00:02.017406 [Central] : Security for conn (1) @ 0x80d3678 changed: 5A:FC:A8:11:BA:57 (random) level 2 d_00: @00:00:02.035787 [Central] : Scanning successfully started d_00: @00:00:02.035787 [Central] : Updating MTU for F4:7E:23:D3:37:EA (random)... d_03: @00:00:02.117243 [Peripheral] : Primary Service Found d_03: @00:00:02.117675 [Peripheral] : Updated MTU: TX: 247 RX: 247 bytes d_03: @00:00:02.117675 [Peripheral] : Updating MTU succeeded DE:CD:A2:21:EE:22 (random) d_03: @00:00:02.167315 [Peripheral] : Service Characteristic Found d_00: @00:00:02.167554 [Central] : Updated MTU: TX: 247 RX: 247 bytes d_00: @00:00:02.167554 [Central] : MTU exchange addr F4:7E:23:D3:37:EA (random) conn 1 successful d_00: @00:00:02.175477 [Central] : Discovering peer F4:7E:23:D3:37:EA (random) primary service d_00: @00:00:02.328378 [Central] : ------------------------------------------------------ d_00: @00:00:02.328378 [Central] : [DEVICE]: 68:11:15:89:AB:56 (random), AD evt type 0, AD data len 3, RSSI -35 d_00: @00:00:02.328378 [Central] : ------------------------------------------------------ d_00: @00:00:02.329134 [Central] : ------------------------------------------------------ d_00: @00:00:02.329134 [Central] : [DEVICE]: 68:11:15:89:AB:56 (random), AD evt type 4, AD data len 19, RSSI -35 d_00: @00:00:02.329134 [Central] : ------------------------------------------------------ d_00: @00:00:02.329134 [Central] : Device name : Zephyr Peripheral d_00: @00:00:02.329135 [Central] : Scanning successfully stopped d_00: @00:00:02.329135 [Central] : Connecting to 68:11:15:89:AB:56 (random) d_03: @00:00:02.417247 [Peripheral] : [SUBSCRIBED] addr DE:CD:A2:21:EE:22 (random) d_00: @00:00:02.417493 [Central] : Primary Service Found d_02: @00:00:02.437900 [Peripheral] : Updated MTU: TX: 23 RX: 23 bytes d_02: @00:00:02.437900 [Peripheral] : Connection 0x80d3060 established : 60:5D:FC:C7:1A:F4 (random) d_00: @00:00:02.437917 [Central] : Updated MTU: TX: 23 RX: 23 bytes d_00: @00:00:02.437917 [Central] : Connection 0x80d3730 established : 68:11:15:89:AB:56 (random) d_00: @00:00:02.437917 [Central] : Active connections count : 3 d_00: @00:00:02.437917 [Central] : Peer address 68:11:15:89:AB:56 (random) not found, returning index 2 d_00: @00:00:02.437917 [Central] : Connection reference store index 2 d_00: @00:00:02.437917 [Central] : * ********************************************** * d_00: @00:00:02.437917 [Central] : * Scheduling setting security level delayed work * d_00: @00:00:02.437917 [Central] : * ********************************************** * d_00: @00:00:02.517546 [Central] : Service Characteristic Found d_00: @00:00:02.694397 [Central] : * ****************** * d_00: @00:00:02.694397 [Central] : * Elapsed time : 260 * d_00: @00:00:02.694397 [Central] : * ****************** * d_00: @00:00:02.694397 [Central] : Setting security level for connection 0x80d3730 with peer 68:11:15:89:AB:56 (random) is set to : 2 d_00: @00:00:02.695605 [Central] : Security level for connection 0x80d3730 with peer 68:11:15:89:AB:56 (random) is set to : 2 d_00: @00:00:06.616822 [Central] : Setting connection store index 1 peer address F4:7E:23:D3:37:EA (random) d_00: @00:00:06.616822 [Central] : [SUBSCRIBED] addr F4:7E:23:D3:37:EA (random) conn 1 d_00: @00:00:06.616822 [Central] : LE conn param req: F4:7E:23:D3:37:EA (random) int (0x0018 (~30 ms), 0x0028 (~50 ms)) lat 0 to 42 d_00: @00:00:06.616822 [Central] : Updating F4:7E:23:D3:37:EA (random)... connection parameters d_00: @00:00:06.616822 [Central] : Updating connection parameters succeeded F4:7E:23:D3:37:EA (random) d_00: @00:00:06.616822 [Central] disconnected:504 : Connection (0) @ 0x80d35c0 with Peer CB:04:A6:15:1F:50 (random) terminated (reason 0x08) d_00: @00:00:06.616822 [00:00:06.616,821] <wrn> bt_att: att_get: Not connected d_00: @00:00:06.616822 [Central] notify_peer:871 : Couldn't send GATT notification conn 0x80d35c0 d_03: @00:00:07.017763 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:0 length 220 cnt 0 d_03: @00:00:07.067219 [Peripheral] : LE conn param updated: DE:CD:A2:21:EE:22 (random) int 0x0028 (~50 ms) lat 0 to 400 d_03: @00:00:07.067719 [Peripheral] : LE conn param req: DE:CD:A2:21:EE:22 (random) int (0x000a (~12 ms), 0x0020 (~40 ms)) lat 0 to 400 d_02: @00:00:07.218372 [Peripheral] : Security for 0x80d3060 changed: 60:5D:FC:C7:1A:F4 (random) level 2 d_02: @00:00:07.224976 [Peripheral] : Discovering peer 60:5D:FC:C7:1A:F4 (random) primary service d_00: @00:00:07.268566 [Central] : Security for conn (2) @ 0x80d3730 changed: 68:11:15:89:AB:56 (random) level 2 d_00: @00:00:08.318610 [Central] : Updating MTU for DD:D1:7D:F0:5F:33 (random)... d_01: @00:00:10.616463 [Peripheral] disconnected:88 : Connection @ 0x80d3060 with Peer DE:CD:A2:21:EE:22 (random) terminated (reason 0x08) d_01: @00:00:10.616463 [00:00:10.616,455] <wrn> bt_att: att_get: Not connected d_01: @00:00:10.616463 [Peripheral] notify_peer:417 : Couldn't send GATT notification conn (nil) d_00: @00:00:12.267532 [Central] : LE conn param updated: F4:7E:23:D3:37:EA (random) int 0x0020 (~40 ms) lat 0 to 400 d_00: @00:00:12.267532 [Central] : LE conn param req: DD:D1:7D:F0:5F:33 (random) int (0x0018 (~30 ms), 0x0028 (~50 ms)) lat 0 to 42 d_00: @00:00:12.267532 [Central] : Updating DD:D1:7D:F0:5F:33 (random)... connection parameters d_00: @00:00:12.267532 [Central] : Updating connection parameters succeeded DD:D1:7D:F0:5F:33 (random) d_00: @00:00:12.267532 [Central] disconnected:504 : Connection (1) @ 0x80d3678 with Peer F4:7E:23:D3:37:EA (random) terminated (reason 0x08) d_03: @00:00:12.267665 [Peripheral] disconnected:88 : Connection @ 0x80d3060 with Peer DE:CD:A2:21:EE:22 (random) terminated (reason 0x08) d_03: @00:00:12.267665 [00:00:12.267,639] <wrn> bt_att: att_get: Not connected d_03: @00:00:12.267665 [Peripheral] notify_peer:417 : Couldn't send GATT notification conn (nil) d_00: @00:00:12.284475 [Central] : Scanning successfully started d_02: @00:00:12.318403 [Peripheral] : Primary Service Found d_02: @00:00:12.318835 [Peripheral] : Updated MTU: TX: 247 RX: 247 bytes d_02: @00:00:12.318835 [Peripheral] : Updating MTU succeeded DE:CD:A2:21:EE:22 (random) d_00: @00:00:12.325428 [Central] : ------------------------------------------------------ d_00: @00:00:12.325428 [Central] : [DEVICE]: 7A:4D:09:81:30:B1 (random), AD evt type 0, AD data len 3, RSSI -35 d_00: @00:00:12.325428 [Central] : ------------------------------------------------------ d_00: @00:00:12.326184 [Central] : ------------------------------------------------------ d_00: @00:00:12.326184 [Central] : [DEVICE]: 7A:4D:09:81:30:B1 (random), AD evt type 4, AD data len 19, RSSI -35 d_00: @00:00:12.326184 [Central] : ------------------------------------------------------ d_00: @00:00:12.326184 [Central] : Device name : Zephyr Peripheral d_00: @00:00:12.326185 [Central] : Scanning successfully stopped d_00: @00:00:12.326185 [Central] : Connecting to 7A:4D:09:81:30:B1 (random) d_02: @00:00:12.418380 [Peripheral] : LE conn param updated: DE:CD:A2:21:EE:22 (random) int 0x0028 (~50 ms) lat 0 to 400 d_00: @00:00:12.418618 [Central] : Updated MTU: TX: 247 RX: 247 bytes d_00: @00:00:12.418618 [Central] : MTU exchange addr DD:D1:7D:F0:5F:33 (random) conn 2 successful d_02: @00:00:12.418924 [Peripheral] : LE conn param req: DE:CD:A2:21:EE:22 (random) int (0x000a (~12 ms), 0x0020 (~40 ms)) lat 0 to 400 d_02: @00:00:12.419436 [Peripheral] : Service Characteristic Found d_00: @00:00:12.424164 [Central] : Discovering peer DD:D1:7D:F0:5F:33 (random) primary service d_04: @00:00:12.426914 [Peripheral] : Updated MTU: TX: 23 RX: 23 bytes d_04: @00:00:12.426914 [Peripheral] : Connection 0x80d3060 established : 60:5D:FC:C7:1A:F4 (random) d_00: @00:00:12.426941 [Central] : Updated MTU: TX: 23 RX: 23 bytes d_00: @00:00:12.426941 [Central] : Connection 0x80d35c0 established : 7A:4D:09:81:30:B1 (random) d_00: @00:00:12.426941 [Central] : Active connections count : 2 d_00: @00:00:12.426941 [Central] : Peer address 7A:4D:09:81:30:B1 (random) not found, returning index 3 d_00: @00:00:12.426941 [Central] : Connection reference store index 3 d_00: @00:00:12.426941 [Central] : * ********************************************** * d_00: @00:00:12.426941 [Central] : * Scheduling setting security level delayed work * d_00: @00:00:12.426941 [Central] : * ********************************************** * d_02: @00:00:12.518908 [Peripheral] : [SUBSCRIBED] addr DE:CD:A2:21:EE:22 (random) d_00: @00:00:12.519927 [00:00:12.519,897] <wrn> bt_att: att_handle_rsp: No pending ATT request d_00: @00:00:12.568653 [Central] : Primary Service Found d_04: @00:00:12.619624 [00:00:12.619,598] <wrn> bt_att: att_handle_rsp: No pending ATT request d_00: @00:00:12.668706 [Central] : Service Characteristic Found d_00: @00:00:12.683625 [Central] : * ****************** * d_00: @00:00:12.683625 [Central] : * Elapsed time : 260 * d_00: @00:00:12.683625 [Central] : * ****************** * d_00: @00:00:12.683625 [Central] : Setting security level for connection 0x80d35c0 with peer 7A:4D:09:81:30:B1 (random) is set to : 2 d_00: @00:00:12.684833 [Central] : Security level for connection 0x80d35c0 with peer 7A:4D:09:81:30:B1 (random) is set to : 2 d_00: @00:00:12.768602 [Central] : Setting connection store index 2 peer address DD:D1:7D:F0:5F:33 (random) d_00: @00:00:12.768602 [Central] : [SUBSCRIBED] addr DD:D1:7D:F0:5F:33 (random) conn 2 d_02: @00:00:12.866425 [Peripheral] : LE conn param updated: DE:CD:A2:21:EE:22 (random) int 0x0020 (~40 ms) lat 0 to 400 d_00: @00:00:12.866486 [Central] : LE conn param updated: DD:D1:7D:F0:5F:33 (random) int 0x0020 (~40 ms) lat 0 to 400 d_02: @00:00:13.632531 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:0 length 220 cnt 0 d_00: @00:00:13.832689 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:0 DD:D1 length 220 cnt 0 d_02: @00:00:23.633455 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:100 length 220 cnt 100 d_00: @00:00:23.829617 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:100 DD:D1 length 220 cnt 100 d_02: @00:00:33.593455 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:200 length 220 cnt 200 d_00: @00:00:33.791154 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:200 DD:D1 length 220 cnt 200 d_00: @00:00:42.910767 [00:00:42.910,766] <err> bt_smp: smp_timeout: SMP Timeout d_00: @00:00:42.910767 [Central] security_changed:568 : Security for 0x80d35c0 failed: 7A:4D:09:81:30:B1 (random) level 1 err 9 d_04: @00:00:42.960663 [00:00:42.960,662] <err> bt_smp: smp_timeout: SMP Timeout d_04: @00:00:42.960663 [Peripheral] security_changed:131 : Security for 0x80d3060 failed: 60:5D:FC:C7:1A:F4 (random) level 1 err 9 d_02: @00:00:43.593455 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:300 length 220 cnt 300 d_00: @00:00:43.789618 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:300 DD:D1 length 220 cnt 300 d_00: @00:00:52.419784 [Central] disconnected:504 : Connection (3) @ 0x80d35c0 with Peer 7A:4D:09:81:30:B1 (random) terminated (reason 0x22) d_04: @00:00:52.519590 [Peripheral] disconnected:88 : Connection @ 0x80d3060 with Peer 60:5D:FC:C7:1A:F4 (random) terminated (reason 0x22) d_02: @00:00:53.553455 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:400 length 220 cnt 400 d_00: @00:00:53.749617 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:400 DD:D1 length 220 cnt 400 d_02: @00:01:03.553455 [Peripheral] : [NOTIFICATION] addr DE:CD:A2:21:EE:22 (random) conn 0x80d3060 data cnt:500 length 220 cnt 500 d_00: @00:01:03.749617 [Central] : [NOTIFICATION] addr DD:D1:7D:F0:5F:33 (random) conn 2 data cnt:500 DD:D1 length 220 cnt 500 d_00: @00:01:12.388571 [Central] disconnected:504 : Connection (2) @ 0x80d3730 with Peer DD:D1:7D:F0:5F:33 (random) terminated (reason 0x15) d_02: @00:01:12.388572 [Peripheral] disconnected:88 : Connection @ 0x80d3060 with Peer DE:CD:A2:21:EE:22 (random) terminated (reason 0x16) ```
priority
bluetooth peripheral disconnected with bt hci err ll resp timeout reason and smp timeout application flow there are advertising peripherals which the central connects to them one after another after establishing the connection and the connected callback is received bt conn set security is scheduled to set the connection security level to bt security though a delayed work queue item mtu is exchanged between the central and connected peripherals describe the bug of the connected peripherals are disconnected with a disconnect reason bt hci err conn timeout smp timeout occur the connected peripheral is disconnected with a disconnect reason bt hci err ll resp timeout to reproduce steps to reproduce the behavior checkout this commit run zephyrproject zephyr tests bluetooth bsim bt bsim test conn stress tests scripts conn stress sh logs and console output d booting zephyr os build zephyr d booting zephyr os build zephyr d booting zephyr os build zephyr d booting zephyr os build zephyr d booting zephyr os build zephyr d bt hci core hci vs init hw platform nordic semiconductor d bt hci core hci vs init hw variant d bt hci core hci vs init firmware standard bluetooth controller version build d bt hci core hci vs init hw platform nordic semiconductor d bt hci core hci vs init hw variant d bt hci core hci vs init hw platform nordic semiconductor d bt hci core hci vs init firmware standard bluetooth controller version build d bt hci core hci vs init hw variant d bt hci core hci vs init firmware standard bluetooth controller version build d bt id bt read static addr no static addresses stored in controller d bt hci core hci vs init hw platform nordic semiconductor d bt hci core hci vs init hw variant d bt hci core hci vs init firmware standard bluetooth controller version build d bt hci core hci vs init hw platform nordic semiconductor d bt hci core hci vs init hw variant d initializing test d bt hci core hci vs init firmware standard bluetooth controller version build d bt id bt read static addr no static addresses stored in controller d bt id bt read static addr no static addresses stored in controller d initializing test d bt id bt read static addr no static addresses stored in controller d initializing test d bt id bt read static addr no static addresses stored in controller d initializing test d initializing test d bt hci core bt dev show info identity dd random d bt hci core bt dev show info hci version revision manufacturer d bt hci core bt dev show info lmp version subver d bluetooth initialized d bt hci core bt dev show info identity de cd ee random d bt hci core bt dev show info hci version revision manufacturer d bt hci core bt dev show info lmp version subver d bluetooth initialized d bt hci core bt dev show info identity cb random d bt hci core bt dev show info hci version revision manufacturer d bt hci core bt dev show info lmp version subver d bluetooth initialized d scanning successfully started d advertising successfully started d advertising successfully started d bt hci core bt dev show info identity ea random d bt hci core bt dev show info hci version revision manufacturer d bt hci core bt dev show info lmp version subver d bluetooth initialized d bt hci core bt dev show info identity dd fa ea db random d bt hci core bt dev show info hci version revision manufacturer d bt hci core bt dev show info lmp version subver d bluetooth initialized d advertising successfully started d advertising successfully started d d random ad evt type ad data len rssi d d d random ad evt type ad data len rssi d d device name zephyr peripheral d scanning successfully stopped d connecting to random d updated mtu tx rx bytes d connection established fc random d updated mtu tx rx bytes d connection established random d active connections count d peer address random not found returning index d connection reference store index d d scheduling setting security level delayed work d d d elapsed time d d setting security level for connection with peer random is set to d security level for connection with peer random is set to d security for changed fc random level d discovering peer fc random primary service d security for conn changed random level d scanning successfully started d updating mtu for cb random d d fc ba random ad evt type ad data len rssi d d d fc ba random ad evt type ad data len rssi d d device name zephyr peripheral d scanning successfully stopped d connecting to fc ba random d primary service found d updated mtu tx rx bytes d updating mtu succeeded de cd ee random d updated mtu tx rx bytes d connection established fc random d updated mtu tx rx bytes d connection established fc ba random d active connections count d peer address fc ba random not found returning index d connection reference store index d d scheduling setting security level delayed work d d service characteristic found d updated mtu tx rx bytes d mtu exchange addr cb random conn successful d discovering peer cb random primary service d addr de cd ee random d primary service found d service characteristic found d d elapsed time d d setting security level for connection with peer fc ba random is set to d security level for connection with peer fc ba random is set to d setting connection store index peer address cb random d addr cb random conn d security for changed fc random level d discovering peer fc random primary service d security for conn changed fc ba random level d scanning successfully started d updating mtu for ea random d primary service found d updated mtu tx rx bytes d updating mtu succeeded de cd ee random d service characteristic found d updated mtu tx rx bytes d mtu exchange addr ea random conn successful d discovering peer ea random primary service d d ab random ad evt type ad data len rssi d d d ab random ad evt type ad data len rssi d d device name zephyr peripheral d scanning successfully stopped d connecting to ab random d addr de cd ee random d primary service found d updated mtu tx rx bytes d connection established fc random d updated mtu tx rx bytes d connection established ab random d active connections count d peer address ab random not found returning index d connection reference store index d d scheduling setting security level delayed work d d service characteristic found d d elapsed time d d setting security level for connection with peer ab random is set to d security level for connection with peer ab random is set to d setting connection store index peer address ea random d addr ea random conn d le conn param req ea random int ms ms lat to d updating ea random connection parameters d updating connection parameters succeeded ea random d disconnected connection with peer cb random terminated reason d bt att att get not connected d notify peer couldn t send gatt notification conn d addr de cd ee random conn data cnt length cnt d le conn param updated de cd ee random int ms lat to d le conn param req de cd ee random int ms ms lat to d security for changed fc random level d discovering peer fc random primary service d security for conn changed ab random level d updating mtu for dd random d disconnected connection with peer de cd ee random terminated reason d bt att att get not connected d notify peer couldn t send gatt notification conn nil d le conn param updated ea random int ms lat to d le conn param req dd random int ms ms lat to d updating dd random connection parameters d updating connection parameters succeeded dd random d disconnected connection with peer ea random terminated reason d disconnected connection with peer de cd ee random terminated reason d bt att att get not connected d notify peer couldn t send gatt notification conn nil d scanning successfully started d primary service found d updated mtu tx rx bytes d updating mtu succeeded de cd ee random d d random ad evt type ad data len rssi d d d random ad evt type ad data len rssi d d device name zephyr peripheral d scanning successfully stopped d connecting to random d le conn param updated de cd ee random int ms lat to d updated mtu tx rx bytes d mtu exchange addr dd random conn successful d le conn param req de cd ee random int ms ms lat to d service characteristic found d discovering peer dd random primary service d updated mtu tx rx bytes d connection established fc random d updated mtu tx rx bytes d connection established random d active connections count d peer address random not found returning index d connection reference store index d d scheduling setting security level delayed work d d addr de cd ee random d bt att att handle rsp no pending att request d primary service found d bt att att handle rsp no pending att request d service characteristic found d d elapsed time d d setting security level for connection with peer random is set to d security level for connection with peer random is set to d setting connection store index peer address dd random d addr dd random conn d le conn param updated de cd ee random int ms lat to d le conn param updated dd random int ms lat to d addr de cd ee random conn data cnt length cnt d addr dd random conn data cnt dd length cnt d addr de cd ee random conn data cnt length cnt d addr dd random conn data cnt dd length cnt d addr de cd ee random conn data cnt length cnt d addr dd random conn data cnt dd length cnt d bt smp smp timeout smp timeout d security changed security for failed random level err d bt smp smp timeout smp timeout d security changed security for failed fc random level err d addr de cd ee random conn data cnt length cnt d addr dd random conn data cnt dd length cnt d disconnected connection with peer random terminated reason d disconnected connection with peer fc random terminated reason d addr de cd ee random conn data cnt length cnt d addr dd random conn data cnt dd length cnt d addr de cd ee random conn data cnt length cnt d addr dd random conn data cnt dd length cnt d disconnected connection with peer dd random terminated reason d disconnected connection with peer de cd ee random terminated reason
1
810,998
30,271,574,353
IssuesEvent
2023-07-07 15:45:29
elastic/connectors-python
https://api.github.com/repos/elastic/connectors-python
opened
Add some site metadata to each object synced by Sharepoint Online connector
enhancement effort:low priority:high
Currently there seems to be no easy way to query objects only for specific site for Sharepoint Online connector. We can add reference to parent site object into each synced object, the format of the parent site object could be: ```json { "id": "something.sharepoint.com,guid, guid", "name": "my nice website" } ```
1.0
Add some site metadata to each object synced by Sharepoint Online connector - Currently there seems to be no easy way to query objects only for specific site for Sharepoint Online connector. We can add reference to parent site object into each synced object, the format of the parent site object could be: ```json { "id": "something.sharepoint.com,guid, guid", "name": "my nice website" } ```
priority
add some site metadata to each object synced by sharepoint online connector currently there seems to be no easy way to query objects only for specific site for sharepoint online connector we can add reference to parent site object into each synced object the format of the parent site object could be json id something sharepoint com guid guid name my nice website
1
22,437
2,649,109,336
IssuesEvent
2015-03-14 16:12:00
myrafproject/myrafproject
https://api.github.com/repos/myrafproject/myrafproject
closed
QProgressBar issue
bug imported Priority-Low
_From [yucelkilic1](https://code.google.com/u/yucelkilic1/) on October 25, 2012 17:08:25_ Object value does not increase regularly for long process. _Original issue: http://code.google.com/p/myrafproject/issues/detail?id=8_
1.0
QProgressBar issue - _From [yucelkilic1](https://code.google.com/u/yucelkilic1/) on October 25, 2012 17:08:25_ Object value does not increase regularly for long process. _Original issue: http://code.google.com/p/myrafproject/issues/detail?id=8_
priority
qprogressbar issue from on october object value does not increase regularly for long process original issue
1
351,356
10,516,218,245
IssuesEvent
2019-09-28 15:57:03
Aariq/bumbl
https://api.github.com/repos/Aariq/bumbl
closed
bumbl() gives warning about coercing colony ID to character
Priority: Low bug
"Column `colony` joining factor and character vector, coercing into character vector " This happens in a join somewhere and can be fixed just by pre-coercing to character.
1.0
bumbl() gives warning about coercing colony ID to character - "Column `colony` joining factor and character vector, coercing into character vector " This happens in a join somewhere and can be fixed just by pre-coercing to character.
priority
bumbl gives warning about coercing colony id to character column colony joining factor and character vector coercing into character vector this happens in a join somewhere and can be fixed just by pre coercing to character
1
22,070
2,645,028,598
IssuesEvent
2015-03-12 20:14:37
acardona/CATMAID
https://api.github.com/repos/acardona/CATMAID
closed
Add user profile setting to automatically open last project/stack on last location
priority: low type: enhancement
Like with all user profile settings, it should be possible to disable this feature.
1.0
Add user profile setting to automatically open last project/stack on last location - Like with all user profile settings, it should be possible to disable this feature.
priority
add user profile setting to automatically open last project stack on last location like with all user profile settings it should be possible to disable this feature
1
562,830
16,670,549,405
IssuesEvent
2021-06-07 10:16:34
digitoimistodude/air-light
https://api.github.com/repos/digitoimistodude/air-light
opened
Buttons have nonexistent transition duration
low priority
It seems there's a mistake in default button component as it has .08 transition. Should be at least 80ms so maybe one zero too many. Will considering changing it to $transition-duration instead.
1.0
Buttons have nonexistent transition duration - It seems there's a mistake in default button component as it has .08 transition. Should be at least 80ms so maybe one zero too many. Will considering changing it to $transition-duration instead.
priority
buttons have nonexistent transition duration it seems there s a mistake in default button component as it has transition should be at least so maybe one zero too many will considering changing it to transition duration instead
1
252,070
8,031,357,052
IssuesEvent
2018-07-28 00:36:48
systers/systers.github.io
https://api.github.com/repos/systers/systers.github.io
closed
Indicate no contributors found for a section through a message in the Contributors page
Category: Coding Difficulty: EASY Priority: LOW Program: GSOC
## Description As a Systers Community member, I need to see a message in Contributors page if there are no contributors for a certain category for a selected project, so that I can have a better user experience. ## Mocks [INSERT RELEVANT PNG FILE] ![image](https://user-images.githubusercontent.com/7287218/42199873-7b80f3e4-7eae-11e8-8a8d-013789e503fd.png) ## Acceptance Criteria ### Update [Required] - [ ]contributors.component.ts - [ ]contrib.ts ## Definition of Done - [ ] All of the required items are completed. - [ ] Approval by 1 mentor. ## Estimation 4 hours
1.0
Indicate no contributors found for a section through a message in the Contributors page - ## Description As a Systers Community member, I need to see a message in Contributors page if there are no contributors for a certain category for a selected project, so that I can have a better user experience. ## Mocks [INSERT RELEVANT PNG FILE] ![image](https://user-images.githubusercontent.com/7287218/42199873-7b80f3e4-7eae-11e8-8a8d-013789e503fd.png) ## Acceptance Criteria ### Update [Required] - [ ]contributors.component.ts - [ ]contrib.ts ## Definition of Done - [ ] All of the required items are completed. - [ ] Approval by 1 mentor. ## Estimation 4 hours
priority
indicate no contributors found for a section through a message in the contributors page description as a systers community member i need to see a message in contributors page if there are no contributors for a certain category for a selected project so that i can have a better user experience mocks acceptance criteria update contributors component ts contrib ts definition of done all of the required items are completed approval by mentor estimation hours
1
725,414
24,961,604,219
IssuesEvent
2022-11-01 15:56:58
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
[ZG] High Priest Thekal - Missing reset boundary.
Priority-Low 60 Instance - Raid - Vanilla temporary label
### Current Behaviour Thekal can chase the player throughout the entire instance. ### Expected Blizzlike Behaviour 1. There should be a boundary at the base of the ramp leading to Thekal 2. When the boundary is reached, the boss will reset, and a emote from Hakkar will play, which is Yell: "Do not be lured into the mortals' trap. Bathe in my power! Be renewed and destroy the heretics!" (ID 10480) in broadcast_text ### Source https://youtu.be/VFraeEvi2BQ?t=15 ### Steps to reproduce the problem 1. `.go c 49310` 2. move outside the boss arena, see if emote plays ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/azerothcore/azerothcore-wotlk/commit/0de832cdca8bd109a87bb0a59dea579b8daf7788 ### Operating system Windows 10 ### Custom changes or Modules _No response_
1.0
[ZG] High Priest Thekal - Missing reset boundary. - ### Current Behaviour Thekal can chase the player throughout the entire instance. ### Expected Blizzlike Behaviour 1. There should be a boundary at the base of the ramp leading to Thekal 2. When the boundary is reached, the boss will reset, and a emote from Hakkar will play, which is Yell: "Do not be lured into the mortals' trap. Bathe in my power! Be renewed and destroy the heretics!" (ID 10480) in broadcast_text ### Source https://youtu.be/VFraeEvi2BQ?t=15 ### Steps to reproduce the problem 1. `.go c 49310` 2. move outside the boss arena, see if emote plays ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/azerothcore/azerothcore-wotlk/commit/0de832cdca8bd109a87bb0a59dea579b8daf7788 ### Operating system Windows 10 ### Custom changes or Modules _No response_
priority
high priest thekal missing reset boundary current behaviour thekal can chase the player throughout the entire instance expected blizzlike behaviour there should be a boundary at the base of the ramp leading to thekal when the boundary is reached the boss will reset and a emote from hakkar will play which is yell do not be lured into the mortals trap bathe in my power be renewed and destroy the heretics id in broadcast text source steps to reproduce the problem go c move outside the boss arena see if emote plays extra notes no response ac rev hash commit operating system windows custom changes or modules no response
1
698,437
23,980,120,428
IssuesEvent
2022-09-13 14:29:07
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
frdm_k64f: tests: failed to run tests/drivers/adc/adc_dma/drivers.adc-dma
bug Duplicate priority: low platform: NXP
**Describe the bug** The test failure occurs after 5ceba48473951feced93aa2076370250e0cea544. **To Reproduce** Steps to reproduce the behavior: 1. source zephyr-env.sh 2. twister -p frdm_k64f --hardware-map map.yml --device-testing -T tests/drivers/adc/adc_dma/ -v 3. See error or 2.picocom -b 115200 /dev/ttyACM2 3.west build -p always -b frdm_k64f tests/drivers/adc/adc_dma/ 4.west flash 5.See error **Expected behavior** The test should pass. **Impact** test failed. **Logs and console output** ``` ▒*** Booting Zephyr OS build zephyr-v3.1.0-4300-g5ceba4847395 *** Running TESTSUITE adc_dma =================================================================== START - test_adc_asynchronous_call ASSERTION FAIL [(((uint32_t)(uint32_t *)destAddr) % destWidth) == 0U] @ WEST_TOPDIR/modules/hal/nxp/mcux/mcux-sdk/drivers/edma/fsl_edma.c:1015 E: r0/a1: 0x00000004 r1/a2: 0x000003f7 r2/a3: 0x00000080 E: r3/a4: 0x0000000f r12/ip: 0x00000000 r14/lr: 0x00006cf3 E: xpsr: 0x4100000f E: Faulting instruction address (r15/pc): 0x0000e52c E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 ``` **Environment :** OS: Linux Toolchain Zephyr SDK 0.15.0 Commit SHA or Version: 5ceba48473951feced93aa2076370250e0cea544
1.0
frdm_k64f: tests: failed to run tests/drivers/adc/adc_dma/drivers.adc-dma - **Describe the bug** The test failure occurs after 5ceba48473951feced93aa2076370250e0cea544. **To Reproduce** Steps to reproduce the behavior: 1. source zephyr-env.sh 2. twister -p frdm_k64f --hardware-map map.yml --device-testing -T tests/drivers/adc/adc_dma/ -v 3. See error or 2.picocom -b 115200 /dev/ttyACM2 3.west build -p always -b frdm_k64f tests/drivers/adc/adc_dma/ 4.west flash 5.See error **Expected behavior** The test should pass. **Impact** test failed. **Logs and console output** ``` ▒*** Booting Zephyr OS build zephyr-v3.1.0-4300-g5ceba4847395 *** Running TESTSUITE adc_dma =================================================================== START - test_adc_asynchronous_call ASSERTION FAIL [(((uint32_t)(uint32_t *)destAddr) % destWidth) == 0U] @ WEST_TOPDIR/modules/hal/nxp/mcux/mcux-sdk/drivers/edma/fsl_edma.c:1015 E: r0/a1: 0x00000004 r1/a2: 0x000003f7 r2/a3: 0x00000080 E: r3/a4: 0x0000000f r12/ip: 0x00000000 r14/lr: 0x00006cf3 E: xpsr: 0x4100000f E: Faulting instruction address (r15/pc): 0x0000e52c E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 ``` **Environment :** OS: Linux Toolchain Zephyr SDK 0.15.0 Commit SHA or Version: 5ceba48473951feced93aa2076370250e0cea544
priority
frdm tests failed to run tests drivers adc adc dma drivers adc dma describe the bug the test failure occurs after to reproduce steps to reproduce the behavior source zephyr env sh twister p frdm hardware map map yml device testing t tests drivers adc adc dma v see error or picocom b dev west build p always b frdm tests drivers adc adc dma west flash see error expected behavior the test should pass impact test failed logs and console output ▒ booting zephyr os build zephyr running testsuite adc dma start test adc asynchronous call assertion fail west topdir modules hal nxp mcux mcux sdk drivers edma fsl edma c e e ip lr e xpsr e faulting instruction address pc e zephyr fatal error kernel panic on cpu environment os linux toolchain zephyr sdk commit sha or version
1
445,557
12,832,721,428
IssuesEvent
2020-07-07 08:09:54
opentargets/platform
https://api.github.com/repos/opentargets/platform
opened
Create persistent links to the latest associations and evidence files
Priority: Low
The EBI Search team is now using the Platform associations data in their search index to display gene-disease associations and we are in discussions about them using the evidence data to index the Locus2Gene data for links to the Genetics Portal. To ensure that their index remains up-to-date, they would like to periodically download the most recent associations and evidence files. As such, can we please create the following persistent links that point users to the most recent associations and evidence file? | Persistent link | Example of most recent file | | ----- | ----- | | https://www.targetvalidation.org/downloads/data/associations/latest | https://storage.googleapis.com/open-targets-data-releases/20.06/output/20.06_association_data.json.gz | | https://www.targetvalidation.org/downloads/data/evidence/latest | https://storage.googleapis.com/open-targets-data-releases/20.06/output/20.06_evidence_data.json.gz | As the association and evidence file links for Google Cloud Platform have a consistent naming convention (thank you @cmalangone!), the front-end will only require the most recent release number (e.g. 20.06). This can be obtained from the `/platform/public/utils/stats` endpoint in the `data_version` as noted by @LucaFumis.
1.0
Create persistent links to the latest associations and evidence files - The EBI Search team is now using the Platform associations data in their search index to display gene-disease associations and we are in discussions about them using the evidence data to index the Locus2Gene data for links to the Genetics Portal. To ensure that their index remains up-to-date, they would like to periodically download the most recent associations and evidence files. As such, can we please create the following persistent links that point users to the most recent associations and evidence file? | Persistent link | Example of most recent file | | ----- | ----- | | https://www.targetvalidation.org/downloads/data/associations/latest | https://storage.googleapis.com/open-targets-data-releases/20.06/output/20.06_association_data.json.gz | | https://www.targetvalidation.org/downloads/data/evidence/latest | https://storage.googleapis.com/open-targets-data-releases/20.06/output/20.06_evidence_data.json.gz | As the association and evidence file links for Google Cloud Platform have a consistent naming convention (thank you @cmalangone!), the front-end will only require the most recent release number (e.g. 20.06). This can be obtained from the `/platform/public/utils/stats` endpoint in the `data_version` as noted by @LucaFumis.
priority
create persistent links to the latest associations and evidence files the ebi search team is now using the platform associations data in their search index to display gene disease associations and we are in discussions about them using the evidence data to index the data for links to the genetics portal to ensure that their index remains up to date they would like to periodically download the most recent associations and evidence files as such can we please create the following persistent links that point users to the most recent associations and evidence file persistent link example of most recent file as the association and evidence file links for google cloud platform have a consistent naming convention thank you cmalangone the front end will only require the most recent release number e g this can be obtained from the platform public utils stats endpoint in the data version as noted by lucafumis
1
94,994
3,933,559,389
IssuesEvent
2016-04-25 19:33:27
ghutchis/avogadro
https://api.github.com/repos/ghutchis/avogadro
closed
MO surfaces deviate from GaussView
auto-migrated low priority MO surfaces v_1.1.0
Generating MO surfaces in Avogadro and GaussView yields different results. In particular, Avogadro adds additional lobes that are not seen in GaussView. Attached is an example where Avogadro adds a lobe around one of the carboxylic acid hydrogens in the HOMO of a porphyrin. Both surfaces were generated from the same file with an isovalue of 0.02. Reported by: tocket
1.0
MO surfaces deviate from GaussView - Generating MO surfaces in Avogadro and GaussView yields different results. In particular, Avogadro adds additional lobes that are not seen in GaussView. Attached is an example where Avogadro adds a lobe around one of the carboxylic acid hydrogens in the HOMO of a porphyrin. Both surfaces were generated from the same file with an isovalue of 0.02. Reported by: tocket
priority
mo surfaces deviate from gaussview generating mo surfaces in avogadro and gaussview yields different results in particular avogadro adds additional lobes that are not seen in gaussview attached is an example where avogadro adds a lobe around one of the carboxylic acid hydrogens in the homo of a porphyrin both surfaces were generated from the same file with an isovalue of reported by tocket
1
514,564
14,940,978,710
IssuesEvent
2021-01-25 19:04:09
Sequel-Ace/Sequel-Ace
https://api.github.com/repos/Sequel-Ace/Sequel-Ace
closed
Have different Limit Results setting when is filter present
Feature Request Low priority PR Welcome stale
Current Sequel Ace has a "Limit result to:" setting which is great when loading very large tables. When working with a large table I often want to limit my initial unfiltered results to a small number (example 100,000 rows) to prevent pulling millions of rows. If the filtered result count is less than 100,000 everything is great. When the filter has more than 100,000 results then I have to disable the Limit result setting to see everything. I would like to have a separate "Limit result to" that applies when a filter is present and the existing setting can filter when no filters are present. My use case may be unique here but I thought I would float the idea to see if it might be useful to others.
1.0
Have different Limit Results setting when is filter present - Current Sequel Ace has a "Limit result to:" setting which is great when loading very large tables. When working with a large table I often want to limit my initial unfiltered results to a small number (example 100,000 rows) to prevent pulling millions of rows. If the filtered result count is less than 100,000 everything is great. When the filter has more than 100,000 results then I have to disable the Limit result setting to see everything. I would like to have a separate "Limit result to" that applies when a filter is present and the existing setting can filter when no filters are present. My use case may be unique here but I thought I would float the idea to see if it might be useful to others.
priority
have different limit results setting when is filter present current sequel ace has a limit result to setting which is great when loading very large tables when working with a large table i often want to limit my initial unfiltered results to a small number example rows to prevent pulling millions of rows if the filtered result count is less than everything is great when the filter has more than results then i have to disable the limit result setting to see everything i would like to have a separate limit result to that applies when a filter is present and the existing setting can filter when no filters are present my use case may be unique here but i thought i would float the idea to see if it might be useful to others
1
379,996
11,252,935,075
IssuesEvent
2020-01-11 12:43:55
chicagopython/chipy.org
https://api.github.com/repos/chicagopython/chipy.org
closed
Paginate the Past Meetings Page
difficulty: medium priority: low status: accepted type: enhancement
As a ChiPy user, I'd like to paginate through the list of past meetings. https://www.chipy.org/meetings/past/
1.0
Paginate the Past Meetings Page - As a ChiPy user, I'd like to paginate through the list of past meetings. https://www.chipy.org/meetings/past/
priority
paginate the past meetings page as a chipy user i d like to paginate through the list of past meetings
1
216,883
7,312,673,819
IssuesEvent
2018-02-28 21:47:41
bounswe/bounswe2018group5
https://api.github.com/repos/bounswe/bounswe2018group5
opened
Missing label explanation on "Label System" page
Effort: Low Priority: Low Status: Accepted Type: Wiki
The use of "Status: Pending" label should also be declared.
1.0
Missing label explanation on "Label System" page - The use of "Status: Pending" label should also be declared.
priority
missing label explanation on label system page the use of status pending label should also be declared
1
127,789
5,039,430,652
IssuesEvent
2016-12-18 20:20:50
alexforster/sisqo
https://api.github.com/repos/alexforster/sisqo
closed
Try provided passwords/passphrases multiple times during authentication
priority:low type:enhancement
When going through multiple jumpboxes (rare, I know), it's possible to be prompted twice for a passphrase or password. Right now, the default promptCallback will never try the same credential twice in succession, instead considering that an indication of failure and bailing out. Since `ssh` does not distinguish between a successful or unsuccessful response to `Password: ` or `Enter passphrase for key: ` without turning up verbosity, let's relax this and allow the default promptCalback to try the same credential successively, say, three times? Arbitrary, but should cover almost all imaginable out-of-box usecases.
1.0
Try provided passwords/passphrases multiple times during authentication - When going through multiple jumpboxes (rare, I know), it's possible to be prompted twice for a passphrase or password. Right now, the default promptCallback will never try the same credential twice in succession, instead considering that an indication of failure and bailing out. Since `ssh` does not distinguish between a successful or unsuccessful response to `Password: ` or `Enter passphrase for key: ` without turning up verbosity, let's relax this and allow the default promptCalback to try the same credential successively, say, three times? Arbitrary, but should cover almost all imaginable out-of-box usecases.
priority
try provided passwords passphrases multiple times during authentication when going through multiple jumpboxes rare i know it s possible to be prompted twice for a passphrase or password right now the default promptcallback will never try the same credential twice in succession instead considering that an indication of failure and bailing out since ssh does not distinguish between a successful or unsuccessful response to password or enter passphrase for key without turning up verbosity let s relax this and allow the default promptcalback to try the same credential successively say three times arbitrary but should cover almost all imaginable out of box usecases
1
116,505
4,702,916,805
IssuesEvent
2016-10-13 05:18:38
CS2103AUG2016-T16-C2/main
https://api.github.com/repos/CS2103AUG2016-T16-C2/main
opened
As a user I can input deadlines in a comfortable manner
priority.low type.epic
A user can input deadlines which need not be integer dependent so that he does not have to rely on the calendar to obtain the date for deadlines such as tomorrow, next Mon, etc.
1.0
As a user I can input deadlines in a comfortable manner - A user can input deadlines which need not be integer dependent so that he does not have to rely on the calendar to obtain the date for deadlines such as tomorrow, next Mon, etc.
priority
as a user i can input deadlines in a comfortable manner a user can input deadlines which need not be integer dependent so that he does not have to rely on the calendar to obtain the date for deadlines such as tomorrow next mon etc
1
51,034
3,010,211,748
IssuesEvent
2015-07-28 11:51:42
OpenSourceBrain/redmine
https://api.github.com/repos/OpenSourceBrain/redmine
closed
Enable auto login?
enhancement Low priority question
I guess people could get annoyed with having to redo the login every time they quit their browser. A period of 30 days is probably a safe choice.
1.0
Enable auto login? - I guess people could get annoyed with having to redo the login every time they quit their browser. A period of 30 days is probably a safe choice.
priority
enable auto login i guess people could get annoyed with having to redo the login every time they quit their browser a period of days is probably a safe choice
1
380,274
11,257,781,501
IssuesEvent
2020-01-13 01:08:00
x13pixels/remedybg-issues
https://api.github.com/repos/x13pixels/remedybg-issues
closed
Multi-character literal gives parse error
Component: Watch Window Priority: 3 (Low-Med) Type: Bug
[HH529] Typing in 'IHDR', for example, gives a parse error. This should probably evaluate to the 32-bit integral value instead.
1.0
Multi-character literal gives parse error - [HH529] Typing in 'IHDR', for example, gives a parse error. This should probably evaluate to the 32-bit integral value instead.
priority
multi character literal gives parse error typing in ihdr for example gives a parse error this should probably evaluate to the bit integral value instead
1
510,391
14,789,725,568
IssuesEvent
2021-01-12 10:58:35
zeebe-io/zeebe
https://api.github.com/repos/zeebe-io/zeebe
closed
Partitions Not available if single broker is missing
Impact: Availability Priority: Low Scope: broker Severity: Mid Support Type: Bug
**Describe the bug** When starting a cluster of brokers without replication, and a single broker is not able to start, non of the partitions will become available. **To Reproduce** Start a single broker with a cluster size of `2`, i.e. using docker: ``` docker run --rm -p 26500:26500 -e ZEEBE_CLUSTER_SIZE=2 camunda/zeebe:0.20.1 ``` Check the topology using zbctl ``` $ ~/zeebe-broker-0.20.1/bin/zbctl statusCluster size: 2 Partitions count: 1 Replication factor: 1 Brokers: Broker 0 - 172.17.0.2:26501 ``` **Expected behavior** A partition should be accessible as soon as all replication members are available, i.e. without replication the partitions on the started brokers should be accessible. **Environment:** - Zeebe Version: 0.20.1 - 0.23.1 - Configuration: Broker Cluster with multiple partitions but no replication
1.0
Partitions Not available if single broker is missing - **Describe the bug** When starting a cluster of brokers without replication, and a single broker is not able to start, non of the partitions will become available. **To Reproduce** Start a single broker with a cluster size of `2`, i.e. using docker: ``` docker run --rm -p 26500:26500 -e ZEEBE_CLUSTER_SIZE=2 camunda/zeebe:0.20.1 ``` Check the topology using zbctl ``` $ ~/zeebe-broker-0.20.1/bin/zbctl statusCluster size: 2 Partitions count: 1 Replication factor: 1 Brokers: Broker 0 - 172.17.0.2:26501 ``` **Expected behavior** A partition should be accessible as soon as all replication members are available, i.e. without replication the partitions on the started brokers should be accessible. **Environment:** - Zeebe Version: 0.20.1 - 0.23.1 - Configuration: Broker Cluster with multiple partitions but no replication
priority
partitions not available if single broker is missing describe the bug when starting a cluster of brokers without replication and a single broker is not able to start non of the partitions will become available to reproduce start a single broker with a cluster size of i e using docker docker run rm p e zeebe cluster size camunda zeebe check the topology using zbctl zeebe broker bin zbctl statuscluster size partitions count replication factor brokers broker expected behavior a partition should be accessible as soon as all replication members are available i e without replication the partitions on the started brokers should be accessible environment zeebe version configuration broker cluster with multiple partitions but no replication
1
762,231
26,712,115,722
IssuesEvent
2023-01-28 02:32:06
pycaret/pycaret
https://api.github.com/repos/pycaret/pycaret
closed
[BUG]: Remove initial blank space of graphic in features(all)
no-issue-activity priority_low evaluate_model
### pycaret version checks - [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues). - [X] I have confirmed this bug exists on the [latest version](https://github.com/pycaret/pycaret/releases) of pycaret. - [X] I have confirmed this bug exists on the master branch of pycaret (pip install -U git+https://github.com/pycaret/pycaret.git@master). ### Issue Description ![Captura de ecrã 2022-08-22 085408](https://user-images.githubusercontent.com/41735311/185869016-7fda9602-598c-4bb4-8e73-8018e0d49751.png) Note: In the "juice" example this does not happen. It only happens when we have a lot of features. ### Reproducible Example ```python evaluate_model(tuned_model) ``` ### Expected Behavior Graphic without initial blank space ### Actual Results ```python-traceback . ``` ### Installed Versions <details> System: python: 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] executable: C:\Users\celes\anaconda3\python.exe machine: Windows-10-10.0.22622-SP0 PyCaret required dependencies: pip: 22.2.2 setuptools: 60.10.0 pycaret: 3.0.0rc3 IPython: 8.4.0 ipywidgets: 8.0.1 tqdm: 4.64.0 numpy: 1.22.4 pandas: 1.4.3 jinja2: 3.1.2 scipy: 1.8.1 joblib: 1.1.0 sklearn: 1.2.dev0 pyod: 1.0.4 imblearn: 0.9.1 category_encoders: 2.5.0 lightgbm: 3.3.2.99 numba: 0.55.2 requests: 2.28.1 matplotlib: 3.5.3 scikitplot: 0.3.7 yellowbrick: 1.4 plotly: 5.10.0 kaleido: 0.2.1 statsmodels: 0.13.2 sktime: 0.13.1 tbats: 1.1.0 pmdarima: 2.0.0 psutil: 5.9.1 PyCaret optional dependencies: shap: 0.41.0 interpret: 0.2.7 umap: 0.5.3 pandas_profiling: 3.2.0 explainerdashboard: 0.4.0 autoviz: 0.1.43 fairlearn: 0.7.0 xgboost: 2.0.0.dev0 catboost: 1.0.6 kmodes: 0.12.1 mlxtend: 0.20.0 statsforecast: 1.0.0 tune_sklearn: 0.4.3 ray: 1.13.0 hyperopt: 0.2.7 optuna: 2.10.1 skopt: 0.9.0 mlflow: 1.28.0 gradio: 3.1.6 fastapi: 0.79.1 uvicorn: 0.18.2 m2cgen: 0.10.0 evidently: 0.1.56.dev0 nltk: 3.7 pyLDAvis: 3.3.1 gensim: 4.2.0 spacy: 3.4.1 wordcloud: 1.8.2.2 textblob: 0.17.1 fugue: 0.6.6 streamlit: Not installed prophet: Not installed </details>
1.0
[BUG]: Remove initial blank space of graphic in features(all) - ### pycaret version checks - [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues). - [X] I have confirmed this bug exists on the [latest version](https://github.com/pycaret/pycaret/releases) of pycaret. - [X] I have confirmed this bug exists on the master branch of pycaret (pip install -U git+https://github.com/pycaret/pycaret.git@master). ### Issue Description ![Captura de ecrã 2022-08-22 085408](https://user-images.githubusercontent.com/41735311/185869016-7fda9602-598c-4bb4-8e73-8018e0d49751.png) Note: In the "juice" example this does not happen. It only happens when we have a lot of features. ### Reproducible Example ```python evaluate_model(tuned_model) ``` ### Expected Behavior Graphic without initial blank space ### Actual Results ```python-traceback . ``` ### Installed Versions <details> System: python: 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] executable: C:\Users\celes\anaconda3\python.exe machine: Windows-10-10.0.22622-SP0 PyCaret required dependencies: pip: 22.2.2 setuptools: 60.10.0 pycaret: 3.0.0rc3 IPython: 8.4.0 ipywidgets: 8.0.1 tqdm: 4.64.0 numpy: 1.22.4 pandas: 1.4.3 jinja2: 3.1.2 scipy: 1.8.1 joblib: 1.1.0 sklearn: 1.2.dev0 pyod: 1.0.4 imblearn: 0.9.1 category_encoders: 2.5.0 lightgbm: 3.3.2.99 numba: 0.55.2 requests: 2.28.1 matplotlib: 3.5.3 scikitplot: 0.3.7 yellowbrick: 1.4 plotly: 5.10.0 kaleido: 0.2.1 statsmodels: 0.13.2 sktime: 0.13.1 tbats: 1.1.0 pmdarima: 2.0.0 psutil: 5.9.1 PyCaret optional dependencies: shap: 0.41.0 interpret: 0.2.7 umap: 0.5.3 pandas_profiling: 3.2.0 explainerdashboard: 0.4.0 autoviz: 0.1.43 fairlearn: 0.7.0 xgboost: 2.0.0.dev0 catboost: 1.0.6 kmodes: 0.12.1 mlxtend: 0.20.0 statsforecast: 1.0.0 tune_sklearn: 0.4.3 ray: 1.13.0 hyperopt: 0.2.7 optuna: 2.10.1 skopt: 0.9.0 mlflow: 1.28.0 gradio: 3.1.6 fastapi: 0.79.1 uvicorn: 0.18.2 m2cgen: 0.10.0 evidently: 0.1.56.dev0 nltk: 3.7 pyLDAvis: 3.3.1 gensim: 4.2.0 spacy: 3.4.1 wordcloud: 1.8.2.2 textblob: 0.17.1 fugue: 0.6.6 streamlit: Not installed prophet: Not installed </details>
priority
remove initial blank space of graphic in features all pycaret version checks i have checked that this issue has not already been reported i have confirmed this bug exists on the of pycaret i have confirmed this bug exists on the master branch of pycaret pip install u git issue description note in the juice example this does not happen it only happens when we have a lot of features reproducible example python evaluate model tuned model expected behavior graphic without initial blank space actual results python traceback installed versions system python main apr executable c users celes python exe machine windows pycaret required dependencies pip setuptools pycaret ipython ipywidgets tqdm numpy pandas scipy joblib sklearn pyod imblearn category encoders lightgbm numba requests matplotlib scikitplot yellowbrick plotly kaleido statsmodels sktime tbats pmdarima psutil pycaret optional dependencies shap interpret umap pandas profiling explainerdashboard autoviz fairlearn xgboost catboost kmodes mlxtend statsforecast tune sklearn ray hyperopt optuna skopt mlflow gradio fastapi uvicorn evidently nltk pyldavis gensim spacy wordcloud textblob fugue streamlit not installed prophet not installed
1
371,806
10,981,618,143
IssuesEvent
2019-11-30 23:26:25
Luna-Interactive/catastrophe
https://api.github.com/repos/Luna-Interactive/catastrophe
opened
Reject players from joining games that have already started
Backend Priority: Low
**Describe the solution you would like** Reject players from joining games that have already started
1.0
Reject players from joining games that have already started - **Describe the solution you would like** Reject players from joining games that have already started
priority
reject players from joining games that have already started describe the solution you would like reject players from joining games that have already started
1
647,728
21,154,422,310
IssuesEvent
2022-04-07 00:29:50
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID: 240669] Unrecoverable parse warning in subsys/jwt/jwt.c
bug priority: low Coverity Stale
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/c0fcd35531611bbe35376c62a9e50744d6904940/subsys/jwt/jwt.c Category: Parse warnings Function: `` Component: Other CID: [240669](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=240669) Details: https://github.com/zephyrproject-rtos/zephyr/blob/c0fcd35531611bbe35376c62a9e50744d6904940/subsys/jwt/jwt.c#L139 Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v29271/p12996. For more information about the violation, check the [Coverity Reference](https://scan9.coverity.com/doc/en/cov_checker_ref.html#static_checker_PARSE_ERROR). () Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
1.0
[Coverity CID: 240669] Unrecoverable parse warning in subsys/jwt/jwt.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/c0fcd35531611bbe35376c62a9e50744d6904940/subsys/jwt/jwt.c Category: Parse warnings Function: `` Component: Other CID: [240669](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=240669) Details: https://github.com/zephyrproject-rtos/zephyr/blob/c0fcd35531611bbe35376c62a9e50744d6904940/subsys/jwt/jwt.c#L139 Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v29271/p12996. For more information about the violation, check the [Coverity Reference](https://scan9.coverity.com/doc/en/cov_checker_ref.html#static_checker_PARSE_ERROR). () Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
priority
unrecoverable parse warning in subsys jwt jwt c static code scan issues found in file category parse warnings function component other cid details please fix or provide comments in coverity using the link for more information about the violation check the note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file
1
421,769
12,261,223,909
IssuesEvent
2020-05-06 19:42:13
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
Change "is on" toggle with sprite
Category: Art Priority: Low
![image](https://user-images.githubusercontent.com/4238643/81220816-23a14400-900c-11ea-926f-7eb5bab1b2f7.png) this looks out of place, could we replace it with nice light switch sprite? ![image](https://user-images.githubusercontent.com/4238643/81220861-3582e700-900c-11ea-9fa3-ca8537cc4540.png)
1.0
Change "is on" toggle with sprite - ![image](https://user-images.githubusercontent.com/4238643/81220816-23a14400-900c-11ea-926f-7eb5bab1b2f7.png) this looks out of place, could we replace it with nice light switch sprite? ![image](https://user-images.githubusercontent.com/4238643/81220861-3582e700-900c-11ea-9fa3-ca8537cc4540.png)
priority
change is on toggle with sprite this looks out of place could we replace it with nice light switch sprite
1
393,773
11,624,473,002
IssuesEvent
2020-02-27 10:49:51
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
closed
Add button to enable/disable an input in Sunstone
Category: Sunstone Priority: Low Type: Feature
**Description** To notify users that changing the value of an input does not ensure its proper functioning. **Interface Changes** A button with a lock icon following the input's label. **Additional Context** ![image](https://user-images.githubusercontent.com/59608355/75435518-6b905480-5953-11ea-85c8-c840fdaec7bf.png) <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [x] Branch created - [x] Code committed to development branch - [x] Testing - QA - [x] Documentation - [ ] Release notes - resolved issues, compatibility, known issues - [ ] Code committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches
1.0
Add button to enable/disable an input in Sunstone - **Description** To notify users that changing the value of an input does not ensure its proper functioning. **Interface Changes** A button with a lock icon following the input's label. **Additional Context** ![image](https://user-images.githubusercontent.com/59608355/75435518-6b905480-5953-11ea-85c8-c840fdaec7bf.png) <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [x] Branch created - [x] Code committed to development branch - [x] Testing - QA - [x] Documentation - [ ] Release notes - resolved issues, compatibility, known issues - [ ] Code committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches
priority
add button to enable disable an input in sunstone description to notify users that changing the value of an input does not ensure its proper functioning interface changes a button with a lock icon following the input s label additional context progress status branch created code committed to development branch testing qa documentation release notes resolved issues compatibility known issues code committed to upstream release hotfix branches documentation committed to upstream release hotfix branches
1
232,981
7,688,391,259
IssuesEvent
2018-05-17 09:18:43
vanilla-framework/vanilla-framework
https://api.github.com/repos/vanilla-framework/vanilla-framework
closed
Incorrect font size on heading sidebar navigation
Priority: Low Status: Blocked
## Process We're currently using an incorrect font size on heading for sidebar navigation component. 1. Component: https://docs.vanillaframework.io/en/patterns/navigation#sidebar-navigation 2. Design spec: https://github.com/ubuntudesign/vanilla-design/blob/master/Sidebar%20navigation/sidebar-navigation.md ## Expected result - `1.5rem` ## Current result - `22px`
1.0
Incorrect font size on heading sidebar navigation - ## Process We're currently using an incorrect font size on heading for sidebar navigation component. 1. Component: https://docs.vanillaframework.io/en/patterns/navigation#sidebar-navigation 2. Design spec: https://github.com/ubuntudesign/vanilla-design/blob/master/Sidebar%20navigation/sidebar-navigation.md ## Expected result - `1.5rem` ## Current result - `22px`
priority
incorrect font size on heading sidebar navigation process we re currently using an incorrect font size on heading for sidebar navigation component component design spec expected result current result
1
770,827
27,058,454,397
IssuesEvent
2023-02-13 17:48:43
jbx-protocol/juice-interface
https://api.github.com/repos/jbx-protocol/juice-interface
opened
Project Page header font-size renders bigger than usual
Bug Priority: Low
## Summary Per filipv > Project page header renders weirdly. Can be fixed by setting the title's div to max width of 24rem or so, but probably best to figure out some dynamic thing. Maybe we can use isMobile for this one. ## Relevant logs and/or screenshots ![image](https://user-images.githubusercontent.com/18723426/218533429-612129e7-bd2c-4ab8-adb1-d82fc3c28e36.png) ## Environment - **Device/OS**: [e.g. iOS] - **Browser:** [e.g. chrome, safari] - **Hardware wallet**: [e.g. Ledger w/ Metamask]
1.0
Project Page header font-size renders bigger than usual - ## Summary Per filipv > Project page header renders weirdly. Can be fixed by setting the title's div to max width of 24rem or so, but probably best to figure out some dynamic thing. Maybe we can use isMobile for this one. ## Relevant logs and/or screenshots ![image](https://user-images.githubusercontent.com/18723426/218533429-612129e7-bd2c-4ab8-adb1-d82fc3c28e36.png) ## Environment - **Device/OS**: [e.g. iOS] - **Browser:** [e.g. chrome, safari] - **Hardware wallet**: [e.g. Ledger w/ Metamask]
priority
project page header font size renders bigger than usual summary per filipv project page header renders weirdly can be fixed by setting the title s div to max width of or so but probably best to figure out some dynamic thing maybe we can use ismobile for this one relevant logs and or screenshots environment device os browser hardware wallet
1
650,601
21,410,385,702
IssuesEvent
2022-04-22 04:52:40
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
[Config] J2 Templates are missing for LocalClaimInvalidationCache
task Priority/High Severity/Major config Complexity/Low
Configs mentioned [1] here for "LocalClaimInvalidationCache" is missing in the J2 templates of the identity.xml After adding these configs [2] should be changed to TOML. [1] https://docs.wso2.com/display/IS580/Adding+and+Configuring+a+Service+Provider [2] https://is.docs.wso2.com/en/5.9.0/learn/configuring-claims-for-a-service-provider/
1.0
[Config] J2 Templates are missing for LocalClaimInvalidationCache - Configs mentioned [1] here for "LocalClaimInvalidationCache" is missing in the J2 templates of the identity.xml After adding these configs [2] should be changed to TOML. [1] https://docs.wso2.com/display/IS580/Adding+and+Configuring+a+Service+Provider [2] https://is.docs.wso2.com/en/5.9.0/learn/configuring-claims-for-a-service-provider/
priority
templates are missing for localclaiminvalidationcache configs mentioned here for localclaiminvalidationcache is missing in the templates of the identity xml after adding these configs should be changed to toml
1
769,720
27,017,760,263
IssuesEvent
2023-02-10 21:12:40
tallyhowallet/extension
https://api.github.com/repos/tallyhowallet/extension
closed
Swap action execution button intermediate states
Type: Bug Priority: Low
### Discord Discussion Link n/a ### What browsers are you seeing the problem on? Chrome ### What were you trying to do? Make a swap ### What did not work? There's some intermediate states where the orange button on the bottom briefly shows an incorrect state. - The button briefly has 'get final quote' before changing to 'waiting for approval transaction' - The button briefly changes back to 'approve asset' after completion of the approval transaction Screen recording below https://user-images.githubusercontent.com/71384922/166644255-343add61-f625-492c-b7bb-f4cde17accb3.mov ### Version Community Edition v0.13.2 ### Relevant log output _No response_
1.0
Swap action execution button intermediate states - ### Discord Discussion Link n/a ### What browsers are you seeing the problem on? Chrome ### What were you trying to do? Make a swap ### What did not work? There's some intermediate states where the orange button on the bottom briefly shows an incorrect state. - The button briefly has 'get final quote' before changing to 'waiting for approval transaction' - The button briefly changes back to 'approve asset' after completion of the approval transaction Screen recording below https://user-images.githubusercontent.com/71384922/166644255-343add61-f625-492c-b7bb-f4cde17accb3.mov ### Version Community Edition v0.13.2 ### Relevant log output _No response_
priority
swap action execution button intermediate states discord discussion link n a what browsers are you seeing the problem on chrome what were you trying to do make a swap what did not work there s some intermediate states where the orange button on the bottom briefly shows an incorrect state the button briefly has get final quote before changing to waiting for approval transaction the button briefly changes back to approve asset after completion of the approval transaction screen recording below version community edition relevant log output no response
1
415,765
12,134,004,080
IssuesEvent
2020-04-23 09:58:38
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Add missing objects (or remove them from the tech tree)
Priority: Low Status: Fixed
Missing following objects: LargeHangingWoodSignObject, LargeStandingWoodSignObject, SmallHangingWoodSignObject, SmallStandingWoodSignObject
1.0
Add missing objects (or remove them from the tech tree) - Missing following objects: LargeHangingWoodSignObject, LargeStandingWoodSignObject, SmallHangingWoodSignObject, SmallStandingWoodSignObject
priority
add missing objects or remove them from the tech tree missing following objects largehangingwoodsignobject largestandingwoodsignobject smallhangingwoodsignobject smallstandingwoodsignobject
1
2,853
2,533,629,514
IssuesEvent
2015-01-24 02:00:38
pybox2d/pybox2d
https://api.github.com/repos/pybox2d/pybox2d
closed
**kwargs does not have iteritems() in python3.3.3
bug imported Priority-Low
_From [charlie.burrows](https://code.google.com/u/104908006973867683469/) on January 19, 2014 11:46:08_ What steps will reproduce the problem? $ python examples/hello.py Traceback (most recent call last): File "examples/hello.py", line 14, in \<module> world=b2World() # default gravity is (0,-10) and doSleep is True File "/usr/lib/python3.3/site-packages/Box2D-2.3b0-py3.3-linux-x86_64.egg/Box2D/Box2D.py", line 4625, in __init__ for key, value in kwargs.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems' What is the expected output? What do you see instead? I expect to be able to create any of the box2d objects. Using python2.7 it works as expected. What version of pybox2d are you using? On what operating system? 32-bit or 64-bit? Archlinux x86_64 Please provide any additional information below. This idiom is used all over the place: def test(**kwargs): for key, value in kwargs.iteritems(): print(key) test() In python3 this results in: AttributeError: 'dict' object has no attribute 'iteritems' but in python2.7 there's no problem. _Original issue: http://code.google.com/p/pybox2d/issues/detail?id=53_
1.0
**kwargs does not have iteritems() in python3.3.3 - _From [charlie.burrows](https://code.google.com/u/104908006973867683469/) on January 19, 2014 11:46:08_ What steps will reproduce the problem? $ python examples/hello.py Traceback (most recent call last): File "examples/hello.py", line 14, in \<module> world=b2World() # default gravity is (0,-10) and doSleep is True File "/usr/lib/python3.3/site-packages/Box2D-2.3b0-py3.3-linux-x86_64.egg/Box2D/Box2D.py", line 4625, in __init__ for key, value in kwargs.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems' What is the expected output? What do you see instead? I expect to be able to create any of the box2d objects. Using python2.7 it works as expected. What version of pybox2d are you using? On what operating system? 32-bit or 64-bit? Archlinux x86_64 Please provide any additional information below. This idiom is used all over the place: def test(**kwargs): for key, value in kwargs.iteritems(): print(key) test() In python3 this results in: AttributeError: 'dict' object has no attribute 'iteritems' but in python2.7 there's no problem. _Original issue: http://code.google.com/p/pybox2d/issues/detail?id=53_
priority
kwargs does not have iteritems in from on january what steps will reproduce the problem python examples hello py traceback most recent call last file examples hello py line in world default gravity is and dosleep is true file usr lib site packages linux egg py line in init for key value in kwargs iteritems attributeerror dict object has no attribute iteritems what is the expected output what do you see instead i expect to be able to create any of the objects using it works as expected what version of are you using on what operating system bit or bit archlinux please provide any additional information below this idiom is used all over the place def test kwargs for key value in kwargs iteritems print key test in this results in attributeerror dict object has no attribute iteritems but in there s no problem original issue
1
751,108
26,230,277,700
IssuesEvent
2023-01-04 23:09:12
ita-social-projects/TeachUA
https://api.github.com/repos/ita-social-projects/TeachUA
closed
[Administrating] User is able to view 'Адміністрування' after cleaning Local, Session storage and Cookies
bug Frontend Priority: Low Security Desktop
**Environment:** Windows 10, Google Chrome Version 92.0.4515.159 (64-bit) **Reproducible:** always **Build found:** last commit **Steps to reproduce** 1. Go to 'https://speak-ukrainian.org.ua/dev/' 2. Log in as Administrator (login: admin@gmail.com, pass: admin) 3. Press F12, click on 'Application' tab 4. Clear Local storage, Session storage and Cookies 5. Click on the profile menu 6. Hover over 'Адміністрування' and click 'Міста' **Actual result** Links from the menu is available for viewing ![token](https://user-images.githubusercontent.com/52464559/132308230-d151942c-36a5-434f-a3bd-0742d5c6f0f3.png) ![scr2](https://user-images.githubusercontent.com/52464559/132308396-de4000f1-9969-4176-b4b0-8325a1f47958.png) **Expected result** Log out user after cleaning storage
1.0
[Administrating] User is able to view 'Адміністрування' after cleaning Local, Session storage and Cookies - **Environment:** Windows 10, Google Chrome Version 92.0.4515.159 (64-bit) **Reproducible:** always **Build found:** last commit **Steps to reproduce** 1. Go to 'https://speak-ukrainian.org.ua/dev/' 2. Log in as Administrator (login: admin@gmail.com, pass: admin) 3. Press F12, click on 'Application' tab 4. Clear Local storage, Session storage and Cookies 5. Click on the profile menu 6. Hover over 'Адміністрування' and click 'Міста' **Actual result** Links from the menu is available for viewing ![token](https://user-images.githubusercontent.com/52464559/132308230-d151942c-36a5-434f-a3bd-0742d5c6f0f3.png) ![scr2](https://user-images.githubusercontent.com/52464559/132308396-de4000f1-9969-4176-b4b0-8325a1f47958.png) **Expected result** Log out user after cleaning storage
priority
user is able to view адміністрування after cleaning local session storage and cookies environment windows google chrome version bit reproducible always build found last commit steps to reproduce go to log in as administrator login admin gmail com pass admin press click on application tab clear local storage session storage and cookies click on the profile menu hover over адміністрування and click міста actual result links from the menu is available for viewing expected result log out user after cleaning storage
1
97,467
3,993,786,332
IssuesEvent
2016-05-10 09:42:56
thesgc/chembiohub_helpdesk
https://api.github.com/repos/thesgc/chembiohub_helpdesk
opened
Forced to add at least one project data field
bug priority: Low
When I create a new project, I'm forced to add a data field. I can delete the field and it will then save with no name, so when I look at the configuration it's there with blank field name. Won't save until I add a name or delete (as before - doesn't actually delete).
1.0
Forced to add at least one project data field - When I create a new project, I'm forced to add a data field. I can delete the field and it will then save with no name, so when I look at the configuration it's there with blank field name. Won't save until I add a name or delete (as before - doesn't actually delete).
priority
forced to add at least one project data field when i create a new project i m forced to add a data field i can delete the field and it will then save with no name so when i look at the configuration it s there with blank field name won t save until i add a name or delete as before doesn t actually delete
1
493,691
14,236,981,788
IssuesEvent
2020-11-18 16:38:51
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
CRAFTERCMS-1516: Clicking 'View' from the search screen displays a js error
bug priority: low
Original JIRA Fix Versions: 2.5.2, Original JIRA Components: ---------- Original JIRA Description: 1) Search from the dashboard by entering a content in the search keyword box 2) select a content 3) click 'View' The following js error displays in the console -------------------------------- Uncaught TypeError: Cannot read property 'replace' of undefinedCStudioAuthoring.ContextualNav.WcmActiveContentMod.CStudioAuthoring.ContextualNav.WcmActiveContentMod.renderActiveContent.CStudioAuthoring.register.ContextualNav.WcmActiveContent.renderEdit.render.option.onclick @ wcm_content.js:452: ---------- Original JIRA Comments: Original JIRA: http://issues.craftercms.org/browse/CRAFTERCMS-1516 ----------
1.0
CRAFTERCMS-1516: Clicking 'View' from the search screen displays a js error - Original JIRA Fix Versions: 2.5.2, Original JIRA Components: ---------- Original JIRA Description: 1) Search from the dashboard by entering a content in the search keyword box 2) select a content 3) click 'View' The following js error displays in the console -------------------------------- Uncaught TypeError: Cannot read property 'replace' of undefinedCStudioAuthoring.ContextualNav.WcmActiveContentMod.CStudioAuthoring.ContextualNav.WcmActiveContentMod.renderActiveContent.CStudioAuthoring.register.ContextualNav.WcmActiveContent.renderEdit.render.option.onclick @ wcm_content.js:452: ---------- Original JIRA Comments: Original JIRA: http://issues.craftercms.org/browse/CRAFTERCMS-1516 ----------
priority
craftercms clicking view from the search screen displays a js error original jira fix versions original jira components original jira description search from the dashboard by entering a content in the search keyword box select a content click view the following js error displays in the console uncaught typeerror cannot read property replace of undefinedcstudioauthoring contextualnav wcmactivecontentmod cstudioauthoring contextualnav wcmactivecontentmod renderactivecontent cstudioauthoring register contextualnav wcmactivecontent renderedit render option onclick wcm content js original jira comments original jira
1
425,700
12,344,881,240
IssuesEvent
2020-05-15 07:55:06
aau-giraf/web-api
https://api.github.com/repos/aau-giraf/web-api
closed
As a developer, I expect the repository to have consistent indentation and line endings
Gruppe 17 chore point: 8 priority: low
**Is your feature request related to a problem? Please describe.** Indentation is of code and line endings are different in many places and should be formatted consistently. Creating my own little PowerShell script to analyze the source, I get the following result: ![image](https://user-images.githubusercontent.com/5766695/80200941-a943ed80-8623-11ea-8012-d7b972badf8c.png) **Describe the solution you'd like** I'd like to see the files using a consistent formatting, and this should be done automatically, perhaps using a tool. **Additional context** I would suggest using a config for [EditorConfig](https://editorconfig.org/). This would make it easy for developers to align with a standard which they don't have to think about. Additionally, if the lineendings were set specifically, we would reduce the risk of having PRs with lineending changes (which has happened multiple times).
1.0
As a developer, I expect the repository to have consistent indentation and line endings - **Is your feature request related to a problem? Please describe.** Indentation is of code and line endings are different in many places and should be formatted consistently. Creating my own little PowerShell script to analyze the source, I get the following result: ![image](https://user-images.githubusercontent.com/5766695/80200941-a943ed80-8623-11ea-8012-d7b972badf8c.png) **Describe the solution you'd like** I'd like to see the files using a consistent formatting, and this should be done automatically, perhaps using a tool. **Additional context** I would suggest using a config for [EditorConfig](https://editorconfig.org/). This would make it easy for developers to align with a standard which they don't have to think about. Additionally, if the lineendings were set specifically, we would reduce the risk of having PRs with lineending changes (which has happened multiple times).
priority
as a developer i expect the repository to have consistent indentation and line endings is your feature request related to a problem please describe indentation is of code and line endings are different in many places and should be formatted consistently creating my own little powershell script to analyze the source i get the following result describe the solution you d like i d like to see the files using a consistent formatting and this should be done automatically perhaps using a tool additional context i would suggest using a config for this would make it easy for developers to align with a standard which they don t have to think about additionally if the lineendings were set specifically we would reduce the risk of having prs with lineending changes which has happened multiple times
1
450,635
13,017,630,568
IssuesEvent
2020-07-26 13:29:43
SeaLoong/BLRHH
https://api.github.com/repos/SeaLoong/BLRHH
closed
换皮的直播间脚本不会运行
low priority not a bug
**描述bug** 换皮的直播间脚本不会运行,举例,例如一些游戏比赛直播间,https://live.bilibili.com/6 英雄联盟比赛直播间,似乎因为该直播间和普通直播间皮肤不一样,所以脚本好像不会运行 **重现bug** 说明您在进行了怎样的操作后出现了bug 如上,在一些非正常皮肤的直播间,脚本无法运行 **预期行为** 脚本不会运行 **截图** 如果可以,请提供有关截图 **使用环境:** - 浏览器: 如Chrome - 浏览器版本: 如Chromium 67.0.3396.99 - 脚本的版本: 如1.0.0 - 网络情况(网速): 好/一般/坏 - 其他浏览器插件/脚本: 在此写上您认为可能会对本脚本产生影响的插件/脚本 - bug出现时间: (精确到分钟) **其他** 油猴上显示是脚本执行了的,但是实际并未执行。作者如果有空检查一下这个问题就太好了。
1.0
换皮的直播间脚本不会运行 - **描述bug** 换皮的直播间脚本不会运行,举例,例如一些游戏比赛直播间,https://live.bilibili.com/6 英雄联盟比赛直播间,似乎因为该直播间和普通直播间皮肤不一样,所以脚本好像不会运行 **重现bug** 说明您在进行了怎样的操作后出现了bug 如上,在一些非正常皮肤的直播间,脚本无法运行 **预期行为** 脚本不会运行 **截图** 如果可以,请提供有关截图 **使用环境:** - 浏览器: 如Chrome - 浏览器版本: 如Chromium 67.0.3396.99 - 脚本的版本: 如1.0.0 - 网络情况(网速): 好/一般/坏 - 其他浏览器插件/脚本: 在此写上您认为可能会对本脚本产生影响的插件/脚本 - bug出现时间: (精确到分钟) **其他** 油猴上显示是脚本执行了的,但是实际并未执行。作者如果有空检查一下这个问题就太好了。
priority
换皮的直播间脚本不会运行 描述bug 换皮的直播间脚本不会运行,举例,例如一些游戏比赛直播间, 英雄联盟比赛直播间,似乎因为该直播间和普通直播间皮肤不一样,所以脚本好像不会运行 重现bug 说明您在进行了怎样的操作后出现了bug 如上,在一些非正常皮肤的直播间,脚本无法运行 预期行为 脚本不会运行 截图 如果可以,请提供有关截图 使用环境 浏览器 如chrome 浏览器版本 如chromium 脚本的版本 网络情况 网速 好 一般 坏 其他浏览器插件 脚本 在此写上您认为可能会对本脚本产生影响的插件 脚本 bug出现时间 精确到分钟 其他 油猴上显示是脚本执行了的,但是实际并未执行。作者如果有空检查一下这个问题就太好了。
1
689,530
23,623,618,068
IssuesEvent
2022-08-25 00:01:54
woocommerce/woocommerce
https://api.github.com/repos/woocommerce/woocommerce
opened
Fatal error if a coupon is (permanently) deleted after being added to a cart
type: bug priority: low plugin: woocommerce
If a custom adds a coupon to the cart, and the coupon is then **permanently** deleted, the customer will experience a fatal error when accessing the checkout page/when attempting to check out. ``` Fatal error: Uncaught Exception: Invalid coupon. in /.../plugins/woocommerce/includes/data-stores/class-wc-coupon-data-store-cpt.php on line 118 ``` Originally flagged by @nickpagz [(over here)](https://github.com/woocommerce/woocommerce/issues/22052#issuecomment-1226136046). ### Steps to replicate 1. As an admin, create a coupon. 2. As a customer, add some items to your cart and apply the coupon (on the cart page). 3. As the admin, trash then permanently delete the coupon. 4. As the customer, attempt to access the checkout page. 5. Fatal/uncaught exception.
1.0
Fatal error if a coupon is (permanently) deleted after being added to a cart - If a custom adds a coupon to the cart, and the coupon is then **permanently** deleted, the customer will experience a fatal error when accessing the checkout page/when attempting to check out. ``` Fatal error: Uncaught Exception: Invalid coupon. in /.../plugins/woocommerce/includes/data-stores/class-wc-coupon-data-store-cpt.php on line 118 ``` Originally flagged by @nickpagz [(over here)](https://github.com/woocommerce/woocommerce/issues/22052#issuecomment-1226136046). ### Steps to replicate 1. As an admin, create a coupon. 2. As a customer, add some items to your cart and apply the coupon (on the cart page). 3. As the admin, trash then permanently delete the coupon. 4. As the customer, attempt to access the checkout page. 5. Fatal/uncaught exception.
priority
fatal error if a coupon is permanently deleted after being added to a cart if a custom adds a coupon to the cart and the coupon is then permanently deleted the customer will experience a fatal error when accessing the checkout page when attempting to check out fatal error uncaught exception invalid coupon in plugins woocommerce includes data stores class wc coupon data store cpt php on line originally flagged by nickpagz steps to replicate as an admin create a coupon as a customer add some items to your cart and apply the coupon on the cart page as the admin trash then permanently delete the coupon as the customer attempt to access the checkout page fatal uncaught exception
1
260,330
8,208,463,368
IssuesEvent
2018-09-04 01:55:14
Chrjsen/seer
https://api.github.com/repos/Chrjsen/seer
opened
Git integration
help wanted low priority task
Having Git integration in a code editor is almost 100% necessary in today's world. Every software project in modern times are run using source control management software such as git. We need git integration at some point in time. It has a low priority for now, since it is quite the undertaking.
1.0
Git integration - Having Git integration in a code editor is almost 100% necessary in today's world. Every software project in modern times are run using source control management software such as git. We need git integration at some point in time. It has a low priority for now, since it is quite the undertaking.
priority
git integration having git integration in a code editor is almost necessary in today s world every software project in modern times are run using source control management software such as git we need git integration at some point in time it has a low priority for now since it is quite the undertaking
1
466,913
13,436,962,255
IssuesEvent
2020-09-07 15:09:07
jurplel/qView
https://api.github.com/repos/jurplel/qView
closed
Add ampersand alt navigation back to the menu
enhancement low-priority
At some point i took it out and i should not have done that
1.0
Add ampersand alt navigation back to the menu - At some point i took it out and i should not have done that
priority
add ampersand alt navigation back to the menu at some point i took it out and i should not have done that
1
429,227
12,422,451,314
IssuesEvent
2020-05-23 22:15:49
GeyserMC/Geyser
https://api.github.com/repos/GeyserMC/Geyser
closed
Customised capes don't display
Confirmed Bug Priority: Low
**Describe the bug** Custom capes don't work get displayed. **To Reproduce** 1. Use this resource pack: https://mega.nz/file/s1pz2SRL#hr8T2lKH4RLMJCiV54KEawR-IEftct0aWO3VAhS4hCY 2. Apply custom cape using screenshots 2. Connect to a server 3. Other players can't see the custom cape **Expected behavior** The cape appears as it does on official servers **Screenshots / Videos** ![image](https://user-images.githubusercontent.com/5401186/81353524-36c21b80-90c1-11ea-93e7-f0a86a688e3c.png) ![image](https://user-images.githubusercontent.com/5401186/81353526-3a55a280-90c1-11ea-9a3d-f5ba062cf7d8.png) Resource pack: https://youtu.be/ACwWhnQo784 Howto: ![image](https://user-images.githubusercontent.com/5401186/81353814-fd3de000-90c1-11ea-9978-cd6d9a1fb4cd.png) ![image](https://user-images.githubusercontent.com/5401186/81353829-0333c100-90c2-11ea-9280-45d27500e160.png) **Server Version** git-Spigot-2040c4c-1872231 (1.15.2) **Geyser Version** Geyser-Bukkit build #125 **Minecraft: Bedrock Edition Version** Win10 1.14.60 **Additional Context** Reported by `@TOWUK | YouTube ✅#7761` on discord
1.0
Customised capes don't display - **Describe the bug** Custom capes don't work get displayed. **To Reproduce** 1. Use this resource pack: https://mega.nz/file/s1pz2SRL#hr8T2lKH4RLMJCiV54KEawR-IEftct0aWO3VAhS4hCY 2. Apply custom cape using screenshots 2. Connect to a server 3. Other players can't see the custom cape **Expected behavior** The cape appears as it does on official servers **Screenshots / Videos** ![image](https://user-images.githubusercontent.com/5401186/81353524-36c21b80-90c1-11ea-93e7-f0a86a688e3c.png) ![image](https://user-images.githubusercontent.com/5401186/81353526-3a55a280-90c1-11ea-9a3d-f5ba062cf7d8.png) Resource pack: https://youtu.be/ACwWhnQo784 Howto: ![image](https://user-images.githubusercontent.com/5401186/81353814-fd3de000-90c1-11ea-9978-cd6d9a1fb4cd.png) ![image](https://user-images.githubusercontent.com/5401186/81353829-0333c100-90c2-11ea-9280-45d27500e160.png) **Server Version** git-Spigot-2040c4c-1872231 (1.15.2) **Geyser Version** Geyser-Bukkit build #125 **Minecraft: Bedrock Edition Version** Win10 1.14.60 **Additional Context** Reported by `@TOWUK | YouTube ✅#7761` on discord
priority
customised capes don t display describe the bug custom capes don t work get displayed to reproduce use this resource pack apply custom cape using screenshots connect to a server other players can t see the custom cape expected behavior the cape appears as it does on official servers screenshots videos resource pack howto server version git spigot geyser version geyser bukkit build minecraft bedrock edition version additional context reported by towuk youtube ✅ on discord
1
608,882
18,850,475,951
IssuesEvent
2021-11-11 20:09:01
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
DrakeVisualizer unit tests should not use DrakeMockLcm
type: cleanup priority: low team: dynamics component: geometry illustration
`DrakeMockLcm`'s last commit indicated that we want to remove usage of this implementation. As it is simply an alias for `DrakeLcm("memq://")`, it would be better to have that be explicit. Furthermore, in a bazel testing context, that is the default URL for simply creating `DrakeLcm lcm;`. So, we simply need to swap the usages of the soon-to-be deprecated `DrakeMockLcm` in favor of `DrakeLcm` spelling.
1.0
DrakeVisualizer unit tests should not use DrakeMockLcm - `DrakeMockLcm`'s last commit indicated that we want to remove usage of this implementation. As it is simply an alias for `DrakeLcm("memq://")`, it would be better to have that be explicit. Furthermore, in a bazel testing context, that is the default URL for simply creating `DrakeLcm lcm;`. So, we simply need to swap the usages of the soon-to-be deprecated `DrakeMockLcm` in favor of `DrakeLcm` spelling.
priority
drakevisualizer unit tests should not use drakemocklcm drakemocklcm s last commit indicated that we want to remove usage of this implementation as it is simply an alias for drakelcm memq it would be better to have that be explicit furthermore in a bazel testing context that is the default url for simply creating drakelcm lcm so we simply need to swap the usages of the soon to be deprecated drakemocklcm in favor of drakelcm spelling
1
751,090
26,229,943,678
IssuesEvent
2023-01-04 22:44:13
ita-social-projects/TeachUA
https://api.github.com/repos/ita-social-projects/TeachUA
closed
[Mobile version.Мій профіль] Wrong alignment of elements in My profile UI
bug Frontend UI Priority: Low Mobile
**Environment:** Windows 10, Версия 92.0.4515.107 (Официальная сборка), (64 бит), Iphone X **Reproducible:** always **Build found:** last commit **Preconditions** Open mobile version of site. Go to https://speak-ukrainian.org.ua/dev/ Log in as admin 'Email'="admin@gmail.com", 'Password'="admin" Click 'My profile' **Steps to reproduce** **Actual result** UI does not match to mock-up Wrong alignment of elements ![my profile UI](https://user-images.githubusercontent.com/87965983/128315038-5f4f9d6d-6da0-405d-8bb6-389d39f4f5ac.png) **Expected result** ![mock up profile](https://user-images.githubusercontent.com/87965983/128315006-2214867c-dd24-4d8c-9187-b6c944e63cf4.png) User story #674
1.0
[Mobile version.Мій профіль] Wrong alignment of elements in My profile UI - **Environment:** Windows 10, Версия 92.0.4515.107 (Официальная сборка), (64 бит), Iphone X **Reproducible:** always **Build found:** last commit **Preconditions** Open mobile version of site. Go to https://speak-ukrainian.org.ua/dev/ Log in as admin 'Email'="admin@gmail.com", 'Password'="admin" Click 'My profile' **Steps to reproduce** **Actual result** UI does not match to mock-up Wrong alignment of elements ![my profile UI](https://user-images.githubusercontent.com/87965983/128315038-5f4f9d6d-6da0-405d-8bb6-389d39f4f5ac.png) **Expected result** ![mock up profile](https://user-images.githubusercontent.com/87965983/128315006-2214867c-dd24-4d8c-9187-b6c944e63cf4.png) User story #674
priority
wrong alignment of elements in my profile ui environment windows версия официальная сборка бит iphone x reproducible always build found last commit preconditions open mobile version of site go to log in as admin email admin gmail com password admin click my profile steps to reproduce actual result ui does not match to mock up wrong alignment of elements expected result user story
1
429,020
12,419,942,775
IssuesEvent
2020-05-23 09:15:57
hildebro/moneysplitter
https://api.github.com/repos/hildebro/moneysplitter
closed
Alternative to equalization
low priority
- in advanced options, introduce flag to switch between _equalization_ and _balanced spendings_ - this mode is meant for persistent checklists that run over a long time - when balanced spendings are active, every checklist_user sets a new _amont_ column from NULL to 0 - everytime a purchase is made, that amount is increased by the spend amount - whenever the amount of EVERY user in a given checklist is greater than 0, the amount of the lowest spender in the checklist is used to decrease the amount of EVERY user. this results in the amount showing the absolute difference between users - maybe some kind of equalizing can be added here too - maybe if a certain threshold is reached for the lowest paying member of the checklist, he gets a notification to equalize
1.0
Alternative to equalization - - in advanced options, introduce flag to switch between _equalization_ and _balanced spendings_ - this mode is meant for persistent checklists that run over a long time - when balanced spendings are active, every checklist_user sets a new _amont_ column from NULL to 0 - everytime a purchase is made, that amount is increased by the spend amount - whenever the amount of EVERY user in a given checklist is greater than 0, the amount of the lowest spender in the checklist is used to decrease the amount of EVERY user. this results in the amount showing the absolute difference between users - maybe some kind of equalizing can be added here too - maybe if a certain threshold is reached for the lowest paying member of the checklist, he gets a notification to equalize
priority
alternative to equalization in advanced options introduce flag to switch between equalization and balanced spendings this mode is meant for persistent checklists that run over a long time when balanced spendings are active every checklist user sets a new amont column from null to everytime a purchase is made that amount is increased by the spend amount whenever the amount of every user in a given checklist is greater than the amount of the lowest spender in the checklist is used to decrease the amount of every user this results in the amount showing the absolute difference between users maybe some kind of equalizing can be added here too maybe if a certain threshold is reached for the lowest paying member of the checklist he gets a notification to equalize
1
664,626
22,283,056,099
IssuesEvent
2022-06-11 06:56:11
qouteall/ImmersivePortalsMod
https://api.github.com/repos/qouteall/ImmersivePortalsMod
opened
Cob web and powdered snow does not affect player through portal
Low Priority
If the player head is in overworld and the feet is in nether, then the nether cobweb won't affect the player.
1.0
Cob web and powdered snow does not affect player through portal - If the player head is in overworld and the feet is in nether, then the nether cobweb won't affect the player.
priority
cob web and powdered snow does not affect player through portal if the player head is in overworld and the feet is in nether then the nether cobweb won t affect the player
1
686,640
23,499,826,969
IssuesEvent
2022-08-18 07:22:36
tusen-ai/naive-ui
https://api.github.com/repos/tusen-ai/naive-ui
closed
增加可拖拽表格,拖拽锚点
feature request priority: low
<!-- generated by issue-helper DO NOT REMOVE __FEATURE_REQUEST__ --> ### This function solves the problem (这个功能解决的问题) 增加可拖拽表格,拖拽锚点 ### Expected API (期望的 API) 增加可拖拽表格,拖拽锚点 ![image](https://user-images.githubusercontent.com/94693483/150937631-53c0f3e8-c0ca-4a91-9a24-b412afec82b1.png) https://arco.design/vue/component/table#drag-row <!-- generated by issue-helper DO NOT REMOVE __FEATURE_REQUEST__ -->
1.0
增加可拖拽表格,拖拽锚点 - <!-- generated by issue-helper DO NOT REMOVE __FEATURE_REQUEST__ --> ### This function solves the problem (这个功能解决的问题) 增加可拖拽表格,拖拽锚点 ### Expected API (期望的 API) 增加可拖拽表格,拖拽锚点 ![image](https://user-images.githubusercontent.com/94693483/150937631-53c0f3e8-c0ca-4a91-9a24-b412afec82b1.png) https://arco.design/vue/component/table#drag-row <!-- generated by issue-helper DO NOT REMOVE __FEATURE_REQUEST__ -->
priority
增加可拖拽表格,拖拽锚点 this function solves the problem 这个功能解决的问题 增加可拖拽表格,拖拽锚点 expected api 期望的 api 增加可拖拽表格,拖拽锚点
1
787,455
27,718,209,441
IssuesEvent
2023-03-14 18:24:35
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
Presentation-uploader not working properly
priority: low module: client
**Describe the bug** There are 2 things to be tweaked in the presentation-uploader modal (Minor problems really). - first: while uploading some documents, open and close uploader modal at least 2 times, after that, the modal itself freezes. https://user-images.githubusercontent.com/69865537/217245595-dec28ffc-2a36-4e67-b6b4-9fc267a70b63.mp4 - second: Upload a +30MB presentation and a normal one, open uploader modal and clear errors while uploading is happening, all presentations disappear. https://user-images.githubusercontent.com/69865537/217246189-e24992b1-2e77-4c42-b7fb-d8703c3fe800.mp4 **Expected behavior** Opening and closing uploader modal should not break it. And also, clear errors should only remove presentations with errors from the list. **BBB version:** BigBlueButton Server 2.6.0-rc.2 (848) **Desktop (please complete the following information):** - OS: Ubuntu 22.04 - Browser: Chrome
1.0
Presentation-uploader not working properly - **Describe the bug** There are 2 things to be tweaked in the presentation-uploader modal (Minor problems really). - first: while uploading some documents, open and close uploader modal at least 2 times, after that, the modal itself freezes. https://user-images.githubusercontent.com/69865537/217245595-dec28ffc-2a36-4e67-b6b4-9fc267a70b63.mp4 - second: Upload a +30MB presentation and a normal one, open uploader modal and clear errors while uploading is happening, all presentations disappear. https://user-images.githubusercontent.com/69865537/217246189-e24992b1-2e77-4c42-b7fb-d8703c3fe800.mp4 **Expected behavior** Opening and closing uploader modal should not break it. And also, clear errors should only remove presentations with errors from the list. **BBB version:** BigBlueButton Server 2.6.0-rc.2 (848) **Desktop (please complete the following information):** - OS: Ubuntu 22.04 - Browser: Chrome
priority
presentation uploader not working properly describe the bug there are things to be tweaked in the presentation uploader modal minor problems really first while uploading some documents open and close uploader modal at least times after that the modal itself freezes second upload a presentation and a normal one open uploader modal and clear errors while uploading is happening all presentations disappear expected behavior opening and closing uploader modal should not break it and also clear errors should only remove presentations with errors from the list bbb version bigbluebutton server rc desktop please complete the following information os ubuntu browser chrome
1
204,256
7,086,085,747
IssuesEvent
2018-01-11 13:26:57
Guake/guake
https://api.github.com/repos/Guake/guake
closed
Return focus to shell after rename
Priority:Low Type: Feature Request
Just a very minor annoyance, in my particular instance I have "Rename tab" binded to alt+/. So after pressing alt+/, the rename prompt comes up and, without using the mouse at all, I can type the new name I'd like for my Tab, and press return to rename the tab. Afterwards, the focus is not returned to the shell but, in my cases, to the window behind Guake. It just slightly disrupts the flow of things. It would be nice if, immediately after pressing return, focus was returned to the shell prompt if it was already focused there previously.
1.0
Return focus to shell after rename - Just a very minor annoyance, in my particular instance I have "Rename tab" binded to alt+/. So after pressing alt+/, the rename prompt comes up and, without using the mouse at all, I can type the new name I'd like for my Tab, and press return to rename the tab. Afterwards, the focus is not returned to the shell but, in my cases, to the window behind Guake. It just slightly disrupts the flow of things. It would be nice if, immediately after pressing return, focus was returned to the shell prompt if it was already focused there previously.
priority
return focus to shell after rename just a very minor annoyance in my particular instance i have rename tab binded to alt so after pressing alt the rename prompt comes up and without using the mouse at all i can type the new name i d like for my tab and press return to rename the tab afterwards the focus is not returned to the shell but in my cases to the window behind guake it just slightly disrupts the flow of things it would be nice if immediately after pressing return focus was returned to the shell prompt if it was already focused there previously
1
723,905
24,911,991,949
IssuesEvent
2022-10-30 00:29:14
tallguyjenks/PyRM
https://api.github.com/repos/tallguyjenks/PyRM
closed
📦️: Containerize Application in Docker?
✨️ goal: improve help wanted 🔢️ points: 13 🟢️ priority: low 🚦️ status: awaiting triage no-issue-activity
- [ ] investigate how this might be beneficial to the application - [ ] what are the needs for this - [ ] RESEARCH
1.0
📦️: Containerize Application in Docker? - - [ ] investigate how this might be beneficial to the application - [ ] what are the needs for this - [ ] RESEARCH
priority
📦️ containerize application in docker investigate how this might be beneficial to the application what are the needs for this research
1
684,752
23,429,068,054
IssuesEvent
2022-08-14 20:59:26
pvs-hd-tea/PyTypes
https://api.github.com/repos/pvs-hd-tea/PyTypes
opened
Make project available as a library
Enhancement Low Priority
Switching back and forth between virtualenvs makes the process of generating types quite arduous. Providing this project as a library dependency for projects we want to trace would simplify this process somewhat. Perhaps an approach can be gleamed from [this issue thread](https://github.com/python-poetry/poetry/issues/761)?
1.0
Make project available as a library - Switching back and forth between virtualenvs makes the process of generating types quite arduous. Providing this project as a library dependency for projects we want to trace would simplify this process somewhat. Perhaps an approach can be gleamed from [this issue thread](https://github.com/python-poetry/poetry/issues/761)?
priority
make project available as a library switching back and forth between virtualenvs makes the process of generating types quite arduous providing this project as a library dependency for projects we want to trace would simplify this process somewhat perhaps an approach can be gleamed from
1
767,978
26,948,793,954
IssuesEvent
2023-02-08 10:08:05
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
gpio_hogs test uses an incorrect GPIO spec handle
bug priority: low area: GPIO
The test `test_gpio_hog_output_low_config` has a copy paste error and uses the wrong GPIO spec handle during the assertion check. Fixed by [PR#545019](https://github.com/zephyrproject-rtos/zephyr/pull/54519)
1.0
gpio_hogs test uses an incorrect GPIO spec handle - The test `test_gpio_hog_output_low_config` has a copy paste error and uses the wrong GPIO spec handle during the assertion check. Fixed by [PR#545019](https://github.com/zephyrproject-rtos/zephyr/pull/54519)
priority
gpio hogs test uses an incorrect gpio spec handle the test test gpio hog output low config has a copy paste error and uses the wrong gpio spec handle during the assertion check fixed by
1
495,105
14,272,156,172
IssuesEvent
2020-11-21 15:48:41
pdfarranger/pdfarranger
https://api.github.com/repos/pdfarranger/pdfarranger
opened
Making pdfarranger suitable for large PDFs
low priority
Currently pdfarranger is not suitable to manage a several hundred page PDF for those reasons: * All page thumbnails are kept in memory whatever they are visible or not. When zooming a lot the pdfarranger needs several GiB of RAM. * We render thumbnail in order, and for all pages whatever they are visible or not. If you open a large PDF, zoom a bit and scroll to the end, you have to wait to get the thumbnails. * When zooming/unzooming the thumbnails need to be re-rendered Some ideas: * the thumbnails should be cached to the disk (sqlitedb ?) * the thumbnails should be rendered/loaded on demand (i.e. when they are visible).
1.0
Making pdfarranger suitable for large PDFs - Currently pdfarranger is not suitable to manage a several hundred page PDF for those reasons: * All page thumbnails are kept in memory whatever they are visible or not. When zooming a lot the pdfarranger needs several GiB of RAM. * We render thumbnail in order, and for all pages whatever they are visible or not. If you open a large PDF, zoom a bit and scroll to the end, you have to wait to get the thumbnails. * When zooming/unzooming the thumbnails need to be re-rendered Some ideas: * the thumbnails should be cached to the disk (sqlitedb ?) * the thumbnails should be rendered/loaded on demand (i.e. when they are visible).
priority
making pdfarranger suitable for large pdfs currently pdfarranger is not suitable to manage a several hundred page pdf for those reasons all page thumbnails are kept in memory whatever they are visible or not when zooming a lot the pdfarranger needs several gib of ram we render thumbnail in order and for all pages whatever they are visible or not if you open a large pdf zoom a bit and scroll to the end you have to wait to get the thumbnails when zooming unzooming the thumbnails need to be re rendered some ideas the thumbnails should be cached to the disk sqlitedb the thumbnails should be rendered loaded on demand i e when they are visible
1
508,161
14,690,906,905
IssuesEvent
2021-01-02 17:12:46
VandyHacks/vaken
https://api.github.com/repos/VandyHacks/vaken
closed
Get multiple schools for top N if they have same # of applicants
Priority: Low Type: Enhancement
<a href="https://github.com/ftiet"><img src="https://avatars1.githubusercontent.com/u/18177390?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [ftiet](https://github.com/ftiet)** _Monday Apr 15, 2019 at 17:22 GMT_ _Originally opened as https://github.com/vu-cs3892-s19/vaken/issues/114_ ---- In https://github.com/VandyHacks/vaken/blob/cce53e4cfe07cddfb88371fb2b5772855446718f/src/server/resolvers/HackerResolver.ts#L142 if other schools have the same # of applicants as the last school returned, return those also
1.0
Get multiple schools for top N if they have same # of applicants - <a href="https://github.com/ftiet"><img src="https://avatars1.githubusercontent.com/u/18177390?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [ftiet](https://github.com/ftiet)** _Monday Apr 15, 2019 at 17:22 GMT_ _Originally opened as https://github.com/vu-cs3892-s19/vaken/issues/114_ ---- In https://github.com/VandyHacks/vaken/blob/cce53e4cfe07cddfb88371fb2b5772855446718f/src/server/resolvers/HackerResolver.ts#L142 if other schools have the same # of applicants as the last school returned, return those also
priority
get multiple schools for top n if they have same of applicants issue by monday apr at gmt originally opened as in if other schools have the same of applicants as the last school returned return those also
1
215,510
7,294,740,423
IssuesEvent
2018-02-26 02:15:27
SparkDevNetwork/Rock
https://api.github.com/repos/SparkDevNetwork/Rock
opened
Category Manager allows editing and deletion of IsSystem categories
Priority: Low Status: Confirmed Topic: Rock Internals Type: Bug
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Can you reproduce the problem on a fresh install or the [demo site](http://rock.rocksolidchurchdemo.com/)? * Did you include your Rock version number and [client culture](https://github.com/SparkDevNetwork/Rock/wiki/Environment-and-Diagnostics-Information) setting? * Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+user%3ASparkDevNetwork+-repo%3ASparkDevNetwork%2FSlack) to see if your bug or enhancement is already reported? ### Description When using the Admin > System Settings > Category Manager to work with categories, if a category is marked IsSystem = true then it still allows you to edit and delete them, even though you shouldn't be able to. ### Steps to Reproduce 1. Go to Category Manager 2. Set filter Entity Type to Schedule 3. Delete the `Service Times` category, which is marked as System. (It should actually throw a foreign key SQL exception because it is being referenced, but the block is allowing the Delete to proceed. **Expected behavior:** Delete should be disabled as well as editing. This would match the behavior of the Category Detail block. **Actual behavior:** You can edit and delete things you shouldn't. ### Versions * **Rock Version:** 6.8, 8.0 * **Client Culture Setting:** en-US
1.0
Category Manager allows editing and deletion of IsSystem categories - ### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Can you reproduce the problem on a fresh install or the [demo site](http://rock.rocksolidchurchdemo.com/)? * Did you include your Rock version number and [client culture](https://github.com/SparkDevNetwork/Rock/wiki/Environment-and-Diagnostics-Information) setting? * Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+user%3ASparkDevNetwork+-repo%3ASparkDevNetwork%2FSlack) to see if your bug or enhancement is already reported? ### Description When using the Admin > System Settings > Category Manager to work with categories, if a category is marked IsSystem = true then it still allows you to edit and delete them, even though you shouldn't be able to. ### Steps to Reproduce 1. Go to Category Manager 2. Set filter Entity Type to Schedule 3. Delete the `Service Times` category, which is marked as System. (It should actually throw a foreign key SQL exception because it is being referenced, but the block is allowing the Delete to proceed. **Expected behavior:** Delete should be disabled as well as editing. This would match the behavior of the Category Detail block. **Actual behavior:** You can edit and delete things you shouldn't. ### Versions * **Rock Version:** 6.8, 8.0 * **Client Culture Setting:** en-US
priority
category manager allows editing and deletion of issystem categories prerequisites put an x between the brackets on this line if you have done all of the following can you reproduce the problem on a fresh install or the did you include your rock version number and setting did you to see if your bug or enhancement is already reported description when using the admin system settings category manager to work with categories if a category is marked issystem true then it still allows you to edit and delete them even though you shouldn t be able to steps to reproduce go to category manager set filter entity type to schedule delete the service times category which is marked as system it should actually throw a foreign key sql exception because it is being referenced but the block is allowing the delete to proceed expected behavior delete should be disabled as well as editing this would match the behavior of the category detail block actual behavior you can edit and delete things you shouldn t versions rock version client culture setting en us
1
690,014
23,642,853,193
IssuesEvent
2022-08-25 18:49:39
easystats/performance
https://api.github.com/repos/easystats/performance
closed
`check_outliers`: add support for `method = “iforest”`
low priority :sleeping:
I haven’t touched `method = “iforest”` in `check_outliers` when working on PR #443, because it was commented. Opening this issue to remember to add support for this method in the future. I tried uncommenting it to see if I could figure out how to solve the issue but I wasn’t easily able to, so I commented it again, for now. Essentially, the function runs different code depending on your version of `solitude`. I have version `1.1.3`, so it runs this version of the code for more recent versions: ``` r x <- mtcars out <- data.frame(Row = 1:nrow(x)) (iforest <- solitude::isolationForest$new(sample_size = nrow(x))) #> <solitude> #> Public: #> clone: function (deep = FALSE) #> fit: function (dataset) #> forest: NULL #> initialize: function (sample_size = 256, num_trees = 100, replace = FALSE, #> max_depth: 5 #> nproc: NULL #> num_trees: 100 #> predict: function (data) #> replace: FALSE #> respect_unordered_factors: NULL #> sample_size: 32 #> scores: NULL #> seed: 101 #> status: not_trained #> Private: #> computeAnomaly: function (depth, data_size) #> harmonic: function (n) #> pathLengthNormalizer: function (phi) #> phi: NULL #> sample_fraction: NULL #> terminal_nodes_depth: NULL suppressMessages(iforest$fit(x)) #> INFO [20:30:45.888] Building Isolation Forest ... #> INFO [20:30:47.311] done #> INFO [20:30:47.322] Computing depth of terminal nodes ... #> INFO [20:30:47.993] done #> INFO [20:30:48.004] Completed growing isolation forest out$Distance_iforest <- iforest$scores$anomaly_score out$Distance_iforest #> NULL ``` Problem is, `out$Distance_iforest` is NULL… Not sure why. Same thing with other datasets (`iris`, `ToothGrowth`). <sup>Created on 2022-08-16 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)</sup>
1.0
`check_outliers`: add support for `method = “iforest”` - I haven’t touched `method = “iforest”` in `check_outliers` when working on PR #443, because it was commented. Opening this issue to remember to add support for this method in the future. I tried uncommenting it to see if I could figure out how to solve the issue but I wasn’t easily able to, so I commented it again, for now. Essentially, the function runs different code depending on your version of `solitude`. I have version `1.1.3`, so it runs this version of the code for more recent versions: ``` r x <- mtcars out <- data.frame(Row = 1:nrow(x)) (iforest <- solitude::isolationForest$new(sample_size = nrow(x))) #> <solitude> #> Public: #> clone: function (deep = FALSE) #> fit: function (dataset) #> forest: NULL #> initialize: function (sample_size = 256, num_trees = 100, replace = FALSE, #> max_depth: 5 #> nproc: NULL #> num_trees: 100 #> predict: function (data) #> replace: FALSE #> respect_unordered_factors: NULL #> sample_size: 32 #> scores: NULL #> seed: 101 #> status: not_trained #> Private: #> computeAnomaly: function (depth, data_size) #> harmonic: function (n) #> pathLengthNormalizer: function (phi) #> phi: NULL #> sample_fraction: NULL #> terminal_nodes_depth: NULL suppressMessages(iforest$fit(x)) #> INFO [20:30:45.888] Building Isolation Forest ... #> INFO [20:30:47.311] done #> INFO [20:30:47.322] Computing depth of terminal nodes ... #> INFO [20:30:47.993] done #> INFO [20:30:48.004] Completed growing isolation forest out$Distance_iforest <- iforest$scores$anomaly_score out$Distance_iforest #> NULL ``` Problem is, `out$Distance_iforest` is NULL… Not sure why. Same thing with other datasets (`iris`, `ToothGrowth`). <sup>Created on 2022-08-16 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)</sup>
priority
check outliers add support for method “iforest” i haven’t touched method “iforest” in check outliers when working on pr because it was commented opening this issue to remember to add support for this method in the future i tried uncommenting it to see if i could figure out how to solve the issue but i wasn’t easily able to so i commented it again for now essentially the function runs different code depending on your version of solitude i have version so it runs this version of the code for more recent versions r x mtcars out data frame row nrow x iforest solitude isolationforest new sample size nrow x public clone function deep false fit function dataset forest null initialize function sample size num trees replace false max depth nproc null num trees predict function data replace false respect unordered factors null sample size scores null seed status not trained private computeanomaly function depth data size harmonic function n pathlengthnormalizer function phi phi null sample fraction null terminal nodes depth null suppressmessages iforest fit x info building isolation forest info done info computing depth of terminal nodes info done info completed growing isolation forest out distance iforest iforest scores anomaly score out distance iforest null problem is out distance iforest is null… not sure why same thing with other datasets iris toothgrowth created on by the
1
361,164
10,705,119,228
IssuesEvent
2019-10-24 13:09:05
laterpay/laterpay-wordpress-plugin
https://api.github.com/repos/laterpay/laterpay-wordpress-plugin
closed
Update Title of Pricing Tab
Low Priority
# User Story As a new LaterPay merchant, I may be confused between "Contributions" and "Pricing;" I would like the difference between these tabs to be made clear so that I can get my site set up and quickly and easily as possible. # Acceptance Criteria - Change the `Pricing` tab to `Paywall` - Kimberly to update all corresponding documentation - https://www.laterpay.net/academy/wordpress-pricing - https://www.laterpay.net/academy/how-to-create-a-subscription-button-in-the-laterpay-wordpress-plugin - https://www.laterpay.net/academy/how-to-charge-for-downloadable-content-in-the-laterpay-wordpress-plugin - https://www.laterpay.net/academy/getting-started-with-the-laterpay-wordpress-plugin
1.0
Update Title of Pricing Tab - # User Story As a new LaterPay merchant, I may be confused between "Contributions" and "Pricing;" I would like the difference between these tabs to be made clear so that I can get my site set up and quickly and easily as possible. # Acceptance Criteria - Change the `Pricing` tab to `Paywall` - Kimberly to update all corresponding documentation - https://www.laterpay.net/academy/wordpress-pricing - https://www.laterpay.net/academy/how-to-create-a-subscription-button-in-the-laterpay-wordpress-plugin - https://www.laterpay.net/academy/how-to-charge-for-downloadable-content-in-the-laterpay-wordpress-plugin - https://www.laterpay.net/academy/getting-started-with-the-laterpay-wordpress-plugin
priority
update title of pricing tab user story as a new laterpay merchant i may be confused between contributions and pricing i would like the difference between these tabs to be made clear so that i can get my site set up and quickly and easily as possible acceptance criteria change the pricing tab to paywall kimberly to update all corresponding documentation
1
430,798
12,466,187,297
IssuesEvent
2020-05-28 15:06:39
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Add "of" to "Run on" field in schedule form
component:ui_next priority:low state:needs_devel type:task
##### ISSUE TYPE - Feature Idea ##### SUMMARY ![Screenshot_20200415_101505](https://user-images.githubusercontent.com/9889020/79348253-c6314000-7f02-11ea-90f6-e74610f3fb8f.png) This could be more readable by adding "of" to the "The" option so that it read like: `The First ___ day of [month]`
1.0
Add "of" to "Run on" field in schedule form - ##### ISSUE TYPE - Feature Idea ##### SUMMARY ![Screenshot_20200415_101505](https://user-images.githubusercontent.com/9889020/79348253-c6314000-7f02-11ea-90f6-e74610f3fb8f.png) This could be more readable by adding "of" to the "The" option so that it read like: `The First ___ day of [month]`
priority
add of to run on field in schedule form issue type feature idea summary this could be more readable by adding of to the the option so that it read like the first day of
1
39,199
2,852,122,144
IssuesEvent
2015-06-01 11:44:55
Ombridride/minetest-minetestforfun-server
https://api.github.com/repos/Ombridride/minetest-minetestforfun-server
opened
Event node with music loop
Medias@Sounds Priority@Low
We need to create a node with a music loop for events. The music can be find here : https://github.com/Ombridride/minetest-minetestforfun-server/blob/master/other_things/unused_sounds/event.ogg
1.0
Event node with music loop - We need to create a node with a music loop for events. The music can be find here : https://github.com/Ombridride/minetest-minetestforfun-server/blob/master/other_things/unused_sounds/event.ogg
priority
event node with music loop we need to create a node with a music loop for events the music can be find here
1
653,002
21,567,564,915
IssuesEvent
2022-05-02 01:53:01
earth-chris/elapid
https://api.github.com/repos/earth-chris/elapid
closed
Create a niche envelope model class
enhancement low priority
This is a presence-only empirical model (no absence/pseudoabsence required). It would find the min/max range of all covariates in the training data, and use boolean logic to flag all predictions to be inside (`True`) or outside (`False`) the range of suitability for ech covariate. Rows that match all conditions (the `union` of all logic checks, or `np.all()`) get flagged as `1` (inside the envelope of suitability). Some features to include: - allow setting a percentile instead of the min/max to filter outliers. - allow the user to pass a set of `mins` or `maxs`, which would kinda defeat the purpose of the 'model' but allow the rapid application of model logic. - compute the `intersection` of suitability instead of the `union`, returning a continuous 0.0-1.0 range of suitability based on the product of all covariates that are in range.
1.0
Create a niche envelope model class - This is a presence-only empirical model (no absence/pseudoabsence required). It would find the min/max range of all covariates in the training data, and use boolean logic to flag all predictions to be inside (`True`) or outside (`False`) the range of suitability for ech covariate. Rows that match all conditions (the `union` of all logic checks, or `np.all()`) get flagged as `1` (inside the envelope of suitability). Some features to include: - allow setting a percentile instead of the min/max to filter outliers. - allow the user to pass a set of `mins` or `maxs`, which would kinda defeat the purpose of the 'model' but allow the rapid application of model logic. - compute the `intersection` of suitability instead of the `union`, returning a continuous 0.0-1.0 range of suitability based on the product of all covariates that are in range.
priority
create a niche envelope model class this is a presence only empirical model no absence pseudoabsence required it would find the min max range of all covariates in the training data and use boolean logic to flag all predictions to be inside true or outside false the range of suitability for ech covariate rows that match all conditions the union of all logic checks or np all get flagged as inside the envelope of suitability some features to include allow setting a percentile instead of the min max to filter outliers allow the user to pass a set of mins or maxs which would kinda defeat the purpose of the model but allow the rapid application of model logic compute the intersection of suitability instead of the union returning a continuous range of suitability based on the product of all covariates that are in range
1
426,221
12,369,439,705
IssuesEvent
2020-05-18 15:15:31
TheTypingMatch/le-cash-bot
https://api.github.com/repos/TheTypingMatch/le-cash-bot
closed
$help command categories
Priority: Low Type: Feature WIP
As more commands are created, the help command description is getting too large. It can be split into the following categories: - Register - Guides - Economy - Games - Misc. ![](https://cdn.discordapp.com/attachments/689251634244616290/709013919670337586/unknown.png)
1.0
$help command categories - As more commands are created, the help command description is getting too large. It can be split into the following categories: - Register - Guides - Economy - Games - Misc. ![](https://cdn.discordapp.com/attachments/689251634244616290/709013919670337586/unknown.png)
priority
help command categories as more commands are created the help command description is getting too large it can be split into the following categories register guides economy games misc
1
19,070
2,616,019,408
IssuesEvent
2015-03-02 01:00:51
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
Re-write multi-instance hack
auto-migrated Priority-Low Type-Task
``` The multi-instance hack needs a re-write, as there are a few incompatibilities that produce incorrect results when the file is patched. ``` Original issue reported on code.google.com by `AHeinerm` on 6 Jan 2013 at 6:06
1.0
Re-write multi-instance hack - ``` The multi-instance hack needs a re-write, as there are a few incompatibilities that produce incorrect results when the file is patched. ``` Original issue reported on code.google.com by `AHeinerm` on 6 Jan 2013 at 6:06
priority
re write multi instance hack the multi instance hack needs a re write as there are a few incompatibilities that produce incorrect results when the file is patched original issue reported on code google com by aheinerm on jan at
1
734,558
25,352,978,965
IssuesEvent
2022-11-20 01:19:19
cilium/cilium
https://api.github.com/repos/cilium/cilium
closed
Cilium should remove stale CNP node statuses from CNP resources if `--disable-cnp-status-updates` is true
kind/bug help-wanted priority/low good-first-issue sig/k8s sig/policy affects/v1.11 affects/v1.12 affects/v1.10
It's possible for a user to have _disabled_ `--disable-cnp-status-updates` (meaning they _enabled_ the CNP node status) and then later _enabled_ it (meaning _disabled_ the CNP node status). This results in stale CNP node statuses inside CNP resources which could waste resources / bandwidth transmitting the status subresource to K8s, as the CNP resources are updated over time. This is not a crucial bug, but rather a minor enhancement. CNP node statuses are not used for any funtional purposes, but rather for providing information to the user. One approach would be to kick off a one-time controller in the Operator to go through all the CNP resources once the K8s watcher for CNPs has fully synced and remove the node statuses entirely when `--disable-cnp-status-updates` is true.
1.0
Cilium should remove stale CNP node statuses from CNP resources if `--disable-cnp-status-updates` is true - It's possible for a user to have _disabled_ `--disable-cnp-status-updates` (meaning they _enabled_ the CNP node status) and then later _enabled_ it (meaning _disabled_ the CNP node status). This results in stale CNP node statuses inside CNP resources which could waste resources / bandwidth transmitting the status subresource to K8s, as the CNP resources are updated over time. This is not a crucial bug, but rather a minor enhancement. CNP node statuses are not used for any funtional purposes, but rather for providing information to the user. One approach would be to kick off a one-time controller in the Operator to go through all the CNP resources once the K8s watcher for CNPs has fully synced and remove the node statuses entirely when `--disable-cnp-status-updates` is true.
priority
cilium should remove stale cnp node statuses from cnp resources if disable cnp status updates is true it s possible for a user to have disabled disable cnp status updates meaning they enabled the cnp node status and then later enabled it meaning disabled the cnp node status this results in stale cnp node statuses inside cnp resources which could waste resources bandwidth transmitting the status subresource to as the cnp resources are updated over time this is not a crucial bug but rather a minor enhancement cnp node statuses are not used for any funtional purposes but rather for providing information to the user one approach would be to kick off a one time controller in the operator to go through all the cnp resources once the watcher for cnps has fully synced and remove the node statuses entirely when disable cnp status updates is true
1
820,489
30,774,313,808
IssuesEvent
2023-07-31 04:34:41
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[CDCSDK] DBZ: Validate if all the configs mentioned in Functional Spec have been taken care of
kind/new-feature priority/low area/cdcsdk jira-originated
Jira Link: [DB-6615](https://yugabyte.atlassian.net/browse/DB-6615) [DB-6615]: https://yugabyte.atlassian.net/browse/DB-6615?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[CDCSDK] DBZ: Validate if all the configs mentioned in Functional Spec have been taken care of - Jira Link: [DB-6615](https://yugabyte.atlassian.net/browse/DB-6615) [DB-6615]: https://yugabyte.atlassian.net/browse/DB-6615?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
dbz validate if all the configs mentioned in functional spec have been taken care of jira link
1
213,958
7,261,823,182
IssuesEvent
2018-02-19 00:37:48
GeneaLabs/laravel-model-caching
https://api.github.com/repos/GeneaLabs/laravel-model-caching
closed
do I need to modify this to use it with jenssegers/laravel-mongodb ?
enhancement low priority
I am using jenssegers/laravel-mongodb and using hybrid relations between mysql models and mongodb models the mongodb models however rather than extend laravel's default model, extend a special wrapper model of sorts a lot of model-related packages on github do work out of the box with mongodb models but I'm not sure how to use this one since it depends on extending a different model any chance you could have a quick look at jenssegers/laravel-mongodb and see if there's a quick and easy solution to using it with your package? thanks much!
1.0
do I need to modify this to use it with jenssegers/laravel-mongodb ? - I am using jenssegers/laravel-mongodb and using hybrid relations between mysql models and mongodb models the mongodb models however rather than extend laravel's default model, extend a special wrapper model of sorts a lot of model-related packages on github do work out of the box with mongodb models but I'm not sure how to use this one since it depends on extending a different model any chance you could have a quick look at jenssegers/laravel-mongodb and see if there's a quick and easy solution to using it with your package? thanks much!
priority
do i need to modify this to use it with jenssegers laravel mongodb i am using jenssegers laravel mongodb and using hybrid relations between mysql models and mongodb models the mongodb models however rather than extend laravel s default model extend a special wrapper model of sorts a lot of model related packages on github do work out of the box with mongodb models but i m not sure how to use this one since it depends on extending a different model any chance you could have a quick look at jenssegers laravel mongodb and see if there s a quick and easy solution to using it with your package thanks much
1
243,780
7,866,984,458
IssuesEvent
2018-06-23 01:48:52
Vhoyon/Discord-Bot
https://api.github.com/repos/Vhoyon/Discord-Bot
closed
Add possibility to not show description of commands to the help list
Feature Request: Commands Priority: Low good first issue
Currently, something like this shows up : ``` ~ clear : Clear all the messages that in the text channel you execute the command! ~ disconnect : Disconnect the bot from the voice channel ~ game : Create a list of games that you usually play! ~ [...] [...] ``` While the description is neat, it could also be useful to only show the commands, like this : ``` ~ clear ~ disconnect ~ game ~ [...] [...] ``` This could be achieved by adding the parameter `--s` or `--simple` to the `help` command : `!!help --s`. My initial thought is to overload the getHelp method in https://github.com/Vhoyon/Discord-Bot/blob/2ce7826e1b682684a6e8cc857cfd25fc904b8816/framework/vendor/interfaces/LinkableCommand.java#L25-L28 and add a boolean that determines if the description is shown, defaulting to `true`. This would make the current behavior untouched, while adding a new behavior on demand, which is always neat.
1.0
Add possibility to not show description of commands to the help list - Currently, something like this shows up : ``` ~ clear : Clear all the messages that in the text channel you execute the command! ~ disconnect : Disconnect the bot from the voice channel ~ game : Create a list of games that you usually play! ~ [...] [...] ``` While the description is neat, it could also be useful to only show the commands, like this : ``` ~ clear ~ disconnect ~ game ~ [...] [...] ``` This could be achieved by adding the parameter `--s` or `--simple` to the `help` command : `!!help --s`. My initial thought is to overload the getHelp method in https://github.com/Vhoyon/Discord-Bot/blob/2ce7826e1b682684a6e8cc857cfd25fc904b8816/framework/vendor/interfaces/LinkableCommand.java#L25-L28 and add a boolean that determines if the description is shown, defaulting to `true`. This would make the current behavior untouched, while adding a new behavior on demand, which is always neat.
priority
add possibility to not show description of commands to the help list currently something like this shows up clear clear all the messages that in the text channel you execute the command disconnect disconnect the bot from the voice channel game create a list of games that you usually play while the description is neat it could also be useful to only show the commands like this clear disconnect game this could be achieved by adding the parameter s or simple to the help command help s my initial thought is to overload the gethelp method in and add a boolean that determines if the description is shown defaulting to true this would make the current behavior untouched while adding a new behavior on demand which is always neat
1
513,625
14,924,115,569
IssuesEvent
2021-01-23 22:06:54
bethgrace5/sequoia-grove
https://api.github.com/repos/bethgrace5/sequoia-grove
closed
Optimizations - ongoing list as better implemenations are learned
enhancement low priority
- [ ] Objects should be sent instead of a long string of parameters on URL - [ ] Lists should be sent as JSON object and parsed back end so they can all be sent in one request - [ ] Objects can be accessed from lists similar to hash tables, so instead of searching through them, that would be better.
1.0
Optimizations - ongoing list as better implemenations are learned - - [ ] Objects should be sent instead of a long string of parameters on URL - [ ] Lists should be sent as JSON object and parsed back end so they can all be sent in one request - [ ] Objects can be accessed from lists similar to hash tables, so instead of searching through them, that would be better.
priority
optimizations ongoing list as better implemenations are learned objects should be sent instead of a long string of parameters on url lists should be sent as json object and parsed back end so they can all be sent in one request objects can be accessed from lists similar to hash tables so instead of searching through them that would be better
1
445,965
12,838,307,685
IssuesEvent
2020-07-07 17:13:37
patternfly/patternfly-elements
https://api.github.com/repos/patternfly/patternfly-elements
opened
pfe-icon and/or pfe-nav
bug priority: low
<!-- Hello! Please read the [Contributing Guidelines](CONTRIBUTING.md) before submitting an issue. --> ## Description of the issue The CSS custom property which is printed inline on the body tag is incorrect. Expected: `--pfe-navigation--Height--actual:72px;` Actual: `--pfe-navigation--Height--actual: 125px;` ### Impacted component(s) - pfe-icon or pfe-navigation ### Steps to reproduce 1. When the pfe-navigation first loads, the icons are larger (than they should be) which makes the nav taller. 2. Then the icons shrink down 3. But the CSS var value has already been captured, and its too tall `--pfe-navigation--Height--actual` ### Screenshots The secondary nav triggers off the nav height var, and so its in the wrong place. redhat.com/en/events/fancy-new-person-event
1.0
pfe-icon and/or pfe-nav - <!-- Hello! Please read the [Contributing Guidelines](CONTRIBUTING.md) before submitting an issue. --> ## Description of the issue The CSS custom property which is printed inline on the body tag is incorrect. Expected: `--pfe-navigation--Height--actual:72px;` Actual: `--pfe-navigation--Height--actual: 125px;` ### Impacted component(s) - pfe-icon or pfe-navigation ### Steps to reproduce 1. When the pfe-navigation first loads, the icons are larger (than they should be) which makes the nav taller. 2. Then the icons shrink down 3. But the CSS var value has already been captured, and its too tall `--pfe-navigation--Height--actual` ### Screenshots The secondary nav triggers off the nav height var, and so its in the wrong place. redhat.com/en/events/fancy-new-person-event
priority
pfe icon and or pfe nav description of the issue the css custom property which is printed inline on the body tag is incorrect expected pfe navigation height actual actual pfe navigation height actual impacted component s pfe icon or pfe navigation steps to reproduce when the pfe navigation first loads the icons are larger than they should be which makes the nav taller then the icons shrink down but the css var value has already been captured and its too tall pfe navigation height actual screenshots the secondary nav triggers off the nav height var and so its in the wrong place redhat com en events fancy new person event
1
129,694
5,101,571,264
IssuesEvent
2017-01-04 15:52:13
Ks89/My-MEAN-website-client
https://api.github.com/repos/Ks89/My-MEAN-website-client
closed
`MyWebsite` folder should be a configuration param
comp:packaging-client effort1:easy (hours) priority:low type:feature
`MyWebsite` folder should be a configuration param
1.0
`MyWebsite` folder should be a configuration param - `MyWebsite` folder should be a configuration param
priority
mywebsite folder should be a configuration param mywebsite folder should be a configuration param
1
772,500
27,124,584,889
IssuesEvent
2023-02-16 03:25:26
KDT3-miniproject-team1/backend
https://api.github.com/repos/KDT3-miniproject-team1/backend
closed
[Feat]관심상품등록 예외처리
For : API Priority : Low Status : In progress Type : Feature
## 🔨개발 할 기능 관심 상품 등록 예외처리하기 ## 🧩 세부 기능 해당 기능에 대한 세부 계획 작성 (ex. -[ ] 로그인 시 아이디 비번 입력 받기) - [x] 해당 사용자 미존재 시 예외처리 - [x] 해당 상품 미존재 시 예외처리 - [x] 관심 상품 중복 등록시 예외 처리 ## 📖 참고 사항
1.0
[Feat]관심상품등록 예외처리 - ## 🔨개발 할 기능 관심 상품 등록 예외처리하기 ## 🧩 세부 기능 해당 기능에 대한 세부 계획 작성 (ex. -[ ] 로그인 시 아이디 비번 입력 받기) - [x] 해당 사용자 미존재 시 예외처리 - [x] 해당 상품 미존재 시 예외처리 - [x] 관심 상품 중복 등록시 예외 처리 ## 📖 참고 사항
priority
관심상품등록 예외처리 🔨개발 할 기능 관심 상품 등록 예외처리하기 🧩 세부 기능 해당 기능에 대한 세부 계획 작성 ex 로그인 시 아이디 비번 입력 받기 해당 사용자 미존재 시 예외처리 해당 상품 미존재 시 예외처리 관심 상품 중복 등록시 예외 처리 📖 참고 사항
1
665,339
22,309,527,230
IssuesEvent
2022-06-13 15:43:07
PecanProject/pecan
https://api.github.com/repos/PecanProject/pecan
closed
Coordinate dependency version across packages?
Type: Question Status: Discussion Priority: 01 - Low Status: Stale
<!--- Provide a general summary of the issue in the Title above --> ## Description <!--- What change or feature do you propose? --> *Generally:* When a dependency is used by multiple PEcAn packages, some of which care about its version and others don't, is it preferable to have the PEcAn packages specify the same minimum version or for each package to report its own requirements? *Specifically:* I just added some tests to PEcAn.DB that rely on `testthat::teardown()`, which is new in testthat 2.0. I've already updated the DESCRIPTION for PEcAn.DB to say `Suggests: testthat (>= 2.0.0)`; does it makes sense to also update it for the many packages that currently specify `testthat (>= 1.0.2)`? Pro of using the same spec everywhere: satisfying version requirement for one package satisfies it for all of them, less chance of version conflicts when updating individual packages. This might be especially important for packages listed in `Suggests`, where there is by default no version enforcement at install time. Con: More work, dilutes the principle that DESCRIPTION tells you what *this package* needs, potentially forces dependency upgrades where not strictly needed. This last is probably only a concern if installing individual packages outside of PEcAn, though. ## Context <!--- Why is this change important to you? How would you use it? --> <!--- How can it benefit other users and communities? --> <!--- Is there existing software with a similar featuer? --> ## Possible Implementation <!--- Not obligatory, but suggest an idea for implementing addition or change -->
1.0
Coordinate dependency version across packages? - <!--- Provide a general summary of the issue in the Title above --> ## Description <!--- What change or feature do you propose? --> *Generally:* When a dependency is used by multiple PEcAn packages, some of which care about its version and others don't, is it preferable to have the PEcAn packages specify the same minimum version or for each package to report its own requirements? *Specifically:* I just added some tests to PEcAn.DB that rely on `testthat::teardown()`, which is new in testthat 2.0. I've already updated the DESCRIPTION for PEcAn.DB to say `Suggests: testthat (>= 2.0.0)`; does it makes sense to also update it for the many packages that currently specify `testthat (>= 1.0.2)`? Pro of using the same spec everywhere: satisfying version requirement for one package satisfies it for all of them, less chance of version conflicts when updating individual packages. This might be especially important for packages listed in `Suggests`, where there is by default no version enforcement at install time. Con: More work, dilutes the principle that DESCRIPTION tells you what *this package* needs, potentially forces dependency upgrades where not strictly needed. This last is probably only a concern if installing individual packages outside of PEcAn, though. ## Context <!--- Why is this change important to you? How would you use it? --> <!--- How can it benefit other users and communities? --> <!--- Is there existing software with a similar featuer? --> ## Possible Implementation <!--- Not obligatory, but suggest an idea for implementing addition or change -->
priority
coordinate dependency version across packages description generally when a dependency is used by multiple pecan packages some of which care about its version and others don t is it preferable to have the pecan packages specify the same minimum version or for each package to report its own requirements specifically i just added some tests to pecan db that rely on testthat teardown which is new in testthat i ve already updated the description for pecan db to say suggests testthat does it makes sense to also update it for the many packages that currently specify testthat pro of using the same spec everywhere satisfying version requirement for one package satisfies it for all of them less chance of version conflicts when updating individual packages this might be especially important for packages listed in suggests where there is by default no version enforcement at install time con more work dilutes the principle that description tells you what this package needs potentially forces dependency upgrades where not strictly needed this last is probably only a concern if installing individual packages outside of pecan though context possible implementation
1
3,915
2,542,081,208
IssuesEvent
2015-01-28 14:15:19
dobidoberman1/Mystic-5.4.8-Bug-Tracker
https://api.github.com/repos/dobidoberman1/Mystic-5.4.8-Bug-Tracker
closed
Pandaria Fly Master Trainer A enemy Npc
Fixed Low Priority
Bug.Pandaria Fly Master Trainer A enemy Npc Well its Impossible to learn flying atm because the Trainer is A enemy Npc Its really annoying to ride a mount on the ground when mobs can basically kill you
1.0
Pandaria Fly Master Trainer A enemy Npc - Bug.Pandaria Fly Master Trainer A enemy Npc Well its Impossible to learn flying atm because the Trainer is A enemy Npc Its really annoying to ride a mount on the ground when mobs can basically kill you
priority
pandaria fly master trainer a enemy npc bug pandaria fly master trainer a enemy npc well its impossible to learn flying atm because the trainer is a enemy npc its really annoying to ride a mount on the ground when mobs can basically kill you
1
298,707
9,200,688,241
IssuesEvent
2019-03-07 17:39:50
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Some wishes for enhancing printing functionality
Component: Easy fix? Component: Pull Request or Patch supplied Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Feature request
--- Author Name: **wolfgang-qual-gmx-net -** (wolfgang-qual-gmx-net -) Original Redmine Issue: 266, https://issues.qgis.org/issues/266 Original Assignee: Redmine Admin --- For easier printing and better layout, I would like to add some wishes: *option to ungroup elements, group elements This could be handy to change various things within the map to be printed. For example, I could select only one label and drag it to another position or change fontsize, fonttype, remove parts of the legend, ... *rulers Rulers or another possibility to align the features of a map would be great (or: an option within the menu to type in the x/y-position of an element. *posibility to save settings I guess this option is already foreseen.. Nevertheless, it would be great to have a possibility to store something like printing templates, where the position of the legend, header, scale is already defined. Composing maps would be much more faster.
1.0
Some wishes for enhancing printing functionality - --- Author Name: **wolfgang-qual-gmx-net -** (wolfgang-qual-gmx-net -) Original Redmine Issue: 266, https://issues.qgis.org/issues/266 Original Assignee: Redmine Admin --- For easier printing and better layout, I would like to add some wishes: *option to ungroup elements, group elements This could be handy to change various things within the map to be printed. For example, I could select only one label and drag it to another position or change fontsize, fonttype, remove parts of the legend, ... *rulers Rulers or another possibility to align the features of a map would be great (or: an option within the menu to type in the x/y-position of an element. *posibility to save settings I guess this option is already foreseen.. Nevertheless, it would be great to have a possibility to store something like printing templates, where the position of the legend, header, scale is already defined. Composing maps would be much more faster.
priority
some wishes for enhancing printing functionality author name wolfgang qual gmx net wolfgang qual gmx net original redmine issue original assignee redmine admin for easier printing and better layout i would like to add some wishes option to ungroup elements group elements this could be handy to change various things within the map to be printed for example i could select only one label and drag it to another position or change fontsize fonttype remove parts of the legend rulers rulers or another possibility to align the features of a map would be great or an option within the menu to type in the x y position of an element posibility to save settings i guess this option is already foreseen nevertheless it would be great to have a possibility to store something like printing templates where the position of the legend header scale is already defined composing maps would be much more faster
1
577,017
17,101,643,598
IssuesEvent
2021-07-09 12:09:26
WowRarity/Rarity
https://api.github.com/repos/WowRarity/Rarity
closed
Set up GitHub Actions to automatically run luacheck on push and PRs
Complexity: Low Meta: Repository Priority: High Status: Resolved Type: Task
We already have a luacheck config file, which may or may not need updating... The globals contained there may need to be extracted from ``FrameXML``, though https://www.townlong-yak.com/ might have something here?
1.0
Set up GitHub Actions to automatically run luacheck on push and PRs - We already have a luacheck config file, which may or may not need updating... The globals contained there may need to be extracted from ``FrameXML``, though https://www.townlong-yak.com/ might have something here?
priority
set up github actions to automatically run luacheck on push and prs we already have a luacheck config file which may or may not need updating the globals contained there may need to be extracted from framexml though might have something here
1
33,584
2,770,051,512
IssuesEvent
2015-05-01 10:17:44
Ma27/SenNetwork
https://api.github.com/repos/Ma27/SenNetwork
closed
[Insight] Symfony controller action method should not be too long
low priority refactor
> 13% of all actions have more than 20 lines. This violation is raised when more than 10% actions are too long. - 23 lines for GenericTemplateController::renderTwigTemplateAction() in [**src/Sententiaregum/WebBundle/Controller/GenericTemplateController.php**](https://github.com/Ma27/SenNetwork/blob/647a7ded9a0929e12081fb85b6a7816fe0320589/src/Sententiaregum/WebBundle/Controller/GenericTemplateController.php#L117), line 117 --------------------- _Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/cbf672e8-94ee-4817-b59b-0723dcbcce37/analyses/365)_ --------------------- [IDEA] We could move the parsing stuff into an UrlTemplateNameParser that implements the TemplateNameParserInterface of the templating component
1.0
[Insight] Symfony controller action method should not be too long - > 13% of all actions have more than 20 lines. This violation is raised when more than 10% actions are too long. - 23 lines for GenericTemplateController::renderTwigTemplateAction() in [**src/Sententiaregum/WebBundle/Controller/GenericTemplateController.php**](https://github.com/Ma27/SenNetwork/blob/647a7ded9a0929e12081fb85b6a7816fe0320589/src/Sententiaregum/WebBundle/Controller/GenericTemplateController.php#L117), line 117 --------------------- _Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/cbf672e8-94ee-4817-b59b-0723dcbcce37/analyses/365)_ --------------------- [IDEA] We could move the parsing stuff into an UrlTemplateNameParser that implements the TemplateNameParserInterface of the templating component
priority
symfony controller action method should not be too long of all actions have more than lines this violation is raised when more than actions are too long lines for generictemplatecontroller rendertwigtemplateaction in line posted from we could move the parsing stuff into an urltemplatenameparser that implements the templatenameparserinterface of the templating component
1
149,682
5,723,656,530
IssuesEvent
2017-04-20 12:50:19
playasoft/laravel-voldb
https://api.github.com/repos/playasoft/laravel-voldb
closed
Update sendgrid credentials
priority: low
Currently sendgrid emails are coming from volunteer.wetfish.net, this should be updated to say volunteer.apogaea.com
1.0
Update sendgrid credentials - Currently sendgrid emails are coming from volunteer.wetfish.net, this should be updated to say volunteer.apogaea.com
priority
update sendgrid credentials currently sendgrid emails are coming from volunteer wetfish net this should be updated to say volunteer apogaea com
1
596,469
18,104,316,445
IssuesEvent
2021-09-22 17:25:45
NOAA-GSL/VxLegacyIngest
https://api.github.com/repos/NOAA-GSL/VxLegacyIngest
closed
Need to set up duplicate database from HIWPP dev to HIWPP prod
Status: Doing Type: Task Priority: Low
--- Author Name: **bonny.strong** (bonny.strong) Original Redmine Issue: 9221, https://vlab.ncep.noaa.gov/redmine/issues/9221 Original Assignee: jeffrey.a.hamilton --- VM hwp-vdbpro.pwx.noaa.gov is up and available, but it does not have anything running for mysql. We need to duplicate the database from hwp-vdbdev onto hwp-dbpro. Once tested, we will need to update vdbpro with latest info from vdbdev, then switch to populating vdbpro in real-time from model output. We won't try to keep both vdbdev and vdbpro updated in real-time. Vdbdev will be reserved for testing, and can be synced if needed for a particular test. First test needed is a test recovery from database backup.
1.0
Need to set up duplicate database from HIWPP dev to HIWPP prod - --- Author Name: **bonny.strong** (bonny.strong) Original Redmine Issue: 9221, https://vlab.ncep.noaa.gov/redmine/issues/9221 Original Assignee: jeffrey.a.hamilton --- VM hwp-vdbpro.pwx.noaa.gov is up and available, but it does not have anything running for mysql. We need to duplicate the database from hwp-vdbdev onto hwp-dbpro. Once tested, we will need to update vdbpro with latest info from vdbdev, then switch to populating vdbpro in real-time from model output. We won't try to keep both vdbdev and vdbpro updated in real-time. Vdbdev will be reserved for testing, and can be synced if needed for a particular test. First test needed is a test recovery from database backup.
priority
need to set up duplicate database from hiwpp dev to hiwpp prod author name bonny strong bonny strong original redmine issue original assignee jeffrey a hamilton vm hwp vdbpro pwx noaa gov is up and available but it does not have anything running for mysql we need to duplicate the database from hwp vdbdev onto hwp dbpro once tested we will need to update vdbpro with latest info from vdbdev then switch to populating vdbpro in real time from model output we won t try to keep both vdbdev and vdbpro updated in real time vdbdev will be reserved for testing and can be synced if needed for a particular test first test needed is a test recovery from database backup
1
692,903
23,753,568,642
IssuesEvent
2022-08-31 23:27:44
co-cart/co-cart
https://api.github.com/repos/co-cart/co-cart
closed
Products disappear when you restore cart
compatibility priority:low API: Cart
<!-- Hi there! This form is for reporting bugs and issues specific to the CoCart plugin. This is not a support portal. --> ## Describe the bug I have a problem that did not existed a while back or at least we didn't know about it. We have problem with disappearing products from the cart itself. Lets say you add 6 different products to the cart and after that shutdown the app. After relaunch 2 of those products disappear. I have the requests that shows this, if you want to check them out, but the thing is we don't clear the cart on exit and removed_items are present also. By logic if a product is in removed_items and you add it again to the cart it should stay in the cart, but in our case the product disappears from cart after you add another product and in the same time stays in the removed_items. Can you help me out with this one? I'm not sure if it was working OK, or we missed something when we did QA. ## Prerequisites <!-- Mark completed items with an [x] --> - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [ ] The issue still exists against the latest `trunk` branch of CoCart on GitHub. - [ ] The issue still exists against the latest `dev` branch of CoCart on GitHub (this is **not** the same version as on WordPress.org!). - [x] I have attempted to find the simplest possible steps to reproduce the issue. - [ ] I have included a failing test as a pull request (Optional) - [x] I have installed the requirements to run this plugin. ## Steps to reproduce the issue <!-- I need to be able to reproduce the bug in order to fix it so please be descriptive! --> 1. Add 6 products to cart 2. Close app and open it again, products are now 4 3. Missing products are in the removed_items in response but not in the items ## Expected/actual behavior <!-- A clear and concise description of what actually happens. --> When I follow those steps, I see... Missing products in the cart when you restore it I was expecting to see... All added products in the cart when you restore it ## Screenshots <!-- If applicable, add screenshots to help explain your problem. --> ## Isolating the problem <!-- Mark completed items with an [x] --> - [ ] This bug happens with only WooCommerce and CoCart plugin are active. - [ ] This bug happens with a default WordPress theme active. - [ ] This bug happens with the WordPress theme Storefront active. - [ ] This bug happens with the latest release of WooCommerce active. - [x] This bug happens only when I authenticate as a customer. - [ ] This bug happens only when I authenticate as administrator. - [x] I can reproduce this bug consistently using the steps above. ## WordPress Environment <details> ``` ### WordPress Environment ### WordPress address (URL): https://store.wooop.bg Site address (URL): https://store.wooop.bg WC Version: 6.4.1 REST API Version: ✔ 6.4.1 WC Blocks Version: ✔ 7.2.2 Action Scheduler Version: ✔ 3.4.0 WC Admin Version: ✔ 3.3.2 Log Directory Writable: ✔ WP Version: 6.0.1 WP Multisite: – WP Memory Limit: 512 MB WP Debug Mode: ✔ WP Cron: ✔ Language: en_US External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.4.30 PHP Post Max Size: 250 MB PHP Time Limit: 3600 PHP Max Input Vars: 10000 cURL Version: 7.84.0 OpenSSL/1.1.1q SUHOSIN Installed: – MySQL Version: 5.5.5-10.3.36-MariaDB-log Max Upload Size: 250 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 6.5.0 WC Database Prefix: wpet_ Total Database Size: 1130.73MB Database Data Size: 1106.25MB Database Index Size: 24.48MB wpet_woocommerce_sessions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_api_keys: Data: 0.04MB + Index: 0.01MB + Engine MyISAM wpet_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_order_items: Data: 0.06MB + Index: 0.03MB + Engine MyISAM wpet_woocommerce_order_itemmeta: Data: 0.54MB + Index: 0.27MB + Engine MyISAM wpet_woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_actionscheduler_actions: Data: 1.06MB + Index: 0.38MB + Engine MyISAM wpet_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_actionscheduler_logs: Data: 0.70MB + Index: 0.50MB + Engine MyISAM wpet_additional_supplier_info: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_atum_export_templates: Data: 0.11MB + Index: 0.01MB + Engine MyISAM wpet_atum_inventories: Data: 0.09MB + Index: 0.10MB + Engine MyISAM wpet_atum_inventory_files: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_atum_inventory_locations: Data: 0.02MB + Index: 0.05MB + Engine MyISAM wpet_atum_inventory_meta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_atum_inventory_orders: Data: 0.77MB + Index: 0.10MB + Engine MyISAM wpet_atum_inventory_regions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_atum_inventory_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_atum_order_itemmeta: Data: 1.38MB + Index: 1.04MB + Engine MyISAM wpet_atum_order_items: Data: 0.37MB + Index: 0.14MB + Engine MyISAM wpet_atum_product_data: Data: 0.07MB + Index: 0.07MB + Engine MyISAM wpet_cocart_carts: Data: 1.41MB + Index: 0.03MB + Engine MyISAM wpet_commentmeta: Data: 0.23MB + Index: 0.07MB + Engine MyISAM wpet_comments: Data: 0.27MB + Index: 0.11MB + Engine MyISAM wpet_dokan_advertised_products: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wpet_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_delivery_time: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpet_dokan_distance_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpet_dokan_follow_store_followers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_dokan_orders: Data: 0.05MB + Index: 0.03MB + Engine InnoDB wpet_dokan_product_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_report_abuse_reports: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_dokan_rma_conversations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_rma_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_rma_request_product: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_shipping_tracking: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpet_dokan_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_table_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpet_dokan_vendor_balance: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wpet_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_duplicator_packages: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wpet_e_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_options: Data: 1046.71MB + Index: 5.36MB + Engine MyISAM wpet_order_inventory: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_files: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_hash: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_history: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_images: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_imports: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_posts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_templates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_podsrel: Data: 0.01MB + Index: 0.03MB + Engine MyISAM wpet_postmeta: Data: 6.13MB + Index: 1.85MB + Engine MyISAM wpet_posts: Data: 3.98MB + Index: 0.68MB + Engine MyISAM wpet_redirection_404: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_redirection_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_redirection_items: Data: 0.00MB + Index: 0.02MB + Engine MyISAM wpet_redirection_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_relevanssi: Data: 0.49MB + Index: 0.60MB + Engine MyISAM wpet_relevanssi_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_relevanssi_stopwords: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_snippets: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_termmeta: Data: 0.05MB + Index: 0.05MB + Engine MyISAM wpet_terms: Data: 0.02MB + Index: 0.04MB + Engine MyISAM wpet_term_relationships: Data: 0.10MB + Index: 0.21MB + Engine MyISAM wpet_term_taxonomy: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wpet_tm_taskmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_tm_tasks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_usermeta: Data: 0.29MB + Index: 0.14MB + Engine MyISAM wpet_users: Data: 0.02MB + Index: 0.02MB + Engine MyISAM wpet_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wpet_wc_admin_note_actions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wpet_wc_category_lookup: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wpet_wc_customer_lookup: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wpet_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_wc_order_product_lookup: Data: 0.07MB + Index: 0.07MB + Engine MyISAM wpet_wc_order_stats: Data: 0.02MB + Index: 0.03MB + Engine MyISAM wpet_wc_order_tax_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_wc_product_attributes_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_wc_product_download_directories: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_wc_product_meta_lookup: Data: 0.09MB + Index: 0.16MB + Engine MyISAM wpet_wc_rate_limits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_wrc_caches: Data: 36.54MB + Index: 6.89MB + Engine MyISAM wpet_wrc_relations: Data: 4.04MB + Index: 5.01MB + Engine MyISAM wpet_wt_iew_action_history: Data: 0.09MB + Index: 0.00MB + Engine MyISAM wpet_wt_iew_mapping_template: Data: 0.00MB + Index: 0.00MB + Engine MyISAM ### Post Type Counts ### acf-field: 8 acf-field-group: 1 attachment: 1765 atum_inventory_log: 11 atum_po_delivery: 91 atum_purchase_order: 269 atum_supplier: 19 custom-css-js: 3 custom_css: 1 dokan_announcement: 1 elementor_library: 1 manufacturer: 1 page: 14 post: 7 producer: 163 product: 1281 revision: 556 shop_coupon: 14 shop_order: 25 shop_order_refund: 3 stores: 2 supplier: 1 wp_global_styles: 6 _pods_field: 32 _pods_group: 6 _pods_pod: 6 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (19) ### Wooop Manufacturer: by Svet – 1.0 ATUM Export PRO: by Stock Management Labs™ – 1.4.9 ATUM Multi-Inventory: by Stock Management Labs™ – 1.7.3 ATUM Purchase Orders PRO: by Stock Management Labs™ – 1.0.2 ATUM Inventory Management for WooCommerce: by Stock Management Labs™ – 1.9.19.2 CoCart Lite: by Sébastien Dumont – 3.4.0 CoCart - Cart Enhanced: by Sébastien Dumont – 3.2.0 CoCart Pro: by Sébastien Dumont – 1.0.0-rc.5 Duplicator: by Snap Creek – 1.4.7.1 Hide admin menu: by Bhavin Thummar & Maulik Patel (BM Studio) – 1.1.1 Pods - Custom Content Types and Fields: by Pods Framework Team – 2.8.15 Relevanssi: by Mikko Saari – 4.16.0 REST API for Relevanssi: by Svet – 2 Simple-JWT-Login: by Nicu Micle – 3.4.2 UpdraftPlus - Backup/Restore: by UpdraftPlus.Com DavidAnderson – 1.22.14 User Role Editor: by Vladimir Garagulya – 4.63 Order Weight for WooCommerce: by Andreas Karman – 0.5.5 WooCommerce: by Automattic – 6.4.1 (update to version 6.8.2 is available) WP REST Cache: by Acato – 2022.1.0 ### Inactive Plugins (15) ### Disable Gutenberg: by Jeff Starr – 2.7 Dokan: by weDevs – 3.3.9 Dokan Pro: by weDevs – 3.5.2 Elementor: by Elementor.com – 3.6.4 Essential Addons for Elementor: by WPDeveloper – 5.1.0 Maintenance: by WebFactory Ltd – 4.06 Post Meta View and Export: by Matej Kravjar – 1.0 Product CSV Import Export (BASIC): by WebToffee – 2.1.9 Redirection: by John Godley – 5.2.3 REST API Log: by Pete Nelson – 1.6.8 Search Everything: by Sovrn zemanta – 8.1.9 Simple Custom CSS and JS: by SilkyPress.com – 3.39 WP-Optimize - Clean, Compress, Cache: by David Anderson Ruhani Rabin Team Updraft – 3.2.6 WP Admin Customize: by Svet – 1.0 WP Clean Admin Menu: by P. Roy – 2.0 ### Must Use Plugins (1) ### WP REST Cache - Must-Use Plugin: by Richard Korthuis - Acato – 2021.3.0 ### Settings ### API Enabled: – Force SSL: – Currency: BGN (лв.) Currency Position: right_space Thousand Separator: Decimal Separator: , Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – ### WC Pages ### Shop base: #103 - /shop/ Cart: #104 - /cart/ Checkout: #105 - /checkout/ My account: #106 - / Terms and conditions: ❌ Page not set ### Theme ### Name: Wooop Child Version: 1.0.0 Author URL: https://wooop.bg Child Theme: ✔ Parent Theme Name: Astra Parent Theme Version: 3.7.9 – 3.9.1 is available Parent Theme Author URL: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme WooCommerce Support: ✔ ### Templates ### Overrides: /home/woopbg13/store.wooop.bg/wp-content/plugins/atum-multi-inventory/views/email-templates/email-mi-order-items.php ### Action Scheduler ### Complete: 4,045 Oldest: 2022-07-23 10:56:47 +0000 Newest: 2022-08-23 06:55:29 +0000 Failed: 1 Oldest: – Newest: – Pending: 5 Oldest: 2022-08-23 07:13:19 +0000 Newest: 2022-08-29 12:39:52 +0000 ### CoCart ### Version: 3.4.0 Database Version: 3.6.3 Install Date: 18/03/2022 Carts in Session: 391 Carts Active: 391 out of 391 in session. Carts Expiring Soon: 0 out of 391 in session. Carts Expired: 0 out of 391 in session. Carts Source (by CoCart): 389 Carts Source (by Web): 1 Carts Source (by Other): 1 ### Status report information ### Generated at: 2022-08-23 10:13:36 +03:00 ``` </details> ## Additional context <!--Any additional context or details you think might be helpful.-->
1.0
Products disappear when you restore cart - <!-- Hi there! This form is for reporting bugs and issues specific to the CoCart plugin. This is not a support portal. --> ## Describe the bug I have a problem that did not existed a while back or at least we didn't know about it. We have problem with disappearing products from the cart itself. Lets say you add 6 different products to the cart and after that shutdown the app. After relaunch 2 of those products disappear. I have the requests that shows this, if you want to check them out, but the thing is we don't clear the cart on exit and removed_items are present also. By logic if a product is in removed_items and you add it again to the cart it should stay in the cart, but in our case the product disappears from cart after you add another product and in the same time stays in the removed_items. Can you help me out with this one? I'm not sure if it was working OK, or we missed something when we did QA. ## Prerequisites <!-- Mark completed items with an [x] --> - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [ ] The issue still exists against the latest `trunk` branch of CoCart on GitHub. - [ ] The issue still exists against the latest `dev` branch of CoCart on GitHub (this is **not** the same version as on WordPress.org!). - [x] I have attempted to find the simplest possible steps to reproduce the issue. - [ ] I have included a failing test as a pull request (Optional) - [x] I have installed the requirements to run this plugin. ## Steps to reproduce the issue <!-- I need to be able to reproduce the bug in order to fix it so please be descriptive! --> 1. Add 6 products to cart 2. Close app and open it again, products are now 4 3. Missing products are in the removed_items in response but not in the items ## Expected/actual behavior <!-- A clear and concise description of what actually happens. --> When I follow those steps, I see... Missing products in the cart when you restore it I was expecting to see... All added products in the cart when you restore it ## Screenshots <!-- If applicable, add screenshots to help explain your problem. --> ## Isolating the problem <!-- Mark completed items with an [x] --> - [ ] This bug happens with only WooCommerce and CoCart plugin are active. - [ ] This bug happens with a default WordPress theme active. - [ ] This bug happens with the WordPress theme Storefront active. - [ ] This bug happens with the latest release of WooCommerce active. - [x] This bug happens only when I authenticate as a customer. - [ ] This bug happens only when I authenticate as administrator. - [x] I can reproduce this bug consistently using the steps above. ## WordPress Environment <details> ``` ### WordPress Environment ### WordPress address (URL): https://store.wooop.bg Site address (URL): https://store.wooop.bg WC Version: 6.4.1 REST API Version: ✔ 6.4.1 WC Blocks Version: ✔ 7.2.2 Action Scheduler Version: ✔ 3.4.0 WC Admin Version: ✔ 3.3.2 Log Directory Writable: ✔ WP Version: 6.0.1 WP Multisite: – WP Memory Limit: 512 MB WP Debug Mode: ✔ WP Cron: ✔ Language: en_US External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.4.30 PHP Post Max Size: 250 MB PHP Time Limit: 3600 PHP Max Input Vars: 10000 cURL Version: 7.84.0 OpenSSL/1.1.1q SUHOSIN Installed: – MySQL Version: 5.5.5-10.3.36-MariaDB-log Max Upload Size: 250 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 6.5.0 WC Database Prefix: wpet_ Total Database Size: 1130.73MB Database Data Size: 1106.25MB Database Index Size: 24.48MB wpet_woocommerce_sessions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_api_keys: Data: 0.04MB + Index: 0.01MB + Engine MyISAM wpet_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_order_items: Data: 0.06MB + Index: 0.03MB + Engine MyISAM wpet_woocommerce_order_itemmeta: Data: 0.54MB + Index: 0.27MB + Engine MyISAM wpet_woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_actionscheduler_actions: Data: 1.06MB + Index: 0.38MB + Engine MyISAM wpet_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_actionscheduler_logs: Data: 0.70MB + Index: 0.50MB + Engine MyISAM wpet_additional_supplier_info: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_atum_export_templates: Data: 0.11MB + Index: 0.01MB + Engine MyISAM wpet_atum_inventories: Data: 0.09MB + Index: 0.10MB + Engine MyISAM wpet_atum_inventory_files: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_atum_inventory_locations: Data: 0.02MB + Index: 0.05MB + Engine MyISAM wpet_atum_inventory_meta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_atum_inventory_orders: Data: 0.77MB + Index: 0.10MB + Engine MyISAM wpet_atum_inventory_regions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_atum_inventory_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_atum_order_itemmeta: Data: 1.38MB + Index: 1.04MB + Engine MyISAM wpet_atum_order_items: Data: 0.37MB + Index: 0.14MB + Engine MyISAM wpet_atum_product_data: Data: 0.07MB + Index: 0.07MB + Engine MyISAM wpet_cocart_carts: Data: 1.41MB + Index: 0.03MB + Engine MyISAM wpet_commentmeta: Data: 0.23MB + Index: 0.07MB + Engine MyISAM wpet_comments: Data: 0.27MB + Index: 0.11MB + Engine MyISAM wpet_dokan_advertised_products: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wpet_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_delivery_time: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpet_dokan_distance_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpet_dokan_follow_store_followers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_dokan_orders: Data: 0.05MB + Index: 0.03MB + Engine InnoDB wpet_dokan_product_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_report_abuse_reports: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_dokan_rma_conversations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_rma_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_rma_request_product: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_shipping_tracking: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpet_dokan_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_dokan_table_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpet_dokan_vendor_balance: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wpet_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpet_duplicator_packages: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wpet_e_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_options: Data: 1046.71MB + Index: 5.36MB + Engine MyISAM wpet_order_inventory: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_files: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_hash: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_history: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_images: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_imports: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_posts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_pmxi_templates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_podsrel: Data: 0.01MB + Index: 0.03MB + Engine MyISAM wpet_postmeta: Data: 6.13MB + Index: 1.85MB + Engine MyISAM wpet_posts: Data: 3.98MB + Index: 0.68MB + Engine MyISAM wpet_redirection_404: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_redirection_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_redirection_items: Data: 0.00MB + Index: 0.02MB + Engine MyISAM wpet_redirection_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_relevanssi: Data: 0.49MB + Index: 0.60MB + Engine MyISAM wpet_relevanssi_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_relevanssi_stopwords: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_snippets: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_termmeta: Data: 0.05MB + Index: 0.05MB + Engine MyISAM wpet_terms: Data: 0.02MB + Index: 0.04MB + Engine MyISAM wpet_term_relationships: Data: 0.10MB + Index: 0.21MB + Engine MyISAM wpet_term_taxonomy: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wpet_tm_taskmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_tm_tasks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_usermeta: Data: 0.29MB + Index: 0.14MB + Engine MyISAM wpet_users: Data: 0.02MB + Index: 0.02MB + Engine MyISAM wpet_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wpet_wc_admin_note_actions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wpet_wc_category_lookup: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wpet_wc_customer_lookup: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wpet_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_wc_order_product_lookup: Data: 0.07MB + Index: 0.07MB + Engine MyISAM wpet_wc_order_stats: Data: 0.02MB + Index: 0.03MB + Engine MyISAM wpet_wc_order_tax_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_wc_product_attributes_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_wc_product_download_directories: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_wc_product_meta_lookup: Data: 0.09MB + Index: 0.16MB + Engine MyISAM wpet_wc_rate_limits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wpet_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wpet_wrc_caches: Data: 36.54MB + Index: 6.89MB + Engine MyISAM wpet_wrc_relations: Data: 4.04MB + Index: 5.01MB + Engine MyISAM wpet_wt_iew_action_history: Data: 0.09MB + Index: 0.00MB + Engine MyISAM wpet_wt_iew_mapping_template: Data: 0.00MB + Index: 0.00MB + Engine MyISAM ### Post Type Counts ### acf-field: 8 acf-field-group: 1 attachment: 1765 atum_inventory_log: 11 atum_po_delivery: 91 atum_purchase_order: 269 atum_supplier: 19 custom-css-js: 3 custom_css: 1 dokan_announcement: 1 elementor_library: 1 manufacturer: 1 page: 14 post: 7 producer: 163 product: 1281 revision: 556 shop_coupon: 14 shop_order: 25 shop_order_refund: 3 stores: 2 supplier: 1 wp_global_styles: 6 _pods_field: 32 _pods_group: 6 _pods_pod: 6 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (19) ### Wooop Manufacturer: by Svet – 1.0 ATUM Export PRO: by Stock Management Labs™ – 1.4.9 ATUM Multi-Inventory: by Stock Management Labs™ – 1.7.3 ATUM Purchase Orders PRO: by Stock Management Labs™ – 1.0.2 ATUM Inventory Management for WooCommerce: by Stock Management Labs™ – 1.9.19.2 CoCart Lite: by Sébastien Dumont – 3.4.0 CoCart - Cart Enhanced: by Sébastien Dumont – 3.2.0 CoCart Pro: by Sébastien Dumont – 1.0.0-rc.5 Duplicator: by Snap Creek – 1.4.7.1 Hide admin menu: by Bhavin Thummar & Maulik Patel (BM Studio) – 1.1.1 Pods - Custom Content Types and Fields: by Pods Framework Team – 2.8.15 Relevanssi: by Mikko Saari – 4.16.0 REST API for Relevanssi: by Svet – 2 Simple-JWT-Login: by Nicu Micle – 3.4.2 UpdraftPlus - Backup/Restore: by UpdraftPlus.Com DavidAnderson – 1.22.14 User Role Editor: by Vladimir Garagulya – 4.63 Order Weight for WooCommerce: by Andreas Karman – 0.5.5 WooCommerce: by Automattic – 6.4.1 (update to version 6.8.2 is available) WP REST Cache: by Acato – 2022.1.0 ### Inactive Plugins (15) ### Disable Gutenberg: by Jeff Starr – 2.7 Dokan: by weDevs – 3.3.9 Dokan Pro: by weDevs – 3.5.2 Elementor: by Elementor.com – 3.6.4 Essential Addons for Elementor: by WPDeveloper – 5.1.0 Maintenance: by WebFactory Ltd – 4.06 Post Meta View and Export: by Matej Kravjar – 1.0 Product CSV Import Export (BASIC): by WebToffee – 2.1.9 Redirection: by John Godley – 5.2.3 REST API Log: by Pete Nelson – 1.6.8 Search Everything: by Sovrn zemanta – 8.1.9 Simple Custom CSS and JS: by SilkyPress.com – 3.39 WP-Optimize - Clean, Compress, Cache: by David Anderson Ruhani Rabin Team Updraft – 3.2.6 WP Admin Customize: by Svet – 1.0 WP Clean Admin Menu: by P. Roy – 2.0 ### Must Use Plugins (1) ### WP REST Cache - Must-Use Plugin: by Richard Korthuis - Acato – 2021.3.0 ### Settings ### API Enabled: – Force SSL: – Currency: BGN (лв.) Currency Position: right_space Thousand Separator: Decimal Separator: , Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – ### WC Pages ### Shop base: #103 - /shop/ Cart: #104 - /cart/ Checkout: #105 - /checkout/ My account: #106 - / Terms and conditions: ❌ Page not set ### Theme ### Name: Wooop Child Version: 1.0.0 Author URL: https://wooop.bg Child Theme: ✔ Parent Theme Name: Astra Parent Theme Version: 3.7.9 – 3.9.1 is available Parent Theme Author URL: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme WooCommerce Support: ✔ ### Templates ### Overrides: /home/woopbg13/store.wooop.bg/wp-content/plugins/atum-multi-inventory/views/email-templates/email-mi-order-items.php ### Action Scheduler ### Complete: 4,045 Oldest: 2022-07-23 10:56:47 +0000 Newest: 2022-08-23 06:55:29 +0000 Failed: 1 Oldest: – Newest: – Pending: 5 Oldest: 2022-08-23 07:13:19 +0000 Newest: 2022-08-29 12:39:52 +0000 ### CoCart ### Version: 3.4.0 Database Version: 3.6.3 Install Date: 18/03/2022 Carts in Session: 391 Carts Active: 391 out of 391 in session. Carts Expiring Soon: 0 out of 391 in session. Carts Expired: 0 out of 391 in session. Carts Source (by CoCart): 389 Carts Source (by Web): 1 Carts Source (by Other): 1 ### Status report information ### Generated at: 2022-08-23 10:13:36 +03:00 ``` </details> ## Additional context <!--Any additional context or details you think might be helpful.-->
priority
products disappear when you restore cart describe the bug i have a problem that did not existed a while back or at least we didn t know about it we have problem with disappearing products from the cart itself lets say you add different products to the cart and after that shutdown the app after relaunch of those products disappear i have the requests that shows this if you want to check them out but the thing is we don t clear the cart on exit and removed items are present also by logic if a product is in removed items and you add it again to the cart it should stay in the cart but in our case the product disappears from cart after you add another product and in the same time stays in the removed items can you help me out with this one i m not sure if it was working ok or we missed something when we did qa prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest trunk branch of cocart on github the issue still exists against the latest dev branch of cocart on github this is not the same version as on wordpress org i have attempted to find the simplest possible steps to reproduce the issue i have included a failing test as a pull request optional i have installed the requirements to run this plugin steps to reproduce the issue add products to cart close app and open it again products are now missing products are in the removed items in response but not in the items expected actual behavior when i follow those steps i see missing products in the cart when you restore it i was expecting to see all added products in the cart when you restore it screenshots isolating the problem this bug happens with only woocommerce and cocart plugin are active this bug happens with a default wordpress theme active this bug happens with the wordpress theme storefront active this bug happens with the latest release of woocommerce active this bug happens only when i authenticate as a customer this bug happens only when i authenticate as administrator i can reproduce this bug consistently using the steps above wordpress environment wordpress environment wordpress address url site address url wc version rest api version ✔ wc blocks version ✔ action scheduler version ✔ wc admin version ✔ log directory writable ✔ wp version wp multisite – wp memory limit mb wp debug mode ✔ wp cron ✔ language en us external object cache – server environment server info apache php version php post max size mb php time limit php max input vars curl version openssl suhosin installed – mysql version mariadb log max upload size mb default timezone is utc ✔ fsockopen curl ✔ soapclient ✔ domdocument ✔ gzip ✔ multibyte string ✔ remote post ✔ remote get ✔ database wc database version wc database prefix wpet total database size database data size database index size wpet woocommerce sessions data index engine myisam wpet woocommerce api keys data index engine myisam wpet woocommerce attribute taxonomies data index engine myisam wpet woocommerce downloadable product permissions data index engine myisam wpet woocommerce order items data index engine myisam wpet woocommerce order itemmeta data index engine myisam wpet woocommerce tax rates data index engine myisam wpet woocommerce tax rate locations data index engine myisam wpet woocommerce shipping zones data index engine myisam wpet woocommerce shipping zone locations data index engine myisam wpet woocommerce shipping zone methods data index engine myisam wpet woocommerce payment tokens data index engine myisam wpet woocommerce payment tokenmeta data index engine myisam wpet woocommerce log data index engine myisam wpet actionscheduler actions data index engine myisam wpet actionscheduler claims data index engine myisam wpet actionscheduler groups data index engine myisam wpet actionscheduler logs data index engine myisam wpet additional supplier info data index engine myisam wpet atum export templates data index engine myisam wpet atum inventories data index engine myisam wpet atum inventory files data index engine myisam wpet atum inventory locations data index engine myisam wpet atum inventory meta data index engine myisam wpet atum inventory orders data index engine myisam wpet atum inventory regions data index engine myisam wpet atum inventory reserved stock data index engine myisam wpet atum order itemmeta data index engine myisam wpet atum order items data index engine myisam wpet atum product data data index engine myisam wpet cocart carts data index engine myisam wpet commentmeta data index engine myisam wpet comments data index engine myisam wpet dokan advertised products data index engine innodb wpet dokan announcement data index engine innodb wpet dokan delivery time data index engine innodb wpet dokan distance rate shipping data index engine innodb wpet dokan follow store followers data index engine myisam wpet dokan orders data index engine innodb wpet dokan product map data index engine innodb wpet dokan refund data index engine innodb wpet dokan report abuse reports data index engine myisam wpet dokan rma conversations data index engine innodb wpet dokan rma request data index engine innodb wpet dokan rma request product data index engine innodb wpet dokan shipping tracking data index engine innodb wpet dokan shipping zone locations data index engine innodb wpet dokan shipping zone methods data index engine innodb wpet dokan table rate shipping data index engine innodb wpet dokan vendor balance data index engine innodb wpet dokan withdraw data index engine innodb wpet duplicator packages data index engine myisam wpet e events data index engine myisam wpet links data index engine myisam wpet options data index engine myisam wpet order inventory data index engine myisam wpet pmxi files data index engine myisam wpet pmxi hash data index engine myisam wpet pmxi history data index engine myisam wpet pmxi images data index engine myisam wpet pmxi imports data index engine myisam wpet pmxi posts data index engine myisam wpet pmxi templates data index engine myisam wpet podsrel data index engine myisam wpet postmeta data index engine myisam wpet posts data index engine myisam wpet redirection data index engine myisam wpet redirection groups data index engine myisam wpet redirection items data index engine myisam wpet redirection logs data index engine myisam wpet relevanssi data index engine myisam wpet relevanssi log data index engine myisam wpet relevanssi stopwords data index engine myisam wpet snippets data index engine myisam wpet termmeta data index engine myisam wpet terms data index engine myisam wpet term relationships data index engine myisam wpet term taxonomy data index engine myisam wpet tm taskmeta data index engine myisam wpet tm tasks data index engine myisam wpet usermeta data index engine myisam wpet users data index engine myisam wpet wc admin notes data index engine myisam wpet wc admin note actions data index engine myisam wpet wc category lookup data index engine myisam wpet wc customer lookup data index engine myisam wpet wc download log data index engine myisam wpet wc order coupon lookup data index engine myisam wpet wc order product lookup data index engine myisam wpet wc order stats data index engine myisam wpet wc order tax lookup data index engine myisam wpet wc product attributes lookup data index engine myisam wpet wc product download directories data index engine myisam wpet wc product meta lookup data index engine myisam wpet wc rate limits data index engine myisam wpet wc reserved stock data index engine myisam wpet wc tax rate classes data index engine myisam wpet wc webhooks data index engine myisam wpet wrc caches data index engine myisam wpet wrc relations data index engine myisam wpet wt iew action history data index engine myisam wpet wt iew mapping template data index engine myisam post type counts acf field acf field group attachment atum inventory log atum po delivery atum purchase order atum supplier custom css js custom css dokan announcement elementor library manufacturer page post producer product revision shop coupon shop order shop order refund stores supplier wp global styles pods field pods group pods pod security secure connection https ✔ hide errors from visitors ✔ active plugins wooop manufacturer by svet – atum export pro by stock management labs™ – atum multi inventory by stock management labs™ – atum purchase orders pro by stock management labs™ – atum inventory management for woocommerce by stock management labs™ – cocart lite by sébastien dumont – cocart cart enhanced by sébastien dumont – cocart pro by sébastien dumont – rc duplicator by snap creek – hide admin menu by bhavin thummar maulik patel bm studio – pods custom content types and fields by pods framework team – relevanssi by mikko saari – rest api for relevanssi by svet – simple jwt login by nicu micle – updraftplus backup restore by updraftplus com davidanderson – user role editor by vladimir garagulya – order weight for woocommerce by andreas karman – woocommerce by automattic – update to version is available wp rest cache by acato – inactive plugins disable gutenberg by jeff starr – dokan by wedevs – dokan pro by wedevs – elementor by elementor com – essential addons for elementor by wpdeveloper – maintenance by webfactory ltd – post meta view and export by matej kravjar – product csv import export basic by webtoffee – redirection by john godley – rest api log by pete nelson – search everything by sovrn zemanta – simple custom css and js by silkypress com – wp optimize clean compress cache by david anderson ruhani rabin team updraft – wp admin customize by svet – wp clean admin menu by p roy – must use plugins wp rest cache must use plugin by richard korthuis acato – settings api enabled – force ssl – currency bgn лв currency position right space thousand separator decimal separator number of decimals taxonomies product types external external grouped grouped simple simple variable variable taxonomies product visibility exclude from catalog exclude from catalog exclude from search exclude from search featured featured outofstock outofstock rated rated rated rated rated rated rated rated rated rated connected to woocommerce com – wc pages shop base shop cart cart checkout checkout my account terms and conditions ❌ page not set theme name wooop child version author url child theme ✔ parent theme name astra parent theme version – is available parent theme author url woocommerce support ✔ templates overrides home store wooop bg wp content plugins atum multi inventory views email templates email mi order items php action scheduler complete oldest newest failed oldest – newest – pending oldest newest cocart version database version install date carts in session carts active out of in session carts expiring soon out of in session carts expired out of in session carts source by cocart carts source by web carts source by other status report information generated at additional context
1
142,926
5,480,230,987
IssuesEvent
2017-03-13 06:54:47
qutebrowser/qutebrowser
https://api.github.com/repos/qutebrowser/qutebrowser
closed
Setting title-format on qute://settings is broken
can't reproduce component: config priority: 2 - low
I changed the default value for `title-format` from `{index}: {title}` to `{title}`. Further changes, like adding `{index}` back, are ineffective. Restarting qutebrowser will set the option back to its previous value (`{index}` in my case). The value can still be changed via `qutebrowser.conf`. qutebrowser v0.8.2 Qt: 5.7.0 (compiled 5.6.0) PyQt: 5.6
1.0
Setting title-format on qute://settings is broken - I changed the default value for `title-format` from `{index}: {title}` to `{title}`. Further changes, like adding `{index}` back, are ineffective. Restarting qutebrowser will set the option back to its previous value (`{index}` in my case). The value can still be changed via `qutebrowser.conf`. qutebrowser v0.8.2 Qt: 5.7.0 (compiled 5.6.0) PyQt: 5.6
priority
setting title format on qute settings is broken i changed the default value for title format from index title to title further changes like adding index back are ineffective restarting qutebrowser will set the option back to its previous value index in my case the value can still be changed via qutebrowser conf qutebrowser qt compiled pyqt
1
537,032
15,721,917,586
IssuesEvent
2021-03-29 04:27:23
PMEAL/porespy
https://api.github.com/repos/PMEAL/porespy
closed
perlin_noise is a pain to work with
enhancement low priority
The perlin_noise function has the potential to be the next blobs, but it has a problem with accepting different size images. This should be fixed. Perhaps the image should be increased to the next possible size, then cropped back down?
1.0
perlin_noise is a pain to work with - The perlin_noise function has the potential to be the next blobs, but it has a problem with accepting different size images. This should be fixed. Perhaps the image should be increased to the next possible size, then cropped back down?
priority
perlin noise is a pain to work with the perlin noise function has the potential to be the next blobs but it has a problem with accepting different size images this should be fixed perhaps the image should be increased to the next possible size then cropped back down
1
133,591
5,205,829,341
IssuesEvent
2017-01-24 18:59:39
swimlane/ngx-charts
https://api.github.com/repos/swimlane/ngx-charts
closed
Bring in tooltips from swui
Backlog Effort: Moderate Priority: Low
We need to bring in our tooltip component from swui instead of embedding it for duplicate code. https://github.com/swimlane/swui/tree/master/src/components/tooltip This will require a more robust swui build to be accomplished.
1.0
Bring in tooltips from swui - We need to bring in our tooltip component from swui instead of embedding it for duplicate code. https://github.com/swimlane/swui/tree/master/src/components/tooltip This will require a more robust swui build to be accomplished.
priority
bring in tooltips from swui we need to bring in our tooltip component from swui instead of embedding it for duplicate code this will require a more robust swui build to be accomplished
1
661,851
22,091,641,578
IssuesEvent
2022-06-01 06:36:07
rism-digital/verovio
https://api.github.com/repos/rism-digital/verovio
closed
slur + slur interaction
enhancement low priority
Here is an example where there are two slurs starting at the same time on a note as well as on the same side of the note: <img width="586" alt="Screen Shot 2021-10-12 at 8 40 21 AM" src="https://user-images.githubusercontent.com/3487289/136987286-6b84e8c4-0c26-4c0a-ab9b-2748be3845b0.png"> In such cases, the shorter slur should get placement priority, and the longer one should be adjusted. The slope of the longer slur should be approximately parallel to the shorter slur on its left side (but this will be difficult to do with a Bézier curve, so that can be a future refinement). MEI test data: ```xml <?xml version="1.0" encoding="UTF-8"?> <?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> <mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.0"> <meiHead> <fileDesc> <titleStmt> <title /> </titleStmt> <pubStmt /> </fileDesc> <encodingDesc> <appInfo> <application isodate="2021-10-12T08:40:23" version="3.7.0-dev-09f2846"> <name>Verovio</name> <p>Transcoded from Humdrum</p> </application> </appInfo> </encodingDesc> <workList> <work> <title /> </work> </workList> </meiHead> <music> <body> <mdiv xml:id="m7tqu0s"> <score xml:id="sxlntoi"> <scoreDef xml:id="shyxyxw"> <staffGrp xml:id="sx8xmxa"> <staffDef xml:id="szefd6l" n="1" lines="5"> <clef xml:id="cxnmyi7" shape="G" line="2" /> <meterSig xml:id="metersig-L2F1" count="2" unit="4" /> </staffDef> </staffGrp> </scoreDef> <section xml:id="section-L1F1"> <measure xml:id="measure-L1" n="1"> <staff xml:id="s5342op" n="1"> <layer xml:id="layer-L1F1N1" n="1"> <note xml:id="note-L4F1" dur="2" oct="4" pname="g" accid.ges="n" /> </layer> </staff> <slur xml:id="slur-L4F1N2-L6F1" staff="1" startid="#note-L4F1" endid="#note-L6F1" /> <slur xml:id="slur-L4F1N1-L9F1" staff="1" startid="#note-L4F1" endid="#note-L9F1" /> </measure> <measure xml:id="measure-L5" n="2"> <staff xml:id="staff-L5F1N1" n="1"> <layer xml:id="layer-L5F1N1" n="1"> <beam xml:id="beam-L6F1-L7F1"> <note xml:id="note-L6F1" dur="16" oct="4" pname="f" accid.ges="n" /> <note xml:id="note-L7F1" dur="16" oct="4" pname="b" accid.ges="n" /> </beam> <note xml:id="note-L8F1" type="placed" dur="4" oct="4" pname="b" stem.dir="up" accid.ges="n" /> <note xml:id="note-L9F1" dur="8" oct="4" pname="a" accid.ges="n" /> </layer> </staff> </measure> </section> </score> </mdiv> </body> </music> </mei> ```
1.0
slur + slur interaction - Here is an example where there are two slurs starting at the same time on a note as well as on the same side of the note: <img width="586" alt="Screen Shot 2021-10-12 at 8 40 21 AM" src="https://user-images.githubusercontent.com/3487289/136987286-6b84e8c4-0c26-4c0a-ab9b-2748be3845b0.png"> In such cases, the shorter slur should get placement priority, and the longer one should be adjusted. The slope of the longer slur should be approximately parallel to the shorter slur on its left side (but this will be difficult to do with a Bézier curve, so that can be a future refinement). MEI test data: ```xml <?xml version="1.0" encoding="UTF-8"?> <?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> <mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.0"> <meiHead> <fileDesc> <titleStmt> <title /> </titleStmt> <pubStmt /> </fileDesc> <encodingDesc> <appInfo> <application isodate="2021-10-12T08:40:23" version="3.7.0-dev-09f2846"> <name>Verovio</name> <p>Transcoded from Humdrum</p> </application> </appInfo> </encodingDesc> <workList> <work> <title /> </work> </workList> </meiHead> <music> <body> <mdiv xml:id="m7tqu0s"> <score xml:id="sxlntoi"> <scoreDef xml:id="shyxyxw"> <staffGrp xml:id="sx8xmxa"> <staffDef xml:id="szefd6l" n="1" lines="5"> <clef xml:id="cxnmyi7" shape="G" line="2" /> <meterSig xml:id="metersig-L2F1" count="2" unit="4" /> </staffDef> </staffGrp> </scoreDef> <section xml:id="section-L1F1"> <measure xml:id="measure-L1" n="1"> <staff xml:id="s5342op" n="1"> <layer xml:id="layer-L1F1N1" n="1"> <note xml:id="note-L4F1" dur="2" oct="4" pname="g" accid.ges="n" /> </layer> </staff> <slur xml:id="slur-L4F1N2-L6F1" staff="1" startid="#note-L4F1" endid="#note-L6F1" /> <slur xml:id="slur-L4F1N1-L9F1" staff="1" startid="#note-L4F1" endid="#note-L9F1" /> </measure> <measure xml:id="measure-L5" n="2"> <staff xml:id="staff-L5F1N1" n="1"> <layer xml:id="layer-L5F1N1" n="1"> <beam xml:id="beam-L6F1-L7F1"> <note xml:id="note-L6F1" dur="16" oct="4" pname="f" accid.ges="n" /> <note xml:id="note-L7F1" dur="16" oct="4" pname="b" accid.ges="n" /> </beam> <note xml:id="note-L8F1" type="placed" dur="4" oct="4" pname="b" stem.dir="up" accid.ges="n" /> <note xml:id="note-L9F1" dur="8" oct="4" pname="a" accid.ges="n" /> </layer> </staff> </measure> </section> </score> </mdiv> </body> </music> </mei> ```
priority
slur slur interaction here is an example where there are two slurs starting at the same time on a note as well as on the same side of the note img width alt screen shot at am src in such cases the shorter slur should get placement priority and the longer one should be adjusted the slope of the longer slur should be approximately parallel to the shorter slur on its left side but this will be difficult to do with a bézier curve so that can be a future refinement mei test data xml xml model href type application xml schematypens xml model href type application xml schematypens verovio transcoded from humdrum
1
656,972
21,781,284,338
IssuesEvent
2022-05-13 19:14:42
authzed/zed
https://api.github.com/repos/authzed/zed
closed
Support large, batch importing of relationships
area/CLI priority/3 low
`zed import` currently constructs a single `WriteRelationships` call, which will be exceeded after ~5000 relationships. We should add support for batching the relationships to be imported into chunks, and executing those chunks in parallel. As mentioned in Discord (https://discord.com/channels/844600078504951838/844600078948630559/949071336574181457), there are a number of issues to address: > 1. The gRPC server has a limit on message sizes. This can easily be solved by batching the requests > 2. Batching is tricky, serially executing each batch works to an extent, but it's not very scalable. This could be improved by executing each batch in a goroutine. Of course, this comes with some risk, as there's roughly a 9k batch size limit (see 3). If a zed import is trying to import 6 million+ rows, that's about 650 connections each trying to shove through 9k tuples. > 3. Postgres and MySQL both have a limit on how many placeholders you can have in a single query. This appears to be 65535 for Postgres and MySQL (https://stackoverflow.com/a/49379324, https://stackoverflow.com/a/24447922). This roughly translating to a maximum of 9362 relationship tuple writes (assuming each is going to require 7 placeholders). I didn't initially hit this limitation because I was testing with an in memory database. We'll need to see a reasonable limit on the number of parallelized write requests, have a progress bar for display, etc
1.0
Support large, batch importing of relationships - `zed import` currently constructs a single `WriteRelationships` call, which will be exceeded after ~5000 relationships. We should add support for batching the relationships to be imported into chunks, and executing those chunks in parallel. As mentioned in Discord (https://discord.com/channels/844600078504951838/844600078948630559/949071336574181457), there are a number of issues to address: > 1. The gRPC server has a limit on message sizes. This can easily be solved by batching the requests > 2. Batching is tricky, serially executing each batch works to an extent, but it's not very scalable. This could be improved by executing each batch in a goroutine. Of course, this comes with some risk, as there's roughly a 9k batch size limit (see 3). If a zed import is trying to import 6 million+ rows, that's about 650 connections each trying to shove through 9k tuples. > 3. Postgres and MySQL both have a limit on how many placeholders you can have in a single query. This appears to be 65535 for Postgres and MySQL (https://stackoverflow.com/a/49379324, https://stackoverflow.com/a/24447922). This roughly translating to a maximum of 9362 relationship tuple writes (assuming each is going to require 7 placeholders). I didn't initially hit this limitation because I was testing with an in memory database. We'll need to see a reasonable limit on the number of parallelized write requests, have a progress bar for display, etc
priority
support large batch importing of relationships zed import currently constructs a single writerelationships call which will be exceeded after relationships we should add support for batching the relationships to be imported into chunks and executing those chunks in parallel as mentioned in discord there are a number of issues to address the grpc server has a limit on message sizes this can easily be solved by batching the requests batching is tricky serially executing each batch works to an extent but it s not very scalable this could be improved by executing each batch in a goroutine of course this comes with some risk as there s roughly a batch size limit see if a zed import is trying to import million rows that s about connections each trying to shove through tuples postgres and mysql both have a limit on how many placeholders you can have in a single query this appears to be for postgres and mysql this roughly translating to a maximum of relationship tuple writes assuming each is going to require placeholders i didn t initially hit this limitation because i was testing with an in memory database we ll need to see a reasonable limit on the number of parallelized write requests have a progress bar for display etc
1
107,276
4,300,984,965
IssuesEvent
2016-07-20 04:58:36
tjcsl/cslbot
https://api.github.com/repos/tjcsl/cslbot
opened
Refactor API key config organization
enhancement low priority needs discussion refactor
API key configuration is kind of a mess. I think there's a better way to organize them, but I'm not sure what that is. We should figure that out and implement it.
1.0
Refactor API key config organization - API key configuration is kind of a mess. I think there's a better way to organize them, but I'm not sure what that is. We should figure that out and implement it.
priority
refactor api key config organization api key configuration is kind of a mess i think there s a better way to organize them but i m not sure what that is we should figure that out and implement it
1
102,989
4,163,741,976
IssuesEvent
2016-06-18 09:25:35
ALitttleBitDifferent/AmbientPrologueBugs
https://api.github.com/repos/ALitttleBitDifferent/AmbientPrologueBugs
opened
Astrums hair looks odd
bug Low Priority
If you minimize Shadow settings, Astrums Hair glows in some angles and looks odd.
1.0
Astrums hair looks odd - If you minimize Shadow settings, Astrums Hair glows in some angles and looks odd.
priority
astrums hair looks odd if you minimize shadow settings astrums hair glows in some angles and looks odd
1
521,965
15,146,435,186
IssuesEvent
2021-02-11 07:15:36
ESCOMP/CTSM
https://api.github.com/repos/ESCOMP/CTSM
closed
Bare soil g1 should be missing value or zero
priority: low type: bug
A user reported the following: Hi Keith I hope all is well. I'm working with Peter Franks at the University of Sydney and we've noticed that in the input parameters for CLM5 (specifically in clm5_params.c171117.nc) that the g1 value for conductance-photosynthesis for the 'not_vegetated' PFT is 9. This should be 0 no? This is the case for both the Ball-Berry and Medlyn g1 values (mbbopt and medlynslope, respectively, in the above file). Can this get logged for correcting in the next release? Regards Nick.
1.0
Bare soil g1 should be missing value or zero - A user reported the following: Hi Keith I hope all is well. I'm working with Peter Franks at the University of Sydney and we've noticed that in the input parameters for CLM5 (specifically in clm5_params.c171117.nc) that the g1 value for conductance-photosynthesis for the 'not_vegetated' PFT is 9. This should be 0 no? This is the case for both the Ball-Berry and Medlyn g1 values (mbbopt and medlynslope, respectively, in the above file). Can this get logged for correcting in the next release? Regards Nick.
priority
bare soil should be missing value or zero a user reported the following hi keith i hope all is well i m working with peter franks at the university of sydney and we ve noticed that in the input parameters for specifically in params nc that the value for conductance photosynthesis for the not vegetated pft is this should be no this is the case for both the ball berry and medlyn values mbbopt and medlynslope respectively in the above file can this get logged for correcting in the next release regards nick
1
646,175
21,040,006,858
IssuesEvent
2022-03-31 11:25:49
projectdiscovery/naabu
https://api.github.com/repos/projectdiscovery/naabu
closed
Timestamp for json output
Priority: Low Status: Completed Type: Enhancement
<!-- 1. Please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature. 2. In case you are not sure about your request or whether the particular feature is already supported or not, please start a discussion instead. 3. GitHub Discussion: https://github.com/projectdiscovery/naabu/discussions/categories/ideas 4. Join our discord server at https://discord.gg/projectdiscovery to discuss the idea on the #naabu channel. --> ### Please describe your feature request: <!-- A clear and concise description of feature to implement --> ```json {"host":"example.com","ip":"127.0.0.1","port":1337,"timestamp":"2022-01-10T19:13:44.981231231"} ``` ### Describe the use case of this feature: <!-- A clear and concise description of the feature request's motivation and the use-cases in which it could be useful. --> Monitor the ips and ports given a hostname
1.0
Timestamp for json output - <!-- 1. Please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature. 2. In case you are not sure about your request or whether the particular feature is already supported or not, please start a discussion instead. 3. GitHub Discussion: https://github.com/projectdiscovery/naabu/discussions/categories/ideas 4. Join our discord server at https://discord.gg/projectdiscovery to discuss the idea on the #naabu channel. --> ### Please describe your feature request: <!-- A clear and concise description of feature to implement --> ```json {"host":"example.com","ip":"127.0.0.1","port":1337,"timestamp":"2022-01-10T19:13:44.981231231"} ``` ### Describe the use case of this feature: <!-- A clear and concise description of the feature request's motivation and the use-cases in which it could be useful. --> Monitor the ips and ports given a hostname
priority
timestamp for json output please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature in case you are not sure about your request or whether the particular feature is already supported or not please start a discussion instead github discussion join our discord server at to discuss the idea on the naabu channel please describe your feature request json host example com ip port timestamp describe the use case of this feature monitor the ips and ports given a hostname
1
77,775
3,507,256,546
IssuesEvent
2016-01-08 12:12:47
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Wrong colors and bugged log output (BB #754)
migrated Priority: Low Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** PadreWoW **Original Date:** 06.12.2014 08:06:15 GMT+0000 **Original Priority:** minor **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/754 <hr> Last rev without any custom patches Colors are wrong LogColors = "9 6 2 2" - 9 - LRED, 6 - CYAN Errors are BLUE - not red and I can't change it Output is still mixed (no line breaks) ![2001035143-1.jpg](https://bitbucket.org/repo/kMeMB/images/3474401597-2001035143-1.jpg)
1.0
Wrong colors and bugged log output (BB #754) - This issue was migrated from bitbucket. **Original Reporter:** PadreWoW **Original Date:** 06.12.2014 08:06:15 GMT+0000 **Original Priority:** minor **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/754 <hr> Last rev without any custom patches Colors are wrong LogColors = "9 6 2 2" - 9 - LRED, 6 - CYAN Errors are BLUE - not red and I can't change it Output is still mixed (no line breaks) ![2001035143-1.jpg](https://bitbucket.org/repo/kMeMB/images/3474401597-2001035143-1.jpg)
priority
wrong colors and bugged log output bb this issue was migrated from bitbucket original reporter padrewow original date gmt original priority minor original type bug original state resolved direct link last rev without any custom patches colors are wrong logcolors lred cyan errors are blue not red and i can t change it output is still mixed no line breaks
1
737,203
25,505,824,976
IssuesEvent
2022-11-28 09:21:31
nnstreamer/nnstreamer
https://api.github.com/repos/nnstreamer/nnstreamer
closed
[Rough Idea Suggestion] Pipeline Pause and Resume (resource saver)
EPIC Open for Participation low priority
With nnstraemer API, to save memory while the pipeline won't be active for a while: ``` ml_pipeline_designate_resourcesave_filters (pipeline, filtername); ml_pipeline_pause_resourcesave (pipeline); ``` Then, pipeline pauses and pre-defined tensor-filters closes big models to save memory. After then, ``` ml_pipeline_resume (pipeline); ``` when, before pipeline-resume, it will re-open such big models. &nbsp; &nbsp; &nbsp; CAUTION: This requires modifications in tensor_filter's core.
1.0
[Rough Idea Suggestion] Pipeline Pause and Resume (resource saver) - With nnstraemer API, to save memory while the pipeline won't be active for a while: ``` ml_pipeline_designate_resourcesave_filters (pipeline, filtername); ml_pipeline_pause_resourcesave (pipeline); ``` Then, pipeline pauses and pre-defined tensor-filters closes big models to save memory. After then, ``` ml_pipeline_resume (pipeline); ``` when, before pipeline-resume, it will re-open such big models. &nbsp; &nbsp; &nbsp; CAUTION: This requires modifications in tensor_filter's core.
priority
pipeline pause and resume resource saver with nnstraemer api to save memory while the pipeline won t be active for a while ml pipeline designate resourcesave filters pipeline filtername ml pipeline pause resourcesave pipeline then pipeline pauses and pre defined tensor filters closes big models to save memory after then ml pipeline resume pipeline when before pipeline resume it will re open such big models nbsp nbsp nbsp caution this requires modifications in tensor filter s core
1