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
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
386,296
11,434,959,260
IssuesEvent
2020-02-04 18:25:20
dhenry-KCI/FredCo-Post-Go-Live-
https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live-
opened
Planning-system generated mylar reviews on 100+ applications
Medium Priority
On or about 1/4/20 the system generated 100+ mylar reviews, as shown in the report below. They all have a due date of 1/11/20. This error needs to be corrected to eliminate all of these erroneous reviews. Its overloading people's dashboards with tasks ![image](https://user-images.githubusercontent.com/50637067/73773900-0466f200-4751-11ea-8f67-5f7dac0db995.png) ![image](https://user-images.githubusercontent.com/50637067/73773923-0fba1d80-4751-11ea-962b-7134f7a93147.png) ![image](https://user-images.githubusercontent.com/50637067/73773943-1a74b280-4751-11ea-95c1-b16953da6d2c.png) ![image](https://user-images.githubusercontent.com/50637067/73773965-26607480-4751-11ea-808b-39509b102845.png) ![image](https://user-images.githubusercontent.com/50637067/73773982-30827300-4751-11ea-885d-feae94858b1f.png) ![image](https://user-images.githubusercontent.com/50637067/73773996-3b3d0800-4751-11ea-8a9f-1ec0332c262e.png) ![image](https://user-images.githubusercontent.com/50637067/73774019-44c67000-4751-11ea-9986-ffeeb1418d6d.png)
1.0
Planning-system generated mylar reviews on 100+ applications - On or about 1/4/20 the system generated 100+ mylar reviews, as shown in the report below. They all have a due date of 1/11/20. This error needs to be corrected to eliminate all of these erroneous reviews. Its overloading people's dashboards with tasks ![image](https://user-images.githubusercontent.com/50637067/73773900-0466f200-4751-11ea-8f67-5f7dac0db995.png) ![image](https://user-images.githubusercontent.com/50637067/73773923-0fba1d80-4751-11ea-962b-7134f7a93147.png) ![image](https://user-images.githubusercontent.com/50637067/73773943-1a74b280-4751-11ea-95c1-b16953da6d2c.png) ![image](https://user-images.githubusercontent.com/50637067/73773965-26607480-4751-11ea-808b-39509b102845.png) ![image](https://user-images.githubusercontent.com/50637067/73773982-30827300-4751-11ea-885d-feae94858b1f.png) ![image](https://user-images.githubusercontent.com/50637067/73773996-3b3d0800-4751-11ea-8a9f-1ec0332c262e.png) ![image](https://user-images.githubusercontent.com/50637067/73774019-44c67000-4751-11ea-9986-ffeeb1418d6d.png)
priority
planning system generated mylar reviews on applications on or about the system generated mylar reviews as shown in the report below they all have a due date of this error needs to be corrected to eliminate all of these erroneous reviews its overloading people s dashboards with tasks
1
238,136
7,775,188,463
IssuesEvent
2018-06-05 01:17:51
Repair-DeskPOS/RepairDesk-Bugs
https://api.github.com/repos/Repair-DeskPOS/RepairDesk-Bugs
closed
Notes do not save on already submitted purchase orders
Medium Priority bug
If I open a purchase order, add a note, and save... it does not save on the po. When you open again it is gone.
1.0
Notes do not save on already submitted purchase orders - If I open a purchase order, add a note, and save... it does not save on the po. When you open again it is gone.
priority
notes do not save on already submitted purchase orders if i open a purchase order add a note and save it does not save on the po when you open again it is gone
1
681,652
23,319,668,491
IssuesEvent
2022-08-08 15:17:03
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
tests: arch: arm: arm_interrupt: arch.interrupt.no_optimizations - Data Access Violation - MPU Fault
bug priority: medium area: ARM platform: nRF
**Describe the bug** The tests/arch/arm/arm_interrupt/arch.interrupt.no_optimizations fails on-target tests - Data Access Violation - MPU Fault Observed for - nrf52dk_nrf52832 - nrf52840dk_nrf52840 There is MPU Fault detected and system halts, no other output. **To Reproduce** Steps to reproduce the behavior: 1. have nrf52840dk connected 2. go to your zephyr dir 3. call ./scripts/twister -T tests/arch/arm/arm_interrupt -p nrf52840dk_nrf52840 --device-testing --device-serial /dev/ttyACM0 -v --inline-logs 4. See stack trace and system halting **Expected behavior** Valid test output **Impact** Not clear **Logs and console output** ``` ERROR - *** Booting Zephyr OS build zephyr-v3.1.0-2265-g62f19cc6b3d4 *** Running TESTSUITE arm_interrupt =================================================================== E: ***** MPU FAULT ***** E: Stacking error (context area might be not valid) E: Data Access Violation E: MMFAR Address: 0x20002c38 E: r0/a1: 0x6aeac82c r1/a2: 0x134fe27e r2/a3: 0xb0b2edf1 E: r3/a4: 0xb6c46227 r12/ip: 0xae826fff r14/lr: 0x3d334f60 E: xpsr: 0x62c51000 E: Faulting instruction address (r15/pc): 0xff3add1b E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 E: Current thread: 0x200001b0 (main) Caught system error -- reason 2 Was not expecting a crash ``` **Environment (please complete the following information):** - OS: Ubuntu 20.04.1 LTS - Toolchain Zephyr SDK 0.14.1 - Commit SHA or Version used: zephyr-v3.1.0-2265-g62f19cc6b3d4
1.0
tests: arch: arm: arm_interrupt: arch.interrupt.no_optimizations - Data Access Violation - MPU Fault - **Describe the bug** The tests/arch/arm/arm_interrupt/arch.interrupt.no_optimizations fails on-target tests - Data Access Violation - MPU Fault Observed for - nrf52dk_nrf52832 - nrf52840dk_nrf52840 There is MPU Fault detected and system halts, no other output. **To Reproduce** Steps to reproduce the behavior: 1. have nrf52840dk connected 2. go to your zephyr dir 3. call ./scripts/twister -T tests/arch/arm/arm_interrupt -p nrf52840dk_nrf52840 --device-testing --device-serial /dev/ttyACM0 -v --inline-logs 4. See stack trace and system halting **Expected behavior** Valid test output **Impact** Not clear **Logs and console output** ``` ERROR - *** Booting Zephyr OS build zephyr-v3.1.0-2265-g62f19cc6b3d4 *** Running TESTSUITE arm_interrupt =================================================================== E: ***** MPU FAULT ***** E: Stacking error (context area might be not valid) E: Data Access Violation E: MMFAR Address: 0x20002c38 E: r0/a1: 0x6aeac82c r1/a2: 0x134fe27e r2/a3: 0xb0b2edf1 E: r3/a4: 0xb6c46227 r12/ip: 0xae826fff r14/lr: 0x3d334f60 E: xpsr: 0x62c51000 E: Faulting instruction address (r15/pc): 0xff3add1b E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 E: Current thread: 0x200001b0 (main) Caught system error -- reason 2 Was not expecting a crash ``` **Environment (please complete the following information):** - OS: Ubuntu 20.04.1 LTS - Toolchain Zephyr SDK 0.14.1 - Commit SHA or Version used: zephyr-v3.1.0-2265-g62f19cc6b3d4
priority
tests arch arm arm interrupt arch interrupt no optimizations data access violation mpu fault describe the bug the tests arch arm arm interrupt arch interrupt no optimizations fails on target tests data access violation mpu fault observed for there is mpu fault detected and system halts no other output to reproduce steps to reproduce the behavior have connected go to your zephyr dir call scripts twister t tests arch arm arm interrupt p device testing device serial dev v inline logs see stack trace and system halting expected behavior valid test output impact not clear logs and console output error booting zephyr os build zephyr running testsuite arm interrupt e mpu fault e stacking error context area might be not valid e data access violation e mmfar address e e ip lr e xpsr e faulting instruction address pc e zephyr fatal error stack overflow on cpu e current thread main caught system error reason was not expecting a crash environment please complete the following information os ubuntu lts toolchain zephyr sdk commit sha or version used zephyr
1
696,211
23,891,095,033
IssuesEvent
2022-09-08 11:32:55
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Bluetooth: ISO Broadcast sample fails to send data on nRF5340
bug priority: medium area: Bluetooth area: Bluetooth Host area: Bluetooth ISO
When the ISO broadcast/receive samples are run with the Packetcraft controller on the nRF5340, the samples are able to establish BIG sync but does not attempt to actually broadcast/receive any ISO-data. Boards: - arm/nrf5340dk_nrf5340 - arm/nrf5340dk_nrf5340 Samples: - bluetooth/iso_broadcast - bluetooth/iso_receive Controller: - https://github.com/nrfconnect/sdk-nrf/blob/main/applications/nrf5340_audio/bin/ble5-ctr-rpmsg_3301.hex **To Reproduce** Append to prj.conf of both samples: ``` CONFIG_BT_HCI_VS_EXT=n CONFIG_BT_BUF_ACL_RX_SIZE=256 CONFIG_BT_BUF_ACL_TX_SIZE=256 CONFIG_BT_BUF_CMD_TX_SIZE=255 CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255 CONFIG_UART_0_NRF_TX_BUFFER_SIZE=1024 CONFIG_BT_ISO_TX_BUF_COUNT=255 CONFIG_BT_ISO_TX_MTU=496 CONFIG_BT_ISO_RX_MTU=496 ``` 1. west init zephyr 2. west update 3. west build -p auto -b nrf5340dk_nrf5340_cpuapp -d ./iso_broadcast_build -s ./zephyr/samples/bluetooth/iso_broadcast 4. west build -p auto -b nrf5340dk_nrf5340_cpuapp -d ./iso_receive_build -s ./zephyr/samples/bluetooth/iso_receive 5. Flash controller to NET-core and app.hex of sample to APP-core, broadcast on one devkit, receive on other. 6. Reset both devkits and observe debug logs from UART **Expected behaviour** Both samples establishing BIG sync, and broadcaster starts sending ISO packets to the received every 10ms. Every 60 seconds, the broadcast sample is expected to end the BIG sync, and re-establish it before continuing sending more data. **Observed behaviour** Both samples establishing sync, but broadcast sample fails with error -122 when trying to send the first packet with ISO data. **Impact** The sample is broken, and does not exercise the broadcast feature it is expected to demonstrate. **Logs and console output** Broadcast sample ``` *** Booting Zephyr OS build zephyr-v3.1.0-4326-g8195ea7ea0bf *** Starting ISO Broadcast Demo Waiting for BIG complete...ISO Channel 0x20000120 connected done. Unable to broadcast data: -122[00:00:00.455,505] <inf> bt_hci_core: Identity: EA:28:08:2D:F7:24 (random) [00:00:00.455,535] <inf> bt_hci_core: HCI: version 5.2 (0x0b) revision 0x0ce5, manufacturer 0x07e8 [00:00:00.455,566] <inf> bt_hci_core: LMP: version 5.2 (0x0b) subver 0x0ce5 ``` Receive sample ``` *** Booting Zephyr OS build zephyr-v3.1.0-4326-g8195ea7ea0bf *** Starting Synchronized Receiver Demo Get reference to LED device...done. Configure GPIO pin...done. Scan callbacks register...success. Periodic Advertising callbacks register...Success. Start scanning...success. Start blinking LED... Waiting for periodic advertising... [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -23 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x0000 (0 ms), SID: 0 [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -22 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x03c0 (1200 ms), SID: 0 Found periodic advertising. Stop scanning...success. Creating Periodic Advertising Sync...success. Waiting for periodic sync... [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -23 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x03c0 (1200 ms), SID: 0 [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -23 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x03c0 (1200 ms), SID: 0 [00:00:00.456,207] <inf> bt_hci_core: Identity: D5:87:4E:A5:7D:6B (random) [00:00:00.456,237] <inf> bt_hci_core: HCI: version 5.2 (0x0b) revision 0x0ce5, manufacturer 0x07e8 [00:00:00.456,268] <inf> bt_hci_core: LMP: version 5.2 (0x0b) subver 0x0ce5 [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -23 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x03c0 (1200 ms), SID: 0 [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -23 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x03c0 (1200 ms), SID: 0 PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random) synced, Interval 0x03c0 (1200 ms), PHY LE 2M Periodic sync established. Waiting for BIG info... PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: BIG INFO[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), sid 0x00, num_bis 1, nse 3, interval 0x0008 (10 ms), bn 1, pto 0, irc 3, max_pdu 4, sdu_interval 10000 us, max_sdu 4, phy LE 2M, without framing, not encrypted Periodic sync established. Create BIG Sync... success. Waiting for BIG sync... ISO Channel 0x20000120 connected PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: BIG INFO[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), sid 0x00, num_bis 1, nse 3, interval 0x0008 (10 ms), bn 1, pto 0, irc 3, max_pdu 4, sdu_interval 10000 us, max_sdu 4, phy LE 2M, without framing, not encrypted BIG sync established. Stop blinking LED. Waiting for BIG sync lost... PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: BIG INFO[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), sid 0x00, num_bis 1, nse 3, interval 0x0008 (10 ms), bn 1, pto 0, irc 3, max_pdu 4, sdu_interval 10000 us, max_sdu 4, phy LE 2M, without framing, not encrypted PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: BIG INFO[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), sid 0x00, num_bis 1, nse 3, interval 0x0008 (10 ms), bn 1, pto 0, irc 3, max_pdu 4, sdu_interval 10000 us, max_sdu 4, phy LE 2M, without framing, not encrypted PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: BIG INFO[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), sid 0x00, num_bis 1, nse 3, interval 0x0008 (10 ms), bn 1, pto 0, irc 3, max_pdu 4, sdu_interval 10000 us, max_sdu 4, phy LE 2M, without framing, not encrypted PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: ... ``` **Environment (please complete the following information):** - OS: Linux - Toolchain: GNU 10.3.0 - Zephyr version: 3.1.99 (main @ 2022-08-29)
1.0
Bluetooth: ISO Broadcast sample fails to send data on nRF5340 - When the ISO broadcast/receive samples are run with the Packetcraft controller on the nRF5340, the samples are able to establish BIG sync but does not attempt to actually broadcast/receive any ISO-data. Boards: - arm/nrf5340dk_nrf5340 - arm/nrf5340dk_nrf5340 Samples: - bluetooth/iso_broadcast - bluetooth/iso_receive Controller: - https://github.com/nrfconnect/sdk-nrf/blob/main/applications/nrf5340_audio/bin/ble5-ctr-rpmsg_3301.hex **To Reproduce** Append to prj.conf of both samples: ``` CONFIG_BT_HCI_VS_EXT=n CONFIG_BT_BUF_ACL_RX_SIZE=256 CONFIG_BT_BUF_ACL_TX_SIZE=256 CONFIG_BT_BUF_CMD_TX_SIZE=255 CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255 CONFIG_UART_0_NRF_TX_BUFFER_SIZE=1024 CONFIG_BT_ISO_TX_BUF_COUNT=255 CONFIG_BT_ISO_TX_MTU=496 CONFIG_BT_ISO_RX_MTU=496 ``` 1. west init zephyr 2. west update 3. west build -p auto -b nrf5340dk_nrf5340_cpuapp -d ./iso_broadcast_build -s ./zephyr/samples/bluetooth/iso_broadcast 4. west build -p auto -b nrf5340dk_nrf5340_cpuapp -d ./iso_receive_build -s ./zephyr/samples/bluetooth/iso_receive 5. Flash controller to NET-core and app.hex of sample to APP-core, broadcast on one devkit, receive on other. 6. Reset both devkits and observe debug logs from UART **Expected behaviour** Both samples establishing BIG sync, and broadcaster starts sending ISO packets to the received every 10ms. Every 60 seconds, the broadcast sample is expected to end the BIG sync, and re-establish it before continuing sending more data. **Observed behaviour** Both samples establishing sync, but broadcast sample fails with error -122 when trying to send the first packet with ISO data. **Impact** The sample is broken, and does not exercise the broadcast feature it is expected to demonstrate. **Logs and console output** Broadcast sample ``` *** Booting Zephyr OS build zephyr-v3.1.0-4326-g8195ea7ea0bf *** Starting ISO Broadcast Demo Waiting for BIG complete...ISO Channel 0x20000120 connected done. Unable to broadcast data: -122[00:00:00.455,505] <inf> bt_hci_core: Identity: EA:28:08:2D:F7:24 (random) [00:00:00.455,535] <inf> bt_hci_core: HCI: version 5.2 (0x0b) revision 0x0ce5, manufacturer 0x07e8 [00:00:00.455,566] <inf> bt_hci_core: LMP: version 5.2 (0x0b) subver 0x0ce5 ``` Receive sample ``` *** Booting Zephyr OS build zephyr-v3.1.0-4326-g8195ea7ea0bf *** Starting Synchronized Receiver Demo Get reference to LED device...done. Configure GPIO pin...done. Scan callbacks register...success. Periodic Advertising callbacks register...Success. Start scanning...success. Start blinking LED... Waiting for periodic advertising... [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -23 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x0000 (0 ms), SID: 0 [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -22 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x03c0 (1200 ms), SID: 0 Found periodic advertising. Stop scanning...success. Creating Periodic Advertising Sync...success. Waiting for periodic sync... [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -23 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x03c0 (1200 ms), SID: 0 [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -23 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x03c0 (1200 ms), SID: 0 [00:00:00.456,207] <inf> bt_hci_core: Identity: D5:87:4E:A5:7D:6B (random) [00:00:00.456,237] <inf> bt_hci_core: HCI: version 5.2 (0x0b) revision 0x0ce5, manufacturer 0x07e8 [00:00:00.456,268] <inf> bt_hci_core: LMP: version 5.2 (0x0b) subver 0x0ce5 [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -23 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x03c0 (1200 ms), SID: 0 [DEVICE]: 3E:C2:53:A6:D6:7A (random), AD evt type 5, Tx Pwr: 127, RSSI -23 Test ISO Broadcaster C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x03c0 (1200 ms), SID: 0 PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random) synced, Interval 0x03c0 (1200 ms), PHY LE 2M Periodic sync established. Waiting for BIG info... PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: BIG INFO[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), sid 0x00, num_bis 1, nse 3, interval 0x0008 (10 ms), bn 1, pto 0, irc 3, max_pdu 4, sdu_interval 10000 us, max_sdu 4, phy LE 2M, without framing, not encrypted Periodic sync established. Create BIG Sync... success. Waiting for BIG sync... ISO Channel 0x20000120 connected PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: BIG INFO[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), sid 0x00, num_bis 1, nse 3, interval 0x0008 (10 ms), bn 1, pto 0, irc 3, max_pdu 4, sdu_interval 10000 us, max_sdu 4, phy LE 2M, without framing, not encrypted BIG sync established. Stop blinking LED. Waiting for BIG sync lost... PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: BIG INFO[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), sid 0x00, num_bis 1, nse 3, interval 0x0008 (10 ms), bn 1, pto 0, irc 3, max_pdu 4, sdu_interval 10000 us, max_sdu 4, phy LE 2M, without framing, not encrypted PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: BIG INFO[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), sid 0x00, num_bis 1, nse 3, interval 0x0008 (10 ms), bn 1, pto 0, irc 3, max_pdu 4, sdu_interval 10000 us, max_sdu 4, phy LE 2M, without framing, not encrypted PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: BIG INFO[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), sid 0x00, num_bis 1, nse 3, interval 0x0008 (10 ms), bn 1, pto 0, irc 3, max_pdu 4, sdu_interval 10000 us, max_sdu 4, phy LE 2M, without framing, not encrypted PER_ADV_SYNC[0]: [DEVICE]: 3E:C2:53:A6:D6:7A (random), tx_power 0, RSSI -23, CTE 0, data length 0, data: ... ``` **Environment (please complete the following information):** - OS: Linux - Toolchain: GNU 10.3.0 - Zephyr version: 3.1.99 (main @ 2022-08-29)
priority
bluetooth iso broadcast sample fails to send data on when the iso broadcast receive samples are run with the packetcraft controller on the the samples are able to establish big sync but does not attempt to actually broadcast receive any iso data boards arm arm samples bluetooth iso broadcast bluetooth iso receive controller to reproduce append to prj conf of both samples config bt hci vs ext n config bt buf acl rx size config bt buf acl tx size config bt buf cmd tx size config bt buf evt discardable size config uart nrf tx buffer size config bt iso tx buf count config bt iso tx mtu config bt iso rx mtu west init zephyr west update west build p auto b cpuapp d iso broadcast build s zephyr samples bluetooth iso broadcast west build p auto b cpuapp d iso receive build s zephyr samples bluetooth iso receive flash controller to net core and app hex of sample to app core broadcast on one devkit receive on other reset both devkits and observe debug logs from uart expected behaviour both samples establishing big sync and broadcaster starts sending iso packets to the received every every seconds the broadcast sample is expected to end the big sync and re establish it before continuing sending more data observed behaviour both samples establishing sync but broadcast sample fails with error when trying to send the first packet with iso data impact the sample is broken and does not exercise the broadcast feature it is expected to demonstrate logs and console output broadcast sample booting zephyr os build zephyr starting iso broadcast demo waiting for big complete iso channel connected done unable to broadcast data bt hci core identity ea random bt hci core hci version revision manufacturer bt hci core lmp version subver receive sample booting zephyr os build zephyr starting synchronized receiver demo get reference to led device done configure gpio pin done scan callbacks register success periodic advertising callbacks register success start scanning success start blinking led waiting for periodic advertising random ad evt type tx pwr rssi test iso broadcaster c s d sr e prim le secn le interval ms sid random ad evt type tx pwr rssi test iso broadcaster c s d sr e prim le secn le interval ms sid found periodic advertising stop scanning success creating periodic advertising sync success waiting for periodic sync random ad evt type tx pwr rssi test iso broadcaster c s d sr e prim le secn le interval ms sid random ad evt type tx pwr rssi test iso broadcaster c s d sr e prim le secn le interval ms sid bt hci core identity random bt hci core hci version revision manufacturer bt hci core lmp version subver random ad evt type tx pwr rssi test iso broadcaster c s d sr e prim le secn le interval ms sid random ad evt type tx pwr rssi test iso broadcaster c s d sr e prim le secn le interval ms sid per adv sync random synced interval ms phy le periodic sync established waiting for big info per adv sync random tx power rssi cte data length data big info random sid num bis nse interval ms bn pto irc max pdu sdu interval us max sdu phy le without framing not encrypted periodic sync established create big sync success waiting for big sync iso channel connected per adv sync random tx power rssi cte data length data big info random sid num bis nse interval ms bn pto irc max pdu sdu interval us max sdu phy le without framing not encrypted big sync established stop blinking led waiting for big sync lost per adv sync random tx power rssi cte data length data big info random sid num bis nse interval ms bn pto irc max pdu sdu interval us max sdu phy le without framing not encrypted per adv sync random tx power rssi cte data length data big info random sid num bis nse interval ms bn pto irc max pdu sdu interval us max sdu phy le without framing not encrypted per adv sync random tx power rssi cte data length data big info random sid num bis nse interval ms bn pto irc max pdu sdu interval us max sdu phy le without framing not encrypted per adv sync random tx power rssi cte data length data environment please complete the following information os linux toolchain gnu zephyr version main
1
749,717
26,176,473,743
IssuesEvent
2023-01-02 10:22:43
dalathegreat/BatteryUpgrade-UserManual
https://api.github.com/repos/dalathegreat/BatteryUpgrade-UserManual
closed
Battery upgraded Leaf got stuck in fastcharger, chademo won't release
bug medium priority possibly fixed already
Isolated event in Estonia, only one type of fastcharger, EFACEC branded one, caused this. ![image](https://user-images.githubusercontent.com/26695010/100065809-e92eb580-2e3c-11eb-8b40-0e65bf110718.png) Vehicle that got stuck was an AZE0 30kWh -> 40kWh upgrade. This happened two times, one at ~85% SOC, other time at ~70%SOC. Current demand was 0A, no power flowing in the cable, but station did not stop. This happened with SW v2.25 and is potentially fixed with v2.32 SW that rewrote LB_PIN handling. If event doesn't happen again, we'll consider this one solved.
1.0
Battery upgraded Leaf got stuck in fastcharger, chademo won't release - Isolated event in Estonia, only one type of fastcharger, EFACEC branded one, caused this. ![image](https://user-images.githubusercontent.com/26695010/100065809-e92eb580-2e3c-11eb-8b40-0e65bf110718.png) Vehicle that got stuck was an AZE0 30kWh -> 40kWh upgrade. This happened two times, one at ~85% SOC, other time at ~70%SOC. Current demand was 0A, no power flowing in the cable, but station did not stop. This happened with SW v2.25 and is potentially fixed with v2.32 SW that rewrote LB_PIN handling. If event doesn't happen again, we'll consider this one solved.
priority
battery upgraded leaf got stuck in fastcharger chademo won t release isolated event in estonia only one type of fastcharger efacec branded one caused this vehicle that got stuck was an upgrade this happened two times one at soc other time at soc current demand was no power flowing in the cable but station did not stop this happened with sw and is potentially fixed with sw that rewrote lb pin handling if event doesn t happen again we ll consider this one solved
1
768,175
26,956,725,685
IssuesEvent
2023-02-08 15:22:41
pystardust/ani-cli
https://api.github.com/repos/pystardust/ani-cli
closed
Episode not playing
type: bug priority 2: medium
Steps to reproduce 1. ani-cli 2. Search for one piece 3. Episode 818 Tool says episode not released. But I think you know what I mean. One piece having 1000+ episode I am not trying to play dubbed version Note: It showing only for few episode then it shows again like that. I don't know it is tool problem or website problem please check this!
1.0
Episode not playing - Steps to reproduce 1. ani-cli 2. Search for one piece 3. Episode 818 Tool says episode not released. But I think you know what I mean. One piece having 1000+ episode I am not trying to play dubbed version Note: It showing only for few episode then it shows again like that. I don't know it is tool problem or website problem please check this!
priority
episode not playing steps to reproduce ani cli search for one piece episode tool says episode not released but i think you know what i mean one piece having episode i am not trying to play dubbed version note it showing only for few episode then it shows again like that i don t know it is tool problem or website problem please check this
1
217,528
7,324,953,548
IssuesEvent
2018-03-03 02:30:10
ramblerrobotics/Scouting2018
https://api.github.com/repos/ramblerrobotics/Scouting2018
opened
Conformation dialog before overwriting data
enhancement priority: medium
Download data buttons should show an "are you sure" dialog before download and wiping all other data. @MCsquared23 :)
1.0
Conformation dialog before overwriting data - Download data buttons should show an "are you sure" dialog before download and wiping all other data. @MCsquared23 :)
priority
conformation dialog before overwriting data download data buttons should show an are you sure dialog before download and wiping all other data
1
705,127
24,222,565,573
IssuesEvent
2022-09-26 12:07:20
CS3219-AY2223S1/cs3219-project-ay2223s1-g33
https://api.github.com/repos/CS3219-AY2223S1/cs3219-project-ay2223s1-g33
closed
[Refactor] Refactor Database Models
Type/Enhancement Module/Back-End Status/Medium-Priority
## Description Currently, the ORM models share the same name as the protobuf models. Refactor them to uniquely identify them from each other.
1.0
[Refactor] Refactor Database Models - ## Description Currently, the ORM models share the same name as the protobuf models. Refactor them to uniquely identify them from each other.
priority
refactor database models description currently the orm models share the same name as the protobuf models refactor them to uniquely identify them from each other
1
454,988
13,110,036,924
IssuesEvent
2020-08-04 19:51:45
CDH-Studio/UpSkill
https://api.github.com/repos/CDH-Studio/UpSkill
closed
Hardcoded string in search hompage
Front-end bug medium priority
**To Reproduce** Steps to reproduce the behavior: 1. Go to '/' 2. Make sure the website is in French 3. Click on 'Recherche avancée' 4. See the untranslated English strings **Expected behavior** The strings should be in french and engish (and be stored in the i18n files) **Screenshots** ![image](https://user-images.githubusercontent.com/22248828/89336572-96e83f80-d667-11ea-9e0e-35438c500d6f.png)
1.0
Hardcoded string in search hompage - **To Reproduce** Steps to reproduce the behavior: 1. Go to '/' 2. Make sure the website is in French 3. Click on 'Recherche avancée' 4. See the untranslated English strings **Expected behavior** The strings should be in french and engish (and be stored in the i18n files) **Screenshots** ![image](https://user-images.githubusercontent.com/22248828/89336572-96e83f80-d667-11ea-9e0e-35438c500d6f.png)
priority
hardcoded string in search hompage to reproduce steps to reproduce the behavior go to make sure the website is in french click on recherche avancée see the untranslated english strings expected behavior the strings should be in french and engish and be stored in the files screenshots
1
213,345
7,252,709,926
IssuesEvent
2018-02-16 00:19:05
SpeedCurve-Metrics/SpeedCurve
https://api.github.com/repos/SpeedCurve-Metrics/SpeedCurve
opened
Export LUX data
priority medium status new type enhancement
There's an API to export synthetic data. We need a way to export LUX data. I propose we provide a way to export the raw data to S3 and GCloud. Rather than an API, this would be in Settings with the necessary credentials. Would customers still want an API to do this?
1.0
Export LUX data - There's an API to export synthetic data. We need a way to export LUX data. I propose we provide a way to export the raw data to S3 and GCloud. Rather than an API, this would be in Settings with the necessary credentials. Would customers still want an API to do this?
priority
export lux data there s an api to export synthetic data we need a way to export lux data i propose we provide a way to export the raw data to and gcloud rather than an api this would be in settings with the necessary credentials would customers still want an api to do this
1
349,668
10,471,680,073
IssuesEvent
2019-09-23 08:28:15
zdnscloud/singlecloud
https://api.github.com/repos/zdnscloud/singlecloud
closed
连续update会导致集群不可用.
bug fixed priority: Medium
[02:47 09/23/19] [INFO] Initiating Kubernetes cluster [02:47 09/23/19] [INFO] [certificates] Generating admin certificates and kubeconfig [02:47 09/23/19] [INFO] Building Kubernetes cluster [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.130] [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.136] [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.137] [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.138] [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.139] [02:47 09/23/19] [INFO] Begin clean to add hosts [02:47 09/23/19] [INFO] [network] No hosts added existing cluster, skipping port check [02:47 09/23/19] [INFO] [certificates] Deploying kubernetes certificates to Cluster nodes [02:47 09/23/19] [INFO] [reconcile] Rebuilding and updating local kube config [02:47 09/23/19] [INFO] [reconcile] host [10.0.0.130] is active master on the cluster [02:47 09/23/19] [INFO] [certificates] Successfully deployed kubernetes certificates to Cluster nodes [02:47 09/23/19] [INFO] [reconcile] Reconciling cluster state [02:47 09/23/19] [INFO] [reconcile] Check etcd hosts to be deleted [02:47 09/23/19] [INFO] [reconcile] Check etcd hosts to be added [02:47 09/23/19] [INFO] [hosts] Cordoning host [10.0.0.132] [02:47 09/23/19] [WARN] [hosts] Can't find node by name [10.0.0.132] [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.132] [02:47 09/23/19] [INFO] [worker] Tearing down Worker Plane.. [02:47 09/23/19] [INFO] [worker] Successfully tore down Worker Plane.. [02:47 09/23/19] [INFO] [hosts] Cleaning up host [10.0.0.132] [02:47 09/23/19] [INFO] [cleanup] Successfully started [zke-remover] container on host [10.0.0.132] [02:47 09/23/19] [INFO] [remove/zke-remover] Successfully removed container on host [10.0.0.132] [02:47 09/23/19] [INFO] [hosts] Successfully cleaned up host [10.0.0.132] [02:47 09/23/19] [INFO] [hosts] Running cleaner container on host [10.0.0.132] [02:47 09/23/19] [INFO] [kube-cleaner] Successfully started [kube-cleaner] container on host [10.0.0.132] [02:47 09/23/19] [INFO] [hosts] Removing cleaner container on host [10.0.0.132] [02:47 09/23/19] [INFO] [reconcile] Rebuilding and updating local kube config [02:47 09/23/19] [INFO] [reconcile] host [10.0.0.130] is active master on the cluster [02:47 09/23/19] [INFO] [reconcile] Reconciled cluster state successfully [02:47 09/23/19] [INFO] Pre-pulling kubernetes images [02:47 09/23/19] [INFO] Kubernetes images pulled successfully [02:47 09/23/19] [INFO] [etcd] Building up etcd plane.. [02:47 09/23/19] [INFO] [etcd] Saving snapshot [etcd-rolling-snapshots] on host [10.0.0.130] [02:47 09/23/19] [INFO] [certificates] Successfully started [zke-bundle-cert] container on host [10.0.0.130] [02:47 09/23/19] [INFO] [certificates] successfully saved certificate bundle [/opt/zke/etcd-snapshots//pki.bundle.tar.gz] on host [10.0.0.130] [02:47 09/23/19] [EROR] [etcd] Failed to bring up Etcd Plane: Failed to create [zke-log-linker] container on host [10.0.0.130]: Error response from daemon: Conflict. The container name "/zke-log-linker" is already in use by container "29445bda57ffbf8b37807827ad7af0378f7f51530f5b460484d70ff580f0fc5a". You have to remove (or rename) that container to be able to reuse that name. 2019-09-23T02:48:00.491Z Pull log timeout!!!
1.0
连续update会导致集群不可用. - [02:47 09/23/19] [INFO] Initiating Kubernetes cluster [02:47 09/23/19] [INFO] [certificates] Generating admin certificates and kubeconfig [02:47 09/23/19] [INFO] Building Kubernetes cluster [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.130] [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.136] [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.137] [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.138] [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.139] [02:47 09/23/19] [INFO] Begin clean to add hosts [02:47 09/23/19] [INFO] [network] No hosts added existing cluster, skipping port check [02:47 09/23/19] [INFO] [certificates] Deploying kubernetes certificates to Cluster nodes [02:47 09/23/19] [INFO] [reconcile] Rebuilding and updating local kube config [02:47 09/23/19] [INFO] [reconcile] host [10.0.0.130] is active master on the cluster [02:47 09/23/19] [INFO] [certificates] Successfully deployed kubernetes certificates to Cluster nodes [02:47 09/23/19] [INFO] [reconcile] Reconciling cluster state [02:47 09/23/19] [INFO] [reconcile] Check etcd hosts to be deleted [02:47 09/23/19] [INFO] [reconcile] Check etcd hosts to be added [02:47 09/23/19] [INFO] [hosts] Cordoning host [10.0.0.132] [02:47 09/23/19] [WARN] [hosts] Can't find node by name [10.0.0.132] [02:47 09/23/19] [INFO] [dialer] Setup tunnel for host [10.0.0.132] [02:47 09/23/19] [INFO] [worker] Tearing down Worker Plane.. [02:47 09/23/19] [INFO] [worker] Successfully tore down Worker Plane.. [02:47 09/23/19] [INFO] [hosts] Cleaning up host [10.0.0.132] [02:47 09/23/19] [INFO] [cleanup] Successfully started [zke-remover] container on host [10.0.0.132] [02:47 09/23/19] [INFO] [remove/zke-remover] Successfully removed container on host [10.0.0.132] [02:47 09/23/19] [INFO] [hosts] Successfully cleaned up host [10.0.0.132] [02:47 09/23/19] [INFO] [hosts] Running cleaner container on host [10.0.0.132] [02:47 09/23/19] [INFO] [kube-cleaner] Successfully started [kube-cleaner] container on host [10.0.0.132] [02:47 09/23/19] [INFO] [hosts] Removing cleaner container on host [10.0.0.132] [02:47 09/23/19] [INFO] [reconcile] Rebuilding and updating local kube config [02:47 09/23/19] [INFO] [reconcile] host [10.0.0.130] is active master on the cluster [02:47 09/23/19] [INFO] [reconcile] Reconciled cluster state successfully [02:47 09/23/19] [INFO] Pre-pulling kubernetes images [02:47 09/23/19] [INFO] Kubernetes images pulled successfully [02:47 09/23/19] [INFO] [etcd] Building up etcd plane.. [02:47 09/23/19] [INFO] [etcd] Saving snapshot [etcd-rolling-snapshots] on host [10.0.0.130] [02:47 09/23/19] [INFO] [certificates] Successfully started [zke-bundle-cert] container on host [10.0.0.130] [02:47 09/23/19] [INFO] [certificates] successfully saved certificate bundle [/opt/zke/etcd-snapshots//pki.bundle.tar.gz] on host [10.0.0.130] [02:47 09/23/19] [EROR] [etcd] Failed to bring up Etcd Plane: Failed to create [zke-log-linker] container on host [10.0.0.130]: Error response from daemon: Conflict. The container name "/zke-log-linker" is already in use by container "29445bda57ffbf8b37807827ad7af0378f7f51530f5b460484d70ff580f0fc5a". You have to remove (or rename) that container to be able to reuse that name. 2019-09-23T02:48:00.491Z Pull log timeout!!!
priority
连续update会导致集群不可用 initiating kubernetes cluster generating admin certificates and kubeconfig building kubernetes cluster setup tunnel for host setup tunnel for host setup tunnel for host setup tunnel for host setup tunnel for host begin clean to add hosts no hosts added existing cluster skipping port check deploying kubernetes certificates to cluster nodes rebuilding and updating local kube config host is active master on the cluster successfully deployed kubernetes certificates to cluster nodes reconciling cluster state check etcd hosts to be deleted check etcd hosts to be added cordoning host can t find node by name setup tunnel for host tearing down worker plane successfully tore down worker plane cleaning up host successfully started container on host successfully removed container on host successfully cleaned up host running cleaner container on host successfully started container on host removing cleaner container on host rebuilding and updating local kube config host is active master on the cluster reconciled cluster state successfully pre pulling kubernetes images kubernetes images pulled successfully building up etcd plane saving snapshot on host successfully started container on host successfully saved certificate bundle on host failed to bring up etcd plane failed to create container on host error response from daemon conflict the container name zke log linker is already in use by container you have to remove or rename that container to be able to reuse that name pull log timeout
1
128,038
5,047,600,059
IssuesEvent
2016-12-20 09:58:14
BinPar/PPD
https://api.github.com/repos/BinPar/PPD
closed
INCORPORAR CAMPO NÚMERO DE EDICIÓN EN OBRA Y MANTENER TAMBIÉN EN PRODUCTO
new development Priority: Medium v1.4
Se solicita desde el Dpto. Editorial que se incluya el campo NUMERO DE EDICIÓN en OBRA, ya que , cuando se cree la nueva edicion de una obra ya existente en el PPD tendrá el mismo nombre que la edición anterior y nada la diferenciará de la nueva edición. Se solicita que los números de edición ya introducidos en producto se copien en el nuevo campo en OBRA y que cuando se introduzca en OBRA aparezca automaticamente en PRODUCTO @CristianBinpar
1.0
INCORPORAR CAMPO NÚMERO DE EDICIÓN EN OBRA Y MANTENER TAMBIÉN EN PRODUCTO - Se solicita desde el Dpto. Editorial que se incluya el campo NUMERO DE EDICIÓN en OBRA, ya que , cuando se cree la nueva edicion de una obra ya existente en el PPD tendrá el mismo nombre que la edición anterior y nada la diferenciará de la nueva edición. Se solicita que los números de edición ya introducidos en producto se copien en el nuevo campo en OBRA y que cuando se introduzca en OBRA aparezca automaticamente en PRODUCTO @CristianBinpar
priority
incorporar campo número de edición en obra y mantener también en producto se solicita desde el dpto editorial que se incluya el campo numero de edición en obra ya que cuando se cree la nueva edicion de una obra ya existente en el ppd tendrá el mismo nombre que la edición anterior y nada la diferenciará de la nueva edición se solicita que los números de edición ya introducidos en producto se copien en el nuevo campo en obra y que cuando se introduzca en obra aparezca automaticamente en producto cristianbinpar
1
399,035
11,742,635,912
IssuesEvent
2020-03-12 01:31:30
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Race condition in registration approve + save
bug priority: medium
In GitLab by @JobDoesburg on Mar 22, 2019, 13:28 ### One-sentence description I'm not able to register a payment for an automatically approved registration of membership. ### Current behaviour / Reproducing the bug 1. Somebody registers as a member for Thalia and completes all steps 2. Approve registration 3. Save registration within a couple of seconds 3. There is no button for payment 4. I hit the 're-evaluate' button and again approve the registration 5. Now there are buttons ### Expected behaviour Buttons immediately, or members not being approved automatically
1.0
Race condition in registration approve + save - In GitLab by @JobDoesburg on Mar 22, 2019, 13:28 ### One-sentence description I'm not able to register a payment for an automatically approved registration of membership. ### Current behaviour / Reproducing the bug 1. Somebody registers as a member for Thalia and completes all steps 2. Approve registration 3. Save registration within a couple of seconds 3. There is no button for payment 4. I hit the 're-evaluate' button and again approve the registration 5. Now there are buttons ### Expected behaviour Buttons immediately, or members not being approved automatically
priority
race condition in registration approve save in gitlab by jobdoesburg on mar one sentence description i m not able to register a payment for an automatically approved registration of membership current behaviour reproducing the bug somebody registers as a member for thalia and completes all steps approve registration save registration within a couple of seconds there is no button for payment i hit the re evaluate button and again approve the registration now there are buttons expected behaviour buttons immediately or members not being approved automatically
1
271,887
8,491,845,437
IssuesEvent
2018-10-27 17:00:57
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Gurobi v8.0.0 dependency makes Python version of Drake unusable.
priority: medium team: kitware type: installation and distribution
In the Make files for drake build the dependency for Gurobi is specified as for v8.0.0, while Gurobi now is releasing v8.0.1, and they are not supporting v8.0.0 anymore (just confirmed with them). Is there a solution? I tried to modify some entries in the Make files, but not sure if I caught all the places, since the problem still persist - I can't run the build commands: `cmake ../drake` `make -j` Thanks
1.0
Gurobi v8.0.0 dependency makes Python version of Drake unusable. - In the Make files for drake build the dependency for Gurobi is specified as for v8.0.0, while Gurobi now is releasing v8.0.1, and they are not supporting v8.0.0 anymore (just confirmed with them). Is there a solution? I tried to modify some entries in the Make files, but not sure if I caught all the places, since the problem still persist - I can't run the build commands: `cmake ../drake` `make -j` Thanks
priority
gurobi dependency makes python version of drake unusable in the make files for drake build the dependency for gurobi is specified as for while gurobi now is releasing and they are not supporting anymore just confirmed with them is there a solution i tried to modify some entries in the make files but not sure if i caught all the places since the problem still persist i can t run the build commands cmake drake make j thanks
1
127,507
5,031,584,630
IssuesEvent
2016-12-16 07:50:23
Repair-DeskPOS/RepairDesk-Bugs
https://api.github.com/repos/Repair-DeskPOS/RepairDesk-Bugs
closed
Issue when Updating tickets
bug Medium Priority
Hey Guys, Please refer to Ticket no. CPT-2454. Originally generate via POS, Device: PC & Mac and Task: Diagnostics, for $50.00. I changed the Task from 'diagnostics' to 'data recovery' which went smoothly and total cost was all good this time round. The problem I encountered, was when I added an inventory item it refreshed the page and reset the task back to 'diagnostics' before I could save the ticket. I essentially have to add the inventory item 1st then update the task. Otherwise, I am doing the same thing twice.
1.0
Issue when Updating tickets - Hey Guys, Please refer to Ticket no. CPT-2454. Originally generate via POS, Device: PC & Mac and Task: Diagnostics, for $50.00. I changed the Task from 'diagnostics' to 'data recovery' which went smoothly and total cost was all good this time round. The problem I encountered, was when I added an inventory item it refreshed the page and reset the task back to 'diagnostics' before I could save the ticket. I essentially have to add the inventory item 1st then update the task. Otherwise, I am doing the same thing twice.
priority
issue when updating tickets hey guys please refer to ticket no cpt originally generate via pos device pc mac and task diagnostics for i changed the task from diagnostics to data recovery which went smoothly and total cost was all good this time round the problem i encountered was when i added an inventory item it refreshed the page and reset the task back to diagnostics before i could save the ticket i essentially have to add the inventory item then update the task otherwise i am doing the same thing twice
1
203,569
7,065,561,130
IssuesEvent
2018-01-06 21:37:34
benvenutti/img2hack
https://api.github.com/repos/benvenutti/img2hack
closed
Update README
priority: medium status: in progress type: maintenance
Update README file with proper markdown syntax and styling: - add GPL license badge - Travis CI build status badge - add information regarding building the project - dependencies list
1.0
Update README - Update README file with proper markdown syntax and styling: - add GPL license badge - Travis CI build status badge - add information regarding building the project - dependencies list
priority
update readme update readme file with proper markdown syntax and styling add gpl license badge travis ci build status badge add information regarding building the project dependencies list
1
544,326
15,892,480,458
IssuesEvent
2021-04-11 00:16:16
sczerwinski/wavefront-obj-intellij-plugin
https://api.github.com/repos/sczerwinski/wavefront-obj-intellij-plugin
closed
Support relative indices
priority:medium status:progress type:feature
Currently, when parsing a file with negative indices, a false positive error is detected. For example: v 6.081 4.785 -4.318 v 6.077 5.212 -4.318 v 5.654 4.781 -3.963 f -3 -2 -1 Produces ObjTokenType.INDEX expected, got '-'
1.0
Support relative indices - Currently, when parsing a file with negative indices, a false positive error is detected. For example: v 6.081 4.785 -4.318 v 6.077 5.212 -4.318 v 5.654 4.781 -3.963 f -3 -2 -1 Produces ObjTokenType.INDEX expected, got '-'
priority
support relative indices currently when parsing a file with negative indices a false positive error is detected for example v v v f produces objtokentype index expected got
1
665,431
22,318,821,039
IssuesEvent
2022-06-14 02:54:33
Kiyomi-Parents/Kiyomi
https://api.github.com/repos/Kiyomi-Parents/Kiyomi
opened
Fix interaction defer
Priority: High Type: Bug Status: Available Difficulty: Medium
Almost all commands need to defer when responding. Need to figure out how to respond to deferred messages.
1.0
Fix interaction defer - Almost all commands need to defer when responding. Need to figure out how to respond to deferred messages.
priority
fix interaction defer almost all commands need to defer when responding need to figure out how to respond to deferred messages
1
454,069
13,094,332,637
IssuesEvent
2020-08-03 12:12:25
morpheus65535/bazarr
https://api.github.com/repos/morpheus65535/bazarr
closed
Update the screenshots
priority:medium
Update the screenshots in the website and Github readme with the new design. :)
1.0
Update the screenshots - Update the screenshots in the website and Github readme with the new design. :)
priority
update the screenshots update the screenshots in the website and github readme with the new design
1
357,287
10,604,646,270
IssuesEvent
2019-10-10 18:38:58
RCSideProjects/RAMP-Vue-Testing
https://api.github.com/repos/RCSideProjects/RAMP-Vue-Testing
opened
Level 6 Visibility Sets
feature priority: medium
Figure out a way to implement visibility sets. Here is the expected behavior of visibility sets: - [ ] uses radio buttons instead of checkboxes (parent group still uses a checkbox) - [ ] the parent group has the functionality to turn on/off all the entries in the set - [ ] make sure it is not be possible to nest visibility sets - [ ] only a single entry in the set may be visible at all times - [ ] must remember the last selection when parent group is turned on and off Include any others I missed here
1.0
Level 6 Visibility Sets - Figure out a way to implement visibility sets. Here is the expected behavior of visibility sets: - [ ] uses radio buttons instead of checkboxes (parent group still uses a checkbox) - [ ] the parent group has the functionality to turn on/off all the entries in the set - [ ] make sure it is not be possible to nest visibility sets - [ ] only a single entry in the set may be visible at all times - [ ] must remember the last selection when parent group is turned on and off Include any others I missed here
priority
level visibility sets figure out a way to implement visibility sets here is the expected behavior of visibility sets uses radio buttons instead of checkboxes parent group still uses a checkbox the parent group has the functionality to turn on off all the entries in the set make sure it is not be possible to nest visibility sets only a single entry in the set may be visible at all times must remember the last selection when parent group is turned on and off include any others i missed here
1
461,539
13,231,941,738
IssuesEvent
2020-08-18 12:34:33
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.0 staging-] Exception in view notify: System.NullReferenceException with Store
Category: Tech Priority: Medium Status: Not reproduced
Steps to reproduce: - first player place store and chest near it. - second player open this store amd close. - first player link/unlink chest to this storage. - second player has exception: ``` Exception in view notify: System.NullReferenceException: Object reference not set to an instance of an object. at UI.TradeOfferUI.UpdateDurability () [0x00000] in <00000000000000000000000000000000>:0 at UI.TradeOfferUI.UpdateQuantites () [0x00000] in <00000000000000000000000000000000>:0 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0 at Eco.Shared.View.View.NotifyChanged (System.String propname) [0x00000] in <00000000000000000000000000000000>:0 at Eco.Shared.View.ViewManager.ReceiveViewUpdate (Eco.Shared.Serialization.BSONArray updates) [0x00000] in <00000000000000000000000000000000>:0 at ClientPacketHandler.ReceiveWhile (Eco.Shared.Networking.NetworkClient client, System.Func`1[TResult] condition) [0x00000] in <00000000000000000000000000000000>:0 at NetworkManager.OnTimeLimitedUpdate (TimeLimit timeLimit) [0x00000] in <00000000000000000000000000000000>:0 at System.Action`1[T].Invoke (T obj) [0x00000] in <00000000000000000000000000000000>:0 at FramePlanner.PlannerGroup.OnUpdate () [0x00000] in <00000000000000000000000000000000>:0 at FramePlanner.FramePlannerSystem.OnUpdate () [0x00000] in <00000000000000000000000000000000>:0 at Unity.Entities.ComponentSystem.Update () [0x00000] in <00000000000000000000000000000000>:0 at Unity.Entities.ComponentSystemGroup.UpdateAllSystems () [0x00000] in <00000000000000000000000000000000>:0 at Unity.Entities.ComponentSystem.Update () [0x00000] in <00000000000000000000000000000000>:0 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0 ``` [Player.log](https://github.com/StrangeLoopGames/EcoIssues/files/5033596/Player.log)
1.0
[0.9.0 staging-] Exception in view notify: System.NullReferenceException with Store - Steps to reproduce: - first player place store and chest near it. - second player open this store amd close. - first player link/unlink chest to this storage. - second player has exception: ``` Exception in view notify: System.NullReferenceException: Object reference not set to an instance of an object. at UI.TradeOfferUI.UpdateDurability () [0x00000] in <00000000000000000000000000000000>:0 at UI.TradeOfferUI.UpdateQuantites () [0x00000] in <00000000000000000000000000000000>:0 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0 at Eco.Shared.View.View.NotifyChanged (System.String propname) [0x00000] in <00000000000000000000000000000000>:0 at Eco.Shared.View.ViewManager.ReceiveViewUpdate (Eco.Shared.Serialization.BSONArray updates) [0x00000] in <00000000000000000000000000000000>:0 at ClientPacketHandler.ReceiveWhile (Eco.Shared.Networking.NetworkClient client, System.Func`1[TResult] condition) [0x00000] in <00000000000000000000000000000000>:0 at NetworkManager.OnTimeLimitedUpdate (TimeLimit timeLimit) [0x00000] in <00000000000000000000000000000000>:0 at System.Action`1[T].Invoke (T obj) [0x00000] in <00000000000000000000000000000000>:0 at FramePlanner.PlannerGroup.OnUpdate () [0x00000] in <00000000000000000000000000000000>:0 at FramePlanner.FramePlannerSystem.OnUpdate () [0x00000] in <00000000000000000000000000000000>:0 at Unity.Entities.ComponentSystem.Update () [0x00000] in <00000000000000000000000000000000>:0 at Unity.Entities.ComponentSystemGroup.UpdateAllSystems () [0x00000] in <00000000000000000000000000000000>:0 at Unity.Entities.ComponentSystem.Update () [0x00000] in <00000000000000000000000000000000>:0 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0 ``` [Player.log](https://github.com/StrangeLoopGames/EcoIssues/files/5033596/Player.log)
priority
exception in view notify system nullreferenceexception with store steps to reproduce first player place store and chest near it second player open this store amd close first player link unlink chest to this storage second player has exception exception in view notify system nullreferenceexception object reference not set to an instance of an object at ui tradeofferui updatedurability in at ui tradeofferui updatequantites in at system action invoke in at eco shared view view notifychanged system string propname in at eco shared view viewmanager receiveviewupdate eco shared serialization bsonarray updates in at clientpackethandler receivewhile eco shared networking networkclient client system func condition in at networkmanager ontimelimitedupdate timelimit timelimit in at system action invoke t obj in at frameplanner plannergroup onupdate in at frameplanner frameplannersystem onupdate in at unity entities componentsystem update in at unity entities componentsystemgroup updateallsystems in at unity entities componentsystem update in at system action invoke in
1
793,674
28,006,817,871
IssuesEvent
2023-03-27 15:45:27
bounswe/bounswe2023group6
https://api.github.com/repos/bounswe/bounswe2023group6
closed
Creating mock-ups for displaying an event (web,mobile)
priority: medium type: task status: inprogress area: external
### Problem There is a need to mock-up pages that demonstrates the properties of the displaying an event part of the project. ### Solution Creating a mock-up on canva. ### Documentation _No response_ ### Additional notes _No response_ ### Reviewers _No response_ ### Deadline 30.03.2023
1.0
Creating mock-ups for displaying an event (web,mobile) - ### Problem There is a need to mock-up pages that demonstrates the properties of the displaying an event part of the project. ### Solution Creating a mock-up on canva. ### Documentation _No response_ ### Additional notes _No response_ ### Reviewers _No response_ ### Deadline 30.03.2023
priority
creating mock ups for displaying an event web mobile problem there is a need to mock up pages that demonstrates the properties of the displaying an event part of the project solution creating a mock up on canva documentation no response additional notes no response reviewers no response deadline
1
469,949
13,528,581,508
IssuesEvent
2020-09-15 16:55:56
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
opened
BB REST API - Groups Settings : Any member should be able to get group settings
bug priority: medium
**Describe the bug** When you display a group in a mobile app using BB REST API, any member should be able to get the group settings using the request below : `GET {{host}}/wp-json/buddyboss/v1/groups/6/settings?nav=group-settings` Otherwize, there's no way for the member to know if he is allowed to manage photos, to create new album, to invite others, ... (all settings of the group available there : https://buddyboss.localhost/groups/teaching-ideas/admin/group-settings/). With the rest request `GET {{host}}/wp-json/buddyboss/v1/groups/6`, we can only know if current user "can_post" and "can_join". **To Reproduce** 1. Log in with any member (which is not an organizer of the group) 2. Request `GET {{host}}/wp-json/buddyboss/v1/groups/6/settings?nav=group-settings` For the moment, this request returns an error : ``` { "code": "bp_rest_authorization_required", "message": "Sorry, you are not allowed to see the group settings.", "data": { "status": 403 } } ``` **Expected behavior** The current logged in user should be able to make the request in order for him to know all of the permissions he has in the group. I think that the code below should be removed from the file _class-bp-rest-group-settings-endpoint.php_, method _get_item_permissions_check_ (_line 225_) ``` // If group author does not match logged_in user, block update. if ( true === $retval && ! $this->groups_endpoint->can_user_delete_or_update( $group ) ) { $retval = new WP_Error( 'bp_rest_authorization_required', __( 'Sorry, you are not allowed to see the group settings.', 'buddyboss' ), array( 'status' => rest_authorization_required_code(), ) ); } ``` **Screenshots** none **Support ticket links** none
1.0
BB REST API - Groups Settings : Any member should be able to get group settings - **Describe the bug** When you display a group in a mobile app using BB REST API, any member should be able to get the group settings using the request below : `GET {{host}}/wp-json/buddyboss/v1/groups/6/settings?nav=group-settings` Otherwize, there's no way for the member to know if he is allowed to manage photos, to create new album, to invite others, ... (all settings of the group available there : https://buddyboss.localhost/groups/teaching-ideas/admin/group-settings/). With the rest request `GET {{host}}/wp-json/buddyboss/v1/groups/6`, we can only know if current user "can_post" and "can_join". **To Reproduce** 1. Log in with any member (which is not an organizer of the group) 2. Request `GET {{host}}/wp-json/buddyboss/v1/groups/6/settings?nav=group-settings` For the moment, this request returns an error : ``` { "code": "bp_rest_authorization_required", "message": "Sorry, you are not allowed to see the group settings.", "data": { "status": 403 } } ``` **Expected behavior** The current logged in user should be able to make the request in order for him to know all of the permissions he has in the group. I think that the code below should be removed from the file _class-bp-rest-group-settings-endpoint.php_, method _get_item_permissions_check_ (_line 225_) ``` // If group author does not match logged_in user, block update. if ( true === $retval && ! $this->groups_endpoint->can_user_delete_or_update( $group ) ) { $retval = new WP_Error( 'bp_rest_authorization_required', __( 'Sorry, you are not allowed to see the group settings.', 'buddyboss' ), array( 'status' => rest_authorization_required_code(), ) ); } ``` **Screenshots** none **Support ticket links** none
priority
bb rest api groups settings any member should be able to get group settings describe the bug when you display a group in a mobile app using bb rest api any member should be able to get the group settings using the request below get host wp json buddyboss groups settings nav group settings otherwize there s no way for the member to know if he is allowed to manage photos to create new album to invite others all settings of the group available there with the rest request get host wp json buddyboss groups we can only know if current user can post and can join to reproduce log in with any member which is not an organizer of the group request get host wp json buddyboss groups settings nav group settings for the moment this request returns an error code bp rest authorization required message sorry you are not allowed to see the group settings data status expected behavior the current logged in user should be able to make the request in order for him to know all of the permissions he has in the group i think that the code below should be removed from the file class bp rest group settings endpoint php method get item permissions check line if group author does not match logged in user block update if true retval this groups endpoint can user delete or update group retval new wp error bp rest authorization required sorry you are not allowed to see the group settings buddyboss array status rest authorization required code screenshots none support ticket links none
1
272,514
8,514,360,541
IssuesEvent
2018-10-31 18:21:02
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
closed
Add a language detection visitor
Category: Algorithms Priority: Medium Status: Ready For Review Type: Feature
Idea is to scan a set of data and determine the most prevalent source language(s) for untranslated tags. That information can be used to set up a performant translator for the most prevalent detected languages only to run against the data.
1.0
Add a language detection visitor - Idea is to scan a set of data and determine the most prevalent source language(s) for untranslated tags. That information can be used to set up a performant translator for the most prevalent detected languages only to run against the data.
priority
add a language detection visitor idea is to scan a set of data and determine the most prevalent source language s for untranslated tags that information can be used to set up a performant translator for the most prevalent detected languages only to run against the data
1
57,495
3,082,697,834
IssuesEvent
2015-08-24 00:12:27
magro/memcached-session-manager
https://api.github.com/repos/magro/memcached-session-manager
closed
Secondary session backup is tried to be removed with non-sticky sessions and only a single memcached
bug imported Milestone-1.4.1 Priority-Medium
_From [martin.grotzke](https://code.google.com/u/martin.grotzke/) on March 28, 2011 12:04:15_ When msm is configured with non-sticky sessions and there's only a single memcached node it tries to delete the secondary session backup on session expiration. This fails as there's no secondary session backup. This was originally reported by email: Hello Martin, I email you directly cos I do not know how to open a bug against your project. This weekend I have been testing some tomcat HA solutions and I was very interested in setting up a membase solution with your memcached-session-manager. The problem I saw is that when only one memcached is configured (no backup) a lot of objects are not correctly removed form memcached, the following exception was always thrown: Mar 26, 2011 1:33:01 PM de.javakaffee.web.msm.MemcachedBackupSessionManager deleteFromMemcached INFO: Could not delete session from memcached. java.lang.IllegalArgumentException: No node found for key bak:C74B563CF0ABF88CC88079FE3F80F377-n1.debian2 at de.javakaffee.web.msm.SuffixBasedNodeLocator.getPrimary(SuffixBasedNodeLocator.java:93) at net.spy.memcached.MemcachedConnection.addOperation(MemcachedConnection.java:558) at net.spy.memcached.MemcachedClient.addOp(MemcachedClient.java:277) at net.spy.memcached.MemcachedClient.delete(MemcachedClient.java:1476) at de.javakaffee.web.msm.LockingStrategy.onAfterDeleteFromMemcached(LockingStrategy.java:360) at de.javakaffee.web.msm.MemcachedBackupSessionManager.deleteFromMemcached(MemcachedBackupSessionManager.java:668) at de.javakaffee.web.msm.MemcachedBackupSessionManager.remove(MemcachedBackupSessionManager.java:982) at de.javakaffee.web.msm.MemcachedBackupSessionManager.remove(MemcachedBackupSessionManager.java:973) at org.apache.catalina.session.StandardSession.expire(StandardSession.java:766) at org.apache.catalina.session.StandardSession.expire(StandardSession.java:643) at org.apache.catalina.session.StandardSession.invalidate(StandardSession.java:1148) at org.apache.catalina.session.StandardSessionFacade.invalidate(StandardSessionFacade.java:150) at org.apache.jsp.ClearSession_jsp._jspService(ClearSession_jsp.java:62) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at de.javakaffee.web.msm.SessionTrackerValve.invoke(SessionTrackerValve.java:146) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:774) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:896) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) at java.lang.Thread.run(Thread.java:636) If you see the LockingStrategy.java, the problem is you always remove the backup key in onAfterDeleteFromMemcached (but I have only one memcached server) so the previous exception is thrown and the next deletion (validityInfoKey) is not done. I fixed this issue with this simple patch: --- LockingStrategy.java 2011-03-03 09:02:44.000000000 +0100 +++ LockingStrategy.java.RICKY 2011-03-26 23:31:06.246888265 +0100 @@ -357,10 +357,13 @@ protected void onAfterDeleteFromMemcached( @-Nonnull final String sessionId ) { final long start = System.currentTimeMillis(); + if (_storeSecondaryBackup) _memcached.delete( _sessionIdFormat.createBackupKey( sessionId ) ); final String validityInfoKey = createValidityInfoKeyName( sessionId ); _memcached.delete( validityInfoKey ); + + if (_storeSecondaryBackup) _memcached.delete( _sessionIdFormat.createBackupKey( validityInfoKey ) ); _stats.registerSince( NON_STICKY_AFTER_DELETE_FROM_MEMCACHED, start ); As you see I only check if _storeSecondaryBackup is true to not try to delete if no backup memcached is configured. _Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=95_
1.0
Secondary session backup is tried to be removed with non-sticky sessions and only a single memcached - _From [martin.grotzke](https://code.google.com/u/martin.grotzke/) on March 28, 2011 12:04:15_ When msm is configured with non-sticky sessions and there's only a single memcached node it tries to delete the secondary session backup on session expiration. This fails as there's no secondary session backup. This was originally reported by email: Hello Martin, I email you directly cos I do not know how to open a bug against your project. This weekend I have been testing some tomcat HA solutions and I was very interested in setting up a membase solution with your memcached-session-manager. The problem I saw is that when only one memcached is configured (no backup) a lot of objects are not correctly removed form memcached, the following exception was always thrown: Mar 26, 2011 1:33:01 PM de.javakaffee.web.msm.MemcachedBackupSessionManager deleteFromMemcached INFO: Could not delete session from memcached. java.lang.IllegalArgumentException: No node found for key bak:C74B563CF0ABF88CC88079FE3F80F377-n1.debian2 at de.javakaffee.web.msm.SuffixBasedNodeLocator.getPrimary(SuffixBasedNodeLocator.java:93) at net.spy.memcached.MemcachedConnection.addOperation(MemcachedConnection.java:558) at net.spy.memcached.MemcachedClient.addOp(MemcachedClient.java:277) at net.spy.memcached.MemcachedClient.delete(MemcachedClient.java:1476) at de.javakaffee.web.msm.LockingStrategy.onAfterDeleteFromMemcached(LockingStrategy.java:360) at de.javakaffee.web.msm.MemcachedBackupSessionManager.deleteFromMemcached(MemcachedBackupSessionManager.java:668) at de.javakaffee.web.msm.MemcachedBackupSessionManager.remove(MemcachedBackupSessionManager.java:982) at de.javakaffee.web.msm.MemcachedBackupSessionManager.remove(MemcachedBackupSessionManager.java:973) at org.apache.catalina.session.StandardSession.expire(StandardSession.java:766) at org.apache.catalina.session.StandardSession.expire(StandardSession.java:643) at org.apache.catalina.session.StandardSession.invalidate(StandardSession.java:1148) at org.apache.catalina.session.StandardSessionFacade.invalidate(StandardSessionFacade.java:150) at org.apache.jsp.ClearSession_jsp._jspService(ClearSession_jsp.java:62) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at de.javakaffee.web.msm.SessionTrackerValve.invoke(SessionTrackerValve.java:146) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:774) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:896) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) at java.lang.Thread.run(Thread.java:636) If you see the LockingStrategy.java, the problem is you always remove the backup key in onAfterDeleteFromMemcached (but I have only one memcached server) so the previous exception is thrown and the next deletion (validityInfoKey) is not done. I fixed this issue with this simple patch: --- LockingStrategy.java 2011-03-03 09:02:44.000000000 +0100 +++ LockingStrategy.java.RICKY 2011-03-26 23:31:06.246888265 +0100 @@ -357,10 +357,13 @@ protected void onAfterDeleteFromMemcached( @-Nonnull final String sessionId ) { final long start = System.currentTimeMillis(); + if (_storeSecondaryBackup) _memcached.delete( _sessionIdFormat.createBackupKey( sessionId ) ); final String validityInfoKey = createValidityInfoKeyName( sessionId ); _memcached.delete( validityInfoKey ); + + if (_storeSecondaryBackup) _memcached.delete( _sessionIdFormat.createBackupKey( validityInfoKey ) ); _stats.registerSince( NON_STICKY_AFTER_DELETE_FROM_MEMCACHED, start ); As you see I only check if _storeSecondaryBackup is true to not try to delete if no backup memcached is configured. _Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=95_
priority
secondary session backup is tried to be removed with non sticky sessions and only a single memcached from on march when msm is configured with non sticky sessions and there s only a single memcached node it tries to delete the secondary session backup on session expiration this fails as there s no secondary session backup this was originally reported by email hello martin i email you directly cos i do not know how to open a bug against your project this weekend i have been testing some tomcat ha solutions and i was very interested in setting up a membase solution with your memcached session manager the problem i saw is that when only one memcached is configured no backup a lot of objects are not correctly removed form memcached the following exception was always thrown mar pm de javakaffee web msm memcachedbackupsessionmanager deletefrommemcached info could not delete session from memcached java lang illegalargumentexception no node found for key bak at de javakaffee web msm suffixbasednodelocator getprimary suffixbasednodelocator java at net spy memcached memcachedconnection addoperation memcachedconnection java at net spy memcached memcachedclient addop memcachedclient java at net spy memcached memcachedclient delete memcachedclient java at de javakaffee web msm lockingstrategy onafterdeletefrommemcached lockingstrategy java at de javakaffee web msm memcachedbackupsessionmanager deletefrommemcached memcachedbackupsessionmanager java at de javakaffee web msm memcachedbackupsessionmanager remove memcachedbackupsessionmanager java at de javakaffee web msm memcachedbackupsessionmanager remove memcachedbackupsessionmanager java at org apache catalina session standardsession expire standardsession java at org apache catalina session standardsession expire standardsession java at org apache catalina session standardsession invalidate standardsession java at org apache catalina session standardsessionfacade invalidate standardsessionfacade java at org apache jsp clearsession jsp jspservice clearsession jsp java at org apache jasper runtime httpjspbase service httpjspbase java at javax servlet http httpservlet service httpservlet java at org apache jasper servlet jspservletwrapper service jspservletwrapper java at org apache jasper servlet jspservlet servicejspfile jspservlet java at org apache jasper servlet jspservlet service jspservlet java at javax servlet http httpservlet service httpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at de javakaffee web msm sessiontrackervalve invoke sessiontrackervalve java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache jk server jkcoyotehandler invoke jkcoyotehandler java at org apache jk common handlerrequest invoke handlerrequest java at org apache jk common channelsocket invoke channelsocket java at org apache jk common channelsocket processconnection channelsocket java at org apache jk common channelsocket socketconnection runit channelsocket java at org apache tomcat util threads threadpool controlrunnable run threadpool java at java lang thread run thread java if you see the lockingstrategy java the problem is you always remove the backup key in onafterdeletefrommemcached but i have only one memcached server so the previous exception is thrown and the next deletion validityinfokey is not done i fixed this issue with this simple patch lockingstrategy java lockingstrategy java ricky protected void onafterdeletefrommemcached nonnull final string sessionid final long start system currenttimemillis if storesecondarybackup memcached delete sessionidformat createbackupkey sessionid final string validityinfokey createvalidityinfokeyname sessionid memcached delete validityinfokey if storesecondarybackup memcached delete sessionidformat createbackupkey validityinfokey stats registersince non sticky after delete from memcached start as you see i only check if storesecondarybackup is true to not try to delete if no backup memcached is configured original issue
1
302,039
9,249,110,745
IssuesEvent
2019-03-15 08:37:18
BentoBoxWorld/BentoBox
https://api.github.com/repos/BentoBoxWorld/BentoBox
opened
Problem with Schems
Priority: Medium Status: Pending Type: Bug
### Description #### Describe the bug <!-- A clear and concise description of the problem you're encountering. --> <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please type below this line. --> Schems created and loaded using BskyBlock report as "not yet loaded" when trying to use them #### Steps to reproduce the behavior <!-- Step-by-step instructions for us to reproduce the bug on our side. --> <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please type below this line. --> Select area using /bsb schem pos1/2 save schem /bsb schem island2 load into bskyblock /bsb schem load island2 create new island using schem /is create island2 plugin reports "schem loaded sucessfully" Console reports: ERROR [BentoBox] Could not load schems file - does not exist : island2.schem, ERROR [BentoBox] Could not load schems file: island2 Could not load schems file - does not exist : island2.schem #### Screenshots and videos <!-- Videos and screenshots are helpful as they can provide better ingormation about your problem. --> <!-- Please type below this line. --> #### Expected behavior <!-- Clear and concise description of what you actually expected to happen when you encountered this bug. --> <!-- Please type below this line. --> island schem to be created, loaded and pasted in place of default island schem when creating new island ### Environment #### Server <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please replace the underscores with your answer. Do not remove the '*' characters. --> - OS: **Linux ** - Java version: **Java 8 (not self hosted, managed through multicraft)** #### Plugins <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please paste the `/plugins` output inside the code block below (remove the underscores). Do not provide an image. --> ``` Plugins (27): AnimationLib, WorldEdit, PlaceholderAPI, DisableCommands, AdvancedBan, HolographicDisplays, SilkSpawners, WorldGuard, UberEnchant, EditableSign, WeatherMan, PermissionsEx, mcMMO, Vault, CratesPlus, AnimatedMenu, SpawnerShop, Essentials, Citizens, ChestCommands, BossShopPro, BentoBox, EssentialsChat, IslandBorder, AddLight, EssentialsSpawn, CustomOreGen ``` #### BentoBox setup ##### BentoBox and Addons <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please paste the output of `/bentobox version` in the code block below (replace the underscores). Do not provide an image. --> ``` 15.03 08:32:32 [Server] INFO Running SPIGOT 1.13.2. 15.03 08:32:32 [Server] INFO BentoBox version: 1.3.1 15.03 08:32:32 [Server] INFO Loaded Game Worlds: 15.03 08:32:32 [Server] INFO BSkyBlock_world (bskyblock) 15.03 08:32:32 [Server] INFO Loaded Addons: 15.03 08:32:32 [Server] INFO BSkyBlock 1.3.0 15.03 08:32:32 [Server] INFO Challenges 0.5.1 15.03 08:32:32 [Server] INFO Greenhouses 0.0.2-SNAPSHOT 15.03 08:32:32 [Server] INFO Level 1.3.0 15.03 08:32:32 [Server] INFO WelcomeWarps 0.1.0-SNAPSHOT ``` ##### Configuration <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please replace the underscores with your answer. Do not remove the '*' characters. --> - Database: **YAML** <!-- Available options: YAML, JSON, MYSQL, MARIADB, MONGODB --> ### Additional context <!-- Any additional information you'd like to provide us. --> <!-- Please type below this line. --> Console reports related to the schem: 15.03 06:56:24 [Server] INFO [BentoBox] Loading Island2.schem for BSkyBlock_world 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load schems file - does not exist : Island2 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load Island2 schem, skipping! 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load Island2.schem for bskyblock 15.03 06:56:24 [Server] INFO [BentoBox] Loading nether-Island2.schem for BSkyBlock_world_nether 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load schems file - does not exist : nether-Island2.schem 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load nether-Island2 schem, skipping! 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load nether-Island2.schem for bskyblock 15.03 06:56:24 [Server] INFO [BentoBox] Loading end-Island2.schem for BSkyBlock_world_the_end 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load schems file - does not exist : end-Island2.schem 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load end-Island2 schem, skipping! 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load end-Island2.schem for bskyblock island2.schem, end-island2 and nether-island2 each exist in plugins/BentoBox/addons/BSkyBlock/schems folder, along with default island
1.0
Problem with Schems - ### Description #### Describe the bug <!-- A clear and concise description of the problem you're encountering. --> <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please type below this line. --> Schems created and loaded using BskyBlock report as "not yet loaded" when trying to use them #### Steps to reproduce the behavior <!-- Step-by-step instructions for us to reproduce the bug on our side. --> <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please type below this line. --> Select area using /bsb schem pos1/2 save schem /bsb schem island2 load into bskyblock /bsb schem load island2 create new island using schem /is create island2 plugin reports "schem loaded sucessfully" Console reports: ERROR [BentoBox] Could not load schems file - does not exist : island2.schem, ERROR [BentoBox] Could not load schems file: island2 Could not load schems file - does not exist : island2.schem #### Screenshots and videos <!-- Videos and screenshots are helpful as they can provide better ingormation about your problem. --> <!-- Please type below this line. --> #### Expected behavior <!-- Clear and concise description of what you actually expected to happen when you encountered this bug. --> <!-- Please type below this line. --> island schem to be created, loaded and pasted in place of default island schem when creating new island ### Environment #### Server <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please replace the underscores with your answer. Do not remove the '*' characters. --> - OS: **Linux ** - Java version: **Java 8 (not self hosted, managed through multicraft)** #### Plugins <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please paste the `/plugins` output inside the code block below (remove the underscores). Do not provide an image. --> ``` Plugins (27): AnimationLib, WorldEdit, PlaceholderAPI, DisableCommands, AdvancedBan, HolographicDisplays, SilkSpawners, WorldGuard, UberEnchant, EditableSign, WeatherMan, PermissionsEx, mcMMO, Vault, CratesPlus, AnimatedMenu, SpawnerShop, Essentials, Citizens, ChestCommands, BossShopPro, BentoBox, EssentialsChat, IslandBorder, AddLight, EssentialsSpawn, CustomOreGen ``` #### BentoBox setup ##### BentoBox and Addons <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please paste the output of `/bentobox version` in the code block below (replace the underscores). Do not provide an image. --> ``` 15.03 08:32:32 [Server] INFO Running SPIGOT 1.13.2. 15.03 08:32:32 [Server] INFO BentoBox version: 1.3.1 15.03 08:32:32 [Server] INFO Loaded Game Worlds: 15.03 08:32:32 [Server] INFO BSkyBlock_world (bskyblock) 15.03 08:32:32 [Server] INFO Loaded Addons: 15.03 08:32:32 [Server] INFO BSkyBlock 1.3.0 15.03 08:32:32 [Server] INFO Challenges 0.5.1 15.03 08:32:32 [Server] INFO Greenhouses 0.0.2-SNAPSHOT 15.03 08:32:32 [Server] INFO Level 1.3.0 15.03 08:32:32 [Server] INFO WelcomeWarps 0.1.0-SNAPSHOT ``` ##### Configuration <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. --> <!-- Please replace the underscores with your answer. Do not remove the '*' characters. --> - Database: **YAML** <!-- Available options: YAML, JSON, MYSQL, MARIADB, MONGODB --> ### Additional context <!-- Any additional information you'd like to provide us. --> <!-- Please type below this line. --> Console reports related to the schem: 15.03 06:56:24 [Server] INFO [BentoBox] Loading Island2.schem for BSkyBlock_world 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load schems file - does not exist : Island2 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load Island2 schem, skipping! 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load Island2.schem for bskyblock 15.03 06:56:24 [Server] INFO [BentoBox] Loading nether-Island2.schem for BSkyBlock_world_nether 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load schems file - does not exist : nether-Island2.schem 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load nether-Island2 schem, skipping! 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load nether-Island2.schem for bskyblock 15.03 06:56:24 [Server] INFO [BentoBox] Loading end-Island2.schem for BSkyBlock_world_the_end 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load schems file - does not exist : end-Island2.schem 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load end-Island2 schem, skipping! 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load end-Island2.schem for bskyblock island2.schem, end-island2 and nether-island2 each exist in plugins/BentoBox/addons/BSkyBlock/schems folder, along with default island
priority
problem with schems description describe the bug schems created and loaded using bskyblock report as not yet loaded when trying to use them steps to reproduce the behavior select area using bsb schem save schem bsb schem load into bskyblock bsb schem load create new island using schem is create plugin reports schem loaded sucessfully console reports error could not load schems file does not exist schem error could not load schems file could not load schems file does not exist schem screenshots and videos expected behavior island schem to be created loaded and pasted in place of default island schem when creating new island environment server os linux java version java not self hosted managed through multicraft plugins plugins animationlib worldedit placeholderapi disablecommands advancedban holographicdisplays silkspawners worldguard uberenchant editablesign weatherman permissionsex mcmmo vault cratesplus animatedmenu spawnershop essentials citizens chestcommands bossshoppro bentobox essentialschat islandborder addlight essentialsspawn customoregen bentobox setup bentobox and addons info running spigot info bentobox version info loaded game worlds info bskyblock world bskyblock info loaded addons info bskyblock info challenges info greenhouses snapshot info level info welcomewarps snapshot configuration database yaml additional context console reports related to the schem info loading schem for bskyblock world error could not load schems file does not exist error could not load schem skipping error could not load schem for bskyblock info loading nether schem for bskyblock world nether error could not load schems file does not exist nether schem error could not load nether schem skipping error could not load nether schem for bskyblock info loading end schem for bskyblock world the end error could not load schems file does not exist end schem error could not load end schem skipping error could not load end schem for bskyblock schem end and nether each exist in plugins bentobox addons bskyblock schems folder along with default island
1
65,296
3,227,386,974
IssuesEvent
2015-10-11 05:10:20
sohelvali/Test-Git-Issue
https://api.github.com/repos/sohelvali/Test-Git-Issue
closed
Uploaded Document Icon
Completed Medium Priority Upload
The document icon which differentiates a client uploaded document from US or UK labels appears to be replaced with US/UK icon. Please take a look. Attached is Biogen's CDS as example, but I think others are showing up the same. Thanks, Katia
1.0
Uploaded Document Icon - The document icon which differentiates a client uploaded document from US or UK labels appears to be replaced with US/UK icon. Please take a look. Attached is Biogen's CDS as example, but I think others are showing up the same. Thanks, Katia
priority
uploaded document icon the document icon which differentiates a client uploaded document from us or uk labels appears to be replaced with us uk icon please take a look attached is biogen s cds as example but i think others are showing up the same thanks katia
1
193,547
6,885,838,187
IssuesEvent
2017-11-21 17:18:20
remkos/rads
https://api.github.com/repos/remkos/rads
closed
Add DTU15 mean sea surface
data enhancement Priority-Medium
The DTU15 MSS was released today. This model is to be added to RADS as mss_dtu15, and mss_dtu10 is to be removed.
1.0
Add DTU15 mean sea surface - The DTU15 MSS was released today. This model is to be added to RADS as mss_dtu15, and mss_dtu10 is to be removed.
priority
add mean sea surface the mss was released today this model is to be added to rads as mss and mss is to be removed
1
470,549
13,540,269,067
IssuesEvent
2020-09-16 14:27:57
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
build errors for some samples/ on lpcxpresso55s69_cpu1
bug platform: NXP priority: medium
**Describe the bug** This PR https://github.com/zephyrproject-rtos/zephyr/pull/27549 encountered build errors for the platform `lpcxpresso55s69_cpu1` on some samples. No build errors occured for lpcxpresso55s69_cpu0. These 10 are from the buildkite report https://buildkite.com/zephyr/zephyr/builds/5366#4f785229-ffdf-4f11-b5c3-e8984a6ff795 - samples/mpu/mpu_test/sample.mpu.mpu_test - samples/drivers/led_apa102c_bitbang/sample.drivers.led.apa102c_bitbang - samples/drivers/flash_shell/sample.drivers.flash.shell - samples/drivers/entropy/sample.drivers.entropy - samples/drivers/crypto/sample.drivers.crypto.mbedtls.micro - samples/drivers/crypto/sample.drivers.crypto.mbedtls - samples/basic/threads/sample.basic.threads - samples/basic/button/sample.basic.button - samples/application_development/out_of_tree_driver/sample.drivers.out_of_tree - samples/application_development/external_lib/sample.app_dev.external_lib Also includes samples/hello_world **To Reproduce** For example, ` west build -p -b lpcxpresso55s69_cpu1 samples/mpu/mpu_test` **Expected behavior** No cmake build error using this board identifier. **Impact** **Logs and console output** ``` $ west build -p -b lpcxpresso55s69_cpu1 samples/mpu/mpu_test -- west build: making build dir /home/jennife2/zephyrproject/zephyr/build pristine -- west build: generating a build system Including boilerplate (Zephyr base): /home/jennife2/zephyrproject/zephyr/cmake/app/boilerplate.cmake -- Application: /home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test -- Zephyr version: 2.3.99 (/home/jennife2/zephyrproject/zephyr) -- Found Python3: /usr/bin/python3.7 (found suitable exact version "3.7.7") found components: Interpreter -- Found west: /home/jennife2/.local/bin/west (found suitable version "0.7.2", minimum required is "0.7.1") -- Board: lpcxpresso55s69_cpu1 -- Found toolchain: zephyr (/home/jennife2/zephyr-sdk-0.11.3) -- Found dtc: /home/jennife2/zephyr-sdk-0.11.3/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6") -- Found BOARD.dts: /home/jennife2/zephyrproject/zephyr/boards/arm/lpcxpresso55s69/lpcxpresso55s69_cpu1.dts -- Generated zephyr.dts: /home/jennife2/zephyrproject/zephyr/build/zephyr/zephyr.dts -- Generated devicetree_unfixed.h: /home/jennife2/zephyrproject/zephyr/build/zephyr/include/generated/devicetree_unfixed.h Parsing /home/jennife2/zephyrproject/zephyr/Kconfig Loaded configuration '/home/jennife2/zephyrproject/zephyr/boards/arm/lpcxpresso55s69/lpcxpresso55s69_cpu1_defconfig' Merged configuration '/home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test/prj.conf' error: ARM (defined at arch/Kconfig:27) is assigned in a configuration file, but is not directly user-configurable (has no prompt). It gets its value indirectly from other symbols. See http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_ARM.html and/or look up ARM in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too. CMake Error at /home/jennife2/zephyrproject/zephyr/cmake/kconfig.cmake:230 (message): command failed with return code: 1 Call Stack (most recent call first): /home/jennife2/zephyrproject/zephyr/cmake/app/boilerplate.cmake:529 (include) /home/jennife2/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include) /home/jennife2/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate) CMakeLists.txt:5 (find_package) -- Configuring incomplete, errors occurred! FATAL ERROR: command exited with status 1: /home/jennife2/bin/cmake/cmake-3.13.1-Linux-x86_64/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/jennife2/zephyrproject/zephyr/build -S/home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test -GNinja -DBOARD=lpcxpresso55s69_cpu1 ``` **Environment (please complete the following information):** - OS: Fedora 30 - Toolchain; Zephyr SDK - f75f8be
1.0
build errors for some samples/ on lpcxpresso55s69_cpu1 - **Describe the bug** This PR https://github.com/zephyrproject-rtos/zephyr/pull/27549 encountered build errors for the platform `lpcxpresso55s69_cpu1` on some samples. No build errors occured for lpcxpresso55s69_cpu0. These 10 are from the buildkite report https://buildkite.com/zephyr/zephyr/builds/5366#4f785229-ffdf-4f11-b5c3-e8984a6ff795 - samples/mpu/mpu_test/sample.mpu.mpu_test - samples/drivers/led_apa102c_bitbang/sample.drivers.led.apa102c_bitbang - samples/drivers/flash_shell/sample.drivers.flash.shell - samples/drivers/entropy/sample.drivers.entropy - samples/drivers/crypto/sample.drivers.crypto.mbedtls.micro - samples/drivers/crypto/sample.drivers.crypto.mbedtls - samples/basic/threads/sample.basic.threads - samples/basic/button/sample.basic.button - samples/application_development/out_of_tree_driver/sample.drivers.out_of_tree - samples/application_development/external_lib/sample.app_dev.external_lib Also includes samples/hello_world **To Reproduce** For example, ` west build -p -b lpcxpresso55s69_cpu1 samples/mpu/mpu_test` **Expected behavior** No cmake build error using this board identifier. **Impact** **Logs and console output** ``` $ west build -p -b lpcxpresso55s69_cpu1 samples/mpu/mpu_test -- west build: making build dir /home/jennife2/zephyrproject/zephyr/build pristine -- west build: generating a build system Including boilerplate (Zephyr base): /home/jennife2/zephyrproject/zephyr/cmake/app/boilerplate.cmake -- Application: /home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test -- Zephyr version: 2.3.99 (/home/jennife2/zephyrproject/zephyr) -- Found Python3: /usr/bin/python3.7 (found suitable exact version "3.7.7") found components: Interpreter -- Found west: /home/jennife2/.local/bin/west (found suitable version "0.7.2", minimum required is "0.7.1") -- Board: lpcxpresso55s69_cpu1 -- Found toolchain: zephyr (/home/jennife2/zephyr-sdk-0.11.3) -- Found dtc: /home/jennife2/zephyr-sdk-0.11.3/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6") -- Found BOARD.dts: /home/jennife2/zephyrproject/zephyr/boards/arm/lpcxpresso55s69/lpcxpresso55s69_cpu1.dts -- Generated zephyr.dts: /home/jennife2/zephyrproject/zephyr/build/zephyr/zephyr.dts -- Generated devicetree_unfixed.h: /home/jennife2/zephyrproject/zephyr/build/zephyr/include/generated/devicetree_unfixed.h Parsing /home/jennife2/zephyrproject/zephyr/Kconfig Loaded configuration '/home/jennife2/zephyrproject/zephyr/boards/arm/lpcxpresso55s69/lpcxpresso55s69_cpu1_defconfig' Merged configuration '/home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test/prj.conf' error: ARM (defined at arch/Kconfig:27) is assigned in a configuration file, but is not directly user-configurable (has no prompt). It gets its value indirectly from other symbols. See http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_ARM.html and/or look up ARM in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too. CMake Error at /home/jennife2/zephyrproject/zephyr/cmake/kconfig.cmake:230 (message): command failed with return code: 1 Call Stack (most recent call first): /home/jennife2/zephyrproject/zephyr/cmake/app/boilerplate.cmake:529 (include) /home/jennife2/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include) /home/jennife2/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate) CMakeLists.txt:5 (find_package) -- Configuring incomplete, errors occurred! FATAL ERROR: command exited with status 1: /home/jennife2/bin/cmake/cmake-3.13.1-Linux-x86_64/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/jennife2/zephyrproject/zephyr/build -S/home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test -GNinja -DBOARD=lpcxpresso55s69_cpu1 ``` **Environment (please complete the following information):** - OS: Fedora 30 - Toolchain; Zephyr SDK - f75f8be
priority
build errors for some samples on describe the bug this pr encountered build errors for the platform on some samples no build errors occured for these are from the buildkite report samples mpu mpu test sample mpu mpu test samples drivers led bitbang sample drivers led bitbang samples drivers flash shell sample drivers flash shell samples drivers entropy sample drivers entropy samples drivers crypto sample drivers crypto mbedtls micro samples drivers crypto sample drivers crypto mbedtls samples basic threads sample basic threads samples basic button sample basic button samples application development out of tree driver sample drivers out of tree samples application development external lib sample app dev external lib also includes samples hello world to reproduce for example west build p b samples mpu mpu test expected behavior no cmake build error using this board identifier impact logs and console output west build p b samples mpu mpu test west build making build dir home zephyrproject zephyr build pristine west build generating a build system including boilerplate zephyr base home zephyrproject zephyr cmake app boilerplate cmake application home zephyrproject zephyr samples mpu mpu test zephyr version home zephyrproject zephyr found usr bin found suitable exact version found components interpreter found west home local bin west found suitable version minimum required is board found toolchain zephyr home zephyr sdk found dtc home zephyr sdk sysroots pokysdk linux usr bin dtc found suitable version minimum required is found board dts home zephyrproject zephyr boards arm dts generated zephyr dts home zephyrproject zephyr build zephyr zephyr dts generated devicetree unfixed h home zephyrproject zephyr build zephyr include generated devicetree unfixed h parsing home zephyrproject zephyr kconfig loaded configuration home zephyrproject zephyr boards arm defconfig merged configuration home zephyrproject zephyr samples mpu mpu test prj conf error arm defined at arch kconfig is assigned in a configuration file but is not directly user configurable has no prompt it gets its value indirectly from other symbols see and or look up arm in the menuconfig guiconfig interface the application development primer setting configuration values and kconfig tips and best practices sections of the manual might be helpful too cmake error at home zephyrproject zephyr cmake kconfig cmake message command failed with return code call stack most recent call first home zephyrproject zephyr cmake app boilerplate cmake include home zephyrproject zephyr share zephyr package cmake zephyrconfig cmake include home zephyrproject zephyr share zephyr package cmake zephyrconfig cmake include boilerplate cmakelists txt find package configuring incomplete errors occurred fatal error command exited with status home bin cmake cmake linux bin cmake dwest python usr bin b home zephyrproject zephyr build s home zephyrproject zephyr samples mpu mpu test gninja dboard environment please complete the following information os fedora toolchain zephyr sdk
1
56,787
3,081,187,197
IssuesEvent
2015-08-22 13:20:08
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
Time for Nexus to Open: No decimal times
bug imported Priority-Medium
_From [youat...@gmail.com](https://code.google.com/u/108284575178544723472/) on December 11, 2010 00:39:14_ Bitfighter rounds decimal times entered in level code for Time for Nexus to Open. Ideally, it should allow users to set exact times. _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=23_
1.0
Time for Nexus to Open: No decimal times - _From [youat...@gmail.com](https://code.google.com/u/108284575178544723472/) on December 11, 2010 00:39:14_ Bitfighter rounds decimal times entered in level code for Time for Nexus to Open. Ideally, it should allow users to set exact times. _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=23_
priority
time for nexus to open no decimal times from on december bitfighter rounds decimal times entered in level code for time for nexus to open ideally it should allow users to set exact times original issue
1
676,408
23,124,345,546
IssuesEvent
2022-07-28 02:57:36
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
Truncate fails after add_node, problem on bootstraping
kind/bug area/docdb priority/medium
Jira Link: [DB-1335](https://yugabyte.atlassian.net/browse/DB-1335) Steps: 1. `./yb-ctl create` 2. `create keyspace oesophagus_test;` 3. execute go script several times, it works 4. `./yb-ctl add_node` 5. execute go script several times, fails Logs attached. [script.zip](https://github.com/yugabyte/yugabyte-db/files/3794471/script.zip) [master-logs.zip](https://github.com/yugabyte/yugabyte-db/files/3794473/master-logs.zip) [tserver1-logs.zip](https://github.com/yugabyte/yugabyte-db/files/3794474/tserver1-logs.zip) [tserver2.zip](https://github.com/yugabyte/yugabyte-db/files/3794475/tserver2.zip)
1.0
Truncate fails after add_node, problem on bootstraping - Jira Link: [DB-1335](https://yugabyte.atlassian.net/browse/DB-1335) Steps: 1. `./yb-ctl create` 2. `create keyspace oesophagus_test;` 3. execute go script several times, it works 4. `./yb-ctl add_node` 5. execute go script several times, fails Logs attached. [script.zip](https://github.com/yugabyte/yugabyte-db/files/3794471/script.zip) [master-logs.zip](https://github.com/yugabyte/yugabyte-db/files/3794473/master-logs.zip) [tserver1-logs.zip](https://github.com/yugabyte/yugabyte-db/files/3794474/tserver1-logs.zip) [tserver2.zip](https://github.com/yugabyte/yugabyte-db/files/3794475/tserver2.zip)
priority
truncate fails after add node problem on bootstraping jira link steps yb ctl create create keyspace oesophagus test execute go script several times it works yb ctl add node execute go script several times fails logs attached
1
224,123
7,466,871,397
IssuesEvent
2018-04-02 13:02:19
jibrelnetwork/jwallet-web
https://api.github.com/repos/jibrelnetwork/jwallet-web
closed
Component JInput
🐕priority: medium 💡feature
![screenshot from 2018-03-05 16-14-03](https://user-images.githubusercontent.com/11073017/36980200-b01647a2-209a-11e8-8cdc-30bbbebc7cc5.png) props: - onValueChange (function) - name (i18n) - value (string) - placeholder (i18n) - errorMessage (string) - successMessage (string) - editable (bool) - multiline (bool) If successMessage.length > 0 - show checkmark. If errorMessage.length > 0 - show errorMessage.
1.0
Component JInput - ![screenshot from 2018-03-05 16-14-03](https://user-images.githubusercontent.com/11073017/36980200-b01647a2-209a-11e8-8cdc-30bbbebc7cc5.png) props: - onValueChange (function) - name (i18n) - value (string) - placeholder (i18n) - errorMessage (string) - successMessage (string) - editable (bool) - multiline (bool) If successMessage.length > 0 - show checkmark. If errorMessage.length > 0 - show errorMessage.
priority
component jinput props onvaluechange function name value string placeholder errormessage string successmessage string editable bool multiline bool if successmessage length show checkmark if errormessage length show errormessage
1
221,337
7,382,181,352
IssuesEvent
2018-03-15 03:10:20
CS2103JAN2018-W13-B4/main
https://api.github.com/repos/CS2103JAN2018-W13-B4/main
closed
4. As a user I want to add tags to a task
priority.medium type.story
... organise the tasks based on groups such as modules or projects.
1.0
4. As a user I want to add tags to a task - ... organise the tasks based on groups such as modules or projects.
priority
as a user i want to add tags to a task organise the tasks based on groups such as modules or projects
1
118,616
4,751,219,199
IssuesEvent
2016-10-22 19:19:15
Apollo-Community/ApolloStation
https://api.github.com/repos/Apollo-Community/ApolloStation
opened
Traitor picking is broken
bug oversight priority: medium
When traitor is voted and no one has enabled their traitor preferences, nobody gets the traitor role. The gamemode should pick a random player for traitor even though their preference is off if this is the case.
1.0
Traitor picking is broken - When traitor is voted and no one has enabled their traitor preferences, nobody gets the traitor role. The gamemode should pick a random player for traitor even though their preference is off if this is the case.
priority
traitor picking is broken when traitor is voted and no one has enabled their traitor preferences nobody gets the traitor role the gamemode should pick a random player for traitor even though their preference is off if this is the case
1
558,071
16,525,459,662
IssuesEvent
2021-05-26 19:28:29
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Unable to make changes on AWX_TASK_ENV (19.1.0)
component:api priority:medium state:needs_devel type:bug
<!-- Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use: - http://webchat.freenode.net/?channels=ansible-awx - https://groups.google.com/forum/#!forum/awx-project We have to limit this because of limited volunteer time to respond to issues! --> ##### ISSUE TYPE - Bug Report ##### SUMMARY <!-- Briefly describe the problem. --> Unable to define AWX_TASK_ENV content using either GUI or API ##### ENVIRONMENT * AWX version: 19.1.0 * AWX install method: openshift * Ansible version: default on base image * Operating System: OKD * Web Browser: Safari / Chrome ##### STEPS TO REPRODUCE I'm trying to add **"GIT_SSL_NO_VERIFY": "True"** to **"AWX_TASK_ENV"** by running the following command: ```bash curl --location --request PUT 'https://awx.apps.lab.okd.local/api/v2/settings/jobs' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic xxxxxxxxxxx' \ --header 'Cookie: xxxxxxxxx' \ --data-raw '{ "AD_HOC_COMMANDS": [ "command", "shell", "yum", "apt", "apt_key", "apt_repository", "apt_rpm", "service", "group", "user", "mount", "ping", "selinux", "setup", "win_ping", "win_service", "win_updates", "win_group", "win_user" ], "ALLOW_JINJA_IN_EXTRA_VARS": "template", "AWX_ISOLATION_BASE_PATH": "/tmp", "AWX_ISOLATION_SHOW_PATHS": [], "AWX_TASK_ENV": { "GIT_SSL_NO_VERIFY": "True" }, "PROJECT_UPDATE_VVV": false, "AWX_ROLES_ENABLED": true, "AWX_COLLECTIONS_ENABLED": true, "AWX_SHOW_PLAYBOOK_LINKS": false, "GALAXY_IGNORE_CERTS": false, "STDOUT_MAX_BYTES_DISPLAY": 1048576, "EVENT_STDOUT_MAX_BYTES_DISPLAY": 1024, "SCHEDULE_MAX_JOBS": 10, "AWX_ANSIBLE_CALLBACK_PLUGINS": [], "DEFAULT_JOB_TIMEOUT": 0, "DEFAULT_INVENTORY_UPDATE_TIMEOUT": 0, "DEFAULT_PROJECT_UPDATE_TIMEOUT": 0, "ANSIBLE_FACT_CACHE_TIMEOUT": 0, "MAX_FORKS": 200 }' ``` ##### EXPECTED RESULTS <!-- What did you expect to happen when running the steps above? --> ``` ... "AWX_TASK_ENV": { "GIT_SSL_NO_VERIFY": "True" }, ... ``` ##### ACTUAL RESULTS <!-- What actually happened? --> ``` ... "AWX_TASK_ENV": {}, ... ``` ##### ADDITIONAL INFORMATION <!-- Include any links to sosreport, database dumps, screenshots or other information. --> I've even tried thru GUI > Settings > Jobs settings > Extra Environment Variables but when I click "Save", nothing happens.
1.0
Unable to make changes on AWX_TASK_ENV (19.1.0) - <!-- Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use: - http://webchat.freenode.net/?channels=ansible-awx - https://groups.google.com/forum/#!forum/awx-project We have to limit this because of limited volunteer time to respond to issues! --> ##### ISSUE TYPE - Bug Report ##### SUMMARY <!-- Briefly describe the problem. --> Unable to define AWX_TASK_ENV content using either GUI or API ##### ENVIRONMENT * AWX version: 19.1.0 * AWX install method: openshift * Ansible version: default on base image * Operating System: OKD * Web Browser: Safari / Chrome ##### STEPS TO REPRODUCE I'm trying to add **"GIT_SSL_NO_VERIFY": "True"** to **"AWX_TASK_ENV"** by running the following command: ```bash curl --location --request PUT 'https://awx.apps.lab.okd.local/api/v2/settings/jobs' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic xxxxxxxxxxx' \ --header 'Cookie: xxxxxxxxx' \ --data-raw '{ "AD_HOC_COMMANDS": [ "command", "shell", "yum", "apt", "apt_key", "apt_repository", "apt_rpm", "service", "group", "user", "mount", "ping", "selinux", "setup", "win_ping", "win_service", "win_updates", "win_group", "win_user" ], "ALLOW_JINJA_IN_EXTRA_VARS": "template", "AWX_ISOLATION_BASE_PATH": "/tmp", "AWX_ISOLATION_SHOW_PATHS": [], "AWX_TASK_ENV": { "GIT_SSL_NO_VERIFY": "True" }, "PROJECT_UPDATE_VVV": false, "AWX_ROLES_ENABLED": true, "AWX_COLLECTIONS_ENABLED": true, "AWX_SHOW_PLAYBOOK_LINKS": false, "GALAXY_IGNORE_CERTS": false, "STDOUT_MAX_BYTES_DISPLAY": 1048576, "EVENT_STDOUT_MAX_BYTES_DISPLAY": 1024, "SCHEDULE_MAX_JOBS": 10, "AWX_ANSIBLE_CALLBACK_PLUGINS": [], "DEFAULT_JOB_TIMEOUT": 0, "DEFAULT_INVENTORY_UPDATE_TIMEOUT": 0, "DEFAULT_PROJECT_UPDATE_TIMEOUT": 0, "ANSIBLE_FACT_CACHE_TIMEOUT": 0, "MAX_FORKS": 200 }' ``` ##### EXPECTED RESULTS <!-- What did you expect to happen when running the steps above? --> ``` ... "AWX_TASK_ENV": { "GIT_SSL_NO_VERIFY": "True" }, ... ``` ##### ACTUAL RESULTS <!-- What actually happened? --> ``` ... "AWX_TASK_ENV": {}, ... ``` ##### ADDITIONAL INFORMATION <!-- Include any links to sosreport, database dumps, screenshots or other information. --> I've even tried thru GUI > Settings > Jobs settings > Extra Environment Variables but when I click "Save", nothing happens.
priority
unable to make changes on awx task env issues are for concrete actionable bugs and feature requests only if you re just asking for debugging help or technical support please use we have to limit this because of limited volunteer time to respond to issues issue type bug report summary unable to define awx task env content using either gui or api environment awx version awx install method openshift ansible version default on base image operating system okd web browser safari chrome steps to reproduce i m trying to add git ssl no verify true to awx task env by running the following command bash curl location request put header content type application json header authorization basic xxxxxxxxxxx header cookie xxxxxxxxx data raw ad hoc commands command shell yum apt apt key apt repository apt rpm service group user mount ping selinux setup win ping win service win updates win group win user allow jinja in extra vars template awx isolation base path tmp awx isolation show paths awx task env git ssl no verify true project update vvv false awx roles enabled true awx collections enabled true awx show playbook links false galaxy ignore certs false stdout max bytes display event stdout max bytes display schedule max jobs awx ansible callback plugins default job timeout default inventory update timeout default project update timeout ansible fact cache timeout max forks expected results awx task env git ssl no verify true actual results awx task env additional information include any links to sosreport database dumps screenshots or other information i ve even tried thru gui settings jobs settings extra environment variables but when i click save nothing happens
1
510,497
14,791,730,177
IssuesEvent
2021-01-12 13:53:21
bennyboer/bbb_app
https://api.github.com/repos/bennyboer/bbb_app
opened
View all webcams (table-like)
low priority size: medium
Showing all available webcams in a table-like view would be great!
1.0
View all webcams (table-like) - Showing all available webcams in a table-like view would be great!
priority
view all webcams table like showing all available webcams in a table like view would be great
1
544,903
15,931,123,240
IssuesEvent
2021-04-14 02:35:18
ExoCTK/exoctk
https://api.github.com/repos/ExoCTK/exoctk
closed
No WFC3 G102 Limb Darkening
2: MEDIUM PRIORITY Tool: exoctk_app Tool: limb_darkening Urgent: Bug
When selecting the "WFC3_IR.G102" bandpass, the LD calculator generates parameters for the G141 bandpass.
1.0
No WFC3 G102 Limb Darkening - When selecting the "WFC3_IR.G102" bandpass, the LD calculator generates parameters for the G141 bandpass.
priority
no limb darkening when selecting the ir bandpass the ld calculator generates parameters for the bandpass
1
602,652
18,492,603,718
IssuesEvent
2021-10-19 03:37:32
AY2122S1-CS2103T-F12-2/tp
https://api.github.com/repos/AY2122S1-CS2103T-F12-2/tp
closed
As an HR I would like to delete a filtered list of applicants all in one go
priority.Medium
Builds on top of delete where all applicants on the observable list is deleted
1.0
As an HR I would like to delete a filtered list of applicants all in one go - Builds on top of delete where all applicants on the observable list is deleted
priority
as an hr i would like to delete a filtered list of applicants all in one go builds on top of delete where all applicants on the observable list is deleted
1
270,146
8,452,843,509
IssuesEvent
2018-10-20 09:07:46
EUCweb/BIS-F
https://api.github.com/repos/EUCweb/BIS-F
closed
After LogShare is changed in ADMX, the old path will also be checked and skips execution
Priority: Medium Status: In Progress Status: Review Needed Type: Bug
After you change the central Logshare in the BIS-F ADMX, the LogShaare is also stored with the old value in HKLM:\Software\Login Consultants\BISF and never updated with the new one
1.0
After LogShare is changed in ADMX, the old path will also be checked and skips execution - After you change the central Logshare in the BIS-F ADMX, the LogShaare is also stored with the old value in HKLM:\Software\Login Consultants\BISF and never updated with the new one
priority
after logshare is changed in admx the old path will also be checked and skips execution after you change the central logshare in the bis f admx the logshaare is also stored with the old value in hklm software login consultants bisf and never updated with the new one
1
323,324
9,853,315,284
IssuesEvent
2019-06-19 14:33:32
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
conan download "-p" deprecation
complex: low good first issue priority: medium stage: review type: engineering
The same with `get` and `upload`, deprecate the `-p` in favor of full ref.
1.0
conan download "-p" deprecation - The same with `get` and `upload`, deprecate the `-p` in favor of full ref.
priority
conan download p deprecation the same with get and upload deprecate the p in favor of full ref
1
366,322
10,819,578,345
IssuesEvent
2019-11-08 14:40:57
raz0red/wii-mednafen
https://api.github.com/repos/raz0red/wii-mednafen
closed
Zapper Support
Priority-Medium Type-Enhancement auto-migrated
``` I want zapper Support, SuperScope Support, and Justifier Support for the SNES, NES, and Genesis with Nun-Chuck Support, because I want to play my old carts that don't work on Newer TVs unless I put them on the Wii and emulate them with a wii rifle I intend on buying or possibly given to me for Christmas... I've attached a file of what the rifle looks like so you know it attaches to the wiimote no matter what. ``` Original issue reported on code.google.com by `radiofre...@gmail.com` on 11 Dec 2011 at 9:28 Attachments: - [rifle 1.jpg](https://storage.googleapis.com/google-code-attachments/wii-mednafen/issue-17/comment-0/rifle 1.jpg)
1.0
Zapper Support - ``` I want zapper Support, SuperScope Support, and Justifier Support for the SNES, NES, and Genesis with Nun-Chuck Support, because I want to play my old carts that don't work on Newer TVs unless I put them on the Wii and emulate them with a wii rifle I intend on buying or possibly given to me for Christmas... I've attached a file of what the rifle looks like so you know it attaches to the wiimote no matter what. ``` Original issue reported on code.google.com by `radiofre...@gmail.com` on 11 Dec 2011 at 9:28 Attachments: - [rifle 1.jpg](https://storage.googleapis.com/google-code-attachments/wii-mednafen/issue-17/comment-0/rifle 1.jpg)
priority
zapper support i want zapper support superscope support and justifier support for the snes nes and genesis with nun chuck support because i want to play my old carts that don t work on newer tvs unless i put them on the wii and emulate them with a wii rifle i intend on buying or possibly given to me for christmas i ve attached a file of what the rifle looks like so you know it attaches to the wiimote no matter what original issue reported on code google com by radiofre gmail com on dec at attachments jpg
1
346,612
10,417,050,376
IssuesEvent
2019-09-14 18:22:34
OpenApoc/OpenApoc
https://api.github.com/repos/OpenApoc/OpenApoc
closed
Crash on attempting UFO type 3 recovery
!BUG! MEDIUM PRIORITY Help Wanted
On arrival at a UFO type 3 when entering the battlescape (generating map) ![image](https://user-images.githubusercontent.com/33913088/43605021-157b4bdc-968f-11e8-8d64-9f40ff9395a0.png) ![image](https://user-images.githubusercontent.com/33913088/43605052-27694402-968f-11e8-9cf8-6f28b5cd9c79.png) ![image](https://user-images.githubusercontent.com/33913088/43605512-768495a4-9690-11e8-8f3d-7a12e0b72965.png)
1.0
Crash on attempting UFO type 3 recovery - On arrival at a UFO type 3 when entering the battlescape (generating map) ![image](https://user-images.githubusercontent.com/33913088/43605021-157b4bdc-968f-11e8-8d64-9f40ff9395a0.png) ![image](https://user-images.githubusercontent.com/33913088/43605052-27694402-968f-11e8-9cf8-6f28b5cd9c79.png) ![image](https://user-images.githubusercontent.com/33913088/43605512-768495a4-9690-11e8-8f3d-7a12e0b72965.png)
priority
crash on attempting ufo type recovery on arrival at a ufo type when entering the battlescape generating map
1
778,513
27,319,235,214
IssuesEvent
2023-02-24 18:13:44
jahirfiquitiva/Kuper
https://api.github.com/repos/jahirfiquitiva/Kuper
closed
Assets not Loading
Type: Bug Status: Wont Fix Priority: Medium Status: Not Reproducible
### Requirements - [x] I have verified there are no duplicate active or recent bugs, questions, or requests ### Kuper Version 2.3.8 ### Android Version 5.1.1 ### Device Manufacturer Lenovo ### Device Name Vibe K5 ### Issue I opened one of my existing app made with kuper and opened the wallpapers section to check the wallpapers. After checking, I opened the widgets section and it showed nothing found. I tried refreshing but got the same result every time.<hr> ### When it occurs ? This bug only happens when you open the wallpapers section before the assets are loaded i.e. Opening the wallpapers section when it is showing loading in the assets page.<hr> ### How to open the assets after this issue ? The assets are displaying again after I stop it (i.e. exiting the app and stopping it from running in background), restart the app and wait until the assets are loaded without opening any other pages. Please fix it as soon as possible... ### Steps to get this bug : 1. Open the app. 2. Navigate to wallpapers section and wait for 2 - 3 seconds 3. Navigate back to the assets section 4. You should see it loading and showing > Nothing Found 5. Try reloading but you will find the same result. ### Temporary fix has been mentioned above ### Expected behavior It must be loading and showing the assets without showing `Nothing Found`
1.0
Assets not Loading - ### Requirements - [x] I have verified there are no duplicate active or recent bugs, questions, or requests ### Kuper Version 2.3.8 ### Android Version 5.1.1 ### Device Manufacturer Lenovo ### Device Name Vibe K5 ### Issue I opened one of my existing app made with kuper and opened the wallpapers section to check the wallpapers. After checking, I opened the widgets section and it showed nothing found. I tried refreshing but got the same result every time.<hr> ### When it occurs ? This bug only happens when you open the wallpapers section before the assets are loaded i.e. Opening the wallpapers section when it is showing loading in the assets page.<hr> ### How to open the assets after this issue ? The assets are displaying again after I stop it (i.e. exiting the app and stopping it from running in background), restart the app and wait until the assets are loaded without opening any other pages. Please fix it as soon as possible... ### Steps to get this bug : 1. Open the app. 2. Navigate to wallpapers section and wait for 2 - 3 seconds 3. Navigate back to the assets section 4. You should see it loading and showing > Nothing Found 5. Try reloading but you will find the same result. ### Temporary fix has been mentioned above ### Expected behavior It must be loading and showing the assets without showing `Nothing Found`
priority
assets not loading requirements i have verified there are no duplicate active or recent bugs questions or requests kuper version android version device manufacturer lenovo device name vibe issue i opened one of my existing app made with kuper and opened the wallpapers section to check the wallpapers after checking i opened the widgets section and it showed nothing found i tried refreshing but got the same result every time when it occurs this bug only happens when you open the wallpapers section before the assets are loaded i e opening the wallpapers section when it is showing loading in the assets page how to open the assets after this issue the assets are displaying again after i stop it i e exiting the app and stopping it from running in background restart the app and wait until the assets are loaded without opening any other pages please fix it as soon as possible steps to get this bug open the app navigate to wallpapers section and wait for seconds navigate back to the assets section you should see it loading and showing nothing found try reloading but you will find the same result temporary fix has been mentioned above expected behavior it must be loading and showing the assets without showing nothing found
1
738,658
25,571,035,113
IssuesEvent
2022-11-30 17:41:48
nasa/fprime
https://api.github.com/repos/nasa/fprime
closed
Unsafe Array Creation
bug Medium Priority
|**_1.5.3, 2.0.1_**| | |**_All_**| | --- ## Problem Description The autogenerated return function for array values, does not appear to be safe. ## How to Reproduce [/Types/Vector3DSerializableAi.xml](/Types/Vector3DSerializableAi.xml) ``` <serializable namespace="Types" name="Vector3D"> <comment> Vector class for description of 3D vectors </comment> <members> <member name="vec" type="F32" size="3"/> </members> </serializable> ``` generates the interface [build-fprime-automatic-native/Types/Vector3DSerializableAc.cpp](build-fprime-automatic-native/Types/Vector3DSerializableAc.cpp) ``` const F32* Vector3D::getvec(NATIVE_INT_TYPE& size) { size = 3; return this->m_vec; } ``` To get the array values the interface returns only a raw pointer. This leads to undefined behavior (if values are not immediately stored, interrupts happening, etc.). ``` Types::Vector3d a; Types::Vector3d b; ... const F32 *vec1 = a.getvec(3); const F32 *vec2 = b.getvec(3); ``` ## Expected Behavior Getter interface should provide a reference interface to ensure safe allocation. void get(F32 & return).
1.0
Unsafe Array Creation - |**_1.5.3, 2.0.1_**| | |**_All_**| | --- ## Problem Description The autogenerated return function for array values, does not appear to be safe. ## How to Reproduce [/Types/Vector3DSerializableAi.xml](/Types/Vector3DSerializableAi.xml) ``` <serializable namespace="Types" name="Vector3D"> <comment> Vector class for description of 3D vectors </comment> <members> <member name="vec" type="F32" size="3"/> </members> </serializable> ``` generates the interface [build-fprime-automatic-native/Types/Vector3DSerializableAc.cpp](build-fprime-automatic-native/Types/Vector3DSerializableAc.cpp) ``` const F32* Vector3D::getvec(NATIVE_INT_TYPE& size) { size = 3; return this->m_vec; } ``` To get the array values the interface returns only a raw pointer. This leads to undefined behavior (if values are not immediately stored, interrupts happening, etc.). ``` Types::Vector3d a; Types::Vector3d b; ... const F32 *vec1 = a.getvec(3); const F32 *vec2 = b.getvec(3); ``` ## Expected Behavior Getter interface should provide a reference interface to ensure safe allocation. void get(F32 & return).
priority
unsafe array creation all problem description the autogenerated return function for array values does not appear to be safe how to reproduce types xml vector class for description of vectors generates the interface build fprime automatic native types cpp const getvec native int type size size return this m vec to get the array values the interface returns only a raw pointer this leads to undefined behavior if values are not immediately stored interrupts happening etc types a types b const a getvec const b getvec expected behavior getter interface should provide a reference interface to ensure safe allocation void get return
1
204,567
7,088,771,817
IssuesEvent
2018-01-11 22:50:44
instabot-py/instabot.py
https://api.github.com/repos/instabot-py/instabot.py
closed
Log shows following successfully even thought it's not
priority/medium status/available type/bug
Hey everyone, Great job on this fantastic bot. The script has been running pretty smoothly for about 2 weeks. All of sudden since yesterday the bot stopped following users. Technically i can see from the logs that it is following by this: Trying to follow: X Followed: X #3. However in reality when I check in my profile there is no change. Anyone know what might be the issue?
1.0
Log shows following successfully even thought it's not - Hey everyone, Great job on this fantastic bot. The script has been running pretty smoothly for about 2 weeks. All of sudden since yesterday the bot stopped following users. Technically i can see from the logs that it is following by this: Trying to follow: X Followed: X #3. However in reality when I check in my profile there is no change. Anyone know what might be the issue?
priority
log shows following successfully even thought it s not hey everyone great job on this fantastic bot the script has been running pretty smoothly for about weeks all of sudden since yesterday the bot stopped following users technically i can see from the logs that it is following by this trying to follow x followed x however in reality when i check in my profile there is no change anyone know what might be the issue
1
812,569
30,342,267,137
IssuesEvent
2023-07-11 13:26:54
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID: 318606] Uninitialized scalar variable in subsys/bluetooth/controller/ll_sw/ull_adv_sync.c
bug priority: medium area: Bluetooth Coverity area: Bluetooth Controller
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/7b2034aaecc4cb2a261973b10b2fa608b29d398c/subsys/bluetooth/controller/ll_sw/ull_adv_sync.c Category: Uninitialized variables Function: `mfy_sync_offset_get` Component: Bluetooth CID: [318606](https://scan9.scan.coverity.com/reports.htm#v29726/p12996/mergedDefectId=318606) Details: https://github.com/zephyrproject-rtos/zephyr/blob/7b2034aaecc4cb2a261973b10b2fa608b29d398c/subsys/bluetooth/controller/ll_sw/ull_adv_sync.c#L2301 Please fix or provide comments in coverity using the link: https://scan9.scan.coverity.com/reports.htm#v29271/p12996. For more information about the violation, check the [Coverity Reference](https://scan9.scan.coverity.com/doc/en/cov_checker_ref.html#static_checker_UNINIT). ([CWE-457](http://cwe.mitre.org/data/definitions/457.html)) 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: 318606] Uninitialized scalar variable in subsys/bluetooth/controller/ll_sw/ull_adv_sync.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/7b2034aaecc4cb2a261973b10b2fa608b29d398c/subsys/bluetooth/controller/ll_sw/ull_adv_sync.c Category: Uninitialized variables Function: `mfy_sync_offset_get` Component: Bluetooth CID: [318606](https://scan9.scan.coverity.com/reports.htm#v29726/p12996/mergedDefectId=318606) Details: https://github.com/zephyrproject-rtos/zephyr/blob/7b2034aaecc4cb2a261973b10b2fa608b29d398c/subsys/bluetooth/controller/ll_sw/ull_adv_sync.c#L2301 Please fix or provide comments in coverity using the link: https://scan9.scan.coverity.com/reports.htm#v29271/p12996. For more information about the violation, check the [Coverity Reference](https://scan9.scan.coverity.com/doc/en/cov_checker_ref.html#static_checker_UNINIT). ([CWE-457](http://cwe.mitre.org/data/definitions/457.html)) 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
uninitialized scalar variable in subsys bluetooth controller ll sw ull adv sync c static code scan issues found in file category uninitialized variables function mfy sync offset get component bluetooth 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
52,230
3,022,373,749
IssuesEvent
2015-07-31 19:57:08
andresriancho/w3af
https://api.github.com/repos/andresriancho/w3af
closed
unsupported format character 'C' (0x43) at index 82" at cors_origin.py
bug priority:medium
No user description was provided for this bug report given that it was related to handled exceptions in scan with id 768971357c ## Version Information ``` Python version: 2.7.3 (default, Mar 13 2014, 11:03:55) [GCC 4.7.2] GTK version: 2.24.10 PyGTK version: 2.24.0 w3af version: w3af - Web Application Attack and Audit Framework Version: 1.6.54 Distribution: Kali Linux Author: Andres Riancho and the w3af team. ``` ## Traceback ```pytb A "ValueError" exception was found while running audit.cors_origin on "Method: GET | http://domain/path/foo/". The exception was: "unsupported format character 'C' (0x43) at index 82" at cors_origin.py:_allow_methods():163.The full traceback is: File "/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/audit.py", line 126, in _audit plugin.audit_with_copy(fuzzable_request, orig_resp) File "/usr/share/w3af/w3af/core/controllers/plugins/audit_plugin.py", line 141, in audit_with_copy return self.audit(fuzzable_request, orig_resp) File "/usr/share/w3af/w3af/plugins/audit/cors_origin.py", line 74, in audit self.analyze_cors_security(url) File "/usr/share/w3af/w3af/plugins/audit/cors_origin.py", line 105, in analyze_cors_security allow_methods) File "/usr/share/w3af/w3af/plugins/audit/cors_origin.py", line 121, in _analyze_server_response allow_credentials, allow_methods) File "/usr/share/w3af/w3af/plugins/audit/cors_origin.py", line 163, in _allow_methods msg %= (', '.join(report_sensitive),) ``` ## Enabled Plugins ```python {'attack': {}, 'audit': {u'blind_sqli': <OptionList: eq_limit>, u'buffer_overflow': <OptionList: >, u'cors_origin': <OptionList: origin_header_value>, u'csrf': <OptionList: >, u'dav': <OptionList: >, u'eval': <OptionList: use_time_delay|use_echo>, u'file_upload': <OptionList: extensions>, u'format_string': <OptionList: >, u'frontpage': <OptionList: >, u'generic': <OptionList: diff_ratio>, u'global_redirect': <OptionList: >, u'htaccess_methods': <OptionList: >, u'ldapi': <OptionList: >, u'lfi': <OptionList: >, u'mx_injection': <OptionList: >, u'os_commanding': <OptionList: >, u'phishing_vector': <OptionList: >, u'preg_replace': <OptionList: >, u'redos': <OptionList: >, u'response_splitting': <OptionList: >, u'rfi': <OptionList: listen_address|listen_port|use_w3af_site>, u'sqli': <OptionList: >, u'ssi': <OptionList: >, u'ssl_certificate': <OptionList: minExpireDays|caFileName>, u'un_ssl': <OptionList: >, u'xpath': <OptionList: >, u'xss': <OptionList: persistent_xss>, u'xst': <OptionList: >}, 'auth': {}, 'bruteforce': {u'basic_auth': <OptionList: usersFile|passwdFile|useSvnUsers|stopOnFirst|passEqUser|useLeetPasswd|useEmails|useProfiling|profilingNumber|comboFile|comboSeparator>, u'form_auth': <OptionList: usersFile|passwdFile|useSvnUsers|stopOnFirst|passEqUser|useLeetPasswd|useEmails|useProfiling|profilingNumber|comboFile|comboSeparator>}, 'crawl': {u'web_spider': <OptionList: only_forward|follow_regex|ignore_regex>}, 'evasion': {}, 'grep': {u'analyze_cookies': <OptionList: >, u'blank_body': <OptionList: >, u'cache_control': <OptionList: >, u'click_jacking': <OptionList: >, u'code_disclosure': <OptionList: >, u'credit_cards': <OptionList: >, u'cross_domain_js': <OptionList: secure_js_file>, u'directory_indexing': <OptionList: >, u'dom_xss': <OptionList: >, u'dot_net_event_validation': <OptionList: >, u'error_500': <OptionList: >, u'error_pages': <OptionList: >, u'feeds': <OptionList: >, u'file_upload': <OptionList: >, u'form_autocomplete': <OptionList: >, u'get_emails': <OptionList: only_target_domain>, u'hash_analysis': <OptionList: >, u'html_comments': <OptionList: >, u'http_auth_detect': <OptionList: >, u'http_in_body': <OptionList: >, u'lang': <OptionList: >, u'meta_tags': <OptionList: >, u'motw': <OptionList: >, u'objects': <OptionList: >, u'oracle': <OptionList: >, u'password_profiling': <OptionList: >, u'path_disclosure': <OptionList: >, u'private_ip': <OptionList: >, u'ssn': <OptionList: >, u'strange_headers': <OptionList: >, u'strange_http_codes': <OptionList: >, u'strange_parameters': <OptionList: >, u'strange_reason': <OptionList: >, u'svn_users': <OptionList: >, u'symfony': <OptionList: override>, u'url_session': <OptionList: >, u'user_defined_regex': <OptionList: single_regex|regex_file_path>, u'wsdl_greper': <OptionList: >, u'xss_protection_header': <OptionList: >}, 'infrastructure': {u'afd': <OptionList: >, u'allowed_methods': <OptionList: execOneTime|reportDavOnly>, u'detect_reverse_proxy': <OptionList: >, u'detect_transparent_proxy': <OptionList: >, u'dns_wildcard': <OptionList: >, u'domain_dot': <OptionList: >, u'favicon_identification': <OptionList: >, u'find_jboss': <OptionList: >, u'find_vhosts': <OptionList: >, u'fingerprint_WAF': <OptionList: >, u'fingerprint_os': <OptionList: >, u'frontpage_version': <OptionList: >, u'halberd': <OptionList: >, u'hmap': <OptionList: gen_fingerprint>, u'http_vs_https_dist': <OptionList: httpPort|httpsPort>, u'php_eggs': <OptionList: >, u'server_header': <OptionList: >, u'server_status': <OptionList: >}, 'mangle': {}, 'output': {u'console': <OptionList: verbose>, u'text_file': <OptionList: verbose|output_file|http_output_file>}} ```
1.0
unsupported format character 'C' (0x43) at index 82" at cors_origin.py - No user description was provided for this bug report given that it was related to handled exceptions in scan with id 768971357c ## Version Information ``` Python version: 2.7.3 (default, Mar 13 2014, 11:03:55) [GCC 4.7.2] GTK version: 2.24.10 PyGTK version: 2.24.0 w3af version: w3af - Web Application Attack and Audit Framework Version: 1.6.54 Distribution: Kali Linux Author: Andres Riancho and the w3af team. ``` ## Traceback ```pytb A "ValueError" exception was found while running audit.cors_origin on "Method: GET | http://domain/path/foo/". The exception was: "unsupported format character 'C' (0x43) at index 82" at cors_origin.py:_allow_methods():163.The full traceback is: File "/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/audit.py", line 126, in _audit plugin.audit_with_copy(fuzzable_request, orig_resp) File "/usr/share/w3af/w3af/core/controllers/plugins/audit_plugin.py", line 141, in audit_with_copy return self.audit(fuzzable_request, orig_resp) File "/usr/share/w3af/w3af/plugins/audit/cors_origin.py", line 74, in audit self.analyze_cors_security(url) File "/usr/share/w3af/w3af/plugins/audit/cors_origin.py", line 105, in analyze_cors_security allow_methods) File "/usr/share/w3af/w3af/plugins/audit/cors_origin.py", line 121, in _analyze_server_response allow_credentials, allow_methods) File "/usr/share/w3af/w3af/plugins/audit/cors_origin.py", line 163, in _allow_methods msg %= (', '.join(report_sensitive),) ``` ## Enabled Plugins ```python {'attack': {}, 'audit': {u'blind_sqli': <OptionList: eq_limit>, u'buffer_overflow': <OptionList: >, u'cors_origin': <OptionList: origin_header_value>, u'csrf': <OptionList: >, u'dav': <OptionList: >, u'eval': <OptionList: use_time_delay|use_echo>, u'file_upload': <OptionList: extensions>, u'format_string': <OptionList: >, u'frontpage': <OptionList: >, u'generic': <OptionList: diff_ratio>, u'global_redirect': <OptionList: >, u'htaccess_methods': <OptionList: >, u'ldapi': <OptionList: >, u'lfi': <OptionList: >, u'mx_injection': <OptionList: >, u'os_commanding': <OptionList: >, u'phishing_vector': <OptionList: >, u'preg_replace': <OptionList: >, u'redos': <OptionList: >, u'response_splitting': <OptionList: >, u'rfi': <OptionList: listen_address|listen_port|use_w3af_site>, u'sqli': <OptionList: >, u'ssi': <OptionList: >, u'ssl_certificate': <OptionList: minExpireDays|caFileName>, u'un_ssl': <OptionList: >, u'xpath': <OptionList: >, u'xss': <OptionList: persistent_xss>, u'xst': <OptionList: >}, 'auth': {}, 'bruteforce': {u'basic_auth': <OptionList: usersFile|passwdFile|useSvnUsers|stopOnFirst|passEqUser|useLeetPasswd|useEmails|useProfiling|profilingNumber|comboFile|comboSeparator>, u'form_auth': <OptionList: usersFile|passwdFile|useSvnUsers|stopOnFirst|passEqUser|useLeetPasswd|useEmails|useProfiling|profilingNumber|comboFile|comboSeparator>}, 'crawl': {u'web_spider': <OptionList: only_forward|follow_regex|ignore_regex>}, 'evasion': {}, 'grep': {u'analyze_cookies': <OptionList: >, u'blank_body': <OptionList: >, u'cache_control': <OptionList: >, u'click_jacking': <OptionList: >, u'code_disclosure': <OptionList: >, u'credit_cards': <OptionList: >, u'cross_domain_js': <OptionList: secure_js_file>, u'directory_indexing': <OptionList: >, u'dom_xss': <OptionList: >, u'dot_net_event_validation': <OptionList: >, u'error_500': <OptionList: >, u'error_pages': <OptionList: >, u'feeds': <OptionList: >, u'file_upload': <OptionList: >, u'form_autocomplete': <OptionList: >, u'get_emails': <OptionList: only_target_domain>, u'hash_analysis': <OptionList: >, u'html_comments': <OptionList: >, u'http_auth_detect': <OptionList: >, u'http_in_body': <OptionList: >, u'lang': <OptionList: >, u'meta_tags': <OptionList: >, u'motw': <OptionList: >, u'objects': <OptionList: >, u'oracle': <OptionList: >, u'password_profiling': <OptionList: >, u'path_disclosure': <OptionList: >, u'private_ip': <OptionList: >, u'ssn': <OptionList: >, u'strange_headers': <OptionList: >, u'strange_http_codes': <OptionList: >, u'strange_parameters': <OptionList: >, u'strange_reason': <OptionList: >, u'svn_users': <OptionList: >, u'symfony': <OptionList: override>, u'url_session': <OptionList: >, u'user_defined_regex': <OptionList: single_regex|regex_file_path>, u'wsdl_greper': <OptionList: >, u'xss_protection_header': <OptionList: >}, 'infrastructure': {u'afd': <OptionList: >, u'allowed_methods': <OptionList: execOneTime|reportDavOnly>, u'detect_reverse_proxy': <OptionList: >, u'detect_transparent_proxy': <OptionList: >, u'dns_wildcard': <OptionList: >, u'domain_dot': <OptionList: >, u'favicon_identification': <OptionList: >, u'find_jboss': <OptionList: >, u'find_vhosts': <OptionList: >, u'fingerprint_WAF': <OptionList: >, u'fingerprint_os': <OptionList: >, u'frontpage_version': <OptionList: >, u'halberd': <OptionList: >, u'hmap': <OptionList: gen_fingerprint>, u'http_vs_https_dist': <OptionList: httpPort|httpsPort>, u'php_eggs': <OptionList: >, u'server_header': <OptionList: >, u'server_status': <OptionList: >}, 'mangle': {}, 'output': {u'console': <OptionList: verbose>, u'text_file': <OptionList: verbose|output_file|http_output_file>}} ```
priority
unsupported format character c at index at cors origin py no user description was provided for this bug report given that it was related to handled exceptions in scan with id version information python version default mar gtk version pygtk version version web application attack and audit framework version distribution kali linux author andres riancho and the team traceback pytb a valueerror exception was found while running audit cors origin on method get the exception was unsupported format character c at index at cors origin py allow methods the full traceback is file usr share core controllers core helpers consumers audit py line in audit plugin audit with copy fuzzable request orig resp file usr share core controllers plugins audit plugin py line in audit with copy return self audit fuzzable request orig resp file usr share plugins audit cors origin py line in audit self analyze cors security url file usr share plugins audit cors origin py line in analyze cors security allow methods file usr share plugins audit cors origin py line in analyze server response allow credentials allow methods file usr share plugins audit cors origin py line in allow methods msg join report sensitive enabled plugins python attack audit u blind sqli u buffer overflow u cors origin u csrf u dav u eval u file upload u format string u frontpage u generic u global redirect u htaccess methods u ldapi u lfi u mx injection u os commanding u phishing vector u preg replace u redos u response splitting u rfi u sqli u ssi u ssl certificate u un ssl u xpath u xss u xst auth bruteforce u basic auth u form auth crawl u web spider evasion grep u analyze cookies u blank body u cache control u click jacking u code disclosure u credit cards u cross domain js u directory indexing u dom xss u dot net event validation u error u error pages u feeds u file upload u form autocomplete u get emails u hash analysis u html comments u http auth detect u http in body u lang u meta tags u motw u objects u oracle u password profiling u path disclosure u private ip u ssn u strange headers u strange http codes u strange parameters u strange reason u svn users u symfony u url session u user defined regex u wsdl greper u xss protection header infrastructure u afd u allowed methods u detect reverse proxy u detect transparent proxy u dns wildcard u domain dot u favicon identification u find jboss u find vhosts u fingerprint waf u fingerprint os u frontpage version u halberd u hmap u http vs https dist u php eggs u server header u server status mangle output u console u text file
1
185,882
6,731,537,860
IssuesEvent
2017-10-18 08:02:39
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
Tags with Code Markdown Affecting Alignment of Other Tags
priority: minor status: issue: on hold type: medium level coding type: website improvement
[//]: # (Before logging this issue, please post to the Report a Bug guild from the Habitica website's Help menu. Most bugs can be handled quickly there. If a GitHub issue is needed, you will be advised of that by a moderator or staff member -- a player with a dark blue or purple name. It is recommended that you don't create a new issue unless advised to.) [//]: # (Bugs in the mobile apps can also be reported there.) [//]: # (If you have a feature request, use "Help > Request a Feature", not GitHub or the Report a Bug guild.) [//]: # (For more guidelines see https://github.com/HabitRPG/habitrpg/issues/2760) [//]: # (Fill out relevant information - UUID is found in Settings -> API) ### General Info * UUID: c3462725-fe64-422a-b896-7daf396d085f * Browser: Chromium Browser Version 57.0.2987.98 Built on Ubuntu * OS: Linux Mint 18.1 (64-bit) ### Description [//]: # (Describe bug in detail here. Include screenshots if helpful.) I'm not good with words so let me just illustrate the problem with images. Normally, you'll have the list of tags below the header like the following: ![screenshot from 2017-04-23 11-37-00](https://cloud.githubusercontent.com/assets/6478877/25310553/36d70bf8-2819-11e7-81b8-8d3c0d434adf.png) But when I format my tags using the code markdown, this happens: ![screenshot from 2017-04-23 11-45-37](https://cloud.githubusercontent.com/assets/6478877/25310589/71ee737e-281a-11e7-9657-f7cf4012bb49.png) Did a little experimenting and the tags seems to align to the last tag (from left to right) with the code formatting. For example, when I remove the code formatting on the `Time of Day` tag, the tags below it align after the `Where Context` tag: ![screenshot from 2017-04-23 11-49-29](https://cloud.githubusercontent.com/assets/6478877/25310653/1b823c44-281c-11e7-857e-bf87035141ea.png) And it also only affects the row next to the tag with the code formatting. The third row doesn't seem to be affected like in the picture above, third row after the `Challenges` tag (`HealthySleep101April`). And also here in the `Where Context` and `Time of Day` group of tags: ![screenshot from 2017-04-23 12-00-22](https://cloud.githubusercontent.com/assets/6478877/25310672/8283ab30-281c-11e7-9860-b9b458183036.png) However, in the following image, the challenge tags (particularly `Reading, Books, Greeks, literature, Classics` and `HealthySleep101April`) doesn't seem to be affected by this: ![screenshot from 2017-04-23 12-01-58](https://cloud.githubusercontent.com/assets/6478877/25310680/deedb9f6-281c-11e7-85b3-278cfef6c102.png) #### Console Errors [//]: # (Include any JavaScript console errors here.) I've found no error in the Javascript console relating to this one. Only a `Deprecation warning` for `moment().zone` and this: `Invalid 'X-Frame-Options' header encountered when loading 'https://full-ruler.secure.yahoo.com/html/d20.html?rnd=1-1-13960-1-13960-328…AEYAFqE2J1dHRvbjIuaGtnLmh2LnByb2SCARUIBBCpARjniAggxYCAwAQox42AoASIAfCMn7MO': '' is not a recognized directive. The header will be ignored.`
1.0
Tags with Code Markdown Affecting Alignment of Other Tags - [//]: # (Before logging this issue, please post to the Report a Bug guild from the Habitica website's Help menu. Most bugs can be handled quickly there. If a GitHub issue is needed, you will be advised of that by a moderator or staff member -- a player with a dark blue or purple name. It is recommended that you don't create a new issue unless advised to.) [//]: # (Bugs in the mobile apps can also be reported there.) [//]: # (If you have a feature request, use "Help > Request a Feature", not GitHub or the Report a Bug guild.) [//]: # (For more guidelines see https://github.com/HabitRPG/habitrpg/issues/2760) [//]: # (Fill out relevant information - UUID is found in Settings -> API) ### General Info * UUID: c3462725-fe64-422a-b896-7daf396d085f * Browser: Chromium Browser Version 57.0.2987.98 Built on Ubuntu * OS: Linux Mint 18.1 (64-bit) ### Description [//]: # (Describe bug in detail here. Include screenshots if helpful.) I'm not good with words so let me just illustrate the problem with images. Normally, you'll have the list of tags below the header like the following: ![screenshot from 2017-04-23 11-37-00](https://cloud.githubusercontent.com/assets/6478877/25310553/36d70bf8-2819-11e7-81b8-8d3c0d434adf.png) But when I format my tags using the code markdown, this happens: ![screenshot from 2017-04-23 11-45-37](https://cloud.githubusercontent.com/assets/6478877/25310589/71ee737e-281a-11e7-9657-f7cf4012bb49.png) Did a little experimenting and the tags seems to align to the last tag (from left to right) with the code formatting. For example, when I remove the code formatting on the `Time of Day` tag, the tags below it align after the `Where Context` tag: ![screenshot from 2017-04-23 11-49-29](https://cloud.githubusercontent.com/assets/6478877/25310653/1b823c44-281c-11e7-857e-bf87035141ea.png) And it also only affects the row next to the tag with the code formatting. The third row doesn't seem to be affected like in the picture above, third row after the `Challenges` tag (`HealthySleep101April`). And also here in the `Where Context` and `Time of Day` group of tags: ![screenshot from 2017-04-23 12-00-22](https://cloud.githubusercontent.com/assets/6478877/25310672/8283ab30-281c-11e7-9860-b9b458183036.png) However, in the following image, the challenge tags (particularly `Reading, Books, Greeks, literature, Classics` and `HealthySleep101April`) doesn't seem to be affected by this: ![screenshot from 2017-04-23 12-01-58](https://cloud.githubusercontent.com/assets/6478877/25310680/deedb9f6-281c-11e7-85b3-278cfef6c102.png) #### Console Errors [//]: # (Include any JavaScript console errors here.) I've found no error in the Javascript console relating to this one. Only a `Deprecation warning` for `moment().zone` and this: `Invalid 'X-Frame-Options' header encountered when loading 'https://full-ruler.secure.yahoo.com/html/d20.html?rnd=1-1-13960-1-13960-328…AEYAFqE2J1dHRvbjIuaGtnLmh2LnByb2SCARUIBBCpARjniAggxYCAwAQox42AoASIAfCMn7MO': '' is not a recognized directive. The header will be ignored.`
priority
tags with code markdown affecting alignment of other tags before logging this issue please post to the report a bug guild from the habitica website s help menu most bugs can be handled quickly there if a github issue is needed you will be advised of that by a moderator or staff member a player with a dark blue or purple name it is recommended that you don t create a new issue unless advised to bugs in the mobile apps can also be reported there if you have a feature request use help request a feature not github or the report a bug guild for more guidelines see fill out relevant information uuid is found in settings api general info uuid browser chromium browser version built on ubuntu os linux mint bit description describe bug in detail here include screenshots if helpful i m not good with words so let me just illustrate the problem with images normally you ll have the list of tags below the header like the following but when i format my tags using the code markdown this happens did a little experimenting and the tags seems to align to the last tag from left to right with the code formatting for example when i remove the code formatting on the time of day tag the tags below it align after the where context tag and it also only affects the row next to the tag with the code formatting the third row doesn t seem to be affected like in the picture above third row after the challenges tag and also here in the where context and time of day group of tags however in the following image the challenge tags particularly reading books greeks literature classics and doesn t seem to be affected by this console errors include any javascript console errors here i ve found no error in the javascript console relating to this one only a deprecation warning for moment zone and this invalid x frame options header encountered when loading is not a recognized directive the header will be ignored
1
113,939
4,581,718,839
IssuesEvent
2016-09-19 07:19:27
Polpetta/Thesis
https://api.github.com/repos/Polpetta/Thesis
closed
Bibliography
priority:medium
Write all the sources in the bibliography section. List of sources: - [x] AWS Lambda: https://aws.amazon.com/documentation/lambda/ - [x] AWS APIGateway: https://aws.amazon.com/documentation/apigateway/ - [x] Apex: http://apex.run/ - [x] Swagger: http://swagger.io - [x] Messenger: https://developers.facebook.com/docs/messenger-platform/ - [x] DynamoDB: https://aws.amazon.com/documentation/dynamodb/ - [x] Mocha: http://mochajs.org/
1.0
Bibliography - Write all the sources in the bibliography section. List of sources: - [x] AWS Lambda: https://aws.amazon.com/documentation/lambda/ - [x] AWS APIGateway: https://aws.amazon.com/documentation/apigateway/ - [x] Apex: http://apex.run/ - [x] Swagger: http://swagger.io - [x] Messenger: https://developers.facebook.com/docs/messenger-platform/ - [x] DynamoDB: https://aws.amazon.com/documentation/dynamodb/ - [x] Mocha: http://mochajs.org/
priority
bibliography write all the sources in the bibliography section list of sources aws lambda aws apigateway apex swagger messenger dynamodb mocha
1
68,595
3,291,212,741
IssuesEvent
2015-10-30 07:18:49
cs2103aug2015-w15-2j/main
https://api.github.com/repos/cs2103aug2015-w15-2j/main
closed
Create GUI view for search results
priority.medium
Needs to detect when the user has entered a search command and automatically switches the view
1.0
Create GUI view for search results - Needs to detect when the user has entered a search command and automatically switches the view
priority
create gui view for search results needs to detect when the user has entered a search command and automatically switches the view
1
386,157
11,432,881,804
IssuesEvent
2020-02-04 14:48:46
trustwallet/blockatlas
https://api.github.com/repos/trustwallet/blockatlas
closed
Add a circuit breaker for each platform
Priority: Medium Task Size: M Type: New Feature
Add a circuit breaker for each platform to avoid to crash all application: https://github.com/afex/hystrix-go
1.0
Add a circuit breaker for each platform - Add a circuit breaker for each platform to avoid to crash all application: https://github.com/afex/hystrix-go
priority
add a circuit breaker for each platform add a circuit breaker for each platform to avoid to crash all application
1
372,477
11,015,434,602
IssuesEvent
2019-12-05 01:36:38
Xenation/IonEngine
https://api.github.com/repos/Xenation/IonEngine
opened
Material Import with .obj and .mtl files
enhancement high priority medium complexity
Ability to import the materials defined in .mtl files.
1.0
Material Import with .obj and .mtl files - Ability to import the materials defined in .mtl files.
priority
material import with obj and mtl files ability to import the materials defined in mtl files
1
687,861
23,541,352,148
IssuesEvent
2022-08-20 12:51:52
gadenbuie/countdown
https://api.github.com/repos/gadenbuie/countdown
closed
Automatically begin countdown when code is executed
status: complete type: new priority: medium
Would it be possible to incorporate an option for a countdown to begin automatically when using the countdown_fullscreen function? I am writing code for an experiment where I have a function that uses the rstudio console to record user input, so it would be very useful to have a countdown displayed in the rstudio viewer!
1.0
Automatically begin countdown when code is executed - Would it be possible to incorporate an option for a countdown to begin automatically when using the countdown_fullscreen function? I am writing code for an experiment where I have a function that uses the rstudio console to record user input, so it would be very useful to have a countdown displayed in the rstudio viewer!
priority
automatically begin countdown when code is executed would it be possible to incorporate an option for a countdown to begin automatically when using the countdown fullscreen function i am writing code for an experiment where i have a function that uses the rstudio console to record user input so it would be very useful to have a countdown displayed in the rstudio viewer
1
227,083
7,526,770,454
IssuesEvent
2018-04-13 14:57:48
emoncms/MyHomeEnergyPlanner
https://api.github.com/repos/emoncms/MyHomeEnergyPlanner
closed
'select from library' option in edit fabric item model?
For release Medium priority usability
When building the original master scenario, If I make a mistake and need to change the wall type from say library element SWU_05 to SWU_01 I cant change this by clicking on edit. Instead I have to delete the element and recreate a new one. Is this an issue or by design?
1.0
'select from library' option in edit fabric item model? - When building the original master scenario, If I make a mistake and need to change the wall type from say library element SWU_05 to SWU_01 I cant change this by clicking on edit. Instead I have to delete the element and recreate a new one. Is this an issue or by design?
priority
select from library option in edit fabric item model when building the original master scenario if i make a mistake and need to change the wall type from say library element swu to swu i cant change this by clicking on edit instead i have to delete the element and recreate a new one is this an issue or by design
1
290,734
8,903,252,932
IssuesEvent
2019-01-17 10:00:02
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
opened
Assign value to the datepickers inputs to match rendered value
C: DateInput C: DatePicker C: DateTimePicker Enhancement Kendo1 Priority 2 S: Wrappers (ASP.NET Core) S: Wrappers (ASP.NET MVC) SEV: Medium
### Enhancement Ticket ID: 1383071, 1381475 ### Reproduction of the problem - Code snippets provided below - add a form with a DateInput, DatePicker and a DateTimePicker with a reset button - bind them to a model that comes from the view - press Reset ### Current behavior ***MVC - DateInput*** The input element is empty, on Reset the original value sent from the server will be gone. Server response: ![image](https://user-images.githubusercontent.com/10980842/51307514-961d9780-1a48-11e9-93b0-b1bd5a2dc320.png) ***ASP.NET Core HtmlHelpers - DateInput, DatePicker, DateTimePicker*** - Without a format before and after reset: ![image](https://user-images.githubusercontent.com/10980842/51309042-34f7c300-1a4c-11e9-82bb-f0b66b6fec12.png) - With a format before and after reset: ![image](https://user-images.githubusercontent.com/10980842/51309215-9324a600-1a4c-11e9-83be-60d90cb374f6.png) ***ASP.NET Core TagHelpers - DateInput, DatePicker, DateTimePicker*** - Without a format before and after reset: ![image](https://user-images.githubusercontent.com/10980842/51309665-95d3cb00-1a4d-11e9-9683-57a81af4ad77.png) - With a format before and after reset: ![image](https://user-images.githubusercontent.com/10980842/51309820-e64b2880-1a4d-11e9-9f6b-9889176f8abf.png) Code to test: ``` @model CoreTest.Models.ViewModel <form action="/" method="post"> @(Html.Kendo().DateInputFor(m => m.DateOne)) <br /> @(Html.Kendo().DatePickerFor(m => m.DateTwo).Format("dd MMM yyyy")) <br /> @(Html.Kendo().DateTimePickerFor(m => m.DateThree).Format("dd MMM yyyy HH:MM")) <br /> <input type="reset" name="reset" value="Reset" /> </form> } @addTagHelper *, Kendo.Mvc @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @model CoreCalendarLocalization.Models.ViewModel <form action="/" method="post"> <kendo-dateinput for="DateOne"> </kendo-dateinput> <br /> <kendo-datepicker for="DateTwo" style='width: 17%;'> </kendo-datepicker> <br /> <kendo-datetimepicker for="DateThree"> </kendo-datetimepicker> <input type="reset" name="reset" value="Reset" /> </form> ``` Controller: ``` public IActionResult Index() { var vm = new ViewModel() { DateOne = new DateTime(2019, 1, 17), DateTwo = new DateTime(2019, 1, 18), DateThree = new DateTime(2019, 1, 19) }; return View(vm); } ``` ### Expected/desired behavior - the DateInput input value should be the model value (ASP.NET MVC and ASP.NET Core) - the DatePicker & DateTimePickers input value should be the model value formatted string to the selected format or the default. (ASP.NET Core HtmlHelpers and TagHelpers) ### Workaround Programmatically reset the value of the widgets: ``` $("form").on("reset", function () { setTimeout(function () { $("#DateField").data("kendoDatePicker").value("@Model.DateField"); }); }); ``` ### Environment * **Kendo UI version:** 2019.1.115
1.0
Assign value to the datepickers inputs to match rendered value - ### Enhancement Ticket ID: 1383071, 1381475 ### Reproduction of the problem - Code snippets provided below - add a form with a DateInput, DatePicker and a DateTimePicker with a reset button - bind them to a model that comes from the view - press Reset ### Current behavior ***MVC - DateInput*** The input element is empty, on Reset the original value sent from the server will be gone. Server response: ![image](https://user-images.githubusercontent.com/10980842/51307514-961d9780-1a48-11e9-93b0-b1bd5a2dc320.png) ***ASP.NET Core HtmlHelpers - DateInput, DatePicker, DateTimePicker*** - Without a format before and after reset: ![image](https://user-images.githubusercontent.com/10980842/51309042-34f7c300-1a4c-11e9-82bb-f0b66b6fec12.png) - With a format before and after reset: ![image](https://user-images.githubusercontent.com/10980842/51309215-9324a600-1a4c-11e9-83be-60d90cb374f6.png) ***ASP.NET Core TagHelpers - DateInput, DatePicker, DateTimePicker*** - Without a format before and after reset: ![image](https://user-images.githubusercontent.com/10980842/51309665-95d3cb00-1a4d-11e9-9683-57a81af4ad77.png) - With a format before and after reset: ![image](https://user-images.githubusercontent.com/10980842/51309820-e64b2880-1a4d-11e9-9f6b-9889176f8abf.png) Code to test: ``` @model CoreTest.Models.ViewModel <form action="/" method="post"> @(Html.Kendo().DateInputFor(m => m.DateOne)) <br /> @(Html.Kendo().DatePickerFor(m => m.DateTwo).Format("dd MMM yyyy")) <br /> @(Html.Kendo().DateTimePickerFor(m => m.DateThree).Format("dd MMM yyyy HH:MM")) <br /> <input type="reset" name="reset" value="Reset" /> </form> } @addTagHelper *, Kendo.Mvc @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @model CoreCalendarLocalization.Models.ViewModel <form action="/" method="post"> <kendo-dateinput for="DateOne"> </kendo-dateinput> <br /> <kendo-datepicker for="DateTwo" style='width: 17%;'> </kendo-datepicker> <br /> <kendo-datetimepicker for="DateThree"> </kendo-datetimepicker> <input type="reset" name="reset" value="Reset" /> </form> ``` Controller: ``` public IActionResult Index() { var vm = new ViewModel() { DateOne = new DateTime(2019, 1, 17), DateTwo = new DateTime(2019, 1, 18), DateThree = new DateTime(2019, 1, 19) }; return View(vm); } ``` ### Expected/desired behavior - the DateInput input value should be the model value (ASP.NET MVC and ASP.NET Core) - the DatePicker & DateTimePickers input value should be the model value formatted string to the selected format or the default. (ASP.NET Core HtmlHelpers and TagHelpers) ### Workaround Programmatically reset the value of the widgets: ``` $("form").on("reset", function () { setTimeout(function () { $("#DateField").data("kendoDatePicker").value("@Model.DateField"); }); }); ``` ### Environment * **Kendo UI version:** 2019.1.115
priority
assign value to the datepickers inputs to match rendered value enhancement ticket id reproduction of the problem code snippets provided below add a form with a dateinput datepicker and a datetimepicker with a reset button bind them to a model that comes from the view press reset current behavior mvc dateinput the input element is empty on reset the original value sent from the server will be gone server response asp net core htmlhelpers dateinput datepicker datetimepicker without a format before and after reset with a format before and after reset asp net core taghelpers dateinput datepicker datetimepicker without a format before and after reset with a format before and after reset code to test model coretest models viewmodel html kendo dateinputfor m m dateone html kendo datepickerfor m m datetwo format dd mmm yyyy html kendo datetimepickerfor m m datethree format dd mmm yyyy hh mm addtaghelper kendo mvc addtaghelper microsoft aspnetcore mvc taghelpers model corecalendarlocalization models viewmodel controller public iactionresult index var vm new viewmodel dateone new datetime datetwo new datetime datethree new datetime return view vm expected desired behavior the dateinput input value should be the model value asp net mvc and asp net core the datepicker datetimepickers input value should be the model value formatted string to the selected format or the default asp net core htmlhelpers and taghelpers workaround programmatically reset the value of the widgets form on reset function settimeout function datefield data kendodatepicker value model datefield environment kendo ui version
1
412,620
12,053,269,350
IssuesEvent
2020-04-15 09:06:20
TheOnlineJudge/ojudge
https://api.github.com/repos/TheOnlineJudge/ojudge
opened
Country names must be sorted
bug priority: medium
Country names should be alphabetically sorted in their combos, with this exception of 'None' which should be on the top of the list. Use sort proxy model here, but keeping in mind the 'None' exception.
1.0
Country names must be sorted - Country names should be alphabetically sorted in their combos, with this exception of 'None' which should be on the top of the list. Use sort proxy model here, but keeping in mind the 'None' exception.
priority
country names must be sorted country names should be alphabetically sorted in their combos with this exception of none which should be on the top of the list use sort proxy model here but keeping in mind the none exception
1
327,660
9,978,604,106
IssuesEvent
2019-07-09 20:19:52
linux-audit/audit-kernel
https://api.github.com/repos/linux-audit/audit-kernel
closed
BUG: make signal info available regardless of syscall auditing
bug priority/medium
Since signals can be delivered to the audit daemon and the daemon can send a request for its signaller's info without syscall auditing being configured or active, make that information available and accurate. audit_signal_info() will need to be split into non-syscall and syscall parts.
1.0
BUG: make signal info available regardless of syscall auditing - Since signals can be delivered to the audit daemon and the daemon can send a request for its signaller's info without syscall auditing being configured or active, make that information available and accurate. audit_signal_info() will need to be split into non-syscall and syscall parts.
priority
bug make signal info available regardless of syscall auditing since signals can be delivered to the audit daemon and the daemon can send a request for its signaller s info without syscall auditing being configured or active make that information available and accurate audit signal info will need to be split into non syscall and syscall parts
1
636,174
20,594,373,101
IssuesEvent
2022-03-05 08:41:29
123kevyd/recipeasy
https://api.github.com/repos/123kevyd/recipeasy
closed
Create ratings model
Back End Medium Priority Dev Task
Description: Create the ratings model so that the schema is created in the database
1.0
Create ratings model - Description: Create the ratings model so that the schema is created in the database
priority
create ratings model description create the ratings model so that the schema is created in the database
1
351,943
10,525,703,618
IssuesEvent
2019-09-30 15:33:42
forceworkbench/forceworkbench
https://api.github.com/repos/forceworkbench/forceworkbench
closed
Add setting for opening SFDC UI links in new tab, same tab, etc
Priority-Medium Scheduled-Backlog enhancement imported
_Original author: ryan.bra...@gmail.com (September 09, 2011 06:36:28)_ Currently, this is hardcoded to &quot;sfdcUi&quot; but add an option for &quot;_blank&quot;, &quot;_top&quot;, and &quot;sfdcUi&quot;. _Original issue: http://code.google.com/p/forceworkbench/issues/detail?id=533_
1.0
Add setting for opening SFDC UI links in new tab, same tab, etc - _Original author: ryan.bra...@gmail.com (September 09, 2011 06:36:28)_ Currently, this is hardcoded to &quot;sfdcUi&quot; but add an option for &quot;_blank&quot;, &quot;_top&quot;, and &quot;sfdcUi&quot;. _Original issue: http://code.google.com/p/forceworkbench/issues/detail?id=533_
priority
add setting for opening sfdc ui links in new tab same tab etc original author ryan bra gmail com september currently this is hardcoded to quot sfdcui quot but add an option for quot blank quot quot top quot and quot sfdcui quot original issue
1
385,911
11,427,757,170
IssuesEvent
2020-02-04 01:56:25
lbryio/lbry-sdk
https://api.github.com/repos/lbryio/lbry-sdk
closed
Can't load / timeouts while syncing transactions with large wallets
area: wallet priority: medium type: bug
Was trying to sync a larger creator's wallet and ran into issues with sync either just stopping or timing out like below. This wallet had over 7K claims, and then was run through an update process on YouTube sync (fund command to split up utxos, all claims updated). Need to understand which part is causing the issues. Since then, I've restarted the SDK multiple times to resume the sync process, will let you know if it ends up completing. ``` 2019-08-04 09:57:24,800 INFO torba.client.baseledger:119: (lbc_mainnet) on_transaction: address=bDHSUL6EniGEbM6HFPVXaJNnfMExPSYnPm, height=580374, is_verified=True, tx.id=d66074daad6463451ce7dcbc30b2a525b8bed5a107581725cf8cd8e311b23a31 2019-08-04 09:57:24,808 INFO torba.client.baseledger:119: (lbc_mainnet) on_transaction: address=bDHSUL6EniGEbM6HFPVXaJNnfMExPSYnPm, height=580374, is_verified=True, tx.id=66efdd224e80a44d656f9b869164f0d13546ef3f2577f6dbd2c36afaf4f40c92 2019-08-04 09:57:24,822 INFO torba.client.baseledger:119: (lbc_mainnet) on_transaction: address=bDHSUL6EniGEbM6HFPVXaJNnfMExPSYnPm, height=580374, is_verified=True, tx.id=8477f7f11413df16a2b7406fcf1be7cdb45c2e776e7249f3e95364f23d4a329d 2019-08-04 09:57:24,833 INFO torba.client.baseledger:119: (lbc_mainnet) on_transaction: address=bDHSUL6EniGEbM6HFPVXaJNnfMExPSYnPm, height=580374, is_verified=True, tx.id=9b5cfc9cef80d7c65612e3f3131af0b3f784bf4565843518b2fa79e8d6e6d2b1 2019-08-04 09:57:24,856 INFO torba.client.baseledger:119: (lbc_mainnet) on_transaction: address=bDHSUL6EniGEbM6HFPVXaJNnfMExPSYnPm, height=580374, is_verified=True, tx.id=bae20e80be060c1a948c1c726f7d124fa25b726aad95e75617a12ab530d3bfab Task exception was never retrieved future: <Task finished coro=<BaseLedger.update_history() done, defined at /home/tom/lbry/torba/torba/client/baseledger.py:387> exception=TimeoutError()> Traceback (most recent call last): File "/home/tom/lbry/torba/torba/client/baseledger.py", line 410, in update_history tx = await task File "/home/tom/lbry/torba/torba/client/baseledger.py", line 472, in cache_transaction await self.maybe_verify_transaction(tx, remote_height) File "/home/tom/lbry/torba/torba/client/baseledger.py", line 490, in maybe_verify_transaction merkle = await self.network.get_merkle(tx.id, remote_height) File "/home/tom/lbry/torba/torba/client/basenetwork.py", line 31, in send_request return await asyncio.wait_for(super().send_request(method, args), timeout=self.timeout) File "/usr/lib/python3.7/asyncio/tasks.py", line 423, in wait_for raise futures.TimeoutError() concurrent.futures._base.TimeoutError 2019-08-04 09:57:51,909 INFO torba.client.baseledger:134: lbc_mainnet: added BlockHeightEvent(height=611452, change=1) header blocks, final height 611452 2019-08-04 09:58:10,072 INFO torba.client.baseledger:134: lbc_mainnet: added BlockHeightEvent(height=611453, change=1) header blocks, final height 611453 2019-08-04 10:04:16,513 INFO torba.client.baseledger:134: lbc_mainnet: added BlockHeightEvent(height=611454, change=1) header blocks, final height 611454 ```
1.0
Can't load / timeouts while syncing transactions with large wallets - Was trying to sync a larger creator's wallet and ran into issues with sync either just stopping or timing out like below. This wallet had over 7K claims, and then was run through an update process on YouTube sync (fund command to split up utxos, all claims updated). Need to understand which part is causing the issues. Since then, I've restarted the SDK multiple times to resume the sync process, will let you know if it ends up completing. ``` 2019-08-04 09:57:24,800 INFO torba.client.baseledger:119: (lbc_mainnet) on_transaction: address=bDHSUL6EniGEbM6HFPVXaJNnfMExPSYnPm, height=580374, is_verified=True, tx.id=d66074daad6463451ce7dcbc30b2a525b8bed5a107581725cf8cd8e311b23a31 2019-08-04 09:57:24,808 INFO torba.client.baseledger:119: (lbc_mainnet) on_transaction: address=bDHSUL6EniGEbM6HFPVXaJNnfMExPSYnPm, height=580374, is_verified=True, tx.id=66efdd224e80a44d656f9b869164f0d13546ef3f2577f6dbd2c36afaf4f40c92 2019-08-04 09:57:24,822 INFO torba.client.baseledger:119: (lbc_mainnet) on_transaction: address=bDHSUL6EniGEbM6HFPVXaJNnfMExPSYnPm, height=580374, is_verified=True, tx.id=8477f7f11413df16a2b7406fcf1be7cdb45c2e776e7249f3e95364f23d4a329d 2019-08-04 09:57:24,833 INFO torba.client.baseledger:119: (lbc_mainnet) on_transaction: address=bDHSUL6EniGEbM6HFPVXaJNnfMExPSYnPm, height=580374, is_verified=True, tx.id=9b5cfc9cef80d7c65612e3f3131af0b3f784bf4565843518b2fa79e8d6e6d2b1 2019-08-04 09:57:24,856 INFO torba.client.baseledger:119: (lbc_mainnet) on_transaction: address=bDHSUL6EniGEbM6HFPVXaJNnfMExPSYnPm, height=580374, is_verified=True, tx.id=bae20e80be060c1a948c1c726f7d124fa25b726aad95e75617a12ab530d3bfab Task exception was never retrieved future: <Task finished coro=<BaseLedger.update_history() done, defined at /home/tom/lbry/torba/torba/client/baseledger.py:387> exception=TimeoutError()> Traceback (most recent call last): File "/home/tom/lbry/torba/torba/client/baseledger.py", line 410, in update_history tx = await task File "/home/tom/lbry/torba/torba/client/baseledger.py", line 472, in cache_transaction await self.maybe_verify_transaction(tx, remote_height) File "/home/tom/lbry/torba/torba/client/baseledger.py", line 490, in maybe_verify_transaction merkle = await self.network.get_merkle(tx.id, remote_height) File "/home/tom/lbry/torba/torba/client/basenetwork.py", line 31, in send_request return await asyncio.wait_for(super().send_request(method, args), timeout=self.timeout) File "/usr/lib/python3.7/asyncio/tasks.py", line 423, in wait_for raise futures.TimeoutError() concurrent.futures._base.TimeoutError 2019-08-04 09:57:51,909 INFO torba.client.baseledger:134: lbc_mainnet: added BlockHeightEvent(height=611452, change=1) header blocks, final height 611452 2019-08-04 09:58:10,072 INFO torba.client.baseledger:134: lbc_mainnet: added BlockHeightEvent(height=611453, change=1) header blocks, final height 611453 2019-08-04 10:04:16,513 INFO torba.client.baseledger:134: lbc_mainnet: added BlockHeightEvent(height=611454, change=1) header blocks, final height 611454 ```
priority
can t load timeouts while syncing transactions with large wallets was trying to sync a larger creator s wallet and ran into issues with sync either just stopping or timing out like below this wallet had over claims and then was run through an update process on youtube sync fund command to split up utxos all claims updated need to understand which part is causing the issues since then i ve restarted the sdk multiple times to resume the sync process will let you know if it ends up completing info torba client baseledger lbc mainnet on transaction address height is verified true tx id info torba client baseledger lbc mainnet on transaction address height is verified true tx id info torba client baseledger lbc mainnet on transaction address height is verified true tx id info torba client baseledger lbc mainnet on transaction address height is verified true tx id info torba client baseledger lbc mainnet on transaction address height is verified true tx id task exception was never retrieved future exception timeouterror traceback most recent call last file home tom lbry torba torba client baseledger py line in update history tx await task file home tom lbry torba torba client baseledger py line in cache transaction await self maybe verify transaction tx remote height file home tom lbry torba torba client baseledger py line in maybe verify transaction merkle await self network get merkle tx id remote height file home tom lbry torba torba client basenetwork py line in send request return await asyncio wait for super send request method args timeout self timeout file usr lib asyncio tasks py line in wait for raise futures timeouterror concurrent futures base timeouterror info torba client baseledger lbc mainnet added blockheightevent height change header blocks final height info torba client baseledger lbc mainnet added blockheightevent height change header blocks final height info torba client baseledger lbc mainnet added blockheightevent height change header blocks final height
1
339,488
10,255,322,322
IssuesEvent
2019-08-21 15:12:19
CLOSER-Cohorts/archivist
https://api.github.com/repos/CLOSER-Cohorts/archivist
closed
Export does not show Download latest for all instruments
Angular Exporter Medium priority bug
I added us4 from USoc XML importer in January. In the Actions in the export page it still shows Export (which doesn't do anything) rather that Download latest. I made a small update to the instrument on 16th Feb, to see if this would trigger the export of this, but Download latest is still not available.
1.0
Export does not show Download latest for all instruments - I added us4 from USoc XML importer in January. In the Actions in the export page it still shows Export (which doesn't do anything) rather that Download latest. I made a small update to the instrument on 16th Feb, to see if this would trigger the export of this, but Download latest is still not available.
priority
export does not show download latest for all instruments i added from usoc xml importer in january in the actions in the export page it still shows export which doesn t do anything rather that download latest i made a small update to the instrument on feb to see if this would trigger the export of this but download latest is still not available
1
45,550
2,934,983,301
IssuesEvent
2015-06-30 12:09:58
OmniLayer/spec
https://api.github.com/repos/OmniLayer/spec
closed
Crowdsale creation and close impact on txs within a block
bug complexity:low priority:medium
Does creating or closing a crowdsale affect a) all transactions within the same block, b) the transactions after the crowdsale transaction but within the same block or c) only those transactions in the next block and later? Say for example: ``` 1. Block 0, tx: 77: send from A to S => simple send 2. Block 2, tx: 23: send from B to S => simple send or purchase SP? 3. Block 2, tx: 27: S created a crowdsale 4. Block 2, tx: 29: send from C to S => simple send or purchase SP? 5. Block 5, tx: 45: send from D to S => purchase SP 6. Block 6, tx: 10: send from E to S => simple send or purchase SP? 7. Block 6, tx: 15: S closes the crowdsale 8. Block 6, tx: 19: send from F to S => simple send or purchase SP? 9. Block 7, tx: 41: send from G to S => simple send "tx: n" describes the position of the transaction within the block. ``` How are 2., 4. and 6. and 8. treated?
1.0
Crowdsale creation and close impact on txs within a block - Does creating or closing a crowdsale affect a) all transactions within the same block, b) the transactions after the crowdsale transaction but within the same block or c) only those transactions in the next block and later? Say for example: ``` 1. Block 0, tx: 77: send from A to S => simple send 2. Block 2, tx: 23: send from B to S => simple send or purchase SP? 3. Block 2, tx: 27: S created a crowdsale 4. Block 2, tx: 29: send from C to S => simple send or purchase SP? 5. Block 5, tx: 45: send from D to S => purchase SP 6. Block 6, tx: 10: send from E to S => simple send or purchase SP? 7. Block 6, tx: 15: S closes the crowdsale 8. Block 6, tx: 19: send from F to S => simple send or purchase SP? 9. Block 7, tx: 41: send from G to S => simple send "tx: n" describes the position of the transaction within the block. ``` How are 2., 4. and 6. and 8. treated?
priority
crowdsale creation and close impact on txs within a block does creating or closing a crowdsale affect a all transactions within the same block b the transactions after the crowdsale transaction but within the same block or c only those transactions in the next block and later say for example block tx send from a to s simple send block tx send from b to s simple send or purchase sp block tx s created a crowdsale block tx send from c to s simple send or purchase sp block tx send from d to s purchase sp block tx send from e to s simple send or purchase sp block tx s closes the crowdsale block tx send from f to s simple send or purchase sp block tx send from g to s simple send tx n describes the position of the transaction within the block how are and and treated
1
459,357
13,191,575,387
IssuesEvent
2020-08-13 12:23:03
enso-org/enso
https://api.github.com/repos/enso-org/enso
closed
Generate Code from Flexer
Category: Syntax Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement
### Summary Now that we know the intended format for the code generated by flexer, it is time to implement that generation itself. ### Value The flexer will be able to generate code from the DFA. ### Specification - [ ] Implement the required abstractions for generating the intended code from the flexer. - [ ] Implement the code generation. - [ ] Ensure that the geneted code is the same as the code written by hand for multiple test cases. ### Acceptance Criteria & Test Cases - `flexer` can now generate rust code corresponding to its internal DFA.
1.0
Generate Code from Flexer - ### Summary Now that we know the intended format for the code generated by flexer, it is time to implement that generation itself. ### Value The flexer will be able to generate code from the DFA. ### Specification - [ ] Implement the required abstractions for generating the intended code from the flexer. - [ ] Implement the code generation. - [ ] Ensure that the geneted code is the same as the code written by hand for multiple test cases. ### Acceptance Criteria & Test Cases - `flexer` can now generate rust code corresponding to its internal DFA.
priority
generate code from flexer summary now that we know the intended format for the code generated by flexer it is time to implement that generation itself value the flexer will be able to generate code from the dfa specification implement the required abstractions for generating the intended code from the flexer implement the code generation ensure that the geneted code is the same as the code written by hand for multiple test cases acceptance criteria test cases flexer can now generate rust code corresponding to its internal dfa
1
41,137
2,868,978,213
IssuesEvent
2015-06-05 22:20:13
dart-lang/pub
https://api.github.com/repos/dart-lang/pub
opened
Pub run should support passing in flags to vm
enhancement Priority-Medium
<a href="https://github.com/keertip"><img src="https://avatars.githubusercontent.com/u/2192312?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [keertip](https://github.com/keertip)** _Originally opened as dart-lang/sdk#19569_ ---- A typical invocation of the vm to run command line apps from DartEditor would look like dart --enable-checked-mode --debug:50677 --enable-vm-service:50678 --trace_service_pause_events --pause-isolates-on-start myapp.dart and any other that the user may specify DartEditor should be able to specify arguments to pass on to the vm when starting pub run from the editor.
1.0
Pub run should support passing in flags to vm - <a href="https://github.com/keertip"><img src="https://avatars.githubusercontent.com/u/2192312?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [keertip](https://github.com/keertip)** _Originally opened as dart-lang/sdk#19569_ ---- A typical invocation of the vm to run command line apps from DartEditor would look like dart --enable-checked-mode --debug:50677 --enable-vm-service:50678 --trace_service_pause_events --pause-isolates-on-start myapp.dart and any other that the user may specify DartEditor should be able to specify arguments to pass on to the vm when starting pub run from the editor.
priority
pub run should support passing in flags to vm issue by originally opened as dart lang sdk a typical invocation of the vm to run command line apps from darteditor would look like dart enable checked mode debug enable vm service trace service pause events pause isolates on start myapp dart and any other that the user may specify darteditor should be able to specify arguments to pass on to the vm when starting pub run from the editor
1
174,332
6,539,280,955
IssuesEvent
2017-09-01 10:25:52
edenlabllc/ehealth.api
https://api.github.com/repos/edenlabllc/ehealth.api
opened
EP: Create Request for Medication request
epic/medication_request kind/task priority/medium project/reimbursement
Create Request for Medication request entity WS according to requirements Requirements: [вимоги](https://docs.google.com/document/d/15qqew84E9PdDb0LS6mhCagOLqcnNa6wmxenR5kHrUPg/edit?usp=sharing) - [x] Create WS [spec](https://edenlab.atlassian.net/wiki/spaces/EH/pages/3380942/Create+Medication+Request+SP) - [ ] Implement - [ ] Deploy - [ ] Improve test scenarios
1.0
EP: Create Request for Medication request - Create Request for Medication request entity WS according to requirements Requirements: [вимоги](https://docs.google.com/document/d/15qqew84E9PdDb0LS6mhCagOLqcnNa6wmxenR5kHrUPg/edit?usp=sharing) - [x] Create WS [spec](https://edenlab.atlassian.net/wiki/spaces/EH/pages/3380942/Create+Medication+Request+SP) - [ ] Implement - [ ] Deploy - [ ] Improve test scenarios
priority
ep create request for medication request create request for medication request entity ws according to requirements requirements create ws implement deploy improve test scenarios
1
481,574
13,889,226,694
IssuesEvent
2020-10-19 07:35:27
dot-base/icd-10-api
https://api.github.com/repos/dot-base/icd-10-api
closed
ICD-10 API: score based ranking + filtering of matches
Priority: Medium Status: In Progress Type: Story
### 🚀 Describe the Improvement As a user, I'd like to have a convenient trade off between getting a narrow list of matches, but also getting a complete list of relevant results. Therefore the API should not only search for matches, but also perform a kind scoring, which can be used for ranking (and filtering) results. Example: A user enters the term "idiopathic parkinson syndrom". Only the combinations of "idiopathic AND parkinson" and "syndrom AND parkinson" should lead to relevant results. Nevertheless, the combination of "idiopathic AND syndrom" will also lead to a huge number of matches, that blur the overall result. Therefore, scoring of matches should take into account, if (combinations of) search terms seem to be too generic, to be considered as matches. ### ✔ Goals To complete this story, these things have to be done: - [x] implement scoring (based on fuse.js fuzzy score and custom scoring) - [x] implement custom score, considering if term is too generic - [x] rank results based on score - [x] filter results (e.g. based on threshold) if results seems to be too wide
1.0
ICD-10 API: score based ranking + filtering of matches - ### 🚀 Describe the Improvement As a user, I'd like to have a convenient trade off between getting a narrow list of matches, but also getting a complete list of relevant results. Therefore the API should not only search for matches, but also perform a kind scoring, which can be used for ranking (and filtering) results. Example: A user enters the term "idiopathic parkinson syndrom". Only the combinations of "idiopathic AND parkinson" and "syndrom AND parkinson" should lead to relevant results. Nevertheless, the combination of "idiopathic AND syndrom" will also lead to a huge number of matches, that blur the overall result. Therefore, scoring of matches should take into account, if (combinations of) search terms seem to be too generic, to be considered as matches. ### ✔ Goals To complete this story, these things have to be done: - [x] implement scoring (based on fuse.js fuzzy score and custom scoring) - [x] implement custom score, considering if term is too generic - [x] rank results based on score - [x] filter results (e.g. based on threshold) if results seems to be too wide
priority
icd api score based ranking filtering of matches 🚀 describe the improvement as a user i d like to have a convenient trade off between getting a narrow list of matches but also getting a complete list of relevant results therefore the api should not only search for matches but also perform a kind scoring which can be used for ranking and filtering results example a user enters the term idiopathic parkinson syndrom only the combinations of idiopathic and parkinson and syndrom and parkinson should lead to relevant results nevertheless the combination of idiopathic and syndrom will also lead to a huge number of matches that blur the overall result therefore scoring of matches should take into account if combinations of search terms seem to be too generic to be considered as matches ✔ goals to complete this story these things have to be done implement scoring based on fuse js fuzzy score and custom scoring implement custom score considering if term is too generic rank results based on score filter results e g based on threshold if results seems to be too wide
1
236,484
7,749,455,543
IssuesEvent
2018-05-30 11:33:00
minio/minio
https://api.github.com/repos/minio/minio
closed
PHP SDK bucket notification configuration accepted, but not applied.
priority: medium triage
## Expected Behaviour On successfully submitting the bucket notification policy, I should be able to perform an `mc events list` on said bucket and see the event. ## Current Behaviour Currently the SDK returns a 200 response code, but `mc events list` shows no events ## Possible Solution Either there is a problem with my PHP code or a problem with Minio, if it's my PHP code I wouldn't expect a 200 response. If it's minio I'd expect it to use the event. ## Steps to Reproduce (for bugs) ```php <?php require_once './vendor/autoload.php'; $bucketName = 'some-bucket'; $s3Client = new \Aws\S3\S3Client([ 'version' => 'latest', 'region' => 'us-east-1', 'endpoint' => 'https://localhost', 'use_path_style_endpoint' => true, 'credentials' => [ 'key' => 'testabc123', 'secret' => 'testabc123', ], 'http' => [ 'verify' => false, ], ]); $createResult = $s3Client->createBucket([ 'Bucket' => $bucketName, ]); // Set bucket event notifications $notificationResult = $s3Client->putBucketNotificationConfiguration([ 'Bucket' => $bucketName, 'NotificationConfiguration' => [ 'QueueConfiguration' => [ [ 'Id' => '1', 'QueueArn' => 'arn:minio:sqs::1:amqp', 'Events' => [ 's3:ObjectCreated:*', 's3:ObjectRemoved:*', 's3:ObjectAccessed:*', ], ], ], ], ]); var_dump($createResult); var_dump($notificationResult); ``` * Minio config.json ```json { "version": "23", "credential": { "accessKey": "testabc123", "secretKey": "testabc123" }, "region": "", "browser": "on", "domain": "", "storageclass": { "standard": "", "rrs": "" }, "cache": { "drives": [], "expiry": 90, "exclude": [] }, "notify": { "amqp": { "1": { "enable": true, "url": "amqp://admin:Password123@localhost:5672/e4e", "exchange": "minio", "routingKey": "minio.upload", "exchangeType": "fanout", "deliveryMode": 0, "mandatory": false, "immediate": false, "durable": true, "internal": false, "noWait": false, "autoDeleted": false } }, "elasticsearch": { "1": { "enable": false, "format": "", "url": "", "index": "" } }, "kafka": { "1": { "enable": false, "brokers": null, "topic": "" } }, "mqtt": { "1": { "enable": false, "broker": "", "topic": "", "qos": 0, "clientId": "", "username": "", "password": "", "reconnectInterval": 0, "keepAliveInterval": 0 } }, "mysql": { "1": { "enable": false, "format": "", "dsnString": "", "table": "", "host": "", "port": "", "user": "", "password": "", "database": "" } }, "nats": { "1": { "enable": false, "address": "", "subject": "", "username": "", "password": "", "token": "", "secure": false, "pingInterval": 0, "streaming": { "enable": false, "clusterID": "", "clientID": "", "async": false, "maxPubAcksInflight": 0 } } }, "postgresql": { "1": { "enable": false, "format": "", "connectionString": "", "table": "", "host": "", "port": "", "user": "", "password": "", "database": "" } }, "redis": { "1": { "enable": false, "format": "", "address": "", "password": "", "key": "" } }, "webhook": { "1": { "enable": false, "endpoint": "" } } } } ``` ## Context We are creating a micro-service API which sits between our users and Minio. The code above is used to setup notifications which we'll be using for file optimisation etc. ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio version`): ``` Version: 2018-04-27T23:33:52Z Release-Tag: RELEASE.2018-04-27T23-33-52Z Commit-ID: 9816264eed37016307ce4266338d817e073bbdc5 Running in erasure mode across 2 hosts, with 2 disks on each. ``` * Minio server startup output ``` Drive Capacity: 72 GiB Free, 75 GiB Total Status: 4 Online, 0 Offline. Endpoint: https://192.168.50.57 https://10.0.2.15 https://127.0.0.1 AccessKey: testabc123 SecretKey: testabc123 SQS ARNs: arn:minio:sqs::1:amqp Browser Access: https://192.168.50.57 https://10.0.2.15 https://127.0.0.1 Command-line Access: https://docs.minio.io/docs/minio-client-quickstart-guide $ mc config host add myminio https://192.168.50.57 testabc123 testabc123 Object API (Amazon S3 compatible): Go: https://docs.minio.io/docs/golang-client-quickstart-guide Java: https://docs.minio.io/docs/java-client-quickstart-guide Python: https://docs.minio.io/docs/python-client-quickstart-guide JavaScript: https://docs.minio.io/docs/javascript-client-quickstart-guide .NET: https://docs.minio.io/docs/dotnet-client-quickstart-guide ``` * Minio Client ``` Version: 2018-04-28T00:08:20Z Release-tag: RELEASE.2018-04-28T00-08-20Z Commit-id: 1b794a4ae1af46bdeb86fbdb7ba16bbd31366d83 ``` * Server type and version: ``` Linux / Centos 7 Linux 4.4.126-1.el7.elrepo.x86_64 #1 SMP Sat Mar 31 14:51:00 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux ``` * PHP & AWS ``` PHP 7.2 AWS SDK 3.54 ```
1.0
PHP SDK bucket notification configuration accepted, but not applied. - ## Expected Behaviour On successfully submitting the bucket notification policy, I should be able to perform an `mc events list` on said bucket and see the event. ## Current Behaviour Currently the SDK returns a 200 response code, but `mc events list` shows no events ## Possible Solution Either there is a problem with my PHP code or a problem with Minio, if it's my PHP code I wouldn't expect a 200 response. If it's minio I'd expect it to use the event. ## Steps to Reproduce (for bugs) ```php <?php require_once './vendor/autoload.php'; $bucketName = 'some-bucket'; $s3Client = new \Aws\S3\S3Client([ 'version' => 'latest', 'region' => 'us-east-1', 'endpoint' => 'https://localhost', 'use_path_style_endpoint' => true, 'credentials' => [ 'key' => 'testabc123', 'secret' => 'testabc123', ], 'http' => [ 'verify' => false, ], ]); $createResult = $s3Client->createBucket([ 'Bucket' => $bucketName, ]); // Set bucket event notifications $notificationResult = $s3Client->putBucketNotificationConfiguration([ 'Bucket' => $bucketName, 'NotificationConfiguration' => [ 'QueueConfiguration' => [ [ 'Id' => '1', 'QueueArn' => 'arn:minio:sqs::1:amqp', 'Events' => [ 's3:ObjectCreated:*', 's3:ObjectRemoved:*', 's3:ObjectAccessed:*', ], ], ], ], ]); var_dump($createResult); var_dump($notificationResult); ``` * Minio config.json ```json { "version": "23", "credential": { "accessKey": "testabc123", "secretKey": "testabc123" }, "region": "", "browser": "on", "domain": "", "storageclass": { "standard": "", "rrs": "" }, "cache": { "drives": [], "expiry": 90, "exclude": [] }, "notify": { "amqp": { "1": { "enable": true, "url": "amqp://admin:Password123@localhost:5672/e4e", "exchange": "minio", "routingKey": "minio.upload", "exchangeType": "fanout", "deliveryMode": 0, "mandatory": false, "immediate": false, "durable": true, "internal": false, "noWait": false, "autoDeleted": false } }, "elasticsearch": { "1": { "enable": false, "format": "", "url": "", "index": "" } }, "kafka": { "1": { "enable": false, "brokers": null, "topic": "" } }, "mqtt": { "1": { "enable": false, "broker": "", "topic": "", "qos": 0, "clientId": "", "username": "", "password": "", "reconnectInterval": 0, "keepAliveInterval": 0 } }, "mysql": { "1": { "enable": false, "format": "", "dsnString": "", "table": "", "host": "", "port": "", "user": "", "password": "", "database": "" } }, "nats": { "1": { "enable": false, "address": "", "subject": "", "username": "", "password": "", "token": "", "secure": false, "pingInterval": 0, "streaming": { "enable": false, "clusterID": "", "clientID": "", "async": false, "maxPubAcksInflight": 0 } } }, "postgresql": { "1": { "enable": false, "format": "", "connectionString": "", "table": "", "host": "", "port": "", "user": "", "password": "", "database": "" } }, "redis": { "1": { "enable": false, "format": "", "address": "", "password": "", "key": "" } }, "webhook": { "1": { "enable": false, "endpoint": "" } } } } ``` ## Context We are creating a micro-service API which sits between our users and Minio. The code above is used to setup notifications which we'll be using for file optimisation etc. ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio version`): ``` Version: 2018-04-27T23:33:52Z Release-Tag: RELEASE.2018-04-27T23-33-52Z Commit-ID: 9816264eed37016307ce4266338d817e073bbdc5 Running in erasure mode across 2 hosts, with 2 disks on each. ``` * Minio server startup output ``` Drive Capacity: 72 GiB Free, 75 GiB Total Status: 4 Online, 0 Offline. Endpoint: https://192.168.50.57 https://10.0.2.15 https://127.0.0.1 AccessKey: testabc123 SecretKey: testabc123 SQS ARNs: arn:minio:sqs::1:amqp Browser Access: https://192.168.50.57 https://10.0.2.15 https://127.0.0.1 Command-line Access: https://docs.minio.io/docs/minio-client-quickstart-guide $ mc config host add myminio https://192.168.50.57 testabc123 testabc123 Object API (Amazon S3 compatible): Go: https://docs.minio.io/docs/golang-client-quickstart-guide Java: https://docs.minio.io/docs/java-client-quickstart-guide Python: https://docs.minio.io/docs/python-client-quickstart-guide JavaScript: https://docs.minio.io/docs/javascript-client-quickstart-guide .NET: https://docs.minio.io/docs/dotnet-client-quickstart-guide ``` * Minio Client ``` Version: 2018-04-28T00:08:20Z Release-tag: RELEASE.2018-04-28T00-08-20Z Commit-id: 1b794a4ae1af46bdeb86fbdb7ba16bbd31366d83 ``` * Server type and version: ``` Linux / Centos 7 Linux 4.4.126-1.el7.elrepo.x86_64 #1 SMP Sat Mar 31 14:51:00 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux ``` * PHP & AWS ``` PHP 7.2 AWS SDK 3.54 ```
priority
php sdk bucket notification configuration accepted but not applied expected behaviour on successfully submitting the bucket notification policy i should be able to perform an mc events list on said bucket and see the event current behaviour currently the sdk returns a response code but mc events list shows no events possible solution either there is a problem with my php code or a problem with minio if it s my php code i wouldn t expect a response if it s minio i d expect it to use the event steps to reproduce for bugs php php require once vendor autoload php bucketname some bucket new aws version latest region us east endpoint use path style endpoint true credentials key secret http verify false createresult createbucket bucket bucketname set bucket event notifications notificationresult putbucketnotificationconfiguration bucket bucketname notificationconfiguration queueconfiguration id queuearn arn minio sqs amqp events objectcreated objectremoved objectaccessed var dump createresult var dump notificationresult minio config json json version credential accesskey secretkey region browser on domain storageclass standard rrs cache drives expiry exclude notify amqp enable true url amqp admin localhost exchange minio routingkey minio upload exchangetype fanout deliverymode mandatory false immediate false durable true internal false nowait false autodeleted false elasticsearch enable false format url index kafka enable false brokers null topic mqtt enable false broker topic qos clientid username password reconnectinterval keepaliveinterval mysql enable false format dsnstring table host port user password database nats enable false address subject username password token secure false pinginterval streaming enable false clusterid clientid async false maxpubacksinflight postgresql enable false format connectionstring table host port user password database redis enable false format address password key webhook enable false endpoint context we are creating a micro service api which sits between our users and minio the code above is used to setup notifications which we ll be using for file optimisation etc your environment version used minio version version release tag release commit id running in erasure mode across hosts with disks on each minio server startup output drive capacity gib free gib total status online offline endpoint accesskey secretkey sqs arns arn minio sqs amqp browser access command line access mc config host add myminio object api amazon compatible go java python javascript net minio client version release tag release commit id server type and version linux centos linux elrepo smp sat mar edt gnu linux php aws php aws sdk
1
206,117
7,108,811,335
IssuesEvent
2018-01-17 02:10:15
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio] Update create site API to make username/password for remote git optional
enhancement priority: medium
Please update create site API to make username/password for remote git repository optional per updated spec: http://docs.craftercms.org/en/3.0/developers/projects/studio/api/site/create-site.html
1.0
[studio] Update create site API to make username/password for remote git optional - Please update create site API to make username/password for remote git repository optional per updated spec: http://docs.craftercms.org/en/3.0/developers/projects/studio/api/site/create-site.html
priority
update create site api to make username password for remote git optional please update create site api to make username password for remote git repository optional per updated spec
1
261,571
8,237,482,814
IssuesEvent
2018-09-10 03:16:12
elm-street-technology/elevate-ui
https://api.github.com/repos/elm-street-technology/elevate-ui
closed
Add ErrorBoundaries to Components
➡️ Priority: Medium 🔥 Enhancement
This will help any broken UI elements from breaking the entire application. https://reactjs.org/docs/error-boundaries.html
1.0
Add ErrorBoundaries to Components - This will help any broken UI elements from breaking the entire application. https://reactjs.org/docs/error-boundaries.html
priority
add errorboundaries to components this will help any broken ui elements from breaking the entire application
1
640,875
20,811,083,718
IssuesEvent
2022-03-18 02:48:03
khalidsaadat/soen341
https://api.github.com/repos/khalidsaadat/soen341
opened
[USER STORY] As a normal user, I can modify my baby registry so that I can update or delete the product.
user story 3 pts Medium Priority Low Risk
### Acceptance Test: 1. User has the ability to click on "update" buttons. 2. Once clicked, the can update the item and that item would be updated in database. 3. User has the ability to click on the "delete" button. 4. Once clicked, the item is delete from the registry and from the database.
1.0
[USER STORY] As a normal user, I can modify my baby registry so that I can update or delete the product. - ### Acceptance Test: 1. User has the ability to click on "update" buttons. 2. Once clicked, the can update the item and that item would be updated in database. 3. User has the ability to click on the "delete" button. 4. Once clicked, the item is delete from the registry and from the database.
priority
as a normal user i can modify my baby registry so that i can update or delete the product acceptance test user has the ability to click on update buttons once clicked the can update the item and that item would be updated in database user has the ability to click on the delete button once clicked the item is delete from the registry and from the database
1
73,168
3,408,673,713
IssuesEvent
2015-12-04 11:58:52
grafeo/grafeo
https://api.github.com/repos/grafeo/grafeo
opened
Criar o módulo BIA
feature request medical priority: medium ui
O BIA é um software para análise de imagens cerebrais, tais como: - Segmentação - Registro - Interpolação - Alinhamento de Fatias Ela utiliza o IFT como algoritmo de segmentação. O Grafeo pode então ter um módulo para o código fonte do BIA utilizar diretamente os outros módulos e exibir graficamente o resultado.
1.0
Criar o módulo BIA - O BIA é um software para análise de imagens cerebrais, tais como: - Segmentação - Registro - Interpolação - Alinhamento de Fatias Ela utiliza o IFT como algoritmo de segmentação. O Grafeo pode então ter um módulo para o código fonte do BIA utilizar diretamente os outros módulos e exibir graficamente o resultado.
priority
criar o módulo bia o bia é um software para análise de imagens cerebrais tais como segmentação registro interpolação alinhamento de fatias ela utiliza o ift como algoritmo de segmentação o grafeo pode então ter um módulo para o código fonte do bia utilizar diretamente os outros módulos e exibir graficamente o resultado
1
271,376
8,483,275,371
IssuesEvent
2018-10-25 21:03:09
LessWrong2/Lesswrong2
https://api.github.com/repos/LessWrong2/Lesswrong2
closed
LaTeX editor height and style
2. Medium Priority (Easy) LaTeX
The LaTeX editor in draft-js gets `<textarea>` styles applied to it, which it shouldn't.
1.0
LaTeX editor height and style - The LaTeX editor in draft-js gets `<textarea>` styles applied to it, which it shouldn't.
priority
latex editor height and style the latex editor in draft js gets styles applied to it which it shouldn t
1
444,091
12,806,206,140
IssuesEvent
2020-07-03 09:00:59
enso-org/ide
https://api.github.com/repos/enso-org/ide
closed
Cursor should blink only when it's idle
Category: BaseGL API Category: IDE Change: Non-Breaking Difficulty: Beginner Priority: Medium Status: Help Wanted Type: Bug Type: Enhancement
### General Summary Cursor should stop blinking when we interact with text editor so we can keep track of its position. ### Steps to Reproduce Focus text editor and hold space. ### Expected Result Cursor should only blink when it's idle. It should be visible when we are typing or navigating ### Actual Result Cursor keeps blinking. If we hold space, we lose track of it. ### Enso Version core : 2.0.0-alpha.0 build : 6d3fe64 electron : 8.1.1 chrome : 80.0.3987.141
1.0
Cursor should blink only when it's idle - ### General Summary Cursor should stop blinking when we interact with text editor so we can keep track of its position. ### Steps to Reproduce Focus text editor and hold space. ### Expected Result Cursor should only blink when it's idle. It should be visible when we are typing or navigating ### Actual Result Cursor keeps blinking. If we hold space, we lose track of it. ### Enso Version core : 2.0.0-alpha.0 build : 6d3fe64 electron : 8.1.1 chrome : 80.0.3987.141
priority
cursor should blink only when it s idle general summary cursor should stop blinking when we interact with text editor so we can keep track of its position steps to reproduce focus text editor and hold space expected result cursor should only blink when it s idle it should be visible when we are typing or navigating actual result cursor keeps blinking if we hold space we lose track of it enso version core alpha build electron chrome
1
793,557
28,001,750,215
IssuesEvent
2023-03-27 12:29:43
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
Polymorph and Seduction duration in PvP
PvP Confirmed Class - Mage Class - Warlock Battlegrounds Priority-Medium
Original issue: https://github.com/chromiecraft/chromiecraft/issues/4258 ### What client do you play on? enUS ### Faction Horde ### Content Phase: 60 ### Current Behaviour Polymorph lasting 10 seconds in pvp - tested in arathi basin, on my local server ### Expected Blizzlike Behaviour It should last 8 seconds ### Source https://wowwiki-archive.fandom.com/wiki/Diminishing_returns https://www.wowhead.com/guide/diminishing-returns-in-pvp-6024 ### Steps to reproduce the problem 1. Join a battleground 2. Have an enemy Mage use Polymorph on you 3. Check duration ### Extra Notes Seduction's Succubus has the same behaviour ### AC rev. hash/commit 3b5ceb43636a 2022-12-25 ### Operating system Ubuntu 20.04 - Windows 10 x64 ### Modules - [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) - [mod-bg-item-reward](https://github.com/azerothcore/mod-bg-item-reward) - [mod-cfbg](https://github.com/azerothcore/mod-cfbg) - [mod-chat-transmitter](https://github.com/azerothcore/mod-chat-transmitter) - [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp) - [mod-cta-switch](https://github.com/azerothcore/mod-cta-switch) - [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) - [mod-dmf-switch](https://github.com/azerothcore/mod-dmf-switch) - [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) - [mod-eluna](https://github.com/azerothcore/mod-eluna) - [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) - [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) - [mod-low-level-rbg](https://github.com/azerothcore/mod-low-level-rbg) - [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) - [mod-progression-system](https://github.com/azerothcore/mod-progression-system) - [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) - [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) - [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) - [mod-rdf-expansion](https://github.com/azerothcore/mod-rdf-expansion) - [mod-transmog](https://github.com/azerothcore/mod-transmog) - [mod-weekend-xp](https://github.com/azerothcore/mod-weekend-xp) - [mod-instanced-worldbosses](https://github.com/nyeriah/mod-instanced-worldbosses) - [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy) - [lua-exchange-npc](https://github.com/55Honey/Acore_ExchangeNpc) - [lua-custom-worldboss](https://github.com/55Honey/Acore_CustomWorldboss) - [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward) - [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend) - [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) - [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements) - [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck) - [lua-zone-debuff](https://github.com/55Honey/Acore_ZoneDebuff) ### Customizations None ### Server ChromieCraft
1.0
Polymorph and Seduction duration in PvP - Original issue: https://github.com/chromiecraft/chromiecraft/issues/4258 ### What client do you play on? enUS ### Faction Horde ### Content Phase: 60 ### Current Behaviour Polymorph lasting 10 seconds in pvp - tested in arathi basin, on my local server ### Expected Blizzlike Behaviour It should last 8 seconds ### Source https://wowwiki-archive.fandom.com/wiki/Diminishing_returns https://www.wowhead.com/guide/diminishing-returns-in-pvp-6024 ### Steps to reproduce the problem 1. Join a battleground 2. Have an enemy Mage use Polymorph on you 3. Check duration ### Extra Notes Seduction's Succubus has the same behaviour ### AC rev. hash/commit 3b5ceb43636a 2022-12-25 ### Operating system Ubuntu 20.04 - Windows 10 x64 ### Modules - [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) - [mod-bg-item-reward](https://github.com/azerothcore/mod-bg-item-reward) - [mod-cfbg](https://github.com/azerothcore/mod-cfbg) - [mod-chat-transmitter](https://github.com/azerothcore/mod-chat-transmitter) - [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp) - [mod-cta-switch](https://github.com/azerothcore/mod-cta-switch) - [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) - [mod-dmf-switch](https://github.com/azerothcore/mod-dmf-switch) - [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) - [mod-eluna](https://github.com/azerothcore/mod-eluna) - [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) - [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) - [mod-low-level-rbg](https://github.com/azerothcore/mod-low-level-rbg) - [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) - [mod-progression-system](https://github.com/azerothcore/mod-progression-system) - [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) - [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) - [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) - [mod-rdf-expansion](https://github.com/azerothcore/mod-rdf-expansion) - [mod-transmog](https://github.com/azerothcore/mod-transmog) - [mod-weekend-xp](https://github.com/azerothcore/mod-weekend-xp) - [mod-instanced-worldbosses](https://github.com/nyeriah/mod-instanced-worldbosses) - [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy) - [lua-exchange-npc](https://github.com/55Honey/Acore_ExchangeNpc) - [lua-custom-worldboss](https://github.com/55Honey/Acore_CustomWorldboss) - [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward) - [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend) - [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) - [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements) - [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck) - [lua-zone-debuff](https://github.com/55Honey/Acore_ZoneDebuff) ### Customizations None ### Server ChromieCraft
priority
polymorph and seduction duration in pvp original issue what client do you play on enus faction horde content phase current behaviour polymorph lasting seconds in pvp tested in arathi basin on my local server expected blizzlike behaviour it should last seconds source steps to reproduce the problem join a battleground have an enemy mage use polymorph on you check duration extra notes seduction s succubus has the same behaviour ac rev hash commit operating system ubuntu windows modules customizations none server chromiecraft
1
351,940
10,525,703,561
IssuesEvent
2019-09-30 15:33:42
forceworkbench/forceworkbench
https://api.github.com/repos/forceworkbench/forceworkbench
closed
Show better error when using WSDL outside allowed version range
Component-Login Priority-Medium Scheduled-Backlog enhancement imported
_Original author: ryan.bra...@gmail.com (August 02, 2011 05:06:07)_ php[2372] PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'soapclient/sforce.70.partner.wsdl' in D:\app\workbench\code\www\soapclient\SforceBaseClient.php on line 121 31748 _Original issue: http://code.google.com/p/forceworkbench/issues/detail?id=509_
1.0
Show better error when using WSDL outside allowed version range - _Original author: ryan.bra...@gmail.com (August 02, 2011 05:06:07)_ php[2372] PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'soapclient/sforce.70.partner.wsdl' in D:\app\workbench\code\www\soapclient\SforceBaseClient.php on line 121 31748 _Original issue: http://code.google.com/p/forceworkbench/issues/detail?id=509_
priority
show better error when using wsdl outside allowed version range original author ryan bra gmail com august php php fatal error soap error parsing wsdl couldn t load from soapclient sforce partner wsdl in d app workbench code www soapclient sforcebaseclient php on line original issue
1
617,910
19,409,854,324
IssuesEvent
2021-12-20 08:19:09
merico-dev/lake
https://api.github.com/repos/merico-dev/lake
closed
Make configure: not loading for hezheng
bug priority: medium
<img width="1303" alt="Screen Shot 2021-11-30 at 3 25 58 PM" src="https://user-images.githubusercontent.com/3011407/144114291-ad282a48-1c8c-48ff-89a6-d028802e495f.png"> This is because of this line: ``` upstream devlake { server ${DEVLAKE_ENDPOINT} fail_timeout=5s max_fails=5; } server { listen 80; server_name localhost; location / { root /usr/share/nginx/html; index index.html; try_files $uri /index.html; } location /api/ { rewrite /api/(.*) /$1 break; proxy_pass http://devlake; } location /grafana { rewrite /grafana(.*)$ ${GRAFANA_ENDPOINT}$1; } } ``` I think GRAFANA_ENDPOINT and DEVLAKE_ENDPOINT are not being set when running `make configure` in isolation
1.0
Make configure: not loading for hezheng - <img width="1303" alt="Screen Shot 2021-11-30 at 3 25 58 PM" src="https://user-images.githubusercontent.com/3011407/144114291-ad282a48-1c8c-48ff-89a6-d028802e495f.png"> This is because of this line: ``` upstream devlake { server ${DEVLAKE_ENDPOINT} fail_timeout=5s max_fails=5; } server { listen 80; server_name localhost; location / { root /usr/share/nginx/html; index index.html; try_files $uri /index.html; } location /api/ { rewrite /api/(.*) /$1 break; proxy_pass http://devlake; } location /grafana { rewrite /grafana(.*)$ ${GRAFANA_ENDPOINT}$1; } } ``` I think GRAFANA_ENDPOINT and DEVLAKE_ENDPOINT are not being set when running `make configure` in isolation
priority
make configure not loading for hezheng img width alt screen shot at pm src this is because of this line upstream devlake server devlake endpoint fail timeout max fails server listen server name localhost location root usr share nginx html index index html try files uri index html location api rewrite api break proxy pass location grafana rewrite grafana grafana endpoint i think grafana endpoint and devlake endpoint are not being set when running make configure in isolation
1
459
2,497,109,877
IssuesEvent
2015-01-07 01:24:09
leonbloy/pngj
https://api.github.com/repos/leonbloy/pngj
closed
Use of BufferedInputStream in FileHelper.openFileForReading
bug imported Priority-Medium wontfix
_From [zelonew...@gmail.com](https://code.google.com/u/101905780739883099390/) on January 16, 2013 23:27:31_ In FileHelper.openFileForReading, a FileInputStream is wrapped by a BufferedInputStream. I found that taking the BufferedInputStream off and returning a FileInputStream directly had no change in performance, and reduced memory footprint a small amount due to the internal buffered in the BufferedInputStream. I'm wondering if this wrapper is necessary? _Original issue: http://code.google.com/p/pngj/issues/detail?id=23_
1.0
Use of BufferedInputStream in FileHelper.openFileForReading - _From [zelonew...@gmail.com](https://code.google.com/u/101905780739883099390/) on January 16, 2013 23:27:31_ In FileHelper.openFileForReading, a FileInputStream is wrapped by a BufferedInputStream. I found that taking the BufferedInputStream off and returning a FileInputStream directly had no change in performance, and reduced memory footprint a small amount due to the internal buffered in the BufferedInputStream. I'm wondering if this wrapper is necessary? _Original issue: http://code.google.com/p/pngj/issues/detail?id=23_
priority
use of bufferedinputstream in filehelper openfileforreading from on january in filehelper openfileforreading a fileinputstream is wrapped by a bufferedinputstream i found that taking the bufferedinputstream off and returning a fileinputstream directly had no change in performance and reduced memory footprint a small amount due to the internal buffered in the bufferedinputstream i m wondering if this wrapper is necessary original issue
1
632,278
20,189,422,244
IssuesEvent
2022-02-11 03:04:45
dolson334/banterCustomer
https://api.github.com/repos/dolson334/banterCustomer
closed
unable to delete charges
Priority:Medium Type:Bug Found in Ver:1.14 Status:Closed
deleting a charge with the garbage reported an error message and did not remove the charge. The error message was 'There was an error removing your charge'. Also can the charge amount be edited?
1.0
unable to delete charges - deleting a charge with the garbage reported an error message and did not remove the charge. The error message was 'There was an error removing your charge'. Also can the charge amount be edited?
priority
unable to delete charges deleting a charge with the garbage reported an error message and did not remove the charge the error message was there was an error removing your charge also can the charge amount be edited
1
370,401
10,931,529,544
IssuesEvent
2019-11-23 10:55:56
djog/djog_unos_2019
https://api.github.com/repos/djog/djog_unos_2019
opened
Create new bullet
good first issue medium priority
Currently, the machine gun nests shoot shells, which isn't realistic of course. We need new bullets. Create a enum class named bullet_type, add `shell`, `bullet` and `tracer` in there and rename the `Shell` class to `Shootables` or something, maybe @Joshua260403 knows a term. Modify that class so that it has a variable which holds it's type and it has a custom texture for all the bullet types. Another option, although less efficient, is to create a new class named `Bullet` and copy almost all the code from the shell class but with another texture.
1.0
Create new bullet - Currently, the machine gun nests shoot shells, which isn't realistic of course. We need new bullets. Create a enum class named bullet_type, add `shell`, `bullet` and `tracer` in there and rename the `Shell` class to `Shootables` or something, maybe @Joshua260403 knows a term. Modify that class so that it has a variable which holds it's type and it has a custom texture for all the bullet types. Another option, although less efficient, is to create a new class named `Bullet` and copy almost all the code from the shell class but with another texture.
priority
create new bullet currently the machine gun nests shoot shells which isn t realistic of course we need new bullets create a enum class named bullet type add shell bullet and tracer in there and rename the shell class to shootables or something maybe knows a term modify that class so that it has a variable which holds it s type and it has a custom texture for all the bullet types another option although less efficient is to create a new class named bullet and copy almost all the code from the shell class but with another texture
1
43,522
2,889,833,080
IssuesEvent
2015-06-13 20:09:09
damonkohler/sl4a
https://api.github.com/repos/damonkohler/sl4a
opened
API prompt for launch() should present a list of applications to launch
auto-migrated Priority-Medium Type-Enhancement
_From @GoogleCodeExporter on May 31, 2015 11:26_ ``` It should be easy enough to use the same code from the ApplicationManagerFacade to do this. ``` Original issue reported on code.google.com by `damonkoh...@gmail.com` on 30 Apr 2010 at 8:34 _Copied from original issue: damonkohler/android-scripting#318_
1.0
API prompt for launch() should present a list of applications to launch - _From @GoogleCodeExporter on May 31, 2015 11:26_ ``` It should be easy enough to use the same code from the ApplicationManagerFacade to do this. ``` Original issue reported on code.google.com by `damonkoh...@gmail.com` on 30 Apr 2010 at 8:34 _Copied from original issue: damonkohler/android-scripting#318_
priority
api prompt for launch should present a list of applications to launch from googlecodeexporter on may it should be easy enough to use the same code from the applicationmanagerfacade to do this original issue reported on code google com by damonkoh gmail com on apr at copied from original issue damonkohler android scripting
1
809,396
30,190,734,869
IssuesEvent
2023-07-04 15:10:41
inlang/inlang
https://api.github.com/repos/inlang/inlang
closed
Show recent projects in editor launcher
type: feature effort: medium scope: editor priority: medium
## Description Show the user's latest projects by storing the metadata of the repos in local storage. **Benefits:** - fewer steps for users to get back to work (no need to open GitHub to copy the link/search for the link) - inlang editor feels more like a full app without a login ### Design - same as "Projects that use inlang" - placed between Input and "Projects that use inlang" - show two rows maximum ### Technical - save changes in local storage - automatically provide the required data (owner, repository, description)
1.0
Show recent projects in editor launcher - ## Description Show the user's latest projects by storing the metadata of the repos in local storage. **Benefits:** - fewer steps for users to get back to work (no need to open GitHub to copy the link/search for the link) - inlang editor feels more like a full app without a login ### Design - same as "Projects that use inlang" - placed between Input and "Projects that use inlang" - show two rows maximum ### Technical - save changes in local storage - automatically provide the required data (owner, repository, description)
priority
show recent projects in editor launcher description show the user s latest projects by storing the metadata of the repos in local storage benefits fewer steps for users to get back to work no need to open github to copy the link search for the link inlang editor feels more like a full app without a login design same as projects that use inlang placed between input and projects that use inlang show two rows maximum technical save changes in local storage automatically provide the required data owner repository description
1
416,615
12,149,425,770
IssuesEvent
2020-04-24 16:07:54
ChainSafe/chainbridge-solidity
https://api.github.com/repos/ChainSafe/chainbridge-solidity
closed
Internal audit
Priority: 3 - Medium
Similar to ChainBridge, we should take a step back and do a brief audit of our work so far. We should look at: - cleanup tasks (unused code, duplicated code, outdated comments) - structure/contract layout - over-engineering of components (things were easier than anticipated, perhaps) - etc. This should result in documented summary of the findings, from which we can then extract any necessary tasks to be completed. (Here's what I came up with for ChainBridge: https://github.com/ChainSafe/ChainBridge/issues/305#issuecomment-612628358)
1.0
Internal audit - Similar to ChainBridge, we should take a step back and do a brief audit of our work so far. We should look at: - cleanup tasks (unused code, duplicated code, outdated comments) - structure/contract layout - over-engineering of components (things were easier than anticipated, perhaps) - etc. This should result in documented summary of the findings, from which we can then extract any necessary tasks to be completed. (Here's what I came up with for ChainBridge: https://github.com/ChainSafe/ChainBridge/issues/305#issuecomment-612628358)
priority
internal audit similar to chainbridge we should take a step back and do a brief audit of our work so far we should look at cleanup tasks unused code duplicated code outdated comments structure contract layout over engineering of components things were easier than anticipated perhaps etc this should result in documented summary of the findings from which we can then extract any necessary tasks to be completed here s what i came up with for chainbridge
1
278,623
8,648,293,667
IssuesEvent
2018-11-26 16:14:53
uriweb/uri-modern
https://api.github.com/repos/uriweb/uri-modern
closed
Display Posts with images don't wrap well on mobile
bug medium priority
## Issue Type <!-- Put an X between the brackets of one or more items below: --> [X] Bug [] New Feature [] Enhancement ## Description Display Posts needs some media queries to fix image widths and text wrapping at different screen sizes. Right now, things either get cut off, or text gets very narrow. Not ideal.
1.0
Display Posts with images don't wrap well on mobile - ## Issue Type <!-- Put an X between the brackets of one or more items below: --> [X] Bug [] New Feature [] Enhancement ## Description Display Posts needs some media queries to fix image widths and text wrapping at different screen sizes. Right now, things either get cut off, or text gets very narrow. Not ideal.
priority
display posts with images don t wrap well on mobile issue type bug new feature enhancement description display posts needs some media queries to fix image widths and text wrapping at different screen sizes right now things either get cut off or text gets very narrow not ideal
1
504,130
14,613,437,273
IssuesEvent
2020-12-22 08:14:10
SAP/ownid-web-ui-sdk
https://api.github.com/repos/SAP/ownid-web-ui-sdk
closed
Review "ownid" prefix for CSS styles
Priority: Medium Type: Enhancement
We got bugreport from UniversalID: BUGREPORT: Could you namespace the `@keyframes spin {` style when injecting into our page? (it is destroying one of our animations.) We have "ownid" prefix for CSS styles. Let's review and fix where we missed it.
1.0
Review "ownid" prefix for CSS styles - We got bugreport from UniversalID: BUGREPORT: Could you namespace the `@keyframes spin {` style when injecting into our page? (it is destroying one of our animations.) We have "ownid" prefix for CSS styles. Let's review and fix where we missed it.
priority
review ownid prefix for css styles we got bugreport from universalid bugreport could you namespace the keyframes spin style when injecting into our page it is destroying one of our animations we have ownid prefix for css styles let s review and fix where we missed it
1
437,619
12,600,218,448
IssuesEvent
2020-06-11 07:44:58
seung-lab/neuroglancer
https://api.github.com/repos/seung-lab/neuroglancer
closed
Deletion of in progress annotation should not be possible
Priority: Medium Realm: SeungLab Type: Bug
https://github.com/seung-lab/neuroglancer/pull/377#pullrequestreview-312666440 > * [ ] Ctrl+Alt+Rightclick can be used to delete annotation parts, which breaks Neuroglancer when doing it with an in-progress annotation. This issue already exists in the master branch, when deleting the starting point of a two step annotation before placing the second point. Can deal with it later. Introduced by https://github.com/google/neuroglancer/pull/109 Any deleted in progress annotation (2 or more steps, will break neuroglancer) This can be fixed using the isPending function
1.0
Deletion of in progress annotation should not be possible - https://github.com/seung-lab/neuroglancer/pull/377#pullrequestreview-312666440 > * [ ] Ctrl+Alt+Rightclick can be used to delete annotation parts, which breaks Neuroglancer when doing it with an in-progress annotation. This issue already exists in the master branch, when deleting the starting point of a two step annotation before placing the second point. Can deal with it later. Introduced by https://github.com/google/neuroglancer/pull/109 Any deleted in progress annotation (2 or more steps, will break neuroglancer) This can be fixed using the isPending function
priority
deletion of in progress annotation should not be possible ctrl alt rightclick can be used to delete annotation parts which breaks neuroglancer when doing it with an in progress annotation this issue already exists in the master branch when deleting the starting point of a two step annotation before placing the second point can deal with it later introduced by any deleted in progress annotation or more steps will break neuroglancer this can be fixed using the ispending function
1
598,107
18,236,628,237
IssuesEvent
2021-10-01 07:49:14
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
[Class ability] [Druid] Feral Charge (Cat) not correctly scripted
Class-Druid Priority-Medium Confirmed ChromieCraft Generic
Original report: https://github.com/chromiecraft/chromiecraft/issues/1642 ### What client do you play on? enUS ### Faction - [X] Alliance - [X] Horde ### Content Phase: - [x] Generic - [ ] 1-19 - [ ] 20-29 - [ ] 30-39 - [ ] 40-49 - [ ] 50-59 ### Current Behaviour There are several issues: - Positioning - Dazing POSITIONING: When performing Feral Charge - Cat we jump over the enemy, right at the spot where it is, without any particular direction. Sometimes we get to be behind it, sometimes facing him, sometimes facing somewhere else. This is a very confusing and problematic error. When enemies are in movement the effect happens but is not so obvious, since we move towards the spot the enemy was occupying a second ago and we get to be behind them. However, when we jump on a stationary enemy, we don't get ourselves BEHIND him. Test done on Target Dummy Before using Feral Charge and After using Feral Charge from the front: ![ 2021-09-06 at 10 39 10](https://user-images.githubusercontent.com/77953030/132180067-0cce806b-f6e8-4a78-9695-fc384bf51cdc.png) ![ 2021-09-06 at 10 39 18](https://user-images.githubusercontent.com/77953030/132180169-738d6417-d0e6-41a9-ac79-2948f3d9a8f6.png) Before using Feral Charge and After using Feral Charge from the side: ![ 2021-09-06 at 10 52 04](https://user-images.githubusercontent.com/77953030/132180513-7dad2863-1c94-4f2b-bde3-48eab1bab07a.png) ![ 2021-09-06 at 10 52 07](https://user-images.githubusercontent.com/77953030/132180536-18fe7476-0c33-40da-a445-5f5bf6965f89.png) Before using Feral Charge and After using Feral Charge from behind: ![ 2021-09-06 at 10 53 29](https://user-images.githubusercontent.com/77953030/132180707-2f5fc705-51c1-4e7d-b3dd-ed9bb18d625e.png) ![ 2021-09-06 at 10 53 33](https://user-images.githubusercontent.com/77953030/132180735-abe771f6-80f2-49ad-80ae-4be9c1eb2e26.png) ![ 2021-09-06 at 11 25 19](https://user-images.githubusercontent.com/77953030/132185359-10741b9d-5a37-4dce-8fcd-f76f3928aa6b.png) ![ 2021-09-06 at 11 25 30](https://user-images.githubusercontent.com/77953030/132185368-cd4f863b-c597-4013-8f4d-d71627241ac8.png) DAZING: **After** using Charge and landing on an enemy, it should get [dazed](https://wotlk.evowow.com/?spell=50259) and its speed reduced to 50% for 3 seconds. This is currently not working properly, as the debuff is applied the moment we USE the skill and not when we reach the mob, losing a big % of the Daze while we are still on the air. ### Expected Blizzlike Behaviour Using Feral Charge - Cat should happen in the following way: 1 - jump from the distance 2- land behind target 3- daze target for 3 seconds (apply snare 50% speed) 4 - keep our character right BEHIND the enemy (either if it is moving or not) and facing his back, ready to shred or whatever, and NEVER right on top of it or facing it. Using Feral Charge - Bear should make us move towards the enemy, immobilizing and interrupting but not placing us behind it. ### Source https://wotlkdb.com/?spell=49376 CHARGE: https://wotlk.evowow.com/?spell=49376 DAZE: https://wotlk.evowow.com/?spell=50259 you can see plenty of kitty jumps on this video to see how it should be working: https://www.youtube.com/watch?v=OwTaLBTSd3M https://www.youtube.com/watch?v=0rMqXH0A1I8 Charge (Bear): https://wotlk.evowow.com/?spell=49377 ### Steps to reproduce the problem 1 - Get a druid to at least lvl 20 2 - Learn Feral Charge - Cat (id 49376) 3 - Use Feral Charge - Cat on some enemy or Target dummy ### Extra Notes Triager notes; Tested with duel, indeed, got the same issue as you: Daze effect starts immidiately, when stationary I get in front of target always, when moving it appears to be getting behind the target. ### AC rev. hash/commit https://github.com/chromiecraft/azerothcore-wotlk/commit/595bb6adccbabc714469f3935541978283b8bdfb ### Operating system Ubuntu 20.04 ### Modules - [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) - [mod-cfbg](https://github.com/azerothcore/mod-cfbg) - [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp) - [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) - [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) - [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine) - [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) - [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) - [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) - [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) - [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) - [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) - [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown) - [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy) - [lua-custom-corldboss](https://github.com/55Honey/Acore_CustomWorldboss) - [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward) - [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend) - [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) - [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements) - [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck) ### Customizations None ### Server ChromieCraft
1.0
[Class ability] [Druid] Feral Charge (Cat) not correctly scripted - Original report: https://github.com/chromiecraft/chromiecraft/issues/1642 ### What client do you play on? enUS ### Faction - [X] Alliance - [X] Horde ### Content Phase: - [x] Generic - [ ] 1-19 - [ ] 20-29 - [ ] 30-39 - [ ] 40-49 - [ ] 50-59 ### Current Behaviour There are several issues: - Positioning - Dazing POSITIONING: When performing Feral Charge - Cat we jump over the enemy, right at the spot where it is, without any particular direction. Sometimes we get to be behind it, sometimes facing him, sometimes facing somewhere else. This is a very confusing and problematic error. When enemies are in movement the effect happens but is not so obvious, since we move towards the spot the enemy was occupying a second ago and we get to be behind them. However, when we jump on a stationary enemy, we don't get ourselves BEHIND him. Test done on Target Dummy Before using Feral Charge and After using Feral Charge from the front: ![ 2021-09-06 at 10 39 10](https://user-images.githubusercontent.com/77953030/132180067-0cce806b-f6e8-4a78-9695-fc384bf51cdc.png) ![ 2021-09-06 at 10 39 18](https://user-images.githubusercontent.com/77953030/132180169-738d6417-d0e6-41a9-ac79-2948f3d9a8f6.png) Before using Feral Charge and After using Feral Charge from the side: ![ 2021-09-06 at 10 52 04](https://user-images.githubusercontent.com/77953030/132180513-7dad2863-1c94-4f2b-bde3-48eab1bab07a.png) ![ 2021-09-06 at 10 52 07](https://user-images.githubusercontent.com/77953030/132180536-18fe7476-0c33-40da-a445-5f5bf6965f89.png) Before using Feral Charge and After using Feral Charge from behind: ![ 2021-09-06 at 10 53 29](https://user-images.githubusercontent.com/77953030/132180707-2f5fc705-51c1-4e7d-b3dd-ed9bb18d625e.png) ![ 2021-09-06 at 10 53 33](https://user-images.githubusercontent.com/77953030/132180735-abe771f6-80f2-49ad-80ae-4be9c1eb2e26.png) ![ 2021-09-06 at 11 25 19](https://user-images.githubusercontent.com/77953030/132185359-10741b9d-5a37-4dce-8fcd-f76f3928aa6b.png) ![ 2021-09-06 at 11 25 30](https://user-images.githubusercontent.com/77953030/132185368-cd4f863b-c597-4013-8f4d-d71627241ac8.png) DAZING: **After** using Charge and landing on an enemy, it should get [dazed](https://wotlk.evowow.com/?spell=50259) and its speed reduced to 50% for 3 seconds. This is currently not working properly, as the debuff is applied the moment we USE the skill and not when we reach the mob, losing a big % of the Daze while we are still on the air. ### Expected Blizzlike Behaviour Using Feral Charge - Cat should happen in the following way: 1 - jump from the distance 2- land behind target 3- daze target for 3 seconds (apply snare 50% speed) 4 - keep our character right BEHIND the enemy (either if it is moving or not) and facing his back, ready to shred or whatever, and NEVER right on top of it or facing it. Using Feral Charge - Bear should make us move towards the enemy, immobilizing and interrupting but not placing us behind it. ### Source https://wotlkdb.com/?spell=49376 CHARGE: https://wotlk.evowow.com/?spell=49376 DAZE: https://wotlk.evowow.com/?spell=50259 you can see plenty of kitty jumps on this video to see how it should be working: https://www.youtube.com/watch?v=OwTaLBTSd3M https://www.youtube.com/watch?v=0rMqXH0A1I8 Charge (Bear): https://wotlk.evowow.com/?spell=49377 ### Steps to reproduce the problem 1 - Get a druid to at least lvl 20 2 - Learn Feral Charge - Cat (id 49376) 3 - Use Feral Charge - Cat on some enemy or Target dummy ### Extra Notes Triager notes; Tested with duel, indeed, got the same issue as you: Daze effect starts immidiately, when stationary I get in front of target always, when moving it appears to be getting behind the target. ### AC rev. hash/commit https://github.com/chromiecraft/azerothcore-wotlk/commit/595bb6adccbabc714469f3935541978283b8bdfb ### Operating system Ubuntu 20.04 ### Modules - [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) - [mod-cfbg](https://github.com/azerothcore/mod-cfbg) - [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp) - [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) - [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) - [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine) - [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) - [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) - [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) - [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) - [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) - [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) - [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown) - [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy) - [lua-custom-corldboss](https://github.com/55Honey/Acore_CustomWorldboss) - [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward) - [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend) - [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) - [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements) - [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck) ### Customizations None ### Server ChromieCraft
priority
feral charge cat not correctly scripted original report what client do you play on enus faction alliance horde content phase generic current behaviour there are several issues positioning dazing positioning when performing feral charge cat we jump over the enemy right at the spot where it is without any particular direction sometimes we get to be behind it sometimes facing him sometimes facing somewhere else this is a very confusing and problematic error when enemies are in movement the effect happens but is not so obvious since we move towards the spot the enemy was occupying a second ago and we get to be behind them however when we jump on a stationary enemy we don t get ourselves behind him test done on target dummy before using feral charge and after using feral charge from the front before using feral charge and after using feral charge from the side before using feral charge and after using feral charge from behind dazing after using charge and landing on an enemy it should get and its speed reduced to for seconds this is currently not working properly as the debuff is applied the moment we use the skill and not when we reach the mob losing a big of the daze while we are still on the air expected blizzlike behaviour using feral charge cat should happen in the following way jump from the distance land behind target daze target for seconds apply snare speed keep our character right behind the enemy either if it is moving or not and facing his back ready to shred or whatever and never right on top of it or facing it using feral charge bear should make us move towards the enemy immobilizing and interrupting but not placing us behind it source charge daze you can see plenty of kitty jumps on this video to see how it should be working charge bear steps to reproduce the problem get a druid to at least lvl learn feral charge cat id use feral charge cat on some enemy or target dummy extra notes triager notes tested with duel indeed got the same issue as you daze effect starts immidiately when stationary i get in front of target always when moving it appears to be getting behind the target ac rev hash commit operating system ubuntu modules customizations none server chromiecraft
1
538,012
15,760,342,849
IssuesEvent
2021-03-31 08:52:44
canonical-web-and-design/ubuntu.com
https://api.github.com/repos/canonical-web-and-design/ubuntu.com
closed
Mention of 14.04 LTS on ubuntu advantage page is probably outdated
Priority: Medium Review: PdM needed
Hello, I noticed some surprising text on the ubuntu advantage main page: "Initially, free subscription is available for Ubuntu 14.04 LTS only" 14.04 is now in ESM stage and not free. Probably this sentence can be deleted. Thanks --- *Reported from: https://ubuntu.com/advantage*
1.0
Mention of 14.04 LTS on ubuntu advantage page is probably outdated - Hello, I noticed some surprising text on the ubuntu advantage main page: "Initially, free subscription is available for Ubuntu 14.04 LTS only" 14.04 is now in ESM stage and not free. Probably this sentence can be deleted. Thanks --- *Reported from: https://ubuntu.com/advantage*
priority
mention of lts on ubuntu advantage page is probably outdated hello i noticed some surprising text on the ubuntu advantage main page initially free subscription is available for ubuntu lts only is now in esm stage and not free probably this sentence can be deleted thanks reported from
1
49,063
3,001,741,185
IssuesEvent
2015-07-24 13:29:18
andresriancho/w3af
https://api.github.com/repos/andresriancho/w3af
closed
Encoding issues with mitmproxy
bug priority:medium
Mariano Orsili reported me a bug over email: "Datos" after a talk we had about mitmproxy/spiderman bug yielding an encoding error when browsing some sites. I asked him to capture the HTTP traffic and received the pcaps over email. Can't publish them online
1.0
Encoding issues with mitmproxy - Mariano Orsili reported me a bug over email: "Datos" after a talk we had about mitmproxy/spiderman bug yielding an encoding error when browsing some sites. I asked him to capture the HTTP traffic and received the pcaps over email. Can't publish them online
priority
encoding issues with mitmproxy mariano orsili reported me a bug over email datos after a talk we had about mitmproxy spiderman bug yielding an encoding error when browsing some sites i asked him to capture the http traffic and received the pcaps over email can t publish them online
1
13,832
2,610,305,143
IssuesEvent
2015-02-26 19:38:08
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Add a "save demo" button on the Round Statistics screen
auto-migrated Priority-Medium Type-Enhancement
``` Would be nice to be able to save a demo of the last game by clicking a button below the health graph. This way you could more easily keep a record of the games that are worth keeping. See this issue: http://code.google.com/p/hedgewars/issues/detail?id=264 ``` ----- Original issue reported on code.google.com by `gramm...@gmail.com` on 25 Aug 2011 at 2:52 * Merged into: #264
1.0
Add a "save demo" button on the Round Statistics screen - ``` Would be nice to be able to save a demo of the last game by clicking a button below the health graph. This way you could more easily keep a record of the games that are worth keeping. See this issue: http://code.google.com/p/hedgewars/issues/detail?id=264 ``` ----- Original issue reported on code.google.com by `gramm...@gmail.com` on 25 Aug 2011 at 2:52 * Merged into: #264
priority
add a save demo button on the round statistics screen would be nice to be able to save a demo of the last game by clicking a button below the health graph this way you could more easily keep a record of the games that are worth keeping see this issue original issue reported on code google com by gramm gmail com on aug at merged into
1
619,951
19,540,653,095
IssuesEvent
2021-12-31 21:15:42
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Migrate deeds into registrars
Priority: Medium Category: Gameplay
This will allow property to be specified in laws and other selectors.
1.0
Migrate deeds into registrars - This will allow property to be specified in laws and other selectors.
priority
migrate deeds into registrars this will allow property to be specified in laws and other selectors
1
647,829
21,156,775,584
IssuesEvent
2022-04-07 04:47:15
AY2122S2-CS2103T-T12-4/tp
https://api.github.com/repos/AY2122S2-CS2103T-T12-4/tp
closed
[PE-D] Duplicate tasks
priority.Medium
Are duplicate tasks allowed in the application? I am able to enter duplicate tasks (same name & same time) Perhaps the team can clarify in the User Guide ![image.png](https://raw.githubusercontent.com/waffledood/ped/main/files/bfeeb7bf-7213-4580-97ac-3b0d0b1b2c40.png) <!--session: 1648792874626-9f3767a9-6a10-44f5-bc61-bc6b62ea7cef--> <!--Version: Web v3.4.2--> ------------- Labels: `severity.Medium` `type.DocumentationBug` original: waffledood/ped#9
1.0
[PE-D] Duplicate tasks - Are duplicate tasks allowed in the application? I am able to enter duplicate tasks (same name & same time) Perhaps the team can clarify in the User Guide ![image.png](https://raw.githubusercontent.com/waffledood/ped/main/files/bfeeb7bf-7213-4580-97ac-3b0d0b1b2c40.png) <!--session: 1648792874626-9f3767a9-6a10-44f5-bc61-bc6b62ea7cef--> <!--Version: Web v3.4.2--> ------------- Labels: `severity.Medium` `type.DocumentationBug` original: waffledood/ped#9
priority
duplicate tasks are duplicate tasks allowed in the application i am able to enter duplicate tasks same name same time perhaps the team can clarify in the user guide labels severity medium type documentationbug original waffledood ped
1
305,478
9,369,978,014
IssuesEvent
2019-04-03 12:29:27
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
opened
Typo is appeals_controller
bug-medium-priority caseflow-queue
Sentry alert: https://sentry.ds.va.gov/department-of-veterans-affairs/caseflow/issues/4433/. This alert caught a typo in the appeals_controller. The code should probably be: `Caseflow::Error::ActionForbiddenError`.
1.0
Typo is appeals_controller - Sentry alert: https://sentry.ds.va.gov/department-of-veterans-affairs/caseflow/issues/4433/. This alert caught a typo in the appeals_controller. The code should probably be: `Caseflow::Error::ActionForbiddenError`.
priority
typo is appeals controller sentry alert this alert caught a typo in the appeals controller the code should probably be caseflow error actionforbiddenerror
1
411,128
12,014,845,008
IssuesEvent
2020-04-10 12:34:52
HE-Arc/marc-down
https://api.github.com/repos/HE-Arc/marc-down
closed
Editing rights shouldn't allow for permissions update
category: backend category: bug priority: medium
Only the owner of a note should have the rights to modify the parameters `public`, `read_only`, and the `sharers` list.
1.0
Editing rights shouldn't allow for permissions update - Only the owner of a note should have the rights to modify the parameters `public`, `read_only`, and the `sharers` list.
priority
editing rights shouldn t allow for permissions update only the owner of a note should have the rights to modify the parameters public read only and the sharers list
1
57,203
3,081,248,160
IssuesEvent
2015-08-22 14:39:07
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
[LUA] Get the amount of flags a Nexus flag represents
020 enhancement imported Priority-Medium
_From [corteocarl](https://code.google.com/u/corteocarl/) on April 22, 2014 22:37:21_ What new feature or enhancement would you like to request? A getNexusFlagNumber() function to get the amount of flags a Nexus flag represents. Returns nil if the flag is returned to the Nexus, or simply doesn't exist anymore. _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=426_
1.0
[LUA] Get the amount of flags a Nexus flag represents - _From [corteocarl](https://code.google.com/u/corteocarl/) on April 22, 2014 22:37:21_ What new feature or enhancement would you like to request? A getNexusFlagNumber() function to get the amount of flags a Nexus flag represents. Returns nil if the flag is returned to the Nexus, or simply doesn't exist anymore. _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=426_
priority
get the amount of flags a nexus flag represents from on april what new feature or enhancement would you like to request a getnexusflagnumber function to get the amount of flags a nexus flag represents returns nil if the flag is returned to the nexus or simply doesn t exist anymore original issue
1
561,172
16,612,435,179
IssuesEvent
2021-06-02 13:09:33
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
Send Message button doesn't get disabled after first click in Group Private Messages.
bug priority: medium
**Describe the bug** In Group Messages, when the user tries to send a message to one or multiple members of that group, send button doesn't get disabled when the user clicks it, sometime it takes time to show the success message so that the user might click it multiple times, which causes the multiple emails to fire. **To Reproduce** Steps to reproduce the behavior: 1. Create two test member profiles with working email ids and create a test group, assign that group to both the members. 2. Login with one of the members. 3. Go to that group you created and get assigned. 4. Click on "Send Messages" ( Make sure the messages are allowed for all group members if you are trying as a group member ) 5. Click on the "Send Private Message" tab 6. Try to send messages to other member profile you created. Click on "Send Message" multiple times until it shows success message. 7. Check the second user email, you will get multiple emails for the same message. **Expected behavior** The "Send Message" button should be disabled right after the first click. **Screenshots** https://www.loom.com/share/2c2fa17102904e5a9e6dc2783a5b51af?fbclid=IwAR2kTlIXtx-8XQT0zLDNGrPDpUufVb08asVC0qF9lzsbX7HWuv6V52rd1FU
1.0
Send Message button doesn't get disabled after first click in Group Private Messages. - **Describe the bug** In Group Messages, when the user tries to send a message to one or multiple members of that group, send button doesn't get disabled when the user clicks it, sometime it takes time to show the success message so that the user might click it multiple times, which causes the multiple emails to fire. **To Reproduce** Steps to reproduce the behavior: 1. Create two test member profiles with working email ids and create a test group, assign that group to both the members. 2. Login with one of the members. 3. Go to that group you created and get assigned. 4. Click on "Send Messages" ( Make sure the messages are allowed for all group members if you are trying as a group member ) 5. Click on the "Send Private Message" tab 6. Try to send messages to other member profile you created. Click on "Send Message" multiple times until it shows success message. 7. Check the second user email, you will get multiple emails for the same message. **Expected behavior** The "Send Message" button should be disabled right after the first click. **Screenshots** https://www.loom.com/share/2c2fa17102904e5a9e6dc2783a5b51af?fbclid=IwAR2kTlIXtx-8XQT0zLDNGrPDpUufVb08asVC0qF9lzsbX7HWuv6V52rd1FU
priority
send message button doesn t get disabled after first click in group private messages describe the bug in group messages when the user tries to send a message to one or multiple members of that group send button doesn t get disabled when the user clicks it sometime it takes time to show the success message so that the user might click it multiple times which causes the multiple emails to fire to reproduce steps to reproduce the behavior create two test member profiles with working email ids and create a test group assign that group to both the members login with one of the members go to that group you created and get assigned click on send messages make sure the messages are allowed for all group members if you are trying as a group member click on the send private message tab try to send messages to other member profile you created click on send message multiple times until it shows success message check the second user email you will get multiple emails for the same message expected behavior the send message button should be disabled right after the first click screenshots
1
393,269
11,612,745,525
IssuesEvent
2020-02-26 09:31:45
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Chat system feedback
Priority: Medium Status: Fixed
**Visuals** ![image](https://user-images.githubusercontent.com/3536496/68986912-1895f580-07d9-11ea-9ffd-4ca293192d3d.png) - [x] Icons have a lot less detail than other icons in the game, bell especially. - [x] Chunky side bar is too obtrusive, and looks scaled-up compared to the panels below it. I think we should remove the side panel and just make the two buttons dock to the side of the window. ![image](https://user-images.githubusercontent.com/3536496/68987001-d7eaac00-07d9-11ea-9e6a-9c1f5a008207.png) - [x] When folding out, it doesnt look like its running as smooth as it should, not changing every frame. Can you verify its moving every frame? Also, use a lerptype of some kind like quad-out to give a better feel. - [x] The icons are way bigger than they should be in this window, they are blown out and pixely. The text could be smaller too. Compare to the size of the text below in the property panel. Icons should be half the dimensions. Text size of date should be same or smaller as that of the message. Messages should be 50% wider and 50% less tall. I should be able to see probably 6 messages at once. - [x] When closing a message, it should rapidly fade out and the ones below it move up (with lerp quad out or some such as always) - [x] Notifications text at top is in contact with its frame. - [x] Scroll bar wasn't visible. - [ ] Messages could use a nicer frame than a plain rectangle - [x] Delete All button has uneven margins (left and right are wider than top and bottom). Text is contacting its frame. - [x] When clicking between the work and notifications tabs, sometimes it would pop instead of expand. ![image](https://user-images.githubusercontent.com/3536496/68987066-d53c8680-07da-11ea-8e52-7d07726a09c6.png) - [x] Need better masking, a frame that contains it better ^ - [x] When a new notification arrives, it should show only that new notification. Currently it's showing the whole list. It doesnt need to show the panel with the 'notifications' header, just the new mail can appear for a moment. **Content** This will be ongoing as we tune the messaging of the game and fix it up. ![image](https://user-images.githubusercontent.com/3536496/68987025-4d567c80-07da-11ea-8e73-496f2dad07d7.png) - [x] Notifications of elections are happening twice. - [x] Delete All button wasnt working ![image](https://user-images.githubusercontent.com/3536496/68987098-32d0d300-07db-11ea-842b-47c51330d316.png) - [x] Completed election didnt give me a message. - [x] When someone buys or sells at my store it should notify me **Chat topbar** ![image](https://user-images.githubusercontent.com/3536496/68987161-f5207a00-07db-11ea-848f-8599e19616d1.png) - [x] Lines intersecting messages ![image](https://user-images.githubusercontent.com/3536496/68987167-05d0f000-07dc-11ea-9c58-e2436e09cdfb.png) - [x] This large black rectangle should never be visible when the cursor isnt visible, it's only to be clicked to move the notification on or off screen ![image](https://user-images.githubusercontent.com/3536496/68987212-8132a180-07dc-11ea-952f-aea3da81d086.png) - [x] Make the notifications panel go down more. I could only see 1 and a half notifications. I should see 4-5 lines of text. Also, reduce the empty space between messages, theres a lot there, make them pretty compact. ![image](https://user-images.githubusercontent.com/3536496/68987202-5a746b00-07dc-11ea-9ccf-75d89993c34a.png) - [x] This panel looks janky. Sprites have non-uniform scaling, border on message types looks bad
1.0
Chat system feedback - **Visuals** ![image](https://user-images.githubusercontent.com/3536496/68986912-1895f580-07d9-11ea-9ffd-4ca293192d3d.png) - [x] Icons have a lot less detail than other icons in the game, bell especially. - [x] Chunky side bar is too obtrusive, and looks scaled-up compared to the panels below it. I think we should remove the side panel and just make the two buttons dock to the side of the window. ![image](https://user-images.githubusercontent.com/3536496/68987001-d7eaac00-07d9-11ea-9e6a-9c1f5a008207.png) - [x] When folding out, it doesnt look like its running as smooth as it should, not changing every frame. Can you verify its moving every frame? Also, use a lerptype of some kind like quad-out to give a better feel. - [x] The icons are way bigger than they should be in this window, they are blown out and pixely. The text could be smaller too. Compare to the size of the text below in the property panel. Icons should be half the dimensions. Text size of date should be same or smaller as that of the message. Messages should be 50% wider and 50% less tall. I should be able to see probably 6 messages at once. - [x] When closing a message, it should rapidly fade out and the ones below it move up (with lerp quad out or some such as always) - [x] Notifications text at top is in contact with its frame. - [x] Scroll bar wasn't visible. - [ ] Messages could use a nicer frame than a plain rectangle - [x] Delete All button has uneven margins (left and right are wider than top and bottom). Text is contacting its frame. - [x] When clicking between the work and notifications tabs, sometimes it would pop instead of expand. ![image](https://user-images.githubusercontent.com/3536496/68987066-d53c8680-07da-11ea-8e52-7d07726a09c6.png) - [x] Need better masking, a frame that contains it better ^ - [x] When a new notification arrives, it should show only that new notification. Currently it's showing the whole list. It doesnt need to show the panel with the 'notifications' header, just the new mail can appear for a moment. **Content** This will be ongoing as we tune the messaging of the game and fix it up. ![image](https://user-images.githubusercontent.com/3536496/68987025-4d567c80-07da-11ea-8e73-496f2dad07d7.png) - [x] Notifications of elections are happening twice. - [x] Delete All button wasnt working ![image](https://user-images.githubusercontent.com/3536496/68987098-32d0d300-07db-11ea-842b-47c51330d316.png) - [x] Completed election didnt give me a message. - [x] When someone buys or sells at my store it should notify me **Chat topbar** ![image](https://user-images.githubusercontent.com/3536496/68987161-f5207a00-07db-11ea-848f-8599e19616d1.png) - [x] Lines intersecting messages ![image](https://user-images.githubusercontent.com/3536496/68987167-05d0f000-07dc-11ea-9c58-e2436e09cdfb.png) - [x] This large black rectangle should never be visible when the cursor isnt visible, it's only to be clicked to move the notification on or off screen ![image](https://user-images.githubusercontent.com/3536496/68987212-8132a180-07dc-11ea-952f-aea3da81d086.png) - [x] Make the notifications panel go down more. I could only see 1 and a half notifications. I should see 4-5 lines of text. Also, reduce the empty space between messages, theres a lot there, make them pretty compact. ![image](https://user-images.githubusercontent.com/3536496/68987202-5a746b00-07dc-11ea-9ccf-75d89993c34a.png) - [x] This panel looks janky. Sprites have non-uniform scaling, border on message types looks bad
priority
chat system feedback visuals icons have a lot less detail than other icons in the game bell especially chunky side bar is too obtrusive and looks scaled up compared to the panels below it i think we should remove the side panel and just make the two buttons dock to the side of the window when folding out it doesnt look like its running as smooth as it should not changing every frame can you verify its moving every frame also use a lerptype of some kind like quad out to give a better feel the icons are way bigger than they should be in this window they are blown out and pixely the text could be smaller too compare to the size of the text below in the property panel icons should be half the dimensions text size of date should be same or smaller as that of the message messages should be wider and less tall i should be able to see probably messages at once when closing a message it should rapidly fade out and the ones below it move up with lerp quad out or some such as always notifications text at top is in contact with its frame scroll bar wasn t visible messages could use a nicer frame than a plain rectangle delete all button has uneven margins left and right are wider than top and bottom text is contacting its frame when clicking between the work and notifications tabs sometimes it would pop instead of expand need better masking a frame that contains it better when a new notification arrives it should show only that new notification currently it s showing the whole list it doesnt need to show the panel with the notifications header just the new mail can appear for a moment content this will be ongoing as we tune the messaging of the game and fix it up notifications of elections are happening twice delete all button wasnt working completed election didnt give me a message when someone buys or sells at my store it should notify me chat topbar lines intersecting messages this large black rectangle should never be visible when the cursor isnt visible it s only to be clicked to move the notification on or off screen make the notifications panel go down more i could only see and a half notifications i should see lines of text also reduce the empty space between messages theres a lot there make them pretty compact this panel looks janky sprites have non uniform scaling border on message types looks bad
1
655,456
21,691,411,794
IssuesEvent
2022-05-09 15:41:08
apluslms/a-plus
https://api.github.com/repos/apluslms/a-plus
closed
Opportunity to choose which rounds are used in calculating the grade (extra rounds can replace normal rounds)
type: feature priority: medium area: grading interface requester: Aalto teacher area: points/grade area: end-of-course
Issue collected from Aalto teachers in spring 2020, https://wiki.aalto.fi/display/EDIT/Teacher+needs+spring+2020 Currently, A+ does not have a feature for computing the grade for exercises (except there is one limited and hidden feature for just that). Some courses use a JavaScript-based grade calculator that only shows the estimated grade for exercises in the student's UI. In Y1, studetns have the opportunity to do extra rounds if the normal rounds are missed e.g. because of sickleave. The course includes 9 rounds, and the student can replace normal rounds with extra rounds with certain rules. Counting the grades will be included at Aalto level in the SAM process in Salesforce. Is this feature needed in A+ or in Salesforce, and is this needed for the teacher or for the student?
1.0
Opportunity to choose which rounds are used in calculating the grade (extra rounds can replace normal rounds) - Issue collected from Aalto teachers in spring 2020, https://wiki.aalto.fi/display/EDIT/Teacher+needs+spring+2020 Currently, A+ does not have a feature for computing the grade for exercises (except there is one limited and hidden feature for just that). Some courses use a JavaScript-based grade calculator that only shows the estimated grade for exercises in the student's UI. In Y1, studetns have the opportunity to do extra rounds if the normal rounds are missed e.g. because of sickleave. The course includes 9 rounds, and the student can replace normal rounds with extra rounds with certain rules. Counting the grades will be included at Aalto level in the SAM process in Salesforce. Is this feature needed in A+ or in Salesforce, and is this needed for the teacher or for the student?
priority
opportunity to choose which rounds are used in calculating the grade extra rounds can replace normal rounds issue collected from aalto teachers in spring currently a does not have a feature for computing the grade for exercises except there is one limited and hidden feature for just that some courses use a javascript based grade calculator that only shows the estimated grade for exercises in the student s ui in studetns have the opportunity to do extra rounds if the normal rounds are missed e g because of sickleave the course includes rounds and the student can replace normal rounds with extra rounds with certain rules counting the grades will be included at aalto level in the sam process in salesforce is this feature needed in a or in salesforce and is this needed for the teacher or for the student
1
356,444
10,593,162,484
IssuesEvent
2019-10-09 14:24:17
flextype/flextype
https://api.github.com/repos/flextype/flextype
closed
Flextype Admin Panel: Individual icons for entries
priority: medium type: feature
We should have individual icons for all entries. 1. Add ability to specify icons for entries 2. Entry should have default icon <img width="1392" alt="Screenshot 2019-10-05 at 18 15 46" src="https://user-images.githubusercontent.com/477114/66274006-ad284200-e882-11e9-9593-e2ade00170e3.png">
1.0
Flextype Admin Panel: Individual icons for entries - We should have individual icons for all entries. 1. Add ability to specify icons for entries 2. Entry should have default icon <img width="1392" alt="Screenshot 2019-10-05 at 18 15 46" src="https://user-images.githubusercontent.com/477114/66274006-ad284200-e882-11e9-9593-e2ade00170e3.png">
priority
flextype admin panel individual icons for entries we should have individual icons for all entries add ability to specify icons for entries entry should have default icon img width alt screenshot at src
1
602,549
18,472,502,231
IssuesEvent
2021-10-18 00:06:42
formium/formik
https://api.github.com/repos/formium/formik
closed
How to show an additional error message when validation fails on submit
Type: Enhancement Priority: Medium stale Resolution: Workaround
## ❓Question I need to show an additional error message if validation fails on submit. This error message should not be displayed if validation fails on change/ on blur. Looks like there is no way to tell if the validation errors happen on submit since the validate function is called on change, blur and submit. The validation that happens on change/blur can be disabled so that I know the errors happen on submit but I need the validation to happen on change and blur as well. Here is what I did: ``` <Formik validate={values => { const errors = {}; if(!values.reason){ errors.reason = 'This is required'; } return errors; }} > {{errors, status, setStatus, validateForm} => ( <Form> {status && <div>There was a problem submitting the form</div>} <Field type="text" name="reason"/> <ErrorMessage name="reason" /> <button type"submit" onClick={() => { validateForm().then(errors => { if(Object.keys(errors).length > 0){ setStatus('error'); } }); }}> Submit </button> </Form> )} </Formik> ``` This works but the validate function is run twice when the submit button is clicked. Is there a better way to do this?
1.0
How to show an additional error message when validation fails on submit - ## ❓Question I need to show an additional error message if validation fails on submit. This error message should not be displayed if validation fails on change/ on blur. Looks like there is no way to tell if the validation errors happen on submit since the validate function is called on change, blur and submit. The validation that happens on change/blur can be disabled so that I know the errors happen on submit but I need the validation to happen on change and blur as well. Here is what I did: ``` <Formik validate={values => { const errors = {}; if(!values.reason){ errors.reason = 'This is required'; } return errors; }} > {{errors, status, setStatus, validateForm} => ( <Form> {status && <div>There was a problem submitting the form</div>} <Field type="text" name="reason"/> <ErrorMessage name="reason" /> <button type"submit" onClick={() => { validateForm().then(errors => { if(Object.keys(errors).length > 0){ setStatus('error'); } }); }}> Submit </button> </Form> )} </Formik> ``` This works but the validate function is run twice when the submit button is clicked. Is there a better way to do this?
priority
how to show an additional error message when validation fails on submit ❓question i need to show an additional error message if validation fails on submit this error message should not be displayed if validation fails on change on blur looks like there is no way to tell if the validation errors happen on submit since the validate function is called on change blur and submit the validation that happens on change blur can be disabled so that i know the errors happen on submit but i need the validation to happen on change and blur as well here is what i did formik validate values const errors if values reason errors reason this is required return errors errors status setstatus validateform status there was a problem submitting the form validateform then errors if object keys errors length setstatus error submit this works but the validate function is run twice when the submit button is clicked is there a better way to do this
1
386,141
11,432,698,022
IssuesEvent
2020-02-04 14:30:59
ooni/explorer
https://api.github.com/repos/ooni/explorer
opened
Display count statistics in OONI Explorer
funder/otf20 priority/medium
This came from ooni/backend#234 Publish them in Explorer as statistic search pages.
1.0
Display count statistics in OONI Explorer - This came from ooni/backend#234 Publish them in Explorer as statistic search pages.
priority
display count statistics in ooni explorer this came from ooni backend publish them in explorer as statistic search pages
1