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 855 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 13 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 240k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
628,431 | 19,986,047,291 | IssuesEvent | 2022-01-30 17:23:30 | xHENAI/Mononoke | https://api.github.com/repos/xHENAI/Mononoke | closed | Make Sidebar Navigation | enhancement high priority | With or without sidebar?
Shows different for users logged in and not.
Controls layout of page. | 1.0 | Make Sidebar Navigation - With or without sidebar?
Shows different for users logged in and not.
Controls layout of page. | priority | make sidebar navigation with or without sidebar shows different for users logged in and not controls layout of page | 1 |
810,295 | 30,235,179,610 | IssuesEvent | 2023-07-06 09:43:11 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Building with `CONFIG_PICOLIBC` is broken on Windows due to use of `/dev/null` | bug priority: high area: picolibc area: Windows Support | See below:
```
C:\Users\carles\src\zephyr\zephyr>west build -b nrf52840dk_nrf52840 samples\hello_world -- -DCONFIG_PICOLIBC=y
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: C:/Users/carles/src/zephyr/zephyr/samples/hello_world
-- CMake version: 3.24.1
-- Found Python3: C:/Python310/python.exe (found suitable exact version "3.10.5") found components: Interpreter
-- Cache files will be written to: C:/Users/carles/src/zephyr/zephyr/.cache
-- Zephyr version: 3.4.99 (C:/Users/carles/src/zephyr/zephyr)
-- Found west (found suitable version "1.0.0", minimum required is "0.14.0")
-- Board: nrf52840dk_nrf52840
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.16.1 (C:/Users/carles/bin/zephyr-sdk-0.16.1)
-- Found toolchain: zephyr 0.16.1 (C:/Users/carles/bin/zephyr-sdk-0.16.1)
-- Found Dtc: C:/ProgramData/chocolatey/bin/dtc.exe (found suitable version "1.5.0", minimum required is "1.4.6")
-- Found BOARD.dts: C:/Users/carles/src/zephyr/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts
-- Generated zephyr.dts: C:/Users/carles/src/zephyr/zephyr/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/Users/carles/src/zephyr/zephyr/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/Users/carles/src/zephyr/zephyr/build/zephyr/dts.cmake
Parsing C:/Users/carles/src/zephyr/zephyr/Kconfig
Loaded configuration 'C:/Users/carles/src/zephyr/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig'
Merged configuration 'C:/Users/carles/src/zephyr/zephyr/samples/hello_world/prj.conf'
Merged configuration 'C:/Users/carles/src/zephyr/zephyr/build/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to 'C:/Users/carles/src/zephyr/zephyr/build/zephyr/.config'
Kconfig header saved to 'C:/Users/carles/src/zephyr/zephyr/build/zephyr/include/generated/autoconf.h'
-- Found GnuLd: c:/users/carles/bin/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/Users/carles/bin/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/carles/src/zephyr/zephyr/build
-- west build: building application
[1/139] Generating include/generated/version.h
-- Zephyr version: 3.4.99 (C:/Users/carles/src/zephyr/zephyr), build: zephyr-v3.4.0-685-gc3dc01ddf3a5
[134/139] Linking C executable zephyr\zephyr_pre0.elf
FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map C:/Users/carles/src/zephyr/zephyr/build/zephyr/zephyr_pre0.map
cmd.exe /C "cd . && C:\Users\carles\bin\zephyr-sdk-0.16.1\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -gdwarf-4 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj -o zephyr\zephyr_pre0.elf zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -fuse-ld=bfd -Wl,-T zephyr/linker_zephyr_pre0.cmd -Wl,-Map=C:/Users/carles/src/zephyr/zephyr/build/zephyr/zephyr_pre0.map -Wl,--whole-archive app/libapp.a zephyr/libzephyr.a zephyr/arch/common/libarch__common.a zephyr/arch/arch/arm/core/aarch32/libarch__arm__core__aarch32.a zephyr/arch/arch/arm/core/aarch32/cortex_m/libarch__arm__core__aarch32__cortex_m.a zephyr/arch/arch/arm/core/aarch32/mpu/libarch__arm__core__aarch32__mpu.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/lib/libc/common/liblib__libc__common.a zephyr/soc/arm/common/cortex_m/libsoc__arm__common__cortex_m.a zephyr/soc/arm/nordic_nrf/nrf52/libsoc__arm__nordic_nrf__nrf52.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/timer/libdrivers__timer.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/segger/libmodules__segger.a -Wl,--no-whole-archive zephyr/kernel/libkernel.a -L"c:/users/carles/bin/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp" -LC:/Users/carles/src/zephyr/zephyr/build/zephyr -lgcc zephyr/arch/common/libisr_tables.a -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -Wl,--gc-sections -Wl,--build-id=none -Wl,--sort-common=descending -Wl,--sort-section=alignment -Wl,-u,_OffsetAbsSyms -Wl,-u,_ConfigAbsSyms -nostdlib -static -Wl,-X -Wl,-N -Wl,--orphan-handling=warn -Wl,-no-pie -DPICOLIBC_INTEGER_PRINTF_SCANF -T/dev/null --specs=picolibc.specs -lc -lgcc && cmd.exe /C "cd /D C:\Users\carles\src\zephyr\zephyr\build\zephyr && "C:\Program Files\CMake\bin\cmake.exe" -E true""
c:/users/carles/bin/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: cannot open linker script file /dev/null: No such file or directory
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\Program Files\CMake\bin\cmake.EXE' --build 'C:\Users\carles\src\zephyr\zephyr\build'
``` | 1.0 | Building with `CONFIG_PICOLIBC` is broken on Windows due to use of `/dev/null` - See below:
```
C:\Users\carles\src\zephyr\zephyr>west build -b nrf52840dk_nrf52840 samples\hello_world -- -DCONFIG_PICOLIBC=y
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: C:/Users/carles/src/zephyr/zephyr/samples/hello_world
-- CMake version: 3.24.1
-- Found Python3: C:/Python310/python.exe (found suitable exact version "3.10.5") found components: Interpreter
-- Cache files will be written to: C:/Users/carles/src/zephyr/zephyr/.cache
-- Zephyr version: 3.4.99 (C:/Users/carles/src/zephyr/zephyr)
-- Found west (found suitable version "1.0.0", minimum required is "0.14.0")
-- Board: nrf52840dk_nrf52840
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.16.1 (C:/Users/carles/bin/zephyr-sdk-0.16.1)
-- Found toolchain: zephyr 0.16.1 (C:/Users/carles/bin/zephyr-sdk-0.16.1)
-- Found Dtc: C:/ProgramData/chocolatey/bin/dtc.exe (found suitable version "1.5.0", minimum required is "1.4.6")
-- Found BOARD.dts: C:/Users/carles/src/zephyr/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts
-- Generated zephyr.dts: C:/Users/carles/src/zephyr/zephyr/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/Users/carles/src/zephyr/zephyr/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/Users/carles/src/zephyr/zephyr/build/zephyr/dts.cmake
Parsing C:/Users/carles/src/zephyr/zephyr/Kconfig
Loaded configuration 'C:/Users/carles/src/zephyr/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig'
Merged configuration 'C:/Users/carles/src/zephyr/zephyr/samples/hello_world/prj.conf'
Merged configuration 'C:/Users/carles/src/zephyr/zephyr/build/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to 'C:/Users/carles/src/zephyr/zephyr/build/zephyr/.config'
Kconfig header saved to 'C:/Users/carles/src/zephyr/zephyr/build/zephyr/include/generated/autoconf.h'
-- Found GnuLd: c:/users/carles/bin/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/Users/carles/bin/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/carles/src/zephyr/zephyr/build
-- west build: building application
[1/139] Generating include/generated/version.h
-- Zephyr version: 3.4.99 (C:/Users/carles/src/zephyr/zephyr), build: zephyr-v3.4.0-685-gc3dc01ddf3a5
[134/139] Linking C executable zephyr\zephyr_pre0.elf
FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map C:/Users/carles/src/zephyr/zephyr/build/zephyr/zephyr_pre0.map
cmd.exe /C "cd . && C:\Users\carles\bin\zephyr-sdk-0.16.1\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -gdwarf-4 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj -o zephyr\zephyr_pre0.elf zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -fuse-ld=bfd -Wl,-T zephyr/linker_zephyr_pre0.cmd -Wl,-Map=C:/Users/carles/src/zephyr/zephyr/build/zephyr/zephyr_pre0.map -Wl,--whole-archive app/libapp.a zephyr/libzephyr.a zephyr/arch/common/libarch__common.a zephyr/arch/arch/arm/core/aarch32/libarch__arm__core__aarch32.a zephyr/arch/arch/arm/core/aarch32/cortex_m/libarch__arm__core__aarch32__cortex_m.a zephyr/arch/arch/arm/core/aarch32/mpu/libarch__arm__core__aarch32__mpu.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/lib/libc/common/liblib__libc__common.a zephyr/soc/arm/common/cortex_m/libsoc__arm__common__cortex_m.a zephyr/soc/arm/nordic_nrf/nrf52/libsoc__arm__nordic_nrf__nrf52.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/console/libdrivers__console.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/serial/libdrivers__serial.a zephyr/drivers/timer/libdrivers__timer.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a modules/segger/libmodules__segger.a -Wl,--no-whole-archive zephyr/kernel/libkernel.a -L"c:/users/carles/bin/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp" -LC:/Users/carles/src/zephyr/zephyr/build/zephyr -lgcc zephyr/arch/common/libisr_tables.a -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -Wl,--gc-sections -Wl,--build-id=none -Wl,--sort-common=descending -Wl,--sort-section=alignment -Wl,-u,_OffsetAbsSyms -Wl,-u,_ConfigAbsSyms -nostdlib -static -Wl,-X -Wl,-N -Wl,--orphan-handling=warn -Wl,-no-pie -DPICOLIBC_INTEGER_PRINTF_SCANF -T/dev/null --specs=picolibc.specs -lc -lgcc && cmd.exe /C "cd /D C:\Users\carles\src\zephyr\zephyr\build\zephyr && "C:\Program Files\CMake\bin\cmake.exe" -E true""
c:/users/carles/bin/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: cannot open linker script file /dev/null: No such file or directory
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\Program Files\CMake\bin\cmake.EXE' --build 'C:\Users\carles\src\zephyr\zephyr\build'
``` | priority | building with config picolibc is broken on windows due to use of dev null see below c users carles src zephyr zephyr west build b samples hello world dconfig picolibc y west build generating a build system loading zephyr default modules zephyr base application c users carles src zephyr zephyr samples hello world cmake version found c python exe found suitable exact version found components interpreter cache files will be written to c users carles src zephyr zephyr cache zephyr version c users carles src zephyr zephyr found west found suitable version minimum required is board zephyr toolchain variant not set trying to locate zephyr sdk found host tools zephyr c users carles bin zephyr sdk found toolchain zephyr c users carles bin zephyr sdk found dtc c programdata chocolatey bin dtc exe found suitable version minimum required is found board dts c users carles src zephyr zephyr boards arm dts generated zephyr dts c users carles src zephyr zephyr build zephyr zephyr dts generated devicetree generated h c users carles src zephyr zephyr build zephyr include generated devicetree generated h including generated dts cmake file c users carles src zephyr zephyr build zephyr dts cmake parsing c users carles src zephyr zephyr kconfig loaded configuration c users carles src zephyr zephyr boards arm defconfig merged configuration c users carles src zephyr zephyr samples hello world prj conf merged configuration c users carles src zephyr zephyr build zephyr misc generated extra kconfig options conf configuration saved to c users carles src zephyr zephyr build zephyr config kconfig header saved to c users carles src zephyr zephyr build zephyr include generated autoconf h found gnuld c users carles bin zephyr sdk arm zephyr eabi bin lib gcc arm zephyr eabi arm zephyr eabi bin ld bfd exe found version the c compiler identification is gnu the cxx compiler identification is gnu the asm compiler identification is gnu found assembler c users carles bin zephyr sdk arm zephyr eabi bin arm zephyr eabi gcc exe configuring done generating done build files have been written to c users carles src zephyr zephyr build west build building application generating include generated version h zephyr version c users carles src zephyr zephyr build zephyr linking c executable zephyr zephyr elf failed zephyr zephyr elf zephyr zephyr map c users carles src zephyr zephyr build zephyr zephyr map cmd exe c cd c users carles bin zephyr sdk arm zephyr eabi bin arm zephyr eabi gcc exe gdwarf zephyr cmakefiles zephyr dir misc empty file c obj o zephyr zephyr elf zephyr cmakefiles offsets dir arch arm core offsets offsets c obj fuse ld bfd wl t zephyr linker zephyr cmd wl map c users carles src zephyr zephyr build zephyr zephyr map wl whole archive app libapp a zephyr libzephyr a zephyr arch common libarch common a zephyr arch arch arm core libarch arm core a zephyr arch arch arm core cortex m libarch arm core cortex m a zephyr arch arch arm core mpu libarch arm core mpu a zephyr lib libc picolibc liblib libc picolibc a zephyr lib libc common liblib libc common a zephyr soc arm common cortex m libsoc arm common cortex m a zephyr soc arm nordic nrf libsoc arm nordic nrf a zephyr drivers clock control libdrivers clock control a zephyr drivers console libdrivers console a zephyr drivers gpio libdrivers gpio a zephyr drivers pinctrl libdrivers pinctrl a zephyr drivers serial libdrivers serial a zephyr drivers timer libdrivers timer a modules hal nordic nrfx libmodules hal nordic nrfx a modules segger libmodules segger a wl no whole archive zephyr kernel libkernel a l c users carles bin zephyr sdk arm zephyr eabi bin lib gcc arm zephyr eabi thumb m nofp lc users carles src zephyr zephyr build zephyr lgcc zephyr arch common libisr tables a mcpu cortex mthumb mabi aapcs format ieee wl gc sections wl build id none wl sort common descending wl sort section alignment wl u offsetabssyms wl u configabssyms nostdlib static wl x wl n wl orphan handling warn wl no pie dpicolibc integer printf scanf t dev null specs picolibc specs lc lgcc cmd exe c cd d c users carles src zephyr zephyr build zephyr c program files cmake bin cmake exe e true c users carles bin zephyr sdk arm zephyr eabi bin lib gcc arm zephyr eabi arm zephyr eabi bin ld bfd exe cannot open linker script file dev null no such file or directory exe error ld returned exit status ninja build stopped subcommand failed fatal error command exited with status c program files cmake bin cmake exe build c users carles src zephyr zephyr build | 1 |
194,572 | 6,896,235,280 | IssuesEvent | 2017-11-23 16:49:22 | jncc/topcat | https://api.github.com/repos/jncc/topcat | opened | As a reference manager I want any changes that are made in the internal grey box not to affect the Open Data status | high priority | this way managers can go back and add their names without affecting the publications status (will only apply to datasets with published status. | 1.0 | As a reference manager I want any changes that are made in the internal grey box not to affect the Open Data status - this way managers can go back and add their names without affecting the publications status (will only apply to datasets with published status. | priority | as a reference manager i want any changes that are made in the internal grey box not to affect the open data status this way managers can go back and add their names without affecting the publications status will only apply to datasets with published status | 1 |
355,343 | 10,579,694,651 | IssuesEvent | 2019-10-08 03:44:05 | nbcp/leaderboard | https://api.github.com/repos/nbcp/leaderboard | closed | Advanced Speaker of the House Badge | High Priority Ready for Release | Depends on #55
GIVEN | WHEN | THEN
-- | -- | --
Player has a “Competent Speaker of the House” badge AND no “Advanced Speaker of the House” in the current season | Approver approves the Special Quest | Player receives a “Advanced Speaker of the House” badge AND a raffle ticket for the current month
| 1.0 | Advanced Speaker of the House Badge - Depends on #55
GIVEN | WHEN | THEN
-- | -- | --
Player has a “Competent Speaker of the House” badge AND no “Advanced Speaker of the House” in the current season | Approver approves the Special Quest | Player receives a “Advanced Speaker of the House” badge AND a raffle ticket for the current month
| priority | advanced speaker of the house badge depends on given when then player has a “competent speaker of the house” badge and no “advanced speaker of the house” in the current season approver approves the special quest player receives a “advanced speaker of the house” badge and a raffle ticket for the current month | 1 |
449,958 | 12,977,492,708 | IssuesEvent | 2020-07-21 20:45:42 | lbowes/falcon-9-simulation | https://api.github.com/repos/lbowes/falcon-9-simulation | opened | fix/imgui-input-fpv-cam | priority: high type: bug | ### Description
When the `FPVCamera` is active and the mouse cursor is hidden, `ImGui` input should be disabled (at the moment it is still possible to interact with `ImGui` components with an invisible cursor).
### TODO
Fix the bug above | 1.0 | fix/imgui-input-fpv-cam - ### Description
When the `FPVCamera` is active and the mouse cursor is hidden, `ImGui` input should be disabled (at the moment it is still possible to interact with `ImGui` components with an invisible cursor).
### TODO
Fix the bug above | priority | fix imgui input fpv cam description when the fpvcamera is active and the mouse cursor is hidden imgui input should be disabled at the moment it is still possible to interact with imgui components with an invisible cursor todo fix the bug above | 1 |
629,224 | 20,026,393,511 | IssuesEvent | 2022-02-01 21:51:31 | dmwm/CRABServer | https://api.github.com/repos/dmwm/CRABServer | closed | fix Jenkins tests for CMSSW_7 | Priority: High CI/CD | see https://github.com/dmwm/CRABServer/issues/7022#issuecomment-1025792980
- [ ] these tests must be disabled in CMSSW_7:
`secondaryInputDataset, outputFiles,lumiMask, runRange, ignoreLocality, userInputFiles, whitelist`
- [ ] in tests `voRole` and `voGroup` the `crab getlog` command is called without `--proxy` option, this does not work for CMSSW_7 inside singularity image | 1.0 | fix Jenkins tests for CMSSW_7 - see https://github.com/dmwm/CRABServer/issues/7022#issuecomment-1025792980
- [ ] these tests must be disabled in CMSSW_7:
`secondaryInputDataset, outputFiles,lumiMask, runRange, ignoreLocality, userInputFiles, whitelist`
- [ ] in tests `voRole` and `voGroup` the `crab getlog` command is called without `--proxy` option, this does not work for CMSSW_7 inside singularity image | priority | fix jenkins tests for cmssw see these tests must be disabled in cmssw secondaryinputdataset outputfiles lumimask runrange ignorelocality userinputfiles whitelist in tests vorole and vogroup the crab getlog command is called without proxy option this does not work for cmssw inside singularity image | 1 |
631,983 | 20,167,274,821 | IssuesEvent | 2022-02-10 06:37:03 | way-of-elendil/3.3.5 | https://api.github.com/repos/way-of-elendil/3.3.5 | closed | Utility: Renvoi de familier | bug priority-high need-more-info | **Description**
lorsqu'on change de pet : loup pour ravageur par exemple le pet de l'écurie disparait (ça arrive environ 5 à 8% du temps - plusieurs joueurs ont déjà constatés ça) ; et ca fait déjà plusieurs fois que ça m'arrive, en soit si y'avait juste à le rechercher le pet ça irait; mais faut le re pex de 5 lvl .. ce qui est très chronophage; pourriez-vous voir pourquoi cela arrive trop souvent qu'on perd son pet sans l'avoir renvoyer mais juste en glissant un pet déjà dans l'inventaire sur l'autre ?
**Étapes de reproduction**
**Comportement attendu**
**Captures d’écran / Vidéos**
**Ressources additionnelles**
| 1.0 | Utility: Renvoi de familier - **Description**
lorsqu'on change de pet : loup pour ravageur par exemple le pet de l'écurie disparait (ça arrive environ 5 à 8% du temps - plusieurs joueurs ont déjà constatés ça) ; et ca fait déjà plusieurs fois que ça m'arrive, en soit si y'avait juste à le rechercher le pet ça irait; mais faut le re pex de 5 lvl .. ce qui est très chronophage; pourriez-vous voir pourquoi cela arrive trop souvent qu'on perd son pet sans l'avoir renvoyer mais juste en glissant un pet déjà dans l'inventaire sur l'autre ?
**Étapes de reproduction**
**Comportement attendu**
**Captures d’écran / Vidéos**
**Ressources additionnelles**
| priority | utility renvoi de familier description lorsqu on change de pet loup pour ravageur par exemple le pet de l écurie disparait ça arrive environ à du temps plusieurs joueurs ont déjà constatés ça et ca fait déjà plusieurs fois que ça m arrive en soit si y avait juste à le rechercher le pet ça irait mais faut le re pex de lvl ce qui est très chronophage pourriez vous voir pourquoi cela arrive trop souvent qu on perd son pet sans l avoir renvoyer mais juste en glissant un pet déjà dans l inventaire sur l autre étapes de reproduction comportement attendu captures d’écran vidéos ressources additionnelles | 1 |
418,895 | 12,215,177,110 | IssuesEvent | 2020-05-01 12:10:45 | ProductBoat/Registry2.0 | https://api.github.com/repos/ProductBoat/Registry2.0 | opened | Transplant registry --> kavya k patient | High Priority bug | * Open chrome browser -->enter URL: http://qa.aprenalregistry.com
--> login page should be displaying.
Enter valid user name, and password
click on the login button.
* Test steps
1. After login to the page dashboard page is displaying, click on the registry in side menu --> click on the Transplant registry -->then choose the patient "kavya k" and click on registry icon, empty page is displaying, But the transplant patient list page shows the Visit Type and Last Visit data for that Patient.
https://www.screencast.com/t/a8HKdFwsukD >> https://www.screencast.com/t/3BMMS7wN
| 1.0 | Transplant registry --> kavya k patient - * Open chrome browser -->enter URL: http://qa.aprenalregistry.com
--> login page should be displaying.
Enter valid user name, and password
click on the login button.
* Test steps
1. After login to the page dashboard page is displaying, click on the registry in side menu --> click on the Transplant registry -->then choose the patient "kavya k" and click on registry icon, empty page is displaying, But the transplant patient list page shows the Visit Type and Last Visit data for that Patient.
https://www.screencast.com/t/a8HKdFwsukD >> https://www.screencast.com/t/3BMMS7wN
| priority | transplant registry kavya k patient open chrome browser enter url login page should be displaying enter valid user name and password click on the login button test steps after login to the page dashboard page is displaying click on the registry in side menu click on the transplant registry then choose the patient kavya k and click on registry icon empty page is displaying but the transplant patient list page shows the visit type and last visit data for that patient | 1 |
188,632 | 6,778,508,136 | IssuesEvent | 2017-10-28 11:50:40 | rainlab/translate-plugin | https://api.github.com/repos/rainlab/translate-plugin | closed | Backward compatibility | Priority: High Status: Available Type: Maintenance | In my case, laravel/framework still 5.1
when i update package by `composer update rainlab/translate-plugin` i get a error about web middleware
could you tag your commit on git follow your version.yaml
so i can specify a tag in composer.json
| 1.0 | Backward compatibility - In my case, laravel/framework still 5.1
when i update package by `composer update rainlab/translate-plugin` i get a error about web middleware
could you tag your commit on git follow your version.yaml
so i can specify a tag in composer.json
| priority | backward compatibility in my case laravel framework still when i update package by composer update rainlab translate plugin i get a error about web middleware could you tag your commit on git follow your version yaml so i can specify a tag in composer json | 1 |
289,138 | 8,855,187,992 | IssuesEvent | 2019-01-09 05:12:04 | visit-dav/issues-test | https://api.github.com/repos/visit-dav/issues-test | closed | Error reading an EnSight file | bug crash likelihood low priority reviewed severity high wrong results | Here is the original e-mail from Mohsen Behzad: Hello all, I receive the following error message when I try to add any plot from an ensight (.case) file:"viewer: An invalid variable (Velocity) was specified". This file is written by starccm code. So far, I haven't had any problem with such files in my previous simulations. But, the current file might be somehow different which causes the error. The only difference that I know is that there are several parts (here interfaces between regions) in the file which do not have any data (e.g., velocity) associated with. So I wondered if anyone has any solution to this issue. I would be happy to sent you the file in case it is required. Regards,Mohsen He also gave me a file, which reproduces the problem. Note that the mesh displays properly. It is just variables that don't display. The file is located in /usr/gapps/visit/bug_data/EnSight_reader_bug_2273.zip on the local open WCI network.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2273
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: High
Subject: Error reading an EnSight file
Assigned to: Kathleen Biagas
Category: -
Target version: 2.13.0
Author: Eric Brugger
Start: 05/19/2015
Due date:
% Done: 100%
Estimated time: 8.00 hours
Created: 05/19/2015 11:48 am
Updated: 08/10/2017 07:16 pm
Likelihood: 2 - Rare
Severity: 4 - Crash / Wrong Results
Found in version: 2.8.2
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Here is the original e-mail from Mohsen Behzad: Hello all, I receive the following error message when I try to add any plot from an ensight (.case) file:"viewer: An invalid variable (Velocity) was specified". This file is written by starccm code. So far, I haven't had any problem with such files in my previous simulations. But, the current file might be somehow different which causes the error. The only difference that I know is that there are several parts (here interfaces between regions) in the file which do not have any data (e.g., velocity) associated with. So I wondered if anyone has any solution to this issue. I would be happy to sent you the file in case it is required. Regards,Mohsen He also gave me a file, which reproduces the problem. Note that the mesh displays properly. It is just variables that don't display. The file is located in /usr/gapps/visit/bug_data/EnSight_reader_bug_2273.zip on the local open WCI network.
Comments:
Jean Favre also has a same issue.However, I've looked at Jean's case. In his data, the variable is defined on only some of the parts. When I turn off the missing parts off, the PC plots work fine.I looked at Mohsen's data. He has a similar problem. However, just not plotting the missing parts winds up plotting only one part of 160. Some of his parts are totally empty (e.g. no points and no cells). However, in all parts but one, the first, the Number of Arrays returned by the vtk reader object we're using in the plugin is 0 for both cell data and point data. So, our plugin isn't getting any data from the VTK reader object. I got another reproducer of either the same issue or a related one from Jean Favre. Here is his email.Hello Eric and allSomething that looks similar to...https://visitbugs.ornl.gov/issues/2273I have a user complaining that VisIt cannot read its EnSight data. In fact, I have tried, and VisIt creates a mesh with 10 blocks, except that the 10th block is a particle set, it has different variables associated with it (scalar per measured node), while blocks 1 thru 9, only have (scalar per element) data.VisIt does not populate the metadata info with the (scalar per measured node) attributes, so that we cannot select these variables (even if we use the part subset selector) and only attempt to display the 10th block.in summary, this is like bug 2273 in that not all parts have the same variables associated with them, and there might be an additional issue that the "scalar per measured node" cannot be read.I have made a simple test case available.ftp://ftp.cscs.ch/out/jfavre/VisIt/EnSight_test.tar.gzJean/CSCSI downloaded the file and put it in /usr/gapps/visit/bug_data/EnSight_reader_bug_2273_favre.tar.gz Jesse Capecelatro (UMich, formerly at UIUC + Cornell ) also asked about EnSight GOLD Particle Data:I was curious if you can give me some insight on visualizing EnSightGOLD particle data with VisIt? I would prefer avoid writing HDF5 fornow. It looks like VisIt can read my EnSight .case files but not theparticles. Do you know if it is possible to visualize particles inVisIt without writing to HDF5? Thanks!From Kathleen:Although we use VTK's EnSight reader under the covers (and they supportparticle data), we aren't handling correctly the fact that each 'part'may be a different type. Rather we treat all 'parts' as 1 homogeneousset. See related bug ticke](http://visitbugs.ornl.gov/issues/2273) Modified reader to allow return of NULL for variables not found on a particular part (domain).Added support for particles specified in the measured file. They are treated as a separate mesh.Also, read in part descriptions to use as part name in SIL.M avtEnSightFileFormat.[h,C]
| 1.0 | Error reading an EnSight file - Here is the original e-mail from Mohsen Behzad: Hello all, I receive the following error message when I try to add any plot from an ensight (.case) file:"viewer: An invalid variable (Velocity) was specified". This file is written by starccm code. So far, I haven't had any problem with such files in my previous simulations. But, the current file might be somehow different which causes the error. The only difference that I know is that there are several parts (here interfaces between regions) in the file which do not have any data (e.g., velocity) associated with. So I wondered if anyone has any solution to this issue. I would be happy to sent you the file in case it is required. Regards,Mohsen He also gave me a file, which reproduces the problem. Note that the mesh displays properly. It is just variables that don't display. The file is located in /usr/gapps/visit/bug_data/EnSight_reader_bug_2273.zip on the local open WCI network.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2273
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: High
Subject: Error reading an EnSight file
Assigned to: Kathleen Biagas
Category: -
Target version: 2.13.0
Author: Eric Brugger
Start: 05/19/2015
Due date:
% Done: 100%
Estimated time: 8.00 hours
Created: 05/19/2015 11:48 am
Updated: 08/10/2017 07:16 pm
Likelihood: 2 - Rare
Severity: 4 - Crash / Wrong Results
Found in version: 2.8.2
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Here is the original e-mail from Mohsen Behzad: Hello all, I receive the following error message when I try to add any plot from an ensight (.case) file:"viewer: An invalid variable (Velocity) was specified". This file is written by starccm code. So far, I haven't had any problem with such files in my previous simulations. But, the current file might be somehow different which causes the error. The only difference that I know is that there are several parts (here interfaces between regions) in the file which do not have any data (e.g., velocity) associated with. So I wondered if anyone has any solution to this issue. I would be happy to sent you the file in case it is required. Regards,Mohsen He also gave me a file, which reproduces the problem. Note that the mesh displays properly. It is just variables that don't display. The file is located in /usr/gapps/visit/bug_data/EnSight_reader_bug_2273.zip on the local open WCI network.
Comments:
Jean Favre also has a same issue.However, I've looked at Jean's case. In his data, the variable is defined on only some of the parts. When I turn off the missing parts off, the PC plots work fine.I looked at Mohsen's data. He has a similar problem. However, just not plotting the missing parts winds up plotting only one part of 160. Some of his parts are totally empty (e.g. no points and no cells). However, in all parts but one, the first, the Number of Arrays returned by the vtk reader object we're using in the plugin is 0 for both cell data and point data. So, our plugin isn't getting any data from the VTK reader object. I got another reproducer of either the same issue or a related one from Jean Favre. Here is his email.Hello Eric and allSomething that looks similar to...https://visitbugs.ornl.gov/issues/2273I have a user complaining that VisIt cannot read its EnSight data. In fact, I have tried, and VisIt creates a mesh with 10 blocks, except that the 10th block is a particle set, it has different variables associated with it (scalar per measured node), while blocks 1 thru 9, only have (scalar per element) data.VisIt does not populate the metadata info with the (scalar per measured node) attributes, so that we cannot select these variables (even if we use the part subset selector) and only attempt to display the 10th block.in summary, this is like bug 2273 in that not all parts have the same variables associated with them, and there might be an additional issue that the "scalar per measured node" cannot be read.I have made a simple test case available.ftp://ftp.cscs.ch/out/jfavre/VisIt/EnSight_test.tar.gzJean/CSCSI downloaded the file and put it in /usr/gapps/visit/bug_data/EnSight_reader_bug_2273_favre.tar.gz Jesse Capecelatro (UMich, formerly at UIUC + Cornell ) also asked about EnSight GOLD Particle Data:I was curious if you can give me some insight on visualizing EnSightGOLD particle data with VisIt? I would prefer avoid writing HDF5 fornow. It looks like VisIt can read my EnSight .case files but not theparticles. Do you know if it is possible to visualize particles inVisIt without writing to HDF5? Thanks!From Kathleen:Although we use VTK's EnSight reader under the covers (and they supportparticle data), we aren't handling correctly the fact that each 'part'may be a different type. Rather we treat all 'parts' as 1 homogeneousset. See related bug ticke](http://visitbugs.ornl.gov/issues/2273) Modified reader to allow return of NULL for variables not found on a particular part (domain).Added support for particles specified in the measured file. They are treated as a separate mesh.Also, read in part descriptions to use as part name in SIL.M avtEnSightFileFormat.[h,C]
| priority | error reading an ensight file here is the original e mail from mohsen behzad hello all i receive the following error message when i try to add any plot from an ensight case file viewer an invalid variable velocity was specified this file is written by starccm code so far i haven t had any problem with such files in my previous simulations but the current file might be somehow different which causes the error the only difference that i know is that there are several parts here interfaces between regions in the file which do not have any data e g velocity associated with so i wondered if anyone has any solution to this issue i would be happy to sent you the file in case it is required regards mohsen he also gave me a file which reproduces the problem note that the mesh displays properly it is just variables that don t display the file is located in usr gapps visit bug data ensight reader bug zip on the local open wci network redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority high subject error reading an ensight file assigned to kathleen biagas category target version author eric brugger start due date done estimated time hours created am updated pm likelihood rare severity crash wrong results found in version impact expected use os all support group any description here is the original e mail from mohsen behzad hello all i receive the following error message when i try to add any plot from an ensight case file viewer an invalid variable velocity was specified this file is written by starccm code so far i haven t had any problem with such files in my previous simulations but the current file might be somehow different which causes the error the only difference that i know is that there are several parts here interfaces between regions in the file which do not have any data e g velocity associated with so i wondered if anyone has any solution to this issue i would be happy to sent you the file in case it is required regards mohsen he also gave me a file which reproduces the problem note that the mesh displays properly it is just variables that don t display the file is located in usr gapps visit bug data ensight reader bug zip on the local open wci network comments jean favre also has a same issue however i ve looked at jean s case in his data the variable is defined on only some of the parts when i turn off the missing parts off the pc plots work fine i looked at mohsen s data he has a similar problem however just not plotting the missing parts winds up plotting only one part of some of his parts are totally empty e g no points and no cells however in all parts but one the first the number of arrays returned by the vtk reader object we re using in the plugin is for both cell data and point data so our plugin isn t getting any data from the vtk reader object i got another reproducer of either the same issue or a related one from jean favre here is his email hello eric and allsomething that looks similar to have a user complaining that visit cannot read its ensight data in fact i have tried and visit creates a mesh with blocks except that the block is a particle set it has different variables associated with it scalar per measured node while blocks thru only have scalar per element data visit does not populate the metadata info with the scalar per measured node attributes so that we cannot select these variables even if we use the part subset selector and only attempt to display the block in summary this is like bug in that not all parts have the same variables associated with them and there might be an additional issue that the scalar per measured node cannot be read i have made a simple test case available ftp ftp cscs ch out jfavre visit ensight test tar gzjean cscsi downloaded the file and put it in usr gapps visit bug data ensight reader bug favre tar gz jesse capecelatro umich formerly at uiuc cornell also asked about ensight gold particle data i was curious if you can give me some insight on visualizing ensightgold particle data with visit i would prefer avoid writing fornow it looks like visit can read my ensight case files but not theparticles do you know if it is possible to visualize particles invisit without writing to thanks from kathleen although we use vtk s ensight reader under the covers and they supportparticle data we aren t handling correctly the fact that each part may be a different type rather we treat all parts as homogeneousset see related bug ticke modified reader to allow return of null for variables not found on a particular part domain added support for particles specified in the measured file they are treated as a separate mesh also read in part descriptions to use as part name in sil m avtensightfileformat | 1 |
608,051 | 18,796,944,416 | IssuesEvent | 2021-11-08 23:55:34 | certbot/certbot | https://api.github.com/repos/certbot/certbot | closed | Add tests against Python 3.10 and claim support for it in our packages | area: pkging has pr area: python priority: high | As of writing this, Azure Pipelines doesn't support Python 3.10. See https://github.com/actions/virtual-environments/issues/4226. When it does, I think we should do this.
See https://github.com/certbot/certbot/pull/8460 which did this for Python 3.9, however, there were additional problems that needed to be fixed there which is hopefully not the case here. | 1.0 | Add tests against Python 3.10 and claim support for it in our packages - As of writing this, Azure Pipelines doesn't support Python 3.10. See https://github.com/actions/virtual-environments/issues/4226. When it does, I think we should do this.
See https://github.com/certbot/certbot/pull/8460 which did this for Python 3.9, however, there were additional problems that needed to be fixed there which is hopefully not the case here. | priority | add tests against python and claim support for it in our packages as of writing this azure pipelines doesn t support python see when it does i think we should do this see which did this for python however there were additional problems that needed to be fixed there which is hopefully not the case here | 1 |
98,525 | 4,028,223,221 | IssuesEvent | 2016-05-18 04:43:53 | lale-help/lale-help | https://api.github.com/repos/lale-help/lale-help | closed | Ability for an admin to block / unblock a user account in their circle. | priority:high user request | Should abuse of the system in violation with the terms be detected by the administrator, they need to disable a user account in Lale which will prevent future login for such user.
This needs to be possible to also re-activate a user if the problem has been cleared. | 1.0 | Ability for an admin to block / unblock a user account in their circle. - Should abuse of the system in violation with the terms be detected by the administrator, they need to disable a user account in Lale which will prevent future login for such user.
This needs to be possible to also re-activate a user if the problem has been cleared. | priority | ability for an admin to block unblock a user account in their circle should abuse of the system in violation with the terms be detected by the administrator they need to disable a user account in lale which will prevent future login for such user this needs to be possible to also re activate a user if the problem has been cleared | 1 |
1,223 | 2,509,163,648 | IssuesEvent | 2015-01-13 11:29:18 | odoomrp/odoomrp-wip | https://api.github.com/repos/odoomrp/odoomrp-wip | closed | Traceback al abrir combo de regla tarifaria en línea de pedido de venta | bug high priority tech review |
File "/opt/odoo/v8/core/addons/web/controllers/main.py", line 949, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/odoo/v8/core/addons/web/controllers/main.py", line 941, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/api.py", line 237, in wrapper
return old_api(self, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/api.py", line 332, in old_api
result = method(recs, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/models.py", line 1723, in name_search
return self._name_search(name, args, operator, limit=limit)
File "/opt/odoo/v8/core/openerp/api.py", line 235, in wrapper
return new_api(self, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/api.py", line 464, in new_api
result = method(self._model, cr, uid, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/models.py", line 1735, in _name_search
ids = self._search(cr, user, args, limit=limit, context=context, access_rights_uid=access_rights_uid)
File "/opt/odoo/v8/core/openerp/api.py", line 237, in wrapper
return old_api(self, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/models.py", line 4556, in _search
query = self._where_calc(cr, user, args, context=context)
File "/opt/odoo/v8/core/openerp/api.py", line 237, in wrapper
return old_api(self, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/models.py", line 4379, in _where_calc
e = expression.expression(cr, user, domain, self, context)
File "/opt/odoo/v8/core/openerp/osv/expression.py", line 646, in __init__
self.parse(cr, uid, context=context)
File "/opt/odoo/v8/core/openerp/osv/expression.py", line 812, in parse
raise ValueError("Invalid field %r in leaf %r" % (left, str(leaf)))
ValueError: Invalid field 'pricelist_id' in leaf "<osv.ExtendedLeaf: ('pricelist_id', '=', 9) on product_pricelist_item (ctx: )>" | 1.0 | Traceback al abrir combo de regla tarifaria en línea de pedido de venta -
File "/opt/odoo/v8/core/addons/web/controllers/main.py", line 949, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/odoo/v8/core/addons/web/controllers/main.py", line 941, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/api.py", line 237, in wrapper
return old_api(self, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/api.py", line 332, in old_api
result = method(recs, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/models.py", line 1723, in name_search
return self._name_search(name, args, operator, limit=limit)
File "/opt/odoo/v8/core/openerp/api.py", line 235, in wrapper
return new_api(self, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/api.py", line 464, in new_api
result = method(self._model, cr, uid, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/models.py", line 1735, in _name_search
ids = self._search(cr, user, args, limit=limit, context=context, access_rights_uid=access_rights_uid)
File "/opt/odoo/v8/core/openerp/api.py", line 237, in wrapper
return old_api(self, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/models.py", line 4556, in _search
query = self._where_calc(cr, user, args, context=context)
File "/opt/odoo/v8/core/openerp/api.py", line 237, in wrapper
return old_api(self, *args, **kwargs)
File "/opt/odoo/v8/core/openerp/models.py", line 4379, in _where_calc
e = expression.expression(cr, user, domain, self, context)
File "/opt/odoo/v8/core/openerp/osv/expression.py", line 646, in __init__
self.parse(cr, uid, context=context)
File "/opt/odoo/v8/core/openerp/osv/expression.py", line 812, in parse
raise ValueError("Invalid field %r in leaf %r" % (left, str(leaf)))
ValueError: Invalid field 'pricelist_id' in leaf "<osv.ExtendedLeaf: ('pricelist_id', '=', 9) on product_pricelist_item (ctx: )>" | priority | traceback al abrir combo de regla tarifaria en línea de pedido de venta file opt odoo core addons web controllers main py line in call kw return self call kw model method args kwargs file opt odoo core addons web controllers main py line in call kw return getattr request registry get model method request cr request uid args kwargs file opt odoo core openerp api py line in wrapper return old api self args kwargs file opt odoo core openerp api py line in old api result method recs args kwargs file opt odoo core openerp models py line in name search return self name search name args operator limit limit file opt odoo core openerp api py line in wrapper return new api self args kwargs file opt odoo core openerp api py line in new api result method self model cr uid args kwargs file opt odoo core openerp models py line in name search ids self search cr user args limit limit context context access rights uid access rights uid file opt odoo core openerp api py line in wrapper return old api self args kwargs file opt odoo core openerp models py line in search query self where calc cr user args context context file opt odoo core openerp api py line in wrapper return old api self args kwargs file opt odoo core openerp models py line in where calc e expression expression cr user domain self context file opt odoo core openerp osv expression py line in init self parse cr uid context context file opt odoo core openerp osv expression py line in parse raise valueerror invalid field r in leaf r left str leaf valueerror invalid field pricelist id in leaf | 1 |
152,000 | 5,831,247,486 | IssuesEvent | 2017-05-08 18:50:35 | duckduckgo/zeroclickinfo-goodies | https://api.github.com/repos/duckduckgo/zeroclickinfo-goodies | opened | Conversions Suggestion: (POWER) - Add Missing Units | Category: Highest Impact Tasks Difficulty: Low Improvement Priority: High Skill: JavaScript Status: Needs a Developer Suggestion Topic: Conversions | ## Problem
<!-- Describe the bug or suggestion in detail -->
We recently migrated the conversions API into an interactive UI. However, some units were ditched for various reasons and the legacy code didn't necessarily support all of the units that were desired from users. This is a good opportunity to take the lead in the search engine conversions game.

## Solution
<!-- Describe the steps, or provide a link to an example search -->
1. Add some front-end tests to [spec/conversions_spec.js](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/spec/conversions_spec.js). This will test the custom units
2. Add some back-end tests to [t/Conversions.t](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/t/Conversions.t). This will test the triggering.
3. Update the triggering in [triggers.yml](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/share/goodie/conversions/triggers.yml)
4. Add the custom unit to [Conversions.js (Line 45)](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/share/goodie/conversions/conversions.js#L45) and add it to the Units Object in [Conversions.js (Line 166)](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/share/goodie/conversions/conversions.js#L166)
### UNITS
## People to notify
<!-- Please @mention any relevant people/organizations here:-->
## Get Started
- [ ] 1) Claim this issue by commenting below
- [ ] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/CONTRIBUTING.md)
- [ ] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository
- [ ] 4) Create a Pull Request
## Resources
- Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions
- Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics
- Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help
<!-- DO NOT REMOVE -->
---
<!-- The Instant Answer ID can be found by clicking the `?` icon beside the Instant Answer result on DuckDuckGo.com -->
Instant Answer Page: https://duck.co/ia/view/conversions
<!-- FILL THIS IN: ^^^^ --> | 1.0 | Conversions Suggestion: (POWER) - Add Missing Units - ## Problem
<!-- Describe the bug or suggestion in detail -->
We recently migrated the conversions API into an interactive UI. However, some units were ditched for various reasons and the legacy code didn't necessarily support all of the units that were desired from users. This is a good opportunity to take the lead in the search engine conversions game.

## Solution
<!-- Describe the steps, or provide a link to an example search -->
1. Add some front-end tests to [spec/conversions_spec.js](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/spec/conversions_spec.js). This will test the custom units
2. Add some back-end tests to [t/Conversions.t](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/t/Conversions.t). This will test the triggering.
3. Update the triggering in [triggers.yml](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/share/goodie/conversions/triggers.yml)
4. Add the custom unit to [Conversions.js (Line 45)](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/share/goodie/conversions/conversions.js#L45) and add it to the Units Object in [Conversions.js (Line 166)](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/share/goodie/conversions/conversions.js#L166)
### UNITS
## People to notify
<!-- Please @mention any relevant people/organizations here:-->
## Get Started
- [ ] 1) Claim this issue by commenting below
- [ ] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/CONTRIBUTING.md)
- [ ] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository
- [ ] 4) Create a Pull Request
## Resources
- Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions
- Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics
- Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help
<!-- DO NOT REMOVE -->
---
<!-- The Instant Answer ID can be found by clicking the `?` icon beside the Instant Answer result on DuckDuckGo.com -->
Instant Answer Page: https://duck.co/ia/view/conversions
<!-- FILL THIS IN: ^^^^ --> | priority | conversions suggestion power add missing units problem we recently migrated the conversions api into an interactive ui however some units were ditched for various reasons and the legacy code didn t necessarily support all of the units that were desired from users this is a good opportunity to take the lead in the search engine conversions game solution add some front end tests to this will test the custom units add some back end tests to this will test the triggering update the triggering in add the custom unit to and add it to the units object in units people to notify get started claim this issue by commenting below review our and fork this repository create a pull request resources join to ask questions join the to discuss project planning and instant answer metrics read the for technical help instant answer page | 1 |
415,048 | 12,123,721,914 | IssuesEvent | 2020-04-22 13:10:29 | ream/ream | https://api.github.com/repos/ream/ream | closed | Replace Express.js with something else | priority: high | The underlying server Ream uses is created by using Express.js.
Why Express:
- Full featured, out-of-the-box middleware support
- Great ecosystem
Why not Express:
- Bundle size is huge: a few hundred kb
- Performance is meh | 1.0 | Replace Express.js with something else - The underlying server Ream uses is created by using Express.js.
Why Express:
- Full featured, out-of-the-box middleware support
- Great ecosystem
Why not Express:
- Bundle size is huge: a few hundred kb
- Performance is meh | priority | replace express js with something else the underlying server ream uses is created by using express js why express full featured out of the box middleware support great ecosystem why not express bundle size is huge a few hundred kb performance is meh | 1 |
53,936 | 3,054,334,974 | IssuesEvent | 2015-08-13 01:25:06 | syl20bnr/spacemacs | https://api.github.com/repos/syl20bnr/spacemacs | closed | void-variable projectile-generic-command | bug :-( Fixed in `develop` High Priority Projectile | Commit a2dfa33093e42f8f79b36f25e9ca471a3c7febf breaks something for me, here is the traceback from `emacs --debug-init`:
```
Debugger entered--Lisp error: (void-variable projectile-generic-command)
(if (system-is-mswindows) "find . -type f" projectile-generic-command)
(setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld"))
(progn (setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld")) (if (configuration-layer/package-usedp (quote helm-projectile)) nil (evil-leader/set-key "pb" (quote projectile-switch-to-buffer) "pd" (quote projectile-find-dir) "pf" (quote projectile-find-file) "ph" (quote helm-projectile) "pr" (quote projectile-recentf) "ps" (quote projectile-switch-project))) (evil-leader/set-key "p!" (quote projectile-run-shell-command-in-root) "p&" (quote projectile-run-async-shell-command-in-root) "pa" (quote projectile-toggle-between-implementation-and-test) "pc" (quote projectile-compile-project) "pD" (quote projectile-dired) "pG" (quote projectile-regenerate-tags) "pI" (quote projectile-invalidate-cache) "pk" (quote projectile-kill-buffers) "po" (quote projectile-multi-occur) "pR" (quote projectile-replace) "pT" (quote projectile-find-test-file) "py" (quote projectile-find-tag)))
(condition-case err (progn (setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld")) (if (configuration-layer/package-usedp (quote helm-projectile)) nil (evil-leader/set-key "pb" (quote projectile-switch-to-buffer) "pd" (quote projectile-find-dir) "pf" (quote projectile-find-file) "ph" (quote helm-projectile) "pr" (quote projectile-recentf) "ps" (quote projectile-switch-project))) (evil-leader/set-key "p!" (quote projectile-run-shell-command-in-root) "p&" (quote projectile-run-async-shell-command-in-root) "pa" (quote projectile-toggle-between-implementation-and-test) "pc" (quote projectile-compile-project) "pD" (quote projectile-dired) "pG" (quote projectile-regenerate-tags) "pI" (quote projectile-invalidate-cache) "pk" (quote projectile-kill-buffers) "po" (quote projectile-multi-occur) "pR" (quote projectile-replace) "pT" (quote projectile-find-test-file) "py" (quote projectile-find-tag))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" ":init" (error-message-string err)) :error))))
(progn (condition-case err (progn (setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld")) (if (configuration-layer/package-usedp (quote helm-projectile)) nil (evil-leader/set-key "pb" (quote projectile-switch-to-buffer) "pd" (quote projectile-find-dir) "pf" (quote projectile-find-file) "ph" (quote helm-projectile) "pr" (quote projectile-recentf) "ps" (quote projectile-switch-project))) (evil-leader/set-key "p!" (quote projectile-run-shell-command-in-root) "p&" (quote projectile-run-async-shell-command-in-root) "pa" (quote projectile-toggle-between-implementation-and-test) "pc" (quote projectile-compile-project) "pD" (quote projectile-dired) "pG" (quote projectile-regenerate-tags) "pI" (quote projectile-invalidate-cache) "pk" (quote projectile-kill-buffers) "po" (quote projectile-multi-occur) "pR" (quote projectile-replace) "pT" (quote projectile-find-test-file) "py" (quote projectile-find-tag))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" ":init" (error-message-string err)) :error)))) (condition-case err (run-hooks (quote use-package--projectile--post-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" "post-:init hook" (error-message-string err)) :error)))))
(if (condition-case err (run-hook-with-args-until-failure (quote use-package--projectile--pre-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" "pre-:init hook" (error-message-string err)) :error)))) (progn (condition-case err (progn (setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld")) (if (configuration-layer/package-usedp (quote helm-projectile)) nil (evil-leader/set-key "pb" (quote projectile-switch-to-buffer) "pd" (quote projectile-find-dir) "pf" (quote projectile-find-file) "ph" (quote helm-projectile) "pr" (quote projectile-recentf) "ps" (quote projectile-switch-project))) (evil-leader/set-key "p!" (quote projectile-run-shell-command-in-root) "p&" (quote projectile-run-async-shell-command-in-root) "pa" (quote projectile-toggle-between-implementation-and-test) "pc" (quote projectile-compile-project) "pD" (quote projectile-dired) "pG" (quote projectile-regenerate-tags) "pI" (quote projectile-invalidate-cache) "pk" (quote projectile-kill-buffers) "po" (quote projectile-multi-occur) "pR" (quote projectile-replace) "pT" (quote projectile-find-test-file) "py" (quote projectile-find-tag))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" ":init" (error-message-string err)) :error)))) (condition-case err (run-hooks (quote use-package--projectile--post-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" "post-:init hook" (error-message-string err)) :error))))))
(progn (if (fboundp (quote projectile-ack)) nil (autoload (function projectile-ack) "projectile" nil t)) (if (fboundp (quote projectile-ag)) nil (autoload (function projectile-ag) "projectile" nil t)) (if (fboundp (quote projectile-compile-project)) nil (autoload (function projectile-compile-project) "projectile" nil t)) (if (fboundp (quote projectile-dired)) nil (autoload (function projectile-dired) "projectile" nil t)) (if (fboundp (quote projectile-grep)) nil (autoload (function projectile-grep) "projectile" nil t)) (if (fboundp (quote projectile-find-dir)) nil (autoload (function projectile-find-dir) "projectile" nil t)) (if (fboundp (quote projectile-find-file)) nil (autoload (function projectile-find-file) "projectile" nil t)) (if (fboundp (quote projectile-find-tag)) nil (autoload (function projectile-find-tag) "projectile" nil t)) (if (fboundp (quote projectile-find-test-file)) nil (autoload (function projectile-find-test-file) "projectile" nil t)) (if (fboundp (quote projectile-invalidate-cache)) nil (autoload (function projectile-invalidate-cache) "projectile" nil t)) (if (fboundp (quote projectile-kill-buffers)) nil (autoload (function projectile-kill-buffers) "projectile" nil t)) (if (fboundp (quote projectile-multi-occur)) nil (autoload (function projectile-multi-occur) "projectile" nil t)) (if (fboundp (quote projectile-project-root)) nil (autoload (function projectile-project-root) "projectile" nil t)) (if (fboundp (quote projectile-recentf)) nil (autoload (function projectile-recentf) "projectile" nil t)) (if (fboundp (quote projectile-regenerate-tags)) nil (autoload (function projectile-regenerate-tags) "projectile" nil t)) (if (fboundp (quote projectile-replace)) nil (autoload (function projectile-replace) "projectile" nil t)) (if (fboundp (quote projectile-run-async-shell-command-in-root)) nil (autoload (function projectile-run-async-shell-command-in-root) "projectile" nil t)) (if (fboundp (quote projectile-run-shell-command-in-root)) nil (autoload (function projectile-run-shell-command-in-root) "projectile" nil t)) (if (fboundp (quote projectile-switch-project)) nil (autoload (function projectile-switch-project) "projectile" nil t)) (if (fboundp (quote projectile-switch-to-buffer)) nil (autoload (function projectile-switch-to-buffer) "projectile" nil t)) (if (fboundp (quote projectile-vc)) nil (autoload (function projectile-vc) "projectile" nil t)) (if (condition-case err (run-hook-with-args-until-failure (quote use-package--projectile--pre-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" "pre-:init hook" (error-message-string err)) :error)))) (progn (condition-case err (progn (setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld")) (if (configuration-layer/package-usedp (quote helm-projectile)) nil (evil-leader/set-key "pb" (quote projectile-switch-to-buffer) "pd" (quote projectile-find-dir) "pf" (quote projectile-find-file) "ph" (quote helm-projectile) "pr" (quote projectile-recentf) "ps" (quote projectile-switch-project))) (evil-leader/set-key "p!" (quote projectile-run-shell-command-in-root) "p&" (quote projectile-run-async-shell-command-in-root) "pa" (quote projectile-toggle-between-implementation-and-test) "pc" (quote projectile-compile-project) "pD" (quote projectile-dired) "pG" (quote projectile-regenerate-tags) "pI" (quote projectile-invalidate-cache) "pk" (quote projectile-kill-buffers) "po" (quote projectile-multi-occur) "pR" (quote projectile-replace) "pT" (quote projectile-find-test-file) "py" (quote projectile-find-tag))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" ":init" ...) :error)))) (condition-case err (run-hooks (quote use-package--projectile--post-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" "post-:init hook" ...) :error)))))) (eval-after-load (quote projectile) (function (lambda nil (progn (if (condition-case err (run-hook-with-args-until-failure ...) (... ...)) (progn (condition-case err ... ...) (condition-case err ... ...))) t)))))
spacemacs/init-projectile()
funcall(spacemacs/init-projectile)
(let ((owner (eieio-oref pkg (quote :owner)))) (spacemacs-buffer/message (format " -> init (%S)..." owner)) (funcall (intern (format "%S/init-%S" owner pkg-name))))
(let ((pkg-name (eieio-oref pkg (quote :name)))) (spacemacs-buffer/message (format "Configuring %S..." pkg-name)) (mapc (function (lambda (layer) (spacemacs-buffer/message (format " -> pre-init (%S)..." layer)) (condition-case err (funcall (intern (format "%S/pre-init-%S" layer pkg-name))) ((quote error) (configuration-layer//set-error) (spacemacs-buffer/append (format ... pkg-name layer err)))))) (eieio-oref pkg (quote :pre-layers))) (let ((owner (eieio-oref pkg (quote :owner)))) (spacemacs-buffer/message (format " -> init (%S)..." owner)) (funcall (intern (format "%S/init-%S" owner pkg-name)))) (mapc (function (lambda (layer) (spacemacs-buffer/message (format " -> post-init (%S)..." layer)) (condition-case err (funcall (intern (format "%S/post-init-%S" layer pkg-name))) ((quote error) (configuration-layer//set-error) (spacemacs-buffer/append (format ... pkg-name layer err)))))) (eieio-oref pkg (quote :post-layers))))
configuration-layer//configure-package([object cfgl-package "projectile" projectile spacemacs nil nil elpa nil nil])
(cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) ((eq (quote local) (eieio-oref pkg (quote :location))) (let* ((owner (object-assoc (eieio-oref pkg (quote :owner)) :name configuration-layer-layers)) (dir (eieio-oref owner (quote :dir)))) (setq load-path (cons (format "%slocal/%S/" dir pkg-name) load-path)) (setq load-path (cons (format "%sextensions/%S/" dir pkg-name) load-path))) (configuration-layer//configure-package pkg)) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg)))
(let ((pkg-name (eieio-oref pkg (quote :name)))) (cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) ((eq (quote local) (eieio-oref pkg (quote :location))) (let* ((owner (object-assoc (eieio-oref pkg ...) :name configuration-layer-layers)) (dir (eieio-oref owner (quote :dir)))) (setq load-path (cons (format "%slocal/%S/" dir pkg-name) load-path)) (setq load-path (cons (format "%sextensions/%S/" dir pkg-name) load-path))) (configuration-layer//configure-package pkg)) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg))))
(while --dolist-tail-- (setq pkg (car --dolist-tail--)) (spacemacs-buffer/loading-animation) (let ((pkg-name (eieio-oref pkg (quote :name)))) (cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) ((eq (quote local) (eieio-oref pkg (quote :location))) (let* ((owner (object-assoc ... :name configuration-layer-layers)) (dir (eieio-oref owner ...))) (setq load-path (cons (format "%slocal/%S/" dir pkg-name) load-path)) (setq load-path (cons (format "%sextensions/%S/" dir pkg-name) load-path))) (configuration-layer//configure-package pkg)) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg)))) (setq --dolist-tail-- (cdr --dolist-tail--)))
(let ((--dolist-tail-- packages) pkg) (while --dolist-tail-- (setq pkg (car --dolist-tail--)) (spacemacs-buffer/loading-animation) (let ((pkg-name (eieio-oref pkg (quote :name)))) (cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) ((eq (quote local) (eieio-oref pkg (quote :location))) (let* ((owner ...) (dir ...)) (setq load-path (cons ... load-path)) (setq load-path (cons ... load-path))) (configuration-layer//configure-package pkg)) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg)))) (setq --dolist-tail-- (cdr --dolist-tail--))))
configuration-layer//configure-packages-2(([object cfgl-package "ac-ispell" ac-ispell auto-completion nil nil elpa nil nil] [object cfgl-package "ace-link" ace-link spacemacs nil nil elpa nil nil] [object cfgl-package "ace-window" ace-window spacemacs nil nil elpa nil nil] [object cfgl-package "adaptive-wrap" adaptive-wrap spacemacs nil nil elpa nil nil] [object cfgl-package "aggressive-indent" aggressive-indent spacemacs nil nil elpa nil nil] [object cfgl-package "anaconda-mode" anaconda-mode python nil nil elpa nil nil] [object cfgl-package "auctex" auctex latex nil nil elpa nil nil] [object cfgl-package "auctex-latexmk" auctex-latexmk latex nil nil elpa nil nil] [object cfgl-package "auto-complete" auto-complete auto-completion nil nil elpa nil nil] [object cfgl-package "auto-dictionary" auto-dictionary spacemacs nil nil elpa nil nil] [object cfgl-package "auto-highlight-symbol" auto-highlight-symbol spacemacs nil nil elpa nil nil] [object cfgl-package "auto-yasnippet" auto-yasnippet auto-completion nil nil elpa nil nil] [object cfgl-package "avy" avy spacemacs nil nil elpa nil nil] [object cfgl-package "bind-key" bind-key spacemacs nil nil elpa nil nil] [object cfgl-package "bookmark" bookmark spacemacs nil nil elpa nil nil] [object cfgl-package "buffer-move" buffer-move spacemacs nil nil elpa nil nil] [object cfgl-package "centered-cursor" centered-cursor spacemacs nil nil local nil nil] [object cfgl-package "clean-aindent-mode" clean-aindent-mode spacemacs nil nil elpa nil nil] [object cfgl-package "coffee-mode" coffee-mode javascript nil nil elpa nil nil] [object cfgl-package "company" company auto-completion (shell) (emacs-lisp ess python latex javascript html) elpa nil nil] [object cfgl-package "company-anaconda" company-anaconda python nil nil elpa nil nil] [object cfgl-package "company-auctex" company-auctex latex nil nil elpa nil nil] [object cfgl-package "company-quickhelp" company-quickhelp auto-completion nil nil elpa nil nil] [object cfgl-package "company-statistics" company-statistics auto-completion nil nil elpa nil nil] [object cfgl-package "company-tern" company-tern javascript nil nil elpa nil nil] [object cfgl-package "company-web" company-web html nil nil elpa nil nil] [object cfgl-package "css-mode" css-mode html nil nil elpa nil nil] [object cfgl-package "cython-mode" cython-mode python nil nil elpa nil nil] [object cfgl-package "define-word" define-word spacemacs nil nil elpa nil nil] [object cfgl-package "desktop" desktop spacemacs nil nil elpa nil nil] [object cfgl-package "diff-hl" diff-hl version-control nil nil elpa nil nil] [object cfgl-package "diff-mode" diff-mode version-control nil nil elpa nil nil] [object cfgl-package "diminish" diminish spacemacs nil nil elpa nil nil] [object cfgl-package "doc-view" doc-view spacemacs nil nil elpa nil nil] [object cfgl-package "ediff" ediff spacemacs nil nil elpa nil nil] [object cfgl-package "eldoc" eldoc spacemacs nil (emacs-lisp python) elpa nil nil] [object cfgl-package "elisp-slime-nav" elisp-slime-nav emacs-lisp nil nil elpa nil nil] [object cfgl-package "emacs-builtin-process-menu" emacs-builtin-process-menu spacemacs nil nil local nil nil] [object cfgl-package "emmet-mode" emmet-mode html nil nil elpa nil nil] [object cfgl-package "engine-mode" engine-mode search-engine nil nil elpa nil nil] [object cfgl-package "esh-help" esh-help shell nil nil elpa nil nil] [object cfgl-package "eshell" eshell shell nil nil elpa nil nil] [object cfgl-package "eshell-prompt-extras" eshell-prompt-extras shell nil nil elpa nil nil] [object cfgl-package "ess" ess ess nil nil elpa nil nil] [object cfgl-package "ess-R-data-view" ess-R-data-view ess nil nil elpa nil nil] [object cfgl-package "ess-R-object-popup" ess-R-object-popup ess nil nil elpa nil nil] [object cfgl-package "ess-smart-equals" ess-smart-equals ess nil nil elpa nil nil] [object cfgl-package "eval-sexp-fu" eval-sexp-fu spacemacs nil nil elpa nil nil] [object cfgl-package "evil" evil spacemacs nil (emacs-lisp) elpa nil nil] [object cfgl-package "evil-anzu" evil-anzu spacemacs nil nil elpa nil nil] ...))
configuration-layer//configure-packages(([object cfgl-package "ac-ispell" ac-ispell auto-completion nil nil elpa nil nil] [object cfgl-package "ace-link" ace-link spacemacs nil nil elpa nil nil] [object cfgl-package "ace-window" ace-window spacemacs nil nil elpa nil nil] [object cfgl-package "adaptive-wrap" adaptive-wrap spacemacs nil nil elpa nil nil] [object cfgl-package "aggressive-indent" aggressive-indent spacemacs nil nil elpa nil nil] [object cfgl-package "anaconda-mode" anaconda-mode python nil nil elpa nil nil] [object cfgl-package "auctex" auctex latex nil nil elpa nil nil] [object cfgl-package "auctex-latexmk" auctex-latexmk latex nil nil elpa nil nil] [object cfgl-package "auto-complete" auto-complete auto-completion nil nil elpa nil nil] [object cfgl-package "auto-dictionary" auto-dictionary spacemacs nil nil elpa nil nil] [object cfgl-package "auto-highlight-symbol" auto-highlight-symbol spacemacs nil nil elpa nil nil] [object cfgl-package "auto-yasnippet" auto-yasnippet auto-completion nil nil elpa nil nil] [object cfgl-package "avy" avy spacemacs nil nil elpa nil nil] [object cfgl-package "bind-key" bind-key spacemacs nil nil elpa nil nil] [object cfgl-package "bookmark" bookmark spacemacs nil nil elpa nil nil] [object cfgl-package "buffer-move" buffer-move spacemacs nil nil elpa nil nil] [object cfgl-package "centered-cursor" centered-cursor spacemacs nil nil local nil nil] [object cfgl-package "clean-aindent-mode" clean-aindent-mode spacemacs nil nil elpa nil nil] [object cfgl-package "coffee-mode" coffee-mode javascript nil nil elpa nil nil] [object cfgl-package "company" company auto-completion (shell) (emacs-lisp ess python latex javascript html) elpa nil nil] [object cfgl-package "company-anaconda" company-anaconda python nil nil elpa nil nil] [object cfgl-package "company-auctex" company-auctex latex nil nil elpa nil nil] [object cfgl-package "company-quickhelp" company-quickhelp auto-completion nil nil elpa nil nil] [object cfgl-package "company-statistics" company-statistics auto-completion nil nil elpa nil nil] [object cfgl-package "company-tern" company-tern javascript nil nil elpa nil nil] [object cfgl-package "company-web" company-web html nil nil elpa nil nil] [object cfgl-package "css-mode" css-mode html nil nil elpa nil nil] [object cfgl-package "cython-mode" cython-mode python nil nil elpa nil nil] [object cfgl-package "define-word" define-word spacemacs nil nil elpa nil nil] [object cfgl-package "desktop" desktop spacemacs nil nil elpa nil nil] [object cfgl-package "diff-hl" diff-hl version-control nil nil elpa nil nil] [object cfgl-package "diff-mode" diff-mode version-control nil nil elpa nil nil] [object cfgl-package "diminish" diminish spacemacs nil nil elpa nil nil] [object cfgl-package "doc-view" doc-view spacemacs nil nil elpa nil nil] [object cfgl-package "ediff" ediff spacemacs nil nil elpa nil nil] [object cfgl-package "eldoc" eldoc spacemacs nil (emacs-lisp python) elpa nil nil] [object cfgl-package "elisp-slime-nav" elisp-slime-nav emacs-lisp nil nil elpa nil nil] [object cfgl-package "emacs-builtin-emacs-lisp" emacs-builtin-emacs-lisp emacs-lisp nil nil local post nil] [object cfgl-package "emacs-builtin-process-menu" emacs-builtin-process-menu spacemacs nil nil local nil nil] [object cfgl-package "emacs-builtin-reftex" emacs-builtin-reftex latex nil nil local post nil] [object cfgl-package "emmet-mode" emmet-mode html nil nil elpa nil nil] [object cfgl-package "engine-mode" engine-mode search-engine nil nil elpa nil nil] [object cfgl-package "esh-help" esh-help shell nil nil elpa nil nil] [object cfgl-package "eshell" eshell shell nil nil elpa nil nil] [object cfgl-package "eshell-prompt-extras" eshell-prompt-extras shell nil nil elpa nil nil] [object cfgl-package "ess" ess ess nil nil elpa nil nil] [object cfgl-package "ess-R-data-view" ess-R-data-view ess nil nil elpa nil nil] [object cfgl-package "ess-R-object-popup" ess-R-object-popup ess nil nil elpa nil nil] [object cfgl-package "ess-smart-equals" ess-smart-equals ess nil nil elpa nil nil] [object cfgl-package "eval-sexp-fu" eval-sexp-fu spacemacs nil nil elpa nil nil] ...))
(let ((layers (reverse configuration-layer-layers)) (warning-minimum-level :error)) (configuration-layer//set-layers-variables layers) (configuration-layer//load-layers-files layers (quote ("funcs.el" "config.el"))) (configuration-layer//load-layers-files layers (quote ("packages.el" "extensions.el"))) (setq configuration-layer-packages (configuration-layer//sort-packages (configuration-layer/get-packages layers t))) (setq spacemacs-loading-dots-chunk-threshold (/ (configuration-layer/configured-packages-count) spacemacs-loading-dots-chunk-count)) (configuration-layer//install-packages configuration-layer-packages) (configuration-layer//configure-packages configuration-layer-packages) (configuration-layer//load-layers-files layers (quote ("keybindings.el"))))
configuration-layer/load-layers()
configuration-layer/sync()
(progn (load-file (concat user-emacs-directory "core/core-load-paths.el")) (require (quote core-spacemacs)) (require (quote core-configuration-layer)) (spacemacs/init) (configuration-layer/sync) (spacemacs/setup-startup-hook) (spacemacs/maybe-install-dotfile) (require (quote server)) (if (server-running-p) nil (server-start)))
(if (spacemacs/emacs-version-ok) (progn (load-file (concat user-emacs-directory "core/core-load-paths.el")) (require (quote core-spacemacs)) (require (quote core-configuration-layer)) (spacemacs/init) (configuration-layer/sync) (spacemacs/setup-startup-hook) (spacemacs/maybe-install-dotfile) (require (quote server)) (if (server-running-p) nil (server-start))))
eval-buffer(#<buffer *load*> nil "/home/izahn/.emacs.d/init.el" nil t) ; Reading at buffer position 998
load-with-code-conversion("/home/izahn/.emacs.d/init.el" "/home/izahn/.emacs.d/init.el" t t)
load("/home/izahn/.emacs.d/init" t t)
#[0 "\205\262
``` | 1.0 | void-variable projectile-generic-command - Commit a2dfa33093e42f8f79b36f25e9ca471a3c7febf breaks something for me, here is the traceback from `emacs --debug-init`:
```
Debugger entered--Lisp error: (void-variable projectile-generic-command)
(if (system-is-mswindows) "find . -type f" projectile-generic-command)
(setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld"))
(progn (setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld")) (if (configuration-layer/package-usedp (quote helm-projectile)) nil (evil-leader/set-key "pb" (quote projectile-switch-to-buffer) "pd" (quote projectile-find-dir) "pf" (quote projectile-find-file) "ph" (quote helm-projectile) "pr" (quote projectile-recentf) "ps" (quote projectile-switch-project))) (evil-leader/set-key "p!" (quote projectile-run-shell-command-in-root) "p&" (quote projectile-run-async-shell-command-in-root) "pa" (quote projectile-toggle-between-implementation-and-test) "pc" (quote projectile-compile-project) "pD" (quote projectile-dired) "pG" (quote projectile-regenerate-tags) "pI" (quote projectile-invalidate-cache) "pk" (quote projectile-kill-buffers) "po" (quote projectile-multi-occur) "pR" (quote projectile-replace) "pT" (quote projectile-find-test-file) "py" (quote projectile-find-tag)))
(condition-case err (progn (setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld")) (if (configuration-layer/package-usedp (quote helm-projectile)) nil (evil-leader/set-key "pb" (quote projectile-switch-to-buffer) "pd" (quote projectile-find-dir) "pf" (quote projectile-find-file) "ph" (quote helm-projectile) "pr" (quote projectile-recentf) "ps" (quote projectile-switch-project))) (evil-leader/set-key "p!" (quote projectile-run-shell-command-in-root) "p&" (quote projectile-run-async-shell-command-in-root) "pa" (quote projectile-toggle-between-implementation-and-test) "pc" (quote projectile-compile-project) "pD" (quote projectile-dired) "pG" (quote projectile-regenerate-tags) "pI" (quote projectile-invalidate-cache) "pk" (quote projectile-kill-buffers) "po" (quote projectile-multi-occur) "pR" (quote projectile-replace) "pT" (quote projectile-find-test-file) "py" (quote projectile-find-tag))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" ":init" (error-message-string err)) :error))))
(progn (condition-case err (progn (setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld")) (if (configuration-layer/package-usedp (quote helm-projectile)) nil (evil-leader/set-key "pb" (quote projectile-switch-to-buffer) "pd" (quote projectile-find-dir) "pf" (quote projectile-find-file) "ph" (quote helm-projectile) "pr" (quote projectile-recentf) "ps" (quote projectile-switch-project))) (evil-leader/set-key "p!" (quote projectile-run-shell-command-in-root) "p&" (quote projectile-run-async-shell-command-in-root) "pa" (quote projectile-toggle-between-implementation-and-test) "pc" (quote projectile-compile-project) "pD" (quote projectile-dired) "pG" (quote projectile-regenerate-tags) "pI" (quote projectile-invalidate-cache) "pk" (quote projectile-kill-buffers) "po" (quote projectile-multi-occur) "pR" (quote projectile-replace) "pT" (quote projectile-find-test-file) "py" (quote projectile-find-tag))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" ":init" (error-message-string err)) :error)))) (condition-case err (run-hooks (quote use-package--projectile--post-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" "post-:init hook" (error-message-string err)) :error)))))
(if (condition-case err (run-hook-with-args-until-failure (quote use-package--projectile--pre-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" "pre-:init hook" (error-message-string err)) :error)))) (progn (condition-case err (progn (setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld")) (if (configuration-layer/package-usedp (quote helm-projectile)) nil (evil-leader/set-key "pb" (quote projectile-switch-to-buffer) "pd" (quote projectile-find-dir) "pf" (quote projectile-find-file) "ph" (quote helm-projectile) "pr" (quote projectile-recentf) "ps" (quote projectile-switch-project))) (evil-leader/set-key "p!" (quote projectile-run-shell-command-in-root) "p&" (quote projectile-run-async-shell-command-in-root) "pa" (quote projectile-toggle-between-implementation-and-test) "pc" (quote projectile-compile-project) "pD" (quote projectile-dired) "pG" (quote projectile-regenerate-tags) "pI" (quote projectile-invalidate-cache) "pk" (quote projectile-kill-buffers) "po" (quote projectile-multi-occur) "pR" (quote projectile-replace) "pT" (quote projectile-find-test-file) "py" (quote projectile-find-tag))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" ":init" (error-message-string err)) :error)))) (condition-case err (run-hooks (quote use-package--projectile--post-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" "post-:init hook" (error-message-string err)) :error))))))
(progn (if (fboundp (quote projectile-ack)) nil (autoload (function projectile-ack) "projectile" nil t)) (if (fboundp (quote projectile-ag)) nil (autoload (function projectile-ag) "projectile" nil t)) (if (fboundp (quote projectile-compile-project)) nil (autoload (function projectile-compile-project) "projectile" nil t)) (if (fboundp (quote projectile-dired)) nil (autoload (function projectile-dired) "projectile" nil t)) (if (fboundp (quote projectile-grep)) nil (autoload (function projectile-grep) "projectile" nil t)) (if (fboundp (quote projectile-find-dir)) nil (autoload (function projectile-find-dir) "projectile" nil t)) (if (fboundp (quote projectile-find-file)) nil (autoload (function projectile-find-file) "projectile" nil t)) (if (fboundp (quote projectile-find-tag)) nil (autoload (function projectile-find-tag) "projectile" nil t)) (if (fboundp (quote projectile-find-test-file)) nil (autoload (function projectile-find-test-file) "projectile" nil t)) (if (fboundp (quote projectile-invalidate-cache)) nil (autoload (function projectile-invalidate-cache) "projectile" nil t)) (if (fboundp (quote projectile-kill-buffers)) nil (autoload (function projectile-kill-buffers) "projectile" nil t)) (if (fboundp (quote projectile-multi-occur)) nil (autoload (function projectile-multi-occur) "projectile" nil t)) (if (fboundp (quote projectile-project-root)) nil (autoload (function projectile-project-root) "projectile" nil t)) (if (fboundp (quote projectile-recentf)) nil (autoload (function projectile-recentf) "projectile" nil t)) (if (fboundp (quote projectile-regenerate-tags)) nil (autoload (function projectile-regenerate-tags) "projectile" nil t)) (if (fboundp (quote projectile-replace)) nil (autoload (function projectile-replace) "projectile" nil t)) (if (fboundp (quote projectile-run-async-shell-command-in-root)) nil (autoload (function projectile-run-async-shell-command-in-root) "projectile" nil t)) (if (fboundp (quote projectile-run-shell-command-in-root)) nil (autoload (function projectile-run-shell-command-in-root) "projectile" nil t)) (if (fboundp (quote projectile-switch-project)) nil (autoload (function projectile-switch-project) "projectile" nil t)) (if (fboundp (quote projectile-switch-to-buffer)) nil (autoload (function projectile-switch-to-buffer) "projectile" nil t)) (if (fboundp (quote projectile-vc)) nil (autoload (function projectile-vc) "projectile" nil t)) (if (condition-case err (run-hook-with-args-until-failure (quote use-package--projectile--pre-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" "pre-:init hook" (error-message-string err)) :error)))) (progn (condition-case err (progn (setq projectile-enable-caching t projectile-indexing-method (quote alien) projectile-generic-command (if (system-is-mswindows) "find . -type f" projectile-generic-command) projectile-sort-order (quote recentf) projectile-cache-file (concat spacemacs-cache-directory "projectile.cache") projectile-known-projects-file (concat spacemacs-cache-directory "projectile-bookmarks.eld")) (if (configuration-layer/package-usedp (quote helm-projectile)) nil (evil-leader/set-key "pb" (quote projectile-switch-to-buffer) "pd" (quote projectile-find-dir) "pf" (quote projectile-find-file) "ph" (quote helm-projectile) "pr" (quote projectile-recentf) "ps" (quote projectile-switch-project))) (evil-leader/set-key "p!" (quote projectile-run-shell-command-in-root) "p&" (quote projectile-run-async-shell-command-in-root) "pa" (quote projectile-toggle-between-implementation-and-test) "pc" (quote projectile-compile-project) "pD" (quote projectile-dired) "pG" (quote projectile-regenerate-tags) "pI" (quote projectile-invalidate-cache) "pk" (quote projectile-kill-buffers) "po" (quote projectile-multi-occur) "pR" (quote projectile-replace) "pT" (quote projectile-find-test-file) "py" (quote projectile-find-tag))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" ":init" ...) :error)))) (condition-case err (run-hooks (quote use-package--projectile--post-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "projectile" "post-:init hook" ...) :error)))))) (eval-after-load (quote projectile) (function (lambda nil (progn (if (condition-case err (run-hook-with-args-until-failure ...) (... ...)) (progn (condition-case err ... ...) (condition-case err ... ...))) t)))))
spacemacs/init-projectile()
funcall(spacemacs/init-projectile)
(let ((owner (eieio-oref pkg (quote :owner)))) (spacemacs-buffer/message (format " -> init (%S)..." owner)) (funcall (intern (format "%S/init-%S" owner pkg-name))))
(let ((pkg-name (eieio-oref pkg (quote :name)))) (spacemacs-buffer/message (format "Configuring %S..." pkg-name)) (mapc (function (lambda (layer) (spacemacs-buffer/message (format " -> pre-init (%S)..." layer)) (condition-case err (funcall (intern (format "%S/pre-init-%S" layer pkg-name))) ((quote error) (configuration-layer//set-error) (spacemacs-buffer/append (format ... pkg-name layer err)))))) (eieio-oref pkg (quote :pre-layers))) (let ((owner (eieio-oref pkg (quote :owner)))) (spacemacs-buffer/message (format " -> init (%S)..." owner)) (funcall (intern (format "%S/init-%S" owner pkg-name)))) (mapc (function (lambda (layer) (spacemacs-buffer/message (format " -> post-init (%S)..." layer)) (condition-case err (funcall (intern (format "%S/post-init-%S" layer pkg-name))) ((quote error) (configuration-layer//set-error) (spacemacs-buffer/append (format ... pkg-name layer err)))))) (eieio-oref pkg (quote :post-layers))))
configuration-layer//configure-package([object cfgl-package "projectile" projectile spacemacs nil nil elpa nil nil])
(cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) ((eq (quote local) (eieio-oref pkg (quote :location))) (let* ((owner (object-assoc (eieio-oref pkg (quote :owner)) :name configuration-layer-layers)) (dir (eieio-oref owner (quote :dir)))) (setq load-path (cons (format "%slocal/%S/" dir pkg-name) load-path)) (setq load-path (cons (format "%sextensions/%S/" dir pkg-name) load-path))) (configuration-layer//configure-package pkg)) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg)))
(let ((pkg-name (eieio-oref pkg (quote :name)))) (cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) ((eq (quote local) (eieio-oref pkg (quote :location))) (let* ((owner (object-assoc (eieio-oref pkg ...) :name configuration-layer-layers)) (dir (eieio-oref owner (quote :dir)))) (setq load-path (cons (format "%slocal/%S/" dir pkg-name) load-path)) (setq load-path (cons (format "%sextensions/%S/" dir pkg-name) load-path))) (configuration-layer//configure-package pkg)) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg))))
(while --dolist-tail-- (setq pkg (car --dolist-tail--)) (spacemacs-buffer/loading-animation) (let ((pkg-name (eieio-oref pkg (quote :name)))) (cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) ((eq (quote local) (eieio-oref pkg (quote :location))) (let* ((owner (object-assoc ... :name configuration-layer-layers)) (dir (eieio-oref owner ...))) (setq load-path (cons (format "%slocal/%S/" dir pkg-name) load-path)) (setq load-path (cons (format "%sextensions/%S/" dir pkg-name) load-path))) (configuration-layer//configure-package pkg)) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg)))) (setq --dolist-tail-- (cdr --dolist-tail--)))
(let ((--dolist-tail-- packages) pkg) (while --dolist-tail-- (setq pkg (car --dolist-tail--)) (spacemacs-buffer/loading-animation) (let ((pkg-name (eieio-oref pkg (quote :name)))) (cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) ((eq (quote local) (eieio-oref pkg (quote :location))) (let* ((owner ...) (dir ...)) (setq load-path (cons ... load-path)) (setq load-path (cons ... load-path))) (configuration-layer//configure-package pkg)) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg)))) (setq --dolist-tail-- (cdr --dolist-tail--))))
configuration-layer//configure-packages-2(([object cfgl-package "ac-ispell" ac-ispell auto-completion nil nil elpa nil nil] [object cfgl-package "ace-link" ace-link spacemacs nil nil elpa nil nil] [object cfgl-package "ace-window" ace-window spacemacs nil nil elpa nil nil] [object cfgl-package "adaptive-wrap" adaptive-wrap spacemacs nil nil elpa nil nil] [object cfgl-package "aggressive-indent" aggressive-indent spacemacs nil nil elpa nil nil] [object cfgl-package "anaconda-mode" anaconda-mode python nil nil elpa nil nil] [object cfgl-package "auctex" auctex latex nil nil elpa nil nil] [object cfgl-package "auctex-latexmk" auctex-latexmk latex nil nil elpa nil nil] [object cfgl-package "auto-complete" auto-complete auto-completion nil nil elpa nil nil] [object cfgl-package "auto-dictionary" auto-dictionary spacemacs nil nil elpa nil nil] [object cfgl-package "auto-highlight-symbol" auto-highlight-symbol spacemacs nil nil elpa nil nil] [object cfgl-package "auto-yasnippet" auto-yasnippet auto-completion nil nil elpa nil nil] [object cfgl-package "avy" avy spacemacs nil nil elpa nil nil] [object cfgl-package "bind-key" bind-key spacemacs nil nil elpa nil nil] [object cfgl-package "bookmark" bookmark spacemacs nil nil elpa nil nil] [object cfgl-package "buffer-move" buffer-move spacemacs nil nil elpa nil nil] [object cfgl-package "centered-cursor" centered-cursor spacemacs nil nil local nil nil] [object cfgl-package "clean-aindent-mode" clean-aindent-mode spacemacs nil nil elpa nil nil] [object cfgl-package "coffee-mode" coffee-mode javascript nil nil elpa nil nil] [object cfgl-package "company" company auto-completion (shell) (emacs-lisp ess python latex javascript html) elpa nil nil] [object cfgl-package "company-anaconda" company-anaconda python nil nil elpa nil nil] [object cfgl-package "company-auctex" company-auctex latex nil nil elpa nil nil] [object cfgl-package "company-quickhelp" company-quickhelp auto-completion nil nil elpa nil nil] [object cfgl-package "company-statistics" company-statistics auto-completion nil nil elpa nil nil] [object cfgl-package "company-tern" company-tern javascript nil nil elpa nil nil] [object cfgl-package "company-web" company-web html nil nil elpa nil nil] [object cfgl-package "css-mode" css-mode html nil nil elpa nil nil] [object cfgl-package "cython-mode" cython-mode python nil nil elpa nil nil] [object cfgl-package "define-word" define-word spacemacs nil nil elpa nil nil] [object cfgl-package "desktop" desktop spacemacs nil nil elpa nil nil] [object cfgl-package "diff-hl" diff-hl version-control nil nil elpa nil nil] [object cfgl-package "diff-mode" diff-mode version-control nil nil elpa nil nil] [object cfgl-package "diminish" diminish spacemacs nil nil elpa nil nil] [object cfgl-package "doc-view" doc-view spacemacs nil nil elpa nil nil] [object cfgl-package "ediff" ediff spacemacs nil nil elpa nil nil] [object cfgl-package "eldoc" eldoc spacemacs nil (emacs-lisp python) elpa nil nil] [object cfgl-package "elisp-slime-nav" elisp-slime-nav emacs-lisp nil nil elpa nil nil] [object cfgl-package "emacs-builtin-process-menu" emacs-builtin-process-menu spacemacs nil nil local nil nil] [object cfgl-package "emmet-mode" emmet-mode html nil nil elpa nil nil] [object cfgl-package "engine-mode" engine-mode search-engine nil nil elpa nil nil] [object cfgl-package "esh-help" esh-help shell nil nil elpa nil nil] [object cfgl-package "eshell" eshell shell nil nil elpa nil nil] [object cfgl-package "eshell-prompt-extras" eshell-prompt-extras shell nil nil elpa nil nil] [object cfgl-package "ess" ess ess nil nil elpa nil nil] [object cfgl-package "ess-R-data-view" ess-R-data-view ess nil nil elpa nil nil] [object cfgl-package "ess-R-object-popup" ess-R-object-popup ess nil nil elpa nil nil] [object cfgl-package "ess-smart-equals" ess-smart-equals ess nil nil elpa nil nil] [object cfgl-package "eval-sexp-fu" eval-sexp-fu spacemacs nil nil elpa nil nil] [object cfgl-package "evil" evil spacemacs nil (emacs-lisp) elpa nil nil] [object cfgl-package "evil-anzu" evil-anzu spacemacs nil nil elpa nil nil] ...))
configuration-layer//configure-packages(([object cfgl-package "ac-ispell" ac-ispell auto-completion nil nil elpa nil nil] [object cfgl-package "ace-link" ace-link spacemacs nil nil elpa nil nil] [object cfgl-package "ace-window" ace-window spacemacs nil nil elpa nil nil] [object cfgl-package "adaptive-wrap" adaptive-wrap spacemacs nil nil elpa nil nil] [object cfgl-package "aggressive-indent" aggressive-indent spacemacs nil nil elpa nil nil] [object cfgl-package "anaconda-mode" anaconda-mode python nil nil elpa nil nil] [object cfgl-package "auctex" auctex latex nil nil elpa nil nil] [object cfgl-package "auctex-latexmk" auctex-latexmk latex nil nil elpa nil nil] [object cfgl-package "auto-complete" auto-complete auto-completion nil nil elpa nil nil] [object cfgl-package "auto-dictionary" auto-dictionary spacemacs nil nil elpa nil nil] [object cfgl-package "auto-highlight-symbol" auto-highlight-symbol spacemacs nil nil elpa nil nil] [object cfgl-package "auto-yasnippet" auto-yasnippet auto-completion nil nil elpa nil nil] [object cfgl-package "avy" avy spacemacs nil nil elpa nil nil] [object cfgl-package "bind-key" bind-key spacemacs nil nil elpa nil nil] [object cfgl-package "bookmark" bookmark spacemacs nil nil elpa nil nil] [object cfgl-package "buffer-move" buffer-move spacemacs nil nil elpa nil nil] [object cfgl-package "centered-cursor" centered-cursor spacemacs nil nil local nil nil] [object cfgl-package "clean-aindent-mode" clean-aindent-mode spacemacs nil nil elpa nil nil] [object cfgl-package "coffee-mode" coffee-mode javascript nil nil elpa nil nil] [object cfgl-package "company" company auto-completion (shell) (emacs-lisp ess python latex javascript html) elpa nil nil] [object cfgl-package "company-anaconda" company-anaconda python nil nil elpa nil nil] [object cfgl-package "company-auctex" company-auctex latex nil nil elpa nil nil] [object cfgl-package "company-quickhelp" company-quickhelp auto-completion nil nil elpa nil nil] [object cfgl-package "company-statistics" company-statistics auto-completion nil nil elpa nil nil] [object cfgl-package "company-tern" company-tern javascript nil nil elpa nil nil] [object cfgl-package "company-web" company-web html nil nil elpa nil nil] [object cfgl-package "css-mode" css-mode html nil nil elpa nil nil] [object cfgl-package "cython-mode" cython-mode python nil nil elpa nil nil] [object cfgl-package "define-word" define-word spacemacs nil nil elpa nil nil] [object cfgl-package "desktop" desktop spacemacs nil nil elpa nil nil] [object cfgl-package "diff-hl" diff-hl version-control nil nil elpa nil nil] [object cfgl-package "diff-mode" diff-mode version-control nil nil elpa nil nil] [object cfgl-package "diminish" diminish spacemacs nil nil elpa nil nil] [object cfgl-package "doc-view" doc-view spacemacs nil nil elpa nil nil] [object cfgl-package "ediff" ediff spacemacs nil nil elpa nil nil] [object cfgl-package "eldoc" eldoc spacemacs nil (emacs-lisp python) elpa nil nil] [object cfgl-package "elisp-slime-nav" elisp-slime-nav emacs-lisp nil nil elpa nil nil] [object cfgl-package "emacs-builtin-emacs-lisp" emacs-builtin-emacs-lisp emacs-lisp nil nil local post nil] [object cfgl-package "emacs-builtin-process-menu" emacs-builtin-process-menu spacemacs nil nil local nil nil] [object cfgl-package "emacs-builtin-reftex" emacs-builtin-reftex latex nil nil local post nil] [object cfgl-package "emmet-mode" emmet-mode html nil nil elpa nil nil] [object cfgl-package "engine-mode" engine-mode search-engine nil nil elpa nil nil] [object cfgl-package "esh-help" esh-help shell nil nil elpa nil nil] [object cfgl-package "eshell" eshell shell nil nil elpa nil nil] [object cfgl-package "eshell-prompt-extras" eshell-prompt-extras shell nil nil elpa nil nil] [object cfgl-package "ess" ess ess nil nil elpa nil nil] [object cfgl-package "ess-R-data-view" ess-R-data-view ess nil nil elpa nil nil] [object cfgl-package "ess-R-object-popup" ess-R-object-popup ess nil nil elpa nil nil] [object cfgl-package "ess-smart-equals" ess-smart-equals ess nil nil elpa nil nil] [object cfgl-package "eval-sexp-fu" eval-sexp-fu spacemacs nil nil elpa nil nil] ...))
(let ((layers (reverse configuration-layer-layers)) (warning-minimum-level :error)) (configuration-layer//set-layers-variables layers) (configuration-layer//load-layers-files layers (quote ("funcs.el" "config.el"))) (configuration-layer//load-layers-files layers (quote ("packages.el" "extensions.el"))) (setq configuration-layer-packages (configuration-layer//sort-packages (configuration-layer/get-packages layers t))) (setq spacemacs-loading-dots-chunk-threshold (/ (configuration-layer/configured-packages-count) spacemacs-loading-dots-chunk-count)) (configuration-layer//install-packages configuration-layer-packages) (configuration-layer//configure-packages configuration-layer-packages) (configuration-layer//load-layers-files layers (quote ("keybindings.el"))))
configuration-layer/load-layers()
configuration-layer/sync()
(progn (load-file (concat user-emacs-directory "core/core-load-paths.el")) (require (quote core-spacemacs)) (require (quote core-configuration-layer)) (spacemacs/init) (configuration-layer/sync) (spacemacs/setup-startup-hook) (spacemacs/maybe-install-dotfile) (require (quote server)) (if (server-running-p) nil (server-start)))
(if (spacemacs/emacs-version-ok) (progn (load-file (concat user-emacs-directory "core/core-load-paths.el")) (require (quote core-spacemacs)) (require (quote core-configuration-layer)) (spacemacs/init) (configuration-layer/sync) (spacemacs/setup-startup-hook) (spacemacs/maybe-install-dotfile) (require (quote server)) (if (server-running-p) nil (server-start))))
eval-buffer(#<buffer *load*> nil "/home/izahn/.emacs.d/init.el" nil t) ; Reading at buffer position 998
load-with-code-conversion("/home/izahn/.emacs.d/init.el" "/home/izahn/.emacs.d/init.el" t t)
load("/home/izahn/.emacs.d/init" t t)
#[0 "\205\262
``` | priority | void variable projectile generic command commit breaks something for me here is the traceback from emacs debug init debugger entered lisp error void variable projectile generic command if system is mswindows find type f projectile generic command setq projectile enable caching t projectile indexing method quote alien projectile generic command if system is mswindows find type f projectile generic command projectile sort order quote recentf projectile cache file concat spacemacs cache directory projectile cache projectile known projects file concat spacemacs cache directory projectile bookmarks eld progn setq projectile enable caching t projectile indexing method quote alien projectile generic command if system is mswindows find type f projectile generic command projectile sort order quote recentf projectile cache file concat spacemacs cache directory projectile cache projectile known projects file concat spacemacs cache directory projectile bookmarks eld if configuration layer package usedp quote helm projectile nil evil leader set key pb quote projectile switch to buffer pd quote projectile find dir pf quote projectile find file ph quote helm projectile pr quote projectile recentf ps quote projectile switch project evil leader set key p quote projectile run shell command in root p quote projectile run async shell command in root pa quote projectile toggle between implementation and test pc quote projectile compile project pd quote projectile dired pg quote projectile regenerate tags pi quote projectile invalidate cache pk quote projectile kill buffers po quote projectile multi occur pr quote projectile replace pt quote projectile find test file py quote projectile find tag condition case err progn setq projectile enable caching t projectile indexing method quote alien projectile generic command if system is mswindows find type f projectile generic command projectile sort order quote recentf projectile cache file concat spacemacs cache directory projectile cache projectile known projects file concat spacemacs cache directory projectile bookmarks eld if configuration layer package usedp quote helm projectile nil evil leader set key pb quote projectile switch to buffer pd quote projectile find dir pf quote projectile find file ph quote helm projectile pr quote projectile recentf ps quote projectile switch project evil leader set key p quote projectile run shell command in root p quote projectile run async shell command in root pa quote projectile toggle between implementation and test pc quote projectile compile project pd quote projectile dired pg quote projectile regenerate tags pi quote projectile invalidate cache pk quote projectile kill buffers po quote projectile multi occur pr quote projectile replace pt quote projectile find test file py quote projectile find tag debug error ignore display warning quote use package format s s s projectile init error message string err error progn condition case err progn setq projectile enable caching t projectile indexing method quote alien projectile generic command if system is mswindows find type f projectile generic command projectile sort order quote recentf projectile cache file concat spacemacs cache directory projectile cache projectile known projects file concat spacemacs cache directory projectile bookmarks eld if configuration layer package usedp quote helm projectile nil evil leader set key pb quote projectile switch to buffer pd quote projectile find dir pf quote projectile find file ph quote helm projectile pr quote projectile recentf ps quote projectile switch project evil leader set key p quote projectile run shell command in root p quote projectile run async shell command in root pa quote projectile toggle between implementation and test pc quote projectile compile project pd quote projectile dired pg quote projectile regenerate tags pi quote projectile invalidate cache pk quote projectile kill buffers po quote projectile multi occur pr quote projectile replace pt quote projectile find test file py quote projectile find tag debug error ignore display warning quote use package format s s s projectile init error message string err error condition case err run hooks quote use package projectile post init hook debug error ignore display warning quote use package format s s s projectile post init hook error message string err error if condition case err run hook with args until failure quote use package projectile pre init hook debug error ignore display warning quote use package format s s s projectile pre init hook error message string err error progn condition case err progn setq projectile enable caching t projectile indexing method quote alien projectile generic command if system is mswindows find type f projectile generic command projectile sort order quote recentf projectile cache file concat spacemacs cache directory projectile cache projectile known projects file concat spacemacs cache directory projectile bookmarks eld if configuration layer package usedp quote helm projectile nil evil leader set key pb quote projectile switch to buffer pd quote projectile find dir pf quote projectile find file ph quote helm projectile pr quote projectile recentf ps quote projectile switch project evil leader set key p quote projectile run shell command in root p quote projectile run async shell command in root pa quote projectile toggle between implementation and test pc quote projectile compile project pd quote projectile dired pg quote projectile regenerate tags pi quote projectile invalidate cache pk quote projectile kill buffers po quote projectile multi occur pr quote projectile replace pt quote projectile find test file py quote projectile find tag debug error ignore display warning quote use package format s s s projectile init error message string err error condition case err run hooks quote use package projectile post init hook debug error ignore display warning quote use package format s s s projectile post init hook error message string err error progn if fboundp quote projectile ack nil autoload function projectile ack projectile nil t if fboundp quote projectile ag nil autoload function projectile ag projectile nil t if fboundp quote projectile compile project nil autoload function projectile compile project projectile nil t if fboundp quote projectile dired nil autoload function projectile dired projectile nil t if fboundp quote projectile grep nil autoload function projectile grep projectile nil t if fboundp quote projectile find dir nil autoload function projectile find dir projectile nil t if fboundp quote projectile find file nil autoload function projectile find file projectile nil t if fboundp quote projectile find tag nil autoload function projectile find tag projectile nil t if fboundp quote projectile find test file nil autoload function projectile find test file projectile nil t if fboundp quote projectile invalidate cache nil autoload function projectile invalidate cache projectile nil t if fboundp quote projectile kill buffers nil autoload function projectile kill buffers projectile nil t if fboundp quote projectile multi occur nil autoload function projectile multi occur projectile nil t if fboundp quote projectile project root nil autoload function projectile project root projectile nil t if fboundp quote projectile recentf nil autoload function projectile recentf projectile nil t if fboundp quote projectile regenerate tags nil autoload function projectile regenerate tags projectile nil t if fboundp quote projectile replace nil autoload function projectile replace projectile nil t if fboundp quote projectile run async shell command in root nil autoload function projectile run async shell command in root projectile nil t if fboundp quote projectile run shell command in root nil autoload function projectile run shell command in root projectile nil t if fboundp quote projectile switch project nil autoload function projectile switch project projectile nil t if fboundp quote projectile switch to buffer nil autoload function projectile switch to buffer projectile nil t if fboundp quote projectile vc nil autoload function projectile vc projectile nil t if condition case err run hook with args until failure quote use package projectile pre init hook debug error ignore display warning quote use package format s s s projectile pre init hook error message string err error progn condition case err progn setq projectile enable caching t projectile indexing method quote alien projectile generic command if system is mswindows find type f projectile generic command projectile sort order quote recentf projectile cache file concat spacemacs cache directory projectile cache projectile known projects file concat spacemacs cache directory projectile bookmarks eld if configuration layer package usedp quote helm projectile nil evil leader set key pb quote projectile switch to buffer pd quote projectile find dir pf quote projectile find file ph quote helm projectile pr quote projectile recentf ps quote projectile switch project evil leader set key p quote projectile run shell command in root p quote projectile run async shell command in root pa quote projectile toggle between implementation and test pc quote projectile compile project pd quote projectile dired pg quote projectile regenerate tags pi quote projectile invalidate cache pk quote projectile kill buffers po quote projectile multi occur pr quote projectile replace pt quote projectile find test file py quote projectile find tag debug error ignore display warning quote use package format s s s projectile init error condition case err run hooks quote use package projectile post init hook debug error ignore display warning quote use package format s s s projectile post init hook error eval after load quote projectile function lambda nil progn if condition case err run hook with args until failure progn condition case err condition case err t spacemacs init projectile funcall spacemacs init projectile let owner eieio oref pkg quote owner spacemacs buffer message format init s owner funcall intern format s init s owner pkg name let pkg name eieio oref pkg quote name spacemacs buffer message format configuring s pkg name mapc function lambda layer spacemacs buffer message format pre init s layer condition case err funcall intern format s pre init s layer pkg name quote error configuration layer set error spacemacs buffer append format pkg name layer err eieio oref pkg quote pre layers let owner eieio oref pkg quote owner spacemacs buffer message format init s owner funcall intern format s init s owner pkg name mapc function lambda layer spacemacs buffer message format post init s layer condition case err funcall intern format s post init s layer pkg name quote error configuration layer set error spacemacs buffer append format pkg name layer err eieio oref pkg quote post layers configuration layer configure package cond eieio oref pkg quote excluded spacemacs buffer message format s ignored since it has been excluded pkg name null eieio oref pkg quote owner spacemacs buffer message format s ignored since it has no owner layer pkg name eq quote dotfile eieio oref pkg quote owner configuration layer activate package pkg name spacemacs buffer message format s is configured in the dotfile pkg name eq quote local eieio oref pkg quote location let owner object assoc eieio oref pkg quote owner name configuration layer layers dir eieio oref owner quote dir setq load path cons format slocal s dir pkg name load path setq load path cons format sextensions s dir pkg name load path configuration layer configure package pkg t configuration layer activate package pkg name configuration layer configure package pkg let pkg name eieio oref pkg quote name cond eieio oref pkg quote excluded spacemacs buffer message format s ignored since it has been excluded pkg name null eieio oref pkg quote owner spacemacs buffer message format s ignored since it has no owner layer pkg name eq quote dotfile eieio oref pkg quote owner configuration layer activate package pkg name spacemacs buffer message format s is configured in the dotfile pkg name eq quote local eieio oref pkg quote location let owner object assoc eieio oref pkg name configuration layer layers dir eieio oref owner quote dir setq load path cons format slocal s dir pkg name load path setq load path cons format sextensions s dir pkg name load path configuration layer configure package pkg t configuration layer activate package pkg name configuration layer configure package pkg while dolist tail setq pkg car dolist tail spacemacs buffer loading animation let pkg name eieio oref pkg quote name cond eieio oref pkg quote excluded spacemacs buffer message format s ignored since it has been excluded pkg name null eieio oref pkg quote owner spacemacs buffer message format s ignored since it has no owner layer pkg name eq quote dotfile eieio oref pkg quote owner configuration layer activate package pkg name spacemacs buffer message format s is configured in the dotfile pkg name eq quote local eieio oref pkg quote location let owner object assoc name configuration layer layers dir eieio oref owner setq load path cons format slocal s dir pkg name load path setq load path cons format sextensions s dir pkg name load path configuration layer configure package pkg t configuration layer activate package pkg name configuration layer configure package pkg setq dolist tail cdr dolist tail let dolist tail packages pkg while dolist tail setq pkg car dolist tail spacemacs buffer loading animation let pkg name eieio oref pkg quote name cond eieio oref pkg quote excluded spacemacs buffer message format s ignored since it has been excluded pkg name null eieio oref pkg quote owner spacemacs buffer message format s ignored since it has no owner layer pkg name eq quote dotfile eieio oref pkg quote owner configuration layer activate package pkg name spacemacs buffer message format s is configured in the dotfile pkg name eq quote local eieio oref pkg quote location let owner dir setq load path cons load path setq load path cons load path configuration layer configure package pkg t configuration layer activate package pkg name configuration layer configure package pkg setq dolist tail cdr dolist tail configuration layer configure packages configuration layer configure packages let layers reverse configuration layer layers warning minimum level error configuration layer set layers variables layers configuration layer load layers files layers quote funcs el config el configuration layer load layers files layers quote packages el extensions el setq configuration layer packages configuration layer sort packages configuration layer get packages layers t setq spacemacs loading dots chunk threshold configuration layer configured packages count spacemacs loading dots chunk count configuration layer install packages configuration layer packages configuration layer configure packages configuration layer packages configuration layer load layers files layers quote keybindings el configuration layer load layers configuration layer sync progn load file concat user emacs directory core core load paths el require quote core spacemacs require quote core configuration layer spacemacs init configuration layer sync spacemacs setup startup hook spacemacs maybe install dotfile require quote server if server running p nil server start if spacemacs emacs version ok progn load file concat user emacs directory core core load paths el require quote core spacemacs require quote core configuration layer spacemacs init configuration layer sync spacemacs setup startup hook spacemacs maybe install dotfile require quote server if server running p nil server start eval buffer nil home izahn emacs d init el nil t reading at buffer position load with code conversion home izahn emacs d init el home izahn emacs d init el t t load home izahn emacs d init t t | 1 |
490,179 | 14,116,377,962 | IssuesEvent | 2020-11-08 02:41:39 | AY2021S1-CS2113T-F12-3/tp | https://api.github.com/repos/AY2021S1-CS2113T-F12-3/tp | closed | [PE-D] Parser cannot ignore white space in inputs. | priority.High | 
Topics spelt correctly but is erronously recognised as an erronous topic because of white space.
I would suggest a more rigorous Parser design, whereby by the tokens extracted from the input String calls trim() method before being included.
<!--session: 1604047641504-a18f3a89-2396-48a2-bd4c-b61e652cbfcd-->
-------------
Labels: `severity.Medium` `type.FunctionalityBug`
original: kaiwen98/ped#5 | 1.0 | [PE-D] Parser cannot ignore white space in inputs. - 
Topics spelt correctly but is erronously recognised as an erronous topic because of white space.
I would suggest a more rigorous Parser design, whereby by the tokens extracted from the input String calls trim() method before being included.
<!--session: 1604047641504-a18f3a89-2396-48a2-bd4c-b61e652cbfcd-->
-------------
Labels: `severity.Medium` `type.FunctionalityBug`
original: kaiwen98/ped#5 | priority | parser cannot ignore white space in inputs topics spelt correctly but is erronously recognised as an erronous topic because of white space i would suggest a more rigorous parser design whereby by the tokens extracted from the input string calls trim method before being included labels severity medium type functionalitybug original ped | 1 |
460,176 | 13,205,954,601 | IssuesEvent | 2020-08-14 19:05:13 | openfl/openfl | https://api.github.com/repos/openfl/openfl | closed | Confirm SWF libraries still work | ☺️ Type: Maintenance 🔥 Priority: High 🗃️ Status: In Progress 🚀 Target: All | Temporarily add the "scripts/Tools.hx" code back into OpenFL and compile against `-lib swf` directly in order to get things operable again for a stable OpenFL 9 release | 1.0 | Confirm SWF libraries still work - Temporarily add the "scripts/Tools.hx" code back into OpenFL and compile against `-lib swf` directly in order to get things operable again for a stable OpenFL 9 release | priority | confirm swf libraries still work temporarily add the scripts tools hx code back into openfl and compile against lib swf directly in order to get things operable again for a stable openfl release | 1 |
759,483 | 26,597,424,241 | IssuesEvent | 2023-01-23 13:30:43 | stratosphererl/stratosphere | https://api.github.com/repos/stratosphererl/stratosphere | opened | As a developer, I want to have a better experience developing on Docker, so that I can be more productive. | priority: high work: obvious [1] area: infra | # Acceptance Criteria
- [ ] The developer environment is enhanced with the implementation of hot reloading on containers
- [ ] Environment variables are utilized to make it easier for developers to work with the containers
- [ ] Docker templates are used to simplify the process of working with Docker
- [ ] Documentation on troubleshooting techniques is provided to assist developers in resolving issues with the enhanced developer environment
# Estimation of Work
- 3 hours
# Tasks
- [ ] Hot reloading is implemented on the containers
- [ ] Environment variables are used
- [ ] Make use of docker templates
- [ ] Documentation on troubleshooting techniques
# Risks
Changes made to the developer environment may introduce new bugs or errors
# Notes | 1.0 | As a developer, I want to have a better experience developing on Docker, so that I can be more productive. - # Acceptance Criteria
- [ ] The developer environment is enhanced with the implementation of hot reloading on containers
- [ ] Environment variables are utilized to make it easier for developers to work with the containers
- [ ] Docker templates are used to simplify the process of working with Docker
- [ ] Documentation on troubleshooting techniques is provided to assist developers in resolving issues with the enhanced developer environment
# Estimation of Work
- 3 hours
# Tasks
- [ ] Hot reloading is implemented on the containers
- [ ] Environment variables are used
- [ ] Make use of docker templates
- [ ] Documentation on troubleshooting techniques
# Risks
Changes made to the developer environment may introduce new bugs or errors
# Notes | priority | as a developer i want to have a better experience developing on docker so that i can be more productive acceptance criteria the developer environment is enhanced with the implementation of hot reloading on containers environment variables are utilized to make it easier for developers to work with the containers docker templates are used to simplify the process of working with docker documentation on troubleshooting techniques is provided to assist developers in resolving issues with the enhanced developer environment estimation of work hours tasks hot reloading is implemented on the containers environment variables are used make use of docker templates documentation on troubleshooting techniques risks changes made to the developer environment may introduce new bugs or errors notes | 1 |
203,036 | 7,057,344,192 | IssuesEvent | 2018-01-04 16:08:11 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | additional continuous builds | high priority | The following additional continuous build configurations are needed:
- gcc 4.8 CPU
- gcc 7.x CPU
- move travis contbuild configurations over to ci.pytorch.org (CPU builds)
- travis is turning out to be too slow (1hr+ for build matrix)
- Windows CI
| 1.0 | additional continuous builds - The following additional continuous build configurations are needed:
- gcc 4.8 CPU
- gcc 7.x CPU
- move travis contbuild configurations over to ci.pytorch.org (CPU builds)
- travis is turning out to be too slow (1hr+ for build matrix)
- Windows CI
| priority | additional continuous builds the following additional continuous build configurations are needed gcc cpu gcc x cpu move travis contbuild configurations over to ci pytorch org cpu builds travis is turning out to be too slow for build matrix windows ci | 1 |
590,623 | 17,782,880,356 | IssuesEvent | 2021-08-31 07:35:39 | gambitph/Stackable | https://api.github.com/repos/gambitph/Stackable | closed | button group not following content alignment when added inside a container block | bug high priority [version] V3 | add a container block
add a heading, text and a button inside
adjust content alignment of Container > see bug
https://user-images.githubusercontent.com/28699204/127636852-cc08a115-3089-4a98-a712-d8e2674a52e6.mov
| 1.0 | button group not following content alignment when added inside a container block - add a container block
add a heading, text and a button inside
adjust content alignment of Container > see bug
https://user-images.githubusercontent.com/28699204/127636852-cc08a115-3089-4a98-a712-d8e2674a52e6.mov
| priority | button group not following content alignment when added inside a container block add a container block add a heading text and a button inside adjust content alignment of container see bug | 1 |
383,971 | 11,372,209,930 | IssuesEvent | 2020-01-28 01:00:53 | poppastring/dasblog-core | https://api.github.com/repos/poppastring/dasblog-core | closed | Saving the config files does not refresh config settings... | bug high priority | When we save a config file the associated data should get refreshed based on this:
`configBuilder.AddXmlFile(..., optional: true, **reloadOnChange: true**).`
However, this does not automatically update the associated config objects defined in Startup.cs:
`services.Configure<SiteConfig>(Configuration);`
`services.Configure<MetaTags>(Configuration);`
This then forces a manual restart of the site to update the settings page.
| 1.0 | Saving the config files does not refresh config settings... - When we save a config file the associated data should get refreshed based on this:
`configBuilder.AddXmlFile(..., optional: true, **reloadOnChange: true**).`
However, this does not automatically update the associated config objects defined in Startup.cs:
`services.Configure<SiteConfig>(Configuration);`
`services.Configure<MetaTags>(Configuration);`
This then forces a manual restart of the site to update the settings page.
| priority | saving the config files does not refresh config settings when we save a config file the associated data should get refreshed based on this configbuilder addxmlfile optional true reloadonchange true however this does not automatically update the associated config objects defined in startup cs services configure configuration services configure configuration this then forces a manual restart of the site to update the settings page | 1 |
154,141 | 5,914,221,757 | IssuesEvent | 2017-05-22 01:25:36 | Tributerre/LivrETS-Web | https://api.github.com/repos/Tributerre/LivrETS-Web | closed | bug foire sur le serveur | bug priority: high | le formulaire de modification de la foire n'affiche pas les horaires des étapes de la foire | 1.0 | bug foire sur le serveur - le formulaire de modification de la foire n'affiche pas les horaires des étapes de la foire | priority | bug foire sur le serveur le formulaire de modification de la foire n affiche pas les horaires des étapes de la foire | 1 |
295,734 | 9,100,739,202 | IssuesEvent | 2019-02-20 09:21:51 | cosmos/voyager | https://api.github.com/repos/cosmos/voyager | closed | Handle ledger disconnection before signing | high priority :exclamation: ledger :man_technologist: ux-improvement | What happens if the user signs in with ledger and then disconnects before he clicks to sign with ledger?
Should we show an additional note for this?
Is there a bug if this happens?
Scope:
- Check if Ledger is connected when opening ActionModal
- Reconnect if Ledger is not connected | 1.0 | Handle ledger disconnection before signing - What happens if the user signs in with ledger and then disconnects before he clicks to sign with ledger?
Should we show an additional note for this?
Is there a bug if this happens?
Scope:
- Check if Ledger is connected when opening ActionModal
- Reconnect if Ledger is not connected | priority | handle ledger disconnection before signing what happens if the user signs in with ledger and then disconnects before he clicks to sign with ledger should we show an additional note for this is there a bug if this happens scope check if ledger is connected when opening actionmodal reconnect if ledger is not connected | 1 |
312,224 | 9,544,891,439 | IssuesEvent | 2019-05-01 15:29:05 | CosmiQ/cw-geodata | https://api.github.com/repos/CosmiQ/cw-geodata | closed | Add functionality to make roads masks | Difficulty: Medium Priority: High Type: Enhancement | @avanetten, I don't know if you already have this somewhere you want to leave it (e.g. APLS). If so, we can just import it from there; alternatively, if you'd rather port the code into cw-geodata we can probably put it in `cw_geodata.vector_label.mask`. | 1.0 | Add functionality to make roads masks - @avanetten, I don't know if you already have this somewhere you want to leave it (e.g. APLS). If so, we can just import it from there; alternatively, if you'd rather port the code into cw-geodata we can probably put it in `cw_geodata.vector_label.mask`. | priority | add functionality to make roads masks avanetten i don t know if you already have this somewhere you want to leave it e g apls if so we can just import it from there alternatively if you d rather port the code into cw geodata we can probably put it in cw geodata vector label mask | 1 |
194,765 | 6,898,773,816 | IssuesEvent | 2017-11-24 10:51:23 | ballerinalang/composer | https://api.github.com/repos/ballerinalang/composer | closed | Each time the semi colon is entered the page moves up | 0.95.1 Priority/High Severity/Minor Type/Bug | **Description:**
Each time the semi colon is entered the page moves up
**OS, DB, other environment details and versions:**
Chrome browser
**Steps to reproduce:**
1. Enter an assignment statement
2. Change the value and enter semi colon
**Issue**
Each time the semi colon is entered the page moves up. The user has to move the page down every time the semi colon is hit if he/she is working at the end of the page.
| 1.0 | Each time the semi colon is entered the page moves up - **Description:**
Each time the semi colon is entered the page moves up
**OS, DB, other environment details and versions:**
Chrome browser
**Steps to reproduce:**
1. Enter an assignment statement
2. Change the value and enter semi colon
**Issue**
Each time the semi colon is entered the page moves up. The user has to move the page down every time the semi colon is hit if he/she is working at the end of the page.
| priority | each time the semi colon is entered the page moves up description each time the semi colon is entered the page moves up os db other environment details and versions chrome browser steps to reproduce enter an assignment statement change the value and enter semi colon issue each time the semi colon is entered the page moves up the user has to move the page down every time the semi colon is hit if he she is working at the end of the page | 1 |
143,136 | 5,510,773,390 | IssuesEvent | 2017-03-17 01:21:43 | kamal1978/LTFHC | https://api.github.com/repos/kamal1978/LTFHC | closed | Created new user, can't log in with user | app bug high priority | I created a new user. I immediately try to log in and can't.
| 1.0 | Created new user, can't log in with user - I created a new user. I immediately try to log in and can't.
| priority | created new user can t log in with user i created a new user i immediately try to log in and can t | 1 |
275,098 | 8,571,306,605 | IssuesEvent | 2018-11-12 03:12:52 | GSA/caribou | https://api.github.com/repos/GSA/caribou | closed | On mobile and tablet, Search and Browse project do not work | high-priority | **Describe the bug**
If I try entering a search term or browse by agency from the homepage on my phone or tablet nothing happens. Search also does not work on secondary pages.
iPhone X iOS 12, iPad Gen 4 iOS 10 | 1.0 | On mobile and tablet, Search and Browse project do not work - **Describe the bug**
If I try entering a search term or browse by agency from the homepage on my phone or tablet nothing happens. Search also does not work on secondary pages.
iPhone X iOS 12, iPad Gen 4 iOS 10 | priority | on mobile and tablet search and browse project do not work describe the bug if i try entering a search term or browse by agency from the homepage on my phone or tablet nothing happens search also does not work on secondary pages iphone x ios ipad gen ios | 1 |
347,621 | 10,432,018,130 | IssuesEvent | 2019-09-17 10:18:42 | marvinlabs/customer-area | https://api.github.com/repos/marvinlabs/customer-area | opened | Notifications for new conversation reply attached to a project not working | Premium add-ons Priority - high bug | See https://wp-customerarea.com/support/topic/aucune-notification-lors-dune-reponse-a-une-conversation/
tested : yes | 1.0 | Notifications for new conversation reply attached to a project not working - See https://wp-customerarea.com/support/topic/aucune-notification-lors-dune-reponse-a-une-conversation/
tested : yes | priority | notifications for new conversation reply attached to a project not working see tested yes | 1 |
586,704 | 17,595,328,786 | IssuesEvent | 2021-08-17 03:42:46 | QuantEcon/lecture-julia.myst | https://api.github.com/repos/QuantEcon/lecture-julia.myst | closed | Lecture 31 not executed | high priority | [31 on optimal growth part 1](https://quantecon.github.io/lecture-julia.myst/dynamic_programming/optgrowth.html) has no executed codeblocks. Rebuilding the HTML results in the code blocks executing so I'm not sure if this is fixed already or if there is some other underlying issue. | 1.0 | Lecture 31 not executed - [31 on optimal growth part 1](https://quantecon.github.io/lecture-julia.myst/dynamic_programming/optgrowth.html) has no executed codeblocks. Rebuilding the HTML results in the code blocks executing so I'm not sure if this is fixed already or if there is some other underlying issue. | priority | lecture not executed has no executed codeblocks rebuilding the html results in the code blocks executing so i m not sure if this is fixed already or if there is some other underlying issue | 1 |
764,107 | 26,784,756,851 | IssuesEvent | 2023-02-01 01:13:05 | BruceDLong/CodeDog | https://api.github.com/repos/BruceDLong/CodeDog | opened | Ubuntu 20: codedog not installing pip during setup | bug High Priority Linux | When launching a build on Ubuntu 20, the package handler installation will immediately fail without pip or pyparsing installed. If the bootstrap script also fails, (which is also happening for some reason) the script currently crashes.
Even after manually installing pip, pyparsing does indeed get installed by CodeDog, but for some reason still fails to initialize before running the rest of the script:
```
../codeDog minimalGame.dog
Collecting pyparsing
Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
|████████████████████████████████| 98 kB 2.3 MB/s
Installing collected packages: pyparsing
Successfully installed pyparsing-3.0.9
Traceback (most recent call last):
File "../codeDog", line 20, in <module>
import progSpec
File "/home/pyr0ball/devl/CodeDog/progSpec.py", line 8, in <module>
from pyparsing import ParseResults
ModuleNotFoundError: No module named 'pyparsing'
```
| 1.0 | Ubuntu 20: codedog not installing pip during setup - When launching a build on Ubuntu 20, the package handler installation will immediately fail without pip or pyparsing installed. If the bootstrap script also fails, (which is also happening for some reason) the script currently crashes.
Even after manually installing pip, pyparsing does indeed get installed by CodeDog, but for some reason still fails to initialize before running the rest of the script:
```
../codeDog minimalGame.dog
Collecting pyparsing
Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
|████████████████████████████████| 98 kB 2.3 MB/s
Installing collected packages: pyparsing
Successfully installed pyparsing-3.0.9
Traceback (most recent call last):
File "../codeDog", line 20, in <module>
import progSpec
File "/home/pyr0ball/devl/CodeDog/progSpec.py", line 8, in <module>
from pyparsing import ParseResults
ModuleNotFoundError: No module named 'pyparsing'
```
| priority | ubuntu codedog not installing pip during setup when launching a build on ubuntu the package handler installation will immediately fail without pip or pyparsing installed if the bootstrap script also fails which is also happening for some reason the script currently crashes even after manually installing pip pyparsing does indeed get installed by codedog but for some reason still fails to initialize before running the rest of the script codedog minimalgame dog collecting pyparsing downloading pyparsing none any whl kb ████████████████████████████████ kb mb s installing collected packages pyparsing successfully installed pyparsing traceback most recent call last file codedog line in import progspec file home devl codedog progspec py line in from pyparsing import parseresults modulenotfounderror no module named pyparsing | 1 |
457,538 | 13,158,229,157 | IssuesEvent | 2020-08-10 14:01:17 | pevidex/projectPiteu-android-client | https://api.github.com/repos/pevidex/projectPiteu-android-client | closed | FragmentManager - Weird behavior when orientation/theme changes | High priority | Quando se muda a orientação ou se mete em dark mode, os fragmentos ficam todos loucos.
Isto parece tar relacionado de alguma forma com o bug do boot #91. | 1.0 | FragmentManager - Weird behavior when orientation/theme changes - Quando se muda a orientação ou se mete em dark mode, os fragmentos ficam todos loucos.
Isto parece tar relacionado de alguma forma com o bug do boot #91. | priority | fragmentmanager weird behavior when orientation theme changes quando se muda a orientação ou se mete em dark mode os fragmentos ficam todos loucos isto parece tar relacionado de alguma forma com o bug do boot | 1 |
570,053 | 17,017,774,996 | IssuesEvent | 2021-07-02 14:20:46 | David-OConnor/pyflow | https://api.github.com/repos/David-OConnor/pyflow | closed | After failing to build a wheel, installing anything becomes impossible | High priority bug | Doing this:
```
pyflow install cheat
Found lockfile
Installing termcolor 1.1.0 ...
Installing cheat 2.5.1 ...
Problem building cheat from source. This may occur if a package that requires compiling has no wheels available for Windows, and the system is missing dependencies required to compile it, or if on WSL and installing to a mounted directory.
```
If you try to install any other packages, it tries to reinstall cheat and fail every time:
```
λ pyflow install tldr
Installing cheat 2.5.1 ...
Problem building cheat from source. This may occur if a package that requires compiling has no wheels available for Windows, and the system is missing dependencies required to compile it, or if on WSL and installing to a mounted directory.
``` | 1.0 | After failing to build a wheel, installing anything becomes impossible - Doing this:
```
pyflow install cheat
Found lockfile
Installing termcolor 1.1.0 ...
Installing cheat 2.5.1 ...
Problem building cheat from source. This may occur if a package that requires compiling has no wheels available for Windows, and the system is missing dependencies required to compile it, or if on WSL and installing to a mounted directory.
```
If you try to install any other packages, it tries to reinstall cheat and fail every time:
```
λ pyflow install tldr
Installing cheat 2.5.1 ...
Problem building cheat from source. This may occur if a package that requires compiling has no wheels available for Windows, and the system is missing dependencies required to compile it, or if on WSL and installing to a mounted directory.
``` | priority | after failing to build a wheel installing anything becomes impossible doing this pyflow install cheat found lockfile installing termcolor installing cheat problem building cheat from source this may occur if a package that requires compiling has no wheels available for windows and the system is missing dependencies required to compile it or if on wsl and installing to a mounted directory if you try to install any other packages it tries to reinstall cheat and fail every time λ pyflow install tldr installing cheat problem building cheat from source this may occur if a package that requires compiling has no wheels available for windows and the system is missing dependencies required to compile it or if on wsl and installing to a mounted directory | 1 |
301,010 | 9,214,681,703 | IssuesEvent | 2019-03-10 21:46:06 | xlayers/xlayers | https://api.github.com/repos/xlayers/xlayers | closed | Update @types/sketchapp | priority: High scope: Parser status: accepted type: enhancement | **Is your feature request related to a problem? Please describe.**
Update the typings. Cc @Shikanime
Cf. https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/sketchapp/index.d.ts | 1.0 | Update @types/sketchapp - **Is your feature request related to a problem? Please describe.**
Update the typings. Cc @Shikanime
Cf. https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/sketchapp/index.d.ts | priority | update types sketchapp is your feature request related to a problem please describe update the typings cc shikanime cf | 1 |
733,688 | 25,317,452,156 | IssuesEvent | 2022-11-17 23:08:36 | david-allison/manx-corpus-search | https://api.github.com/repos/david-allison/manx-corpus-search | closed | CI Publish: Hangs on downloading npm dependencies | priority-high | https://github.com/david-allison-1/manx-corpus-search/runs/2550569740?check_suite_focus=true
> 2021-05-10T23:29:10.8274884Z Determining projects to restore...
> 2021-05-10T23:29:11.7157857Z Restored /var/www/manx-corpus/CorpusSearch/CorpusSearch.csproj (in 472 ms).
> 2021-05-10T23:29:12.5325316Z Restored /var/www/manx-corpus/CorpusSearch.Test/CorpusSearch.Test.csproj (in 800 ms).
> 2021-05-10T23:29:24.2855022Z CorpusSearch -> /var/www/manx-corpus/CorpusSearch/bin/Debug/net5.0/CorpusSearch.dll
> 2021-05-10T23:29:24.2866213Z CorpusSearch -> /var/www/manx-corpus/CorpusSearch/bin/Debug/net5.0/CorpusSearch.Views.dll
> 2021-05-10T23:29:24.4409503Z v15.7.0
> 2021-05-10T23:29:24.4426333Z Restoring dependencies using 'npm'. This may take several minutes...
> 2021-05-10T23:53:16.3627646Z ##[error]The operation was canceled.
Unsure what's happening here. Works when I ssh into the machine
* Need to re-run to see if this is flaky, or broken
* Might want to consider using a local npm repo mirror on the box | 1.0 | CI Publish: Hangs on downloading npm dependencies - https://github.com/david-allison-1/manx-corpus-search/runs/2550569740?check_suite_focus=true
> 2021-05-10T23:29:10.8274884Z Determining projects to restore...
> 2021-05-10T23:29:11.7157857Z Restored /var/www/manx-corpus/CorpusSearch/CorpusSearch.csproj (in 472 ms).
> 2021-05-10T23:29:12.5325316Z Restored /var/www/manx-corpus/CorpusSearch.Test/CorpusSearch.Test.csproj (in 800 ms).
> 2021-05-10T23:29:24.2855022Z CorpusSearch -> /var/www/manx-corpus/CorpusSearch/bin/Debug/net5.0/CorpusSearch.dll
> 2021-05-10T23:29:24.2866213Z CorpusSearch -> /var/www/manx-corpus/CorpusSearch/bin/Debug/net5.0/CorpusSearch.Views.dll
> 2021-05-10T23:29:24.4409503Z v15.7.0
> 2021-05-10T23:29:24.4426333Z Restoring dependencies using 'npm'. This may take several minutes...
> 2021-05-10T23:53:16.3627646Z ##[error]The operation was canceled.
Unsure what's happening here. Works when I ssh into the machine
* Need to re-run to see if this is flaky, or broken
* Might want to consider using a local npm repo mirror on the box | priority | ci publish hangs on downloading npm dependencies determining projects to restore restored var www manx corpus corpussearch corpussearch csproj in ms restored var www manx corpus corpussearch test corpussearch test csproj in ms corpussearch var www manx corpus corpussearch bin debug corpussearch dll corpussearch var www manx corpus corpussearch bin debug corpussearch views dll restoring dependencies using npm this may take several minutes the operation was canceled unsure what s happening here works when i ssh into the machine need to re run to see if this is flaky or broken might want to consider using a local npm repo mirror on the box | 1 |
383,571 | 11,358,131,848 | IssuesEvent | 2020-01-25 11:59:22 | Aam-Digital/ndb-core | https://api.github.com/repos/Aam-Digital/ndb-core | closed | Simplify Entity Child/School architecture | Priority: High Status: Blocked Type: Technical Enh. | Merge the classes `ChildWithRelation`/`SchoolWithRelation` back into `Child`/`School` to reduce the complexity and number of classes (also see discussion at PR #239, which introduced this). This could maybe get done after #233 got merged. | 1.0 | Simplify Entity Child/School architecture - Merge the classes `ChildWithRelation`/`SchoolWithRelation` back into `Child`/`School` to reduce the complexity and number of classes (also see discussion at PR #239, which introduced this). This could maybe get done after #233 got merged. | priority | simplify entity child school architecture merge the classes childwithrelation schoolwithrelation back into child school to reduce the complexity and number of classes also see discussion at pr which introduced this this could maybe get done after got merged | 1 |
328,497 | 9,995,613,728 | IssuesEvent | 2019-07-11 20:44:10 | DMTF/Redfish-Usecase-Checkers | https://api.github.com/repos/DMTF/Redfish-Usecase-Checkers | closed | Finalize One Time Boot Checker | high priority | Would like to see the One Time Boot Checker finished. We should have a flow similar to the following:
- Get a ComputerSystem on the service to test
- Examine the Boot object to see what one time boot options are allowed
- Set the boot option to USB
- Perform a reset of the ComputerSystem
- Verify the system booted via USB
Some things to consider:
- We might need to have a test image for booting to report back to the client that it booted successfully
- There isn't anything in the data model today to indicate if the system is running off a given boot device, and this may not be something that can be realistically supported (unless others have ideas)
- Should we fall back on another interface (like PXE)
- Should we try to test both USB and PXE to show that the system is not "stuck" booting from the same device
- Reset may generate a Task and that needs to be handled
- If supported, we could use OperationApplyTime to always have a Task spawn when there is a reset | 1.0 | Finalize One Time Boot Checker - Would like to see the One Time Boot Checker finished. We should have a flow similar to the following:
- Get a ComputerSystem on the service to test
- Examine the Boot object to see what one time boot options are allowed
- Set the boot option to USB
- Perform a reset of the ComputerSystem
- Verify the system booted via USB
Some things to consider:
- We might need to have a test image for booting to report back to the client that it booted successfully
- There isn't anything in the data model today to indicate if the system is running off a given boot device, and this may not be something that can be realistically supported (unless others have ideas)
- Should we fall back on another interface (like PXE)
- Should we try to test both USB and PXE to show that the system is not "stuck" booting from the same device
- Reset may generate a Task and that needs to be handled
- If supported, we could use OperationApplyTime to always have a Task spawn when there is a reset | priority | finalize one time boot checker would like to see the one time boot checker finished we should have a flow similar to the following get a computersystem on the service to test examine the boot object to see what one time boot options are allowed set the boot option to usb perform a reset of the computersystem verify the system booted via usb some things to consider we might need to have a test image for booting to report back to the client that it booted successfully there isn t anything in the data model today to indicate if the system is running off a given boot device and this may not be something that can be realistically supported unless others have ideas should we fall back on another interface like pxe should we try to test both usb and pxe to show that the system is not stuck booting from the same device reset may generate a task and that needs to be handled if supported we could use operationapplytime to always have a task spawn when there is a reset | 1 |
446,281 | 12,854,510,053 | IssuesEvent | 2020-07-09 02:11:06 | kubesphere/kubesphere | https://api.github.com/repos/kubesphere/kubesphere | closed | Assignment of ws admin does not work | area/iam kind/bug kind/need-to-verify priority/high | When creating a ws, I assign a created platform-regular user as its admin. The user is not in the ws. Then I try to invite the user, it shows please choose a role but no one available over there.
<img width="960" alt="Screen Shot 2020-06-10 at 2 49 18 PM" src="https://user-images.githubusercontent.com/28859385/84236161-cb3cf500-ab29-11ea-8e4d-d6155aa7d657.png">
<img width="715" alt="Screen Shot 2020-06-10 at 2 49 40 PM" src="https://user-images.githubusercontent.com/28859385/84236190-d728b700-ab29-11ea-89b2-2e49dccc0e97.png">
| 1.0 | Assignment of ws admin does not work - When creating a ws, I assign a created platform-regular user as its admin. The user is not in the ws. Then I try to invite the user, it shows please choose a role but no one available over there.
<img width="960" alt="Screen Shot 2020-06-10 at 2 49 18 PM" src="https://user-images.githubusercontent.com/28859385/84236161-cb3cf500-ab29-11ea-8e4d-d6155aa7d657.png">
<img width="715" alt="Screen Shot 2020-06-10 at 2 49 40 PM" src="https://user-images.githubusercontent.com/28859385/84236190-d728b700-ab29-11ea-89b2-2e49dccc0e97.png">
| priority | assignment of ws admin does not work when creating a ws i assign a created platform regular user as its admin the user is not in the ws then i try to invite the user it shows please choose a role but no one available over there img width alt screen shot at pm src img width alt screen shot at pm src | 1 |
826,459 | 31,625,014,932 | IssuesEvent | 2023-09-06 04:15:08 | bleachbit/bleachbit | https://api.github.com/repos/bleachbit/bleachbit | closed | Error MS Edge - Windows 11 22H2: "sqlite3.OperationalError: no such table" | priority:high | **Describe the bug**
I'm using Windows 11 Home 22H2 with Bleachbit 4.4.2 I believe a recent Windows update has now broken Bleachbit support for MS Edge.
When I added all of MS Edge in Bleachbit and run Bleachbit, I always receive an error message. I uninstalled and reinstalled Bleachbit it did not help, I still receive the message in Bleachbit.
**To Reproduce**
Steps to reproduce the behavior:
1. Add MS Edge in Bleachbit
2. Click Preview then Click Clean
3. Now the error message appears.
Error: microsoft_edge.form_history: Function: Clean file: C:\Users\FOO\AppData\Local\Microsoft\Edge\User Data\Default\Web Data
Traceback (most recent call last):
File "bleachbit\FileUtilities.pyo", line 474, in execute_sqlite3
sqlite3.OperationalError: no such table: autofill_profile_names
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bleachbit\Command.pyo", line 160, in execute
File "bleachbit\Special.pyo", line 106, in delete_chrome_autofill
File "bleachbit\FileUtilities.pyo", line 482, in execute_sqlite3
sqlite3.OperationalError: no such table: autofill_profile_names: C:\Users\FOO\AppData\Local\Microsoft\Edge\User Data\Default\Web Data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bleachbit\Worker.pyo", line 87, in execute
File "bleachbit\Command.pyo", line 162, in execute
AttributeError: 'OperationalError' object has no attribute 'message'
**The error happens (sometimes/every time).**
This error happens every time.
**Expected behavior**
A clear and concise description of what you expected to happen.
I should not see this error message.
**Screenshots**
I pasted the output above, it looks exactly the same...
**Desktop (please complete the following information):**
- OS: Windows 11 Home 22H2
- BleachBit version 4.4.2
**Additional context**
Nothing...
```There's nothing wrong with my system, I've been using Bleachbit in Windows 11 for as long as it's been around. I only started to see this message in the past few months. I believe a Windows update broke this...```
``` What's the worst case scenario using the Unstable Builds in Windows, that can happen to the system? I was thinking to just use these, as I didn't think an app like this can destroy anything in the system, or can it? I was hoping maybe this is corrected in an Unstable Build?```
```Also, besides only have Unstable Builds, what about Releasing a Beta Version, that won't mess up anything as bad as Alpha might?``` | 1.0 | Error MS Edge - Windows 11 22H2: "sqlite3.OperationalError: no such table" - **Describe the bug**
I'm using Windows 11 Home 22H2 with Bleachbit 4.4.2 I believe a recent Windows update has now broken Bleachbit support for MS Edge.
When I added all of MS Edge in Bleachbit and run Bleachbit, I always receive an error message. I uninstalled and reinstalled Bleachbit it did not help, I still receive the message in Bleachbit.
**To Reproduce**
Steps to reproduce the behavior:
1. Add MS Edge in Bleachbit
2. Click Preview then Click Clean
3. Now the error message appears.
Error: microsoft_edge.form_history: Function: Clean file: C:\Users\FOO\AppData\Local\Microsoft\Edge\User Data\Default\Web Data
Traceback (most recent call last):
File "bleachbit\FileUtilities.pyo", line 474, in execute_sqlite3
sqlite3.OperationalError: no such table: autofill_profile_names
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bleachbit\Command.pyo", line 160, in execute
File "bleachbit\Special.pyo", line 106, in delete_chrome_autofill
File "bleachbit\FileUtilities.pyo", line 482, in execute_sqlite3
sqlite3.OperationalError: no such table: autofill_profile_names: C:\Users\FOO\AppData\Local\Microsoft\Edge\User Data\Default\Web Data
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bleachbit\Worker.pyo", line 87, in execute
File "bleachbit\Command.pyo", line 162, in execute
AttributeError: 'OperationalError' object has no attribute 'message'
**The error happens (sometimes/every time).**
This error happens every time.
**Expected behavior**
A clear and concise description of what you expected to happen.
I should not see this error message.
**Screenshots**
I pasted the output above, it looks exactly the same...
**Desktop (please complete the following information):**
- OS: Windows 11 Home 22H2
- BleachBit version 4.4.2
**Additional context**
Nothing...
```There's nothing wrong with my system, I've been using Bleachbit in Windows 11 for as long as it's been around. I only started to see this message in the past few months. I believe a Windows update broke this...```
``` What's the worst case scenario using the Unstable Builds in Windows, that can happen to the system? I was thinking to just use these, as I didn't think an app like this can destroy anything in the system, or can it? I was hoping maybe this is corrected in an Unstable Build?```
```Also, besides only have Unstable Builds, what about Releasing a Beta Version, that won't mess up anything as bad as Alpha might?``` | priority | error ms edge windows operationalerror no such table describe the bug i m using windows home with bleachbit i believe a recent windows update has now broken bleachbit support for ms edge when i added all of ms edge in bleachbit and run bleachbit i always receive an error message i uninstalled and reinstalled bleachbit it did not help i still receive the message in bleachbit to reproduce steps to reproduce the behavior add ms edge in bleachbit click preview then click clean now the error message appears error microsoft edge form history function clean file c users foo appdata local microsoft edge user data default web data traceback most recent call last file bleachbit fileutilities pyo line in execute operationalerror no such table autofill profile names during handling of the above exception another exception occurred traceback most recent call last file bleachbit command pyo line in execute file bleachbit special pyo line in delete chrome autofill file bleachbit fileutilities pyo line in execute operationalerror no such table autofill profile names c users foo appdata local microsoft edge user data default web data during handling of the above exception another exception occurred traceback most recent call last file bleachbit worker pyo line in execute file bleachbit command pyo line in execute attributeerror operationalerror object has no attribute message the error happens sometimes every time this error happens every time expected behavior a clear and concise description of what you expected to happen i should not see this error message screenshots i pasted the output above it looks exactly the same desktop please complete the following information os windows home bleachbit version additional context nothing there s nothing wrong with my system i ve been using bleachbit in windows for as long as it s been around i only started to see this message in the past few months i believe a windows update broke this what s the worst case scenario using the unstable builds in windows that can happen to the system i was thinking to just use these as i didn t think an app like this can destroy anything in the system or can it i was hoping maybe this is corrected in an unstable build also besides only have unstable builds what about releasing a beta version that won t mess up anything as bad as alpha might | 1 |
605,619 | 18,737,841,271 | IssuesEvent | 2021-11-04 09:58:45 | AY2122S1-CS2103-T14-1/tp | https://api.github.com/repos/AY2122S1-CS2103-T14-1/tp | closed | Standardize DG diagram | priority.High type.Document | - [x] make the diagram bigger (model, visit activity)
- [x] standardize font for find activity diagram with other activity diagram | 1.0 | Standardize DG diagram - - [x] make the diagram bigger (model, visit activity)
- [x] standardize font for find activity diagram with other activity diagram | priority | standardize dg diagram make the diagram bigger model visit activity standardize font for find activity diagram with other activity diagram | 1 |
151,131 | 5,798,770,755 | IssuesEvent | 2017-05-03 03:39:30 | OOKB/mgs2017 | https://api.github.com/repos/OOKB/mgs2017 | closed | URL field | High priority | - students should be able to add the url to their portfolio or project's website
- should we allow multiple websites??? | 1.0 | URL field - - students should be able to add the url to their portfolio or project's website
- should we allow multiple websites??? | priority | url field students should be able to add the url to their portfolio or project s website should we allow multiple websites | 1 |
224,908 | 7,473,785,811 | IssuesEvent | 2018-04-03 16:18:38 | CS2103JAN2018-W10-B3/main | https://api.github.com/repos/CS2103JAN2018-W10-B3/main | closed | As a user, I can add a food interactively so that UX is convenient | priority.high type.story | User can `add` a food by putting in the command and answer questions given by the system iteratively. | 1.0 | As a user, I can add a food interactively so that UX is convenient - User can `add` a food by putting in the command and answer questions given by the system iteratively. | priority | as a user i can add a food interactively so that ux is convenient user can add a food by putting in the command and answer questions given by the system iteratively | 1 |
468,578 | 13,485,855,645 | IssuesEvent | 2020-09-11 08:38:40 | mozilla/OpenWPM | https://api.github.com/repos/mozilla/OpenWPM | closed | Setting `profile_tar` only works for the first site of a browser | bug high-priority needs-investigation | Afterwards some other profile (the default profile??) is used | 1.0 | Setting `profile_tar` only works for the first site of a browser - Afterwards some other profile (the default profile??) is used | priority | setting profile tar only works for the first site of a browser afterwards some other profile the default profile is used | 1 |
672,933 | 22,909,418,693 | IssuesEvent | 2022-07-16 03:43:48 | Quansight/Quansight-website | https://api.github.com/repos/Quansight/Quansight-website | opened | [REDIRECT] - Desire `/blog` to redirect to `/library` on LLC site | type: enhancement 💅🏼 priority: high 🌋 LLC 🤝 area: react area: Vercel | ### What site is this for?
Quansight LLC
### Expected behavior
_No response_
### Actual behavior
`/blog` currently 404s since there is no page at that slug. Desire `/blog` to redirect the visitor to `/library`
### How to Reproduce the problem?
_No response_
### Anything else?
_No response_ | 1.0 | [REDIRECT] - Desire `/blog` to redirect to `/library` on LLC site - ### What site is this for?
Quansight LLC
### Expected behavior
_No response_
### Actual behavior
`/blog` currently 404s since there is no page at that slug. Desire `/blog` to redirect the visitor to `/library`
### How to Reproduce the problem?
_No response_
### Anything else?
_No response_ | priority | desire blog to redirect to library on llc site what site is this for quansight llc expected behavior no response actual behavior blog currently since there is no page at that slug desire blog to redirect the visitor to library how to reproduce the problem no response anything else no response | 1 |
539,077 | 15,782,935,884 | IssuesEvent | 2021-04-01 13:24:47 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | opened | Share by bounding box shows wrong result ? | C125-2020-AUSTROCONTROL-Map2Imp Priority: High bug investigation user feedback | ## Description
<!-- Add here a few sentences describing the bug. -->
We have the following user feedback.
>Share by bounding box shows wrong result. Attached you find a video and images showing the issue. In this case sharing the link: https://austrocontrol.geo-solutions.it/austrocontrol-ms2/#/viewer/openlayers/91?bbox=-1.2365477937083256,33.82441087264053,29.18639649513955,45.6371696422341
which seems to use the correct bbox for the shown map, results in opening a map with different extent, although using the same browser window size (switching to a different browser has the same result).
When creating a new sharing link from this map, the following link is created: https://austrocontrol.geo-solutions.it/austrocontrol-ms2/#/viewer/openlayers/91?bbox=6.369188278503656,36.69457516832796,21.580660422927593,42.63895027595234
which again opens a map at a **higher zoomlevel**.
>The effect on our map is even higher. Sharing this link: https://maps.austrocontrol.at/mapstore/#/viewer/openlayers/121?bbox=7.087595302292528,45.56075722169766,19.256773017831676,49.72440265750633
which should show whole Austria results in a map only showing parts of the district of Salisbury.
**BBOX Shared**

**BBOX Result in shared map**

## How to reproduce
<!-- A list of steps to reproduce the bug -->
https://images.zenhubusercontent.com/39382076/1d061152-bcf4-4fe7-bff4-782a6a32e45e/bounding_box.mp4
*Expected Result*
<!-- Describe here the expected result -->
The zoom level should be the same in the shared map.
*Current Result*
<!-- Describe here the current behavior -->
It seems a different zoom level is choosen by MS/OL for the provided BBOX
- [x] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Internet Explorer| |
|Edge| |
|Chrome| |
|Firefox| |
|Safari| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
| 1.0 | Share by bounding box shows wrong result ? - ## Description
<!-- Add here a few sentences describing the bug. -->
We have the following user feedback.
>Share by bounding box shows wrong result. Attached you find a video and images showing the issue. In this case sharing the link: https://austrocontrol.geo-solutions.it/austrocontrol-ms2/#/viewer/openlayers/91?bbox=-1.2365477937083256,33.82441087264053,29.18639649513955,45.6371696422341
which seems to use the correct bbox for the shown map, results in opening a map with different extent, although using the same browser window size (switching to a different browser has the same result).
When creating a new sharing link from this map, the following link is created: https://austrocontrol.geo-solutions.it/austrocontrol-ms2/#/viewer/openlayers/91?bbox=6.369188278503656,36.69457516832796,21.580660422927593,42.63895027595234
which again opens a map at a **higher zoomlevel**.
>The effect on our map is even higher. Sharing this link: https://maps.austrocontrol.at/mapstore/#/viewer/openlayers/121?bbox=7.087595302292528,45.56075722169766,19.256773017831676,49.72440265750633
which should show whole Austria results in a map only showing parts of the district of Salisbury.
**BBOX Shared**

**BBOX Result in shared map**

## How to reproduce
<!-- A list of steps to reproduce the bug -->
https://images.zenhubusercontent.com/39382076/1d061152-bcf4-4fe7-bff4-782a6a32e45e/bounding_box.mp4
*Expected Result*
<!-- Describe here the expected result -->
The zoom level should be the same in the shared map.
*Current Result*
<!-- Describe here the current behavior -->
It seems a different zoom level is choosen by MS/OL for the provided BBOX
- [x] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Internet Explorer| |
|Edge| |
|Chrome| |
|Firefox| |
|Safari| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
| priority | share by bounding box shows wrong result description we have the following user feedback share by bounding box shows wrong result attached you find a video and images showing the issue in this case sharing the link which seems to use the correct bbox for the shown map results in opening a map with different extent although using the same browser window size switching to a different browser has the same result when creating a new sharing link from this map the following link is created which again opens a map at a higher zoomlevel the effect on our map is even higher sharing this link which should show whole austria results in a map only showing parts of the district of salisbury bbox shared bbox result in shared map how to reproduce expected result the zoom level should be the same in the shared map current result it seems a different zoom level is choosen by ms ol for the provided bbox not browser related browser info use this site a href for non expert users browser affected version internet explorer edge chrome firefox safari other useful information | 1 |
756,875 | 26,488,705,212 | IssuesEvent | 2023-01-17 20:25:14 | decentraland/unity-renderer | https://api.github.com/repos/decentraland/unity-renderer | opened | Prepare Wearables/Emotes/Names/Lands lambdas for pagination | stream-social priority: high | We currently have these 4 lambdas for obtaining data related to NFTs:
**Werables**:
```
https://peer.decentraland.org/lambdas/nfts/wearables/{userId}?pageSize={pageSize}&pageNum={pageNum}
```
**Emotes**:
```
https://peer.decentraland.org/lambdas/nfts/emotes/{userId}?pageSize={pageSize}&pageNum={pageNum}
```
**Names**:
```
https://peer.decentraland.org/lambdas/nfts/names/{userId}?pageSize={pageSize}&pageNum={pageNum}
```
**Lands**:
```
https://peer.decentraland.org/lambdas/nfts/lands/{userId}?pageSize={pageSize}&pageNum={pageNum}
```
Only the first one (wearables lambdas) is returning us the field `totalAmount` that is needed to be able to implement a correct pagination in the renderer's UIs, the other 3 ones are missing this field. | 1.0 | Prepare Wearables/Emotes/Names/Lands lambdas for pagination - We currently have these 4 lambdas for obtaining data related to NFTs:
**Werables**:
```
https://peer.decentraland.org/lambdas/nfts/wearables/{userId}?pageSize={pageSize}&pageNum={pageNum}
```
**Emotes**:
```
https://peer.decentraland.org/lambdas/nfts/emotes/{userId}?pageSize={pageSize}&pageNum={pageNum}
```
**Names**:
```
https://peer.decentraland.org/lambdas/nfts/names/{userId}?pageSize={pageSize}&pageNum={pageNum}
```
**Lands**:
```
https://peer.decentraland.org/lambdas/nfts/lands/{userId}?pageSize={pageSize}&pageNum={pageNum}
```
Only the first one (wearables lambdas) is returning us the field `totalAmount` that is needed to be able to implement a correct pagination in the renderer's UIs, the other 3 ones are missing this field. | priority | prepare wearables emotes names lands lambdas for pagination we currently have these lambdas for obtaining data related to nfts werables emotes names lands only the first one wearables lambdas is returning us the field totalamount that is needed to be able to implement a correct pagination in the renderer s uis the other ones are missing this field | 1 |
805,458 | 29,520,516,011 | IssuesEvent | 2023-06-05 01:00:47 | steedos/steedos-platform | https://api.github.com/repos/steedos/steedos-platform | closed | [Bug]: 手机APP,审批》待审核,下一步的处理人为拟稿人时,报错 | bug done priority: High | ### Description

苹果、安卓的APP都是,PC浏览器的手机模拟器并不报错
下一步仅为1个、且为拟稿人,则进入报错;
下一步为多个,选择拟稿人的那个步骤后报错
### Steps To Reproduce 重现步骤
如上,流程须有拟稿人节点
### Version 版本
2.5.0-beta.39 | 1.0 | [Bug]: 手机APP,审批》待审核,下一步的处理人为拟稿人时,报错 - ### Description

苹果、安卓的APP都是,PC浏览器的手机模拟器并不报错
下一步仅为1个、且为拟稿人,则进入报错;
下一步为多个,选择拟稿人的那个步骤后报错
### Steps To Reproduce 重现步骤
如上,流程须有拟稿人节点
### Version 版本
2.5.0-beta.39 | priority | 手机app,审批》待审核,下一步的处理人为拟稿人时,报错 description 苹果、安卓的app都是,pc浏览器的手机模拟器并不报错 、且为拟稿人,则进入报错; 下一步为多个,选择拟稿人的那个步骤后报错 steps to reproduce 重现步骤 如上,流程须有拟稿人节点 version 版本 beta | 1 |
567,645 | 16,888,656,591 | IssuesEvent | 2021-06-23 06:14:02 | TerriaJS/de-australia-map | https://api.github.com/repos/TerriaJS/de-australia-map | closed | NEII (Water + Satellite) feature - observation dates shown by default | high priority | Comments from DEA team: Observation dates to be shown by default
Deliverable – Show observation dates on chart for Waterbodies data
Workflow
• Go to Digital Earth Australia waterbodies - http://de-australia.terria.io/#share=s-5HHstdpaaLVlEc3x0YX0Kby1FEi
• Click on a waterbody and expand the chart

• Once chart is expanded, show the dates when observations were recorded, similar to how observation dates (of satellite imagery) are shown on the Water gauges charts

• The dates’ dots are recorded in a CSV – the basis of the data layer; the dots would indicate the dates when water was observed; they are ‘cleaned’ up of cloud/obstructions

| 1.0 | NEII (Water + Satellite) feature - observation dates shown by default - Comments from DEA team: Observation dates to be shown by default
Deliverable – Show observation dates on chart for Waterbodies data
Workflow
• Go to Digital Earth Australia waterbodies - http://de-australia.terria.io/#share=s-5HHstdpaaLVlEc3x0YX0Kby1FEi
• Click on a waterbody and expand the chart

• Once chart is expanded, show the dates when observations were recorded, similar to how observation dates (of satellite imagery) are shown on the Water gauges charts

• The dates’ dots are recorded in a CSV – the basis of the data layer; the dots would indicate the dates when water was observed; they are ‘cleaned’ up of cloud/obstructions

| priority | neii water satellite feature observation dates shown by default comments from dea team observation dates to be shown by default deliverable – show observation dates on chart for waterbodies data workflow • go to digital earth australia waterbodies • click on a waterbody and expand the chart • once chart is expanded show the dates when observations were recorded similar to how observation dates of satellite imagery are shown on the water gauges charts • the dates’ dots are recorded in a csv – the basis of the data layer the dots would indicate the dates when water was observed they are ‘cleaned’ up of cloud obstructions | 1 |
439,062 | 12,676,586,640 | IssuesEvent | 2020-06-19 05:40:19 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | Words are broken in the URL preview of the activity. | Has-PR bug component: activity priority: high won't fix | **Describe the bug**
When we share a URL in the activity, the preview generated looks fine. But when we post it, the preview is reduced a little and that breaks some words.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'activity page'
2. Add a URL and see the preview
3. Post the activity
4. See error
**Expected behavior**
The preview while adding the activity and the preview after posting the activity should be the same. The words should not break. If the word is long, it should be shifted to the next line.
**Screenshots**
https://www.loom.com/share/9f442d895e3c4197bb660938f662df52
**Support ticket links**
https://secure.helpscout.net/conversation/1111964632/4661/
| 1.0 | Words are broken in the URL preview of the activity. - **Describe the bug**
When we share a URL in the activity, the preview generated looks fine. But when we post it, the preview is reduced a little and that breaks some words.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'activity page'
2. Add a URL and see the preview
3. Post the activity
4. See error
**Expected behavior**
The preview while adding the activity and the preview after posting the activity should be the same. The words should not break. If the word is long, it should be shifted to the next line.
**Screenshots**
https://www.loom.com/share/9f442d895e3c4197bb660938f662df52
**Support ticket links**
https://secure.helpscout.net/conversation/1111964632/4661/
| priority | words are broken in the url preview of the activity describe the bug when we share a url in the activity the preview generated looks fine but when we post it the preview is reduced a little and that breaks some words to reproduce steps to reproduce the behavior go to activity page add a url and see the preview post the activity see error expected behavior the preview while adding the activity and the preview after posting the activity should be the same the words should not break if the word is long it should be shifted to the next line screenshots support ticket links | 1 |
509,921 | 14,762,179,717 | IssuesEvent | 2021-01-09 02:12:48 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | torch::cat_out unexpected result on views | high priority module: memory format module: safe resize triaged | ## 🐛 Bug
`cat_out` does two unexpected things on views:
1. It does not fill the target as expected.
2. Subsequent uses of the view with other functions have changed behavior.
I could not find this documented.
## To Reproduce
Steps to reproduce the behavior:
1. Use e.g. `ones_out` on a view.
2. Use `cat_out` one the view.
3. Use `ones_out` on the view.
- 1 works as expected.
- 2 does not behave as 1.
- 1 and 3 do not do the same thing.
- `index_put` changing behavior suggests the view itself is changed.
```
#include <torch/torch.h>
#include <iostream>
int main() {
torch::Tensor x = torch::zeros({3, 2});
torch::Tensor y = x.narrow(/*dim=*/1, /*start=*/0, /*length=*/1);
y.index_put_({2, 0}, 2);
std::cout << x << std::endl;
torch::ones_out(y, {3, 1});
std::cout << x << std::endl;
torch::cat_out(y, {torch::ones({3, 1}) * 3.}, /*dim=*/1);
std::cout << x << std::endl;
y.index_put_({2, 0}, 2);
std::cout << x << std::endl;
torch::ones_out(y, {3, 1});
std::cout << x << std::endl;
}
```
The lines before and after the `cat_out` behave differently.
## Expected behavior
I think this is clear. Fill the view as if it were a regular tensor and leave the indexing unmodified.
## Environment
PyTorch version: 1.7.1
Is debug build: False
CUDA used to build PyTorch: 11.1
ROCM used to build PyTorch: N/A
OS: Arch Linux (x86_64)
GCC version: (GCC) 10.2.0
Clang version: Could not collect
CMake version: version 3.19.2
Python version: 3.9 (64-bit runtime)
Is CUDA available: False
CUDA runtime version: No CUDA
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
HIP runtime version: N/A
MIOpen runtime version: N/A
Versions of relevant libraries:
[pip3] numpy==1.19.4
[pip3] torch==1.7.1
[conda] Could not collect
(just for reference:
https://github.com/LaurentMazare/ocaml-torch/issues/52)
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @VitalyFedyunin @jamesr66a @ppwwyyxx | 1.0 | torch::cat_out unexpected result on views - ## 🐛 Bug
`cat_out` does two unexpected things on views:
1. It does not fill the target as expected.
2. Subsequent uses of the view with other functions have changed behavior.
I could not find this documented.
## To Reproduce
Steps to reproduce the behavior:
1. Use e.g. `ones_out` on a view.
2. Use `cat_out` one the view.
3. Use `ones_out` on the view.
- 1 works as expected.
- 2 does not behave as 1.
- 1 and 3 do not do the same thing.
- `index_put` changing behavior suggests the view itself is changed.
```
#include <torch/torch.h>
#include <iostream>
int main() {
torch::Tensor x = torch::zeros({3, 2});
torch::Tensor y = x.narrow(/*dim=*/1, /*start=*/0, /*length=*/1);
y.index_put_({2, 0}, 2);
std::cout << x << std::endl;
torch::ones_out(y, {3, 1});
std::cout << x << std::endl;
torch::cat_out(y, {torch::ones({3, 1}) * 3.}, /*dim=*/1);
std::cout << x << std::endl;
y.index_put_({2, 0}, 2);
std::cout << x << std::endl;
torch::ones_out(y, {3, 1});
std::cout << x << std::endl;
}
```
The lines before and after the `cat_out` behave differently.
## Expected behavior
I think this is clear. Fill the view as if it were a regular tensor and leave the indexing unmodified.
## Environment
PyTorch version: 1.7.1
Is debug build: False
CUDA used to build PyTorch: 11.1
ROCM used to build PyTorch: N/A
OS: Arch Linux (x86_64)
GCC version: (GCC) 10.2.0
Clang version: Could not collect
CMake version: version 3.19.2
Python version: 3.9 (64-bit runtime)
Is CUDA available: False
CUDA runtime version: No CUDA
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
HIP runtime version: N/A
MIOpen runtime version: N/A
Versions of relevant libraries:
[pip3] numpy==1.19.4
[pip3] torch==1.7.1
[conda] Could not collect
(just for reference:
https://github.com/LaurentMazare/ocaml-torch/issues/52)
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @VitalyFedyunin @jamesr66a @ppwwyyxx | priority | torch cat out unexpected result on views 🐛 bug cat out does two unexpected things on views it does not fill the target as expected subsequent uses of the view with other functions have changed behavior i could not find this documented to reproduce steps to reproduce the behavior use e g ones out on a view use cat out one the view use ones out on the view works as expected does not behave as and do not do the same thing index put changing behavior suggests the view itself is changed include include int main torch tensor x torch zeros torch tensor y x narrow dim start length y index put std cout x std endl torch ones out y std cout x std endl torch cat out y torch ones dim std cout x std endl y index put std cout x std endl torch ones out y std cout x std endl the lines before and after the cat out behave differently expected behavior i think this is clear fill the view as if it were a regular tensor and leave the indexing unmodified environment pytorch version is debug build false cuda used to build pytorch rocm used to build pytorch n a os arch linux gcc version gcc clang version could not collect cmake version version python version bit runtime is cuda available false cuda runtime version no cuda gpu models and configuration no cuda nvidia driver version no cuda cudnn version no cuda hip runtime version n a miopen runtime version n a versions of relevant libraries numpy torch could not collect just for reference cc ezyang gchanan bdhirsh jbschlosser vitalyfedyunin ppwwyyxx | 1 |
523,310 | 15,178,012,285 | IssuesEvent | 2021-02-14 13:43:19 | cuappdev/pear-backend | https://api.github.com/repos/cuappdev/pear-backend | opened | Add groups to allowable groups | high priority | Trying to save `The Milstein Program in Technology in Humanity` and `Under Represented User Experience (URUX)` as a user's groups doesn't go through because this is not included in the backend.
Can we either add these to allowable groups or just remove constraints on allowable groups/interests/talkingPoints altogether. We do such stringent checks and it doesn't make a whole lot to sense for now because frontend can guarantee we always send you correct values and it slows us down having to go back and forth on small changes like adding or removing a group. Especially since we're still working / will keep working on adding more partner groups throughout the semester. But this is up to the backend team. | 1.0 | Add groups to allowable groups - Trying to save `The Milstein Program in Technology in Humanity` and `Under Represented User Experience (URUX)` as a user's groups doesn't go through because this is not included in the backend.
Can we either add these to allowable groups or just remove constraints on allowable groups/interests/talkingPoints altogether. We do such stringent checks and it doesn't make a whole lot to sense for now because frontend can guarantee we always send you correct values and it slows us down having to go back and forth on small changes like adding or removing a group. Especially since we're still working / will keep working on adding more partner groups throughout the semester. But this is up to the backend team. | priority | add groups to allowable groups trying to save the milstein program in technology in humanity and under represented user experience urux as a user s groups doesn t go through because this is not included in the backend can we either add these to allowable groups or just remove constraints on allowable groups interests talkingpoints altogether we do such stringent checks and it doesn t make a whole lot to sense for now because frontend can guarantee we always send you correct values and it slows us down having to go back and forth on small changes like adding or removing a group especially since we re still working will keep working on adding more partner groups throughout the semester but this is up to the backend team | 1 |
599,307 | 18,270,591,904 | IssuesEvent | 2021-10-04 13:27:38 | freeorion/freeorion | https://api.github.com/repos/freeorion/freeorion | opened | The game crashes when show production window | category:bug component:UI priority:high | Bug Report
==========
Environment
-----------
<!--
You don't need to provide the information in section when they are not useful in
the context of this issue. For example a crashing hosted server may not need
information about the graphic card, but maybe depend on the operating system you
use. When in doubt provide all information you have available.
You can find the FreeOrion version number in the lower right corner of the game
main screen.
When stating the operating system also note the version of the operating system
so, `Windows 8 Pro` instead of `Windows` or `Mac OSX Mountain Lion` instead of
`OSX`.
-->
* **FreeOrion Version**: 581b533edb97dd9521e87e274bd61f0d216beb3b
* **Operating System**: Gentoo Linux AMD64
* **Graphic card used**: NVIDIA
* **Fetched as** <!-- delete lines below that don't apply -->
* Compiled from source
Description
-----------
<!--
Add a meaningful description of the bug you encountered.
If a screenshot or image helps to describe the issue content feel free to create
one.
Also attach the log files the game creates. The log files The log files can be
found on
* Windows: %APPDATA%\FreeOrion
* MacOSX: ~/Library/"Application Support"/FreeOrion
* Linux: ${XDG_DATA_HOME:-~/.local/share}/freeorion
-->
```
terminate called after throwing an instance of 'GG::DynamicGraphic::CannotAddFrame'
what(): DynamicGraphic::AddFrames : attempted to add frames from a Texture too small for even one frame
0x00007ffff5bbc701 in raise () from /lib64/libc.so.6
(gdb) bt
#0 0x00007ffff5bbc701 in raise () from /lib64/libc.so.6
#1 0x00007ffff5ba6536 in abort () from /lib64/libc.so.6
#2 0x00007ffff5f2786e in ?? () from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/libstdc++.so.6
#3 0x00007ffff5f335b6 in ?? () from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/libstdc++.so.6
#4 0x00007ffff5f33621 in std::terminate() () from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/libstdc++.so.6
#5 0x00007ffff5f338b3 in __cxa_throw () from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/libstdc++.so.6
#6 0x00007ffff6d42628 in GG::DynamicGraphic::AddFrames(std::shared_ptr<GG::Texture>, unsigned long) [clone .cold] () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#7 0x00007ffff6e15678 in GG::DynamicGraphic::AddFrames(std::vector<std::shared_ptr<GG::Texture>, std::allocator<std::shared_ptr<GG::Texture> > >, unsigned long) () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#8 0x00007ffff6e16172 in GG::DynamicGraphic::DynamicGraphic(GG::X, GG::Y, GG::X, GG::Y, bool, GG::X, GG::Y, unsigned int, std::vector<std::shared_ptr<GG::Texture>, std::allocator<std::shared_ptr<GG::Texture> > >, GG::Flags<GG::GraphicStyle>, unsigned long, GG::Flags<GG::WndFlag>) () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#9 0x0000555555bd2e86 in SidePanel::PlanetPanel::RefreshPlanetGraphic() ()
#10 0x0000555555be3bc4 in SidePanel::PlanetPanel::DoLayout() ()
#11 0x00007ffff6e5497b in GG::GUI::PreRenderWindow(GG::Wnd*) () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#12 0x0000555555bce3a9 in SidePanel::DoLayout() ()
#13 0x0000555555be1588 in SidePanel::PreRender() ()
#14 0x00007ffff6e569b9 in GG::GUI::PreRender() () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#15 0x00007ffff6e5e7ff in GG::GUI::RunModal(std::shared_ptr<GG::Wnd>, bool&) () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#16 0x0000555555bbaafc in SDLGUI::Run() ()
#17 0x0000555555700dda in mainSetupAndRun() ()
#18 0x00005555556f76c9 in main ()
```
Expected Result
---------------
<!--
When you enter an issue please add a description of what behaviour you would
expect from the game instead of the issue.
-->
The game shows production window.
Steps to reproduce
------------------
<!--
If the error only manifests itself after doing a certain number of actions
please add a list of steps to reproduce the bug. If the error only occurs in
a certain game state please be sure to add a save game to the issue.
To upload save games please pack them into a Zip archive (*.zip) first.
-->
* Host multiplayer game as player `o01eg`.
* Load save [FreeOrion_0002_20211004_130917.zip](https://github.com/freeorion/freeorion/files/7278305/FreeOrion_0002_20211004_130917.zip).
* Choose AI for all other player.
* Start the game.
* Click on Arkab α.
| 1.0 | The game crashes when show production window - Bug Report
==========
Environment
-----------
<!--
You don't need to provide the information in section when they are not useful in
the context of this issue. For example a crashing hosted server may not need
information about the graphic card, but maybe depend on the operating system you
use. When in doubt provide all information you have available.
You can find the FreeOrion version number in the lower right corner of the game
main screen.
When stating the operating system also note the version of the operating system
so, `Windows 8 Pro` instead of `Windows` or `Mac OSX Mountain Lion` instead of
`OSX`.
-->
* **FreeOrion Version**: 581b533edb97dd9521e87e274bd61f0d216beb3b
* **Operating System**: Gentoo Linux AMD64
* **Graphic card used**: NVIDIA
* **Fetched as** <!-- delete lines below that don't apply -->
* Compiled from source
Description
-----------
<!--
Add a meaningful description of the bug you encountered.
If a screenshot or image helps to describe the issue content feel free to create
one.
Also attach the log files the game creates. The log files The log files can be
found on
* Windows: %APPDATA%\FreeOrion
* MacOSX: ~/Library/"Application Support"/FreeOrion
* Linux: ${XDG_DATA_HOME:-~/.local/share}/freeorion
-->
```
terminate called after throwing an instance of 'GG::DynamicGraphic::CannotAddFrame'
what(): DynamicGraphic::AddFrames : attempted to add frames from a Texture too small for even one frame
0x00007ffff5bbc701 in raise () from /lib64/libc.so.6
(gdb) bt
#0 0x00007ffff5bbc701 in raise () from /lib64/libc.so.6
#1 0x00007ffff5ba6536 in abort () from /lib64/libc.so.6
#2 0x00007ffff5f2786e in ?? () from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/libstdc++.so.6
#3 0x00007ffff5f335b6 in ?? () from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/libstdc++.so.6
#4 0x00007ffff5f33621 in std::terminate() () from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/libstdc++.so.6
#5 0x00007ffff5f338b3 in __cxa_throw () from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/libstdc++.so.6
#6 0x00007ffff6d42628 in GG::DynamicGraphic::AddFrames(std::shared_ptr<GG::Texture>, unsigned long) [clone .cold] () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#7 0x00007ffff6e15678 in GG::DynamicGraphic::AddFrames(std::vector<std::shared_ptr<GG::Texture>, std::allocator<std::shared_ptr<GG::Texture> > >, unsigned long) () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#8 0x00007ffff6e16172 in GG::DynamicGraphic::DynamicGraphic(GG::X, GG::Y, GG::X, GG::Y, bool, GG::X, GG::Y, unsigned int, std::vector<std::shared_ptr<GG::Texture>, std::allocator<std::shared_ptr<GG::Texture> > >, GG::Flags<GG::GraphicStyle>, unsigned long, GG::Flags<GG::WndFlag>) () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#9 0x0000555555bd2e86 in SidePanel::PlanetPanel::RefreshPlanetGraphic() ()
#10 0x0000555555be3bc4 in SidePanel::PlanetPanel::DoLayout() ()
#11 0x00007ffff6e5497b in GG::GUI::PreRenderWindow(GG::Wnd*) () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#12 0x0000555555bce3a9 in SidePanel::DoLayout() ()
#13 0x0000555555be1588 in SidePanel::PreRender() ()
#14 0x00007ffff6e569b9 in GG::GUI::PreRender() () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#15 0x00007ffff6e5e7ff in GG::GUI::RunModal(std::shared_ptr<GG::Wnd>, bool&) () from /mnt/new/o01eg/build-freeorion-master-dedicated/libGiGi.so
#16 0x0000555555bbaafc in SDLGUI::Run() ()
#17 0x0000555555700dda in mainSetupAndRun() ()
#18 0x00005555556f76c9 in main ()
```
Expected Result
---------------
<!--
When you enter an issue please add a description of what behaviour you would
expect from the game instead of the issue.
-->
The game shows production window.
Steps to reproduce
------------------
<!--
If the error only manifests itself after doing a certain number of actions
please add a list of steps to reproduce the bug. If the error only occurs in
a certain game state please be sure to add a save game to the issue.
To upload save games please pack them into a Zip archive (*.zip) first.
-->
* Host multiplayer game as player `o01eg`.
* Load save [FreeOrion_0002_20211004_130917.zip](https://github.com/freeorion/freeorion/files/7278305/FreeOrion_0002_20211004_130917.zip).
* Choose AI for all other player.
* Start the game.
* Click on Arkab α.
| priority | the game crashes when show production window bug report environment you don t need to provide the information in section when they are not useful in the context of this issue for example a crashing hosted server may not need information about the graphic card but maybe depend on the operating system you use when in doubt provide all information you have available you can find the freeorion version number in the lower right corner of the game main screen when stating the operating system also note the version of the operating system so windows pro instead of windows or mac osx mountain lion instead of osx freeorion version operating system gentoo linux graphic card used nvidia fetched as compiled from source description add a meaningful description of the bug you encountered if a screenshot or image helps to describe the issue content feel free to create one also attach the log files the game creates the log files the log files can be found on windows appdata freeorion macosx library application support freeorion linux xdg data home local share freeorion terminate called after throwing an instance of gg dynamicgraphic cannotaddframe what dynamicgraphic addframes attempted to add frames from a texture too small for even one frame in raise from libc so gdb bt in raise from libc so in abort from libc so in from usr lib gcc pc linux gnu libstdc so in from usr lib gcc pc linux gnu libstdc so in std terminate from usr lib gcc pc linux gnu libstdc so in cxa throw from usr lib gcc pc linux gnu libstdc so in gg dynamicgraphic addframes std shared ptr unsigned long from mnt new build freeorion master dedicated libgigi so in gg dynamicgraphic addframes std vector std allocator unsigned long from mnt new build freeorion master dedicated libgigi so in gg dynamicgraphic dynamicgraphic gg x gg y gg x gg y bool gg x gg y unsigned int std vector std allocator gg flags unsigned long gg flags from mnt new build freeorion master dedicated libgigi so in sidepanel planetpanel refreshplanetgraphic in sidepanel planetpanel dolayout in gg gui prerenderwindow gg wnd from mnt new build freeorion master dedicated libgigi so in sidepanel dolayout in sidepanel prerender in gg gui prerender from mnt new build freeorion master dedicated libgigi so in gg gui runmodal std shared ptr bool from mnt new build freeorion master dedicated libgigi so in sdlgui run in mainsetupandrun in main expected result when you enter an issue please add a description of what behaviour you would expect from the game instead of the issue the game shows production window steps to reproduce if the error only manifests itself after doing a certain number of actions please add a list of steps to reproduce the bug if the error only occurs in a certain game state please be sure to add a save game to the issue to upload save games please pack them into a zip archive zip first host multiplayer game as player load save choose ai for all other player start the game click on arkab α | 1 |
146,832 | 5,628,727,166 | IssuesEvent | 2017-04-05 07:29:47 | ScreepsOCS/screeps.behaviour-action-pattern | https://api.github.com/repos/ScreepsOCS/screeps.behaviour-action-pattern | opened | Critical Bucket Not Working | # CPU / Memory High Priority | Something about the critical bucket level is not working, at all. I'm constantly below 50 bucket, and my average is barely above 300.
I'm not the only one having this issue either. | 1.0 | Critical Bucket Not Working - Something about the critical bucket level is not working, at all. I'm constantly below 50 bucket, and my average is barely above 300.
I'm not the only one having this issue either. | priority | critical bucket not working something about the critical bucket level is not working at all i m constantly below bucket and my average is barely above i m not the only one having this issue either | 1 |
315,933 | 9,634,064,408 | IssuesEvent | 2019-05-15 20:16:23 | dictation-toolbox/Caster | https://api.github.com/repos/dictation-toolbox/Caster | closed | Refresh caster without rebooting Dragon | High Priority | @LexiconCode mentioned that this was now possible with a recent dragonfly update. How can we get this done? I'm going to mark this one high-priority as it will help speed the development of caster. | 1.0 | Refresh caster without rebooting Dragon - @LexiconCode mentioned that this was now possible with a recent dragonfly update. How can we get this done? I'm going to mark this one high-priority as it will help speed the development of caster. | priority | refresh caster without rebooting dragon lexiconcode mentioned that this was now possible with a recent dragonfly update how can we get this done i m going to mark this one high priority as it will help speed the development of caster | 1 |
698,370 | 23,976,435,237 | IssuesEvent | 2022-09-13 12:00:14 | Dessia-tech/dessia_common | https://api.github.com/repos/Dessia-tech/dessia_common | closed | workflow: access metadata in execution | type: feature priority: High status: in progress | name, start date, current date to be provided into other blocks via pipes
needed: beeing able to inject the future workflow run name in object of workflow | 1.0 | workflow: access metadata in execution - name, start date, current date to be provided into other blocks via pipes
needed: beeing able to inject the future workflow run name in object of workflow | priority | workflow access metadata in execution name start date current date to be provided into other blocks via pipes needed beeing able to inject the future workflow run name in object of workflow | 1 |
366,715 | 10,825,286,584 | IssuesEvent | 2019-11-09 14:57:50 | AY1920S1-CS2103-F10-2/main | https://api.github.com/repos/AY1920S1-CS2103-F10-2/main | closed | Waste List Statistics | priority.High | - Generate a food waste report for a given time frame (kg, ml, units used per month)
- Predict this month's estimated food waste
- Give feedback to user based on how user is performing this month compared to the average of the past 3 months
- List out 3 most commonly wasted food item | 1.0 | Waste List Statistics - - Generate a food waste report for a given time frame (kg, ml, units used per month)
- Predict this month's estimated food waste
- Give feedback to user based on how user is performing this month compared to the average of the past 3 months
- List out 3 most commonly wasted food item | priority | waste list statistics generate a food waste report for a given time frame kg ml units used per month predict this month s estimated food waste give feedback to user based on how user is performing this month compared to the average of the past months list out most commonly wasted food item | 1 |
252,945 | 8,048,935,074 | IssuesEvent | 2018-08-01 08:32:46 | SuperuserLabs/thankful | https://api.github.com/repos/SuperuserLabs/thankful | closed | Finish writing and post a blog/ssb post | priority: high type: outreach | Related to https://github.com/SuperuserLabs/thankful/issues/25 but I have a WIP post that I want to to post within ~a month. | 1.0 | Finish writing and post a blog/ssb post - Related to https://github.com/SuperuserLabs/thankful/issues/25 but I have a WIP post that I want to to post within ~a month. | priority | finish writing and post a blog ssb post related to but i have a wip post that i want to to post within a month | 1 |
127,318 | 5,028,482,377 | IssuesEvent | 2016-12-15 18:21:09 | Codewars/codewars.com | https://api.github.com/repos/Codewars/codewars.com | closed | Publishing Timeout - New Kata | bug high priority | I can't publish [this kata](https://www.codewars.com/kata/57c18a16c82ce75f4b000020/edit/python). There's a following error message:
`Publishing Timed Out!: The server timed out while trying to publish your changes.`
| 1.0 | Publishing Timeout - New Kata - I can't publish [this kata](https://www.codewars.com/kata/57c18a16c82ce75f4b000020/edit/python). There's a following error message:
`Publishing Timed Out!: The server timed out while trying to publish your changes.`
| priority | publishing timeout new kata i can t publish there s a following error message publishing timed out the server timed out while trying to publish your changes | 1 |
83,065 | 3,621,644,895 | IssuesEvent | 2016-02-09 01:21:59 | vega/vega-lite | https://api.github.com/repos/vega/vega-lite | closed | Simplify axis label angle | Easy help-wanted Priority/2-High | Right now it's nested very deep and the attachment is hard to get right.
This is how you can add labels with an angle
```json
{
"description": "Temperature in Seattle as a bar chart with yearmonth time unit.",
"data": {"url": "data/seattle-temps.csv","formatType": "csv"},
"mark": "bar",
"encoding": {
"x": {
"field": "date",
"type": "temporal",
"timeUnit": "yearmonth",
"axis": {
"format": "%B of %Y",
"properties": {
"labels": {
"angle": {"value": -45}
}
}
}
},
"y": {
"aggregate": "mean",
"field": "temp",
"type": "quantitative"
}
}
}
```
We should add a `labelAngle` property to the axis. | 1.0 | Simplify axis label angle - Right now it's nested very deep and the attachment is hard to get right.
This is how you can add labels with an angle
```json
{
"description": "Temperature in Seattle as a bar chart with yearmonth time unit.",
"data": {"url": "data/seattle-temps.csv","formatType": "csv"},
"mark": "bar",
"encoding": {
"x": {
"field": "date",
"type": "temporal",
"timeUnit": "yearmonth",
"axis": {
"format": "%B of %Y",
"properties": {
"labels": {
"angle": {"value": -45}
}
}
}
},
"y": {
"aggregate": "mean",
"field": "temp",
"type": "quantitative"
}
}
}
```
We should add a `labelAngle` property to the axis. | priority | simplify axis label angle right now it s nested very deep and the attachment is hard to get right this is how you can add labels with an angle json description temperature in seattle as a bar chart with yearmonth time unit data url data seattle temps csv formattype csv mark bar encoding x field date type temporal timeunit yearmonth axis format b of y properties labels angle value y aggregate mean field temp type quantitative we should add a labelangle property to the axis | 1 |
208,337 | 7,147,450,632 | IssuesEvent | 2018-01-25 00:49:34 | peblio/proto-2 | https://api.github.com/repos/peblio/proto-2 | closed | Add a "share" button to copy your pebl link and share | feature high-priority | Create a "Share" button in the main toolbar. This will basically provide the URL of the pebl that user is on. This feature should be available only if the user is logged in. | 1.0 | Add a "share" button to copy your pebl link and share - Create a "Share" button in the main toolbar. This will basically provide the URL of the pebl that user is on. This feature should be available only if the user is logged in. | priority | add a share button to copy your pebl link and share create a share button in the main toolbar this will basically provide the url of the pebl that user is on this feature should be available only if the user is logged in | 1 |
405,825 | 11,883,093,236 | IssuesEvent | 2020-03-27 15:24:46 | mintproject/model-catalog-api | https://api.github.com/repos/mintproject/model-catalog-api | closed | Get Setup by Variable name | HIGH PRIORITY | We need the capability to filter setups by variable, the query should be something like this:
```sparql
SELECT DISTINCT ?setup
from <**>
WHERE {
?setup a sdm:ModelConfigurationSetup .
?setup sd:hasOutput ?output.
?output sd:hasPresentation ?vp.
?vp sd:hasStandardVariable ?sv.
?sv rdfs:label "SOME_VARIABLE_NAME".
}
``` | 1.0 | Get Setup by Variable name - We need the capability to filter setups by variable, the query should be something like this:
```sparql
SELECT DISTINCT ?setup
from <**>
WHERE {
?setup a sdm:ModelConfigurationSetup .
?setup sd:hasOutput ?output.
?output sd:hasPresentation ?vp.
?vp sd:hasStandardVariable ?sv.
?sv rdfs:label "SOME_VARIABLE_NAME".
}
``` | priority | get setup by variable name we need the capability to filter setups by variable the query should be something like this sparql select distinct setup from where setup a sdm modelconfigurationsetup setup sd hasoutput output output sd haspresentation vp vp sd hasstandardvariable sv sv rdfs label some variable name | 1 |
471,223 | 13,562,788,098 | IssuesEvent | 2020-09-18 07:29:52 | she-code-africa/SCA-Website-V2 | https://api.github.com/repos/she-code-africa/SCA-Website-V2 | closed | Implement About us page Frontend(Web and Mobile view) | Priority: High frontend type: task | This is to implement the new user interface design for the About us page.
This page should be fully responsive with features in the Ui design provided.
Content include;
**Header**
We are a non-profit organization focused on celebrating and empowering young Girls and Women in Technology across Africa. CTA (Join Community)
**Our Values**
Team work, Community, Technical growth, Leadership, Visibility
**Member benefits**
COMMUNITY SUPPORT : We provide support through our diverse offline and online communities. With amazing programs and initiatives to always keep you engaged, you never run out of network, resources and mentorship
MONITORED GROWTH :We provide resources and monitor your growth every step of the way through regular check-ins to ensure you are hitting your personal and career goals
GUIDANCE : Through our intensive dedicated Mentorship program and various mentors available on our community platform, you are able to get help and guidance in your learning journey or career field whenever you need it.
PAIR SUPPORT: Network and meet with other women in tech in Africa who have walked or are walking in the same path as you are and can relate with your experience while helping you on your journey
**Meet the Team**
Peep the faces behind the initiatives and impacts here at She Code Africa. These wonderful people work behind the scene, everyday to keep our vision working.
| 1.0 | Implement About us page Frontend(Web and Mobile view) - This is to implement the new user interface design for the About us page.
This page should be fully responsive with features in the Ui design provided.
Content include;
**Header**
We are a non-profit organization focused on celebrating and empowering young Girls and Women in Technology across Africa. CTA (Join Community)
**Our Values**
Team work, Community, Technical growth, Leadership, Visibility
**Member benefits**
COMMUNITY SUPPORT : We provide support through our diverse offline and online communities. With amazing programs and initiatives to always keep you engaged, you never run out of network, resources and mentorship
MONITORED GROWTH :We provide resources and monitor your growth every step of the way through regular check-ins to ensure you are hitting your personal and career goals
GUIDANCE : Through our intensive dedicated Mentorship program and various mentors available on our community platform, you are able to get help and guidance in your learning journey or career field whenever you need it.
PAIR SUPPORT: Network and meet with other women in tech in Africa who have walked or are walking in the same path as you are and can relate with your experience while helping you on your journey
**Meet the Team**
Peep the faces behind the initiatives and impacts here at She Code Africa. These wonderful people work behind the scene, everyday to keep our vision working.
| priority | implement about us page frontend web and mobile view this is to implement the new user interface design for the about us page this page should be fully responsive with features in the ui design provided content include header we are a non profit organization focused on celebrating and empowering young girls and women in technology across africa cta join community our values team work community technical growth leadership visibility member benefits community support we provide support through our diverse offline and online communities with amazing programs and initiatives to always keep you engaged you never run out of network resources and mentorship monitored growth we provide resources and monitor your growth every step of the way through regular check ins to ensure you are hitting your personal and career goals guidance through our intensive dedicated mentorship program and various mentors available on our community platform you are able to get help and guidance in your learning journey or career field whenever you need it pair support network and meet with other women in tech in africa who have walked or are walking in the same path as you are and can relate with your experience while helping you on your journey meet the team peep the faces behind the initiatives and impacts here at she code africa these wonderful people work behind the scene everyday to keep our vision working | 1 |
414,096 | 12,098,844,313 | IssuesEvent | 2020-04-20 11:03:34 | bounswe/bounswe2020group5 | https://api.github.com/repos/bounswe/bounswe2020group5 | closed | Future Project Plan | Homework Priority: High Status: Completed | The future plans for the project:
All future plans should be planned.
Cmpe-451 part is added.
Deadline: 19.04.2020 | 1.0 | Future Project Plan - The future plans for the project:
All future plans should be planned.
Cmpe-451 part is added.
Deadline: 19.04.2020 | priority | future project plan the future plans for the project all future plans should be planned cmpe part is added deadline | 1 |
55,686 | 3,074,243,187 | IssuesEvent | 2015-08-20 05:24:26 | pombase/canto | https://api.github.com/repos/pombase/canto | closed | add "back to summary" link button to genotype management page | feature request high priority sourceforge | hope the summary is self-explanatory (one can use the "PMID:nnn" link in the upper left corner, but it's small and subtle, so a button would be convenient)
Original comment by: mah11 | 1.0 | add "back to summary" link button to genotype management page - hope the summary is self-explanatory (one can use the "PMID:nnn" link in the upper left corner, but it's small and subtle, so a button would be convenient)
Original comment by: mah11 | priority | add back to summary link button to genotype management page hope the summary is self explanatory one can use the pmid nnn link in the upper left corner but it s small and subtle so a button would be convenient original comment by | 1 |
495,119 | 14,272,306,342 | IssuesEvent | 2020-11-21 16:26:30 | ProngsDark/farm-watcher | https://api.github.com/repos/ProngsDark/farm-watcher | opened | Consider using Infura as a web3 provider | enhancement high priority | Since there needs to be a connecton to the Ethereum network, but the person that connects to it is irrelevant, we might consider changing the Metamask connection scheme for our own Infura solution. See #2
**Challenges:**
- We don't know how limited the free plan is.
- The app might get abused and we exhaust our free plan resources faster than intended.
- We'll need to change a consistent chunk of code that uses the Metamask connection as a web3 provider.
**Benefits:**
- The app will work on all browsers, including browsers that don't include a web3 provider. This one would be a huge benefit to the users since they won't need specialized browsers to use the app.
- We'll be able to load all the content upfront without needing the user to connect manually to web3. | 1.0 | Consider using Infura as a web3 provider - Since there needs to be a connecton to the Ethereum network, but the person that connects to it is irrelevant, we might consider changing the Metamask connection scheme for our own Infura solution. See #2
**Challenges:**
- We don't know how limited the free plan is.
- The app might get abused and we exhaust our free plan resources faster than intended.
- We'll need to change a consistent chunk of code that uses the Metamask connection as a web3 provider.
**Benefits:**
- The app will work on all browsers, including browsers that don't include a web3 provider. This one would be a huge benefit to the users since they won't need specialized browsers to use the app.
- We'll be able to load all the content upfront without needing the user to connect manually to web3. | priority | consider using infura as a provider since there needs to be a connecton to the ethereum network but the person that connects to it is irrelevant we might consider changing the metamask connection scheme for our own infura solution see challenges we don t know how limited the free plan is the app might get abused and we exhaust our free plan resources faster than intended we ll need to change a consistent chunk of code that uses the metamask connection as a provider benefits the app will work on all browsers including browsers that don t include a provider this one would be a huge benefit to the users since they won t need specialized browsers to use the app we ll be able to load all the content upfront without needing the user to connect manually to | 1 |
523,992 | 15,193,704,324 | IssuesEvent | 2021-02-16 01:28:38 | xournalpp/xournalpp | https://api.github.com/repos/xournalpp/xournalpp | closed | "g_unlink() failed" when trying to write LaTeX annotations | bug confirmed os::windows priority::high regression | Windows 10, Xournal 1.1.0 dev. When I'm typing up LaTeX annotations, every second or so, it says "Could not save .tex file: [path] could not be saved. g_unlink() failed. Permission denied". The annotation does not even load in the preview. Running in administrator mode does not work. I did not keep the folder in "Program Files", if that matters. | 1.0 | "g_unlink() failed" when trying to write LaTeX annotations - Windows 10, Xournal 1.1.0 dev. When I'm typing up LaTeX annotations, every second or so, it says "Could not save .tex file: [path] could not be saved. g_unlink() failed. Permission denied". The annotation does not even load in the preview. Running in administrator mode does not work. I did not keep the folder in "Program Files", if that matters. | priority | g unlink failed when trying to write latex annotations windows xournal dev when i m typing up latex annotations every second or so it says could not save tex file could not be saved g unlink failed permission denied the annotation does not even load in the preview running in administrator mode does not work i did not keep the folder in program files if that matters | 1 |
548,127 | 16,058,178,213 | IssuesEvent | 2021-04-23 08:43:16 | qutebrowser/qutebrowser | https://api.github.com/repos/qutebrowser/qutebrowser | closed | :spawn -u -o regression | bug: exception component: userscripts priority: 0 - high | When doing `:spawn -u -o` with 2.2.0:
```pytb
Traceback (most recent call last):
File "/home/florian/proj/qutebrowser/git/qutebrowser/browser/commands.py", line 1095, in _on_proc_finished
tb.load_url(QUrl(f'qute://process/{proc.pid}'), newtab=True)
AttributeError: 'NoneType' object has no attribute 'pid'
``` | 1.0 | :spawn -u -o regression - When doing `:spawn -u -o` with 2.2.0:
```pytb
Traceback (most recent call last):
File "/home/florian/proj/qutebrowser/git/qutebrowser/browser/commands.py", line 1095, in _on_proc_finished
tb.load_url(QUrl(f'qute://process/{proc.pid}'), newtab=True)
AttributeError: 'NoneType' object has no attribute 'pid'
``` | priority | spawn u o regression when doing spawn u o with pytb traceback most recent call last file home florian proj qutebrowser git qutebrowser browser commands py line in on proc finished tb load url qurl f qute process proc pid newtab true attributeerror nonetype object has no attribute pid | 1 |
160,629 | 6,101,217,760 | IssuesEvent | 2017-06-20 14:13:28 | kuzzleio/kuzzle | https://api.github.com/repos/kuzzleio/kuzzle | closed | Impossible to fetch more than 10K KuzzleUser | enhancement priority-high | Hello,
Since `%kuzzle` is an internal index, it's impossible to use the search/scroll action from document controller on this index.
So, the only option here is to retrieve users with securityController/searchUsers. But seeing https://github.com/kuzzleio/kuzzle/blob/master/lib/services/internalEngine/index.js#L69, this action does not use ES's scroll API so it will be impossible to retrieve more than 10K users. | 1.0 | Impossible to fetch more than 10K KuzzleUser - Hello,
Since `%kuzzle` is an internal index, it's impossible to use the search/scroll action from document controller on this index.
So, the only option here is to retrieve users with securityController/searchUsers. But seeing https://github.com/kuzzleio/kuzzle/blob/master/lib/services/internalEngine/index.js#L69, this action does not use ES's scroll API so it will be impossible to retrieve more than 10K users. | priority | impossible to fetch more than kuzzleuser hello since kuzzle is an internal index it s impossible to use the search scroll action from document controller on this index so the only option here is to retrieve users with securitycontroller searchusers but seeing this action does not use es s scroll api so it will be impossible to retrieve more than users | 1 |
776,294 | 27,254,708,657 | IssuesEvent | 2023-02-22 10:38:07 | labring/sealos | https://api.github.com/repos/labring/sealos | closed | BUG: inspect error for imageID | type: bug priority: high | ### Sealos Version
main
### How to reproduce the bug?
sealos inspect @0a096ceb4922
```
root@default-node-0:~# ./sealos inspect 0a096ceb4922
Error: error parsing image name "0a096ceb4922": reference "[overlay@/var/lib/containers/storage+/run/containers/storage]docker.io/library/0a096ceb4922:latest" does not resolve to an image ID: identifier is not an image
root@default-node-0:~# ./sealos inspect @0a096ceb4922
Error: error resolve shortname @0a096ceb4922: image not known
```
### What is the expected behavior?
_No response_
### What do you see instead?
_No response_
### Operating environment
```markdown
- Sealos version:
- Docker version:
- Kubernetes version:
- Operating system:
- Runtime environment:
- Cluster size:
- Additional information:
```
### Additional information
_No response_ | 1.0 | BUG: inspect error for imageID - ### Sealos Version
main
### How to reproduce the bug?
sealos inspect @0a096ceb4922
```
root@default-node-0:~# ./sealos inspect 0a096ceb4922
Error: error parsing image name "0a096ceb4922": reference "[overlay@/var/lib/containers/storage+/run/containers/storage]docker.io/library/0a096ceb4922:latest" does not resolve to an image ID: identifier is not an image
root@default-node-0:~# ./sealos inspect @0a096ceb4922
Error: error resolve shortname @0a096ceb4922: image not known
```
### What is the expected behavior?
_No response_
### What do you see instead?
_No response_
### Operating environment
```markdown
- Sealos version:
- Docker version:
- Kubernetes version:
- Operating system:
- Runtime environment:
- Cluster size:
- Additional information:
```
### Additional information
_No response_ | priority | bug inspect error for imageid sealos version main how to reproduce the bug sealos inspect root default node sealos inspect error error parsing image name reference docker io library latest does not resolve to an image id identifier is not an image root default node sealos inspect error error resolve shortname image not known what is the expected behavior no response what do you see instead no response operating environment markdown sealos version docker version kubernetes version operating system runtime environment cluster size additional information additional information no response | 1 |
374,699 | 11,094,160,889 | IssuesEvent | 2019-12-16 05:10:39 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | accounts.firefox.com - site is not usable | browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal | <!-- @browser: Firefox 72.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:72.0) Gecko/20100101 Firefox/72.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://accounts.firefox.com/?service=sync&context=fx_desktop_v3&entrypoint=fxa_discoverability_native&action=email
**Browser / Version**: Firefox 72.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: not able to go to any site
**Steps to Reproduce**:
Not able to visit any web site/browse anything.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20191205201734</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | accounts.firefox.com - site is not usable - <!-- @browser: Firefox 72.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:72.0) Gecko/20100101 Firefox/72.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://accounts.firefox.com/?service=sync&context=fx_desktop_v3&entrypoint=fxa_discoverability_native&action=email
**Browser / Version**: Firefox 72.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: not able to go to any site
**Steps to Reproduce**:
Not able to visit any web site/browse anything.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20191205201734</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | accounts firefox com site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description not able to go to any site steps to reproduce not able to visit any web site browse anything browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 1 |
559,449 | 16,559,134,816 | IssuesEvent | 2021-05-28 17:25:50 | AbnerSquared/Orikivo | https://api.github.com/repos/AbnerSquared/Orikivo | closed | Have recipes be referenced by their resulting item ID | difficulty:easy priority:high scope:crafting type:enhancement | While recipes are in a good state, one of the smaller issues is that their ID can be a bit troublesome to copy/paste sometimes. A good solution would be to instead group up all recipes by their resulting item ID instead, so that whenever the recipe is searched, it will return all variations of that specific item. | 1.0 | Have recipes be referenced by their resulting item ID - While recipes are in a good state, one of the smaller issues is that their ID can be a bit troublesome to copy/paste sometimes. A good solution would be to instead group up all recipes by their resulting item ID instead, so that whenever the recipe is searched, it will return all variations of that specific item. | priority | have recipes be referenced by their resulting item id while recipes are in a good state one of the smaller issues is that their id can be a bit troublesome to copy paste sometimes a good solution would be to instead group up all recipes by their resulting item id instead so that whenever the recipe is searched it will return all variations of that specific item | 1 |
286,203 | 8,785,143,896 | IssuesEvent | 2018-12-20 12:02:08 | jonfroehlich/makeabilitylabwebsite | https://api.github.com/repos/jonfroehlich/makeabilitylabwebsite | closed | Ugh, recent commit broke member.html | Member Page Priority: High bug | member.html is one of the few remaining pages (along with project.html) that has a two-column layout: one for content and one sidebar.
I recently checked in code that accidentally broke this. Needs to be fixed:


| 1.0 | Ugh, recent commit broke member.html - member.html is one of the few remaining pages (along with project.html) that has a two-column layout: one for content and one sidebar.
I recently checked in code that accidentally broke this. Needs to be fixed:


| priority | ugh recent commit broke member html member html is one of the few remaining pages along with project html that has a two column layout one for content and one sidebar i recently checked in code that accidentally broke this needs to be fixed | 1 |
541,527 | 15,828,685,205 | IssuesEvent | 2021-04-06 10:10:56 | kubesphere/kubesphere | https://api.github.com/repos/kubesphere/kubesphere | closed | The service account option should be added to the project permission edit page. | kind/bug priority/high priority/medium | **Describe the Bug**
**Versions Used**
KubeSphere: `dev:latest`
**Preset conditions**
1、There is account ‘test’, which has the management authority of project 'pro'
**How To Reproduce**
Steps to reproduce the behavior:
1. Use account 'test' log in KS
2. Go to project 'pro'
2. Click on 'Project Settings'
3. Click on 'Project Roles'
4. Click on 'Create'
5. Click on 'Edit Authorization' after input name
6. Click on 'Configurations'
**Expected behavior**
There are 'Service Account Management' and 'Service Account View' in Authorization List
**Actual behavior**


/kind bug
/assign @leoendless @wansir
/milestone 3.1.0
/priority high | 2.0 | The service account option should be added to the project permission edit page. - **Describe the Bug**
**Versions Used**
KubeSphere: `dev:latest`
**Preset conditions**
1、There is account ‘test’, which has the management authority of project 'pro'
**How To Reproduce**
Steps to reproduce the behavior:
1. Use account 'test' log in KS
2. Go to project 'pro'
2. Click on 'Project Settings'
3. Click on 'Project Roles'
4. Click on 'Create'
5. Click on 'Edit Authorization' after input name
6. Click on 'Configurations'
**Expected behavior**
There are 'Service Account Management' and 'Service Account View' in Authorization List
**Actual behavior**


/kind bug
/assign @leoendless @wansir
/milestone 3.1.0
/priority high | priority | the service account option should be added to the project permission edit page describe the bug versions used kubesphere dev latest preset conditions 、there is account ‘test’ which has the management authority of project pro how to reproduce steps to reproduce the behavior use account test log in ks go to project pro click on project settings click on project roles click on create click on edit authorization after input name click on configurations expected behavior there are service account management and service account view in authorization list actual behavior kind bug assign leoendless wansir milestone priority high | 1 |
547,397 | 16,042,149,665 | IssuesEvent | 2021-04-22 09:13:08 | sopra-fs21-group-05/group-05-server | https://api.github.com/repos/sopra-fs21-group-05/group-05-server | closed | Get winner(s) endpoint and respective methods | high priority task | - [x] Create mappings to the requests from the client
- [x] Write a getWinner() function to determine the winner
- [x] Write a restrictPlayer() function to mark the winner as restricted for the next game
Time estimate: 2h
This task is part of user story #17 | 1.0 | Get winner(s) endpoint and respective methods - - [x] Create mappings to the requests from the client
- [x] Write a getWinner() function to determine the winner
- [x] Write a restrictPlayer() function to mark the winner as restricted for the next game
Time estimate: 2h
This task is part of user story #17 | priority | get winner s endpoint and respective methods create mappings to the requests from the client write a getwinner function to determine the winner write a restrictplayer function to mark the winner as restricted for the next game time estimate this task is part of user story | 1 |
496,991 | 14,360,088,073 | IssuesEvent | 2020-11-30 16:24:48 | okTurtles/group-income-simple | https://api.github.com/repos/okTurtles/group-income-simple | closed | Unable to communicate with server(on trying to log in) using Ngrok | App:Backend App:Frontend Kind:Core Level:Advanced Priority:High | ### Problem
Trying to test `grunt dev` server on mobile phone using [Ngrok](https://ngrok.com/) produces some issues(it appears that it fails to communicate with the server upon requests).
1) When trying to log in, with an account already created by other device(PC).

2) When trying to sign up on mobile device.

P.S.
@taoeffect I tried the other way you advised me first(connecting the phone with the same wifi as the laptop and then trying http://ipv4_address:8000 which worked this time), and also was presented with the same error messages.
### Solution
Close #852 | 1.0 | Unable to communicate with server(on trying to log in) using Ngrok - ### Problem
Trying to test `grunt dev` server on mobile phone using [Ngrok](https://ngrok.com/) produces some issues(it appears that it fails to communicate with the server upon requests).
1) When trying to log in, with an account already created by other device(PC).

2) When trying to sign up on mobile device.

P.S.
@taoeffect I tried the other way you advised me first(connecting the phone with the same wifi as the laptop and then trying http://ipv4_address:8000 which worked this time), and also was presented with the same error messages.
### Solution
Close #852 | priority | unable to communicate with server on trying to log in using ngrok problem trying to test grunt dev server on mobile phone using produces some issues it appears that it fails to communicate with the server upon requests when trying to log in with an account already created by other device pc when trying to sign up on mobile device p s taoeffect i tried the other way you advised me first connecting the phone with the same wifi as the laptop and then trying which worked this time and also was presented with the same error messages solution close | 1 |
603,531 | 18,668,741,210 | IssuesEvent | 2021-10-30 09:36:07 | AY2122S1-CS2103T-W13-3/tp | https://api.github.com/repos/AY2122S1-CS2103T-W13-3/tp | closed | [PE-D] edit unable to edit date | bug duplicate priority.High date | edit /d 02/02/2020
Unable to edit date linked to issue 9

<!--session: 1635495260518-78411979-dc98-4629-88e3-ce40892e0c58--><!--Version: Web v3.4.1-->
-------------
Labels: `severity.Medium` `type.FeatureFlaw`
original: ryantianj/ped#11 | 1.0 | [PE-D] edit unable to edit date - edit /d 02/02/2020
Unable to edit date linked to issue 9

<!--session: 1635495260518-78411979-dc98-4629-88e3-ce40892e0c58--><!--Version: Web v3.4.1-->
-------------
Labels: `severity.Medium` `type.FeatureFlaw`
original: ryantianj/ped#11 | priority | edit unable to edit date edit d unable to edit date linked to issue labels severity medium type featureflaw original ryantianj ped | 1 |
473,131 | 13,637,314,866 | IssuesEvent | 2020-09-25 07:37:48 | zowe/api-layer | https://api.github.com/repos/zowe/api-layer | opened | HA: Componentize start script per APIML service | Priority: High enhancement new | **Is your feature request related to a problem? Please describe.**
The feature supports the overall [Zowe HA plan](https://github.com/zowe/zowe-install-packaging/issues/1477).
**Describe the solution you'd like**
Individual API Mediation Layer components can be launched and restarted individually. In combination with zowe launcher’s configuration, this can achieve a configurable set of services to run per LPAR.
**Describe alternatives you've considered**
**Additional context**
Dependency on Zowe Launcher being ready
| 1.0 | HA: Componentize start script per APIML service - **Is your feature request related to a problem? Please describe.**
The feature supports the overall [Zowe HA plan](https://github.com/zowe/zowe-install-packaging/issues/1477).
**Describe the solution you'd like**
Individual API Mediation Layer components can be launched and restarted individually. In combination with zowe launcher’s configuration, this can achieve a configurable set of services to run per LPAR.
**Describe alternatives you've considered**
**Additional context**
Dependency on Zowe Launcher being ready
| priority | ha componentize start script per apiml service is your feature request related to a problem please describe the feature supports the overall describe the solution you d like individual api mediation layer components can be launched and restarted individually in combination with zowe launcher’s configuration this can achieve a configurable set of services to run per lpar describe alternatives you ve considered additional context dependency on zowe launcher being ready | 1 |
389,506 | 11,503,091,847 | IssuesEvent | 2020-02-12 20:23:35 | meumobi/nfmb-web | https://api.github.com/repos/meumobi/nfmb-web | closed | item-form: group name is not displayed on audience section | bug high-priority | ### Expected behaviour
should wrap list to use multi rows
### Actual behaviour
group name is not displayed on audience section, name are "ellipsed" to fit on screen

Probably same occurs on profile-form
### Steps to reproduce
1. edit or create an item on an organization with enough categories to fill the row
2.
3.
### Expected responses
- Why it happens
- How to fix it
- How to test
| 1.0 | item-form: group name is not displayed on audience section - ### Expected behaviour
should wrap list to use multi rows
### Actual behaviour
group name is not displayed on audience section, name are "ellipsed" to fit on screen

Probably same occurs on profile-form
### Steps to reproduce
1. edit or create an item on an organization with enough categories to fill the row
2.
3.
### Expected responses
- Why it happens
- How to fix it
- How to test
| priority | item form group name is not displayed on audience section expected behaviour should wrap list to use multi rows actual behaviour group name is not displayed on audience section name are ellipsed to fit on screen probably same occurs on profile form steps to reproduce edit or create an item on an organization with enough categories to fill the row expected responses why it happens how to fix it how to test | 1 |
122,038 | 4,826,893,674 | IssuesEvent | 2016-11-07 11:43:02 | CS2103AUG2016-T17-C3/main | https://api.github.com/repos/CS2103AUG2016-T17-C3/main | closed | Help command not working properly | priority.high type.bug type.command.help | requires UserGuide.html to be in `docs/` of root folder which doesn't exist for a user who downloaded TaskManager.jar
Proposed changes:
1) Revert to online help page
2) Do not use an external file `UserGuide.html` | 1.0 | Help command not working properly - requires UserGuide.html to be in `docs/` of root folder which doesn't exist for a user who downloaded TaskManager.jar
Proposed changes:
1) Revert to online help page
2) Do not use an external file `UserGuide.html` | priority | help command not working properly requires userguide html to be in docs of root folder which doesn t exist for a user who downloaded taskmanager jar proposed changes revert to online help page do not use an external file userguide html | 1 |
616,291 | 19,298,086,771 | IssuesEvent | 2021-12-12 22:37:08 | bounswe/2021SpringGroup12 | https://api.github.com/repos/bounswe/2021SpringGroup12 | opened | Rearrange tehe code according to new Changes | priority: high android | **Description**
- Revise and rearrange your code according to Pull request :https://github.com/bounswe/2021SpringGroup12/pull/361 | 1.0 | Rearrange tehe code according to new Changes - **Description**
- Revise and rearrange your code according to Pull request :https://github.com/bounswe/2021SpringGroup12/pull/361 | priority | rearrange tehe code according to new changes description revise and rearrange your code according to pull request | 1 |
47,026 | 2,971,406,127 | IssuesEvent | 2015-07-14 06:32:58 | mcdermott-scholars/mcdermott | https://api.github.com/repos/mcdermott-scholars/mcdermott | opened | Add birthday to McUser model | high priority | Additionally have birthdays displayed in the upcoming calendar events. | 1.0 | Add birthday to McUser model - Additionally have birthdays displayed in the upcoming calendar events. | priority | add birthday to mcuser model additionally have birthdays displayed in the upcoming calendar events | 1 |
187,493 | 6,758,183,233 | IssuesEvent | 2017-10-24 13:28:44 | connectivedx/fuzzy-chainsaw | https://api.github.com/repos/connectivedx/fuzzy-chainsaw | closed | [LP Integration] Production Builds | enhancement high-priority PR pending | <!--- Provide a general summary of the issue in the Title above -->
LP executes the `production` command of fuzzy chainsaw. The problem is, as part of the production build process, LP cleans/blows away the output directory that contains FC's DLLs. FC's `production` command won't rebuild them, but `full:production` will.
<!--- Please provide as much of the following information as possible -->
<!--- Feel free to delete whatever is not relevant to you -->
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
I need `production` to build the DLLs
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
it does not
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
I made this change to the `package.json` of the project I'm currently on.

<!--- or ideas how to implement the addition or change -->
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
the LP stack will never actually need to execute `quick:production`. I left that in there in case it was necessary for compatibility on FC's end. If it is not, maybe it makes sense to just make `production` be `full:production`?
<!--- Providing context helps us come up with a solution that is most useful in the real world --> | 1.0 | [LP Integration] Production Builds - <!--- Provide a general summary of the issue in the Title above -->
LP executes the `production` command of fuzzy chainsaw. The problem is, as part of the production build process, LP cleans/blows away the output directory that contains FC's DLLs. FC's `production` command won't rebuild them, but `full:production` will.
<!--- Please provide as much of the following information as possible -->
<!--- Feel free to delete whatever is not relevant to you -->
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
I need `production` to build the DLLs
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
it does not
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
I made this change to the `package.json` of the project I'm currently on.

<!--- or ideas how to implement the addition or change -->
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
the LP stack will never actually need to execute `quick:production`. I left that in there in case it was necessary for compatibility on FC's end. If it is not, maybe it makes sense to just make `production` be `full:production`?
<!--- Providing context helps us come up with a solution that is most useful in the real world --> | priority | production builds lp executes the production command of fuzzy chainsaw the problem is as part of the production build process lp cleans blows away the output directory that contains fc s dlls fc s production command won t rebuild them but full production will expected behavior i need production to build the dlls current behavior it does not possible solution i made this change to the package json of the project i m currently on context the lp stack will never actually need to execute quick production i left that in there in case it was necessary for compatibility on fc s end if it is not maybe it makes sense to just make production be full production | 1 |
557,209 | 16,503,709,931 | IssuesEvent | 2021-05-25 16:42:32 | cornell-dti/cu-apts | https://api.github.com/repos/cornell-dti/cu-apts | closed | [frontend] No input validation on review submit | bug frontend high-priority | Currently, it's possible to create a review with empty fields and nothing filled out. We should require at least the overall experience rating to be filled out, as well as review text.
my empty review:
 | 1.0 | [frontend] No input validation on review submit - Currently, it's possible to create a review with empty fields and nothing filled out. We should require at least the overall experience rating to be filled out, as well as review text.
my empty review:
 | priority | no input validation on review submit currently it s possible to create a review with empty fields and nothing filled out we should require at least the overall experience rating to be filled out as well as review text my empty review | 1 |
435,335 | 12,534,414,716 | IssuesEvent | 2020-06-04 19:23:21 | SuLab/outbreak.info-resources | https://api.github.com/repos/SuLab/outbreak.info-resources | opened | [DDE GUIDE ISSUE] - Funding Type wrong, funder incorrect | blocker bug high priority | In the JSON generated via the guide, the Funding `@type` is incorrect. It should be `Monetary Grant`, not`Organization`. Additionally, the `funder` should be an object of type `Organization` with a `name` property instead of a direct string.
The issue with the funder name is expected to be one of the reasons why the guide does not allow for successful submissions. This is a blocker which needs to be resolved ASAP. | 1.0 | [DDE GUIDE ISSUE] - Funding Type wrong, funder incorrect - In the JSON generated via the guide, the Funding `@type` is incorrect. It should be `Monetary Grant`, not`Organization`. Additionally, the `funder` should be an object of type `Organization` with a `name` property instead of a direct string.
The issue with the funder name is expected to be one of the reasons why the guide does not allow for successful submissions. This is a blocker which needs to be resolved ASAP. | priority | funding type wrong funder incorrect in the json generated via the guide the funding type is incorrect it should be monetary grant not organization additionally the funder should be an object of type organization with a name property instead of a direct string the issue with the funder name is expected to be one of the reasons why the guide does not allow for successful submissions this is a blocker which needs to be resolved asap | 1 |
120,332 | 4,787,999,933 | IssuesEvent | 2016-10-30 10:02:26 | magicDGS/ReadTools | https://api.github.com/repos/magicDGS/ReadTools | closed | Allow to specify the separator of the barcodes | enhancement HIGH_PRIORITY user request | Some FATSQ files have the barcode in the name not in the standard format (`@readName#ATCG`) but including spaces. An example record for this is the following:
```
@ST-E00276:193:H5M5TALXX:3:1101:8420:1625 1:N:0:NAACAAAA
NCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
+
#AAFFFKKKKFFKKKKKKKKKKKKFFKKKKKKFFKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKFKKKKKKKKKKKKKKKKKKFKKKKKKKKKKKKKKKKKKKKKKKAKKKKKKFFKKKKKKKKKKKKKFKKKKKKKKKKFK
```
The best temporary solution for the last pre-release is to provide a command line optional parameter with the default separator ("#"). Thus, to handle the previous record the user should provide the following: `--read-name-barcode-separator " 1:N:0:"`.
Because this is changing to often, we should provide a better way of handling this for later realeases. | 1.0 | Allow to specify the separator of the barcodes - Some FATSQ files have the barcode in the name not in the standard format (`@readName#ATCG`) but including spaces. An example record for this is the following:
```
@ST-E00276:193:H5M5TALXX:3:1101:8420:1625 1:N:0:NAACAAAA
NCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
+
#AAFFFKKKKFFKKKKKKKKKKKKFFKKKKKKFFKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKFKKKKKKKKKKKKKKKKKKFKKKKKKKKKKKKKKKKKKKKKKKAKKKKKKFFKKKKKKKKKKKKKFKKKKKKKKKKFK
```
The best temporary solution for the last pre-release is to provide a command line optional parameter with the default separator ("#"). Thus, to handle the previous record the user should provide the following: `--read-name-barcode-separator " 1:N:0:"`.
Because this is changing to often, we should provide a better way of handling this for later realeases. | priority | allow to specify the separator of the barcodes some fatsq files have the barcode in the name not in the standard format readname atcg but including spaces an example record for this is the following st n naacaaaa nccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc aafffkkkkffkkkkkkkkkkkkffkkkkkkffkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkfkkkkkkkkkkkkkkkkkkfkkkkkkkkkkkkkkkkkkkkkkkakkkkkkffkkkkkkkkkkkkkfkkkkkkkkkkfk the best temporary solution for the last pre release is to provide a command line optional parameter with the default separator thus to handle the previous record the user should provide the following read name barcode separator n because this is changing to often we should provide a better way of handling this for later realeases | 1 |
488,495 | 14,078,564,413 | IssuesEvent | 2020-11-04 13:44:54 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | ClassCastException when trying to cast ballerina string from an inter-op function | Area/JavaInterop Priority/High SwanLakeDump Team/jBallerina Type/Bug | **Description:**
I have defined a union type `KafkaData` in ballerina, which consists of `string|int|float|byte[]`. There is an inter-op function which returns the aforementioned type. When I try to cast this (or use type guard to isolate the type) to a string, a `ClassCastException` is thrown.
**Steps to reproduce:**
Ballerina File:
```ballerina
import ballerinax/java;
public type MyType byte[]|string|int|float;
public function main() {
any result = getValue();
string s = <string> result; // This line crashes with ClassCastException
}
function getValue() returns MyType = @java:Method {
class: "org.thisaru.GetValue"
} external;
```
Java File:
```java
package org.thisaru;
import org.ballerinalang.jvm.StringUtils;
public class GetValue {
public static Object getValue() {
String s = "Ballerina";
return StringUtils.fromString(s);
}
}
```
**Affected Versions:**
Master Branch
| 1.0 | ClassCastException when trying to cast ballerina string from an inter-op function - **Description:**
I have defined a union type `KafkaData` in ballerina, which consists of `string|int|float|byte[]`. There is an inter-op function which returns the aforementioned type. When I try to cast this (or use type guard to isolate the type) to a string, a `ClassCastException` is thrown.
**Steps to reproduce:**
Ballerina File:
```ballerina
import ballerinax/java;
public type MyType byte[]|string|int|float;
public function main() {
any result = getValue();
string s = <string> result; // This line crashes with ClassCastException
}
function getValue() returns MyType = @java:Method {
class: "org.thisaru.GetValue"
} external;
```
Java File:
```java
package org.thisaru;
import org.ballerinalang.jvm.StringUtils;
public class GetValue {
public static Object getValue() {
String s = "Ballerina";
return StringUtils.fromString(s);
}
}
```
**Affected Versions:**
Master Branch
| priority | classcastexception when trying to cast ballerina string from an inter op function description i have defined a union type kafkadata in ballerina which consists of string int float byte there is an inter op function which returns the aforementioned type when i try to cast this or use type guard to isolate the type to a string a classcastexception is thrown steps to reproduce ballerina file ballerina import ballerinax java public type mytype byte string int float public function main any result getvalue string s result this line crashes with classcastexception function getvalue returns mytype java method class org thisaru getvalue external java file java package org thisaru import org ballerinalang jvm stringutils public class getvalue public static object getvalue string s ballerina return stringutils fromstring s affected versions master branch | 1 |
325,074 | 9,916,465,982 | IssuesEvent | 2019-06-28 20:01:45 | cordageio/rigging | https://api.github.com/repos/cordageio/rigging | closed | Update Rigging OpenAPI 3.0 in order to support associate user with multiple location owners | Priority: High | **When / Situation**: When we need to have an updated API end-points map
**User Motivation**: We want to test manually Rigging API functionality from a Swagger editor
**So that:** We can ensure that all the API endpoints are working good
**Expected Outcome:** We can test every single end-point with real data and see the real behavior in a local or development environment
**Tasks:**
- [x] Write all every single end-point from the CordageRiggingWeb.router to the swagger file Open API 3.0
- [x] Fix issue `Failed to fetch` using Swagger Editor with POST, PUT, DELETE requests
- [x] Fix issue to pass Authorization Bearer through Swagger editor
- [x] Write Authorization Headers to pass properly the JWT through the Swagger request
- [x] Protect every single end-point with OAuth2 security in the swagger file
**Acceptance Criteria:**
- [x] Retrieve all the organizations end-point should work directly from Swagger Editor
- [x] Add a new organization end-point should work directly from Swagger Editor
- [x] Retrieve an organization end-point should work directly from Swagger Editor
- [x] Update an organization to its owner end-point should work directly from Swagger Editor
- [x] Delete an organization to its owner end-point should work directly from Swagger Editor
- [x] Upload logo and favicon to an organization end-point should work directly from Swagger Editor
------------
- [x] Add an organization owner end-point should work directly from Swagger Editor
- [x] Retrieve the organization owner end-point should work directly from Swagger Editor
- [x] Update an organization owner to its owner end-point should work directly from Swagger Editor
------------
- [x] Add a new location end-point should work directly from Swagger Editor
- [x] Retrieve all the locations end-point should work directly from Swagger Editor
- [x] Update a location end-point should work directly from Swagger Editor
- [x] Remove a location end-point should work directly from Swagger Editor
| 1.0 | Update Rigging OpenAPI 3.0 in order to support associate user with multiple location owners - **When / Situation**: When we need to have an updated API end-points map
**User Motivation**: We want to test manually Rigging API functionality from a Swagger editor
**So that:** We can ensure that all the API endpoints are working good
**Expected Outcome:** We can test every single end-point with real data and see the real behavior in a local or development environment
**Tasks:**
- [x] Write all every single end-point from the CordageRiggingWeb.router to the swagger file Open API 3.0
- [x] Fix issue `Failed to fetch` using Swagger Editor with POST, PUT, DELETE requests
- [x] Fix issue to pass Authorization Bearer through Swagger editor
- [x] Write Authorization Headers to pass properly the JWT through the Swagger request
- [x] Protect every single end-point with OAuth2 security in the swagger file
**Acceptance Criteria:**
- [x] Retrieve all the organizations end-point should work directly from Swagger Editor
- [x] Add a new organization end-point should work directly from Swagger Editor
- [x] Retrieve an organization end-point should work directly from Swagger Editor
- [x] Update an organization to its owner end-point should work directly from Swagger Editor
- [x] Delete an organization to its owner end-point should work directly from Swagger Editor
- [x] Upload logo and favicon to an organization end-point should work directly from Swagger Editor
------------
- [x] Add an organization owner end-point should work directly from Swagger Editor
- [x] Retrieve the organization owner end-point should work directly from Swagger Editor
- [x] Update an organization owner to its owner end-point should work directly from Swagger Editor
------------
- [x] Add a new location end-point should work directly from Swagger Editor
- [x] Retrieve all the locations end-point should work directly from Swagger Editor
- [x] Update a location end-point should work directly from Swagger Editor
- [x] Remove a location end-point should work directly from Swagger Editor
| priority | update rigging openapi in order to support associate user with multiple location owners when situation when we need to have an updated api end points map user motivation we want to test manually rigging api functionality from a swagger editor so that we can ensure that all the api endpoints are working good expected outcome we can test every single end point with real data and see the real behavior in a local or development environment tasks write all every single end point from the cordageriggingweb router to the swagger file open api fix issue failed to fetch using swagger editor with post put delete requests fix issue to pass authorization bearer through swagger editor write authorization headers to pass properly the jwt through the swagger request protect every single end point with security in the swagger file acceptance criteria retrieve all the organizations end point should work directly from swagger editor add a new organization end point should work directly from swagger editor retrieve an organization end point should work directly from swagger editor update an organization to its owner end point should work directly from swagger editor delete an organization to its owner end point should work directly from swagger editor upload logo and favicon to an organization end point should work directly from swagger editor add an organization owner end point should work directly from swagger editor retrieve the organization owner end point should work directly from swagger editor update an organization owner to its owner end point should work directly from swagger editor add a new location end point should work directly from swagger editor retrieve all the locations end point should work directly from swagger editor update a location end point should work directly from swagger editor remove a location end point should work directly from swagger editor | 1 |
730,038 | 25,156,430,024 | IssuesEvent | 2022-11-10 13:53:47 | aseprite/aseprite | https://api.github.com/repos/aseprite/aseprite | closed | Aseprite through Steam on MacOS Ventura Beta cannot be launched | bug high priority macos wip | Some users reported that they are unable to launch Aseprite through Steam due to an error "Aseprite is corrupted and cannot be opened...
~~At the moment, a workaround is to downgrade MacOS OS version.~~ (see EDIT)
Reported: https://igarastudio.zendesk.com/agent/tickets/3760, https://igarastudio.zendesk.com/agent/tickets/3784, https://igarastudio.zendesk.com/agent/tickets/3805.
EDIT:
Seems that the following steps worked for several users:
https://github.com/aseprite/aseprite/issues/3450#issuecomment-1292368256 | 1.0 | Aseprite through Steam on MacOS Ventura Beta cannot be launched - Some users reported that they are unable to launch Aseprite through Steam due to an error "Aseprite is corrupted and cannot be opened...
~~At the moment, a workaround is to downgrade MacOS OS version.~~ (see EDIT)
Reported: https://igarastudio.zendesk.com/agent/tickets/3760, https://igarastudio.zendesk.com/agent/tickets/3784, https://igarastudio.zendesk.com/agent/tickets/3805.
EDIT:
Seems that the following steps worked for several users:
https://github.com/aseprite/aseprite/issues/3450#issuecomment-1292368256 | priority | aseprite through steam on macos ventura beta cannot be launched some users reported that they are unable to launch aseprite through steam due to an error aseprite is corrupted and cannot be opened at the moment a workaround is to downgrade macos os version see edit reported edit seems that the following steps worked for several users | 1 |
678,200 | 23,190,664,480 | IssuesEvent | 2022-08-01 12:23:14 | SAP/xsk | https://api.github.com/repos/SAP/xsk | closed | [Research] Kyma Busola UI | wontfix release priority-medium effort-high research incomplete | ### Target
Gain knowledge in kyma dashboard ui - https://github.com/kyma-project/busola
1. Create a sample side bar
2. Configure sidebar to be conditionally enabled (ie only for SKR)
3. Create a sample view with a wizard
4. Check if we can list a specific resource from the cluster so we can select it for later usage
5. At the end create a CR in the cluster | 1.0 | [Research] Kyma Busola UI - ### Target
Gain knowledge in kyma dashboard ui - https://github.com/kyma-project/busola
1. Create a sample side bar
2. Configure sidebar to be conditionally enabled (ie only for SKR)
3. Create a sample view with a wizard
4. Check if we can list a specific resource from the cluster so we can select it for later usage
5. At the end create a CR in the cluster | priority | kyma busola ui target gain knowledge in kyma dashboard ui create a sample side bar configure sidebar to be conditionally enabled ie only for skr create a sample view with a wizard check if we can list a specific resource from the cluster so we can select it for later usage at the end create a cr in the cluster | 1 |
391,820 | 11,579,026,411 | IssuesEvent | 2020-02-21 17:02:41 | DrylandEcology/rSOILWAT2 | https://api.github.com/repos/DrylandEcology/rSOILWAT2 | closed | `estimate_PotNatVeg_composition` fails if all fixed cover sums to 1 and grass sub-components are to be estimated only | bug high priority in progress | Bug introduced with v3.17 (https://github.com/DrylandEcology/rSOILWAT2/releases/tag/v3.1.7) with the enhancement of the function `estimate_PotNatVeg_composition`: ability to fix total grass cover.
Function fails with error
```
'estimate_PotNatVeg_composition': The estimated vegetation cover values are 0, the user fixed relative abundance values sum to less than 1, and bare-ground is fixed. Thus, the function cannot compute complete land cover composition.
```
if all cover components are fixed (and sum to 1) except for grass components that are to be estimated to sum to the fixed `SumGrasses_Fraction`. | 1.0 | `estimate_PotNatVeg_composition` fails if all fixed cover sums to 1 and grass sub-components are to be estimated only - Bug introduced with v3.17 (https://github.com/DrylandEcology/rSOILWAT2/releases/tag/v3.1.7) with the enhancement of the function `estimate_PotNatVeg_composition`: ability to fix total grass cover.
Function fails with error
```
'estimate_PotNatVeg_composition': The estimated vegetation cover values are 0, the user fixed relative abundance values sum to less than 1, and bare-ground is fixed. Thus, the function cannot compute complete land cover composition.
```
if all cover components are fixed (and sum to 1) except for grass components that are to be estimated to sum to the fixed `SumGrasses_Fraction`. | priority | estimate potnatveg composition fails if all fixed cover sums to and grass sub components are to be estimated only bug introduced with with the enhancement of the function estimate potnatveg composition ability to fix total grass cover function fails with error estimate potnatveg composition the estimated vegetation cover values are the user fixed relative abundance values sum to less than and bare ground is fixed thus the function cannot compute complete land cover composition if all cover components are fixed and sum to except for grass components that are to be estimated to sum to the fixed sumgrasses fraction | 1 |
782,346 | 27,493,903,926 | IssuesEvent | 2023-03-04 23:47:56 | earthcubeprojects-chords/chords | https://api.github.com/repos/earthcubeprojects-chords/chords | opened | Live graph doesn't display for large number of variables | bug high priority | When the number of variables for an instrument gets greater than about 10, the instrument live chart doesn't appear at all.
I suspect that it has to do with the x and y axis labelling and/or the variable selectors.
This behavior is seen on the development release (a0745a0) (2022-05-20 19:58:42 UTC), as well as the current development build (22023-03-04). | 1.0 | Live graph doesn't display for large number of variables - When the number of variables for an instrument gets greater than about 10, the instrument live chart doesn't appear at all.
I suspect that it has to do with the x and y axis labelling and/or the variable selectors.
This behavior is seen on the development release (a0745a0) (2022-05-20 19:58:42 UTC), as well as the current development build (22023-03-04). | priority | live graph doesn t display for large number of variables when the number of variables for an instrument gets greater than about the instrument live chart doesn t appear at all i suspect that it has to do with the x and y axis labelling and or the variable selectors this behavior is seen on the development release utc as well as the current development build | 1 |
520,400 | 15,085,712,375 | IssuesEvent | 2021-02-05 19:06:58 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | Replace moment.js with a smaller library with frontend timezone support | area: dependencies help wanted priority: high | We don't use `moment.js` very much, and half the callpoints are hacks to suppress warnings. `moment` is also very large, and that's not going to change (https://momentjs.com/docs/#/-project-status/) as the project is in long-term maintenance mode. So we should look at replacing it with a more modern/smaller library.
```
tabbott@coset:~/zulip$ git grep moment[.]
static/js/markdown.js: moment.suppressDeprecationWarnings = true;
static/js/popovers.js: const dateFormat = moment.localeData().longDateFormat("LL");
static/js/portico/signup.js: $("#timezone").val(moment.tz.guess());
static/js/reminder.js: new_request.tz_guess = moment.tz.guess();
static/js/rendered_markdown.js: moment.suppressDeprecationWarnings = true;
static/js/settings.js: timezones: moment.tz.names(),
static/js/timerender.js: moment.suppressDeprecationWarnings = true;
static/js/timerender.js: moment.suppressDeprecationWarnings = false;
templates/analytics/realm_summary_table.html: $('#utctime')[0].innerHTML = moment.utc(now).format('YYYY-MM-DD HH:mm') + 'Z';
```
Tagging as a priority because this is one of our larger JavaScript dependencies. | 1.0 | Replace moment.js with a smaller library with frontend timezone support - We don't use `moment.js` very much, and half the callpoints are hacks to suppress warnings. `moment` is also very large, and that's not going to change (https://momentjs.com/docs/#/-project-status/) as the project is in long-term maintenance mode. So we should look at replacing it with a more modern/smaller library.
```
tabbott@coset:~/zulip$ git grep moment[.]
static/js/markdown.js: moment.suppressDeprecationWarnings = true;
static/js/popovers.js: const dateFormat = moment.localeData().longDateFormat("LL");
static/js/portico/signup.js: $("#timezone").val(moment.tz.guess());
static/js/reminder.js: new_request.tz_guess = moment.tz.guess();
static/js/rendered_markdown.js: moment.suppressDeprecationWarnings = true;
static/js/settings.js: timezones: moment.tz.names(),
static/js/timerender.js: moment.suppressDeprecationWarnings = true;
static/js/timerender.js: moment.suppressDeprecationWarnings = false;
templates/analytics/realm_summary_table.html: $('#utctime')[0].innerHTML = moment.utc(now).format('YYYY-MM-DD HH:mm') + 'Z';
```
Tagging as a priority because this is one of our larger JavaScript dependencies. | priority | replace moment js with a smaller library with frontend timezone support we don t use moment js very much and half the callpoints are hacks to suppress warnings moment is also very large and that s not going to change as the project is in long term maintenance mode so we should look at replacing it with a more modern smaller library tabbott coset zulip git grep moment static js markdown js moment suppressdeprecationwarnings true static js popovers js const dateformat moment localedata longdateformat ll static js portico signup js timezone val moment tz guess static js reminder js new request tz guess moment tz guess static js rendered markdown js moment suppressdeprecationwarnings true static js settings js timezones moment tz names static js timerender js moment suppressdeprecationwarnings true static js timerender js moment suppressdeprecationwarnings false templates analytics realm summary table html utctime innerhtml moment utc now format yyyy mm dd hh mm z tagging as a priority because this is one of our larger javascript dependencies | 1 |
710,801 | 24,435,006,061 | IssuesEvent | 2022-10-06 10:50:24 | keycloak/keycloak | https://api.github.com/repos/keycloak/keycloak | closed | Missing variable declaration in AuthZ JS | kind/bug priority/important impact/high area/adapter/javascript | ### Describe the bug
As far as I can tell, there are two critical bugs in keycloak-authz.js.
**First:**
When calling entitlement(), a function is set as the new then() function and init() is called.. init() starts an async request. When the script is used as stated in the docs, an error happens, because the async request is not finished in time. Because its result is used in the set then-function.
This failes:
```
var keycloak = ... // obtain a Keycloak instance from keycloak.js library
var authorization = new KeycloakAuthorization(keycloak);
authorization.entitlement('my-resource-server-id').then(function (rpt) {
// onGrant callback function.
// If authorization was successful you'll receive an RPT
// with the necessary permissions to access the resource server
});
```
This would work. But ohhh boy...
```
var keycloak = ... // obtain a Keycloak instance from keycloak.js library
var authorization = new KeycloakAuthorization(keycloak);
var bla = authorization.entitlement('my-resource-server-id');
setTimeout(() => {
bla.then(function (rpt) {
});
}, 300);
```
**Second:**
There is a syntax error in line 201!
is should be `var j = 0`!
This part of the code iterates the scopes. So when using a permission request like in the docs, the whole script fails.
```
const authorizationRequest = {
"permissions": [
{
"id" : "Some Resource",
"scopes" : ["view", "edit"]
}
]
}
```

### Version
19.0.2
### Expected behavior
_No response_
### Actual behavior
_No response_
### How to Reproduce?
_No response_
### Anything else?
_No response_ | 1.0 | Missing variable declaration in AuthZ JS - ### Describe the bug
As far as I can tell, there are two critical bugs in keycloak-authz.js.
**First:**
When calling entitlement(), a function is set as the new then() function and init() is called.. init() starts an async request. When the script is used as stated in the docs, an error happens, because the async request is not finished in time. Because its result is used in the set then-function.
This failes:
```
var keycloak = ... // obtain a Keycloak instance from keycloak.js library
var authorization = new KeycloakAuthorization(keycloak);
authorization.entitlement('my-resource-server-id').then(function (rpt) {
// onGrant callback function.
// If authorization was successful you'll receive an RPT
// with the necessary permissions to access the resource server
});
```
This would work. But ohhh boy...
```
var keycloak = ... // obtain a Keycloak instance from keycloak.js library
var authorization = new KeycloakAuthorization(keycloak);
var bla = authorization.entitlement('my-resource-server-id');
setTimeout(() => {
bla.then(function (rpt) {
});
}, 300);
```
**Second:**
There is a syntax error in line 201!
is should be `var j = 0`!
This part of the code iterates the scopes. So when using a permission request like in the docs, the whole script fails.
```
const authorizationRequest = {
"permissions": [
{
"id" : "Some Resource",
"scopes" : ["view", "edit"]
}
]
}
```

### Version
19.0.2
### Expected behavior
_No response_
### Actual behavior
_No response_
### How to Reproduce?
_No response_
### Anything else?
_No response_ | priority | missing variable declaration in authz js describe the bug as far as i can tell there are two critical bugs in keycloak authz js first when calling entitlement a function is set as the new then function and init is called init starts an async request when the script is used as stated in the docs an error happens because the async request is not finished in time because its result is used in the set then function this failes var keycloak obtain a keycloak instance from keycloak js library var authorization new keycloakauthorization keycloak authorization entitlement my resource server id then function rpt ongrant callback function if authorization was successful you ll receive an rpt with the necessary permissions to access the resource server this would work but ohhh boy var keycloak obtain a keycloak instance from keycloak js library var authorization new keycloakauthorization keycloak var bla authorization entitlement my resource server id settimeout bla then function rpt second there is a syntax error in line is should be var j this part of the code iterates the scopes so when using a permission request like in the docs the whole script fails const authorizationrequest permissions id some resource scopes version expected behavior no response actual behavior no response how to reproduce no response anything else no response | 1 |
413,643 | 12,076,970,579 | IssuesEvent | 2020-04-17 08:38:05 | traffic-control-fyp-aub/ns3-gym | https://api.github.com/repos/traffic-control-fyp-aub/ns3-gym | closed | Slide and Report Deliverables | High Priority | Go thru the final slides and report templates on Moodle to check what would be needed in terms of deliverables, charts, and screen shots from NGS
Linked to #40 . | 1.0 | Slide and Report Deliverables - Go thru the final slides and report templates on Moodle to check what would be needed in terms of deliverables, charts, and screen shots from NGS
Linked to #40 . | priority | slide and report deliverables go thru the final slides and report templates on moodle to check what would be needed in terms of deliverables charts and screen shots from ngs linked to | 1 |
30,459 | 2,723,841,148 | IssuesEvent | 2015-04-14 14:48:07 | CruxFramework/crux-widgets | https://api.github.com/repos/CruxFramework/crux-widgets | closed | When I use a <br/> tag on my crux page, it is replaced by <br> </br> on final html source. | bug CruxCore imported Milestone-3.0.1 Priority-High | _From [tr_busta...@yahoo.com.br](https://code.google.com/u/115454294030253308352/) on September 27, 2010 17:51:57_
When I use a \<br/> tag on my crux page, it is replaced by \<br> \</br> on final html source.
It causes an undesirable effect: two lines are added
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=186_ | 1.0 | When I use a <br/> tag on my crux page, it is replaced by <br> </br> on final html source. - _From [tr_busta...@yahoo.com.br](https://code.google.com/u/115454294030253308352/) on September 27, 2010 17:51:57_
When I use a \<br/> tag on my crux page, it is replaced by \<br> \</br> on final html source.
It causes an undesirable effect: two lines are added
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=186_ | priority | when i use a tag on my crux page it is replaced by on final html source from on september when i use a tag on my crux page it is replaced by on final html source it causes an undesirable effect two lines are added original issue | 1 |
134,465 | 5,226,906,302 | IssuesEvent | 2017-01-27 22:59:54 | TCA-Team/TumCampusApp | https://api.github.com/repos/TCA-Team/TumCampusApp | closed | eduroam setup should add radius server subject match | Bug High Priority | ## Steps to Reproduce
1. delete "eduroam" profile on your phone
2. open TCA
3. configure "eduroam" using the TCA eduroam assistant
## Expected Result
"eduroam" should be configured in a secure way according to the eduroam / lrz guides including checks for valid CA certificate and radius server certificate subject match
## Actual Result
"eduroam" is not configured in an entirely secure way, no radius server certificate subject match is applied
## Problem
Phone will connect to any malicious "eduroam" accespoint that issues a certificate signed by Deutsche Telekom Root CA 2 (which is actually not hard to obtain legally) and may expose user credentials
## Suggested Enhancement :sparkles:
Add radius server certificate subject match (you may check eduroamCAT App for details)
### Environment
* Phone: Any
* OS: Android 4.x+
* TCA Version: 1.4.7 | 1.0 | eduroam setup should add radius server subject match - ## Steps to Reproduce
1. delete "eduroam" profile on your phone
2. open TCA
3. configure "eduroam" using the TCA eduroam assistant
## Expected Result
"eduroam" should be configured in a secure way according to the eduroam / lrz guides including checks for valid CA certificate and radius server certificate subject match
## Actual Result
"eduroam" is not configured in an entirely secure way, no radius server certificate subject match is applied
## Problem
Phone will connect to any malicious "eduroam" accespoint that issues a certificate signed by Deutsche Telekom Root CA 2 (which is actually not hard to obtain legally) and may expose user credentials
## Suggested Enhancement :sparkles:
Add radius server certificate subject match (you may check eduroamCAT App for details)
### Environment
* Phone: Any
* OS: Android 4.x+
* TCA Version: 1.4.7 | priority | eduroam setup should add radius server subject match steps to reproduce delete eduroam profile on your phone open tca configure eduroam using the tca eduroam assistant expected result eduroam should be configured in a secure way according to the eduroam lrz guides including checks for valid ca certificate and radius server certificate subject match actual result eduroam is not configured in an entirely secure way no radius server certificate subject match is applied problem phone will connect to any malicious eduroam accespoint that issues a certificate signed by deutsche telekom root ca which is actually not hard to obtain legally and may expose user credentials suggested enhancement sparkles add radius server certificate subject match you may check eduroamcat app for details environment phone any os android x tca version | 1 |
120,814 | 4,794,692,567 | IssuesEvent | 2016-10-31 21:49:59 | HeitzmanCo/ChristChurchRaleigh-Theme | https://api.github.com/repos/HeitzmanCo/ChristChurchRaleigh-Theme | closed | Tweaks for "serve" entries | content development high priority | - [ ] ~~Need to be able to select multiple times of day and days of the week~~
- [x] On "When" under "Lunch Buddies at Hope Charter School" I want to say "Weekdays, morning or afternoon" but it keeps changing it back when I update the text. **Bug?**
- [x] Add "Family Friendly" as a search option.
- [x] Add optional fields for secondary contact (name, phone, email) under the "Contact Information" section
- [x] On individual serve page, don't show fields that are blank (i.e., Phone under Wake Relief contact) https://ccral.org/serve/wake-relief-shift-volunteer
- [x] Under "Where" on the back-end serve area, replace with Location and Address (two fields)
- [x] There's a broken image link showing up under the "more opportunities" button on individual pages.
<img width="1136" alt="screen shot 2016-10-13 at 1 03 30 pm" src="https://cloud.githubusercontent.com/assets/22300799/19358832/79eefbbe-9145-11e6-9f3e-cab80098e488.png">
| 1.0 | Tweaks for "serve" entries - - [ ] ~~Need to be able to select multiple times of day and days of the week~~
- [x] On "When" under "Lunch Buddies at Hope Charter School" I want to say "Weekdays, morning or afternoon" but it keeps changing it back when I update the text. **Bug?**
- [x] Add "Family Friendly" as a search option.
- [x] Add optional fields for secondary contact (name, phone, email) under the "Contact Information" section
- [x] On individual serve page, don't show fields that are blank (i.e., Phone under Wake Relief contact) https://ccral.org/serve/wake-relief-shift-volunteer
- [x] Under "Where" on the back-end serve area, replace with Location and Address (two fields)
- [x] There's a broken image link showing up under the "more opportunities" button on individual pages.
<img width="1136" alt="screen shot 2016-10-13 at 1 03 30 pm" src="https://cloud.githubusercontent.com/assets/22300799/19358832/79eefbbe-9145-11e6-9f3e-cab80098e488.png">
| priority | tweaks for serve entries need to be able to select multiple times of day and days of the week on when under lunch buddies at hope charter school i want to say weekdays morning or afternoon but it keeps changing it back when i update the text bug add family friendly as a search option add optional fields for secondary contact name phone email under the contact information section on individual serve page don t show fields that are blank i e phone under wake relief contact under where on the back end serve area replace with location and address two fields there s a broken image link showing up under the more opportunities button on individual pages img width alt screen shot at pm src | 1 |
580,644 | 17,263,077,475 | IssuesEvent | 2021-07-22 10:16:56 | enso-org/enso | https://api.github.com/repos/enso-org/enso | closed | Project created with alpha7 is not working with alpha8 | Category: Compiler Change: Non-Breaking Difficulty: Core Contributor Priority: Highest Type: Bug | <!--
Please ensure that you are running the latest version of Enso before reporting
the bug! It may have been fixed since.
-->
### General Summary
<!--
- Please include a high-level description of your bug here.
-->
I have a project created with alpha7 package and it is not working with alpha8:
[Main.enso.zip](https://github.com/enso-org/enso/files/6821506/Main.enso.zip)
First issue:
After running it as it is I am getting error in the console:
```
Execution of function main failed. Compiler Internal Error: Attempted to import the unresolved module Standard.Base.Data.Time.Time during code generation. Defined at Mixpanel_Daily.Main[7:1-7:35].
```
Second issue:
fixing imports manually leads to:
<img width="339" alt="Screenshot_2021-07-13_at_21 06 51" src="https://user-images.githubusercontent.com/12892578/125755489-73451e71-38f7-4f65-ad70-7bd741907569.png">
### Steps to Reproduce
<!--
Please list the reproduction steps for your bug. For example:
1. Launch the enso interpreter in server mode `enso --server --socket=8080`.
2. Send it a message as follows, where `path/to/project` doesn't exist.
```json
{
message-type: "load-project",
load-project: {
path: "path/to/project"
}
...
}
```
3. Observe that the compiler crashes.
-->
### Expected Result
<!--
- A description of the results you expected from the reproduction steps.
-->
fully working workspace
### Actual Result
<!--
- A description of what actually happens when you run these steps.
- Please include any error output if relevant.
-->
### Enso Version
<!--
- Please include the output of `enso --version`.
For example:
```
Enso Compiler and Runtime
Version: 0.1.0
Built with: scala-2.13.3 for GraalVM 20.2.0
Built from: main* @ 919ffbdfacc44cc35a1b38f1bad5b573acdbe358
Running on: OpenJDK 64-Bit Server VM, GraalVM Community, JDK 11.0.8+10-jvmci-20.2-b03
Linux 4.15.0-112-generic (amd64)
```
-->
alpha 8 release | 1.0 | Project created with alpha7 is not working with alpha8 - <!--
Please ensure that you are running the latest version of Enso before reporting
the bug! It may have been fixed since.
-->
### General Summary
<!--
- Please include a high-level description of your bug here.
-->
I have a project created with alpha7 package and it is not working with alpha8:
[Main.enso.zip](https://github.com/enso-org/enso/files/6821506/Main.enso.zip)
First issue:
After running it as it is I am getting error in the console:
```
Execution of function main failed. Compiler Internal Error: Attempted to import the unresolved module Standard.Base.Data.Time.Time during code generation. Defined at Mixpanel_Daily.Main[7:1-7:35].
```
Second issue:
fixing imports manually leads to:
<img width="339" alt="Screenshot_2021-07-13_at_21 06 51" src="https://user-images.githubusercontent.com/12892578/125755489-73451e71-38f7-4f65-ad70-7bd741907569.png">
### Steps to Reproduce
<!--
Please list the reproduction steps for your bug. For example:
1. Launch the enso interpreter in server mode `enso --server --socket=8080`.
2. Send it a message as follows, where `path/to/project` doesn't exist.
```json
{
message-type: "load-project",
load-project: {
path: "path/to/project"
}
...
}
```
3. Observe that the compiler crashes.
-->
### Expected Result
<!--
- A description of the results you expected from the reproduction steps.
-->
fully working workspace
### Actual Result
<!--
- A description of what actually happens when you run these steps.
- Please include any error output if relevant.
-->
### Enso Version
<!--
- Please include the output of `enso --version`.
For example:
```
Enso Compiler and Runtime
Version: 0.1.0
Built with: scala-2.13.3 for GraalVM 20.2.0
Built from: main* @ 919ffbdfacc44cc35a1b38f1bad5b573acdbe358
Running on: OpenJDK 64-Bit Server VM, GraalVM Community, JDK 11.0.8+10-jvmci-20.2-b03
Linux 4.15.0-112-generic (amd64)
```
-->
alpha 8 release | priority | project created with is not working with please ensure that you are running the latest version of enso before reporting the bug it may have been fixed since general summary please include a high level description of your bug here i have a project created with package and it is not working with first issue after running it as it is i am getting error in the console execution of function main failed compiler internal error attempted to import the unresolved module standard base data time time during code generation defined at mixpanel daily main second issue fixing imports manually leads to img width alt screenshot at src steps to reproduce please list the reproduction steps for your bug for example launch the enso interpreter in server mode enso server socket send it a message as follows where path to project doesn t exist json message type load project load project path path to project observe that the compiler crashes expected result a description of the results you expected from the reproduction steps fully working workspace actual result a description of what actually happens when you run these steps please include any error output if relevant enso version please include the output of enso version for example enso compiler and runtime version built with scala for graalvm built from main running on openjdk bit server vm graalvm community jdk jvmci linux generic alpha release | 1 |
324,412 | 9,889,170,115 | IssuesEvent | 2019-06-25 13:15:27 | HackGT/registration | https://api.github.com/repos/HackGT/registration | closed | Account merging deletes critical user information | blocking bug high priority | The account merging code is faulty in this section: https://github.com/HackGT/registration/blob/master/server/routes/strategies.ts#L162
Needs to actually merge accounts. Currently it only keeps auth information around and will delete other user attributes. (Might also have to keep the old uuid around in case a badge was already written with it but needs further investigation.) | 1.0 | Account merging deletes critical user information - The account merging code is faulty in this section: https://github.com/HackGT/registration/blob/master/server/routes/strategies.ts#L162
Needs to actually merge accounts. Currently it only keeps auth information around and will delete other user attributes. (Might also have to keep the old uuid around in case a badge was already written with it but needs further investigation.) | priority | account merging deletes critical user information the account merging code is faulty in this section needs to actually merge accounts currently it only keeps auth information around and will delete other user attributes might also have to keep the old uuid around in case a badge was already written with it but needs further investigation | 1 |
729,138 | 25,110,264,229 | IssuesEvent | 2022-11-08 19:54:25 | koglak/bounswe574-2022-gr2 | https://api.github.com/repos/koglak/bounswe574-2022-gr2 | opened | Code: Event Page - Requirements | Coding Required Priority: High Effort Estimate: Medium | - [ ] 13. If there is space for 3 or less than 3 people for event, system shall remaining people quantity as red near to attended people/quota information.
- [ ] 14. The system shall display events from the most recent to the last.
- [ ] 15. The system shall display titles of events as red and bold if 3 days and less than 3 days remained to event.
- [ ] 16. The system shall display picture of event, number of attended people and quota of event, date, title, and description at event page.
- [ ] 17. User who created event shall be able to delete event.
| 1.0 | Code: Event Page - Requirements - - [ ] 13. If there is space for 3 or less than 3 people for event, system shall remaining people quantity as red near to attended people/quota information.
- [ ] 14. The system shall display events from the most recent to the last.
- [ ] 15. The system shall display titles of events as red and bold if 3 days and less than 3 days remained to event.
- [ ] 16. The system shall display picture of event, number of attended people and quota of event, date, title, and description at event page.
- [ ] 17. User who created event shall be able to delete event.
| priority | code event page requirements if there is space for or less than people for event system shall remaining people quantity as red near to attended people quota information the system shall display events from the most recent to the last the system shall display titles of events as red and bold if days and less than days remained to event the system shall display picture of event number of attended people and quota of event date title and description at event page user who created event shall be able to delete event | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.