Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
117,718
4,726,942,677
IssuesEvent
2016-10-18 11:59:34
CS2103AUG2016-W13-C3/main
https://api.github.com/repos/CS2103AUG2016-W13-C3/main
closed
Help command should not read wrong command name
priority.medium type.bug
help help add help export those all work but **help abc** will show the same result as **help**
1.0
Help command should not read wrong command name - help help add help export those all work but **help abc** will show the same result as **help**
priority
help command should not read wrong command name help help add help export those all work but help abc will show the same result as help
1
381,222
11,275,154,774
IssuesEvent
2020-01-14 20:07:50
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
opened
Virtual hearings -incorrect link for hearings coordinator
Bug caseflow-hearings priority-medium tango
Description: The hearings coordinator link to the virtual hearing is incorrect. Observed: Hearing Coordinator link is guest. Expected: Hearing Coordinator link is VLJ (host) link Screenshots (if applicable): ![image](https://user-images.githubusercontent.com/49729315/72378514-89756300-36df-11ea-94f9-4155a211d683.png)
1.0
Virtual hearings -incorrect link for hearings coordinator - Description: The hearings coordinator link to the virtual hearing is incorrect. Observed: Hearing Coordinator link is guest. Expected: Hearing Coordinator link is VLJ (host) link Screenshots (if applicable): ![image](https://user-images.githubusercontent.com/49729315/72378514-89756300-36df-11ea-94f9-4155a211d683.png)
priority
virtual hearings incorrect link for hearings coordinator description the hearings coordinator link to the virtual hearing is incorrect observed hearing coordinator link is guest expected hearing coordinator link is vlj host link screenshots if applicable
1
227,891
7,543,941,787
IssuesEvent
2018-04-17 16:54:07
RPGHacker/asar
https://api.github.com/repos/RPGHacker/asar
opened
Make filesize() error (or at least throw a warning) when the file doesn't exist
enhancement priority: medium
You are supposed to check for file existence with get_file_status anyways, so it won't make anything impossible. I've just ran into a slightly nasty bug caused by a typo in the filename and it took quite a bit of debugging to figure out filesize() was the culprit.
1.0
Make filesize() error (or at least throw a warning) when the file doesn't exist - You are supposed to check for file existence with get_file_status anyways, so it won't make anything impossible. I've just ran into a slightly nasty bug caused by a typo in the filename and it took quite a bit of debugging to figure out filesize() was the culprit.
priority
make filesize error or at least throw a warning when the file doesn t exist you are supposed to check for file existence with get file status anyways so it won t make anything impossible i ve just ran into a slightly nasty bug caused by a typo in the filename and it took quite a bit of debugging to figure out filesize was the culprit
1
722,927
24,878,924,122
IssuesEvent
2022-10-27 22:01:26
AY2223S1-CS2103-F14-4/tp
https://api.github.com/repos/AY2223S1-CS2103-F14-4/tp
closed
As a user, I can archive my entire library information.
type.Story type.Enhancement priority.Medium
Implement an archive command that saves the current state of BookFace into a json file.
1.0
As a user, I can archive my entire library information. - Implement an archive command that saves the current state of BookFace into a json file.
priority
as a user i can archive my entire library information implement an archive command that saves the current state of bookface into a json file
1
125,978
4,970,921,890
IssuesEvent
2016-12-05 17:14:58
semperfiwebdesign/all-in-one-seo-pack
https://api.github.com/repos/semperfiwebdesign/all-in-one-seo-pack
opened
Feed being called statically
PRIORITY - Medium
Reported here: https://wordpress.org/support/topic/deprecated-wp_feed_cachecreate-should-not-be-called-statically/ This appears to be a bug in WP that may be fixed in 4.7. https://core.trac.wordpress.org/ticket/29204 Just in case, we should look into whether there is a way around this.
1.0
Feed being called statically - Reported here: https://wordpress.org/support/topic/deprecated-wp_feed_cachecreate-should-not-be-called-statically/ This appears to be a bug in WP that may be fixed in 4.7. https://core.trac.wordpress.org/ticket/29204 Just in case, we should look into whether there is a way around this.
priority
feed being called statically reported here this appears to be a bug in wp that may be fixed in just in case we should look into whether there is a way around this
1
78,360
3,509,588,764
IssuesEvent
2016-01-08 23:38:59
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Linux compile error: jemalloc (BB #1138)
migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** LloidIrvyng **Original Date:** 19.09.2015 00:26:43 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1138 <hr> Hi, I've just installed a clean Debian 8 (64 bit) system with all necessary dependencies (see [here](https://wiki.oregon-core.net/index.php/Downloading_and_building_on_Linux)). Unfortunately it is not possible to compile the core because make throws the following error message: ``` #!none ff@aotearoa:/projects/oregoncore/build$ make Scanning dependencies of target jemalloc_internals [ 0%] Generating jemallocs_internals configure: error: in `/projects/oregoncore/build/dep/jemalloc': configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details dep/jemalloc/CMakeFiles/jemalloc_internals.dir/build.make:51: recipe for target 'dep/jemalloc/jemallocs_internals' failed make[2]: *** [dep/jemalloc/jemallocs_internals] Error 1 CMakeFiles/Makefile2:169: recipe for target 'dep/jemalloc/CMakeFiles/jemalloc_internals.dir/all' failed make[1]: *** [dep/jemalloc/CMakeFiles/jemalloc_internals.dir/all] Error 2 Makefile:117: recipe for target 'all' failed make: *** [all] Error 2 ``` For a better overview the cmake output: ``` #!none ff@aotearoa:/projects/oregoncore/build$ cmake ../ -DPREFIX=/opt/oregoncore -DTOOLS=1 -- The C compiler identification is GNU 4.9.2 -- The CXX compiler identification is GNU 4.9.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detected 64-bit platform -- UNIX: Using default configuration directory -- UNIX: Using default library directory -- UNIX: Configuring uninstall target -- UNIX: Created uninstall target -- GCC: All warnings disabled -- Found ACE library: /usr/lib/libACE.so -- Found ACE headers: /usr/include -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so -- Using mysql-config: /usr/bin/mysql_config -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so -- Found MySQL headers: /usr/include/mysql -- Found Curses library: /usr/lib/x86_64-linux-gnu/libcurses.so -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") -- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6") -- Looking for BZ2_bzCompressInit in /usr/lib/x86_64-linux-gnu/libbz2.so -- Looking for BZ2_bzCompressInit in /usr/lib/x86_64-linux-gnu/libbz2.so - found -- Found Binutils * OregonCore revision : 3065 (cab17a656531) * Build binaries in : Release mode * Install core to : /opt/oregoncore/bin * Install libraries to : /opt/oregoncore/lib * Install configs to : /opt/oregoncore/etc * Build world/auth : Yes (default) * Build with scripts : Yes (default) * Build map extractiors : Yes * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Use SFMT for RNG : No (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Build w/ documentation : No (default) -- Configuring done -- Generating done -- Build files have been written to: /projects/oregoncore/build ``` Current versions: ``` #!none Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) gcc (Debian 4.9.2-10) 4.9.2 g++ (Debian 4.9.2-10) 4.9.2 GNU Make 4.0 cmake version 3.0.2 ``` Maybe there is something wrong with jemalloc? I've found a similar (or same) [bug report](https://bitbucket.org/oregon/oregoncore/issues/623/build-fails-to-build-on-linux) but I think it is not the same because this patch is already included. Please ask me if you need anything else. Thanks for your help.
1.0
Linux compile error: jemalloc (BB #1138) - This issue was migrated from bitbucket. **Original Reporter:** LloidIrvyng **Original Date:** 19.09.2015 00:26:43 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1138 <hr> Hi, I've just installed a clean Debian 8 (64 bit) system with all necessary dependencies (see [here](https://wiki.oregon-core.net/index.php/Downloading_and_building_on_Linux)). Unfortunately it is not possible to compile the core because make throws the following error message: ``` #!none ff@aotearoa:/projects/oregoncore/build$ make Scanning dependencies of target jemalloc_internals [ 0%] Generating jemallocs_internals configure: error: in `/projects/oregoncore/build/dep/jemalloc': configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details dep/jemalloc/CMakeFiles/jemalloc_internals.dir/build.make:51: recipe for target 'dep/jemalloc/jemallocs_internals' failed make[2]: *** [dep/jemalloc/jemallocs_internals] Error 1 CMakeFiles/Makefile2:169: recipe for target 'dep/jemalloc/CMakeFiles/jemalloc_internals.dir/all' failed make[1]: *** [dep/jemalloc/CMakeFiles/jemalloc_internals.dir/all] Error 2 Makefile:117: recipe for target 'all' failed make: *** [all] Error 2 ``` For a better overview the cmake output: ``` #!none ff@aotearoa:/projects/oregoncore/build$ cmake ../ -DPREFIX=/opt/oregoncore -DTOOLS=1 -- The C compiler identification is GNU 4.9.2 -- The CXX compiler identification is GNU 4.9.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detected 64-bit platform -- UNIX: Using default configuration directory -- UNIX: Using default library directory -- UNIX: Configuring uninstall target -- UNIX: Created uninstall target -- GCC: All warnings disabled -- Found ACE library: /usr/lib/libACE.so -- Found ACE headers: /usr/include -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so -- Using mysql-config: /usr/bin/mysql_config -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so -- Found MySQL headers: /usr/include/mysql -- Found Curses library: /usr/lib/x86_64-linux-gnu/libcurses.so -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") -- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6") -- Looking for BZ2_bzCompressInit in /usr/lib/x86_64-linux-gnu/libbz2.so -- Looking for BZ2_bzCompressInit in /usr/lib/x86_64-linux-gnu/libbz2.so - found -- Found Binutils * OregonCore revision : 3065 (cab17a656531) * Build binaries in : Release mode * Install core to : /opt/oregoncore/bin * Install libraries to : /opt/oregoncore/lib * Install configs to : /opt/oregoncore/etc * Build world/auth : Yes (default) * Build with scripts : Yes (default) * Build map extractiors : Yes * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Use SFMT for RNG : No (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Build w/ documentation : No (default) -- Configuring done -- Generating done -- Build files have been written to: /projects/oregoncore/build ``` Current versions: ``` #!none Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) gcc (Debian 4.9.2-10) 4.9.2 g++ (Debian 4.9.2-10) 4.9.2 GNU Make 4.0 cmake version 3.0.2 ``` Maybe there is something wrong with jemalloc? I've found a similar (or same) [bug report](https://bitbucket.org/oregon/oregoncore/issues/623/build-fails-to-build-on-linux) but I think it is not the same because this patch is already included. Please ask me if you need anything else. Thanks for your help.
priority
linux compile error jemalloc bb this issue was migrated from bitbucket original reporter lloidirvyng original date gmt original priority major original type bug original state resolved direct link hi i ve just installed a clean debian bit system with all necessary dependencies see unfortunately it is not possible to compile the core because make throws the following error message none ff aotearoa projects oregoncore build make scanning dependencies of target jemalloc internals generating jemallocs internals configure error in projects oregoncore build dep jemalloc configure error cannot run c compiled programs if you meant to cross compile use host see config log for more details dep jemalloc cmakefiles jemalloc internals dir build make recipe for target dep jemalloc jemallocs internals failed make error cmakefiles recipe for target dep jemalloc cmakefiles jemalloc internals dir all failed make error makefile recipe for target all failed make error for a better overview the cmake output none ff aotearoa projects oregoncore build cmake dprefix opt oregoncore dtools the c compiler identification is gnu the cxx compiler identification is gnu check for working c compiler usr bin cc check for working c compiler usr bin cc works detecting c compiler abi info detecting c compiler abi info done check for working cxx compiler usr bin c check for working cxx compiler usr bin c works detecting cxx compiler abi info detecting cxx compiler abi info done detected bit platform unix using default configuration directory unix using default library directory unix configuring uninstall target unix created uninstall target gcc all warnings disabled found ace library usr lib libace so found ace headers usr include found openssl usr lib linux gnu libssl so usr lib linux gnu libcrypto so using mysql config usr bin mysql config found mysql library usr lib linux gnu libmysqlclient r so found mysql headers usr include mysql found curses library usr lib linux gnu libcurses so found zlib usr lib linux gnu libz so found version found usr lib linux gnu so found version looking for bzcompressinit in usr lib linux gnu so looking for bzcompressinit in usr lib linux gnu so found found binutils oregoncore revision build binaries in release mode install core to opt oregoncore bin install libraries to opt oregoncore lib install configs to opt oregoncore etc build world auth yes default build with scripts yes default build map extractiors yes build core w pch yes default build scripts w pch yes default use sfmt for rng no default show compile warnings no default use coreside debug no default build w documentation no default configuring done generating done build files have been written to projects oregoncore build current versions none linux version debian kernel lists debian org gcc version debian smp debian gcc debian g debian gnu make cmake version maybe there is something wrong with jemalloc i ve found a similar or same but i think it is not the same because this patch is already included please ask me if you need anything else thanks for your help
1
496,444
14,347,496,928
IssuesEvent
2020-11-29 07:35:17
PatilShreyas/NotyKT
https://api.github.com/repos/PatilShreyas/NotyKT
opened
Use `StateFlow/SharedFlow` instead of LiveData
noty-android priority-medium
Use `StateFlow`/`SharedFlow` instead of `LiveData` in `ViewModel`s
1.0
Use `StateFlow/SharedFlow` instead of LiveData - Use `StateFlow`/`SharedFlow` instead of `LiveData` in `ViewModel`s
priority
use stateflow sharedflow instead of livedata use stateflow sharedflow instead of livedata in viewmodel s
1
380,103
11,253,894,206
IssuesEvent
2020-01-11 19:27:30
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.0 staging-1324] Work order icon always says "Labor Required"
Priority: Medium
To replicate this, you just need to start a work order and add some resources. The icon will say "Labor Required". It will stay like this after you add all the labor to the project until the project is completed. ![LaborRequired](https://user-images.githubusercontent.com/47330823/71784950-99d66100-2fae-11ea-9da8-61b3d265cfce.png)
1.0
[0.9.0 staging-1324] Work order icon always says "Labor Required" - To replicate this, you just need to start a work order and add some resources. The icon will say "Labor Required". It will stay like this after you add all the labor to the project until the project is completed. ![LaborRequired](https://user-images.githubusercontent.com/47330823/71784950-99d66100-2fae-11ea-9da8-61b3d265cfce.png)
priority
work order icon always says labor required to replicate this you just need to start a work order and add some resources the icon will say labor required it will stay like this after you add all the labor to the project until the project is completed
1
124,681
4,931,372,266
IssuesEvent
2016-11-28 09:58:50
JFrap/DregoEngine
https://api.github.com/repos/JFrap/DregoEngine
closed
Simplify creation of custom shaders
feature medium priority
It would be nice if you didnt have to copy inputs and standard uniforms for every shader. We could do this by inserting them once we load the shader file.
1.0
Simplify creation of custom shaders - It would be nice if you didnt have to copy inputs and standard uniforms for every shader. We could do this by inserting them once we load the shader file.
priority
simplify creation of custom shaders it would be nice if you didnt have to copy inputs and standard uniforms for every shader we could do this by inserting them once we load the shader file
1
160,871
6,104,313,747
IssuesEvent
2017-06-20 20:41:14
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Add k8s base vmdk to ova
priority/medium product/ova product/vcs
**User Statement:** As a developer for kov, we need k8s cluster node base vmdk on ova for kovd **Details:** Deploy and test the kovd sees base vmdk **Acceptance Criteria:** - [ ] Deploy the OVA to a vCenter - [ ] Get the IP of the OVA and verify that kovd are running, and it sees base vmdk.
1.0
Add k8s base vmdk to ova - **User Statement:** As a developer for kov, we need k8s cluster node base vmdk on ova for kovd **Details:** Deploy and test the kovd sees base vmdk **Acceptance Criteria:** - [ ] Deploy the OVA to a vCenter - [ ] Get the IP of the OVA and verify that kovd are running, and it sees base vmdk.
priority
add base vmdk to ova user statement as a developer for kov we need cluster node base vmdk on ova for kovd details deploy and test the kovd sees base vmdk acceptance criteria deploy the ova to a vcenter get the ip of the ova and verify that kovd are running and it sees base vmdk
1
94,756
3,932,004,192
IssuesEvent
2016-04-25 14:27:49
EnvironmentAgency/pafs-user
https://api.github.com/repos/EnvironmentAgency/pafs-user
closed
CR:: User Requirements:: Financial Year:: Financial Year Format
Change Priority - 3 Medium Sprint 3
Participants were unclear what year they were required to enter into the financial year box. ![financial year](https://cloud.githubusercontent.com/assets/17175769/14705504/d121a706-07b1-11e6-808a-8bbf75917076.PNG) For example if the last financial year was 2017/18, participants were unclear if they should enter 2017 or 2018. Participants expected to have to enter 2017/18. **Recommendation:** To Be Discussed
1.0
CR:: User Requirements:: Financial Year:: Financial Year Format - Participants were unclear what year they were required to enter into the financial year box. ![financial year](https://cloud.githubusercontent.com/assets/17175769/14705504/d121a706-07b1-11e6-808a-8bbf75917076.PNG) For example if the last financial year was 2017/18, participants were unclear if they should enter 2017 or 2018. Participants expected to have to enter 2017/18. **Recommendation:** To Be Discussed
priority
cr user requirements financial year financial year format participants were unclear what year they were required to enter into the financial year box for example if the last financial year was participants were unclear if they should enter or participants expected to have to enter recommendation to be discussed
1
500,606
14,502,937,664
IssuesEvent
2020-12-11 21:50:04
SkriptLang/Skript
https://api.github.com/repos/SkriptLang/Skript
closed
first character expression doesn't work
bug completed priority: medium
### Description I couldn't use `first character of %text%` after the 2.5.2 update. ### Steps to Reproduce ``` command /mystring <text>: trigger: set {_f} to first character of arg 1 send {_f} ``` try parse this code. ### Errors ``` [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! [Skript] Severe Error: [11:06:44 ERROR]: #!#! Could not load ds.sk [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Something went horribly wrong with Skript. [11:06:44 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [11:06:44 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [11:06:44 ERROR]: #!#! Here is full list of them: [11:06:44 ERROR]: #!#! skRayFall v1.9.23 (https://sk.rayfall.net/) skript-reflect v2.1.0 (https://github.com/TPGamesNL/skript-reflect) TuSKe v1.8.2-Pikachu-Patch-3 (github.com/Tuke-Nuke/TuSKe) skript-gui v1.1.0 (https://github.com/APickledWalrus/skript-gui) MundoSK-Async v0.1.0 skDragon v0.17 ThatPacketAddon v1.0-BETA.3 (tlatoani.us/thatpacketaddon) SkBee v1.8.1 (https://github.com/ShaneBeee/SkBee) skript-yaml v1.3.3 SkQuery v4.1.4 skript-placeholders v1.3.1 (https://github.com/APickledWalrus/skript-placeholders) AuctionMaster v3.4.0.0 [11:06:44 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [11:06:44 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [11:06:44 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [11:06:44 ERROR]: #!#! In that case, you will be given instruction on how should you report it. [11:06:44 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [11:06:44 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Stack trace: [11:06:44 ERROR]: #!#! java.lang.NullPointerException [11:06:44 ERROR]: #!#! at ch.njol.skript.expressions.ExprSubstring.isSingle(ExprSubstring.java:108) [11:06:44 ERROR]: #!#! at ch.njol.skript.effects.EffChange.init(EffChange.java:249) [11:06:44 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:251) [11:06:44 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:178) [11:06:44 ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:58) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1030) [11:06:44 ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:486) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:636) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$4(ScriptLoader.java:401) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:420) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:464) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:976) [11:06:44 ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:185) [11:06:44 ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [11:06:44 ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) [11:06:44 ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:802) [11:06:44 ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchServerCommand(CraftServer.java:764) [11:06:44 ERROR]: #!#! at net.minecraft.server.v1_16_R3.DedicatedServer.handleCommandQueue(DedicatedServer.java:421) [11:06:44 ERROR]: #!#! at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:388) [11:06:44 ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1280) [11:06:44 ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1006) [11:06:44 ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:178) [11:06:44 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Version Information: [11:06:44 ERROR]: #!#! Skript: 2.5.2 [11:06:44 ERROR]: #!#! Flavor: skriptlang-github [11:06:44 ERROR]: #!#! Date: 2020-11-28 [11:06:44 ERROR]: #!#! Bukkit: 1.16.4-R0.1-SNAPSHOT [11:06:44 ERROR]: #!#! Minecraft: 1.16.4 [11:06:44 ERROR]: #!#! Java: 1.8.0_271 (Java HotSpot(TM) 64-Bit Server VM 25.271-b09) [11:06:44 ERROR]: #!#! OS: Windows 10 amd64 10.0 [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Server platform: Paper [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Current node: set {_f} to first character of arg 1 (ds.sk, line 48) [11:06:44 ERROR]: #!#! Current item: null [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Thread: Server thread [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Language: english [11:06:44 ERROR]: #!#! Link parse mode: STRICT [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! End of Error. [11:06:44 ERROR]: #!#! ``` ### Server Information * **Server version/platform:** git-Purpur-817 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT) (Paper fork) * **Skript version:** 2.5.2 ### Additional Context `(first 2 characters of {_t})` is throwing same error too
1.0
first character expression doesn't work - ### Description I couldn't use `first character of %text%` after the 2.5.2 update. ### Steps to Reproduce ``` command /mystring <text>: trigger: set {_f} to first character of arg 1 send {_f} ``` try parse this code. ### Errors ``` [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! [Skript] Severe Error: [11:06:44 ERROR]: #!#! Could not load ds.sk [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Something went horribly wrong with Skript. [11:06:44 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [11:06:44 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [11:06:44 ERROR]: #!#! Here is full list of them: [11:06:44 ERROR]: #!#! skRayFall v1.9.23 (https://sk.rayfall.net/) skript-reflect v2.1.0 (https://github.com/TPGamesNL/skript-reflect) TuSKe v1.8.2-Pikachu-Patch-3 (github.com/Tuke-Nuke/TuSKe) skript-gui v1.1.0 (https://github.com/APickledWalrus/skript-gui) MundoSK-Async v0.1.0 skDragon v0.17 ThatPacketAddon v1.0-BETA.3 (tlatoani.us/thatpacketaddon) SkBee v1.8.1 (https://github.com/ShaneBeee/SkBee) skript-yaml v1.3.3 SkQuery v4.1.4 skript-placeholders v1.3.1 (https://github.com/APickledWalrus/skript-placeholders) AuctionMaster v3.4.0.0 [11:06:44 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [11:06:44 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [11:06:44 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [11:06:44 ERROR]: #!#! In that case, you will be given instruction on how should you report it. [11:06:44 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [11:06:44 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Stack trace: [11:06:44 ERROR]: #!#! java.lang.NullPointerException [11:06:44 ERROR]: #!#! at ch.njol.skript.expressions.ExprSubstring.isSingle(ExprSubstring.java:108) [11:06:44 ERROR]: #!#! at ch.njol.skript.effects.EffChange.init(EffChange.java:249) [11:06:44 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:251) [11:06:44 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:178) [11:06:44 ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:58) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1030) [11:06:44 ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:486) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:636) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$4(ScriptLoader.java:401) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:420) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:464) [11:06:44 ERROR]: #!#! at ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:976) [11:06:44 ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:185) [11:06:44 ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [11:06:44 ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) [11:06:44 ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:802) [11:06:44 ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchServerCommand(CraftServer.java:764) [11:06:44 ERROR]: #!#! at net.minecraft.server.v1_16_R3.DedicatedServer.handleCommandQueue(DedicatedServer.java:421) [11:06:44 ERROR]: #!#! at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:388) [11:06:44 ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1280) [11:06:44 ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1006) [11:06:44 ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:178) [11:06:44 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Version Information: [11:06:44 ERROR]: #!#! Skript: 2.5.2 [11:06:44 ERROR]: #!#! Flavor: skriptlang-github [11:06:44 ERROR]: #!#! Date: 2020-11-28 [11:06:44 ERROR]: #!#! Bukkit: 1.16.4-R0.1-SNAPSHOT [11:06:44 ERROR]: #!#! Minecraft: 1.16.4 [11:06:44 ERROR]: #!#! Java: 1.8.0_271 (Java HotSpot(TM) 64-Bit Server VM 25.271-b09) [11:06:44 ERROR]: #!#! OS: Windows 10 amd64 10.0 [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Server platform: Paper [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Current node: set {_f} to first character of arg 1 (ds.sk, line 48) [11:06:44 ERROR]: #!#! Current item: null [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Thread: Server thread [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! Language: english [11:06:44 ERROR]: #!#! Link parse mode: STRICT [11:06:44 ERROR]: #!#! [11:06:44 ERROR]: #!#! End of Error. [11:06:44 ERROR]: #!#! ``` ### Server Information * **Server version/platform:** git-Purpur-817 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT) (Paper fork) * **Skript version:** 2.5.2 ### Additional Context `(first 2 characters of {_t})` is throwing same error too
priority
first character expression doesn t work description i couldn t use first character of text after the update steps to reproduce command mystring trigger set f to first character of arg send f try parse this code errors severe error could not load ds sk something went horribly wrong with skript this issue is not your fault you probably can t fix it yourself either it looks like you are using some plugin s that alter how skript works addons here is full list of them skrayfall skript reflect tuske pikachu patch github com tuke nuke tuske skript gui mundosk async skdragon thatpacketaddon beta tlatoani us thatpacketaddon skbee skript yaml skquery skript placeholders auctionmaster we could not identify which of those are specially related so this might also be skript issue you should try disabling those plugins one by one trying to find which one causes it if the error doesn t disappear even after disabling all listed plugins it is probably skript issue in that case you will be given instruction on how should you report it on the other hand if the error disappears when disabling some plugin report it to author of that plugin only if the author tells you to do so report it to skript s issue tracker stack trace java lang nullpointerexception at ch njol skript expressions exprsubstring issingle exprsubstring java at ch njol skript effects effchange init effchange java at ch njol skript lang skriptparser parse skriptparser java at ch njol skript lang skriptparser parse skriptparser java at ch njol skript lang statement parse statement java at ch njol skript scriptloader loaditems scriptloader java at ch njol skript command commands loadcommand commands java at ch njol skript scriptloader loadscript scriptloader java at ch njol skript scriptloader lambda scriptloader java at ch njol skript scriptloader loadscripts scriptloader java at ch njol skript scriptloader loadscripts scriptloader java at ch njol skript scriptloader reloadscript scriptloader java at ch njol skript skriptcommand oncommand skriptcommand java at org bukkit command plugincommand execute plugincommand java at org bukkit command simplecommandmap dispatch simplecommandmap java at org bukkit craftbukkit craftserver dispatchcommand craftserver java at org bukkit craftbukkit craftserver dispatchservercommand craftserver java at net minecraft server dedicatedserver handlecommandqueue dedicatedserver java at net minecraft server dedicatedserver b dedicatedserver java at net minecraft server minecraftserver a minecraftserver java at net minecraft server minecraftserver w minecraftserver java at net minecraft server minecraftserver lambda a minecraftserver java at java lang thread run unknown source version information skript flavor skriptlang github date bukkit snapshot minecraft java java hotspot tm bit server vm os windows server platform paper current node set f to first character of arg ds sk line current item null thread server thread language english link parse mode strict end of error server information server version platform git purpur mc implementing api version snapshot paper fork skript version additional context first characters of t is throwing same error too
1
675,903
23,111,568,546
IssuesEvent
2022-07-27 13:27:17
YangCatalog/yangcatalog-ui
https://api.github.com/repos/YangCatalog/yangcatalog-ui
closed
[YANG Search] Add a field validator to check the regex expression
maintenance Priority: Medium
If the user wants to search using a `Regular expression`, check that the entered regular expression is actually valid before sending the request to the backend. **Example code:** ``` var isValid = true; try { new RegExp("the_regex_to_test_goes_here"); } catch(e) { isValid = false; } ```
1.0
[YANG Search] Add a field validator to check the regex expression - If the user wants to search using a `Regular expression`, check that the entered regular expression is actually valid before sending the request to the backend. **Example code:** ``` var isValid = true; try { new RegExp("the_regex_to_test_goes_here"); } catch(e) { isValid = false; } ```
priority
add a field validator to check the regex expression if the user wants to search using a regular expression check that the entered regular expression is actually valid before sending the request to the backend example code var isvalid true try new regexp the regex to test goes here catch e isvalid false
1
649,130
21,219,108,851
IssuesEvent
2022-04-11 10:09:57
radix-ui/primitives
https://api.github.com/repos/radix-ui/primitives
closed
[Toast] MutationObserver doesn't reorder DOM if toast `key` changes
Type: Bug Priority: Medium Package: react/toast
## Bug report When the `key` changes for a toast that is already in the viewport alongside some other toasts, it will get portalled to the bottom of the viewport and stay there. ### Current Behavior The `MutationObserver` logic is not recognising a `childList` change so it does not get re-ordered to the top. ### Expected behavior When the `key` changes, the expectation was that it would get portalled back into the viewport at the top as if it were a new toast because `key` causes it to reinstantiate. ### Reproducible example [CodeSandbox Template](https://codesandbox.io/s/laughing-voice-8w10br?file=/src/App.js) - Open both toasts - While both open, click to open the top one that is already open - It will get moved to the bottom of the stack https://user-images.githubusercontent.com/175330/160805058-c109b9c0-0e4e-4c60-81e9-3d5bbca1b762.mp4 ### Suggested solution not the best code but this forces the toast to "re-open" if it has been re-initialised. maybe this can help spur some ideas for a better solution 😬 ![image](https://user-images.githubusercontent.com/175330/160804428-bf2e09d2-8fdf-4a26-b2e5-f1df76ba9b7f.png) ### Additional context N/A ### Your environment <!-- Very important for us to help you debug. Please fill this out! --> | Software | Name(s) | Version | | ---------------- | ------- | ------- | | Radix Package(s) | | | | React | n/a | | | Browser | | | | Assistive tech | | | | Node | n/a | | | npm/yarn | | | | Operating System | | |
1.0
[Toast] MutationObserver doesn't reorder DOM if toast `key` changes - ## Bug report When the `key` changes for a toast that is already in the viewport alongside some other toasts, it will get portalled to the bottom of the viewport and stay there. ### Current Behavior The `MutationObserver` logic is not recognising a `childList` change so it does not get re-ordered to the top. ### Expected behavior When the `key` changes, the expectation was that it would get portalled back into the viewport at the top as if it were a new toast because `key` causes it to reinstantiate. ### Reproducible example [CodeSandbox Template](https://codesandbox.io/s/laughing-voice-8w10br?file=/src/App.js) - Open both toasts - While both open, click to open the top one that is already open - It will get moved to the bottom of the stack https://user-images.githubusercontent.com/175330/160805058-c109b9c0-0e4e-4c60-81e9-3d5bbca1b762.mp4 ### Suggested solution not the best code but this forces the toast to "re-open" if it has been re-initialised. maybe this can help spur some ideas for a better solution 😬 ![image](https://user-images.githubusercontent.com/175330/160804428-bf2e09d2-8fdf-4a26-b2e5-f1df76ba9b7f.png) ### Additional context N/A ### Your environment <!-- Very important for us to help you debug. Please fill this out! --> | Software | Name(s) | Version | | ---------------- | ------- | ------- | | Radix Package(s) | | | | React | n/a | | | Browser | | | | Assistive tech | | | | Node | n/a | | | npm/yarn | | | | Operating System | | |
priority
mutationobserver doesn t reorder dom if toast key changes bug report when the key changes for a toast that is already in the viewport alongside some other toasts it will get portalled to the bottom of the viewport and stay there current behavior the mutationobserver logic is not recognising a childlist change so it does not get re ordered to the top expected behavior when the key changes the expectation was that it would get portalled back into the viewport at the top as if it were a new toast because key causes it to reinstantiate reproducible example open both toasts while both open click to open the top one that is already open it will get moved to the bottom of the stack suggested solution not the best code but this forces the toast to re open if it has been re initialised maybe this can help spur some ideas for a better solution 😬 additional context n a your environment software name s version radix package s react n a browser assistive tech node n a npm yarn operating system
1
492,713
14,218,599,214
IssuesEvent
2020-11-17 12:03:41
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
[Doc] Most of the steps in Configuring SCIM 2.0 Provisioning Connector are outdated
Affected/5.5.0 Complexity/Medium Component/Outbound Prov Priority/Highest Severity/Critical docs
Most of the steps in "Configuring SCIM 2.0 Provisioning Connector" are outdated in the documentation [1] when I followed the steps against IS 5.5.0 pack. [1] https://docs.wso2.com/display/ISCONNECTORS/Configuring+SCIM+2.0+Provisioning+Connector#ConfiguringSCIM2.0ProvisioningConnector-/BulkEndpoint
1.0
[Doc] Most of the steps in Configuring SCIM 2.0 Provisioning Connector are outdated - Most of the steps in "Configuring SCIM 2.0 Provisioning Connector" are outdated in the documentation [1] when I followed the steps against IS 5.5.0 pack. [1] https://docs.wso2.com/display/ISCONNECTORS/Configuring+SCIM+2.0+Provisioning+Connector#ConfiguringSCIM2.0ProvisioningConnector-/BulkEndpoint
priority
most of the steps in configuring scim provisioning connector are outdated most of the steps in configuring scim provisioning connector are outdated in the documentation when i followed the steps against is pack
1
814,735
30,519,754,007
IssuesEvent
2023-07-19 07:13:25
opencrvs/opencrvs-core
https://api.github.com/repos/opencrvs/opencrvs-core
closed
Dashboard: Completeness rates widget showing incorrect calculation for Completeness rates and Completeness rates by state widgets
👹 Bug Priority: medium
1. Login as National Sys Admin 2. Click Dashboard 3. Adjust the time period to current 4. Observe the completeness rate widget (you can also compare the calculation with the performance page to see the difference) Error- currently showing 0 ![Screenshot 2023-05-18 at 16.35.42.png](https://images.zenhubusercontent.com/61d3cc06859638b515717606/5bce6ef1-fc30-4c51-b069-247a258d173b) Expected behaviour: Update the calculation to show the correct completeness data for Completeness rates and Completenessrates by state widgets
1.0
Dashboard: Completeness rates widget showing incorrect calculation for Completeness rates and Completeness rates by state widgets - 1. Login as National Sys Admin 2. Click Dashboard 3. Adjust the time period to current 4. Observe the completeness rate widget (you can also compare the calculation with the performance page to see the difference) Error- currently showing 0 ![Screenshot 2023-05-18 at 16.35.42.png](https://images.zenhubusercontent.com/61d3cc06859638b515717606/5bce6ef1-fc30-4c51-b069-247a258d173b) Expected behaviour: Update the calculation to show the correct completeness data for Completeness rates and Completenessrates by state widgets
priority
dashboard completeness rates widget showing incorrect calculation for completeness rates and completeness rates by state widgets login as national sys admin click dashboard adjust the time period to current observe the completeness rate widget you can also compare the calculation with the performance page to see the difference error currently showing expected behaviour update the calculation to show the correct completeness data for completeness rates and completenessrates by state widgets
1
742,793
25,869,426,627
IssuesEvent
2022-12-14 00:40:26
HaDuve/TravelCostNative
https://api.github.com/repos/HaDuve/TravelCostNative
closed
When a user changes his active Trip the expense context should change
Bug 1 - High Priority AA - Easy/Medium
in JoinTrip.tsx eg. via join link
1.0
When a user changes his active Trip the expense context should change - in JoinTrip.tsx eg. via join link
priority
when a user changes his active trip the expense context should change in jointrip tsx eg via join link
1
811,142
30,276,115,761
IssuesEvent
2023-07-07 19:50:03
syndicodefront/infekt
https://api.github.com/repos/syndicodefront/infekt
closed
[Plugin] IMDb Infobar
auto-migrated Milestone-Release1.0 Type-Enhancement Priority-Medium
``` - IMDB (from Link) - xREL (from release name) maybe: Amazon, Last.FM, IGN... ``` Original issue reported on code.google.com by `cxxjoe@gmail.com` on 9 Mar 2010 at 4:33
1.0
[Plugin] IMDb Infobar - ``` - IMDB (from Link) - xREL (from release name) maybe: Amazon, Last.FM, IGN... ``` Original issue reported on code.google.com by `cxxjoe@gmail.com` on 9 Mar 2010 at 4:33
priority
imdb infobar imdb from link xrel from release name maybe amazon last fm ign original issue reported on code google com by cxxjoe gmail com on mar at
1
57,649
3,083,244,293
IssuesEvent
2015-08-24 07:33:49
magro/memcached-session-manager
https://api.github.com/repos/magro/memcached-session-manager
closed
msm requires couchbase jars even when not using couchbase
enhancement imported Milestone-1.7.0 Priority-Medium
_From [dlee.cal...@gmail.com](https://code.google.com/u/109176638585404116752/) on September 03, 2013 16:05:13_ <b>What steps will reproduce the problem?</b> 1. Install (or upgrade) msm from 1.6.3 to 1.6.5&#13; NOT using spymemcached but rather using ElastiCache jar&#13; 2. Start Tomcat&#13; &#13; &#13; <b>What is the expected output? What do you see instead?</b> Expect: Tomcat and msm run.&#13; Got: tomcat fails to start due to missing classs&#13; &#13; SEVERE: Begin event threw error&#13; java.lang.NoClassDefFoundError: com/couchbase/client/CouchbaseClient&#13; at de.javakaffee.web.msm.MemcachedBackupSessionManager.&lt;init&gt;(MemcachedBackupSessionManager.java:80)&#13; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&#13; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)&#13; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)&#13; at java.lang.reflect.Constructor.newInstance(Unknown Source)&#13; at java.lang.Class.newInstance0(Unknown Source)&#13; &#13; <b>What version of the product are you using? On what operating system?</b> &#13; Amazon Linux &#13; msm 1.6.5&#13; &#13; &#13; &#13; <b>Please provide any additional information below.</b> _Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=177_
1.0
msm requires couchbase jars even when not using couchbase - _From [dlee.cal...@gmail.com](https://code.google.com/u/109176638585404116752/) on September 03, 2013 16:05:13_ <b>What steps will reproduce the problem?</b> 1. Install (or upgrade) msm from 1.6.3 to 1.6.5&#13; NOT using spymemcached but rather using ElastiCache jar&#13; 2. Start Tomcat&#13; &#13; &#13; <b>What is the expected output? What do you see instead?</b> Expect: Tomcat and msm run.&#13; Got: tomcat fails to start due to missing classs&#13; &#13; SEVERE: Begin event threw error&#13; java.lang.NoClassDefFoundError: com/couchbase/client/CouchbaseClient&#13; at de.javakaffee.web.msm.MemcachedBackupSessionManager.&lt;init&gt;(MemcachedBackupSessionManager.java:80)&#13; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&#13; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)&#13; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)&#13; at java.lang.reflect.Constructor.newInstance(Unknown Source)&#13; at java.lang.Class.newInstance0(Unknown Source)&#13; &#13; <b>What version of the product are you using? On what operating system?</b> &#13; Amazon Linux &#13; msm 1.6.5&#13; &#13; &#13; &#13; <b>Please provide any additional information below.</b> _Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=177_
priority
msm requires couchbase jars even when not using couchbase from on september what steps will reproduce the problem install or upgrade msm from to not using spymemcached but rather using elasticache jar start tomcat what is the expected output what do you see instead expect tomcat and msm run got tomcat fails to start due to missing classs severe begin event threw error java lang noclassdeffounderror com couchbase client couchbaseclient at de javakaffee web msm memcachedbackupsessionmanager lt init gt memcachedbackupsessionmanager java at sun reflect nativeconstructoraccessorimpl native method at sun reflect nativeconstructoraccessorimpl newinstance unknown source at sun reflect delegatingconstructoraccessorimpl newinstance unknown source at java lang reflect constructor newinstance unknown source at java lang class unknown source what version of the product are you using on what operating system amazon linux msm please provide any additional information below original issue
1
4,663
2,562,572,724
IssuesEvent
2015-02-06 03:15:39
HubTurbo/HubTurbo
https://api.github.com/repos/HubTurbo/HubTurbo
closed
Reset timer after an ad hoc sync
aspect-sync priority.medium status.accepted type.enhancement
For example, we do a refresh when HT gains focus. We can reset the timer at that point so that the next refresh happens after 60s only.
1.0
Reset timer after an ad hoc sync - For example, we do a refresh when HT gains focus. We can reset the timer at that point so that the next refresh happens after 60s only.
priority
reset timer after an ad hoc sync for example we do a refresh when ht gains focus we can reset the timer at that point so that the next refresh happens after only
1
275,334
8,575,582,373
IssuesEvent
2018-11-12 17:41:06
aowen87/TicketTester
https://api.github.com/repos/aowen87/TicketTester
closed
Update MapNode/Variant to return doubleVector regardless of underlying type
Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal
The 'As' methods re-init the entity if the underlying type doesn't match what is being requested. We need methods that will return double or doubleVector even if underlying type is float or int. It was suggested to use 'AsReal' and 'AsRealVector' or similar. -----------------------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: 1296 Status: Resolved Project: VisIt Tracker: Feature Priority: Normal Subject: Update MapNode/Variant to return doubleVector regardless of underlying type Assigned to: Cyrus Harrison Category: Target version: 2.6.1 Author: Kathleen Biagas Start: 01/08/2013 Due date: % Done: 0 Estimated time: Created: 01/08/2013 07:11 pm Updated: 01/09/2013 06:01 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: The 'As' methods re-init the entity if the underlying type doesn't match what is being requested. We need methods that will return double or doubleVector even if underlying type is float or int. It was suggested to use 'AsReal' and 'AsRealVector' or similar. Comments: Hi Everyone,To help with query option parsing I added a set of convenience methods to our Variant class:These are const methods, so they will not alter the actual contents of the variant.They return compatible values from the variant, instead of forcing the variant role (which the AsZZZ() methods do)As an example, here are the details about the ToDouble, and ToDoubleVector methods:double ToDouble() constConverts a numeric compatible variant to its double value.For incompatible variants, result is 0.void ToDoubleVector(doubleVector &result) constConverts any numeric, or numeric vector compatible variant to a double vector.The 'result' arg is filled with the result.For incompatible variants, result is cleared.And here is a concrete example using ToDoubleVector (an update to Kathleen's new lineout query param guards)Note: we need to audit other queries to see if they can benefit from these helpers.(There is a ticket for this: https://visitbugs.ornl.gov/issues/1297)-CyrusRC:Sending common/state/Variant.CSending common/state/Variant.hSending viewer/main/ViewerQueryManager.CTransmitting file data ...Committed revision r19968.Trunk:Sending common/state/Variant.CSending common/state/Variant.hSending viewer/main/ViewerQueryManager.CTransmitting file data ...Committed revision r19970.
1.0
Update MapNode/Variant to return doubleVector regardless of underlying type - The 'As' methods re-init the entity if the underlying type doesn't match what is being requested. We need methods that will return double or doubleVector even if underlying type is float or int. It was suggested to use 'AsReal' and 'AsRealVector' or similar. -----------------------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: 1296 Status: Resolved Project: VisIt Tracker: Feature Priority: Normal Subject: Update MapNode/Variant to return doubleVector regardless of underlying type Assigned to: Cyrus Harrison Category: Target version: 2.6.1 Author: Kathleen Biagas Start: 01/08/2013 Due date: % Done: 0 Estimated time: Created: 01/08/2013 07:11 pm Updated: 01/09/2013 06:01 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: The 'As' methods re-init the entity if the underlying type doesn't match what is being requested. We need methods that will return double or doubleVector even if underlying type is float or int. It was suggested to use 'AsReal' and 'AsRealVector' or similar. Comments: Hi Everyone,To help with query option parsing I added a set of convenience methods to our Variant class:These are const methods, so they will not alter the actual contents of the variant.They return compatible values from the variant, instead of forcing the variant role (which the AsZZZ() methods do)As an example, here are the details about the ToDouble, and ToDoubleVector methods:double ToDouble() constConverts a numeric compatible variant to its double value.For incompatible variants, result is 0.void ToDoubleVector(doubleVector &result) constConverts any numeric, or numeric vector compatible variant to a double vector.The 'result' arg is filled with the result.For incompatible variants, result is cleared.And here is a concrete example using ToDoubleVector (an update to Kathleen's new lineout query param guards)Note: we need to audit other queries to see if they can benefit from these helpers.(There is a ticket for this: https://visitbugs.ornl.gov/issues/1297)-CyrusRC:Sending common/state/Variant.CSending common/state/Variant.hSending viewer/main/ViewerQueryManager.CTransmitting file data ...Committed revision r19968.Trunk:Sending common/state/Variant.CSending common/state/Variant.hSending viewer/main/ViewerQueryManager.CTransmitting file data ...Committed revision r19970.
priority
update mapnode variant to return doublevector regardless of underlying type the as methods re init the entity if the underlying type doesn t match what is being requested we need methods that will return double or doublevector even if underlying type is float or int it was suggested to use asreal and asrealvector or similar 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 feature priority normal subject update mapnode variant to return doublevector regardless of underlying type assigned to cyrus harrison category target version author kathleen biagas start due date done estimated time created pm updated pm likelihood severity found in version impact medium expected use occasional os all support group any description the as methods re init the entity if the underlying type doesn t match what is being requested we need methods that will return double or doublevector even if underlying type is float or int it was suggested to use asreal and asrealvector or similar comments hi everyone to help with query option parsing i added a set of convenience methods to our variant class these are const methods so they will not alter the actual contents of the variant they return compatible values from the variant instead of forcing the variant role which the aszzz methods do as an example here are the details about the todouble and todoublevector methods double todouble constconverts a numeric compatible variant to its double value for incompatible variants result is void todoublevector doublevector result constconverts any numeric or numeric vector compatible variant to a double vector the result arg is filled with the result for incompatible variants result is cleared and here is a concrete example using todoublevector an update to kathleen s new lineout query param guards note we need to audit other queries to see if they can benefit from these helpers there is a ticket for this common state variant csending common state variant hsending viewer main viewerquerymanager ctransmitting file data committed revision trunk sending common state variant csending common state variant hsending viewer main viewerquerymanager ctransmitting file data committed revision
1
179,031
6,621,011,270
IssuesEvent
2017-09-21 17:32:27
chef/chef
https://api.github.com/repos/chef/chef
closed
Issue with knife tag create
Priority: Medium Type: Bug Type: Jump In
I tried to create a tag for a node . Getting the following error . ``` knife tag create prod-server-4 prodapi -VV INFO: Using configuration from /Users/manju/.chef/knife.rb DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request DEBUG: Chef::HTTP calling Chef::HTTP::JSONToModelOutput#handle_request DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request DEBUG: Signing the request as manju DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request DEBUG: Initiating GET to https://<CHEF_SERVER_URL>/nodes/prod-server-4 DEBUG: ---- HTTP Request Header Data: ---- DEBUG: Accept: application/json DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3 DEBUG: X-OPS-SIGN: algorithm=sha1;version=1.0; DEBUG: X-OPS-USERID: manju DEBUG: X-OPS-TIMESTAMP: 2015-06-15T06:17:16Z DEBUG: X-OPS-CONTENT-HASH: 2jmj7l5rSw0yVb/vlWAYkK/YBwk= DEBUG: X-OPS-AUTHORIZATION-1: w07UQXeVSmYg0vCllrGgt4tqd+Q+yJjIoc2UR+rC+8NxMRF50xR/S1r DEBUG: X-OPS-AUTHORIZATION-2: pA0Abp+7oA37KcmDUxAa10AcmQbNkdCuQSI3aLP9a/WVTayyJwGOao8 DEBUG: X-OPS-AUTHORIZATION-3: SrJhHpxxyj/JVx6prd6PQlZDsc1PKfZT9XoY0wXL17r21y27cP+uM6v DEBUG: X-OPS-AUTHORIZATION-4: dD/jp8p7XIpnSozTUcdFVI/mwWP5gdosBBCEfDXAXniwGZZj7Br5/3Z DEBUG: X-OPS-AUTHORIZATION-5: mCJN6WTT/uJ+lBhw7nwS+2+1Hv+MAm6svcw4kwdspQzsLfSLuaJ4l3j DEBUG: X-OPS-AUTHORIZATION-6: thp6yqUOd9dwwqc8lduywOmOiuSzO0qN/R+Eb4Ed31Q== DEBUG: HOST: <cCHEF_SERVER_URL>:443 DEBUG: X-REMOTE-REQUEST-ID: 38cd9a55-6e9c-434t-a8fa-a660f0ab6f83 DEBUG: ---- End HTTP Request Header Data ---- DEBUG: ---- HTTP Status and Header Data: ---- DEBUG: HTTP 1.1 200 OK DEBUG: server: nginx/1.4.4 DEBUG: date: Mon, 15 Jun 2015 06:16:54 GMT DEBUG: content-type: application/json DEBUG: transfer-encoding: chunked DEBUG: connection: close DEBUG: x-ops-api-info: flavor=osc;version=11.0.2;erchef=1.4.1 DEBUG: content-encoding: gzip DEBUG: ---- End HTTP Status/Header Data ---- DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response DEBUG: HTTP server did not include a Content-Length header in response, cannot identify truncated downloads. DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response DEBUG: decompressing gzip response DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response DEBUG: Chef::HTTP calling Chef::HTTP::JSONToModelOutput#handle_response DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response /opt/chefdk/embedded/apps/chef/lib/chef/knife/tag_create.rb:45:in `block in run': undefined method `<<' for nil:NilClass (NoMethodError) from /opt/chefdk/embedded/apps/chef/lib/chef/knife/tag_create.rb:44:in `each' from /opt/chefdk/embedded/apps/chef/lib/chef/knife/tag_create.rb:44:in `run' from /opt/chefdk/embedded/apps/chef/lib/chef/knife.rb:417:in `block in run_with_pretty_exceptions' from /opt/chefdk/embedded/apps/chef/lib/chef/local_mode.rb:38:in `with_server_connectivity' from /opt/chefdk/embedded/apps/chef/lib/chef/knife.rb:416:in `run_with_pretty_exceptions' from /opt/chefdk/embedded/apps/chef/lib/chef/knife.rb:213:in `run' from /opt/chefdk/embedded/apps/chef/lib/chef/application/knife.rb:139:in `run' from /opt/chefdk/embedded/apps/chef/bin/knife:25:in `<top (required)>' from /usr/bin/knife:40:in `load' from /usr/bin/knife:40:in `<main>' ```
1.0
Issue with knife tag create - I tried to create a tag for a node . Getting the following error . ``` knife tag create prod-server-4 prodapi -VV INFO: Using configuration from /Users/manju/.chef/knife.rb DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request DEBUG: Chef::HTTP calling Chef::HTTP::JSONToModelOutput#handle_request DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request DEBUG: Signing the request as manju DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request DEBUG: Initiating GET to https://<CHEF_SERVER_URL>/nodes/prod-server-4 DEBUG: ---- HTTP Request Header Data: ---- DEBUG: Accept: application/json DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3 DEBUG: X-OPS-SIGN: algorithm=sha1;version=1.0; DEBUG: X-OPS-USERID: manju DEBUG: X-OPS-TIMESTAMP: 2015-06-15T06:17:16Z DEBUG: X-OPS-CONTENT-HASH: 2jmj7l5rSw0yVb/vlWAYkK/YBwk= DEBUG: X-OPS-AUTHORIZATION-1: w07UQXeVSmYg0vCllrGgt4tqd+Q+yJjIoc2UR+rC+8NxMRF50xR/S1r DEBUG: X-OPS-AUTHORIZATION-2: pA0Abp+7oA37KcmDUxAa10AcmQbNkdCuQSI3aLP9a/WVTayyJwGOao8 DEBUG: X-OPS-AUTHORIZATION-3: SrJhHpxxyj/JVx6prd6PQlZDsc1PKfZT9XoY0wXL17r21y27cP+uM6v DEBUG: X-OPS-AUTHORIZATION-4: dD/jp8p7XIpnSozTUcdFVI/mwWP5gdosBBCEfDXAXniwGZZj7Br5/3Z DEBUG: X-OPS-AUTHORIZATION-5: mCJN6WTT/uJ+lBhw7nwS+2+1Hv+MAm6svcw4kwdspQzsLfSLuaJ4l3j DEBUG: X-OPS-AUTHORIZATION-6: thp6yqUOd9dwwqc8lduywOmOiuSzO0qN/R+Eb4Ed31Q== DEBUG: HOST: <cCHEF_SERVER_URL>:443 DEBUG: X-REMOTE-REQUEST-ID: 38cd9a55-6e9c-434t-a8fa-a660f0ab6f83 DEBUG: ---- End HTTP Request Header Data ---- DEBUG: ---- HTTP Status and Header Data: ---- DEBUG: HTTP 1.1 200 OK DEBUG: server: nginx/1.4.4 DEBUG: date: Mon, 15 Jun 2015 06:16:54 GMT DEBUG: content-type: application/json DEBUG: transfer-encoding: chunked DEBUG: connection: close DEBUG: x-ops-api-info: flavor=osc;version=11.0.2;erchef=1.4.1 DEBUG: content-encoding: gzip DEBUG: ---- End HTTP Status/Header Data ---- DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response DEBUG: HTTP server did not include a Content-Length header in response, cannot identify truncated downloads. DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response DEBUG: decompressing gzip response DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response DEBUG: Chef::HTTP calling Chef::HTTP::JSONToModelOutput#handle_response DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response /opt/chefdk/embedded/apps/chef/lib/chef/knife/tag_create.rb:45:in `block in run': undefined method `<<' for nil:NilClass (NoMethodError) from /opt/chefdk/embedded/apps/chef/lib/chef/knife/tag_create.rb:44:in `each' from /opt/chefdk/embedded/apps/chef/lib/chef/knife/tag_create.rb:44:in `run' from /opt/chefdk/embedded/apps/chef/lib/chef/knife.rb:417:in `block in run_with_pretty_exceptions' from /opt/chefdk/embedded/apps/chef/lib/chef/local_mode.rb:38:in `with_server_connectivity' from /opt/chefdk/embedded/apps/chef/lib/chef/knife.rb:416:in `run_with_pretty_exceptions' from /opt/chefdk/embedded/apps/chef/lib/chef/knife.rb:213:in `run' from /opt/chefdk/embedded/apps/chef/lib/chef/application/knife.rb:139:in `run' from /opt/chefdk/embedded/apps/chef/bin/knife:25:in `<top (required)>' from /usr/bin/knife:40:in `load' from /usr/bin/knife:40:in `<main>' ```
priority
issue with knife tag create i tried to create a tag for a node getting the following error knife tag create prod server prodapi vv info using configuration from users manju chef knife rb debug chef http calling chef http jsoninput handle request debug chef http calling chef http jsontomodeloutput handle request debug chef http calling chef http cookiemanager handle request debug chef http calling chef http decompressor handle request debug chef http calling chef http authenticator handle request debug signing the request as manju debug chef http calling chef http remoterequestid handle request debug chef http calling chef http validatecontentlength handle request debug initiating get to debug http request header data debug accept application json debug accept encoding gzip q deflate q identity q debug x ops sign algorithm version debug x ops userid manju debug x ops timestamp debug x ops content hash vlwaykk ybwk debug x ops authorization q rc debug x ops authorization debug x ops authorization srjhhpxxyj debug x ops authorization dd debug x ops authorization uj debug x ops authorization r debug host debug x remote request id debug end http request header data debug http status and header data debug http ok debug server nginx debug date mon jun gmt debug content type application json debug transfer encoding chunked debug connection close debug x ops api info flavor osc version erchef debug content encoding gzip debug end http status header data debug chef http calling chef http validatecontentlength handle response debug http server did not include a content length header in response cannot identify truncated downloads debug chef http calling chef http remoterequestid handle response debug chef http calling chef http authenticator handle response debug chef http calling chef http decompressor handle response debug decompressing gzip response debug chef http calling chef http cookiemanager handle response debug chef http calling chef http jsontomodeloutput handle response debug chef http calling chef http jsoninput handle response opt chefdk embedded apps chef lib chef knife tag create rb in block in run undefined method for nil nilclass nomethoderror from opt chefdk embedded apps chef lib chef knife tag create rb in each from opt chefdk embedded apps chef lib chef knife tag create rb in run from opt chefdk embedded apps chef lib chef knife rb in block in run with pretty exceptions from opt chefdk embedded apps chef lib chef local mode rb in with server connectivity from opt chefdk embedded apps chef lib chef knife rb in run with pretty exceptions from opt chefdk embedded apps chef lib chef knife rb in run from opt chefdk embedded apps chef lib chef application knife rb in run from opt chefdk embedded apps chef bin knife in from usr bin knife in load from usr bin knife in
1
796,420
28,111,107,149
IssuesEvent
2023-03-31 07:15:16
KDT3-final-project-team2/backend
https://api.github.com/repos/KDT3-final-project-team2/backend
closed
[Feat] 기업 채용 공고 조회
For: API For: Backend Priority: Medium Status: In Progress
## 🔨개발 할 기능 기업이 본인이 작성한 채용공고 리스트 단건 조회 및 리스트 출력 ## 🧩 세부 기능 - [x] 단건 조회용 DTO 만들기 - [x] 리스트 조회용 DTO 만들기 - [x] service 만들기 - [x] controller 만들기 ## 📖 참고 사항 조회 DTO inner class 이용
1.0
[Feat] 기업 채용 공고 조회 - ## 🔨개발 할 기능 기업이 본인이 작성한 채용공고 리스트 단건 조회 및 리스트 출력 ## 🧩 세부 기능 - [x] 단건 조회용 DTO 만들기 - [x] 리스트 조회용 DTO 만들기 - [x] service 만들기 - [x] controller 만들기 ## 📖 참고 사항 조회 DTO inner class 이용
priority
기업 채용 공고 조회 🔨개발 할 기능 기업이 본인이 작성한 채용공고 리스트 단건 조회 및 리스트 출력 🧩 세부 기능 단건 조회용 dto 만들기 리스트 조회용 dto 만들기 service 만들기 controller 만들기 📖 참고 사항 조회 dto inner class 이용
1
669,255
22,617,859,113
IssuesEvent
2022-06-30 01:16:29
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
opened
Cannot leave community, backup key, mute on the Settings - Communities page
bug Communities priority 2: medium Settings
# Bug Report ## Description ## Steps to reproduce 1. Join some communities 2. Open Settings - Communities 3. Click 'Leave community' - Leave community' 4. Click on the icon for muting community 5. Click on the icon for backing up the community key #### Expected behavior The buttons work correctly #### Actual behavior Nothing happens <img width="1035" alt="image" src="https://user-images.githubusercontent.com/14942081/176571668-4d30ebe3-4c84-4d9c-8fa3-7ae868a362ec.png"> ### Additional Information - Status desktop version: https://ci.status.im/job/status-desktop/job/branches/job/macos/job/master/2255/ - Operating System: macOS Monterey, 12.3 Beta (21E5227a)
1.0
Cannot leave community, backup key, mute on the Settings - Communities page - # Bug Report ## Description ## Steps to reproduce 1. Join some communities 2. Open Settings - Communities 3. Click 'Leave community' - Leave community' 4. Click on the icon for muting community 5. Click on the icon for backing up the community key #### Expected behavior The buttons work correctly #### Actual behavior Nothing happens <img width="1035" alt="image" src="https://user-images.githubusercontent.com/14942081/176571668-4d30ebe3-4c84-4d9c-8fa3-7ae868a362ec.png"> ### Additional Information - Status desktop version: https://ci.status.im/job/status-desktop/job/branches/job/macos/job/master/2255/ - Operating System: macOS Monterey, 12.3 Beta (21E5227a)
priority
cannot leave community backup key mute on the settings communities page bug report description steps to reproduce join some communities open settings communities click leave community leave community click on the icon for muting community click on the icon for backing up the community key expected behavior the buttons work correctly actual behavior nothing happens img width alt image src additional information status desktop version operating system macos monterey beta
1
331,736
10,076,483,110
IssuesEvent
2019-07-24 16:20:41
sul-cidr/noh
https://api.github.com/repos/sul-cidr/noh
opened
Have time scrubber for sections with no score
enhancement medium priority
There are sections with no score, such as Oshirabe, where it would still be useful to have the time scrubber so that someone can move through the section with fine-grained control. We need to figure out what this looks like and how best to make it happen.
1.0
Have time scrubber for sections with no score - There are sections with no score, such as Oshirabe, where it would still be useful to have the time scrubber so that someone can move through the section with fine-grained control. We need to figure out what this looks like and how best to make it happen.
priority
have time scrubber for sections with no score there are sections with no score such as oshirabe where it would still be useful to have the time scrubber so that someone can move through the section with fine grained control we need to figure out what this looks like and how best to make it happen
1
558,485
16,534,663,590
IssuesEvent
2021-05-27 10:21:24
ooni/backend
https://api.github.com/repos/ooni/backend
closed
API: add support for giving out tor test targets and psiphon config
ooni/api priority/medium
Currently the test targets for tor and the psiphon config is given out to probes via the probe-services instance. Once we have authentication inside of the API we should implement support for giving out these targets directly in the next gen API so we can discontinue that host. The code for the Psiphon config is pretty simple, it just reads a file from disk (https://github.com/ooni/sysadmin/blob/992c3c0539304fde0b4459456b0050bce2b3103a/ansible/group_vars/psk_orchestra_prod/vars.yml#L18) and serves it: https://github.com/ooni/orchestra/blob/master/orchestrate/orchestrate/handler/test_lists.go#L200. The code for the Tor configuration is a little bit more tricky as it also requires communication with BridgeDB and should merge those results with the static configuration provisioned via ooni/sysadmin, see: https://github.com/ooni/orchestra/blob/master/orchestrate/orchestrate/handler/test_lists.go#L257 & https://github.com/ooni/sysadmin/blob/master/ansible/roles/probe-services/templates/tor_targets.json
1.0
API: add support for giving out tor test targets and psiphon config - Currently the test targets for tor and the psiphon config is given out to probes via the probe-services instance. Once we have authentication inside of the API we should implement support for giving out these targets directly in the next gen API so we can discontinue that host. The code for the Psiphon config is pretty simple, it just reads a file from disk (https://github.com/ooni/sysadmin/blob/992c3c0539304fde0b4459456b0050bce2b3103a/ansible/group_vars/psk_orchestra_prod/vars.yml#L18) and serves it: https://github.com/ooni/orchestra/blob/master/orchestrate/orchestrate/handler/test_lists.go#L200. The code for the Tor configuration is a little bit more tricky as it also requires communication with BridgeDB and should merge those results with the static configuration provisioned via ooni/sysadmin, see: https://github.com/ooni/orchestra/blob/master/orchestrate/orchestrate/handler/test_lists.go#L257 & https://github.com/ooni/sysadmin/blob/master/ansible/roles/probe-services/templates/tor_targets.json
priority
api add support for giving out tor test targets and psiphon config currently the test targets for tor and the psiphon config is given out to probes via the probe services instance once we have authentication inside of the api we should implement support for giving out these targets directly in the next gen api so we can discontinue that host the code for the psiphon config is pretty simple it just reads a file from disk and serves it the code for the tor configuration is a little bit more tricky as it also requires communication with bridgedb and should merge those results with the static configuration provisioned via ooni sysadmin see
1
349,155
10,459,627,369
IssuesEvent
2019-09-20 11:28:02
medic/medic
https://api.github.com/repos/medic/medic
closed
Move more scope properties to store and controller
Priority: 2 - Medium Type: Technical issue
As part of the ongoing changes to get ready to [move to Angular 7](https://github.com/medic/medic/issues/4750), this issue is for moving various scope properties into the redux store and onto relevant controllers. **AT:** Nearly every part of the app has been touched in at least some small way (excluding the admin app), sorry ☹️ This is effectively a refactor with no new features added. Specific big things that have been touched and may have broken: - The action bar (LHS and RHS) - Filters when listing contacts/reports/analytics, including the list of facilities - The page title - Unread count indicator in the top bar for new messages/reports/contacts - App details on the About page **PR:** https://github.com/medic/medic/pull/5792
1.0
Move more scope properties to store and controller - As part of the ongoing changes to get ready to [move to Angular 7](https://github.com/medic/medic/issues/4750), this issue is for moving various scope properties into the redux store and onto relevant controllers. **AT:** Nearly every part of the app has been touched in at least some small way (excluding the admin app), sorry ☹️ This is effectively a refactor with no new features added. Specific big things that have been touched and may have broken: - The action bar (LHS and RHS) - Filters when listing contacts/reports/analytics, including the list of facilities - The page title - Unread count indicator in the top bar for new messages/reports/contacts - App details on the About page **PR:** https://github.com/medic/medic/pull/5792
priority
move more scope properties to store and controller as part of the ongoing changes to get ready to this issue is for moving various scope properties into the redux store and onto relevant controllers at nearly every part of the app has been touched in at least some small way excluding the admin app sorry ☹️ this is effectively a refactor with no new features added specific big things that have been touched and may have broken the action bar lhs and rhs filters when listing contacts reports analytics including the list of facilities the page title unread count indicator in the top bar for new messages reports contacts app details on the about page pr
1
356,445
10,593,172,884
IssuesEvent
2019-10-09 14:25:20
OkunaOrg/okuna-app
https://api.github.com/repos/OkunaOrg/okuna-app
closed
Founder badges don't show up sometimes?
bug priority:medium review
There has been a couple reports that state founder badges are not show. Investigate.
1.0
Founder badges don't show up sometimes? - There has been a couple reports that state founder badges are not show. Investigate.
priority
founder badges don t show up sometimes there has been a couple reports that state founder badges are not show investigate
1
308,264
9,436,946,053
IssuesEvent
2019-04-13 11:18:21
OpenSRP/opensrp-client-reveal
https://api.github.com/repos/OpenSRP/opensrp-client-reveal
opened
Add Family Member Form Improvements
Android Client Priority: Medium Reveal v2
The add family member form needs the following improvements - [ ] It has double asterisks for required fields - [ ] Middle name is a required field - [ ] Phone number should be 9 digits not 10 - [ ] DOB selection only allows year 2004 or 2014 and older - [ ] When selecting “DOB unknown,” Age field is restricted to be greater than 15; it is possible that DOB would be unknown in younger children - [ ] Phone number should not be required in add family member form
1.0
Add Family Member Form Improvements - The add family member form needs the following improvements - [ ] It has double asterisks for required fields - [ ] Middle name is a required field - [ ] Phone number should be 9 digits not 10 - [ ] DOB selection only allows year 2004 or 2014 and older - [ ] When selecting “DOB unknown,” Age field is restricted to be greater than 15; it is possible that DOB would be unknown in younger children - [ ] Phone number should not be required in add family member form
priority
add family member form improvements the add family member form needs the following improvements it has double asterisks for required fields middle name is a required field phone number should be digits not dob selection only allows year or and older when selecting “dob unknown ” age field is restricted to be greater than it is possible that dob would be unknown in younger children phone number should not be required in add family member form
1
189,469
6,797,900,961
IssuesEvent
2017-11-02 01:46:52
chasecaleb/OverwatchVision
https://api.github.com/repos/chasecaleb/OverwatchVision
closed
Locate stat values
points:3 priority:medium type:feature
Depends on: #3 After detecting the stat screen's location, the individual stat scores should be located in preparation for OCR.
1.0
Locate stat values - Depends on: #3 After detecting the stat screen's location, the individual stat scores should be located in preparation for OCR.
priority
locate stat values depends on after detecting the stat screen s location the individual stat scores should be located in preparation for ocr
1
626,203
19,803,541,894
IssuesEvent
2022-01-19 02:17:35
vincetiu8/zombie-game
https://api.github.com/repos/vincetiu8/zombie-game
closed
Add more walls
type/enhancement area/map priority/medium
Add more wall types with color, thickness, etc. to give diversity to the different maps and sections
1.0
Add more walls - Add more wall types with color, thickness, etc. to give diversity to the different maps and sections
priority
add more walls add more wall types with color thickness etc to give diversity to the different maps and sections
1
807,013
29,931,865,254
IssuesEvent
2023-06-22 10:01:35
Riksrevisjonen/pioneeR
https://api.github.com/repos/Riksrevisjonen/pioneeR
closed
Save results to compare different models
Type: 2-Enhancement Priority: 3-Medium
Add button to save result of a model. The user can save n number of model results and compare models in a table.
1.0
Save results to compare different models - Add button to save result of a model. The user can save n number of model results and compare models in a table.
priority
save results to compare different models add button to save result of a model the user can save n number of model results and compare models in a table
1
190,691
6,821,578,824
IssuesEvent
2017-11-07 17:09:48
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Adjust VCH creation API to default to resource pool (not vApp)
area/apis component/vic-machine kind/bug priority/medium team/lifecycle
Currently, the VCH creation API defaults to creating a vApp. It should instead default to creating a resource pool.
1.0
Adjust VCH creation API to default to resource pool (not vApp) - Currently, the VCH creation API defaults to creating a vApp. It should instead default to creating a resource pool.
priority
adjust vch creation api to default to resource pool not vapp currently the vch creation api defaults to creating a vapp it should instead default to creating a resource pool
1
240,919
7,807,339,055
IssuesEvent
2018-06-11 16:32:12
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[studio] update get-go-live-items API to include target environment for items
new feature priority: medium
### Expected behavior https://docs.craftercms.org/en/3.0/developers/projects/studio/api/workflow/get-go-live-items.html API response should indicate which environment an item has been submitted for ### Actual behavior API currently does not indicate the environment ### Steps to reproduce the problem N/a ### Log/stack trace (use https://gist.github.com) N/a ### Specs #### Version Studio Version Number: 3.0.14-SNAPSHOT-bb5185 Build Number: bb518515b875d7784bb698317a7d0d3f36e2cbe0 Build Date/Time: 06-08-2018 09:50:34 -0400 #### OS #### Browser N/a
1.0
[studio] update get-go-live-items API to include target environment for items - ### Expected behavior https://docs.craftercms.org/en/3.0/developers/projects/studio/api/workflow/get-go-live-items.html API response should indicate which environment an item has been submitted for ### Actual behavior API currently does not indicate the environment ### Steps to reproduce the problem N/a ### Log/stack trace (use https://gist.github.com) N/a ### Specs #### Version Studio Version Number: 3.0.14-SNAPSHOT-bb5185 Build Number: bb518515b875d7784bb698317a7d0d3f36e2cbe0 Build Date/Time: 06-08-2018 09:50:34 -0400 #### OS #### Browser N/a
priority
update get go live items api to include target environment for items expected behavior api response should indicate which environment an item has been submitted for actual behavior api currently does not indicate the environment steps to reproduce the problem n a log stack trace use n a specs version studio version number snapshot build number build date time os browser n a
1
388,603
11,489,888,601
IssuesEvent
2020-02-11 16:11:56
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Reports Incorrect Module path
Bug Fix Proposed Medium Priority Reports
<!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. ---> #### Issue <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> In Reports, when creating a report, the module path can be incorrect when selecting a field to display or a condition. This seems to occur when you use the same module but from 2 different sources e.g using accounts, the the related member of, which is also Accounts. This would use the module path of Accounts for both where it should be Accounts:member of for the second field. #### Expected Behaviour The correct Module path for each field #### Actual Behaviour incorrect Module path when using the same module, with 2 different paths #### Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> generate the field data based on module path not the module #### Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug include code to reproduce, if relevant --> 1. Create a report and select Accounts as the module 2. select the name field from the Account module fields, add it to the report 3. Now select the member of relationship, select the name field from the member of relationships fields, add it to the report 4.see the module path is the same for both field where it should be different #### Context <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- If you feel this should be a low/medium/high priority then please state so --> Report don't work so Medium prority #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used:7.11.8 * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome * Environment name and version (e.g. MySQL, PHP 7): PHP 7.1 * Operating System and version (e.g Ubuntu 16.04):18:04
1.0
Reports Incorrect Module path - <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. ---> #### Issue <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> In Reports, when creating a report, the module path can be incorrect when selecting a field to display or a condition. This seems to occur when you use the same module but from 2 different sources e.g using accounts, the the related member of, which is also Accounts. This would use the module path of Accounts for both where it should be Accounts:member of for the second field. #### Expected Behaviour The correct Module path for each field #### Actual Behaviour incorrect Module path when using the same module, with 2 different paths #### Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> generate the field data based on module path not the module #### Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug include code to reproduce, if relevant --> 1. Create a report and select Accounts as the module 2. select the name field from the Account module fields, add it to the report 3. Now select the member of relationship, select the name field from the member of relationships fields, add it to the report 4.see the module path is the same for both field where it should be different #### Context <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- If you feel this should be a low/medium/high priority then please state so --> Report don't work so Medium prority #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used:7.11.8 * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome * Environment name and version (e.g. MySQL, PHP 7): PHP 7.1 * Operating System and version (e.g Ubuntu 16.04):18:04
priority
reports incorrect module path issue in reports when creating a report the module path can be incorrect when selecting a field to display or a condition this seems to occur when you use the same module but from different sources e g using accounts the the related member of which is also accounts this would use the module path of accounts for both where it should be accounts member of for the second field expected behaviour the correct module path for each field actual behaviour incorrect module path when using the same module with different paths possible fix generate the field data based on module path not the module steps to reproduce create a report and select accounts as the module select the name field from the account module fields add it to the report now select the member of relationship select the name field from the member of relationships fields add it to the report see the module path is the same for both field where it should be different context report don t work so medium prority your environment suitecrm version used browser name and version e g chrome version bit chrome environment name and version e g mysql php php operating system and version e g ubuntu
1
640,309
20,779,989,790
IssuesEvent
2022-03-16 14:00:13
AY2122S2-CS2103T-T12-2/tp
https://api.github.com/repos/AY2122S2-CS2103T-T12-2/tp
closed
Enhancement to Note function
enhancement priority.Medium
Some implementation features of notes is not desirable, particularly for GUI. To fix: 1. [x] Truncate notes beyond a few lines so that PersonCard doesn't grow in size indefinitely. 2. [x] Add a `notes` command to allow seeing the full notes of a person
1.0
Enhancement to Note function - Some implementation features of notes is not desirable, particularly for GUI. To fix: 1. [x] Truncate notes beyond a few lines so that PersonCard doesn't grow in size indefinitely. 2. [x] Add a `notes` command to allow seeing the full notes of a person
priority
enhancement to note function some implementation features of notes is not desirable particularly for gui to fix truncate notes beyond a few lines so that personcard doesn t grow in size indefinitely add a notes command to allow seeing the full notes of a person
1
152,192
5,841,694,029
IssuesEvent
2017-05-10 02:06:44
TSAP-Laval/acquisition-frontend
https://api.github.com/repos/TSAP-Laval/acquisition-frontend
opened
Ajout de la sécurité et de la connexion d'un admin
Priority: Medium Status: In Progress Type: Enhancement
### Before submitting an issue, make sure you have: - [X] Read the [README](https://github.com/TSAP-Laval/acquisition-frontend/blob/master/README.md) - [X] [Searched](https://github.com/TSAP-Laval/acquisition-frontend/search?type=Issues) the bugtracker for similar issues including **closed** ones - [X] Reviewed the sample code in [tests](https://github.com/TSAP-Laval/acquisition-frontend/tree/master/tests) ### Purpose of your issue? - [ ] Bug report (encountered problems/errors) - [X] Feature request (request for a new functionality) - [ ] Question - [ ] Other --- ### Describe your issue Ajout d'un écran de connexion et de la sauvegarde de la connexion de l'utilisateur pour permettre de passer le token de connexion lors des requêtes faites au serveur !
1.0
Ajout de la sécurité et de la connexion d'un admin - ### Before submitting an issue, make sure you have: - [X] Read the [README](https://github.com/TSAP-Laval/acquisition-frontend/blob/master/README.md) - [X] [Searched](https://github.com/TSAP-Laval/acquisition-frontend/search?type=Issues) the bugtracker for similar issues including **closed** ones - [X] Reviewed the sample code in [tests](https://github.com/TSAP-Laval/acquisition-frontend/tree/master/tests) ### Purpose of your issue? - [ ] Bug report (encountered problems/errors) - [X] Feature request (request for a new functionality) - [ ] Question - [ ] Other --- ### Describe your issue Ajout d'un écran de connexion et de la sauvegarde de la connexion de l'utilisateur pour permettre de passer le token de connexion lors des requêtes faites au serveur !
priority
ajout de la sécurité et de la connexion d un admin before submitting an issue make sure you have read the the bugtracker for similar issues including closed ones reviewed the sample code in purpose of your issue bug report encountered problems errors feature request request for a new functionality question other describe your issue ajout d un écran de connexion et de la sauvegarde de la connexion de l utilisateur pour permettre de passer le token de connexion lors des requêtes faites au serveur
1
397,370
11,727,559,493
IssuesEvent
2020-03-10 16:07:31
onaio/reveal-frontend
https://api.github.com/repos/onaio/reveal-frontend
opened
Use @onaio/utils
Priority: Medium
Use [@onaio/utils](https://github.com/onaio/js-tools/tree/master/packages/utils) Remove the following - [ ] Remove FlexObject - [ ] Remove UpdateType - [ ] Remove percentage Replace them with equivalent packages from @onaio/utils.
1.0
Use @onaio/utils - Use [@onaio/utils](https://github.com/onaio/js-tools/tree/master/packages/utils) Remove the following - [ ] Remove FlexObject - [ ] Remove UpdateType - [ ] Remove percentage Replace them with equivalent packages from @onaio/utils.
priority
use onaio utils use remove the following remove flexobject remove updatetype remove percentage replace them with equivalent packages from onaio utils
1
158,233
6,024,092,535
IssuesEvent
2017-06-08 03:15:30
amaan-modak/Engineering-Educators
https://api.github.com/repos/amaan-modak/Engineering-Educators
opened
As an instructor, I want to specify the real world situations in a common format so that they can be used as a question and can be easily updated.
accepted In Progress priority: medium
Tasks: * If a question fits the real world scenario, include it in test. * Specify the format, location and name of the files for the question/ answers/ reasons etc. * Program the application to load file from this location. Test: * Create a new folder at some pre-specified location, add files for real world situation, free body diagram, assumptions and reasons etc. * Test if the program can successfully load the files related to the question or not. * Make sure the idealized model and assumptions are the ones corresponding to that real-world situation and not from some other situation.
1.0
As an instructor, I want to specify the real world situations in a common format so that they can be used as a question and can be easily updated. - Tasks: * If a question fits the real world scenario, include it in test. * Specify the format, location and name of the files for the question/ answers/ reasons etc. * Program the application to load file from this location. Test: * Create a new folder at some pre-specified location, add files for real world situation, free body diagram, assumptions and reasons etc. * Test if the program can successfully load the files related to the question or not. * Make sure the idealized model and assumptions are the ones corresponding to that real-world situation and not from some other situation.
priority
as an instructor i want to specify the real world situations in a common format so that they can be used as a question and can be easily updated tasks if a question fits the real world scenario include it in test specify the format location and name of the files for the question answers reasons etc program the application to load file from this location test create a new folder at some pre specified location add files for real world situation free body diagram assumptions and reasons etc test if the program can successfully load the files related to the question or not make sure the idealized model and assumptions are the ones corresponding to that real world situation and not from some other situation
1
476,485
13,745,614,278
IssuesEvent
2020-10-06 03:22:30
AY2021S1-CS2113-T14-3/tp
https://api.github.com/repos/AY2021S1-CS2113-T14-3/tp
opened
Save Data
priority.Medium type.Story type.Task
As a user I can so that I can retrieve my previously saved data next time when I open the program.
1.0
Save Data - As a user I can so that I can retrieve my previously saved data next time when I open the program.
priority
save data as a user i can so that i can retrieve my previously saved data next time when i open the program
1
485,390
13,964,812,490
IssuesEvent
2020-10-25 19:41:56
AY2021S1-CS2113-T14-2/tp
https://api.github.com/repos/AY2021S1-CS2113-T14-2/tp
closed
As a teenage student, I want an application that is fun
priority.Medium type.Story
... so that I am encouraged to use it and am motivated to study.
1.0
As a teenage student, I want an application that is fun - ... so that I am encouraged to use it and am motivated to study.
priority
as a teenage student i want an application that is fun so that i am encouraged to use it and am motivated to study
1
372,207
11,010,903,319
IssuesEvent
2019-12-04 15:23:18
mozilla-iam/mozilla-aws-cli
https://api.github.com/repos/mozilla-iam/mozilla-aws-cli
closed
Merge config module and config file if no conflicting settings
Priority: medium Type: bug
If the config module and the config file don't have any conflicting settings, they should be merged successfully. This is useful in cases where you might have only `output = shared` in your config file.
1.0
Merge config module and config file if no conflicting settings - If the config module and the config file don't have any conflicting settings, they should be merged successfully. This is useful in cases where you might have only `output = shared` in your config file.
priority
merge config module and config file if no conflicting settings if the config module and the config file don t have any conflicting settings they should be merged successfully this is useful in cases where you might have only output shared in your config file
1
410,441
11,991,672,851
IssuesEvent
2020-04-08 08:46:58
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.0 staging-1488] Missing hints for Many actions
Priority: Medium Status: Fixed
Land claim stake: LMB Claim/RMB unclaim + modificators. ![image](https://user-images.githubusercontent.com/45708377/77733424-e9f61a00-7017-11ea-8824-e5e9994ef63b.png)
1.0
[0.9.0 staging-1488] Missing hints for Many actions - Land claim stake: LMB Claim/RMB unclaim + modificators. ![image](https://user-images.githubusercontent.com/45708377/77733424-e9f61a00-7017-11ea-8824-e5e9994ef63b.png)
priority
missing hints for many actions land claim stake lmb claim rmb unclaim modificators
1
665,023
22,296,462,627
IssuesEvent
2022-06-13 02:34:30
TeamTernate/infinite-music-discs
https://api.github.com/repos/TeamTernate/infinite-music-discs
closed
Add 1.18.2 and 1.19 support
type: feature request priority: medium
Add 1.18.2 version option with "datapack version" = 9. Update existing 1.18 version option to "1.18 - 1.18.1". Add 1.19 version option and separate datapack/resourcepack version numbers so they can be different.
1.0
Add 1.18.2 and 1.19 support - Add 1.18.2 version option with "datapack version" = 9. Update existing 1.18 version option to "1.18 - 1.18.1". Add 1.19 version option and separate datapack/resourcepack version numbers so they can be different.
priority
add and support add version option with datapack version update existing version option to add version option and separate datapack resourcepack version numbers so they can be different
1
660,531
21,992,889,121
IssuesEvent
2022-05-26 01:07:55
mozilla/perfcompare
https://api.github.com/repos/mozilla/perfcompare
closed
Add recent revisions
priority: medium
- [ ] Add option to select from 10 most recent revisions for current repository - [ ] Fetch these results on load (instead of when repository is selected) - [ ] We should fetch some number and the filter out all reviewbot revisions, and include the 10 most recent. The number we fetch should be high enough so that we have at least 10 revisions after filtering. (Today I checked perfherder and every recent revision was a reviewbot revision)
1.0
Add recent revisions - - [ ] Add option to select from 10 most recent revisions for current repository - [ ] Fetch these results on load (instead of when repository is selected) - [ ] We should fetch some number and the filter out all reviewbot revisions, and include the 10 most recent. The number we fetch should be high enough so that we have at least 10 revisions after filtering. (Today I checked perfherder and every recent revision was a reviewbot revision)
priority
add recent revisions add option to select from most recent revisions for current repository fetch these results on load instead of when repository is selected we should fetch some number and the filter out all reviewbot revisions and include the most recent the number we fetch should be high enough so that we have at least revisions after filtering today i checked perfherder and every recent revision was a reviewbot revision
1
389,965
11,519,987,077
IssuesEvent
2020-02-14 13:58:28
ooni/backend
https://api.github.com/repos/ooni/backend
closed
Investigate why ams-wcth.ooni.nu still gets traffic
discuss effort/S ooni/devops priority/medium
As mentioned in https://github.com/ooni/backend/issues/300#issuecomment-579146974. For some reason ams-wcth.ooni.nu is still receiving a little bit of traffic, but it's unclear from where. @bassosimone can you check if some of the apps have hardcoded as the address of a web-connectivity test-helper ams-wcth.ooni.nu?
1.0
Investigate why ams-wcth.ooni.nu still gets traffic - As mentioned in https://github.com/ooni/backend/issues/300#issuecomment-579146974. For some reason ams-wcth.ooni.nu is still receiving a little bit of traffic, but it's unclear from where. @bassosimone can you check if some of the apps have hardcoded as the address of a web-connectivity test-helper ams-wcth.ooni.nu?
priority
investigate why ams wcth ooni nu still gets traffic as mentioned in for some reason ams wcth ooni nu is still receiving a little bit of traffic but it s unclear from where bassosimone can you check if some of the apps have hardcoded as the address of a web connectivity test helper ams wcth ooni nu
1
336,681
10,195,363,329
IssuesEvent
2019-08-12 17:56:57
astropy/astropy
https://api.github.com/repos/astropy/astropy
closed
Add depth-wise table stacking (dstack?)
Enhancement Package-intermediate Priority-Medium table
Depth-wise stacking, where columns are stacked into a new dimension. This assumes `t1, t2, t3` all have the same columns and length, though with masking one doesn't necessarily have that requirement. There is probably a cleaner numpy way to do this without transposing (using `axis`) but I forget at the moment. ``` In [18]: tbls = [t1, t2, t3] In [19]: out = Table() In [20]: for name in tbls[0].colnames: ...: out[name] = np.vstack([tbl[name] for tbl in tbls]).transpose() ...: ...: In [21]: out Out[21]: <Table length=3> a [3] b [3] c [3] int64 float64 str1 ------ ---------- ------ 1 .. 1 1.0 .. 1.0 c .. c 2 .. 2 2.0 .. 2.0 d .. d 3 .. 3 3.0 .. 3.0 e .. e ``` This is inspired by a tutorial that was written and comment from @eblur.
1.0
Add depth-wise table stacking (dstack?) - Depth-wise stacking, where columns are stacked into a new dimension. This assumes `t1, t2, t3` all have the same columns and length, though with masking one doesn't necessarily have that requirement. There is probably a cleaner numpy way to do this without transposing (using `axis`) but I forget at the moment. ``` In [18]: tbls = [t1, t2, t3] In [19]: out = Table() In [20]: for name in tbls[0].colnames: ...: out[name] = np.vstack([tbl[name] for tbl in tbls]).transpose() ...: ...: In [21]: out Out[21]: <Table length=3> a [3] b [3] c [3] int64 float64 str1 ------ ---------- ------ 1 .. 1 1.0 .. 1.0 c .. c 2 .. 2 2.0 .. 2.0 d .. d 3 .. 3 3.0 .. 3.0 e .. e ``` This is inspired by a tutorial that was written and comment from @eblur.
priority
add depth wise table stacking dstack depth wise stacking where columns are stacked into a new dimension this assumes all have the same columns and length though with masking one doesn t necessarily have that requirement there is probably a cleaner numpy way to do this without transposing using axis but i forget at the moment in tbls in out table in for name in tbls colnames out np vstack for tbl in tbls transpose in out out a b c c c d d e e this is inspired by a tutorial that was written and comment from eblur
1
691,126
23,683,531,692
IssuesEvent
2022-08-29 02:30:15
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Make sounds not spawn objects
Priority: Medium Status: Fixed Category: Audio Category: Tech
Instead of these two PRs: https://github.com/StrangeLoopGames/Eco/pull/7822 https://github.com/StrangeLoopGames/Eco/pull/7817 Make a system that doesnt need to spam objects to make sounds.
1.0
Make sounds not spawn objects - Instead of these two PRs: https://github.com/StrangeLoopGames/Eco/pull/7822 https://github.com/StrangeLoopGames/Eco/pull/7817 Make a system that doesnt need to spam objects to make sounds.
priority
make sounds not spawn objects instead of these two prs make a system that doesnt need to spam objects to make sounds
1
347,875
10,435,721,936
IssuesEvent
2019-09-17 17:56:06
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
FF & Safari cannot accept decimal and float numbers
Good for new contributors priority: medium status: confirmed type: bug 🐛
**Describe the bug** In FireFox or Safari, it's not possible to submit a field that has a decimal value, due to HTML validation. **Steps to reproduce the behavior** 1. In Content Type Builder, create a number type and set as either float or decimal. 2. Add a new entry using either FF or Safari. Enter a value with a decimal like `92.4` and hit submit. **Expected behavior** The form should accept the value. **Actual behavior** In FF and Safari, HTML validation says this value is not acceptable. **Screenshots** FF: <img width="350" alt="msrp decimal" src="https://user-images.githubusercontent.com/50032291/64567089-f00bfe00-d346-11e9-9b74-099131af6bf6.png"> Safari: <img width="208" alt="safari decimal" src="https://user-images.githubusercontent.com/50032291/64567114-ff8b4700-d346-11e9-8586-ad23fc245b05.png"> **Code snippets** ``` <input class="input__node_modules-strapi-helper-plugin-dist-dseeff__42fsd form-control" id="TEST" name="TEST" placeholder=" " step="1" tabindex="0" type="number" value="34.55"> ``` **Cause** Cause is the `step="1"` on the HTML attirbute. If I inspect the HTML and edit it to `step="any"`, then it submits and accepts the decimal value. **Suggested solution** Short term, to fix this asap, use `step="any"`. Long term, default to `step="any"` and allow a user to define the desired step size when creating a field in Content Type Builder. **System** - Strapi version: beta 16 - Database: Sqlite
1.0
FF & Safari cannot accept decimal and float numbers - **Describe the bug** In FireFox or Safari, it's not possible to submit a field that has a decimal value, due to HTML validation. **Steps to reproduce the behavior** 1. In Content Type Builder, create a number type and set as either float or decimal. 2. Add a new entry using either FF or Safari. Enter a value with a decimal like `92.4` and hit submit. **Expected behavior** The form should accept the value. **Actual behavior** In FF and Safari, HTML validation says this value is not acceptable. **Screenshots** FF: <img width="350" alt="msrp decimal" src="https://user-images.githubusercontent.com/50032291/64567089-f00bfe00-d346-11e9-9b74-099131af6bf6.png"> Safari: <img width="208" alt="safari decimal" src="https://user-images.githubusercontent.com/50032291/64567114-ff8b4700-d346-11e9-8586-ad23fc245b05.png"> **Code snippets** ``` <input class="input__node_modules-strapi-helper-plugin-dist-dseeff__42fsd form-control" id="TEST" name="TEST" placeholder=" " step="1" tabindex="0" type="number" value="34.55"> ``` **Cause** Cause is the `step="1"` on the HTML attirbute. If I inspect the HTML and edit it to `step="any"`, then it submits and accepts the decimal value. **Suggested solution** Short term, to fix this asap, use `step="any"`. Long term, default to `step="any"` and allow a user to define the desired step size when creating a field in Content Type Builder. **System** - Strapi version: beta 16 - Database: Sqlite
priority
ff safari cannot accept decimal and float numbers describe the bug in firefox or safari it s not possible to submit a field that has a decimal value due to html validation steps to reproduce the behavior in content type builder create a number type and set as either float or decimal add a new entry using either ff or safari enter a value with a decimal like and hit submit expected behavior the form should accept the value actual behavior in ff and safari html validation says this value is not acceptable screenshots ff img width alt msrp decimal src safari img width alt safari decimal src code snippets cause cause is the step on the html attirbute if i inspect the html and edit it to step any then it submits and accepts the decimal value suggested solution short term to fix this asap use step any long term default to step any and allow a user to define the desired step size when creating a field in content type builder system strapi version beta database sqlite
1
71,932
3,369,961,467
IssuesEvent
2015-11-23 13:03:49
web2py/web2py
https://api.github.com/repos/web2py/web2py
closed
Bug when using external folders with option -f
bug imported Priority-Medium
_From [jredr...@gmail.com](https://code.google.com/u/114361343036436419611/) on May 11, 2012 12:35:19_ When using web2py with the "-f" option, it doesn't import correctly the files in the modules directory of the applications. I.E. python web2py.py -f /myprojects/web2py -a hello starts web2py correctly, but trying to use import test as a shortcut for from applications.appname.modules import test. as explained at http://www.web2py.com/books/default/chapter/29/4?search=applications.appname.modules is not possible. Actually, I think this has never worked _Original issue: http://code.google.com/p/web2py/issues/detail?id=791_
1.0
Bug when using external folders with option -f - _From [jredr...@gmail.com](https://code.google.com/u/114361343036436419611/) on May 11, 2012 12:35:19_ When using web2py with the "-f" option, it doesn't import correctly the files in the modules directory of the applications. I.E. python web2py.py -f /myprojects/web2py -a hello starts web2py correctly, but trying to use import test as a shortcut for from applications.appname.modules import test. as explained at http://www.web2py.com/books/default/chapter/29/4?search=applications.appname.modules is not possible. Actually, I think this has never worked _Original issue: http://code.google.com/p/web2py/issues/detail?id=791_
priority
bug when using external folders with option f from on may when using with the f option it doesn t import correctly the files in the modules directory of the applications i e python py f myprojects a hello starts correctly but trying to use import test as a shortcut for from applications appname modules import test as explained at is not possible actually i think this has never worked original issue
1
754,756
26,400,615,601
IssuesEvent
2023-01-13 00:38:44
zowe/vscode-extension-for-zowe
https://api.github.com/repos/zowe/vscode-extension-for-zowe
closed
Error searching data sets when result set contains migrated data sets
bug Archived Datasets priority-medium
When searching for data sets, if the result set contains a migrated data set I receive the following message: ``` Retrieving response from zowe.List Error: z/OSMF REST API Error: Rest API failure with HTTP(S) status 500 rc: 4 reason: 3 details: - DMS2987 DATA SET CATALOGED TO CA DISK PSEUDO-VOLUME ARCIVE - DMS2987 CA DISK HAS ARCHIVED HLQ.MY.DATASET - - DMS2971 DO YOU WANT TO RESTORE THE DATA SET? (Y/N) category: 2 message: ServletDispatcher failed - received TSO Prompt when expecting TsoServletResponse ``` The same issue arises if I issue `zowe files list ds "HLQ.*" -a` but I do not receive an error when issuing the same command without the attributes flag.
1.0
Error searching data sets when result set contains migrated data sets - When searching for data sets, if the result set contains a migrated data set I receive the following message: ``` Retrieving response from zowe.List Error: z/OSMF REST API Error: Rest API failure with HTTP(S) status 500 rc: 4 reason: 3 details: - DMS2987 DATA SET CATALOGED TO CA DISK PSEUDO-VOLUME ARCIVE - DMS2987 CA DISK HAS ARCHIVED HLQ.MY.DATASET - - DMS2971 DO YOU WANT TO RESTORE THE DATA SET? (Y/N) category: 2 message: ServletDispatcher failed - received TSO Prompt when expecting TsoServletResponse ``` The same issue arises if I issue `zowe files list ds "HLQ.*" -a` but I do not receive an error when issuing the same command without the attributes flag.
priority
error searching data sets when result set contains migrated data sets when searching for data sets if the result set contains a migrated data set i receive the following message retrieving response from zowe list error z osmf rest api error rest api failure with http s status rc reason details data set cataloged to ca disk pseudo volume arcive ca disk has archived hlq my dataset do you want to restore the data set y n category message servletdispatcher failed received tso prompt when expecting tsoservletresponse the same issue arises if i issue zowe files list ds hlq a but i do not receive an error when issuing the same command without the attributes flag
1
476,528
13,746,164,964
IssuesEvent
2020-10-06 05:01:08
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
Civics: Description text alignment
Category: UI Priority: Medium
Capitol Constitution Description text misalignment it should be left and the button to edit is way off but that might be a symptom from the alignment issue? ![Screenshot_35.jpg](https://images.zenhubusercontent.com/5f5a7fa59878ed957a861886/c3b968e3-d1b8-4edb-aa9d-e85e302b6a30)
1.0
Civics: Description text alignment - Capitol Constitution Description text misalignment it should be left and the button to edit is way off but that might be a symptom from the alignment issue? ![Screenshot_35.jpg](https://images.zenhubusercontent.com/5f5a7fa59878ed957a861886/c3b968e3-d1b8-4edb-aa9d-e85e302b6a30)
priority
civics description text alignment capitol constitution description text misalignment it should be left and the button to edit is way off but that might be a symptom from the alignment issue
1
501,653
14,530,642,835
IssuesEvent
2020-12-14 19:34:00
ChainSafe/forest
https://api.github.com/repos/ChainSafe/forest
closed
Test Receiving Storage Miner Block: Forest can receive and validate block produced by Storage Miner
Priority: 3 - Medium Storage Miner
**Acceptance Criteria** Block is produced by Storage Miner, sent to Forest via RPC and the block validations are done. (Out of Scope: Performing state transitions)
1.0
Test Receiving Storage Miner Block: Forest can receive and validate block produced by Storage Miner - **Acceptance Criteria** Block is produced by Storage Miner, sent to Forest via RPC and the block validations are done. (Out of Scope: Performing state transitions)
priority
test receiving storage miner block forest can receive and validate block produced by storage miner acceptance criteria block is produced by storage miner sent to forest via rpc and the block validations are done out of scope performing state transitions
1
303,271
9,304,396,695
IssuesEvent
2019-03-25 00:51:38
ZsgsDesign/NOJ
https://api.github.com/repos/ZsgsDesign/NOJ
closed
Choose Uses' Preference Compiler Based On Submission History
Good First Issue New Feature Priority 3 (Medium)
I came up a new recommend recently.I think it's better to change CodeForces‘ default language from C to C++ 😆 _Originally posted by @SinonJZH in https://github.com/ZsgsDesign/NOJ/issues/15#issuecomment-473655250_
1.0
Choose Uses' Preference Compiler Based On Submission History - I came up a new recommend recently.I think it's better to change CodeForces‘ default language from C to C++ 😆 _Originally posted by @SinonJZH in https://github.com/ZsgsDesign/NOJ/issues/15#issuecomment-473655250_
priority
choose uses preference compiler based on submission history i came up a new recommend recently i think it s better to change codeforces‘ default language from c to c 😆 originally posted by sinonjzh in
1
90,121
3,811,988,991
IssuesEvent
2016-03-27 07:35:06
EyeSeeTea/SurveillanceCambodiaApp
https://api.github.com/repos/EyeSeeTea/SurveillanceCambodiaApp
closed
Landing Page: Push feature
android buddybug priority - medium type - feature
Feedback from clussiana@psi.org : Should we remove the option of pushing surveys by holding the finger on a survey row among Pending send? Thus might create confusion to providers. [Link to buddybuild feedback from build 8](https://dashboard.buddybuild.com/apps/56d792f0e4d6010100721090/feedback?fid=56e68ebc5544640100b394e1&bnum=8) <img src="https://s3-us-west-2.amazonaws.com/buddybuild-screenshots/56d792f0e4d6010100721090/56dd9e12d153200100adab26/c3b1e033-d58d-41dd-bbc1-8a0d83791791.jpg" width="33%" height="33%" /><table><tr><td>Build</td><td>8</td></tr><tr><td>Device type</td><td>SM-T531</td></tr><tr><td>Screen size</td><td>800</td></tr><tr><td>Screen size</td><td>800px by 1280px</td></tr><tr><td>Battery</td><td>51% Unplugged</td></tr><tr><td>Memory free</td><td>314 MB / 1376 MB</td></tr></table>
1.0
Landing Page: Push feature - Feedback from clussiana@psi.org : Should we remove the option of pushing surveys by holding the finger on a survey row among Pending send? Thus might create confusion to providers. [Link to buddybuild feedback from build 8](https://dashboard.buddybuild.com/apps/56d792f0e4d6010100721090/feedback?fid=56e68ebc5544640100b394e1&bnum=8) <img src="https://s3-us-west-2.amazonaws.com/buddybuild-screenshots/56d792f0e4d6010100721090/56dd9e12d153200100adab26/c3b1e033-d58d-41dd-bbc1-8a0d83791791.jpg" width="33%" height="33%" /><table><tr><td>Build</td><td>8</td></tr><tr><td>Device type</td><td>SM-T531</td></tr><tr><td>Screen size</td><td>800</td></tr><tr><td>Screen size</td><td>800px by 1280px</td></tr><tr><td>Battery</td><td>51% Unplugged</td></tr><tr><td>Memory free</td><td>314 MB / 1376 MB</td></tr></table>
priority
landing page push feature feedback from clussiana psi org should we remove the option of pushing surveys by holding the finger on a survey row among pending send thus might create confusion to providers build device type sm screen size screen size by battery unplugged memory free mb mb
1
57,642
3,083,241,340
IssuesEvent
2015-08-24 07:32:18
magro/memcached-session-manager
https://api.github.com/repos/magro/memcached-session-manager
closed
Receiving 'NoClassDefFoundError: org/apache/commons/lang/StringUtils'
bug imported invalid Priority-Medium
_From [eravene...@gmail.com](https://code.google.com/u/106765032624795408949/) on July 15, 2013 20:10:00_ <b>What steps will reproduce the problem?</b> &#13; 1. Drop jars in CATALINA_HOME/lib&#13; 2. Add &lt;Manager className="de.javakaffee.web.msm.MemcachedBackupSessionManager"&#13; memcachedNodes="memcachedserver:11211" &#13; requestUriIgnorePattern=".*\.(ico|png|gif|jpg|css|js)$" /&gt; to Context.xml&#13; 3. Start Tomcat&#13; &#13; &#13; <b>What is the expected output? What do you see instead?</b> &#13; I expect Tomcat to start, memcached sessions to work. Instead, I receive the following exception:&#13; &#13; java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils&#13; at net.logstash.log4j.JSONEventLayout.format(JSONEventLayout.java:72)&#13; at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:310)&#13; at org.apache.log4j.DailyRollingFileAppender.subAppend(DailyRollingFileAppender.java:36&#13; at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)&#13; at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)&#13; at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttach&#13; at org.apache.log4j.Category.callAppenders(Category.java:206)&#13; at org.apache.log4j.Category.forcedLog(Category.java:391)&#13; at org.apache.log4j.Category.log(Category.java:856)&#13; at org.apache.juli.logging.impl.Log4JLogger.error(Log4JLogger.java:257)&#13; at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:507)&#13; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&#13; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&#13; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25&#13; at java.lang.reflect.Method.invoke(Method.java:597)&#13; at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:371)&#13; at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:458)&#13; Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang.StringUtils&#13; at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&#13; at java.security.AccessController.doPrivileged(Native Method)&#13; at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&#13; at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&#13; at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&#13; ... 17 more&#13; &#13; &#13; &#13; <b>What version of the product are you using? On what operating system?</b> &#13; spymemcached-2.9.1.jar&#13; memcached-session-manager-tc7-1.6.5.jar&#13; memcached-session-manager-1.6.5.jar&#13; &#13; CentOS 6.3, Java 6 u45, Tomcat 7.0.39&#13; &#13; <b>Please provide any additional information below.</b> &#13; Removing my custom log4j layout jars and reverting to standard Tomcat 'out of the box' logging results in other exceptions that ultimately lead to the same problem with no server start. _Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=170_
1.0
Receiving 'NoClassDefFoundError: org/apache/commons/lang/StringUtils' - _From [eravene...@gmail.com](https://code.google.com/u/106765032624795408949/) on July 15, 2013 20:10:00_ <b>What steps will reproduce the problem?</b> &#13; 1. Drop jars in CATALINA_HOME/lib&#13; 2. Add &lt;Manager className="de.javakaffee.web.msm.MemcachedBackupSessionManager"&#13; memcachedNodes="memcachedserver:11211" &#13; requestUriIgnorePattern=".*\.(ico|png|gif|jpg|css|js)$" /&gt; to Context.xml&#13; 3. Start Tomcat&#13; &#13; &#13; <b>What is the expected output? What do you see instead?</b> &#13; I expect Tomcat to start, memcached sessions to work. Instead, I receive the following exception:&#13; &#13; java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils&#13; at net.logstash.log4j.JSONEventLayout.format(JSONEventLayout.java:72)&#13; at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:310)&#13; at org.apache.log4j.DailyRollingFileAppender.subAppend(DailyRollingFileAppender.java:36&#13; at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)&#13; at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)&#13; at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttach&#13; at org.apache.log4j.Category.callAppenders(Category.java:206)&#13; at org.apache.log4j.Category.forcedLog(Category.java:391)&#13; at org.apache.log4j.Category.log(Category.java:856)&#13; at org.apache.juli.logging.impl.Log4JLogger.error(Log4JLogger.java:257)&#13; at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:507)&#13; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&#13; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&#13; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25&#13; at java.lang.reflect.Method.invoke(Method.java:597)&#13; at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:371)&#13; at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:458)&#13; Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang.StringUtils&#13; at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&#13; at java.security.AccessController.doPrivileged(Native Method)&#13; at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&#13; at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&#13; at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&#13; ... 17 more&#13; &#13; &#13; &#13; <b>What version of the product are you using? On what operating system?</b> &#13; spymemcached-2.9.1.jar&#13; memcached-session-manager-tc7-1.6.5.jar&#13; memcached-session-manager-1.6.5.jar&#13; &#13; CentOS 6.3, Java 6 u45, Tomcat 7.0.39&#13; &#13; <b>Please provide any additional information below.</b> &#13; Removing my custom log4j layout jars and reverting to standard Tomcat 'out of the box' logging results in other exceptions that ultimately lead to the same problem with no server start. _Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=170_
priority
receiving noclassdeffounderror org apache commons lang stringutils from on july what steps will reproduce the problem drop jars in catalina home lib add lt manager classname de javakaffee web msm memcachedbackupsessionmanager memcachednodes memcachedserver requesturiignorepattern ico png gif jpg css js gt to context xml start tomcat what is the expected output what do you see instead i expect tomcat to start memcached sessions to work instead i receive the following exception java lang noclassdeffounderror org apache commons lang stringutils at net logstash jsoneventlayout format jsoneventlayout java at org apache writerappender subappend writerappender java at org apache dailyrollingfileappender subappend dailyrollingfileappender java at org apache writerappender append writerappender java at org apache appenderskeleton doappend appenderskeleton java at org apache helpers appenderattachableimpl appendlooponappenders appenderattach at org apache category callappenders category java at org apache category forcedlog category java at org apache category log category java at org apache juli logging impl error java at org apache catalina startup catalina stopserver catalina java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org apache catalina startup bootstrap stopserver bootstrap java at org apache catalina startup bootstrap main bootstrap java caused by java lang classnotfoundexception org apache commons lang stringutils at java net urlclassloader run urlclassloader java at java security accesscontroller doprivileged native method at java net urlclassloader findclass urlclassloader java at java lang classloader loadclass classloader java at java lang classloader loadclass classloader java more what version of the product are you using on what operating system spymemcached jar memcached session manager jar memcached session manager jar centos java tomcat please provide any additional information below removing my custom layout jars and reverting to standard tomcat out of the box logging results in other exceptions that ultimately lead to the same problem with no server start original issue
1
722,720
24,872,647,505
IssuesEvent
2022-10-27 16:20:39
apify/apify-cli
https://api.github.com/repos/apify/apify-cli
closed
Update push command to work with actor.json
medium priority t-c&c
`apify push` should apply follwing from `.actor/actor.json`: - `version` - `buildTag` - `environmentVariables` - `title` - `name` - `description` Also update `secrets` command - it stores secrets in `.apify` directory. It should work with `.actor` dir and `actor.json` file. Maybe create extra issue and PR for it.
1.0
Update push command to work with actor.json - `apify push` should apply follwing from `.actor/actor.json`: - `version` - `buildTag` - `environmentVariables` - `title` - `name` - `description` Also update `secrets` command - it stores secrets in `.apify` directory. It should work with `.actor` dir and `actor.json` file. Maybe create extra issue and PR for it.
priority
update push command to work with actor json apify push should apply follwing from actor actor json version buildtag environmentvariables title name description also update secrets command it stores secrets in apify directory it should work with actor dir and actor json file maybe create extra issue and pr for it
1
815,014
30,533,511,997
IssuesEvent
2023-07-19 15:40:49
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] [Read Committed]: Deadlock is not getting detected after modifying transaction_deadlock_detection_interval_usec g-flag
kind/enhancement area/ysql priority/medium status/awaiting-triage
Jira Link: [DB-7278](https://yugabyte.atlassian.net/browse/DB-7278) ### Description Tried on version 2.19.1.0-b322: Deadlock is not getting detected when wait queues is disabled and but deadlock detection is enabled when testing for Read commited isolation level. G-flags: ``` yb_enable_read_committed_isolation=True, transaction_deadlock_detection_interval_usec=10000000, enable_deadlock_detection=true ``` Steps to repro: ``` yugabyte=# select * from i; id | k ----+----- 1 | abc 4 | abc 2 | abc 3 | abc (4 rows) ``` ``` Transaction 1 Transaction 2 Begin Transaction Begin Transaction select * from i where id=1 for update; select * from i where id=2 for update; update i set k='jkl' where id=2; (Waits for Transaction 2) update i set k='jkl' where id=1; (Waits for Transaction 1) ```` It continues to wait(i.e no deadlock is detected) ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-7278]: https://yugabyte.atlassian.net/browse/DB-7278?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[YSQL] [Read Committed]: Deadlock is not getting detected after modifying transaction_deadlock_detection_interval_usec g-flag - Jira Link: [DB-7278](https://yugabyte.atlassian.net/browse/DB-7278) ### Description Tried on version 2.19.1.0-b322: Deadlock is not getting detected when wait queues is disabled and but deadlock detection is enabled when testing for Read commited isolation level. G-flags: ``` yb_enable_read_committed_isolation=True, transaction_deadlock_detection_interval_usec=10000000, enable_deadlock_detection=true ``` Steps to repro: ``` yugabyte=# select * from i; id | k ----+----- 1 | abc 4 | abc 2 | abc 3 | abc (4 rows) ``` ``` Transaction 1 Transaction 2 Begin Transaction Begin Transaction select * from i where id=1 for update; select * from i where id=2 for update; update i set k='jkl' where id=2; (Waits for Transaction 2) update i set k='jkl' where id=1; (Waits for Transaction 1) ```` It continues to wait(i.e no deadlock is detected) ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-7278]: https://yugabyte.atlassian.net/browse/DB-7278?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
deadlock is not getting detected after modifying transaction deadlock detection interval usec g flag jira link description tried on version deadlock is not getting detected when wait queues is disabled and but deadlock detection is enabled when testing for read commited isolation level g flags yb enable read committed isolation true transaction deadlock detection interval usec enable deadlock detection true steps to repro yugabyte select from i id k abc abc abc abc rows transaction transaction begin transaction begin transaction select from i where id for update select from i where id for update update i set k jkl where id waits for transaction update i set k jkl where id waits for transaction it continues to wait i e no deadlock is detected warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information
1
799,789
28,313,955,583
IssuesEvent
2023-04-10 17:53:53
bounswe/bounswe2023group5
https://api.github.com/repos/bounswe/bounswe2023group5
closed
Adding Notes of Milestone 1 Meeting
Priority: Medium Type: Discussion Status: Done
### Description We had an extra meeting this week to discuss more about milestone 1. I was the note taker of that meeting (08.04.2023). I will upload the notes of the meeting to the wiki page and clarify what we decided and did. [Meeting note template](https://github.com/bounswe/bounswe2023group5/wiki/Meeting-Note-Template) will be used to be consistent. ### 👮‍♀️ Reviewer Çisel Zümbül ### ⏰ Deadline 10.04.2023 Sunday 23.59
1.0
Adding Notes of Milestone 1 Meeting - ### Description We had an extra meeting this week to discuss more about milestone 1. I was the note taker of that meeting (08.04.2023). I will upload the notes of the meeting to the wiki page and clarify what we decided and did. [Meeting note template](https://github.com/bounswe/bounswe2023group5/wiki/Meeting-Note-Template) will be used to be consistent. ### 👮‍♀️ Reviewer Çisel Zümbül ### ⏰ Deadline 10.04.2023 Sunday 23.59
priority
adding notes of milestone meeting description we had an extra meeting this week to discuss more about milestone i was the note taker of that meeting i will upload the notes of the meeting to the wiki page and clarify what we decided and did will be used to be consistent 👮‍♀️ reviewer çisel zümbül ⏰ deadline sunday
1
341,825
10,308,418,780
IssuesEvent
2019-08-29 10:53:48
HabitRPG/habitica-android
https://api.github.com/repos/HabitRPG/habitica-android
closed
Skills: Completed To-Do's showing as tasks to use skills on
Help wanted Priority: medium Type: Bug
In particular, using the mage skill 'Burst of Flames' and going to the To-Do section will show active and completed To-Do's as options for tasks to use the skill on. It should only show active.
1.0
Skills: Completed To-Do's showing as tasks to use skills on - In particular, using the mage skill 'Burst of Flames' and going to the To-Do section will show active and completed To-Do's as options for tasks to use the skill on. It should only show active.
priority
skills completed to do s showing as tasks to use skills on in particular using the mage skill burst of flames and going to the to do section will show active and completed to do s as options for tasks to use the skill on it should only show active
1
770,348
27,037,660,289
IssuesEvent
2023-02-12 23:51:38
schemathesis/schemathesis
https://api.github.com/repos/schemathesis/schemathesis
closed
[FEATURE] Add more ways to customize stateful testing
Priority: Medium Type: Enhancement Difficulty: Easy
**Is your feature request related to a problem? Please describe.** The current implementation of stateful testing via state machines always adds a random data source, but it may not be desired. **Describe the solution you'd like** Extend the `as_state_machine()` method so the end-user can disable the random data source at all. **Additional context** Comes from [a gitter thread](https://gitter.im/schemathesis/schemathesis?at=60865a78d7953918617ea39a).
1.0
[FEATURE] Add more ways to customize stateful testing - **Is your feature request related to a problem? Please describe.** The current implementation of stateful testing via state machines always adds a random data source, but it may not be desired. **Describe the solution you'd like** Extend the `as_state_machine()` method so the end-user can disable the random data source at all. **Additional context** Comes from [a gitter thread](https://gitter.im/schemathesis/schemathesis?at=60865a78d7953918617ea39a).
priority
add more ways to customize stateful testing is your feature request related to a problem please describe the current implementation of stateful testing via state machines always adds a random data source but it may not be desired describe the solution you d like extend the as state machine method so the end user can disable the random data source at all additional context comes from
1
343,427
10,330,024,482
IssuesEvent
2019-09-02 13:41:15
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Emails behavior
Bug Emails Medium Priority
This is a merge of all issues (emails related) I have seen on GitHub because I have seen it all in last week of my own implementation. A simple task I cannot do is: Implement support center for my company Support center requires: 3 inbound mail accounts - 2 of them have auto import, auto case creation, auto mail response to sender, 3rd have only auto import 2 security groups for assigning emails and cases, but not restrict each other to view emails and cases #### Issue I have been trying for past week to implement this, on several CRM instances, with several emails and no luck. All issues I have seen: 1. Set up INBOUND GROUP mail, checked create cases, but cases are not created (another try with setting INBOUND MAILS cases are created ?!?!) 2. Set up INBOUND GROUP reply from address is never seen in emails, always system outbound email 3. Email to the sender for creating case 'New Case Auto-Reply Template' is not sent, if sent it is 3 days after for 1% of the case created 4. Emails in list view are not shown, something must be select in search to show 5. On some occasions system won't read from IMAP, no mail at all 6. In Email I have 40 emails, 20 are on one page, but I can not select another page. Also, Order by any column is not working. 7. When I have a case created I (administrator) got an email that case is updated, but nothing is saved in CaseUpdates ?! On some occasions, I would get my email body written in Description and CaseUpdates. 8. When I try to reply from Cases->History email, select another outgoing mail account, but received mail has the system setting FROM ADDRESS???? Also user is ROOT in that mail. 9. I sign in as another user (not admin) and can not see any email, and can not reply to emails in Cases. #### Expected Behavior Everythis should work out of the box. #### Actual Behavior Nothing works as expected. Also error are not reproducable, bceause when I delet inbound mail account and create new, beahvior is changed and I have different problems. #### Possible Fix #### Steps to Reproduce 1.Create 2 inbound mail adresse with apropriate fields populated. 2.Try to import and create Cases 3.Try to view mails and manipulate with responses to sender and answer to CRM 4. #### Context Email module with all connected modules and actions needs an overhaul. #### Your Environment * SuiteCRM Version used: 7.10.7, 7.10.9, 7.8.22 * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Firefox, Chrome * Environment name and version (e.g. MySQL, PHP 7):7.2 * Operating System and version (e.g Ubuntu 16.04):Ubuntu 16.04
1.0
Emails behavior - This is a merge of all issues (emails related) I have seen on GitHub because I have seen it all in last week of my own implementation. A simple task I cannot do is: Implement support center for my company Support center requires: 3 inbound mail accounts - 2 of them have auto import, auto case creation, auto mail response to sender, 3rd have only auto import 2 security groups for assigning emails and cases, but not restrict each other to view emails and cases #### Issue I have been trying for past week to implement this, on several CRM instances, with several emails and no luck. All issues I have seen: 1. Set up INBOUND GROUP mail, checked create cases, but cases are not created (another try with setting INBOUND MAILS cases are created ?!?!) 2. Set up INBOUND GROUP reply from address is never seen in emails, always system outbound email 3. Email to the sender for creating case 'New Case Auto-Reply Template' is not sent, if sent it is 3 days after for 1% of the case created 4. Emails in list view are not shown, something must be select in search to show 5. On some occasions system won't read from IMAP, no mail at all 6. In Email I have 40 emails, 20 are on one page, but I can not select another page. Also, Order by any column is not working. 7. When I have a case created I (administrator) got an email that case is updated, but nothing is saved in CaseUpdates ?! On some occasions, I would get my email body written in Description and CaseUpdates. 8. When I try to reply from Cases->History email, select another outgoing mail account, but received mail has the system setting FROM ADDRESS???? Also user is ROOT in that mail. 9. I sign in as another user (not admin) and can not see any email, and can not reply to emails in Cases. #### Expected Behavior Everythis should work out of the box. #### Actual Behavior Nothing works as expected. Also error are not reproducable, bceause when I delet inbound mail account and create new, beahvior is changed and I have different problems. #### Possible Fix #### Steps to Reproduce 1.Create 2 inbound mail adresse with apropriate fields populated. 2.Try to import and create Cases 3.Try to view mails and manipulate with responses to sender and answer to CRM 4. #### Context Email module with all connected modules and actions needs an overhaul. #### Your Environment * SuiteCRM Version used: 7.10.7, 7.10.9, 7.8.22 * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Firefox, Chrome * Environment name and version (e.g. MySQL, PHP 7):7.2 * Operating System and version (e.g Ubuntu 16.04):Ubuntu 16.04
priority
emails behavior this is a merge of all issues emails related i have seen on github because i have seen it all in last week of my own implementation a simple task i cannot do is implement support center for my company support center requires inbound mail accounts of them have auto import auto case creation auto mail response to sender have only auto import security groups for assigning emails and cases but not restrict each other to view emails and cases issue i have been trying for past week to implement this on several crm instances with several emails and no luck all issues i have seen set up inbound group mail checked create cases but cases are not created another try with setting inbound mails cases are created set up inbound group reply from address is never seen in emails always system outbound email email to the sender for creating case new case auto reply template is not sent if sent it is days after for of the case created emails in list view are not shown something must be select in search to show on some occasions system won t read from imap no mail at all in email i have emails are on one page but i can not select another page also order by any column is not working when i have a case created i administrator got an email that case is updated but nothing is saved in caseupdates on some occasions i would get my email body written in description and caseupdates when i try to reply from cases history email select another outgoing mail account but received mail has the system setting from address also user is root in that mail i sign in as another user not admin and can not see any email and can not reply to emails in cases expected behavior everythis should work out of the box actual behavior nothing works as expected also error are not reproducable bceause when i delet inbound mail account and create new beahvior is changed and i have different problems possible fix steps to reproduce create inbound mail adresse with apropriate fields populated try to import and create cases try to view mails and manipulate with responses to sender and answer to crm context email module with all connected modules and actions needs an overhaul your environment suitecrm version used browser name and version e g chrome version bit firefox chrome environment name and version e g mysql php operating system and version e g ubuntu ubuntu
1
514,337
14,937,442,263
IssuesEvent
2021-01-25 14:38:39
google/flax
https://api.github.com/repos/google/flax
closed
Improve `check_howto_diffs.sh` error messages
Priority: P2 - medium Status: on hold
`check_howto_diffs.sh` produces confusing error messages. For example, if, after applying a diff, tests fail, we see [this line](https://github.com/google/flax/runs/738581576#step:8:179) right above the error ```bash + printf '\nERROR: Tests failed for howto layer-output-shapes! ==> PLEASE FIX HOWTO\n' + git apply -R /home/runner/work/flax/flax/howtos/diffs/layer-output-shapes.diff ERROR: Tests failed for howto layer-output-shapes! ==> PLEASE FIX HOWTO + exit 1 ``` instead of the [actual line](https://github.com/google/flax/runs/738581576#step:8:192) that causes the failure: ```bash > self.assertLessEqual(train_metrics['loss'], 2.302) examples/mnist/train_test.py:40: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /opt/hostedtoolcache/Python/3.6.10/x64/lib/python3.6/site-packages/absl/testing/absltest.py:1704: in fail return super(TestCase, self).fail(self._formatMessage(prefix, msg)) E AssertionError: DeviceArray(2.3067157, dtype=float32) not less than or equal to 2.302 ```
1.0
Improve `check_howto_diffs.sh` error messages - `check_howto_diffs.sh` produces confusing error messages. For example, if, after applying a diff, tests fail, we see [this line](https://github.com/google/flax/runs/738581576#step:8:179) right above the error ```bash + printf '\nERROR: Tests failed for howto layer-output-shapes! ==> PLEASE FIX HOWTO\n' + git apply -R /home/runner/work/flax/flax/howtos/diffs/layer-output-shapes.diff ERROR: Tests failed for howto layer-output-shapes! ==> PLEASE FIX HOWTO + exit 1 ``` instead of the [actual line](https://github.com/google/flax/runs/738581576#step:8:192) that causes the failure: ```bash > self.assertLessEqual(train_metrics['loss'], 2.302) examples/mnist/train_test.py:40: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /opt/hostedtoolcache/Python/3.6.10/x64/lib/python3.6/site-packages/absl/testing/absltest.py:1704: in fail return super(TestCase, self).fail(self._formatMessage(prefix, msg)) E AssertionError: DeviceArray(2.3067157, dtype=float32) not less than or equal to 2.302 ```
priority
improve check howto diffs sh error messages check howto diffs sh produces confusing error messages for example if after applying a diff tests fail we see right above the error bash printf nerror tests failed for howto layer output shapes please fix howto n git apply r home runner work flax flax howtos diffs layer output shapes diff error tests failed for howto layer output shapes please fix howto exit instead of the that causes the failure bash self assertlessequal train metrics examples mnist train test py opt hostedtoolcache python lib site packages absl testing absltest py in fail return super testcase self fail self formatmessage prefix msg e assertionerror devicearray dtype not less than or equal to
1
59,553
3,114,266,591
IssuesEvent
2015-09-03 07:38:18
marvinlabs/customer-area
https://api.github.com/repos/marvinlabs/customer-area
opened
Simplify the permission system
enhancement Priority - medium
Currently we have a lot of permissions which are separated between front- and back-office (in particular content creation, edition, etc.). Would be much cleaner to have a global set of permissions which work for both front- and back-office.
1.0
Simplify the permission system - Currently we have a lot of permissions which are separated between front- and back-office (in particular content creation, edition, etc.). Would be much cleaner to have a global set of permissions which work for both front- and back-office.
priority
simplify the permission system currently we have a lot of permissions which are separated between front and back office in particular content creation edition etc would be much cleaner to have a global set of permissions which work for both front and back office
1
646,975
21,083,006,709
IssuesEvent
2022-04-03 07:16:48
AY2122S2-CS2103T-T09-3/tp
https://api.github.com/repos/AY2122S2-CS2103T-T09-3/tp
closed
[PE-D] Find command not as descibed for r/
type.Task type.Bug priority.High severity.Medium
![image.png](https://raw.githubusercontent.com/yongler/ped/main/files/265b17ea-a902-462f-9834-d9d1087aa2e6.png) find r/2 r/4 does not give all movies with 2 and 4 as rating, just give r/4, different from UG ![image.png](https://raw.githubusercontent.com/yongler/ped/main/files/e5e6add4-c76a-4957-bf93-23d4e54c5b12.png) <!--session: 1648796368584-38561869-6ba9-454a-afdf-0876573ae093--> <!--Version: Web v3.4.2--> ------------- Labels: `severity.High` `type.FeatureFlaw` original: yongler/ped#10
1.0
[PE-D] Find command not as descibed for r/ - ![image.png](https://raw.githubusercontent.com/yongler/ped/main/files/265b17ea-a902-462f-9834-d9d1087aa2e6.png) find r/2 r/4 does not give all movies with 2 and 4 as rating, just give r/4, different from UG ![image.png](https://raw.githubusercontent.com/yongler/ped/main/files/e5e6add4-c76a-4957-bf93-23d4e54c5b12.png) <!--session: 1648796368584-38561869-6ba9-454a-afdf-0876573ae093--> <!--Version: Web v3.4.2--> ------------- Labels: `severity.High` `type.FeatureFlaw` original: yongler/ped#10
priority
find command not as descibed for r find r r does not give all movies with and as rating just give r different from ug labels severity high type featureflaw original yongler ped
1
169,583
6,412,128,051
IssuesEvent
2017-08-08 01:50:30
epintozzi/usts_app
https://api.github.com/repos/epintozzi/usts_app
closed
Ability to manually edit individual race results
admin Medium Priority race results
because problem if updated spreadsheet changes driver name, race, or class
1.0
Ability to manually edit individual race results - because problem if updated spreadsheet changes driver name, race, or class
priority
ability to manually edit individual race results because problem if updated spreadsheet changes driver name race or class
1
627,731
19,913,190,713
IssuesEvent
2022-01-25 19:24:06
Greenstand/treetracker-admin-client
https://api.github.com/repos/Greenstand/treetracker-admin-client
opened
Capture Matching: Implement captures filter
type: enhancement priority tool: Capture Matching UI/UX size: medium
The user needs to be able to filter capture presented on the left side of the Capture Matching tool. The design has a filter button next to the pagination control, and uses chips to show which filters are currently applied: ![Screenshot 2022-01-25 at 19 01 46](https://user-images.githubusercontent.com/5558838/151041814-1985a1a9-dbf6-4ae7-958d-a532b6ac8984.png) Clicking the filter button should show a basic filter dialog, similar to that on other tools. Regarding UI/UX, we should consider aligning the filter with that of other tools, e.g., Earnings.
1.0
Capture Matching: Implement captures filter - The user needs to be able to filter capture presented on the left side of the Capture Matching tool. The design has a filter button next to the pagination control, and uses chips to show which filters are currently applied: ![Screenshot 2022-01-25 at 19 01 46](https://user-images.githubusercontent.com/5558838/151041814-1985a1a9-dbf6-4ae7-958d-a532b6ac8984.png) Clicking the filter button should show a basic filter dialog, similar to that on other tools. Regarding UI/UX, we should consider aligning the filter with that of other tools, e.g., Earnings.
priority
capture matching implement captures filter the user needs to be able to filter capture presented on the left side of the capture matching tool the design has a filter button next to the pagination control and uses chips to show which filters are currently applied clicking the filter button should show a basic filter dialog similar to that on other tools regarding ui ux we should consider aligning the filter with that of other tools e g earnings
1
355,150
10,576,932,408
IssuesEvent
2019-10-07 18:58:07
compodoc/compodoc
https://api.github.com/repos/compodoc/compodoc
closed
[FEATURE] Redirect click on graph element to corresponding element page
Priority: Medium Status: Accepted Time: ~1 hour Type: Enhancement wontfix
##### **Overview of the issue** When looking at a flow chart in svg, it would be really helpful when the graphs can be clicked ##### **Operating System, Node.js, npm, compodoc version(s)** node v7.10.1 npm 5.6.0 ##### **Angular configuration, a `package.json` file in the root folder** ##### **Compodoc installed globally or locally ?** Globally ##### **Motivation for or Use Case** Convinence ##### **Reproduce the error** ##### **Related issues** ##### **Suggest a Fix** adding xlink:href="#" should help in svg formats <!-- Love compodoc? Please consider supporting our collective: 👉 https://opencollective.com/compodoc/donate -->
1.0
[FEATURE] Redirect click on graph element to corresponding element page - ##### **Overview of the issue** When looking at a flow chart in svg, it would be really helpful when the graphs can be clicked ##### **Operating System, Node.js, npm, compodoc version(s)** node v7.10.1 npm 5.6.0 ##### **Angular configuration, a `package.json` file in the root folder** ##### **Compodoc installed globally or locally ?** Globally ##### **Motivation for or Use Case** Convinence ##### **Reproduce the error** ##### **Related issues** ##### **Suggest a Fix** adding xlink:href="#" should help in svg formats <!-- Love compodoc? Please consider supporting our collective: 👉 https://opencollective.com/compodoc/donate -->
priority
redirect click on graph element to corresponding element page overview of the issue when looking at a flow chart in svg it would be really helpful when the graphs can be clicked operating system node js npm compodoc version s node npm angular configuration a package json file in the root folder compodoc installed globally or locally globally motivation for or use case convinence reproduce the error related issues suggest a fix adding xlink href should help in svg formats love compodoc please consider supporting our collective 👉
1
41,308
2,868,995,547
IssuesEvent
2015-06-05 22:27:14
dart-lang/pub-dartlang
https://api.github.com/repos/dart-lang/pub-dartlang
closed
Pub site: show dependencies for packages
enhancement MovedToGithub Priority-Medium
<a href="https://github.com/Ladicek"><img src="https://avatars.githubusercontent.com/u/480590?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [Ladicek](https://github.com/Ladicek)** _Originally opened as dart-lang/sdk#7970_ ---- The Pub site should show, for each package, the list of dependencies (and possibly also dependants) for the latest version of the package. One possibility: add a new tab called &quot;Dependencies&quot; which shows the list of dependencies (where the name of the package is a link to its page) together with version constraints. Another possibility: same as the previous one, but instead of a list of immediate dependencies, show a full tree of transitive dependencies. (Maybe harder to implement, but likely more useful.) Showing the list of dependants (packages that depend on this package) would be useful too. Not sure about handling transitivity here.
1.0
Pub site: show dependencies for packages - <a href="https://github.com/Ladicek"><img src="https://avatars.githubusercontent.com/u/480590?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [Ladicek](https://github.com/Ladicek)** _Originally opened as dart-lang/sdk#7970_ ---- The Pub site should show, for each package, the list of dependencies (and possibly also dependants) for the latest version of the package. One possibility: add a new tab called &quot;Dependencies&quot; which shows the list of dependencies (where the name of the package is a link to its page) together with version constraints. Another possibility: same as the previous one, but instead of a list of immediate dependencies, show a full tree of transitive dependencies. (Maybe harder to implement, but likely more useful.) Showing the list of dependants (packages that depend on this package) would be useful too. Not sure about handling transitivity here.
priority
pub site show dependencies for packages issue by originally opened as dart lang sdk the pub site should show for each package the list of dependencies and possibly also dependants for the latest version of the package one possibility add a new tab called quot dependencies quot which shows the list of dependencies where the name of the package is a link to its page together with version constraints another possibility same as the previous one but instead of a list of immediate dependencies show a full tree of transitive dependencies maybe harder to implement but likely more useful showing the list of dependants packages that depend on this package would be useful too not sure about handling transitivity here
1
278,736
8,649,679,304
IssuesEvent
2018-11-26 20:08:41
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Add new API field for searchable items
component:api component:ui priority:medium state:needs_devel type:enhancement
##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME - API - UI ##### SUMMARY The list of searchable fields in the UI (in the search 'KEY') is driven off the OPTIONS list for the API, plus `related_search` fields. However, not all fields returned in OPTIONS are searchable, and some that aren't listed in OPTIONS are. As we can't change the OPTIONS request (as it's used for GET/POST validation by the UI, etc), we should introduce a new concept of 'searchable fields' in the API that the UI can use to populate the search key. ##### STEPS TO REPRODUCE Open search key. Attempt to use all items listed. ##### ADDITIONAL INFORMATION
1.0
Add new API field for searchable items - ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME - API - UI ##### SUMMARY The list of searchable fields in the UI (in the search 'KEY') is driven off the OPTIONS list for the API, plus `related_search` fields. However, not all fields returned in OPTIONS are searchable, and some that aren't listed in OPTIONS are. As we can't change the OPTIONS request (as it's used for GET/POST validation by the UI, etc), we should introduce a new concept of 'searchable fields' in the API that the UI can use to populate the search key. ##### STEPS TO REPRODUCE Open search key. Attempt to use all items listed. ##### ADDITIONAL INFORMATION
priority
add new api field for searchable items issue type feature idea component name api ui summary the list of searchable fields in the ui in the search key is driven off the options list for the api plus related search fields however not all fields returned in options are searchable and some that aren t listed in options are as we can t change the options request as it s used for get post validation by the ui etc we should introduce a new concept of searchable fields in the api that the ui can use to populate the search key steps to reproduce open search key attempt to use all items listed additional information
1
217,836
7,328,466,578
IssuesEvent
2018-03-04 20:59:20
bounswe/bounswe2018group7
https://api.github.com/repos/bounswe/bounswe2018group7
closed
Meeting #4.1 Wiki Page
priority:medium relation:wiki status:completed type:non-project-task
Hello everyone. I documented our meeting on Google Hangouts (02.03.18, Friday) [here](https://github.com/bounswe/bounswe2018group7/wiki/Meeting-%234.1). You can edit the page or comment under this Issue, if you spot something missing. @abcdrk @eneskosr @fakeisback @ferhatmelih @jediinthehouse @ramazanarslan @serdarada
1.0
Meeting #4.1 Wiki Page - Hello everyone. I documented our meeting on Google Hangouts (02.03.18, Friday) [here](https://github.com/bounswe/bounswe2018group7/wiki/Meeting-%234.1). You can edit the page or comment under this Issue, if you spot something missing. @abcdrk @eneskosr @fakeisback @ferhatmelih @jediinthehouse @ramazanarslan @serdarada
priority
meeting wiki page hello everyone i documented our meeting on google hangouts friday you can edit the page or comment under this issue if you spot something missing abcdrk eneskosr fakeisback ferhatmelih jediinthehouse ramazanarslan serdarada
1
503,680
14,596,780,937
IssuesEvent
2020-12-20 17:16:33
containrrr/watchtower
https://api.github.com/repos/containrrr/watchtower
closed
Cleanup not does not work with rolling restarts
Priority: Medium Status: Available Type: Bug
Hi all, I'm running watchtower with the argument ``--cleanup`` but it doesn't seem to be cleaning up any images after completing container update I was running in debug mode and it doesn't seem to be even attempting to cleanup the old images. Attached is an abridged log (I removed the lines regarding checking for updates for images with no updates available) > time="2020-10-15T15:53:06-07:00" level=debug msg="Checking containers for updated images", time="2020-10-15T15:53:06-07:00" level=debug msg="Retrieving running containers", time="2020-10-15T15:53:14-07:00" level=debug msg="Pulling homeassistant/home-assistant:stable for /home-assistant", time="2020-10-15T15:53:14-07:00" level=debug msg="No credentials for homeassistant in /config.json", time="2020-10-15T15:53:14-07:00" level=debug msg="Got image name: homeassistant/home-assistant:stable", time="2020-10-15T15:58:46-07:00" level=info msg="Found new homeassistant/home-assistant:stable image (sha256:3497f22ac2fc18728bafa6d8c7416061e842ab012bddfbf8c31b0215665ff91e)", time="2020-10-15T15:58:59-07:00" level=info msg="Stopping /home-assistant (f74a5243b4f5d075dd238eeefbf7a65cd440ff1618690066fc4b50b316ae8267) with SIGTERM", time="2020-10-15T15:59:26-07:00" level=debug msg="Removing container f74a5243b4f5d075dd238eeefbf7a65cd440ff1618690066fc4b50b316ae8267", time="2020-10-15T16:00:08-07:00" level=info msg="Creating /home-assistant", time="2020-10-15T16:04:43-07:00" level=debug msg="Starting container /home-assistant (af57d020e5ef6010b5fa6cd24b8e9297cbf321256834522dac1e9032870c6869)", time="2020-10-15T16:04:47-07:00" level=debug msg="Scheduled next run: 2020-10-15 16:53:06 -0700 PDT" I have also tried running with Environment Variable ``WATCHTOWER_CLEANUP=true`` though I didn't have debug on at the time. Logs show stopping and creation of new container but nothing regarding cleanup (though I'm not sure if the standard logging would show anything regarding cleanup) >time="2020-10-19T00:10:46-07:00" level=info msg="Found new linuxserver/qbittorrent:latest image (sha256:9e62a4578b009d07b66ba0c9f3fcbecfc1dc32e9eb4e3c8afc99371e53d703e2)", time="2020-10-19T00:10:54-07:00" level=info msg="Stopping /Qbittorrent (d9da4a68c4384d4257f462f4adc220ece17d52d2681bd0cdcc5f7e69b2451a2b) with SIGTERM", time="2020-10-19T00:11:06-07:00" level=info msg="Creating /Qbittorrent" Other than old imagines remaining, watchtower does seem to be properly pulling updated imagines and redeploying containers as expected. Thanks in advance!
1.0
Cleanup not does not work with rolling restarts - Hi all, I'm running watchtower with the argument ``--cleanup`` but it doesn't seem to be cleaning up any images after completing container update I was running in debug mode and it doesn't seem to be even attempting to cleanup the old images. Attached is an abridged log (I removed the lines regarding checking for updates for images with no updates available) > time="2020-10-15T15:53:06-07:00" level=debug msg="Checking containers for updated images", time="2020-10-15T15:53:06-07:00" level=debug msg="Retrieving running containers", time="2020-10-15T15:53:14-07:00" level=debug msg="Pulling homeassistant/home-assistant:stable for /home-assistant", time="2020-10-15T15:53:14-07:00" level=debug msg="No credentials for homeassistant in /config.json", time="2020-10-15T15:53:14-07:00" level=debug msg="Got image name: homeassistant/home-assistant:stable", time="2020-10-15T15:58:46-07:00" level=info msg="Found new homeassistant/home-assistant:stable image (sha256:3497f22ac2fc18728bafa6d8c7416061e842ab012bddfbf8c31b0215665ff91e)", time="2020-10-15T15:58:59-07:00" level=info msg="Stopping /home-assistant (f74a5243b4f5d075dd238eeefbf7a65cd440ff1618690066fc4b50b316ae8267) with SIGTERM", time="2020-10-15T15:59:26-07:00" level=debug msg="Removing container f74a5243b4f5d075dd238eeefbf7a65cd440ff1618690066fc4b50b316ae8267", time="2020-10-15T16:00:08-07:00" level=info msg="Creating /home-assistant", time="2020-10-15T16:04:43-07:00" level=debug msg="Starting container /home-assistant (af57d020e5ef6010b5fa6cd24b8e9297cbf321256834522dac1e9032870c6869)", time="2020-10-15T16:04:47-07:00" level=debug msg="Scheduled next run: 2020-10-15 16:53:06 -0700 PDT" I have also tried running with Environment Variable ``WATCHTOWER_CLEANUP=true`` though I didn't have debug on at the time. Logs show stopping and creation of new container but nothing regarding cleanup (though I'm not sure if the standard logging would show anything regarding cleanup) >time="2020-10-19T00:10:46-07:00" level=info msg="Found new linuxserver/qbittorrent:latest image (sha256:9e62a4578b009d07b66ba0c9f3fcbecfc1dc32e9eb4e3c8afc99371e53d703e2)", time="2020-10-19T00:10:54-07:00" level=info msg="Stopping /Qbittorrent (d9da4a68c4384d4257f462f4adc220ece17d52d2681bd0cdcc5f7e69b2451a2b) with SIGTERM", time="2020-10-19T00:11:06-07:00" level=info msg="Creating /Qbittorrent" Other than old imagines remaining, watchtower does seem to be properly pulling updated imagines and redeploying containers as expected. Thanks in advance!
priority
cleanup not does not work with rolling restarts hi all i m running watchtower with the argument cleanup but it doesn t seem to be cleaning up any images after completing container update i was running in debug mode and it doesn t seem to be even attempting to cleanup the old images attached is an abridged log i removed the lines regarding checking for updates for images with no updates available time level debug msg checking containers for updated images time level debug msg retrieving running containers time level debug msg pulling homeassistant home assistant stable for home assistant time level debug msg no credentials for homeassistant in config json time level debug msg got image name homeassistant home assistant stable time level info msg found new homeassistant home assistant stable image time level info msg stopping home assistant with sigterm time level debug msg removing container time level info msg creating home assistant time level debug msg starting container home assistant time level debug msg scheduled next run pdt i have also tried running with environment variable watchtower cleanup true though i didn t have debug on at the time logs show stopping and creation of new container but nothing regarding cleanup though i m not sure if the standard logging would show anything regarding cleanup time level info msg found new linuxserver qbittorrent latest image time level info msg stopping qbittorrent with sigterm time level info msg creating qbittorrent other than old imagines remaining watchtower does seem to be properly pulling updated imagines and redeploying containers as expected thanks in advance
1
505,580
14,641,546,458
IssuesEvent
2020-12-25 07:24:05
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.2 staging-1857] Pick up works two times per 1 action.
Category: Gameplay Priority: Medium Status: Fixed
Step to reproduce: - try to pick up something on anothers property, you will have notification: ![image](https://user-images.githubusercontent.com/45708377/100445175-b2b39d80-30bd-11eb-86fe-38e490e46418.png) - try second time: ![image](https://user-images.githubusercontent.com/45708377/100445194-b9421500-30bd-11eb-9b3e-65af4e006729.png) should be x2, but I have x3.
1.0
[0.9.2 staging-1857] Pick up works two times per 1 action. - Step to reproduce: - try to pick up something on anothers property, you will have notification: ![image](https://user-images.githubusercontent.com/45708377/100445175-b2b39d80-30bd-11eb-86fe-38e490e46418.png) - try second time: ![image](https://user-images.githubusercontent.com/45708377/100445194-b9421500-30bd-11eb-9b3e-65af4e006729.png) should be x2, but I have x3.
priority
pick up works two times per action step to reproduce try to pick up something on anothers property you will have notification try second time should be but i have
1
29,852
2,717,780,127
IssuesEvent
2015-04-11 16:44:12
cs2103jan2015-w10-2c/main
https://api.github.com/repos/cs2103jan2015-w10-2c/main
closed
A user can see the weekly and monthly view of all tasks
priority.medium status.accepted
so that the user can get a big picture of the upcoming schedule
1.0
A user can see the weekly and monthly view of all tasks - so that the user can get a big picture of the upcoming schedule
priority
a user can see the weekly and monthly view of all tasks so that the user can get a big picture of the upcoming schedule
1
342,598
10,319,525,004
IssuesEvent
2019-08-30 17:46:10
minio/minio
https://api.github.com/repos/minio/minio
closed
Browser: Download as Zip (containing MP4's)
community priority: medium
<!--- Provide a general summary of the issue in the Title above --> When using the web GUI to download a folder or files within a bucket as a zip file it seems to work fine for files with type JSON but if you have a list of MP4's if you select more than 1 you get a small 0 byte file. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> The zip file should contain all selected MP4 files <!--- 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 --> as described above, when we select more than 1 mp4 we get a zero byte mp4 file in a zip file <!--- If suggesting a change/improvement, explain the difference from current behavior --> ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. upload a number of mp4's to a folder within a bucket 2.select more than one or the entire folder 3.select download as zip 4. ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> impacts using the web gui to download files <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Regression <!-- Is this issue a regression? (Yes / No) --> <!-- If Yes, optionally please include minio version or commit id or PR# that caused this regression, if you have these details. --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio version`): 2019-07-10T00:34:56Z * Environment name and version (e.g. nginx 1.9.1): N/A * Server type and version: bare metal (4 server cluster each with i9/32GB/8TB SSD) * Operating System and version (`uname -a`): Linux svr-minio-004 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux * Link to your project:
1.0
Browser: Download as Zip (containing MP4's) - <!--- Provide a general summary of the issue in the Title above --> When using the web GUI to download a folder or files within a bucket as a zip file it seems to work fine for files with type JSON but if you have a list of MP4's if you select more than 1 you get a small 0 byte file. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> The zip file should contain all selected MP4 files <!--- 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 --> as described above, when we select more than 1 mp4 we get a zero byte mp4 file in a zip file <!--- If suggesting a change/improvement, explain the difference from current behavior --> ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. upload a number of mp4's to a folder within a bucket 2.select more than one or the entire folder 3.select download as zip 4. ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> impacts using the web gui to download files <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Regression <!-- Is this issue a regression? (Yes / No) --> <!-- If Yes, optionally please include minio version or commit id or PR# that caused this regression, if you have these details. --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio version`): 2019-07-10T00:34:56Z * Environment name and version (e.g. nginx 1.9.1): N/A * Server type and version: bare metal (4 server cluster each with i9/32GB/8TB SSD) * Operating System and version (`uname -a`): Linux svr-minio-004 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux * Link to your project:
priority
browser download as zip containing s when using the web gui to download a folder or files within a bucket as a zip file it seems to work fine for files with type json but if you have a list of s if you select more than you get a small byte file expected behavior the zip file should contain all selected files current behavior as described above when we select more than we get a zero byte file in a zip file possible solution steps to reproduce for bugs upload a number of s to a folder within a bucket select more than one or the entire folder select download as zip context impacts using the web gui to download files regression your environment version used minio version environment name and version e g nginx n a server type and version bare metal server cluster each with ssd operating system and version uname a linux svr minio generic ubuntu smp mon jun utc gnu linux link to your project
1
437,914
12,604,606,431
IssuesEvent
2020-06-11 15:12:58
projectacrn/acrn-hypervisor
https://api.github.com/repos/projectacrn/acrn-hypervisor
closed
Extend ACRN support for multiple physical IOAPICs
priority: P3-Medium type: feature
Server platforms tend to have more than one physical IOAPIC on the platform. With multiple physical IOAPICs, pass-through devices for SOS and post-launched VMs, depending on IO-APIC for interrupts, could be impacted.
1.0
Extend ACRN support for multiple physical IOAPICs - Server platforms tend to have more than one physical IOAPIC on the platform. With multiple physical IOAPICs, pass-through devices for SOS and post-launched VMs, depending on IO-APIC for interrupts, could be impacted.
priority
extend acrn support for multiple physical ioapics server platforms tend to have more than one physical ioapic on the platform with multiple physical ioapics pass through devices for sos and post launched vms depending on io apic for interrupts could be impacted
1
576,373
17,085,471,617
IssuesEvent
2021-07-08 11:14:26
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
opened
More enhancements needed for Infobox
Good first issue Priority: Medium enhancement
## Description <!-- A few sentences describing new feature --> <!-- screenshot, video, or link to mockup/prototype are welcome --> Some margins are not fully managed in the right way. 1. In case of text wrapped around an image, the margin is needed for better readability (left and right) ![2021_07_08_13_08_40_MapStore_HomePage.png](https://images.zenhubusercontent.com/5c9ca89d6607b6793c66ec35/1a3f3804-515d-4fd7-a46d-77f6bc68ac1f) 2. In case of titles (eg. H1, H2, H3 etc) the same margin should be applied too. ![2021_07_08_13_05_26_MapStore_HomePage.png](https://images.zenhubusercontent.com/5c9ca89d6607b6793c66ec35/6c762716-a20b-47d6-b9de-4c0066eeff50) The screenshots above come from [this demo map](https://dev-mapstore.geosolutionsgroup.com/mapstore/#/viewer/openlayers/10358) **What kind of improvement you want to add?** (check one with "x", remove the others) - [ ] Minor changes to existing features - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Other... Please describe: ## Other useful information
1.0
More enhancements needed for Infobox - ## Description <!-- A few sentences describing new feature --> <!-- screenshot, video, or link to mockup/prototype are welcome --> Some margins are not fully managed in the right way. 1. In case of text wrapped around an image, the margin is needed for better readability (left and right) ![2021_07_08_13_08_40_MapStore_HomePage.png](https://images.zenhubusercontent.com/5c9ca89d6607b6793c66ec35/1a3f3804-515d-4fd7-a46d-77f6bc68ac1f) 2. In case of titles (eg. H1, H2, H3 etc) the same margin should be applied too. ![2021_07_08_13_05_26_MapStore_HomePage.png](https://images.zenhubusercontent.com/5c9ca89d6607b6793c66ec35/6c762716-a20b-47d6-b9de-4c0066eeff50) The screenshots above come from [this demo map](https://dev-mapstore.geosolutionsgroup.com/mapstore/#/viewer/openlayers/10358) **What kind of improvement you want to add?** (check one with "x", remove the others) - [ ] Minor changes to existing features - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Other... Please describe: ## Other useful information
priority
more enhancements needed for infobox description some margins are not fully managed in the right way in case of text wrapped around an image the margin is needed for better readability left and right in case of titles eg etc the same margin should be applied too the screenshots above come from what kind of improvement you want to add check one with x remove the others minor changes to existing features code style update formatting local variables refactoring no functional changes no api changes build related changes ci related changes other please describe other useful information
1
522,784
15,168,010,190
IssuesEvent
2021-02-12 18:42:13
AlexsLemonade/resources-portal
https://api.github.com/repos/AlexsLemonade/resources-portal
closed
Test if prompt to contact the Grants Teams shows up on one month old requests.
Medium Priority
### Context If a request is older than a month, a prompt to show up for requester to escalate to Grants Team. We should check if that is showing up. ### Problem or idea Is there a way to test it without waiting a month. ### Solution or next step Tagging @kurtwheeler and @davidsmejia for input/testing
1.0
Test if prompt to contact the Grants Teams shows up on one month old requests. - ### Context If a request is older than a month, a prompt to show up for requester to escalate to Grants Team. We should check if that is showing up. ### Problem or idea Is there a way to test it without waiting a month. ### Solution or next step Tagging @kurtwheeler and @davidsmejia for input/testing
priority
test if prompt to contact the grants teams shows up on one month old requests context if a request is older than a month a prompt to show up for requester to escalate to grants team we should check if that is showing up problem or idea is there a way to test it without waiting a month solution or next step tagging kurtwheeler and davidsmejia for input testing
1
683,441
23,382,197,149
IssuesEvent
2022-08-11 10:31:23
navikt/innbyggerpanelet
https://api.github.com/repos/navikt/innbyggerpanelet
closed
Add rate limiter to the API
backend Priority: Medium
It is possible that this is handeled by NAIS, but it should be explored
1.0
Add rate limiter to the API - It is possible that this is handeled by NAIS, but it should be explored
priority
add rate limiter to the api it is possible that this is handeled by nais but it should be explored
1
830,099
31,988,808,527
IssuesEvent
2023-09-21 03:04:08
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
opened
Validate multiple connection pools can connect to different set of servers through different topologies for all the smart drivers
kind/new-feature priority/medium area/ecosystem jira-originated
Jira Link: [DB-8019](https://yugabyte.atlassian.net/browse/DB-8019)
1.0
Validate multiple connection pools can connect to different set of servers through different topologies for all the smart drivers - Jira Link: [DB-8019](https://yugabyte.atlassian.net/browse/DB-8019)
priority
validate multiple connection pools can connect to different set of servers through different topologies for all the smart drivers jira link
1
274,397
8,560,533,780
IssuesEvent
2018-11-09 01:43:43
OpenSRP/opensrp-server-web
https://api.github.com/repos/OpenSRP/opensrp-server-web
opened
Link the User's Assigned Teams to the location and tasks that are downloaded
OpenSRP Server Priority: Medium
We are planning on managing teams in OpenMRS for this release. Teams are assigned by Operational Area and Campaign. When a user is assigned to a team, their team will need to be somehow be linked to the locations that are in that operational area and the tasks associated with that campaign and operational area and all of this is downloaded to the Android client. - [ ] Identify the business logic here, (i.e. what task state do we need to download)? - [ ] Identify the tags that are needed in the OpenMRS team that aid in this business logic (i.e. a team needs to have a tag associating it with a campaign and another to associate it with an operational area.) - [ ] Implement the solution in OpenMRS - [ ] Test the solution in OpenSRP server
1.0
Link the User's Assigned Teams to the location and tasks that are downloaded - We are planning on managing teams in OpenMRS for this release. Teams are assigned by Operational Area and Campaign. When a user is assigned to a team, their team will need to be somehow be linked to the locations that are in that operational area and the tasks associated with that campaign and operational area and all of this is downloaded to the Android client. - [ ] Identify the business logic here, (i.e. what task state do we need to download)? - [ ] Identify the tags that are needed in the OpenMRS team that aid in this business logic (i.e. a team needs to have a tag associating it with a campaign and another to associate it with an operational area.) - [ ] Implement the solution in OpenMRS - [ ] Test the solution in OpenSRP server
priority
link the user s assigned teams to the location and tasks that are downloaded we are planning on managing teams in openmrs for this release teams are assigned by operational area and campaign when a user is assigned to a team their team will need to be somehow be linked to the locations that are in that operational area and the tasks associated with that campaign and operational area and all of this is downloaded to the android client identify the business logic here i e what task state do we need to download identify the tags that are needed in the openmrs team that aid in this business logic i e a team needs to have a tag associating it with a campaign and another to associate it with an operational area implement the solution in openmrs test the solution in opensrp server
1
196,201
6,925,787,001
IssuesEvent
2017-11-30 16:56:49
eustasy/bubbly
https://api.github.com/repos/eustasy/bubbly
opened
FEATURE: Expect-CT Header
Priority: Medium Status: Confirmed Type: Enhancement
As Google is abandoning HPKP in favour of the Expect-CT header, we should implement that instead. - https://www.theregister.co.uk/2017/10/30/google_hpkp/ This makes things much easier, as it works like CSP but for Certificate Transparency. No more hashing certificates and updating a file. ``` Expect-CT: max-age=0, report-uri="https://scotthelme.report-uri.io/r/default/ct/reportOnly" Expect-CT: enforce,max-age=30,report-uri="https://scotthelme.report-uri.io/r/default/ct/enforce" ``` - https://scotthelme.co.uk/a-new-security-header-expect-ct/
1.0
FEATURE: Expect-CT Header - As Google is abandoning HPKP in favour of the Expect-CT header, we should implement that instead. - https://www.theregister.co.uk/2017/10/30/google_hpkp/ This makes things much easier, as it works like CSP but for Certificate Transparency. No more hashing certificates and updating a file. ``` Expect-CT: max-age=0, report-uri="https://scotthelme.report-uri.io/r/default/ct/reportOnly" Expect-CT: enforce,max-age=30,report-uri="https://scotthelme.report-uri.io/r/default/ct/enforce" ``` - https://scotthelme.co.uk/a-new-security-header-expect-ct/
priority
feature expect ct header as google is abandoning hpkp in favour of the expect ct header we should implement that instead this makes things much easier as it works like csp but for certificate transparency no more hashing certificates and updating a file expect ct max age report uri expect ct enforce max age report uri
1
807,662
30,014,459,672
IssuesEvent
2023-06-26 17:34:36
reactjs/id.react.dev
https://api.github.com/repos/reactjs/id.react.dev
opened
Layout components
medium-priority
Translate the rest of the layout components (located in `src/components/Layout`). This issue is claimed by the maintainers.
1.0
Layout components - Translate the rest of the layout components (located in `src/components/Layout`). This issue is claimed by the maintainers.
priority
layout components translate the rest of the layout components located in src components layout this issue is claimed by the maintainers
1
58,714
3,090,669,542
IssuesEvent
2015-08-26 08:24:33
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
closed
Поиск. Ошибка сортировки файлов по размеру (Win 8)
bug duplicate imported Priority-Medium
_From [LeshaRB](https://code.google.com/u/LeshaRB/) on April 27, 2015 22:32:01_ 1) ищет ANYFILE 2) получили список файлов 3) сортируем по имени Z->A 4) ищем в том же окне опять файл 5) получили список файлов, на шапке стрекла стоит (сортировка сохранена) 6) сортируем список по размеру GB->KB 7)опять ищем тот же файл 8) получили список в шапке показана сортировка, но по факту отображается, как бы без нее 9)тикет минорный, но напрягает при поиске фильмов, когда хочется? чтоб с большим объемом были первые [2015-04-25 23:21:14 ] \<LeshaRB> http://rghost.ru/private/8htqpw9l4/e0b50d33f7da190624b18c81a08d49c0 _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1572_
1.0
Поиск. Ошибка сортировки файлов по размеру (Win 8) - _From [LeshaRB](https://code.google.com/u/LeshaRB/) on April 27, 2015 22:32:01_ 1) ищет ANYFILE 2) получили список файлов 3) сортируем по имени Z->A 4) ищем в том же окне опять файл 5) получили список файлов, на шапке стрекла стоит (сортировка сохранена) 6) сортируем список по размеру GB->KB 7)опять ищем тот же файл 8) получили список в шапке показана сортировка, но по факту отображается, как бы без нее 9)тикет минорный, но напрягает при поиске фильмов, когда хочется? чтоб с большим объемом были первые [2015-04-25 23:21:14 ] \<LeshaRB> http://rghost.ru/private/8htqpw9l4/e0b50d33f7da190624b18c81a08d49c0 _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1572_
priority
поиск ошибка сортировки файлов по размеру win from on april ищет anyfile получили список файлов сортируем по имени z a ищем в том же окне опять файл получили список файлов на шапке стрекла стоит сортировка сохранена сортируем список по размеру gb kb опять ищем тот же файл получили список в шапке показана сортировка но по факту отображается как бы без нее тикет минорный но напрягает при поиске фильмов когда хочется чтоб с большим объемом были первые original issue
1
172,127
6,499,374,299
IssuesEvent
2017-08-22 21:14:00
vmware/vic-product
https://api.github.com/repos/vmware/vic-product
closed
Indicator in OVA to display a successful installation
component/ova enhancement priority/medium
When you log in to the OVA the first time, it is supposed to complete the vSphere Integrated Containers installation. However there is no message that indicates that this task was completed and if it was successful. We should have a status in the page once we log in to show that the installation was completed successfully. A stretch goal would be have a link with the installation logs / output.
1.0
Indicator in OVA to display a successful installation - When you log in to the OVA the first time, it is supposed to complete the vSphere Integrated Containers installation. However there is no message that indicates that this task was completed and if it was successful. We should have a status in the page once we log in to show that the installation was completed successfully. A stretch goal would be have a link with the installation logs / output.
priority
indicator in ova to display a successful installation when you log in to the ova the first time it is supposed to complete the vsphere integrated containers installation however there is no message that indicates that this task was completed and if it was successful we should have a status in the page once we log in to show that the installation was completed successfully a stretch goal would be have a link with the installation logs output
1
372,693
11,019,289,472
IssuesEvent
2019-12-05 12:21:13
project-koku/koku
https://api.github.com/repos/project-koku/koku
opened
Azure tags endpoint creates multiple entries for the same tag key
azure bug priority - medium
**Describe the bug** Adding an azure provider with multiple tag values with the same tag key value causes us to generate a new tag key value for every tag. We should really be grouping all tags under the same shared tag key value. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'api/cost-management/v1/providers/' 2. Add azure provider with multiple tags sharing the same tag key 3. See 'api/cost-management/v1/tags/azure/' ``` "data": [ { "key": "project", "values": [ "p1" ] }, { "key": "project", "values": [ "p2" ] }, { "key": "project", "values": [ "p3" ] }, { "key": "openshift_project", "values": [ "test_victor" ] }, { "key": "environment", "values": [ "alpha" ] }, { "key": "environment", "values": [ "bravo" ] }, ``` **Expected behavior** All tags that have the same key value should be shown in a list under that key value. **Context (please complete the following information):** - OS: Fedora - Browser: Firefox - Commit Hash from status endpoint: 776278675649b0f439bc4afce28482564df825cf **Additional context** I was producing this locally and on CI with nise data. Similar things happen on the tags/openshift/infrastructures/azure/ but my guess is its all the same issue. Feel free to use my static yaml ``` --- generators: - BandwidthGenerator: start_date: today meter_id: 55555555-4444-3333-2222-111111111112 resource_location: "US East" resource_rate: 2 usage_quantity: 2 tags: {"openshift_project":"test_victor", "environment": "alpha", "project":"p1"} - SQLGenerator: start_date: today meter_id: 55555555-4444-3333-2222-111111111114 resource_location: "US South Central" resource_rate: 2 usage_quantity: 3 tags: {"openshift_project":"test_victor", "environment": "bravo", "project":"p2"} additional_info: {"ConsumptionMeter": "1111aaaa-22bb-33cc-44dd-555555eeeeee"} - StorageGenerator: start_date: today meter_id: 55555555-4444-3333-2222-111111111116 resource_location: "US North Central" resource_rate: 2 usage_quantity: 4 instance_id: '/subscriptions/99999999-9999-9999-9999-999999999981/resourceGroups/koku-99hqd-rg/providers/Microsoft.Compute/virtualMachines/pvc_azure_victor' tags: {"environment": "charlie", "project":"p3"} additional_info: {"ConsumptionMeter": "1111aaaa-22bb-33cc-44dd-555555eeeeee"} - VMGenerator: start_date: today meter_id: 55555555-4444-3333-2222-111111111118 resource_location: "US West" resource_rate: 2 usage_quantity: 5 instance_id: '/subscriptions/99999999-9999-9999-9999-999999999981/resourceGroups/koku-99hqd-rg/providers/Microsoft.Compute/virtualMachines/test_azure_victor' tags: {"environment": "delta", "project":"p3"} additional_info: {"ConsumptionMeter": "1111aaaa-22bb-33cc-44dd-555555eeeeee"} - VNGenerator: start_date: today # product_family: DNS Query tags: {"openshift_project":"test_victor", "app":"analytics"} # SubscriptionGuid accounts: payer: 38f1d748-3ac7-4b7f-a5ae-8b5ff16db82c user: - 38f1d748-3ac7-4b7f-a5ae-8b5ff16db82c ```
1.0
Azure tags endpoint creates multiple entries for the same tag key - **Describe the bug** Adding an azure provider with multiple tag values with the same tag key value causes us to generate a new tag key value for every tag. We should really be grouping all tags under the same shared tag key value. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'api/cost-management/v1/providers/' 2. Add azure provider with multiple tags sharing the same tag key 3. See 'api/cost-management/v1/tags/azure/' ``` "data": [ { "key": "project", "values": [ "p1" ] }, { "key": "project", "values": [ "p2" ] }, { "key": "project", "values": [ "p3" ] }, { "key": "openshift_project", "values": [ "test_victor" ] }, { "key": "environment", "values": [ "alpha" ] }, { "key": "environment", "values": [ "bravo" ] }, ``` **Expected behavior** All tags that have the same key value should be shown in a list under that key value. **Context (please complete the following information):** - OS: Fedora - Browser: Firefox - Commit Hash from status endpoint: 776278675649b0f439bc4afce28482564df825cf **Additional context** I was producing this locally and on CI with nise data. Similar things happen on the tags/openshift/infrastructures/azure/ but my guess is its all the same issue. Feel free to use my static yaml ``` --- generators: - BandwidthGenerator: start_date: today meter_id: 55555555-4444-3333-2222-111111111112 resource_location: "US East" resource_rate: 2 usage_quantity: 2 tags: {"openshift_project":"test_victor", "environment": "alpha", "project":"p1"} - SQLGenerator: start_date: today meter_id: 55555555-4444-3333-2222-111111111114 resource_location: "US South Central" resource_rate: 2 usage_quantity: 3 tags: {"openshift_project":"test_victor", "environment": "bravo", "project":"p2"} additional_info: {"ConsumptionMeter": "1111aaaa-22bb-33cc-44dd-555555eeeeee"} - StorageGenerator: start_date: today meter_id: 55555555-4444-3333-2222-111111111116 resource_location: "US North Central" resource_rate: 2 usage_quantity: 4 instance_id: '/subscriptions/99999999-9999-9999-9999-999999999981/resourceGroups/koku-99hqd-rg/providers/Microsoft.Compute/virtualMachines/pvc_azure_victor' tags: {"environment": "charlie", "project":"p3"} additional_info: {"ConsumptionMeter": "1111aaaa-22bb-33cc-44dd-555555eeeeee"} - VMGenerator: start_date: today meter_id: 55555555-4444-3333-2222-111111111118 resource_location: "US West" resource_rate: 2 usage_quantity: 5 instance_id: '/subscriptions/99999999-9999-9999-9999-999999999981/resourceGroups/koku-99hqd-rg/providers/Microsoft.Compute/virtualMachines/test_azure_victor' tags: {"environment": "delta", "project":"p3"} additional_info: {"ConsumptionMeter": "1111aaaa-22bb-33cc-44dd-555555eeeeee"} - VNGenerator: start_date: today # product_family: DNS Query tags: {"openshift_project":"test_victor", "app":"analytics"} # SubscriptionGuid accounts: payer: 38f1d748-3ac7-4b7f-a5ae-8b5ff16db82c user: - 38f1d748-3ac7-4b7f-a5ae-8b5ff16db82c ```
priority
azure tags endpoint creates multiple entries for the same tag key describe the bug adding an azure provider with multiple tag values with the same tag key value causes us to generate a new tag key value for every tag we should really be grouping all tags under the same shared tag key value to reproduce steps to reproduce the behavior go to api cost management providers add azure provider with multiple tags sharing the same tag key see api cost management tags azure data key project values key project values key project values key openshift project values test victor key environment values alpha key environment values bravo expected behavior all tags that have the same key value should be shown in a list under that key value context please complete the following information os fedora browser firefox commit hash from status endpoint additional context i was producing this locally and on ci with nise data similar things happen on the tags openshift infrastructures azure but my guess is its all the same issue feel free to use my static yaml generators bandwidthgenerator start date today meter id resource location us east resource rate usage quantity tags openshift project test victor environment alpha project sqlgenerator start date today meter id resource location us south central resource rate usage quantity tags openshift project test victor environment bravo project additional info consumptionmeter storagegenerator start date today meter id resource location us north central resource rate usage quantity instance id subscriptions resourcegroups koku rg providers microsoft compute virtualmachines pvc azure victor tags environment charlie project additional info consumptionmeter vmgenerator start date today meter id resource location us west resource rate usage quantity instance id subscriptions resourcegroups koku rg providers microsoft compute virtualmachines test azure victor tags environment delta project additional info consumptionmeter vngenerator start date today product family dns query tags openshift project test victor app analytics subscriptionguid accounts payer user
1
301,847
9,231,742,468
IssuesEvent
2019-03-13 03:49:48
pombase/canto
https://api.github.com/repos/pombase/canto
closed
new genes are not displayed unless page reloaded
bug medium priority
if you go into the genotype management page and add a new gene, then the new gene is not displayed unless you reload the page
1.0
new genes are not displayed unless page reloaded - if you go into the genotype management page and add a new gene, then the new gene is not displayed unless you reload the page
priority
new genes are not displayed unless page reloaded if you go into the genotype management page and add a new gene then the new gene is not displayed unless you reload the page
1
241,851
7,834,985,416
IssuesEvent
2018-06-16 21:14:24
MARKETProtocol/website
https://api.github.com/repos/MARKETProtocol/website
closed
[Jobs] implement new /jobs page
Priority: Medium Status: In Progress Type: Enhancement
## Before you `start work` Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties) If you have ongoing work from other bounties with us where funding has not been released, please do not pick up a new issue. We would like to involve as many contributors as possible and parallelize the work flow as much as possible. Please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline. Please also note that in order for work to be accepted, all code must be accompanied by test cases as well. ## User Story As a user I want to know about all the awesome opportunities to join the MARKET Protocol Core Team in a full time capacity to help realize the decentralized future! ### Why Is this Needed? *Summary*: Most hires will come from community members, so posting on our site is the best way to reach them ### Description [comment]: # (Feature or Bug? i.e Type: Bug) *Type*: Feature ### Solution [comment]: # (Provide a summary of the solution and a task list on what needs to be fixed.) *Summary*: Implement a /jobs page that allows users to see all open positions at MARKET Protocol and access the job descriptions. ![market_jobs](https://user-images.githubusercontent.com/15096737/40946992-988f42f8-681d-11e8-82a2-46eabbee4c1b.png) Current Open Positions - [Head of Engineering.pdf](https://github.com/MARKETProtocol/website/files/2007278/Head.of.Engineering.pdf) [Senior Front End Developer.pdf](https://github.com/MARKETProtocol/website/files/2007272/Senior.Front.End.Developer.pdf) [Senior Solidity Developer.pdf](https://github.com/MARKETProtocol/website/files/2007271/Senior.Solidity.Developer.pdf) ### Definition of Done - [ ] Implement provided design in React-Static (see below for .ai and .sketch files) - [ ] Must be fully responsive and use existing styled components wherever possible - [ ] PR must include tests for all code created in order to be accepted. - [ ] header, footer and CTA can be pulled from existing pages. ### Needed files https://github.com/MARKETProtocol/assets/blob/master/MockUps/MARKET_Protocol-Jobs.sketch https://github.com/MARKETProtocol/assets/blob/master/MockUps/MARKET_Protocol-Jobs-Graphics.ai
1.0
[Jobs] implement new /jobs page - ## Before you `start work` Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties) If you have ongoing work from other bounties with us where funding has not been released, please do not pick up a new issue. We would like to involve as many contributors as possible and parallelize the work flow as much as possible. Please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline. Please also note that in order for work to be accepted, all code must be accompanied by test cases as well. ## User Story As a user I want to know about all the awesome opportunities to join the MARKET Protocol Core Team in a full time capacity to help realize the decentralized future! ### Why Is this Needed? *Summary*: Most hires will come from community members, so posting on our site is the best way to reach them ### Description [comment]: # (Feature or Bug? i.e Type: Bug) *Type*: Feature ### Solution [comment]: # (Provide a summary of the solution and a task list on what needs to be fixed.) *Summary*: Implement a /jobs page that allows users to see all open positions at MARKET Protocol and access the job descriptions. ![market_jobs](https://user-images.githubusercontent.com/15096737/40946992-988f42f8-681d-11e8-82a2-46eabbee4c1b.png) Current Open Positions - [Head of Engineering.pdf](https://github.com/MARKETProtocol/website/files/2007278/Head.of.Engineering.pdf) [Senior Front End Developer.pdf](https://github.com/MARKETProtocol/website/files/2007272/Senior.Front.End.Developer.pdf) [Senior Solidity Developer.pdf](https://github.com/MARKETProtocol/website/files/2007271/Senior.Solidity.Developer.pdf) ### Definition of Done - [ ] Implement provided design in React-Static (see below for .ai and .sketch files) - [ ] Must be fully responsive and use existing styled components wherever possible - [ ] PR must include tests for all code created in order to be accepted. - [ ] header, footer and CTA can be pulled from existing pages. ### Needed files https://github.com/MARKETProtocol/assets/blob/master/MockUps/MARKET_Protocol-Jobs.sketch https://github.com/MARKETProtocol/assets/blob/master/MockUps/MARKET_Protocol-Jobs-Graphics.ai
priority
implement new jobs page before you start work please read our contribution and if there is a bounty involved please also see if you have ongoing work from other bounties with us where funding has not been released please do not pick up a new issue we would like to involve as many contributors as possible and parallelize the work flow as much as possible please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline please also note that in order for work to be accepted all code must be accompanied by test cases as well user story as a user i want to know about all the awesome opportunities to join the market protocol core team in a full time capacity to help realize the decentralized future why is this needed summary most hires will come from community members so posting on our site is the best way to reach them description feature or bug i e type bug type feature solution provide a summary of the solution and a task list on what needs to be fixed summary implement a jobs page that allows users to see all open positions at market protocol and access the job descriptions current open positions definition of done implement provided design in react static see below for ai and sketch files must be fully responsive and use existing styled components wherever possible pr must include tests for all code created in order to be accepted header footer and cta can be pulled from existing pages needed files
1
282,817
8,710,672,280
IssuesEvent
2018-12-06 17:00:12
Stivius/XiboLinuxStack
https://api.github.com/repos/Stivius/XiboLinuxStack
opened
Refactor media and region classes
medium priority refactoring
The design of this classes is overcomplicated and needs to be refactored. We need an intermediate layer between media and region that should be called RegionContent (the media that is placed in the region). Also, the event system should simplify the reaction (which can be different) of different media to the same event.
1.0
Refactor media and region classes - The design of this classes is overcomplicated and needs to be refactored. We need an intermediate layer between media and region that should be called RegionContent (the media that is placed in the region). Also, the event system should simplify the reaction (which can be different) of different media to the same event.
priority
refactor media and region classes the design of this classes is overcomplicated and needs to be refactored we need an intermediate layer between media and region that should be called regioncontent the media that is placed in the region also the event system should simplify the reaction which can be different of different media to the same event
1
247,477
7,919,146,055
IssuesEvent
2018-07-04 15:35:13
tootsuite/mastodon
https://api.github.com/repos/tootsuite/mastodon
closed
Add a light background behind "dark text" emojis
accessibility enhancement help wanted priority - medium ui
As noted in #2475, Mastodon's EmojiOne 2 seems to assume a light background, making a bunch of emojis unreadable. This not only applies to nonsense emoji representations for ©️ ®️ ™️, but also messes up, among others, 🔜. Since we now have full control of what emoji images we are using, it makes sense to go ahead and put a light background behind those troublesome images. Glyphs to edit: 🎵🎶➕➖➗✖️💲💱™️©️®️〰️➰🔚🔙🔛🔝🔜✔️☑️⚫🔳▪️◾◼️⬛<!--🗨️--><!--👁️‍🗨️-->♠️♣️🏴🎱🎮🌑<!--🖊️-->🖋️✒️💣📸📷. Inherently black things (geometric and playing cards stuff) can be made as bright as 👤. Clock symbols and silhouettes appear OK. (For some reason I believe 👁️‍🗨️ is not working properly.) See also EmojiTwo/emojitwo#110. * * * * - [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate. - [x] This bug happens on a [tagged release](https://github.com/tootsuite/mastodon/releases), 1.6.1.
1.0
Add a light background behind "dark text" emojis - As noted in #2475, Mastodon's EmojiOne 2 seems to assume a light background, making a bunch of emojis unreadable. This not only applies to nonsense emoji representations for ©️ ®️ ™️, but also messes up, among others, 🔜. Since we now have full control of what emoji images we are using, it makes sense to go ahead and put a light background behind those troublesome images. Glyphs to edit: 🎵🎶➕➖➗✖️💲💱™️©️®️〰️➰🔚🔙🔛🔝🔜✔️☑️⚫🔳▪️◾◼️⬛<!--🗨️--><!--👁️‍🗨️-->♠️♣️🏴🎱🎮🌑<!--🖊️-->🖋️✒️💣📸📷. Inherently black things (geometric and playing cards stuff) can be made as bright as 👤. Clock symbols and silhouettes appear OK. (For some reason I believe 👁️‍🗨️ is not working properly.) See also EmojiTwo/emojitwo#110. * * * * - [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate. - [x] This bug happens on a [tagged release](https://github.com/tootsuite/mastodon/releases), 1.6.1.
priority
add a light background behind dark text emojis as noted in mastodon s emojione seems to assume a light background making a bunch of emojis unreadable this not only applies to nonsense emoji representations for ©️ ®️ ™️ but also messes up among others 🔜 since we now have full control of what emoji images we are using it makes sense to go ahead and put a light background behind those troublesome images glyphs to edit 🎵🎶➕➖➗✖️💲💱™️©️®️〰️➰🔚🔙🔛🔝🔜✔️☑️⚫🔳▪️◾◼️⬛ ♠️♣️🏴🎱🎮🌑 🖋️✒️💣📸📷 inherently black things geometric and playing cards stuff can be made as bright as 👤 clock symbols and silhouettes appear ok for some reason i believe 👁️‍🗨️ is not working properly see also emojitwo emojitwo i searched or browsed the repo’s other issues to ensure this is not a duplicate this bug happens on a
1
393,549
11,621,158,470
IssuesEvent
2020-02-27 01:58:39
Qiskit/qiskit-ibmq-provider
https://api.github.com/repos/Qiskit/qiskit-ibmq-provider
closed
New method to wait for job to end using websocket
priority: medium type: feature request
<!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues to confirm this idea does not exist. --> ### What is the expected behavior? Currently a user might poll for job status to wait for the job to finish. This is done by calling `job.status()` in a loop. However, the api server will reject the request if the same request is issued too often (to avoid DDoS attack). See [qiskit-aqua issue 752](https://github.com/Qiskit/qiskit-aqua/issues/752) for more details. The API's solution for this is to use a persistent connection via websocket. The provider, however, only uses websocket for the `job.result()` path. There needs to be a new method that waits for a job to enter a final state and provides a feedback loop during the wait. In order to avoid having to special case `IBMQProvider` in `qiskit-aqua`, a default implementation of a new `wait_for_final_state()` method is [being proposed](https://github.com/Qiskit/qiskit-terra/pull/3731) to `BaseJob` in `qiskit-terra`.
1.0
New method to wait for job to end using websocket - <!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues to confirm this idea does not exist. --> ### What is the expected behavior? Currently a user might poll for job status to wait for the job to finish. This is done by calling `job.status()` in a loop. However, the api server will reject the request if the same request is issued too often (to avoid DDoS attack). See [qiskit-aqua issue 752](https://github.com/Qiskit/qiskit-aqua/issues/752) for more details. The API's solution for this is to use a persistent connection via websocket. The provider, however, only uses websocket for the `job.result()` path. There needs to be a new method that waits for a job to enter a final state and provides a feedback loop during the wait. In order to avoid having to special case `IBMQProvider` in `qiskit-aqua`, a default implementation of a new `wait_for_final_state()` method is [being proposed](https://github.com/Qiskit/qiskit-terra/pull/3731) to `BaseJob` in `qiskit-terra`.
priority
new method to wait for job to end using websocket what is the expected behavior currently a user might poll for job status to wait for the job to finish this is done by calling job status in a loop however the api server will reject the request if the same request is issued too often to avoid ddos attack see for more details the api s solution for this is to use a persistent connection via websocket the provider however only uses websocket for the job result path there needs to be a new method that waits for a job to enter a final state and provides a feedback loop during the wait in order to avoid having to special case ibmqprovider in qiskit aqua a default implementation of a new wait for final state method is to basejob in qiskit terra
1
609,767
18,886,912,508
IssuesEvent
2021-11-15 09:00:52
ita-social-projects/TeachUA
https://api.github.com/repos/ita-social-projects/TeachUA
closed
[Мій профіль] User cannot delete centers from 'Мій профіль' page
bug Priority: Medium
**Environment:** Windows 10, Google Chrome, 93.0.4577.63 (Розробка) (64-розрядна версія) **Reproducible:** rarely **Build found:** the last commit **Preconditions** 1. Go to https://speak-ukrainian.org.ua/dev/ 2. Login with any account, which has registered at least one center (e.g. емейл: roman2002sahan@gmail.com, пароль: wiwko1234567_) **Steps to reproduce** 1. Select 'Мій профіль' in the dropdown list on the upper left corner of the page 2. Click on 'Видалити' in the burger menu of the center **Actual result** The page is reloaded. The center is not deleted **Expected result** The page is reloaded. The center is deleted. Message about the successful deletion of the center appears https://user-images.githubusercontent.com/80393478/139246920-ff3ee03a-a593-4f77-9a0e-bb8abefac0d2.mp4
1.0
[Мій профіль] User cannot delete centers from 'Мій профіль' page - **Environment:** Windows 10, Google Chrome, 93.0.4577.63 (Розробка) (64-розрядна версія) **Reproducible:** rarely **Build found:** the last commit **Preconditions** 1. Go to https://speak-ukrainian.org.ua/dev/ 2. Login with any account, which has registered at least one center (e.g. емейл: roman2002sahan@gmail.com, пароль: wiwko1234567_) **Steps to reproduce** 1. Select 'Мій профіль' in the dropdown list on the upper left corner of the page 2. Click on 'Видалити' in the burger menu of the center **Actual result** The page is reloaded. The center is not deleted **Expected result** The page is reloaded. The center is deleted. Message about the successful deletion of the center appears https://user-images.githubusercontent.com/80393478/139246920-ff3ee03a-a593-4f77-9a0e-bb8abefac0d2.mp4
priority
user cannot delete centers from мій профіль page environment windows google chrome розробка розрядна версія reproducible rarely build found the last commit preconditions go to login with any account which has registered at least one center e g емейл gmail com пароль steps to reproduce select мій профіль in the dropdown list on the upper left corner of the page click on видалити in the burger menu of the center actual result the page is reloaded the center is not deleted expected result the page is reloaded the center is deleted message about the successful deletion of the center appears
1
72,177
3,373,357,598
IssuesEvent
2015-11-24 06:59:42
Sonarr/Sonarr
https://api.github.com/repos/Sonarr/Sonarr
closed
REAL releases should replace existing episodes of the same quality
enhancement priority:medium
Issue is a fake gets released, followed by the actual episode with REAL in the name, but its not grabbed because its not considered better than the original. How should these be named on disk? How should these be handled internally - bitwise!
1.0
REAL releases should replace existing episodes of the same quality - Issue is a fake gets released, followed by the actual episode with REAL in the name, but its not grabbed because its not considered better than the original. How should these be named on disk? How should these be handled internally - bitwise!
priority
real releases should replace existing episodes of the same quality issue is a fake gets released followed by the actual episode with real in the name but its not grabbed because its not considered better than the original how should these be named on disk how should these be handled internally bitwise
1
25,431
2,683,797,583
IssuesEvent
2015-03-28 10:09:20
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
closed
ConEmu.Maximus5.090604c.7z
2–5 stars bug imported Priority-Medium
_From [anonimng...@ngs.ru](https://code.google.com/u/109085578092775705596/) on June 06, 2009 04:59:23_ Раз уж обсуждение погнали с форума, то пока тут. Или планируется где-то ещё? Версия указана в заголовке. Проблемы с отрисовкой по прежнему присутствуют. Как видно из сообщений на форуме, у многих свои последовательности устойчивого повтерения глюков с отрисовкой. Причём у разных пользователей эти наборы разные. Я работаю на двух компьютерах с разными осями и существенно разным железом. И даже здесь проблемы с отрисовкой разные. На машине с XP SP3 глюки появляются сейчас крайне редко и не носят какого-то деструктивного характера. На ноутбуке с Вистой СП1 проблемы с отрисовкой существенные. 1. Практически стопроцентная повторяемость неотрисовки красного окна с подтверждением при удалении нескольких файлов. 2. В большинстве случаев повторяются проблемы с пометкой файлов/папок при сравнении директорий как с помощью встроенного сравнения (F9 к с), так и с помощью плагина из базовой поставки. 3. Часто возникают проблемы с другими красными окнами поддверждения действий. 4. Окно копирования/переноса файлов иногда также отображается не целиком, а отдельными кусками. Пока спасаюсь комбинацией CtrlShiftAlt Помогает, экран насильно перерисовывается без глюков. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=2_
1.0
ConEmu.Maximus5.090604c.7z - _From [anonimng...@ngs.ru](https://code.google.com/u/109085578092775705596/) on June 06, 2009 04:59:23_ Раз уж обсуждение погнали с форума, то пока тут. Или планируется где-то ещё? Версия указана в заголовке. Проблемы с отрисовкой по прежнему присутствуют. Как видно из сообщений на форуме, у многих свои последовательности устойчивого повтерения глюков с отрисовкой. Причём у разных пользователей эти наборы разные. Я работаю на двух компьютерах с разными осями и существенно разным железом. И даже здесь проблемы с отрисовкой разные. На машине с XP SP3 глюки появляются сейчас крайне редко и не носят какого-то деструктивного характера. На ноутбуке с Вистой СП1 проблемы с отрисовкой существенные. 1. Практически стопроцентная повторяемость неотрисовки красного окна с подтверждением при удалении нескольких файлов. 2. В большинстве случаев повторяются проблемы с пометкой файлов/папок при сравнении директорий как с помощью встроенного сравнения (F9 к с), так и с помощью плагина из базовой поставки. 3. Часто возникают проблемы с другими красными окнами поддверждения действий. 4. Окно копирования/переноса файлов иногда также отображается не целиком, а отдельными кусками. Пока спасаюсь комбинацией CtrlShiftAlt Помогает, экран насильно перерисовывается без глюков. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=2_
priority
conemu from on june раз уж обсуждение погнали с форума то пока тут или планируется где то ещё версия указана в заголовке проблемы с отрисовкой по прежнему присутствуют как видно из сообщений на форуме у многих свои последовательности устойчивого повтерения глюков с отрисовкой причём у разных пользователей эти наборы разные я работаю на двух компьютерах с разными осями и существенно разным железом и даже здесь проблемы с отрисовкой разные на машине с xp глюки появляются сейчас крайне редко и не носят какого то деструктивного характера на ноутбуке с вистой проблемы с отрисовкой существенные практически стопроцентная повторяемость неотрисовки красного окна с подтверждением при удалении нескольких файлов в большинстве случаев повторяются проблемы с пометкой файлов папок при сравнении директорий как с помощью встроенного сравнения к с так и с помощью плагина из базовой поставки часто возникают проблемы с другими красными окнами поддверждения действий окно копирования переноса файлов иногда также отображается не целиком а отдельными кусками пока спасаюсь комбинацией ctrlshiftalt помогает экран насильно перерисовывается без глюков original issue
1
288,356
8,838,743,827
IssuesEvent
2019-01-05 20:41:46
burst-apps-team/burstcoin
https://api.github.com/repos/burst-apps-team/burstcoin
opened
Review list of bootstrap nodes, add support for non-standard ports on bootstrap nodes
priority-medium
At the moment all nodes listed as bootstrap must be using standard port (8123). We also need to check the bootstrap list and add/remove as necessary.
1.0
Review list of bootstrap nodes, add support for non-standard ports on bootstrap nodes - At the moment all nodes listed as bootstrap must be using standard port (8123). We also need to check the bootstrap list and add/remove as necessary.
priority
review list of bootstrap nodes add support for non standard ports on bootstrap nodes at the moment all nodes listed as bootstrap must be using standard port we also need to check the bootstrap list and add remove as necessary
1
317,501
9,666,138,096
IssuesEvent
2019-05-21 10:04:45
BGWE/BoardgameWE
https://api.github.com/repos/BGWE/BoardgameWE
opened
Re-design board game search
component/ui priority/medium sev/improvement
I would be great to give more clarity to the search results when searching. Also more interactions like ordering by name, year,...
1.0
Re-design board game search - I would be great to give more clarity to the search results when searching. Also more interactions like ordering by name, year,...
priority
re design board game search i would be great to give more clarity to the search results when searching also more interactions like ordering by name year
1
487,942
14,072,130,097
IssuesEvent
2020-11-04 00:58:11
chime-experiment/bondia
https://api.github.com/repos/chime-experiment/bondia
closed
Indicate which days already have opinions in the drop down
priority/medium
Suggestions: - Indicate in for each day if it has an opinion or not - Add an option to filter the list to show only days without opinions
1.0
Indicate which days already have opinions in the drop down - Suggestions: - Indicate in for each day if it has an opinion or not - Add an option to filter the list to show only days without opinions
priority
indicate which days already have opinions in the drop down suggestions indicate in for each day if it has an opinion or not add an option to filter the list to show only days without opinions
1
43,494
2,889,819,672
IssuesEvent
2015-06-13 19:52:15
damonkohler/android-scripting
https://api.github.com/repos/damonkohler/android-scripting
closed
Provide "dummy" android module
auto-migrated Priority-Medium Type-Enhancement
``` It would be nice to have a "dummy" android-module implementation that just returns some default values / prints what it does instead of really doing it (e.g. ttsSpeak). That would be helpful for script development on a workstation. ``` Original issue reported on code.google.com by `jarrad2...@gmail.com` on 7 Aug 2010 at 3:54
1.0
Provide "dummy" android module - ``` It would be nice to have a "dummy" android-module implementation that just returns some default values / prints what it does instead of really doing it (e.g. ttsSpeak). That would be helpful for script development on a workstation. ``` Original issue reported on code.google.com by `jarrad2...@gmail.com` on 7 Aug 2010 at 3:54
priority
provide dummy android module it would be nice to have a dummy android module implementation that just returns some default values prints what it does instead of really doing it e g ttsspeak that would be helpful for script development on a workstation original issue reported on code google com by gmail com on aug at
1
25,724
2,683,944,790
IssuesEvent
2015-03-28 14:03:39
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
closed
Add simple and effective console scrollbar
2–5 stars bug imported Priority-Medium
_From [sorin.sb...@gmail.com](https://code.google.com/u/107935209617580335268/) on August 20, 2010 06:16:51_ By default the scrollbar is hidden and it does appear only when FAR is not opened and when you hover the mouse over the right side. I would like to be able to use scrolling just like in putty with midnight commander, where it is always enable and where you can scroll anytime (console or ctr-o). Maybe this is already supported by conemu, but I wasn't able to locate any information on how to setup this on the net. The The behavior described above should be the default one. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=283_
1.0
Add simple and effective console scrollbar - _From [sorin.sb...@gmail.com](https://code.google.com/u/107935209617580335268/) on August 20, 2010 06:16:51_ By default the scrollbar is hidden and it does appear only when FAR is not opened and when you hover the mouse over the right side. I would like to be able to use scrolling just like in putty with midnight commander, where it is always enable and where you can scroll anytime (console or ctr-o). Maybe this is already supported by conemu, but I wasn't able to locate any information on how to setup this on the net. The The behavior described above should be the default one. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=283_
priority
add simple and effective console scrollbar from on august by default the scrollbar is hidden and it does appear only when far is not opened and when you hover the mouse over the right side i would like to be able to use scrolling just like in putty with midnight commander where it is always enable and where you can scroll anytime console or ctr o maybe this is already supported by conemu but i wasn t able to locate any information on how to setup this on the net the the behavior described above should be the default one original issue
1
469,514
13,519,463,914
IssuesEvent
2020-09-15 02:02:02
olive-editor/olive
https://api.github.com/repos/olive-editor/olive
closed
[CRASH] AppImage on Linux - instant crash
Crash Medium Priority
**Commit Hash** `e6daa3d3` **Platform** Manjaro Linux **Summary** Instant crash on starting the AppImage build. **Steps to Reproduce** Run it. **Backtrace** ``` Thread 1 "AppRun" received signal SIGSEGV, Segmentation fault. 0x00007ffff2b344a1 in QString::toDouble(bool*) const () from /tmp/.mount_Olive-XqLfgi/local/bin/../lib/libQt5Core.so.5 (gdb) bt #0 0x00007ffff2b344a1 in QString::toDouble(bool*) const () at /tmp/.mount_Olive-XqLfgi/local/bin/../lib/libQt5Core.so.5 #1 0x00007ffff2b344ed in QString::toFloat(bool*) const () at /tmp/.mount_Olive-XqLfgi/local/bin/../lib/libQt5Core.so.5 #2 0x00000000005f188a in olive::NodeInput::StringToValue(olive::NodeParam::DataType const&, QString const&, bool) (data_type=@0x7fffffffd810: olive::NodeParam::kColor, string=..., value_is_a_key_track=value_is_a_key_track@entry=false) at /home/travis/build/olive-editor/olive/app/node/input.cpp:401 #3 0x000000000058e92d in olive::Config::Load() () at /home/travis/build/olive-editor/olive/app/config/config.cpp:185 #4 0x000000000055d1c1 in olive::Core::Start() (this=this@entry=0x7fffffffda90) at /home/travis/build/olive-editor/olive/app/core.cpp:114 #5 0x000000000052d97d in main(int, char**) (argc=1, argv=0x7fffffffdc68) at /home/travis/build/olive-editor/olive/app/main.cpp:159 ``` **Additional Information**
1.0
[CRASH] AppImage on Linux - instant crash - **Commit Hash** `e6daa3d3` **Platform** Manjaro Linux **Summary** Instant crash on starting the AppImage build. **Steps to Reproduce** Run it. **Backtrace** ``` Thread 1 "AppRun" received signal SIGSEGV, Segmentation fault. 0x00007ffff2b344a1 in QString::toDouble(bool*) const () from /tmp/.mount_Olive-XqLfgi/local/bin/../lib/libQt5Core.so.5 (gdb) bt #0 0x00007ffff2b344a1 in QString::toDouble(bool*) const () at /tmp/.mount_Olive-XqLfgi/local/bin/../lib/libQt5Core.so.5 #1 0x00007ffff2b344ed in QString::toFloat(bool*) const () at /tmp/.mount_Olive-XqLfgi/local/bin/../lib/libQt5Core.so.5 #2 0x00000000005f188a in olive::NodeInput::StringToValue(olive::NodeParam::DataType const&, QString const&, bool) (data_type=@0x7fffffffd810: olive::NodeParam::kColor, string=..., value_is_a_key_track=value_is_a_key_track@entry=false) at /home/travis/build/olive-editor/olive/app/node/input.cpp:401 #3 0x000000000058e92d in olive::Config::Load() () at /home/travis/build/olive-editor/olive/app/config/config.cpp:185 #4 0x000000000055d1c1 in olive::Core::Start() (this=this@entry=0x7fffffffda90) at /home/travis/build/olive-editor/olive/app/core.cpp:114 #5 0x000000000052d97d in main(int, char**) (argc=1, argv=0x7fffffffdc68) at /home/travis/build/olive-editor/olive/app/main.cpp:159 ``` **Additional Information**
priority
appimage on linux instant crash commit hash platform manjaro linux summary instant crash on starting the appimage build steps to reproduce run it backtrace thread apprun received signal sigsegv segmentation fault in qstring todouble bool const from tmp mount olive xqlfgi local bin lib so gdb bt in qstring todouble bool const at tmp mount olive xqlfgi local bin lib so in qstring tofloat bool const at tmp mount olive xqlfgi local bin lib so in olive nodeinput stringtovalue olive nodeparam datatype const qstring const bool data type olive nodeparam kcolor string value is a key track value is a key track entry false at home travis build olive editor olive app node input cpp in olive config load at home travis build olive editor olive app config config cpp in olive core start this this entry at home travis build olive editor olive app core cpp in main int char argc argv at home travis build olive editor olive app main cpp additional information
1