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
55,555
3,073,778,001
IssuesEvent
2015-08-20 00:26:12
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
RobotiumRC does not connects and does not starts the tests
bug imported invalid Priority-Medium
_From [robso...@gmail.com](https://code.google.com/u/104787384330921518519/) on May 17, 2013 06:27:06_ In my project the tests does not starts and time After instrument and TimeoutException occurs on run test: What steps will reproduce the problem? 1. Instruments the SAFSTCPMessenger and RobotiumTestRunner projects (ant debug) 2. Intall my project and SAFSTCPMessenger and RobotiumTestRunner projects (adb install) 3. Run the test class on JUnit What is the expected output? What do you see instead? Expected to start launch app and run tests.. but not connects! What version of the product are you using? On what operating system? - Win 7 64bits - Intel Core i7 3.4 GHz - 8 GB Ram - Robotium RC 2012.12.12 - JDK 1.6.0_21 Please provide any additional information below. - Console log on run test: SocketProtocol.addListener(): AbstractRunner was successfully registered. DroidSocketProtocol.addListener(): AbstractRunner was successfully registered. Port forwarding will be from '2411' DroidSocketProtocol.createRemoteClientConnection(): Local Runner attempting to make remote Runner connection... Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! DroidSocketProtocol.createRemoteClientConnection(): The remotePort is set to next possible port number '2412' DroidSocketProtocol.createRemoteClientConnection(): Local Runner attempting to make remote Runner connection... Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! java.util.concurrent.TimeoutException: waitForRemoteConnected Timeout before Connect at com.jayway.android.robotium.remotecontrol.solo.SoloRemoteControl.waitForRemoteConnected(SoloRemoteControl.java:502) at com.jayway.android.robotium.remotecontrol.solo.SoloWorker.initialize(SoloWorker.java:161) at com.jayway.android.robotium.remotecontrol.solo.SoloTest.initialize(SoloTest.java:532) at br.fpf.test.cucumber.robotiumrc.CucumberRCTestConfig.startMainLaunch(CucumberRCTestConfig.java:256) at br.fpf.test.automatedtest.common.cucumber.defaultsteps.TestBase2.startScenario(TestBase2.java:30) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at cucumber.runtime.Utils$1.call(Utils.java:42) at cucumber.runtime.Timeout.timeout(Timeout.java:12) at cucumber.runtime.Utils.invoke(Utils.java:38) at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at cucumber.runtime.Runtime.runHookIfTagsMatch(Runtime.java:192) at cucumber.runtime.Runtime.runHooks(Runtime.java:184) at cucumber.runtime.Runtime.runBeforeHooks(Runtime.java:175) at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:35) at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:76) at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:65) at cucumber.runtime.junit.FeatureRunner.runChild(Fea... _Original issue: http://code.google.com/p/robotium/issues/detail?id=458_
1.0
RobotiumRC does not connects and does not starts the tests - _From [robso...@gmail.com](https://code.google.com/u/104787384330921518519/) on May 17, 2013 06:27:06_ In my project the tests does not starts and time After instrument and TimeoutException occurs on run test: What steps will reproduce the problem? 1. Instruments the SAFSTCPMessenger and RobotiumTestRunner projects (ant debug) 2. Intall my project and SAFSTCPMessenger and RobotiumTestRunner projects (adb install) 3. Run the test class on JUnit What is the expected output? What do you see instead? Expected to start launch app and run tests.. but not connects! What version of the product are you using? On what operating system? - Win 7 64bits - Intel Core i7 3.4 GHz - 8 GB Ram - Robotium RC 2012.12.12 - JDK 1.6.0_21 Please provide any additional information below. - Console log on run test: SocketProtocol.addListener(): AbstractRunner was successfully registered. DroidSocketProtocol.addListener(): AbstractRunner was successfully registered. Port forwarding will be from '2411' DroidSocketProtocol.createRemoteClientConnection(): Local Runner attempting to make remote Runner connection... Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2410' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! DroidSocketProtocol.createRemoteClientConnection(): The remotePort is set to next possible port number '2412' DroidSocketProtocol.createRemoteClientConnection(): Local Runner attempting to make remote Runner connection... Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! DroidSocketProtocol.verifyRemoteClient(): Remote client did not verify in timeout period. DroidSocketProtocol.createRemoteClientConnection(): Remote client did NOT verify itself as a remote SocketProtocolRunner! Forwarding port from 'local:2411' to 'device/emulator:2412' DroidSocketProtocol.createRemoteClientConnection(): Remote Runner seems to be connected! java.util.concurrent.TimeoutException: waitForRemoteConnected Timeout before Connect at com.jayway.android.robotium.remotecontrol.solo.SoloRemoteControl.waitForRemoteConnected(SoloRemoteControl.java:502) at com.jayway.android.robotium.remotecontrol.solo.SoloWorker.initialize(SoloWorker.java:161) at com.jayway.android.robotium.remotecontrol.solo.SoloTest.initialize(SoloTest.java:532) at br.fpf.test.cucumber.robotiumrc.CucumberRCTestConfig.startMainLaunch(CucumberRCTestConfig.java:256) at br.fpf.test.automatedtest.common.cucumber.defaultsteps.TestBase2.startScenario(TestBase2.java:30) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at cucumber.runtime.Utils$1.call(Utils.java:42) at cucumber.runtime.Timeout.timeout(Timeout.java:12) at cucumber.runtime.Utils.invoke(Utils.java:38) at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at cucumber.runtime.Runtime.runHookIfTagsMatch(Runtime.java:192) at cucumber.runtime.Runtime.runHooks(Runtime.java:184) at cucumber.runtime.Runtime.runBeforeHooks(Runtime.java:175) at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:35) at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:76) at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:65) at cucumber.runtime.junit.FeatureRunner.runChild(Fea... _Original issue: http://code.google.com/p/robotium/issues/detail?id=458_
priority
robotiumrc does not connects and does not starts the tests from on may in my project the tests does not starts and time after instrument and timeoutexception occurs on run test what steps will reproduce the problem instruments the safstcpmessenger and robotiumtestrunner projects ant debug intall my project and safstcpmessenger and robotiumtestrunner projects adb install run the test class on junit what is the expected output what do you see instead expected to start launch app and run tests but not connects what version of the product are you using on what operating system win intel core ghz gb ram robotium rc jdk please provide any additional information below console log on run test socketprotocol addlistener abstractrunner was successfully registered droidsocketprotocol addlistener abstractrunner was successfully registered port forwarding will be from droidsocketprotocol createremoteclientconnection local runner attempting to make remote runner connection forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner droidsocketprotocol createremoteclientconnection the remoteport is set to next possible port number droidsocketprotocol createremoteclientconnection local runner attempting to make remote runner connection forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected droidsocketprotocol verifyremoteclient remote client did not verify in timeout period droidsocketprotocol createremoteclientconnection remote client did not verify itself as a remote socketprotocolrunner forwarding port from local to device emulator droidsocketprotocol createremoteclientconnection remote runner seems to be connected java util concurrent timeoutexception waitforremoteconnected timeout before connect at com jayway android robotium remotecontrol solo soloremotecontrol waitforremoteconnected soloremotecontrol java at com jayway android robotium remotecontrol solo soloworker initialize soloworker java at com jayway android robotium remotecontrol solo solotest initialize solotest java at br fpf test cucumber robotiumrc cucumberrctestconfig startmainlaunch cucumberrctestconfig java at br fpf test automatedtest common cucumber defaultsteps startscenario 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 cucumber runtime utils call utils java at cucumber runtime timeout timeout timeout java at cucumber runtime utils invoke utils java at cucumber runtime java javahookdefinition execute javahookdefinition java at cucumber runtime runtime runhookiftagsmatch runtime java at cucumber runtime runtime runhooks runtime java at cucumber runtime runtime runbeforehooks runtime java at cucumber runtime model cucumberscenario run cucumberscenario java at cucumber runtime junit executionunitrunner run executionunitrunner java at cucumber runtime junit featurerunner runchild featurerunner java at cucumber runtime junit featurerunner runchild fea original issue
1
601,744
18,429,674,609
IssuesEvent
2021-10-14 05:45:54
google/flax
https://api.github.com/repos/google/flax
opened
[Documentation]: clarify mutability of collections rather than variables
Priority: P2 - medium
Just making a note so we don't forget it - several people have been confused by the existing documentation around mutability, `mutable=` kwarg, variables, collections - and on top of that how `sow`, `capture_intermediates` work. One thing that sticks out is that we may not be making it clear enough in docs that mutability is about the mutability of the _collections_ and not the _variables_ - as one user put it in C++ parlance we're controlling things more like `vector<const string>` rather than `vector<string>`. I've seen confusion on this point a few times, so it might be worth trying to underline how collections and the Variable references work under the hood a little more clearly. I'm just filing this so that we keep it in mind in our next pass over documentation.
1.0
[Documentation]: clarify mutability of collections rather than variables - Just making a note so we don't forget it - several people have been confused by the existing documentation around mutability, `mutable=` kwarg, variables, collections - and on top of that how `sow`, `capture_intermediates` work. One thing that sticks out is that we may not be making it clear enough in docs that mutability is about the mutability of the _collections_ and not the _variables_ - as one user put it in C++ parlance we're controlling things more like `vector<const string>` rather than `vector<string>`. I've seen confusion on this point a few times, so it might be worth trying to underline how collections and the Variable references work under the hood a little more clearly. I'm just filing this so that we keep it in mind in our next pass over documentation.
priority
clarify mutability of collections rather than variables just making a note so we don t forget it several people have been confused by the existing documentation around mutability mutable kwarg variables collections and on top of that how sow capture intermediates work one thing that sticks out is that we may not be making it clear enough in docs that mutability is about the mutability of the collections and not the variables as one user put it in c parlance we re controlling things more like vector rather than vector i ve seen confusion on this point a few times so it might be worth trying to underline how collections and the variable references work under the hood a little more clearly i m just filing this so that we keep it in mind in our next pass over documentation
1
183,276
6,685,784,095
IssuesEvent
2017-10-07 00:50:24
stats4sd/Stats4SD-Resources-Site
https://api.github.com/repos/stats4sd/Stats4SD-Resources-Site
closed
see updates without refresh
-1 - Deep Backlog Priority-Medium Type-bug
currently a strange bug that if a resource has been edited, the updates will show, but after a second edit they need a refresh. There's currently a seperate 'live' feed (instead of using persisted cache) to pull resources after edit, but doesn't fix.
1.0
see updates without refresh - currently a strange bug that if a resource has been edited, the updates will show, but after a second edit they need a refresh. There's currently a seperate 'live' feed (instead of using persisted cache) to pull resources after edit, but doesn't fix.
priority
see updates without refresh currently a strange bug that if a resource has been edited the updates will show but after a second edit they need a refresh there s currently a seperate live feed instead of using persisted cache to pull resources after edit but doesn t fix
1
398,657
11,742,132,046
IssuesEvent
2020-03-11 23:42:58
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Include Oswald in Style guide
easy and fun priority: medium style
In GitLab by @thomwiggers on May 4, 2017, 15:00 We should use oswald for cases where we need to distribute the font files, such as the app and the website https://gitlab.science.ru.nl/thalia/ThaliApp/tree/master/www/fonts/oswald
1.0
Include Oswald in Style guide - In GitLab by @thomwiggers on May 4, 2017, 15:00 We should use oswald for cases where we need to distribute the font files, such as the app and the website https://gitlab.science.ru.nl/thalia/ThaliApp/tree/master/www/fonts/oswald
priority
include oswald in style guide in gitlab by thomwiggers on may we should use oswald for cases where we need to distribute the font files such as the app and the website
1
388,625
11,489,968,580
IssuesEvent
2020-02-11 16:19:25
radical-cybertools/radical.saga
https://api.github.com/repos/radical-cybertools/radical.saga
closed
pty_process issues with Python 3.7+
comp:pty priority:medium topic:resource type:bug
I wasn't sure whether _Python 3.7+_ is intended to be supported at present or whether this is still WIP (the classifiers in [setup.py](https://github.com/radical-cybertools/radical.saga/blob/devel/setup.py) only list _3.5_) but I'm experiencing an issue creating a PTY in Python 3.7/3.8. This is not present in 3.5/3.6. The issue should be reproducible using the following example code: ``` from radical.saga.utils import pty_process as pp from radical.saga.utils import pty_shell_factory as psf from radical.utils.logger import Logger cfg = {'ssh_share_mode': 'auto', 'ssh_copy_mode': 'sftp', 'ssh_timeout': '10.0', 'shell': None, 'connection_pool_size': '10', 'connection_pool_wait': '600', 'prompt_pattern': '[\\$#%>\\]]\\s*$', 'connection_pool_ttl': '600'} pty = pp.PTYProcess("/usr/bin/env TERM=vt100 \"/bin/tcsh\" -i", cfg) pty.alive() f = psf.PTYShellFactory() log = Logger('test') info = {} info['posix'] = True info['key_pass'] = {} info['host_str'] = 'localhost' info['pass'] = '' info['prompt'] = '[\$#%>\]]\s*$' info['latency'] = 0.25 info['ssh_timeout'] = 10.0 info['logger'] = log f._initialize_pty(pty, info) pty.write('ls\n') print(pty.read()) print(pty.read()) print(pty.read()) ``` In 3.5/3.6 I get the output of `ls` printed to the screen. In 3.7/3.8, the script hangs for some time and then fails saying that it `Could not detect shell prompt (timeout)`: ``` f._initialize_pty(pty, info) File "/.../radical.saga/src/radical/saga/utils/pty_shell_factory.py", line 420, in _initialize_pty raise ptye.translate_exception (e) File "/.../radical.saga/src/radical/saga/utils/pty_shell_factory.py", line 293, in _initialize_pty raise rse.NoSuccess("Could not detect shell prompt (timeout)") radical.saga.exceptions.NoSuccess: Could not detect shell prompt (timeout) (/.../radical.saga/src/radical/saga/utils/pty_shell_factory.py +293 (_initialize_pty) : raise rse.NoSuccess("Could not detect shell prompt (timeout)")) ``` I've spent quite some time trying to debug this and it looks like it could be locking related. The cause of the issue looks to be that when `select.select` is called in [`pty_process.py#L593`](https://github.com/radical-cybertools/radical.saga/blob/57bc8dd09601333ffe29cc6b124cddb58967639e/src/radical/saga/utils/pty_process.py#L593) to check if there's any data to read, `rlist` is an empty list. In 3.5/3.6, it's correctly returning the file descriptor. I tried some standalone test code using only the core Python library and this seems to work. However, when the code is run within a `radical.utils.RLock` context manager, as it is in the main `radical.saga` code, the problem occurs. (EDIT: This issue relates to the `devel` branch)
1.0
pty_process issues with Python 3.7+ - I wasn't sure whether _Python 3.7+_ is intended to be supported at present or whether this is still WIP (the classifiers in [setup.py](https://github.com/radical-cybertools/radical.saga/blob/devel/setup.py) only list _3.5_) but I'm experiencing an issue creating a PTY in Python 3.7/3.8. This is not present in 3.5/3.6. The issue should be reproducible using the following example code: ``` from radical.saga.utils import pty_process as pp from radical.saga.utils import pty_shell_factory as psf from radical.utils.logger import Logger cfg = {'ssh_share_mode': 'auto', 'ssh_copy_mode': 'sftp', 'ssh_timeout': '10.0', 'shell': None, 'connection_pool_size': '10', 'connection_pool_wait': '600', 'prompt_pattern': '[\\$#%>\\]]\\s*$', 'connection_pool_ttl': '600'} pty = pp.PTYProcess("/usr/bin/env TERM=vt100 \"/bin/tcsh\" -i", cfg) pty.alive() f = psf.PTYShellFactory() log = Logger('test') info = {} info['posix'] = True info['key_pass'] = {} info['host_str'] = 'localhost' info['pass'] = '' info['prompt'] = '[\$#%>\]]\s*$' info['latency'] = 0.25 info['ssh_timeout'] = 10.0 info['logger'] = log f._initialize_pty(pty, info) pty.write('ls\n') print(pty.read()) print(pty.read()) print(pty.read()) ``` In 3.5/3.6 I get the output of `ls` printed to the screen. In 3.7/3.8, the script hangs for some time and then fails saying that it `Could not detect shell prompt (timeout)`: ``` f._initialize_pty(pty, info) File "/.../radical.saga/src/radical/saga/utils/pty_shell_factory.py", line 420, in _initialize_pty raise ptye.translate_exception (e) File "/.../radical.saga/src/radical/saga/utils/pty_shell_factory.py", line 293, in _initialize_pty raise rse.NoSuccess("Could not detect shell prompt (timeout)") radical.saga.exceptions.NoSuccess: Could not detect shell prompt (timeout) (/.../radical.saga/src/radical/saga/utils/pty_shell_factory.py +293 (_initialize_pty) : raise rse.NoSuccess("Could not detect shell prompt (timeout)")) ``` I've spent quite some time trying to debug this and it looks like it could be locking related. The cause of the issue looks to be that when `select.select` is called in [`pty_process.py#L593`](https://github.com/radical-cybertools/radical.saga/blob/57bc8dd09601333ffe29cc6b124cddb58967639e/src/radical/saga/utils/pty_process.py#L593) to check if there's any data to read, `rlist` is an empty list. In 3.5/3.6, it's correctly returning the file descriptor. I tried some standalone test code using only the core Python library and this seems to work. However, when the code is run within a `radical.utils.RLock` context manager, as it is in the main `radical.saga` code, the problem occurs. (EDIT: This issue relates to the `devel` branch)
priority
pty process issues with python i wasn t sure whether python is intended to be supported at present or whether this is still wip the classifiers in only list but i m experiencing an issue creating a pty in python this is not present in the issue should be reproducible using the following example code from radical saga utils import pty process as pp from radical saga utils import pty shell factory as psf from radical utils logger import logger cfg ssh share mode auto ssh copy mode sftp ssh timeout shell none connection pool size connection pool wait prompt pattern s connection pool ttl pty pp ptyprocess usr bin env term bin tcsh i cfg pty alive f psf ptyshellfactory log logger test info info true info info localhost info info s info info info log f initialize pty pty info pty write ls n print pty read print pty read print pty read in i get the output of ls printed to the screen in the script hangs for some time and then fails saying that it could not detect shell prompt timeout f initialize pty pty info file radical saga src radical saga utils pty shell factory py line in initialize pty raise ptye translate exception e file radical saga src radical saga utils pty shell factory py line in initialize pty raise rse nosuccess could not detect shell prompt timeout radical saga exceptions nosuccess could not detect shell prompt timeout radical saga src radical saga utils pty shell factory py initialize pty raise rse nosuccess could not detect shell prompt timeout i ve spent quite some time trying to debug this and it looks like it could be locking related the cause of the issue looks to be that when select select is called in to check if there s any data to read rlist is an empty list in it s correctly returning the file descriptor i tried some standalone test code using only the core python library and this seems to work however when the code is run within a radical utils rlock context manager as it is in the main radical saga code the problem occurs edit this issue relates to the devel branch
1
170,890
6,473,948,596
IssuesEvent
2017-08-17 16:58:28
Polpetta/SecurityAndRiskManagementNotes
https://api.github.com/repos/Polpetta/SecurityAndRiskManagementNotes
closed
Aggiungere la risposta alla domanda 64
bug in progress priority:medium prof type:exercise
Aggiungere la risposta alla seguente domanda: ***La documentazione che non viene vista dall’IT Strategy Commitee dovrebbe essere:*** 1. IT Project Plans 2. Analisi del rischio & Analisi dell’impatto sul business 3. IT Balanced Scorecard 4. IT Policies
1.0
Aggiungere la risposta alla domanda 64 - Aggiungere la risposta alla seguente domanda: ***La documentazione che non viene vista dall’IT Strategy Commitee dovrebbe essere:*** 1. IT Project Plans 2. Analisi del rischio & Analisi dell’impatto sul business 3. IT Balanced Scorecard 4. IT Policies
priority
aggiungere la risposta alla domanda aggiungere la risposta alla seguente domanda la documentazione che non viene vista dall’it strategy commitee dovrebbe essere it project plans analisi del rischio analisi dell’impatto sul business it balanced scorecard it policies
1
365,679
10,790,562,300
IssuesEvent
2019-11-05 15:09:12
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Link's url problems in Annotations/widgets description
Accepted Good first issue Priority: Medium bug
### Description Adding links with a specific URL in Annotations/widgets description, when I click on that link the choosed URL is preceded by the following: https://dev.mapstore.geo-solutions.it/mapstore/ _[the link I want]_ ![link](https://user-images.githubusercontent.com/54808782/66744908-f0377600-ee7d-11e9-9bef-a4f5fecb31e2.gif) ### In case of Bug (otherwise remove this paragraph) *Browser Affected* (use this site: https://www.whatsmybrowser.org/ for non expert users) - [ ] Internet Explorer - [X] Chrome - [X] Firefox - [X] Safari *Browser Version Affected* - Not browser related *Steps to reproduce* 1. - Open Mapstore - Open a trial map - Open burger menu - Click on annotations - Click on add - Write a random title and a description - Add a geometry - Add a link to the description - Click on save - Click on the link in description 2. - Open Mapstore - Add a Trial Map - Open TOC - Select a vector layer - Create a Text widget for that layer - Add a link in description - Save the widget - Open the link in description 3. - Open Mapstore - Login as admin - Create a new dashboard - Add a widget - Click on Text - Add a title and a description - Add a link in the description - Save the widget - Open the link in description *Expected Result* 1, 2, 3. The chosen link opens without errors *Current Result* 1, 2, 3. Opening the link, the chosen URL is preceded by: https://dev.mapstore.geo-solutions.it/mapstore/ ### Other useful information (optional):
1.0
Link's url problems in Annotations/widgets description - ### Description Adding links with a specific URL in Annotations/widgets description, when I click on that link the choosed URL is preceded by the following: https://dev.mapstore.geo-solutions.it/mapstore/ _[the link I want]_ ![link](https://user-images.githubusercontent.com/54808782/66744908-f0377600-ee7d-11e9-9bef-a4f5fecb31e2.gif) ### In case of Bug (otherwise remove this paragraph) *Browser Affected* (use this site: https://www.whatsmybrowser.org/ for non expert users) - [ ] Internet Explorer - [X] Chrome - [X] Firefox - [X] Safari *Browser Version Affected* - Not browser related *Steps to reproduce* 1. - Open Mapstore - Open a trial map - Open burger menu - Click on annotations - Click on add - Write a random title and a description - Add a geometry - Add a link to the description - Click on save - Click on the link in description 2. - Open Mapstore - Add a Trial Map - Open TOC - Select a vector layer - Create a Text widget for that layer - Add a link in description - Save the widget - Open the link in description 3. - Open Mapstore - Login as admin - Create a new dashboard - Add a widget - Click on Text - Add a title and a description - Add a link in the description - Save the widget - Open the link in description *Expected Result* 1, 2, 3. The chosen link opens without errors *Current Result* 1, 2, 3. Opening the link, the chosen URL is preceded by: https://dev.mapstore.geo-solutions.it/mapstore/ ### Other useful information (optional):
priority
link s url problems in annotations widgets description description adding links with a specific url in annotations widgets description when i click on that link the choosed url is preceded by the following in case of bug otherwise remove this paragraph browser affected use this site for non expert users internet explorer chrome firefox safari browser version affected not browser related steps to reproduce open mapstore open a trial map open burger menu click on annotations click on add write a random title and a description add a geometry add a link to the description click on save click on the link in description open mapstore add a trial map open toc select a vector layer create a text widget for that layer add a link in description save the widget open the link in description open mapstore login as admin create a new dashboard add a widget click on text add a title and a description add a link in the description save the widget open the link in description expected result the chosen link opens without errors current result opening the link the chosen url is preceded by other useful information optional
1
509,305
14,727,988,941
IssuesEvent
2021-01-06 09:20:51
enso-org/enso
https://api.github.com/repos/enso-org/enso
closed
Extract Profiling Info
Category: Interpreter Category: Tooling Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement
### Summary Given the visual nature of Enso's graph, we want to be able to use that graph not only to visualise the data flowing through our code, but also the performance of that code. In order to do this we need the ability to extract profiling information from the code running in the interpreter. ### Value We will have the ability to let our users visually profile their code to detect performance bottlenecks. ### Specification - [ ] Determine how best to gather and extract profiling information from running Enso code. - [ ] Implement this method in the interpreter and allow the information to be queried via an API (for use by the language server). ### Acceptance Criteria & Test Cases - The running Enso program can be queried for performance information in arbitrary scopes. - This functionality is well-tested and robust.
1.0
Extract Profiling Info - ### Summary Given the visual nature of Enso's graph, we want to be able to use that graph not only to visualise the data flowing through our code, but also the performance of that code. In order to do this we need the ability to extract profiling information from the code running in the interpreter. ### Value We will have the ability to let our users visually profile their code to detect performance bottlenecks. ### Specification - [ ] Determine how best to gather and extract profiling information from running Enso code. - [ ] Implement this method in the interpreter and allow the information to be queried via an API (for use by the language server). ### Acceptance Criteria & Test Cases - The running Enso program can be queried for performance information in arbitrary scopes. - This functionality is well-tested and robust.
priority
extract profiling info summary given the visual nature of enso s graph we want to be able to use that graph not only to visualise the data flowing through our code but also the performance of that code in order to do this we need the ability to extract profiling information from the code running in the interpreter value we will have the ability to let our users visually profile their code to detect performance bottlenecks specification determine how best to gather and extract profiling information from running enso code implement this method in the interpreter and allow the information to be queried via an api for use by the language server acceptance criteria test cases the running enso program can be queried for performance information in arbitrary scopes this functionality is well tested and robust
1
173,396
6,524,541,028
IssuesEvent
2017-08-29 13:03:59
OpenConceptLab/ocl_web
https://api.github.com/repos/OpenConceptLab/ocl_web
closed
Fix error handling for new org with invalid short code
bug medium-priority ReadyForUAT
Currently shows a nasty error message - note that org short code was invalid. It works fine if the short code is valid. ![image](https://cloud.githubusercontent.com/assets/1189689/6088381/bedd3314-ae23-11e4-947c-98f039e4d3d2.png)
1.0
Fix error handling for new org with invalid short code - Currently shows a nasty error message - note that org short code was invalid. It works fine if the short code is valid. ![image](https://cloud.githubusercontent.com/assets/1189689/6088381/bedd3314-ae23-11e4-947c-98f039e4d3d2.png)
priority
fix error handling for new org with invalid short code currently shows a nasty error message note that org short code was invalid it works fine if the short code is valid
1
208,631
7,156,773,291
IssuesEvent
2018-01-26 17:24:51
dirkwhoffmann/virtualc64
https://api.github.com/repos/dirkwhoffmann/virtualc64
closed
Support Final Cartridge III
Priority-Medium enhancement
User feedback: "Nun habe ich mir die Software des Final Cartridges III besorgt. Ziehe ich diese per Drag&Drop in das Programm Virtual C64, so ist es dort unter Media im Expansion Port sichtbar. Meine Frage: wie aktiviere ich so ein Cartridge jetzt? Die Software funktioniert zB unter Vice einfach nach einem Reset. Dies funktioniert unter Ihrer Software leider nicht."
1.0
Support Final Cartridge III - User feedback: "Nun habe ich mir die Software des Final Cartridges III besorgt. Ziehe ich diese per Drag&Drop in das Programm Virtual C64, so ist es dort unter Media im Expansion Port sichtbar. Meine Frage: wie aktiviere ich so ein Cartridge jetzt? Die Software funktioniert zB unter Vice einfach nach einem Reset. Dies funktioniert unter Ihrer Software leider nicht."
priority
support final cartridge iii user feedback nun habe ich mir die software des final cartridges iii besorgt ziehe ich diese per drag drop in das programm virtual so ist es dort unter media im expansion port sichtbar meine frage wie aktiviere ich so ein cartridge jetzt die software funktioniert zb unter vice einfach nach einem reset dies funktioniert unter ihrer software leider nicht
1
493,234
14,229,283,556
IssuesEvent
2020-11-18 05:55:39
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
opened
Comma operator disappearing after loading the members list
bug priority: medium
**Describe the bug** **All members** label count in Members page is showing comma operator (When you have thousands of members) before the members ajax load. . After loading the comma operator disappears **To Reproduce** 1. Go to the 'Members' page. . 2. If you have 1000+ members, you will see the comma operator before the member list loads (https://prnt.sc/vl85bw) 3. After all the members loading has been finished, the comma will vanish (https://prnt.sc/vl85vv) **Expected behavior** Comma operator should be there as we are using _number_format_i18n_ in the code. . **Support ticket link** Ticket no: 109387
1.0
Comma operator disappearing after loading the members list - **Describe the bug** **All members** label count in Members page is showing comma operator (When you have thousands of members) before the members ajax load. . After loading the comma operator disappears **To Reproduce** 1. Go to the 'Members' page. . 2. If you have 1000+ members, you will see the comma operator before the member list loads (https://prnt.sc/vl85bw) 3. After all the members loading has been finished, the comma will vanish (https://prnt.sc/vl85vv) **Expected behavior** Comma operator should be there as we are using _number_format_i18n_ in the code. . **Support ticket link** Ticket no: 109387
priority
comma operator disappearing after loading the members list describe the bug all members label count in members page is showing comma operator when you have thousands of members before the members ajax load after loading the comma operator disappears to reproduce go to the members page if you have members you will see the comma operator before the member list loads after all the members loading has been finished the comma will vanish expected behavior comma operator should be there as we are using number format in the code support ticket link ticket no
1
133,187
5,198,495,732
IssuesEvent
2017-01-23 18:16:47
Innovate-Inc/EnviroAtlas
https://api.github.com/repos/Innovate-Inc/EnviroAtlas
closed
User will be able to select an alternate color ramp.
Medium Priority MVP tools
In Issue #32, we found that the smart mapping widget gave us almost all of the functionality we needed, except for the ability for the user to select alternate color ramps. We decided to pull this out into a separate issue we'd deal with later - perhaps when Esri incorporates this option into the API, so we don't have to replicate all of the smart mapping functionality ourselves from scratch.
1.0
User will be able to select an alternate color ramp. - In Issue #32, we found that the smart mapping widget gave us almost all of the functionality we needed, except for the ability for the user to select alternate color ramps. We decided to pull this out into a separate issue we'd deal with later - perhaps when Esri incorporates this option into the API, so we don't have to replicate all of the smart mapping functionality ourselves from scratch.
priority
user will be able to select an alternate color ramp in issue we found that the smart mapping widget gave us almost all of the functionality we needed except for the ability for the user to select alternate color ramps we decided to pull this out into a separate issue we d deal with later perhaps when esri incorporates this option into the api so we don t have to replicate all of the smart mapping functionality ourselves from scratch
1
19,687
2,622,159,742
IssuesEvent
2015-03-04 00:09:34
byzhang/terrastore
https://api.github.com/repos/byzhang/terrastore
opened
Distributed tests suite
auto-migrated Milestone-0.9.0 Priority-Medium Project-Terrastore Type-Feature
``` Terrastore should implement a complete distributed tests suite, including: * Normal operations, such as node bootstrapping, document operations and so on. * Failure conditions via fault-injection, such as crashing nodes, delayed responses and so on. * Performance metrics. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 16 Dec 2010 at 9:23
1.0
Distributed tests suite - ``` Terrastore should implement a complete distributed tests suite, including: * Normal operations, such as node bootstrapping, document operations and so on. * Failure conditions via fault-injection, such as crashing nodes, delayed responses and so on. * Performance metrics. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 16 Dec 2010 at 9:23
priority
distributed tests suite terrastore should implement a complete distributed tests suite including normal operations such as node bootstrapping document operations and so on failure conditions via fault injection such as crashing nodes delayed responses and so on performance metrics original issue reported on code google com by sergio b gmail com on dec at
1
632,683
20,204,337,691
IssuesEvent
2022-02-11 18:28:33
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer
Team: Core Priority: Medium Source: Internal Type: Question
``` java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer; at com.hazelcast.internal.networking.OutboundHandler.initDstBuffer(OutboundHandler.java:120) at com.hazelcast.internal.networking.OutboundHandler.initDstBuffer(OutboundHandler.java:95) at com.hazelcast.nio.tcp.ProtocolEncoder.handlerAdded(ProtocolEncoder.java:64) at com.hazelcast.internal.networking.nio.NioOutboundPipeline.addLast(NioOutboundPipeline.java:322) at com.hazelcast.nio.tcp.PlainChannelInitializer.initChannel(PlainChannelInitializer.java:67) at com.hazelcast.internal.networking.nio.NioChannel.start(NioChannel.java:105) at com.hazelcast.nio.tcp.TcpIpConnectionManager.newConnection(TcpIpConnectionManager.java:386) at com.hazelcast.nio.tcp.TcpIpAcceptor$AcceptorIOThread.configureAndAssignSocket(TcpIpAcceptor.java:292) at com.hazelcast.nio.tcp.TcpIpAcceptor$AcceptorIOThread.acceptSocket(TcpIpAcceptor.java:284) at com.hazelcast.nio.tcp.TcpIpAcceptor$AcceptorIOThread.handleSelectionKeys(TcpIpAcceptor.java:220) at com.hazelcast.nio.tcp.TcpIpAcceptor$AcceptorIOThread.acceptLoop(TcpIpAcceptor.java:172) at com.hazelcast.nio.tcp.TcpIpAcceptor$AcceptorIOThread.run(TcpIpAcceptor.java:150) ``` JDK9 breaks compatibility with older versions for `ByteBuffer.flip()` by returning `ByteBuffer` instead of `Buffer`. Compiled code with target 1.6 causes this exception. This casting can be a solution: `((Buffer) buffer).flip();`
1.0
java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer - ``` java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer; at com.hazelcast.internal.networking.OutboundHandler.initDstBuffer(OutboundHandler.java:120) at com.hazelcast.internal.networking.OutboundHandler.initDstBuffer(OutboundHandler.java:95) at com.hazelcast.nio.tcp.ProtocolEncoder.handlerAdded(ProtocolEncoder.java:64) at com.hazelcast.internal.networking.nio.NioOutboundPipeline.addLast(NioOutboundPipeline.java:322) at com.hazelcast.nio.tcp.PlainChannelInitializer.initChannel(PlainChannelInitializer.java:67) at com.hazelcast.internal.networking.nio.NioChannel.start(NioChannel.java:105) at com.hazelcast.nio.tcp.TcpIpConnectionManager.newConnection(TcpIpConnectionManager.java:386) at com.hazelcast.nio.tcp.TcpIpAcceptor$AcceptorIOThread.configureAndAssignSocket(TcpIpAcceptor.java:292) at com.hazelcast.nio.tcp.TcpIpAcceptor$AcceptorIOThread.acceptSocket(TcpIpAcceptor.java:284) at com.hazelcast.nio.tcp.TcpIpAcceptor$AcceptorIOThread.handleSelectionKeys(TcpIpAcceptor.java:220) at com.hazelcast.nio.tcp.TcpIpAcceptor$AcceptorIOThread.acceptLoop(TcpIpAcceptor.java:172) at com.hazelcast.nio.tcp.TcpIpAcceptor$AcceptorIOThread.run(TcpIpAcceptor.java:150) ``` JDK9 breaks compatibility with older versions for `ByteBuffer.flip()` by returning `ByteBuffer` instead of `Buffer`. Compiled code with target 1.6 causes this exception. This casting can be a solution: `((Buffer) buffer).flip();`
priority
java lang nosuchmethoderror java nio bytebuffer flip ljava nio bytebuffer java lang nosuchmethoderror java nio bytebuffer flip ljava nio bytebuffer at com hazelcast internal networking outboundhandler initdstbuffer outboundhandler java at com hazelcast internal networking outboundhandler initdstbuffer outboundhandler java at com hazelcast nio tcp protocolencoder handleradded protocolencoder java at com hazelcast internal networking nio niooutboundpipeline addlast niooutboundpipeline java at com hazelcast nio tcp plainchannelinitializer initchannel plainchannelinitializer java at com hazelcast internal networking nio niochannel start niochannel java at com hazelcast nio tcp tcpipconnectionmanager newconnection tcpipconnectionmanager java at com hazelcast nio tcp tcpipacceptor acceptoriothread configureandassignsocket tcpipacceptor java at com hazelcast nio tcp tcpipacceptor acceptoriothread acceptsocket tcpipacceptor java at com hazelcast nio tcp tcpipacceptor acceptoriothread handleselectionkeys tcpipacceptor java at com hazelcast nio tcp tcpipacceptor acceptoriothread acceptloop tcpipacceptor java at com hazelcast nio tcp tcpipacceptor acceptoriothread run tcpipacceptor java breaks compatibility with older versions for bytebuffer flip by returning bytebuffer instead of buffer compiled code with target causes this exception this casting can be a solution buffer buffer flip
1
86,575
3,727,238,746
IssuesEvent
2016-03-06 04:58:58
linusbobcat/create-elementary-os-installer
https://api.github.com/repos/linusbobcat/create-elementary-os-installer
closed
Installer wipes entire USB drive even if single partition is selected
Priority: Medium
### Steps: 1. Create a USB drive with more than 1 partition 1. Launch installer and select one the partitions as the target 1. Run installer ### Expected: Installer installs ElementaryOS onto the selected partition *only*. Installer makes it clear what actions will be performed. ### Actual: Installer overwrites entire drive without warning!
1.0
Installer wipes entire USB drive even if single partition is selected - ### Steps: 1. Create a USB drive with more than 1 partition 1. Launch installer and select one the partitions as the target 1. Run installer ### Expected: Installer installs ElementaryOS onto the selected partition *only*. Installer makes it clear what actions will be performed. ### Actual: Installer overwrites entire drive without warning!
priority
installer wipes entire usb drive even if single partition is selected steps create a usb drive with more than partition launch installer and select one the partitions as the target run installer expected installer installs elementaryos onto the selected partition only installer makes it clear what actions will be performed actual installer overwrites entire drive without warning
1
562,143
16,639,109,427
IssuesEvent
2021-06-04 05:50:50
knowease-inc/knowease-inc.github.io
https://api.github.com/repos/knowease-inc/knowease-inc.github.io
closed
nuxt.config.js -> nuxt.config.ts 전환
Domain:Infra Domain:UX Priority:Medium Task:Enhancement
## 이런 목표를 달성해야 합니다 > 이 이슈로 무슨 목표를 달성하고자 하며 어떤 상태가 되어야 하는지 간결히 적어주세요. * nuxt.config.js -> nuxt.config.ts 전환 ## 현재 이런 상태입니다 > 이 이슈를 생성한 현시점의 문제 혹은 향후 문제 발생 가능성에 대하여 간결히 적어주세요. * 현재는 .js 파일로 생성되어 있습니다. .ts 파일로 전환 가능합니다. ## 이 이슈는 이 분이 풀 수 있을 것 같습니다 > 담당할 Assignee를 @로 **1명만** 멘션해주세요. * @T-Mook ## 아래의 세부적인 문제를 풀어야 할 것 같습니다 > 이 이슈를 해결하기 위한 세부 항목(이슈 클로징 조건)을 체크리스트로 적어주세요. - [ ] 전환 - [ ] yarn dev ## 이 이슈를 해결하기 위해 이런 내용을 참고할 수 있을 것 같습니다 > 문제 해결에 도움이 될 수 있을 것 같은 관련 이슈 번호, 문서, Wiki, 스크린샷, 개인적인 의견 등을 최대한 적어주세요. > 이 이슈가 다른 이슈와 관련되어 있는 경우는 **반드시 이슈 번호를 적어주세요** - 관련이슈: #3 - 참고사항 - https://github.com/T-Mook/T-Mook.github.io/blob/master/nuxt.config.ts ## 이 이슈 해결을 위해 이정도 시간이 예상됩니다 > 예상소요시간을 한가지만 선택해주세요. > (1W+ 가 아닌 경우 레이블을 변경해주세요.) - 예상소요시간: **1W-** ## 관련된 세부 정보입니다. > Reporter는 **1명만**, Domain, Priority, Task를 **각각 한가지만** 선택해주세요. > (UX, Medium, Enhancement 가 아닌 경우 레이블을 변경해주세요.) - Reporter: @T-Mook - Domain : **Infra** - Priority: **Medium** - Task : **Enhancement** ## 이 이슈를 해결함에 따라 이정도 재무적 영향이 예상됩니다. > 이 이슈를 해결함에 따라 전사적으로 유의미한 수익/비용 변동이 예상될 경우, 해당 수치를 입력해주세요. - 예상수익: 0 원/월 - 예상비용: 0 원/월
1.0
nuxt.config.js -> nuxt.config.ts 전환 - ## 이런 목표를 달성해야 합니다 > 이 이슈로 무슨 목표를 달성하고자 하며 어떤 상태가 되어야 하는지 간결히 적어주세요. * nuxt.config.js -> nuxt.config.ts 전환 ## 현재 이런 상태입니다 > 이 이슈를 생성한 현시점의 문제 혹은 향후 문제 발생 가능성에 대하여 간결히 적어주세요. * 현재는 .js 파일로 생성되어 있습니다. .ts 파일로 전환 가능합니다. ## 이 이슈는 이 분이 풀 수 있을 것 같습니다 > 담당할 Assignee를 @로 **1명만** 멘션해주세요. * @T-Mook ## 아래의 세부적인 문제를 풀어야 할 것 같습니다 > 이 이슈를 해결하기 위한 세부 항목(이슈 클로징 조건)을 체크리스트로 적어주세요. - [ ] 전환 - [ ] yarn dev ## 이 이슈를 해결하기 위해 이런 내용을 참고할 수 있을 것 같습니다 > 문제 해결에 도움이 될 수 있을 것 같은 관련 이슈 번호, 문서, Wiki, 스크린샷, 개인적인 의견 등을 최대한 적어주세요. > 이 이슈가 다른 이슈와 관련되어 있는 경우는 **반드시 이슈 번호를 적어주세요** - 관련이슈: #3 - 참고사항 - https://github.com/T-Mook/T-Mook.github.io/blob/master/nuxt.config.ts ## 이 이슈 해결을 위해 이정도 시간이 예상됩니다 > 예상소요시간을 한가지만 선택해주세요. > (1W+ 가 아닌 경우 레이블을 변경해주세요.) - 예상소요시간: **1W-** ## 관련된 세부 정보입니다. > Reporter는 **1명만**, Domain, Priority, Task를 **각각 한가지만** 선택해주세요. > (UX, Medium, Enhancement 가 아닌 경우 레이블을 변경해주세요.) - Reporter: @T-Mook - Domain : **Infra** - Priority: **Medium** - Task : **Enhancement** ## 이 이슈를 해결함에 따라 이정도 재무적 영향이 예상됩니다. > 이 이슈를 해결함에 따라 전사적으로 유의미한 수익/비용 변동이 예상될 경우, 해당 수치를 입력해주세요. - 예상수익: 0 원/월 - 예상비용: 0 원/월
priority
nuxt config js nuxt config ts 전환 이런 목표를 달성해야 합니다 이 이슈로 무슨 목표를 달성하고자 하며 어떤 상태가 되어야 하는지 간결히 적어주세요 nuxt config js nuxt config ts 전환 현재 이런 상태입니다 이 이슈를 생성한 현시점의 문제 혹은 향후 문제 발생 가능성에 대하여 간결히 적어주세요 현재는 js 파일로 생성되어 있습니다 ts 파일로 전환 가능합니다 이 이슈는 이 분이 풀 수 있을 것 같습니다 담당할 assignee를 로 멘션해주세요 t mook 아래의 세부적인 문제를 풀어야 할 것 같습니다 이 이슈를 해결하기 위한 세부 항목 이슈 클로징 조건 을 체크리스트로 적어주세요 전환 yarn dev 이 이슈를 해결하기 위해 이런 내용을 참고할 수 있을 것 같습니다 문제 해결에 도움이 될 수 있을 것 같은 관련 이슈 번호 문서 wiki 스크린샷 개인적인 의견 등을 최대한 적어주세요 이 이슈가 다른 이슈와 관련되어 있는 경우는 반드시 이슈 번호를 적어주세요 관련이슈 참고사항 이 이슈 해결을 위해 이정도 시간이 예상됩니다 예상소요시간을 한가지만 선택해주세요 가 아닌 경우 레이블을 변경해주세요 예상소요시간 관련된 세부 정보입니다 reporter는 domain priority task를 각각 한가지만 선택해주세요 ux medium enhancement 가 아닌 경우 레이블을 변경해주세요 reporter t mook domain infra priority medium task enhancement 이 이슈를 해결함에 따라 이정도 재무적 영향이 예상됩니다 이 이슈를 해결함에 따라 전사적으로 유의미한 수익 비용 변동이 예상될 경우 해당 수치를 입력해주세요 예상수익 원 월 예상비용 원 월
1
439,822
12,687,527,611
IssuesEvent
2020-06-20 16:57:32
IngenioUN/front_end
https://api.github.com/repos/IngenioUN/front_end
opened
Historia #46 - Ver todos los usuarios
Cap: Front-End Priority: Medium Type: New
- Solo el Aministrador tiene permiso - Ver la lista de todos los usuarios de la plataforma
1.0
Historia #46 - Ver todos los usuarios - - Solo el Aministrador tiene permiso - Ver la lista de todos los usuarios de la plataforma
priority
historia ver todos los usuarios solo el aministrador tiene permiso ver la lista de todos los usuarios de la plataforma
1
243,637
7,860,225,643
IssuesEvent
2018-06-21 19:12:26
RPGHacker/asar
https://api.github.com/repos/RPGHacker/asar
closed
Add support for compiling code from a memory buffer rather than a file
DLL Interface new feature priority: medium
Add support for compiling code from a memory buffer rather than a file to the DLL interface. This let's us avoid having to create files like "tmp.asm" and similar in third-party tools. Might also slightly increase performance. Functionality also needs to extend to file-based commands/functions etc. Proposal: add some kind of mount point that automatically makes file-based functions read from memory instead of file. For example, `incsrc "mem:/0x94FA783E"` could automatically attempt to read memory at location 0x94FA783E rather than opening a file.
1.0
Add support for compiling code from a memory buffer rather than a file - Add support for compiling code from a memory buffer rather than a file to the DLL interface. This let's us avoid having to create files like "tmp.asm" and similar in third-party tools. Might also slightly increase performance. Functionality also needs to extend to file-based commands/functions etc. Proposal: add some kind of mount point that automatically makes file-based functions read from memory instead of file. For example, `incsrc "mem:/0x94FA783E"` could automatically attempt to read memory at location 0x94FA783E rather than opening a file.
priority
add support for compiling code from a memory buffer rather than a file add support for compiling code from a memory buffer rather than a file to the dll interface this let s us avoid having to create files like tmp asm and similar in third party tools might also slightly increase performance functionality also needs to extend to file based commands functions etc proposal add some kind of mount point that automatically makes file based functions read from memory instead of file for example incsrc mem could automatically attempt to read memory at location rather than opening a file
1
34,238
2,776,594,841
IssuesEvent
2015-05-04 22:42:56
umutafacan/bounswe2015group3
https://api.github.com/repos/umutafacan/bounswe2015group3
reopened
Updating mobile mockup according to topics in Customer Meeting 3
auto-migrated Priority-Medium Type-Task
``` We need to update mobile mockup ``` Original issue reported on code.google.com by `burakyil...@gmail.com` on 28 Mar 2015 at 4:06
1.0
Updating mobile mockup according to topics in Customer Meeting 3 - ``` We need to update mobile mockup ``` Original issue reported on code.google.com by `burakyil...@gmail.com` on 28 Mar 2015 at 4:06
priority
updating mobile mockup according to topics in customer meeting we need to update mobile mockup original issue reported on code google com by burakyil gmail com on mar at
1
163,899
6,216,585,885
IssuesEvent
2017-07-08 05:32:03
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
Value redefinition not detected in {.pure.} enum
Easy Error messages Medium Priority Type sections
Test ````nim type RepublicArmy {.pure.} = enum Trooper Trooper Trooper Trooper Trooper assert RepublicArmy.high.ord == 4 # OK # Never happens: Error: redefinition of 'Trooper' ```` *** ````nim >nim -v Nim Compiler Version 0.17.1 (2017-06-19) [Windows: i386] Copyright (c) 2006-2017 by Andreas Rumpf git hash: 0fbca73e7140e891df6a5797ee7d7d38563f28da active boot switches: -d:release ````
1.0
Value redefinition not detected in {.pure.} enum - Test ````nim type RepublicArmy {.pure.} = enum Trooper Trooper Trooper Trooper Trooper assert RepublicArmy.high.ord == 4 # OK # Never happens: Error: redefinition of 'Trooper' ```` *** ````nim >nim -v Nim Compiler Version 0.17.1 (2017-06-19) [Windows: i386] Copyright (c) 2006-2017 by Andreas Rumpf git hash: 0fbca73e7140e891df6a5797ee7d7d38563f28da active boot switches: -d:release ````
priority
value redefinition not detected in pure enum test nim type republicarmy pure enum trooper trooper trooper trooper trooper assert republicarmy high ord ok never happens error redefinition of trooper nim nim v nim compiler version copyright c by andreas rumpf git hash active boot switches d release
1
329,837
10,025,135,349
IssuesEvent
2019-07-17 00:47:58
minio/minio-py
https://api.github.com/repos/minio/minio-py
closed
Minio generated 'access_key' and 'secret_key' are user login dependent.
community priority: medium working as intended
Minio generated 'access_key' and 'secret_key' are user login dependent. When we start the Minio server using different user login, it generate different 'access_key' and 'secret_key'. is it expected behavior ? In a solution how we can ensure Minio server always generate same 'access key' and 'secret key' although any user can start the server ? Thanks
1.0
Minio generated 'access_key' and 'secret_key' are user login dependent. - Minio generated 'access_key' and 'secret_key' are user login dependent. When we start the Minio server using different user login, it generate different 'access_key' and 'secret_key'. is it expected behavior ? In a solution how we can ensure Minio server always generate same 'access key' and 'secret key' although any user can start the server ? Thanks
priority
minio generated access key and secret key are user login dependent minio generated access key and secret key are user login dependent when we start the minio server using different user login it generate different access key and secret key is it expected behavior in a solution how we can ensure minio server always generate same access key and secret key although any user can start the server thanks
1
174,922
6,544,451,302
IssuesEvent
2017-09-03 16:27:53
elementary/switchboard-plug-pantheon-shell
https://api.github.com/repos/elementary/switchboard-plug-pantheon-shell
closed
wallpaper doesn't change when solid color is already used as a wallpaper
Priority: Medium Status: In Progress
steps to recreate bug: 1) set any solid color as a background using settings > Desktop > wallpaper 2) try to change wallpaper by right clicking any jpg or png file from file manager Launchpad Details: [#LP1500128](https://bugs.launchpad.net/bugs/1500128) Arun - 2015-09-27 01:41:57 +0000 <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43027881-wallpaper-doesn-t-change-when-solid-color-is-already-used-as-a-wallpaper?utm_campaign=plugin&utm_content=tracker%2F57462545&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F57462545&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
wallpaper doesn't change when solid color is already used as a wallpaper - steps to recreate bug: 1) set any solid color as a background using settings > Desktop > wallpaper 2) try to change wallpaper by right clicking any jpg or png file from file manager Launchpad Details: [#LP1500128](https://bugs.launchpad.net/bugs/1500128) Arun - 2015-09-27 01:41:57 +0000 <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43027881-wallpaper-doesn-t-change-when-solid-color-is-already-used-as-a-wallpaper?utm_campaign=plugin&utm_content=tracker%2F57462545&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F57462545&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
wallpaper doesn t change when solid color is already used as a wallpaper steps to recreate bug set any solid color as a background using settings desktop wallpaper try to change wallpaper by right clicking any jpg or png file from file manager launchpad details arun want to back this issue we accept bounties via
1
6,927
2,595,719,590
IssuesEvent
2015-02-20 16:05:03
thompsct/SemGen
https://api.github.com/repos/thompsct/SemGen
opened
"Cancel" option in save dialog doesn't prevent SG from quitting
bug medium priority
If I load a model, make an edit to the annotations and then quit SemGen, I get the "Save changes?" prompt. If I then hit Cancel, which should abort the quit process, SG still quits.
1.0
"Cancel" option in save dialog doesn't prevent SG from quitting - If I load a model, make an edit to the annotations and then quit SemGen, I get the "Save changes?" prompt. If I then hit Cancel, which should abort the quit process, SG still quits.
priority
cancel option in save dialog doesn t prevent sg from quitting if i load a model make an edit to the annotations and then quit semgen i get the save changes prompt if i then hit cancel which should abort the quit process sg still quits
1
357,864
10,618,370,049
IssuesEvent
2019-10-13 03:48:56
carbon-design-system/ibm-dotcom-library
https://api.github.com/repos/carbon-design-system/ibm-dotcom-library
closed
Investigate generation of JSDoc from React/Patterns package into JSON format
dev dotcom migrate package: patterns priority: medium
_Jeff-Chew created the following on Sep 10:_ <!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: Drupal Developer > I need to: Have a manifest of available properties for each component/pattern in JSON format > so that I can: automate the data mapping of the content model to the IBM.com Library patterns #### Additional information <!-- {{Please provide any additional information or resources for reference}} --> - We may be able to do this via command line: https://stackoverflow.com/questions/25210156/getting-jsdoc-output-in-json-format - Should check to see what kind of JSDoc format is coming out of the current React components to see if the format looks correct in the output - Ke Xu is a key point of contact for this on the DPP Drupal Pilot team - The manifest ideally will include available options for each prop - Manifest will provide character limits for prop items if applicable - Manifest will indicate if a prop is optional or required - fallback for this would be to create the manifest manually if we cannot automate this from JSDocs #### Acceptance criteria - [x] Provide details on what the JSON format is with the automated output to the Drupal team _Original issue: https://github.ibm.com/webstandards/digital-design/issues/1674_
1.0
Investigate generation of JSDoc from React/Patterns package into JSON format - _Jeff-Chew created the following on Sep 10:_ <!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: Drupal Developer > I need to: Have a manifest of available properties for each component/pattern in JSON format > so that I can: automate the data mapping of the content model to the IBM.com Library patterns #### Additional information <!-- {{Please provide any additional information or resources for reference}} --> - We may be able to do this via command line: https://stackoverflow.com/questions/25210156/getting-jsdoc-output-in-json-format - Should check to see what kind of JSDoc format is coming out of the current React components to see if the format looks correct in the output - Ke Xu is a key point of contact for this on the DPP Drupal Pilot team - The manifest ideally will include available options for each prop - Manifest will provide character limits for prop items if applicable - Manifest will indicate if a prop is optional or required - fallback for this would be to create the manifest manually if we cannot automate this from JSDocs #### Acceptance criteria - [x] Provide details on what the JSON format is with the automated output to the Drupal team _Original issue: https://github.ibm.com/webstandards/digital-design/issues/1674_
priority
investigate generation of jsdoc from react patterns package into json format jeff chew created the following on sep user story as a drupal developer i need to have a manifest of available properties for each component pattern in json format so that i can automate the data mapping of the content model to the ibm com library patterns additional information we may be able to do this via command line should check to see what kind of jsdoc format is coming out of the current react components to see if the format looks correct in the output ke xu is a key point of contact for this on the dpp drupal pilot team the manifest ideally will include available options for each prop manifest will provide character limits for prop items if applicable manifest will indicate if a prop is optional or required fallback for this would be to create the manifest manually if we cannot automate this from jsdocs acceptance criteria provide details on what the json format is with the automated output to the drupal team original issue
1
187,524
6,758,679,181
IssuesEvent
2017-10-24 14:51:57
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Add syslog support to VCH creation API
area/apis component/vic-machine kind/enhancement priority/medium team/lifecycle
The lastest mockups introduced controls to configure a syslog server for a VCH. The API should be updated to support this. Will require updating: - [x] Swagger - [x] Inspect handler - [x] Creation handler
1.0
Add syslog support to VCH creation API - The lastest mockups introduced controls to configure a syslog server for a VCH. The API should be updated to support this. Will require updating: - [x] Swagger - [x] Inspect handler - [x] Creation handler
priority
add syslog support to vch creation api the lastest mockups introduced controls to configure a syslog server for a vch the api should be updated to support this will require updating swagger inspect handler creation handler
1
677,034
23,147,435,167
IssuesEvent
2022-07-29 03:30:09
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
closed
Singulo doesn't eat decals
Priority: 2-Before Release Difficulty: 2-Medium Bug: Replicated
## Description <!-- Explain your issue in detail, including the steps to reproduce it if applicable. Issues without proper explanation are liable to be closed by maintainers.--> **Screenshots** ![unknown](https://user-images.githubusercontent.com/43253663/155048151-e67e705f-cdb2-4fd8-b478-dcfdef472136.png) **Additional context** <!-- Add any other context about the problem here. -->
1.0
Singulo doesn't eat decals - ## Description <!-- Explain your issue in detail, including the steps to reproduce it if applicable. Issues without proper explanation are liable to be closed by maintainers.--> **Screenshots** ![unknown](https://user-images.githubusercontent.com/43253663/155048151-e67e705f-cdb2-4fd8-b478-dcfdef472136.png) **Additional context** <!-- Add any other context about the problem here. -->
priority
singulo doesn t eat decals description screenshots additional context
1
799,917
28,316,258,919
IssuesEvent
2023-04-10 19:54:00
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] Batch Nested Join does not support partitioned or unioned tables
kind/enhancement area/ysql priority/medium
Jira Link: [DB-6044](https://yugabyte.atlassian.net/browse/DB-6044) ### Description Example: ``` drop table t1; drop table t2; create table t1 (id int primary key, r1 int); create table t2 (id int primary key, r1 int, r2 int not null) partition by range (id); create table t2_p0 partition of t2 default; create table t2_p1 partition of t2 for values from (minvalue) to (10); create table t2_p2 partition of t2 for values from (10) to (20); create table t2_p3 partition of t2 for values from (20) to (maxvalue); create index i_t2_r2 on t2 (r2 asc); SET yb_bnl_batch_size = 1024; explain analyze /*+ Leading((t1 t2)) IndexScan(t2) NestLoop(t1 t2) */ select * from t1 join t2 on t1.r1 = t2.r2; QUERY PLAN --------------------------------------------------------------------------------------------------------- Nested Loop (cost=0.00..5516.00 rows=20000 width=20) (actual time=0.865..0.865 rows=0 loops=1) -> Seq Scan on t1 (cost=0.00..100.00 rows=1000 width=8) (actual time=0.864..0.864 rows=0 loops=1) -> Append (cost=0.00..5.02 rows=40 width=12) (never executed) -> Index Scan using t2_p1_r2_idx on t2_p1 (cost=0.00..1.20 rows=10 width=12) (never executed) Index Cond: (r2 = t1.r1) -> Index Scan using t2_p2_r2_idx on t2_p2 (cost=0.00..1.20 rows=10 width=12) (never executed) Index Cond: (r2 = t1.r1) -> Index Scan using t2_p3_r2_idx on t2_p3 (cost=0.00..1.20 rows=10 width=12) (never executed) Index Cond: (r2 = t1.r1) -> Index Scan using t2_p0_r2_idx on t2_p0 (cost=0.00..1.20 rows=10 width=12) (never executed) Index Cond: (r2 = t1.r1) Planning Time: 22.850 ms Execution Time: 0.923 ms Peak Memory Usage: 62 kB (14 rows) ``` For a non-partitoned, use case, BNL works as usual: ``` create table t2np (id int primary key, r1 int, r2 int not null); create index i_t2np_r2 on t2np (r2 asc); explain analyze /*+ Leading((t1 t2)) IndexScan(t2) NestLoop(t1 t2) */ select * from t1 join t2np as t2 on t1.r1 = t2.r2; QUERY PLAN --------------------------------------------------------------------------------------------------------------- YB Batched Nested Loop Join (cost=0.00..227.41 rows=5000 width=20) (actual time=0.622..0.622 rows=0 loops=1) Join Filter: (t1.r1 = t2.r2) -> Seq Scan on t1 (cost=0.00..100.00 rows=1000 width=8) (actual time=0.613..0.613 rows=0 loops=1) -> Index Scan using i_t2np_r2 on t2np t2 (cost=0.00..1.20 rows=10 width=12) (never executed) Index Cond: (r2 = ANY (ARRAY[t1.r1, $1, $2, ..., $1023])) Planning Time: 6.135 ms Execution Time: 1.642 ms Peak Memory Usage: 424 kB (8 rows) ``` ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-6044]: https://yugabyte.atlassian.net/browse/DB-6044?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[YSQL] Batch Nested Join does not support partitioned or unioned tables - Jira Link: [DB-6044](https://yugabyte.atlassian.net/browse/DB-6044) ### Description Example: ``` drop table t1; drop table t2; create table t1 (id int primary key, r1 int); create table t2 (id int primary key, r1 int, r2 int not null) partition by range (id); create table t2_p0 partition of t2 default; create table t2_p1 partition of t2 for values from (minvalue) to (10); create table t2_p2 partition of t2 for values from (10) to (20); create table t2_p3 partition of t2 for values from (20) to (maxvalue); create index i_t2_r2 on t2 (r2 asc); SET yb_bnl_batch_size = 1024; explain analyze /*+ Leading((t1 t2)) IndexScan(t2) NestLoop(t1 t2) */ select * from t1 join t2 on t1.r1 = t2.r2; QUERY PLAN --------------------------------------------------------------------------------------------------------- Nested Loop (cost=0.00..5516.00 rows=20000 width=20) (actual time=0.865..0.865 rows=0 loops=1) -> Seq Scan on t1 (cost=0.00..100.00 rows=1000 width=8) (actual time=0.864..0.864 rows=0 loops=1) -> Append (cost=0.00..5.02 rows=40 width=12) (never executed) -> Index Scan using t2_p1_r2_idx on t2_p1 (cost=0.00..1.20 rows=10 width=12) (never executed) Index Cond: (r2 = t1.r1) -> Index Scan using t2_p2_r2_idx on t2_p2 (cost=0.00..1.20 rows=10 width=12) (never executed) Index Cond: (r2 = t1.r1) -> Index Scan using t2_p3_r2_idx on t2_p3 (cost=0.00..1.20 rows=10 width=12) (never executed) Index Cond: (r2 = t1.r1) -> Index Scan using t2_p0_r2_idx on t2_p0 (cost=0.00..1.20 rows=10 width=12) (never executed) Index Cond: (r2 = t1.r1) Planning Time: 22.850 ms Execution Time: 0.923 ms Peak Memory Usage: 62 kB (14 rows) ``` For a non-partitoned, use case, BNL works as usual: ``` create table t2np (id int primary key, r1 int, r2 int not null); create index i_t2np_r2 on t2np (r2 asc); explain analyze /*+ Leading((t1 t2)) IndexScan(t2) NestLoop(t1 t2) */ select * from t1 join t2np as t2 on t1.r1 = t2.r2; QUERY PLAN --------------------------------------------------------------------------------------------------------------- YB Batched Nested Loop Join (cost=0.00..227.41 rows=5000 width=20) (actual time=0.622..0.622 rows=0 loops=1) Join Filter: (t1.r1 = t2.r2) -> Seq Scan on t1 (cost=0.00..100.00 rows=1000 width=8) (actual time=0.613..0.613 rows=0 loops=1) -> Index Scan using i_t2np_r2 on t2np t2 (cost=0.00..1.20 rows=10 width=12) (never executed) Index Cond: (r2 = ANY (ARRAY[t1.r1, $1, $2, ..., $1023])) Planning Time: 6.135 ms Execution Time: 1.642 ms Peak Memory Usage: 424 kB (8 rows) ``` ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-6044]: https://yugabyte.atlassian.net/browse/DB-6044?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
batch nested join does not support partitioned or unioned tables jira link description example drop table drop table create table id int primary key int create table id int primary key int int not null partition by range id create table partition of default create table partition of for values from minvalue to create table partition of for values from to create table partition of for values from to maxvalue create index i on asc set yb bnl batch size explain analyze leading indexscan nestloop select from join on query plan nested loop cost rows width actual time rows loops seq scan on cost rows width actual time rows loops append cost rows width never executed index scan using idx on cost rows width never executed index cond index scan using idx on cost rows width never executed index cond index scan using idx on cost rows width never executed index cond index scan using idx on cost rows width never executed index cond planning time ms execution time ms peak memory usage kb rows for a non partitoned use case bnl works as usual create table id int primary key int int not null create index i on asc explain analyze leading indexscan nestloop select from join as on query plan yb batched nested loop join cost rows width actual time rows loops join filter seq scan on cost rows width actual time rows loops index scan using i on cost rows width never executed index cond any array planning time ms execution time ms peak memory usage kb rows warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information
1
790,591
27,829,741,505
IssuesEvent
2023-03-20 02:58:48
AY2223S2-CS2103T-W15-4/tp
https://api.github.com/repos/AY2223S2-CS2103T-W15-4/tp
opened
As an internship applicant, I can note down some interesting companies
type.Story priority.medium
... so that I can have a good for my internship applications.
1.0
As an internship applicant, I can note down some interesting companies - ... so that I can have a good for my internship applications.
priority
as an internship applicant i can note down some interesting companies so that i can have a good for my internship applications
1
205,290
7,096,659,930
IssuesEvent
2018-01-14 10:29:55
systers/vms
https://api.github.com/repos/systers/vms
closed
Keep the event to last changed value
Difficulty: EASY Priority: MEDIUM Program: Outreachy Type: Enhancement
1. Go to /job/create/. 2. Select an event other than first. 3. Add a job with erroneous condition. Event is reset to first event from the list.
1.0
Keep the event to last changed value - 1. Go to /job/create/. 2. Select an event other than first. 3. Add a job with erroneous condition. Event is reset to first event from the list.
priority
keep the event to last changed value go to job create select an event other than first add a job with erroneous condition event is reset to first event from the list
1
473,115
13,636,886,940
IssuesEvent
2020-09-25 06:50:22
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.0.0 staging - 1777] Civics Constitution description
Category: UI Priority: Medium Status: Fixed
I don't see what I'm writing in Constitution description. The line is continue to fill up and I don't see it. There is no line break. This is where my vision stops ![bandicam 2020-09-08 16-16-56-347](https://user-images.githubusercontent.com/27898520/92469771-cf42e680-f1ee-11ea-889b-af0fb2fa5408.jpg) This is what I actually printed ![bandicam 2020-09-08 16-17-08-640](https://user-images.githubusercontent.com/27898520/92469786-d7028b00-f1ee-11ea-83aa-9ff367ce0e53.jpg)
1.0
[0.9.0.0 staging - 1777] Civics Constitution description - I don't see what I'm writing in Constitution description. The line is continue to fill up and I don't see it. There is no line break. This is where my vision stops ![bandicam 2020-09-08 16-16-56-347](https://user-images.githubusercontent.com/27898520/92469771-cf42e680-f1ee-11ea-889b-af0fb2fa5408.jpg) This is what I actually printed ![bandicam 2020-09-08 16-17-08-640](https://user-images.githubusercontent.com/27898520/92469786-d7028b00-f1ee-11ea-83aa-9ff367ce0e53.jpg)
priority
civics constitution description i don t see what i m writing in constitution description the line is continue to fill up and i don t see it there is no line break this is where my vision stops this is what i actually printed
1
30,036
2,722,137,467
IssuesEvent
2015-04-14 00:18:30
CruxFramework/crux-smart-faces
https://api.github.com/repos/CruxFramework/crux-smart-faces
closed
JClassUtils missing method to recover jmethod from interfaces
bug imported Milestone-M14-C4 Priority-Medium TargetVersion-5.3.0
_From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on March 02, 2015 18:46:48_ This method is not enough: public static JMethod getMethod(JClassType clazz, String methodName, JType[] params) { JMethod method = null; JClassType superClass = clazz; while (method == null && superClass != null) { method = superClass.findMethod(methodName, params); superClass = superClass.getSuperclass(); } return method; } _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=615_
1.0
JClassUtils missing method to recover jmethod from interfaces - _From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on March 02, 2015 18:46:48_ This method is not enough: public static JMethod getMethod(JClassType clazz, String methodName, JType[] params) { JMethod method = null; JClassType superClass = clazz; while (method == null && superClass != null) { method = superClass.findMethod(methodName, params); superClass = superClass.getSuperclass(); } return method; } _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=615_
priority
jclassutils missing method to recover jmethod from interfaces from on march this method is not enough public static jmethod getmethod jclasstype clazz string methodname jtype params jmethod method null jclasstype superclass clazz while method null superclass null method superclass findmethod methodname params superclass superclass getsuperclass return method original issue
1
29,667
2,716,768,406
IssuesEvent
2015-04-10 21:15:39
CruxFramework/crux
https://api.github.com/repos/CruxFramework/crux
closed
I Can not tell to DataProvider that all editions are commited
bug imported Milestone-M14-C4 Priority-Medium
_From [trbustam...@gmail.com](https://code.google.com/u/117925048001886933493/) on September 19, 2014 14:58:55_ DataProvider should provide a method commitCahnges, to allow programmer to inform all the editions were already commited to the server (or any other information source). Actually I have to reset the dataProvider to make it consider the changes, But it will restart the dataProvider, changing the page were user is and reloading everything again. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=538_
1.0
I Can not tell to DataProvider that all editions are commited - _From [trbustam...@gmail.com](https://code.google.com/u/117925048001886933493/) on September 19, 2014 14:58:55_ DataProvider should provide a method commitCahnges, to allow programmer to inform all the editions were already commited to the server (or any other information source). Actually I have to reset the dataProvider to make it consider the changes, But it will restart the dataProvider, changing the page were user is and reloading everything again. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=538_
priority
i can not tell to dataprovider that all editions are commited from on september dataprovider should provide a method commitcahnges to allow programmer to inform all the editions were already commited to the server or any other information source actually i have to reset the dataprovider to make it consider the changes but it will restart the dataprovider changing the page were user is and reloading everything again original issue
1
76,529
3,489,050,639
IssuesEvent
2016-01-03 14:55:33
PowerPointLabs/PowerPointLabs
https://api.github.com/repos/PowerPointLabs/PowerPointLabs
opened
Traceable log system
Aspect.DevOps Priority.Medium type-enhancement
Often, in order to fix a bug or issue, we need to be able to re-produce it or at least know the ideas of the feature when it occurs. But we can't be lucky all the time to be able to re-produce the bug or know the feature well. **So it's important to have a log system that records important context for features and let the user send it to us (e.g. click a button to send by email or RESTful API..) when they encounter any uncaught exceptions or unexpected behaviours.** Then we receive the context of that exception, assign it to some developers and can hopefully fix the issue. At the end, by fixing those exceptions/issues/bugs, the add-in can become more robust and have fewer complaints. Talking about the implementation: because the add-in already has 20+ features, It's tedious and quite unprofessional to call logging functions at multiple places. It may require the usage of AOP technique to implement this log system. ref: https://www.postsharp.net/features
1.0
Traceable log system - Often, in order to fix a bug or issue, we need to be able to re-produce it or at least know the ideas of the feature when it occurs. But we can't be lucky all the time to be able to re-produce the bug or know the feature well. **So it's important to have a log system that records important context for features and let the user send it to us (e.g. click a button to send by email or RESTful API..) when they encounter any uncaught exceptions or unexpected behaviours.** Then we receive the context of that exception, assign it to some developers and can hopefully fix the issue. At the end, by fixing those exceptions/issues/bugs, the add-in can become more robust and have fewer complaints. Talking about the implementation: because the add-in already has 20+ features, It's tedious and quite unprofessional to call logging functions at multiple places. It may require the usage of AOP technique to implement this log system. ref: https://www.postsharp.net/features
priority
traceable log system often in order to fix a bug or issue we need to be able to re produce it or at least know the ideas of the feature when it occurs but we can t be lucky all the time to be able to re produce the bug or know the feature well so it s important to have a log system that records important context for features and let the user send it to us e g click a button to send by email or restful api when they encounter any uncaught exceptions or unexpected behaviours then we receive the context of that exception assign it to some developers and can hopefully fix the issue at the end by fixing those exceptions issues bugs the add in can become more robust and have fewer complaints talking about the implementation because the add in already has features it s tedious and quite unprofessional to call logging functions at multiple places it may require the usage of aop technique to implement this log system ref
1
444,554
12,814,257,296
IssuesEvent
2020-07-04 17:39:24
GeyserMC/Geyser
https://api.github.com/repos/GeyserMC/Geyser
closed
Movement - Banned from Hypixel
Confirmed Bug Priority: Medium
<!--- Please follow this format COMPLETELY and make sure the bug you are reporting has not been reported yet. Reports should contain as much information or context as possible to help us find the problem. Simply creating an issue on a vague topic will not help us at all, and if you are unsure if something should belong here, please contact us on [Discord](http://discord.geysermc.org).--> <!--- Issues pertaining to connection problem, or anything of that covered on the [Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues) do not belong here and only clutter this issue tracker. --> **Describe the bug** <!--- A clear and concise description of what the bug is. --> You can get banned on various servers when on a floating bridge **To Reproduce** <!--- Steps to reproduce the behavior: --> 1. Get Minecraft on the Nintendo switch 2. Hook that bad boy up with Bedrock Connect 3. Get the latest version of geyser running on a computer. 4. Connect to hypixel.net on geyser 5. Play bedwars 6. Keep playing untill you go on a bridge and get banned. **Expected behavior** Normal Hypixel bedwars gameplay, where you do not get banned for going on a bridge. **Screenshots / Videos** <!--- If applicable, add screenshots to help explain your problem. --> **Server Version** I think Hypixel uses 1.8 with via version but I am not quite sure. **Geyser Version** I believe it is 2.3.8 **Minecraft: Bedrock Edition Version** Nintendo switch edition **Additional Context** <!--- Add any other context about the problem here. Include any plugins on the Minecraft server that may cause problems. ---> A Hypixel member said there are bugs with geyser causing the player to possibly have movement hacks or move a bit quicker then usual.
1.0
Movement - Banned from Hypixel - <!--- Please follow this format COMPLETELY and make sure the bug you are reporting has not been reported yet. Reports should contain as much information or context as possible to help us find the problem. Simply creating an issue on a vague topic will not help us at all, and if you are unsure if something should belong here, please contact us on [Discord](http://discord.geysermc.org).--> <!--- Issues pertaining to connection problem, or anything of that covered on the [Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues) do not belong here and only clutter this issue tracker. --> **Describe the bug** <!--- A clear and concise description of what the bug is. --> You can get banned on various servers when on a floating bridge **To Reproduce** <!--- Steps to reproduce the behavior: --> 1. Get Minecraft on the Nintendo switch 2. Hook that bad boy up with Bedrock Connect 3. Get the latest version of geyser running on a computer. 4. Connect to hypixel.net on geyser 5. Play bedwars 6. Keep playing untill you go on a bridge and get banned. **Expected behavior** Normal Hypixel bedwars gameplay, where you do not get banned for going on a bridge. **Screenshots / Videos** <!--- If applicable, add screenshots to help explain your problem. --> **Server Version** I think Hypixel uses 1.8 with via version but I am not quite sure. **Geyser Version** I believe it is 2.3.8 **Minecraft: Bedrock Edition Version** Nintendo switch edition **Additional Context** <!--- Add any other context about the problem here. Include any plugins on the Minecraft server that may cause problems. ---> A Hypixel member said there are bugs with geyser causing the player to possibly have movement hacks or move a bit quicker then usual.
priority
movement banned from hypixel please follow this format completely and make sure the bug you are reporting has not been reported yet reports should contain as much information or context as possible to help us find the problem simply creating an issue on a vague topic will not help us at all and if you are unsure if something should belong here please contact us on describe the bug you can get banned on various servers when on a floating bridge to reproduce get minecraft on the nintendo switch hook that bad boy up with bedrock connect get the latest version of geyser running on a computer connect to hypixel net on geyser play bedwars keep playing untill you go on a bridge and get banned expected behavior normal hypixel bedwars gameplay where you do not get banned for going on a bridge screenshots videos server version i think hypixel uses with via version but i am not quite sure geyser version i believe it is minecraft bedrock edition version nintendo switch edition additional context a hypixel member said there are bugs with geyser causing the player to possibly have movement hacks or move a bit quicker then usual
1
669,616
22,634,093,377
IssuesEvent
2022-06-30 17:07:53
theiagen/public_health_bacterial_genomics
https://api.github.com/repos/theiagen/public_health_bacterial_genomics
closed
MashTree_FASTA restricted to .fasta assembly files
priority:3 (medium)
Assemblies with .fna file extension currently lead to job failure
1.0
MashTree_FASTA restricted to .fasta assembly files - Assemblies with .fna file extension currently lead to job failure
priority
mashtree fasta restricted to fasta assembly files assemblies with fna file extension currently lead to job failure
1
675,786
23,105,952,515
IssuesEvent
2022-07-27 08:49:45
Knowledge-Management-Capstone/knowledge-management-dashboard
https://api.github.com/repos/Knowledge-Management-Capstone/knowledge-management-dashboard
closed
KMND-78 Fix Editor Whitespace Issue
type:bug estimated-sp:3 priority:medium
## Description Suggestions: 1. Upgrade `react-quill` to version `v2.0.0-beta`. The simplest solution. 2. Downgrade `react` to version `17.0.0`. Another simple solution but have to change the code a little bit. 3. Migrate to [`lexical`](https://github.com/facebook/lexical) rich text editor. The most stable solution. A lot of work, i guess.
1.0
KMND-78 Fix Editor Whitespace Issue - ## Description Suggestions: 1. Upgrade `react-quill` to version `v2.0.0-beta`. The simplest solution. 2. Downgrade `react` to version `17.0.0`. Another simple solution but have to change the code a little bit. 3. Migrate to [`lexical`](https://github.com/facebook/lexical) rich text editor. The most stable solution. A lot of work, i guess.
priority
kmnd fix editor whitespace issue description suggestions upgrade react quill to version beta the simplest solution downgrade react to version another simple solution but have to change the code a little bit migrate to rich text editor the most stable solution a lot of work i guess
1
747,435
26,084,149,158
IssuesEvent
2022-12-25 21:37:14
divy-07/chess-engine
https://api.github.com/repos/divy-07/chess-engine
closed
Threading to finding best move
enhancement moves Medium priority
Currently, the program only uses one thread to search for the best move in `moves.bestmove`. We can use threading to speed up the search by potentially a factor of 4 for the same depth. - [x] implement threading using `RecursiveTask` library in Java - [x] find the optimal cutoff to switch to sequential evaluation (my guess would be at `depth = max_depth - 2` This would go in `moves.bestmove.ThreadedAlphaBeta`
1.0
Threading to finding best move - Currently, the program only uses one thread to search for the best move in `moves.bestmove`. We can use threading to speed up the search by potentially a factor of 4 for the same depth. - [x] implement threading using `RecursiveTask` library in Java - [x] find the optimal cutoff to switch to sequential evaluation (my guess would be at `depth = max_depth - 2` This would go in `moves.bestmove.ThreadedAlphaBeta`
priority
threading to finding best move currently the program only uses one thread to search for the best move in moves bestmove we can use threading to speed up the search by potentially a factor of for the same depth implement threading using recursivetask library in java find the optimal cutoff to switch to sequential evaluation my guess would be at depth max depth this would go in moves bestmove threadedalphabeta
1
417,957
12,190,885,362
IssuesEvent
2020-04-29 10:06:21
cloudfoundry-incubator/kubecf
https://api.github.com/repos/cloudfoundry-incubator/kubecf
closed
Confirm kubecf works on Kube 1.17
Priority: Medium Status: Accepted Type: Maintenance
**Is your feature request related to a problem? Please describe.** Since Kubernetes 1.17 is available and a couple implementations exist already, including SUSE's CaaS Platform 4.1.2, we should verify that kubecf works on that version.
1.0
Confirm kubecf works on Kube 1.17 - **Is your feature request related to a problem? Please describe.** Since Kubernetes 1.17 is available and a couple implementations exist already, including SUSE's CaaS Platform 4.1.2, we should verify that kubecf works on that version.
priority
confirm kubecf works on kube is your feature request related to a problem please describe since kubernetes is available and a couple implementations exist already including suse s caas platform we should verify that kubecf works on that version
1
364,533
10,765,589,354
IssuesEvent
2019-11-01 11:28:11
canonical-web-and-design/vanilla-framework
https://api.github.com/repos/canonical-web-and-design/vanilla-framework
closed
Show include snippet per component on documentation
Priority: Medium
_An issue raised by @barrymcgee_ When importing components separately into a project, it would be good to surface the `@include` snippet to the documentation of that component. Saving time to look in the `.scss` file and hunting to find the exact include for that particular component. - We could add a section in the context menu called 'Import'? - We could add a snippet alongside the component heading?
1.0
Show include snippet per component on documentation - _An issue raised by @barrymcgee_ When importing components separately into a project, it would be good to surface the `@include` snippet to the documentation of that component. Saving time to look in the `.scss` file and hunting to find the exact include for that particular component. - We could add a section in the context menu called 'Import'? - We could add a snippet alongside the component heading?
priority
show include snippet per component on documentation an issue raised by barrymcgee when importing components separately into a project it would be good to surface the include snippet to the documentation of that component saving time to look in the scss file and hunting to find the exact include for that particular component we could add a section in the context menu called import we could add a snippet alongside the component heading
1
285,791
8,774,624,420
IssuesEvent
2018-12-18 20:23:43
fgpv-vpgf/fgpv-vpgf
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
opened
Config column widths not being respected
bug-type: broken use case needs: estimate priority: medium problem: bug
It appears the `width` config option for table columns is not being used. [Schema definition](https://github.com/fgpv-vpgf/fgpv-vpgf/blob/v2.6.0-b2/schema.json#L503) (also, this description should be updated to indicate the unit of the width; probably pixels) Code that [calculates widths](https://github.com/fgpv-vpgf/fgpv-vpgf/blob/v2.6.0-b2/src/app/ui/table/table-default.directive.js#L322). Sample 37 has a config with [widths set](https://github.com/fgpv-vpgf/fgpv-vpgf/blob/v2.6.0-b2/src/content/samples/config/config-sample-37.json#L97)
1.0
Config column widths not being respected - It appears the `width` config option for table columns is not being used. [Schema definition](https://github.com/fgpv-vpgf/fgpv-vpgf/blob/v2.6.0-b2/schema.json#L503) (also, this description should be updated to indicate the unit of the width; probably pixels) Code that [calculates widths](https://github.com/fgpv-vpgf/fgpv-vpgf/blob/v2.6.0-b2/src/app/ui/table/table-default.directive.js#L322). Sample 37 has a config with [widths set](https://github.com/fgpv-vpgf/fgpv-vpgf/blob/v2.6.0-b2/src/content/samples/config/config-sample-37.json#L97)
priority
config column widths not being respected it appears the width config option for table columns is not being used also this description should be updated to indicate the unit of the width probably pixels code that sample has a config with
1
235,410
7,738,228,908
IssuesEvent
2018-05-28 11:11:52
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
OTA:an issue about OTA/mcumgr
area: OTA bug priority: medium
hi all: i am now testing a demo about OTA fuction, and meet some issues, my target boards are two Nordic nrf52_pca10040, one run SMP Server Sample[https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/subsys/mgmt/mcumgr/smp_svr](url), and another run Bluetooth: HCI UART [https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/bluetooth/hci_uart](url) . i am sure that the SMP Server Sample runs will, when it is running, it is printk some debug informations as below: ``` ***** Booting Zephyr OS 1.11.99 ***** [MCUBOOT] [INF] main: Starting bootloader [MCUBOOT] [INF] boot_status_source: Image 0: magic=unset, copy_done=0xff, image_ok=0xff [MCUBOOT] [INF] boot_status_source: Scratch: ***** Booting Zephyr OS 1.11.99 ***** [MCUBOOT] [INF] main: Starting bootloader [MCUBOOT] [INF] boot_status_source: Image 0: magic=unset, copy_done=0xff, image_ok=0xff [MCUBOOT] [INF] boot_status_source: Scratch: magic=unset, copy_done=0x0, image_ok=0xff [MCUBOOT] [INF] boot_status_source: Boot source: slot 0 [MCUBOOT] [INF] boot_swap_type: Swap type: none [MCUBOOT] [INF] main: Bootloader chainload address offset: 0xc000 [MCUBOOT] [INF] main: Jumping to the first image slot ***** Booting Zephyr OS 1.11.99 ***** Zephyr Shell, Zephyr version: 1.11.99 Type 'help' for a list of available commands shell> Bluetooth initialized Advertising successfully started now the problem is i have install all the things follow the guides: [https://github.com/zephyrproject-rtos/zephyr/tree/master/ext/lib/mgmt/mcumgr](url) [https://github.com/apache/mynewt-mcumgr-cli/blob/master/README.md](url) [https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/subsys/mgmt/mcumgr/smp_svr](url) [https://devzone.nordicsemi.com/b/blog/posts/nrf5x-support-within-the-zephyr-project-rtos](url) ``` but when i run: sudo mcumgr --conntype ble --connstring ctlr_name=hci0,peer_name='Zephyr' echo hello sometimes the target can reply hello, but more times the target reply nothing, and the terminal will be blocked, and I had to kill the terminal thread. ![image](https://user-images.githubusercontent.com/24618171/40160175-f9fa6fba-59de-11e8-8f50-045f74f1c4f4.png) so who can help me or anyone else has used OTA.
1.0
OTA:an issue about OTA/mcumgr - hi all: i am now testing a demo about OTA fuction, and meet some issues, my target boards are two Nordic nrf52_pca10040, one run SMP Server Sample[https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/subsys/mgmt/mcumgr/smp_svr](url), and another run Bluetooth: HCI UART [https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/bluetooth/hci_uart](url) . i am sure that the SMP Server Sample runs will, when it is running, it is printk some debug informations as below: ``` ***** Booting Zephyr OS 1.11.99 ***** [MCUBOOT] [INF] main: Starting bootloader [MCUBOOT] [INF] boot_status_source: Image 0: magic=unset, copy_done=0xff, image_ok=0xff [MCUBOOT] [INF] boot_status_source: Scratch: ***** Booting Zephyr OS 1.11.99 ***** [MCUBOOT] [INF] main: Starting bootloader [MCUBOOT] [INF] boot_status_source: Image 0: magic=unset, copy_done=0xff, image_ok=0xff [MCUBOOT] [INF] boot_status_source: Scratch: magic=unset, copy_done=0x0, image_ok=0xff [MCUBOOT] [INF] boot_status_source: Boot source: slot 0 [MCUBOOT] [INF] boot_swap_type: Swap type: none [MCUBOOT] [INF] main: Bootloader chainload address offset: 0xc000 [MCUBOOT] [INF] main: Jumping to the first image slot ***** Booting Zephyr OS 1.11.99 ***** Zephyr Shell, Zephyr version: 1.11.99 Type 'help' for a list of available commands shell> Bluetooth initialized Advertising successfully started now the problem is i have install all the things follow the guides: [https://github.com/zephyrproject-rtos/zephyr/tree/master/ext/lib/mgmt/mcumgr](url) [https://github.com/apache/mynewt-mcumgr-cli/blob/master/README.md](url) [https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/subsys/mgmt/mcumgr/smp_svr](url) [https://devzone.nordicsemi.com/b/blog/posts/nrf5x-support-within-the-zephyr-project-rtos](url) ``` but when i run: sudo mcumgr --conntype ble --connstring ctlr_name=hci0,peer_name='Zephyr' echo hello sometimes the target can reply hello, but more times the target reply nothing, and the terminal will be blocked, and I had to kill the terminal thread. ![image](https://user-images.githubusercontent.com/24618171/40160175-f9fa6fba-59de-11e8-8f50-045f74f1c4f4.png) so who can help me or anyone else has used OTA.
priority
ota an issue about ota mcumgr hi all i am now testing a demo about ota fuction and meet some issues my target boards are two nordic one run smp server sample url and another run bluetooth hci uart url i am sure that the smp server sample runs will when it is running it is printk some debug informations as below booting zephyr os main starting bootloader boot status source image magic unset copy done image ok boot status source scratch booting zephyr os main starting bootloader boot status source image magic unset copy done image ok boot status source scratch magic unset copy done image ok boot status source boot source slot boot swap type swap type none main bootloader chainload address offset main jumping to the first image slot booting zephyr os zephyr shell zephyr version type help for a list of available commands shell bluetooth initialized advertising successfully started now the problem is i have install all the things follow the guides url url url url but when i run sudo mcumgr conntype ble connstring ctlr name peer name zephyr echo hello sometimes the target can reply hello but more times the target reply nothing and the terminal will be blocked and i had to kill the terminal thread so who can help me or anyone else has used ota
1
55,243
3,072,449,231
IssuesEvent
2015-08-19 16:58:49
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
In complex scenario, assertCurrentActivity() doesn't work on ICS with
bug imported Priority-Medium wontfix
_From [salvetti...@gmail.com](https://code.google.com/u/109242612347519492627/) on February 22, 2012 12:40:20_ What steps will reproduce the problem? 1.Create an Activity A with a button which launch another Activity B 2.In the test case start Activity A and click on the button, for example: startActivityForResult(new Intent(Activity_A.this,Activity_B.class), RESULT_ACTIVITY_DISMISSED); 3. Sleep for 5 seconds (to allow the activity to be launch) 4. Then do assertCurrentActivity(Activity_B.class) What is the expected output? What do you see instead? The assertCurrentActivity fail. It says that the current activity is A whereas the activity B is launched. What version of the product are you using? On what operating system? Robotium 3.1 on a AVD Emulator with Android 4.0.3. Please provide any additional information below. I'm using an AVD with 4.0.3 , when I run complex test scenarios, and the problem is where I use the solo.assertCurrentActivity("Asserting " + activityClass.getSimpleName(), activityClass); , the current Activity is not update, stay in the last Activity . Using the names for the Activities, the current Activity, for Robotium is 'Activity A', but the app is running the 'Activity B'. I using and AVD with 1024 Mib and SDK 4.0.3 , and the last Robotium version 3.1. I tested the same test on HTC Nexus One, with 2.3.4 and emulator with 2.1 , 2.2, and 2.3, and DON'T FAILS thanks for your help. Mariano Salvetti _Original issue: http://code.google.com/p/robotium/issues/detail?id=227_
1.0
In complex scenario, assertCurrentActivity() doesn't work on ICS with - _From [salvetti...@gmail.com](https://code.google.com/u/109242612347519492627/) on February 22, 2012 12:40:20_ What steps will reproduce the problem? 1.Create an Activity A with a button which launch another Activity B 2.In the test case start Activity A and click on the button, for example: startActivityForResult(new Intent(Activity_A.this,Activity_B.class), RESULT_ACTIVITY_DISMISSED); 3. Sleep for 5 seconds (to allow the activity to be launch) 4. Then do assertCurrentActivity(Activity_B.class) What is the expected output? What do you see instead? The assertCurrentActivity fail. It says that the current activity is A whereas the activity B is launched. What version of the product are you using? On what operating system? Robotium 3.1 on a AVD Emulator with Android 4.0.3. Please provide any additional information below. I'm using an AVD with 4.0.3 , when I run complex test scenarios, and the problem is where I use the solo.assertCurrentActivity("Asserting " + activityClass.getSimpleName(), activityClass); , the current Activity is not update, stay in the last Activity . Using the names for the Activities, the current Activity, for Robotium is 'Activity A', but the app is running the 'Activity B'. I using and AVD with 1024 Mib and SDK 4.0.3 , and the last Robotium version 3.1. I tested the same test on HTC Nexus One, with 2.3.4 and emulator with 2.1 , 2.2, and 2.3, and DON'T FAILS thanks for your help. Mariano Salvetti _Original issue: http://code.google.com/p/robotium/issues/detail?id=227_
priority
in complex scenario assertcurrentactivity doesn t work on ics with from on february what steps will reproduce the problem create an activity a with a button which launch another activity b in the test case start activity a and click on the button for example startactivityforresult new intent activity a this activity b class result activity dismissed sleep for seconds to allow the activity to be launch then do assertcurrentactivity activity b class what is the expected output what do you see instead the assertcurrentactivity fail it says that the current activity is a whereas the activity b is launched what version of the product are you using on what operating system robotium on a avd emulator with android please provide any additional information below i m using an avd with when i run complex test scenarios and the problem is where i use the solo assertcurrentactivity asserting activityclass getsimplename activityclass the current activity is not update stay in the last activity using the names for the activities the current activity for robotium is activity a but the app is running the activity b i using and avd with mib and sdk and the last robotium version i tested the same test on htc nexus one with and emulator with and and don t fails thanks for your help mariano salvetti original issue
1
764,200
26,788,987,941
IssuesEvent
2023-02-01 06:41:11
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] Queries fall back to SequentialScan if a non-existent index is specified in an IndexScan pg_hint_plan hint
kind/enhancement area/ysql priority/medium status/awaiting-triage
Jira Link: [DB-5211](https://yugabyte.atlassian.net/browse/DB-5211) ### Description If you provide an IndexScan hint but make a typo in the name of the index, it will fall back to SequentialScan instead of falling back to the PK index. Example: Create table: ``` yugabyte=# CREATE TABLE accounts ( user_id serial PRIMARY KEY, username VARCHAR ( 50 ) UNIQUE NOT NULL, password VARCHAR ( 50 ) NOT NULL, email VARCHAR ( 255 ) UNIQUE NOT NULL, created_on TIMESTAMP NOT NULL, last_login TIMESTAMP ); CREATE TABLE ``` Create index: ``` yugabyte=# CREATE UNIQUE INDEX accounts_email_idx ON accounts (user_id, email); CREATE INDEX ``` Non-hinted select uses the PK: ``` yugabyte=# explain select user_id, email from accounts where user_id=7; QUERY PLAN -------------------------------------------------------------------------------- Index Scan using accounts_pkey on accounts (cost=0.00..4.11 rows=1 width=520) Index Cond: (user_id = 7) (2 rows) ``` Hinted select picks the custom index if specified: ``` yugabyte=# /*+ IndexScan (accounts accounts_email_idx) */ explain select user_id, email from accounts where user_id=7; QUERY PLAN ---------------------------------------------------------------------------------------- Index Scan using accounts_email_idx on accounts (cost=0.00..16.25 rows=100 width=520) Index Cond: (user_id = 7) (2 rows) ``` Hinted select falls back to Seq Scan instead of the PK if there's a typo in the index name: ``` yugabyte=# /*+ IndexScan (accounts accounts_email_index) */ explain select user_id, email from accounts where user_id=7; QUERY PLAN ------------------------------------------------------------------------------ Seq Scan on accounts (cost=10000000000.00..10000000012.50 rows=1 width=520) Filter: (user_id = 7) (2 rows) ``` This could have a significant impact on query performance. The planner should probably ignore non-existent indexes if they are provided in a hint. [DB-5211]: https://yugabyte.atlassian.net/browse/DB-5211?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[YSQL] Queries fall back to SequentialScan if a non-existent index is specified in an IndexScan pg_hint_plan hint - Jira Link: [DB-5211](https://yugabyte.atlassian.net/browse/DB-5211) ### Description If you provide an IndexScan hint but make a typo in the name of the index, it will fall back to SequentialScan instead of falling back to the PK index. Example: Create table: ``` yugabyte=# CREATE TABLE accounts ( user_id serial PRIMARY KEY, username VARCHAR ( 50 ) UNIQUE NOT NULL, password VARCHAR ( 50 ) NOT NULL, email VARCHAR ( 255 ) UNIQUE NOT NULL, created_on TIMESTAMP NOT NULL, last_login TIMESTAMP ); CREATE TABLE ``` Create index: ``` yugabyte=# CREATE UNIQUE INDEX accounts_email_idx ON accounts (user_id, email); CREATE INDEX ``` Non-hinted select uses the PK: ``` yugabyte=# explain select user_id, email from accounts where user_id=7; QUERY PLAN -------------------------------------------------------------------------------- Index Scan using accounts_pkey on accounts (cost=0.00..4.11 rows=1 width=520) Index Cond: (user_id = 7) (2 rows) ``` Hinted select picks the custom index if specified: ``` yugabyte=# /*+ IndexScan (accounts accounts_email_idx) */ explain select user_id, email from accounts where user_id=7; QUERY PLAN ---------------------------------------------------------------------------------------- Index Scan using accounts_email_idx on accounts (cost=0.00..16.25 rows=100 width=520) Index Cond: (user_id = 7) (2 rows) ``` Hinted select falls back to Seq Scan instead of the PK if there's a typo in the index name: ``` yugabyte=# /*+ IndexScan (accounts accounts_email_index) */ explain select user_id, email from accounts where user_id=7; QUERY PLAN ------------------------------------------------------------------------------ Seq Scan on accounts (cost=10000000000.00..10000000012.50 rows=1 width=520) Filter: (user_id = 7) (2 rows) ``` This could have a significant impact on query performance. The planner should probably ignore non-existent indexes if they are provided in a hint. [DB-5211]: https://yugabyte.atlassian.net/browse/DB-5211?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
queries fall back to sequentialscan if a non existent index is specified in an indexscan pg hint plan hint jira link description if you provide an indexscan hint but make a typo in the name of the index it will fall back to sequentialscan instead of falling back to the pk index example create table yugabyte create table accounts user id serial primary key username varchar unique not null password varchar not null email varchar unique not null created on timestamp not null last login timestamp create table create index yugabyte create unique index accounts email idx on accounts user id email create index non hinted select uses the pk yugabyte explain select user id email from accounts where user id query plan index scan using accounts pkey on accounts cost rows width index cond user id rows hinted select picks the custom index if specified yugabyte indexscan accounts accounts email idx explain select user id email from accounts where user id query plan index scan using accounts email idx on accounts cost rows width index cond user id rows hinted select falls back to seq scan instead of the pk if there s a typo in the index name yugabyte indexscan accounts accounts email index explain select user id email from accounts where user id query plan seq scan on accounts cost rows width filter user id rows this could have a significant impact on query performance the planner should probably ignore non existent indexes if they are provided in a hint
1
588,634
17,663,602,566
IssuesEvent
2021-08-22 02:10:14
rocky-linux/os-autoinst-distri-rocky
https://api.github.com/repos/rocky-linux/os-autoinst-distri-rocky
opened
Test suite failure for install_<language>_language on rocky-8.4-universal-x86_64
priority: medium type: bug
## Describe Issue Please describe the issue as completely as possible so that an appropriate fix may be developed. | Test Suite | `install_arabic/japanese/russian/french_language@64bit ` | |---|---| | Result | Failed | | Scheduled product | `rocky-8.4-universal-x86_64` | | Test module | `/var/lib/openqa/share/tests/rocky/tests/_anaconda_network_enable.pm`<br>`/var/lib/openqa/share/tests/rocky/tests/_anaconda_kdump_disable.pm`<br>... | | Analysis | Example:<br>Test died: no candidate needle with tag(s) `anaconda_main_hub_network_host_name_not_connected` matched. at `/var/lib/openqa/share/tests/rocky/tests/_anaconda_network_enable.pm` line 12. | ## Planned Action - Update all failing needles to match Rocky Linux Anaconda interface
1.0
Test suite failure for install_<language>_language on rocky-8.4-universal-x86_64 - ## Describe Issue Please describe the issue as completely as possible so that an appropriate fix may be developed. | Test Suite | `install_arabic/japanese/russian/french_language@64bit ` | |---|---| | Result | Failed | | Scheduled product | `rocky-8.4-universal-x86_64` | | Test module | `/var/lib/openqa/share/tests/rocky/tests/_anaconda_network_enable.pm`<br>`/var/lib/openqa/share/tests/rocky/tests/_anaconda_kdump_disable.pm`<br>... | | Analysis | Example:<br>Test died: no candidate needle with tag(s) `anaconda_main_hub_network_host_name_not_connected` matched. at `/var/lib/openqa/share/tests/rocky/tests/_anaconda_network_enable.pm` line 12. | ## Planned Action - Update all failing needles to match Rocky Linux Anaconda interface
priority
test suite failure for install language on rocky universal describe issue please describe the issue as completely as possible so that an appropriate fix may be developed test suite install arabic japanese russian french language result failed scheduled product rocky universal test module var lib openqa share tests rocky tests anaconda network enable pm var lib openqa share tests rocky tests anaconda kdump disable pm analysis example test died no candidate needle with tag s anaconda main hub network host name not connected matched at var lib openqa share tests rocky tests anaconda network enable pm line planned action update all failing needles to match rocky linux anaconda interface
1
827,038
31,722,621,323
IssuesEvent
2023-09-10 15:31:48
MetaMask/metamask-mobile
https://api.github.com/repos/MetaMask/metamask-mobile
closed
Insufficient funds error does not update on account change
type-bug area-transactions Sev2-normal Priority - Medium stale team-confirmations-planning
**Describe the bug** If I tap a deeplink payment request with an account that has 0 balance, I get the insufficient funds alert. When I switch to a different account that has a balance sufficient to cover the send and gas, the error message does not go away so I am unable to proceed with the transaction. **Screenshots** https://recordit.co/FaOQC7RLHq **To Reproduce** _Steps to reproduce the behavior_ 1. Select an account with zero balance in wallet view 2. Scan a deeplink payment request without a network specified (or specified for the network where you have 0 balance) 3. From the send view, change to another account that has a sufficient balance 4. Note that the error does not go away and the confirm button is disabled. **Expected behavior** After switching accounts to one with a sufficient balance, the error should go away and the confirm button should be able to be tapped. **Smartphone (please complete the following information):** - Device: Sumsung A51f - OS: Android 11 - App Version v5.1.0 build 883 ------------------------------------------------------------- _to be added after bug submission by internal support / PM_ **Severity** - How critical is the impact of this bug on a user? - Add stats if available on % of customers impacted - Is this visible to all users? - Is this tech debt?
1.0
Insufficient funds error does not update on account change - **Describe the bug** If I tap a deeplink payment request with an account that has 0 balance, I get the insufficient funds alert. When I switch to a different account that has a balance sufficient to cover the send and gas, the error message does not go away so I am unable to proceed with the transaction. **Screenshots** https://recordit.co/FaOQC7RLHq **To Reproduce** _Steps to reproduce the behavior_ 1. Select an account with zero balance in wallet view 2. Scan a deeplink payment request without a network specified (or specified for the network where you have 0 balance) 3. From the send view, change to another account that has a sufficient balance 4. Note that the error does not go away and the confirm button is disabled. **Expected behavior** After switching accounts to one with a sufficient balance, the error should go away and the confirm button should be able to be tapped. **Smartphone (please complete the following information):** - Device: Sumsung A51f - OS: Android 11 - App Version v5.1.0 build 883 ------------------------------------------------------------- _to be added after bug submission by internal support / PM_ **Severity** - How critical is the impact of this bug on a user? - Add stats if available on % of customers impacted - Is this visible to all users? - Is this tech debt?
priority
insufficient funds error does not update on account change describe the bug if i tap a deeplink payment request with an account that has balance i get the insufficient funds alert when i switch to a different account that has a balance sufficient to cover the send and gas the error message does not go away so i am unable to proceed with the transaction screenshots to reproduce steps to reproduce the behavior select an account with zero balance in wallet view scan a deeplink payment request without a network specified or specified for the network where you have balance from the send view change to another account that has a sufficient balance note that the error does not go away and the confirm button is disabled expected behavior after switching accounts to one with a sufficient balance the error should go away and the confirm button should be able to be tapped smartphone please complete the following information device sumsung os android app version build to be added after bug submission by internal support pm severity how critical is the impact of this bug on a user add stats if available on of customers impacted is this visible to all users is this tech debt
1
43,563
2,889,852,983
IssuesEvent
2015-06-13 20:33:19
damonkohler/sl4a
https://api.github.com/repos/damonkohler/sl4a
opened
Allow scripts to exit with a result
auto-migrated Priority-Medium Type-Enhancement
_From @GoogleCodeExporter on May 31, 2015 11:25_ ``` Exiting with a result allows scripts to be used with startActivityForResult. ``` Original issue reported on code.google.com by `damonkoh...@gmail.com` on 13 Mar 2010 at 2:40 _Copied from original issue: damonkohler/android-scripting#239_
1.0
Allow scripts to exit with a result - _From @GoogleCodeExporter on May 31, 2015 11:25_ ``` Exiting with a result allows scripts to be used with startActivityForResult. ``` Original issue reported on code.google.com by `damonkoh...@gmail.com` on 13 Mar 2010 at 2:40 _Copied from original issue: damonkohler/android-scripting#239_
priority
allow scripts to exit with a result from googlecodeexporter on may exiting with a result allows scripts to be used with startactivityforresult original issue reported on code google com by damonkoh gmail com on mar at copied from original issue damonkohler android scripting
1
122,845
4,846,137,594
IssuesEvent
2016-11-10 10:43:09
scalan/scalan
https://api.github.com/repos/scalan/scalan
opened
Optimize cases like (x && y) && (x && z)
medium priority
Current idea is to allow many arguments (instead of just 2) for `And` and `Or` (and maybe `Plus`/`Times` as well), and add ordering on `Exp`. Then rewrite to `And(x, x, y, z)` and eliminate duplicates from there.
1.0
Optimize cases like (x && y) && (x && z) - Current idea is to allow many arguments (instead of just 2) for `And` and `Or` (and maybe `Plus`/`Times` as well), and add ordering on `Exp`. Then rewrite to `And(x, x, y, z)` and eliminate duplicates from there.
priority
optimize cases like x y x z current idea is to allow many arguments instead of just for and and or and maybe plus times as well and add ordering on exp then rewrite to and x x y z and eliminate duplicates from there
1
339,381
10,253,535,512
IssuesEvent
2019-08-21 11:32:58
Gelbpunkt/IdleRPG
https://api.github.com/repos/Gelbpunkt/IdleRPG
closed
Suggestion: Adventure Cancellation Confirmation Message
Priority: Medium enhancement todo in next release
**Is your feature request related to a problem? Please describe.** I accidentally cancelled a level 11 adventure which was 10 minutes from completing thinking the command was universal (I'm not sure how to describe it). I was curious about the battle command but didn't want to initiate anything and instinctively typed $cancel and ended up sabotaging my mission. I forgot that idling caused most things to cancel themselves. **Describe the solution you'd like** A confirmation message asking something along the lines of "Are you sure you want to cancel your adventure? y/n". **Describe alternatives you've considered** Just something similar to confirmation messages when you attempt to sell equipped gear. **Additional context** n/a
1.0
Suggestion: Adventure Cancellation Confirmation Message - **Is your feature request related to a problem? Please describe.** I accidentally cancelled a level 11 adventure which was 10 minutes from completing thinking the command was universal (I'm not sure how to describe it). I was curious about the battle command but didn't want to initiate anything and instinctively typed $cancel and ended up sabotaging my mission. I forgot that idling caused most things to cancel themselves. **Describe the solution you'd like** A confirmation message asking something along the lines of "Are you sure you want to cancel your adventure? y/n". **Describe alternatives you've considered** Just something similar to confirmation messages when you attempt to sell equipped gear. **Additional context** n/a
priority
suggestion adventure cancellation confirmation message is your feature request related to a problem please describe i accidentally cancelled a level adventure which was minutes from completing thinking the command was universal i m not sure how to describe it i was curious about the battle command but didn t want to initiate anything and instinctively typed cancel and ended up sabotaging my mission i forgot that idling caused most things to cancel themselves describe the solution you d like a confirmation message asking something along the lines of are you sure you want to cancel your adventure y n describe alternatives you ve considered just something similar to confirmation messages when you attempt to sell equipped gear additional context n a
1
491,664
14,168,699,580
IssuesEvent
2020-11-12 12:08:33
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Creating world marker on click broken in 7.6
Priority: Medium Status: Fixed Status: Reopen Type: Feature
(it works before - in 7.5) If you click on object, or coordinates - in 7.5 scroll minimap and create marker. Now - only scroll. It's planned?
1.0
Creating world marker on click broken in 7.6 - (it works before - in 7.5) If you click on object, or coordinates - in 7.5 scroll minimap and create marker. Now - only scroll. It's planned?
priority
creating world marker on click broken in it works before in if you click on object or coordinates in scroll minimap and create marker now only scroll it s planned
1
120,651
4,792,742,419
IssuesEvent
2016-10-31 16:17:31
qspin/qtaste
https://api.github.com/repos/qspin/qtaste
closed
jython module update
category:kernel priority:medium severity:major type:update
The current version of jython (the one used in qtaste) is based on Python 2.2.1... a lot of new functions have been released in python 2.5... It should be interresting to upgrade the jython module. The testing part of this issues has to be important cause a lot of side effects are possible!!
1.0
jython module update - The current version of jython (the one used in qtaste) is based on Python 2.2.1... a lot of new functions have been released in python 2.5... It should be interresting to upgrade the jython module. The testing part of this issues has to be important cause a lot of side effects are possible!!
priority
jython module update the current version of jython the one used in qtaste is based on python a lot of new functions have been released in python it should be interresting to upgrade the jython module the testing part of this issues has to be important cause a lot of side effects are possible
1
326,825
9,961,513,733
IssuesEvent
2019-07-07 05:31:24
dhis2/maintenance-app
https://api.github.com/repos/dhis2/maintenance-app
closed
Persist search state on edit object
enhancement priority:medium stale wontfix
For any object, when doing a search, clicking edit and going back/saving, the search query string and filtered list state should keep its state.
1.0
Persist search state on edit object - For any object, when doing a search, clicking edit and going back/saving, the search query string and filtered list state should keep its state.
priority
persist search state on edit object for any object when doing a search clicking edit and going back saving the search query string and filtered list state should keep its state
1
581,187
17,287,715,506
IssuesEvent
2021-07-24 03:36:28
steamforvietnam/devops
https://api.github.com/repos/steamforvietnam/devops
opened
Setup and document cert-manager
priority/medium track/kubernetes
What type of issue is this? ---------------------------------- - [x] deploy - [x] others: document What is the issue/problem? ------------------------------------ - [cert-manager](https://cert-manager.io/docs/) is used to issue TLS certificate from Let's Encrypt CA. - We want to install this in every cluster, such that every ingress with the right annotations will have a cert issued. - We also need to document how to setup the corresponding Ingress object, as well as steps to debug things when the cert is not renewed. Is there any suggestions for the implementation? -----------------------------------------------------------------
1.0
Setup and document cert-manager - What type of issue is this? ---------------------------------- - [x] deploy - [x] others: document What is the issue/problem? ------------------------------------ - [cert-manager](https://cert-manager.io/docs/) is used to issue TLS certificate from Let's Encrypt CA. - We want to install this in every cluster, such that every ingress with the right annotations will have a cert issued. - We also need to document how to setup the corresponding Ingress object, as well as steps to debug things when the cert is not renewed. Is there any suggestions for the implementation? -----------------------------------------------------------------
priority
setup and document cert manager what type of issue is this deploy others document what is the issue problem is used to issue tls certificate from let s encrypt ca we want to install this in every cluster such that every ingress with the right annotations will have a cert issued we also need to document how to setup the corresponding ingress object as well as steps to debug things when the cert is not renewed is there any suggestions for the implementation
1
525,717
15,263,628,448
IssuesEvent
2021-02-22 03:15:03
kubesphere/kubesphere
https://api.github.com/repos/kubesphere/kubesphere
closed
When the Group has too many horizontal layers, the page is not friendly
area/iam kind/bug priority/medium
<!-- You don't need to remove this comment section, it's invisible on the issues page. ## General remarks * Attention, please fill out this issues form using English only! * 注意!GitHub Issue 仅支持英文,中文 Issue 请在 [论坛](https://kubesphere.com.cn/forum/) 提交。 * This form is to report bugs. For general usage questions you can join our Slack channel [KubeSphere-users](https://join.slack.com/t/kubesphere/shared_invite/enQtNTE3MDIxNzUxNzQ0LTZkNTdkYWNiYTVkMTM5ZThhODY1MjAyZmVlYWEwZmQ3ODQ1NmM1MGVkNWEzZTRhNzk0MzM5MmY4NDc3ZWVhMjE) --> **Describe the Bug** ![image](https://user-images.githubusercontent.com/68640256/105819634-628c8500-5ff3-11eb-9720-c236ca76c716.png) ![image](https://user-images.githubusercontent.com/68640256/105820666-d0857c00-5ff4-11eb-9f4f-aff35ee0cc4a.png) **Versions Used** KubeSphere: **Environment** http//:allinone:8080/ **Preset conditions** There is workspace 'ws-demo' **How To Reproduce** Steps to reproduce the behavior: 1. Go to workspace 'ws-demo' 2. Click on 'Enterprise organization' **Expected behavior** Add a horizontal scroll bar to the organization structure in the enterprise organization page and maintenance organization structure page. /kind bug /area iam /assign @xuliwenwenwen /milestone 3.1.0 /priority medium
1.0
When the Group has too many horizontal layers, the page is not friendly - <!-- You don't need to remove this comment section, it's invisible on the issues page. ## General remarks * Attention, please fill out this issues form using English only! * 注意!GitHub Issue 仅支持英文,中文 Issue 请在 [论坛](https://kubesphere.com.cn/forum/) 提交。 * This form is to report bugs. For general usage questions you can join our Slack channel [KubeSphere-users](https://join.slack.com/t/kubesphere/shared_invite/enQtNTE3MDIxNzUxNzQ0LTZkNTdkYWNiYTVkMTM5ZThhODY1MjAyZmVlYWEwZmQ3ODQ1NmM1MGVkNWEzZTRhNzk0MzM5MmY4NDc3ZWVhMjE) --> **Describe the Bug** ![image](https://user-images.githubusercontent.com/68640256/105819634-628c8500-5ff3-11eb-9720-c236ca76c716.png) ![image](https://user-images.githubusercontent.com/68640256/105820666-d0857c00-5ff4-11eb-9f4f-aff35ee0cc4a.png) **Versions Used** KubeSphere: **Environment** http//:allinone:8080/ **Preset conditions** There is workspace 'ws-demo' **How To Reproduce** Steps to reproduce the behavior: 1. Go to workspace 'ws-demo' 2. Click on 'Enterprise organization' **Expected behavior** Add a horizontal scroll bar to the organization structure in the enterprise organization page and maintenance organization structure page. /kind bug /area iam /assign @xuliwenwenwen /milestone 3.1.0 /priority medium
priority
when the group has too many horizontal layers the page is not friendly you don t need to remove this comment section it s invisible on the issues page general remarks attention please fill out this issues form using english only 注意!github issue 仅支持英文,中文 issue 请在 提交。 this form is to report bugs for general usage questions you can join our slack channel describe the bug versions used kubesphere environment http allinone preset conditions there is workspace ws demo how to reproduce steps to reproduce the behavior go to workspace ws demo click on enterprise organization expected behavior add a horizontal scroll bar to the organization structure in the enterprise organization page and maintenance organization structure page kind bug area iam assign xuliwenwenwen milestone priority medium
1
598,215
18,240,037,343
IssuesEvent
2021-10-01 11:48:58
Bauddhik-Geeks/Portfolio-Builder
https://api.github.com/repos/Bauddhik-Geeks/Portfolio-Builder
closed
[Feature] Add More Language Support
feature request good first issue 🟨 priority: medium hacktoberfest
## Is your feature request related to a problem? Please describe. N/A ## Describe the solution you'd like add more tech-stack, technology, and programming languages for adding project and work experience ## Additional context You can add the latest technologies, programming languages, and tech stacks in the projects and work experience section
1.0
[Feature] Add More Language Support - ## Is your feature request related to a problem? Please describe. N/A ## Describe the solution you'd like add more tech-stack, technology, and programming languages for adding project and work experience ## Additional context You can add the latest technologies, programming languages, and tech stacks in the projects and work experience section
priority
add more language support is your feature request related to a problem please describe n a describe the solution you d like add more tech stack technology and programming languages for adding project and work experience additional context you can add the latest technologies programming languages and tech stacks in the projects and work experience section
1
773,129
27,147,121,477
IssuesEvent
2023-02-16 20:56:43
CDCgov/prime-reportstream
https://api.github.com/repos/CDCgov/prime-reportstream
opened
Engagement team needs data on Senders/STLTs
onboarding-ops Medium Priority
## Problem statement As the engagement team, we need data on our STLTs like 1. How many senders are sending data for that PHD 2. What's the volume of data we are receiving for each PHD ## What you need to know The goal is to eventually use these data to apply to our internal SLAs and apply a system that can be based on these metrics. [Links to documents, workflows, or list of key people and contact info] ## Acceptance criteria - [ ] We can interpret sender/STLT data to make informed decisions as the engagement team ## To do - [ ] Brandon to find these data through cross-functional efforts
1.0
Engagement team needs data on Senders/STLTs - ## Problem statement As the engagement team, we need data on our STLTs like 1. How many senders are sending data for that PHD 2. What's the volume of data we are receiving for each PHD ## What you need to know The goal is to eventually use these data to apply to our internal SLAs and apply a system that can be based on these metrics. [Links to documents, workflows, or list of key people and contact info] ## Acceptance criteria - [ ] We can interpret sender/STLT data to make informed decisions as the engagement team ## To do - [ ] Brandon to find these data through cross-functional efforts
priority
engagement team needs data on senders stlts problem statement as the engagement team we need data on our stlts like how many senders are sending data for that phd what s the volume of data we are receiving for each phd what you need to know the goal is to eventually use these data to apply to our internal slas and apply a system that can be based on these metrics acceptance criteria we can interpret sender stlt data to make informed decisions as the engagement team to do brandon to find these data through cross functional efforts
1
761,216
26,672,220,713
IssuesEvent
2023-01-26 11:17:59
NIAEFEUP/tts-revamp-fe
https://api.github.com/repos/NIAEFEUP/tts-revamp-fe
closed
Import and export schedule
high priority medium effort
**Overview** : Create a interface that makes it possible to export and import specific schedules via string **Tasks** : - [x] Create the logic to generate a link with the information about the schedule - [x] Create the Copy Buttom to copy the link (export the schedule) - [x] Create the Text Input + Load Buttom to import the link and change the schedule - [ ] Logic to change the schedule with the import - [ ] Warning/Confirmation Modal to let the user know it is importing a schedule that is not compatible with the current curricular units selected
1.0
Import and export schedule - **Overview** : Create a interface that makes it possible to export and import specific schedules via string **Tasks** : - [x] Create the logic to generate a link with the information about the schedule - [x] Create the Copy Buttom to copy the link (export the schedule) - [x] Create the Text Input + Load Buttom to import the link and change the schedule - [ ] Logic to change the schedule with the import - [ ] Warning/Confirmation Modal to let the user know it is importing a schedule that is not compatible with the current curricular units selected
priority
import and export schedule overview create a interface that makes it possible to export and import specific schedules via string tasks create the logic to generate a link with the information about the schedule create the copy buttom to copy the link export the schedule create the text input load buttom to import the link and change the schedule logic to change the schedule with the import warning confirmation modal to let the user know it is importing a schedule that is not compatible with the current curricular units selected
1
648,920
21,213,339,090
IssuesEvent
2022-04-11 03:23:40
AY2122S2-CS2113T-T10-4/tp
https://api.github.com/repos/AY2122S2-CS2113T-T10-4/tp
closed
Cannot select between two credit cards with same name when paying
type.Bug priority.Medium severity.Medium
**Reproduction:** Run the following two commands: - `add /cc /n DBS /cb 1.0 /cl 10000` - `add /cc /n DBS /cb 5.0 /cl 200000` The output of `list /cc` should begin as follows: ![image](https://user-images.githubusercontent.com/8340533/162657091-db8c2521-c733-4d3a-bd5a-2b4a3b4cbf2d.png) Now, try to pay for something using the second added card: - `add /e /pm DBS /c Personal /d test /a 10.00 /t 01/01/2022` **Expected outcome:** The second card is used to pay, and its balance is updated. **Actual outcome:** The first card is used to pay, since the new balance shown is 9990, and not 199990: ![image](https://user-images.githubusercontent.com/8340533/162657304-87ef2cf4-9082-47a3-b683-e6e897fae294.png)
1.0
Cannot select between two credit cards with same name when paying - **Reproduction:** Run the following two commands: - `add /cc /n DBS /cb 1.0 /cl 10000` - `add /cc /n DBS /cb 5.0 /cl 200000` The output of `list /cc` should begin as follows: ![image](https://user-images.githubusercontent.com/8340533/162657091-db8c2521-c733-4d3a-bd5a-2b4a3b4cbf2d.png) Now, try to pay for something using the second added card: - `add /e /pm DBS /c Personal /d test /a 10.00 /t 01/01/2022` **Expected outcome:** The second card is used to pay, and its balance is updated. **Actual outcome:** The first card is used to pay, since the new balance shown is 9990, and not 199990: ![image](https://user-images.githubusercontent.com/8340533/162657304-87ef2cf4-9082-47a3-b683-e6e897fae294.png)
priority
cannot select between two credit cards with same name when paying reproduction run the following two commands add cc n dbs cb cl add cc n dbs cb cl the output of list cc should begin as follows now try to pay for something using the second added card add e pm dbs c personal d test a t expected outcome the second card is used to pay and its balance is updated actual outcome the first card is used to pay since the new balance shown is and not
1
609,460
18,873,838,881
IssuesEvent
2021-11-13 17:17:04
codidact/qpixel
https://api.github.com/repos/codidact/qpixel
closed
Automatically generated reactions keep on being generated
area: ruby type: bug priority: medium complexity: unassessed
Here is a web capture of [the reactions on the dev server](https://a.dev.codidact.org/posts/reactions) <details> ![Web capture_29-10-2021_95457_a dev codidact org](https://user-images.githubusercontent.com/54333972/139474133-879e6cc2-f279-4c3e-a2ba-afc34bf822a4.jpeg) </details> As you can see, there are way too many "Works for me", "Outdated", and "Dangerous" reactions. The same is happening on Languages and Linguistics. I am not sure when it happened, but I didn't edit any of them so it seems to have occurred on its own.
1.0
Automatically generated reactions keep on being generated - Here is a web capture of [the reactions on the dev server](https://a.dev.codidact.org/posts/reactions) <details> ![Web capture_29-10-2021_95457_a dev codidact org](https://user-images.githubusercontent.com/54333972/139474133-879e6cc2-f279-4c3e-a2ba-afc34bf822a4.jpeg) </details> As you can see, there are way too many "Works for me", "Outdated", and "Dangerous" reactions. The same is happening on Languages and Linguistics. I am not sure when it happened, but I didn't edit any of them so it seems to have occurred on its own.
priority
automatically generated reactions keep on being generated here is a web capture of as you can see there are way too many works for me outdated and dangerous reactions the same is happening on languages and linguistics i am not sure when it happened but i didn t edit any of them so it seems to have occurred on its own
1
153,324
5,889,252,736
IssuesEvent
2017-05-17 12:26:46
pingzing/digi-transit-10
https://api.github.com/repos/pingzing/digi-transit-10
closed
[Polish] Finish TripSearchForm
enhancement polish priority: medium
- [x] Allow switching between origin & destination with a single button press - [x] Allow arbitrary number of trip legs - [x] Add "optimize route" dropdown underneath More Options to select from a few preset optimizers - [x] Add a "Traffic Alerts" button into the header - [x] Tackle #7, smarter time handling
1.0
[Polish] Finish TripSearchForm - - [x] Allow switching between origin & destination with a single button press - [x] Allow arbitrary number of trip legs - [x] Add "optimize route" dropdown underneath More Options to select from a few preset optimizers - [x] Add a "Traffic Alerts" button into the header - [x] Tackle #7, smarter time handling
priority
finish tripsearchform allow switching between origin destination with a single button press allow arbitrary number of trip legs add optimize route dropdown underneath more options to select from a few preset optimizers add a traffic alerts button into the header tackle smarter time handling
1
19,455
2,622,146,850
IssuesEvent
2015-03-04 00:04:29
byzhang/i7z
https://api.github.com/repos/byzhang/i7z
opened
Add user arguments to i7z_rw_registers.rb
auto-migrated Priority-Medium Type-Enhancement
``` This is a suggestion/enhancement request to add user arguments for a one time output. --daemon -d - Run in daemon mode --turbo -t <action> --system -s --multiplier -m <set|get> <number> I think the rest is obvious. This would allow a one-time use so wrapper scripts can use the output. --daemon would allow the script to write to the log while running in the background, this would be helpful for monitoring programs. Step 1. What steps will reproduce the problem? ./i7z_rw_registers.rb Step 2. What version of the product are you using (the download version or the svn version and which one)? svn ``` Original issue reported on code.google.com by `garlan...@gmail.com` on 27 Mar 2012 at 7:50
1.0
Add user arguments to i7z_rw_registers.rb - ``` This is a suggestion/enhancement request to add user arguments for a one time output. --daemon -d - Run in daemon mode --turbo -t <action> --system -s --multiplier -m <set|get> <number> I think the rest is obvious. This would allow a one-time use so wrapper scripts can use the output. --daemon would allow the script to write to the log while running in the background, this would be helpful for monitoring programs. Step 1. What steps will reproduce the problem? ./i7z_rw_registers.rb Step 2. What version of the product are you using (the download version or the svn version and which one)? svn ``` Original issue reported on code.google.com by `garlan...@gmail.com` on 27 Mar 2012 at 7:50
priority
add user arguments to rw registers rb this is a suggestion enhancement request to add user arguments for a one time output daemon d run in daemon mode turbo t system s multiplier m i think the rest is obvious this would allow a one time use so wrapper scripts can use the output daemon would allow the script to write to the log while running in the background this would be helpful for monitoring programs step what steps will reproduce the problem rw registers rb step what version of the product are you using the download version or the svn version and which one svn original issue reported on code google com by garlan gmail com on mar at
1
551,299
16,165,972,982
IssuesEvent
2021-05-01 13:58:39
DIT112-V21/group-16
https://api.github.com/repos/DIT112-V21/group-16
opened
Acceleration in app
App Medium priority Sprint 3 User story enhancement
**Description** As a cleaning supervisor i want to be able to change the velocity of the vehicle so that i can clean at different speeds **Acceptance criteria** 1. the app should utilize the bar pin to change teh velocity of the vehicle 2. The user should be able to choose from atleast 3 different velocities
1.0
Acceleration in app - **Description** As a cleaning supervisor i want to be able to change the velocity of the vehicle so that i can clean at different speeds **Acceptance criteria** 1. the app should utilize the bar pin to change teh velocity of the vehicle 2. The user should be able to choose from atleast 3 different velocities
priority
acceleration in app description as a cleaning supervisor i want to be able to change the velocity of the vehicle so that i can clean at different speeds acceptance criteria the app should utilize the bar pin to change teh velocity of the vehicle the user should be able to choose from atleast different velocities
1
672,826
22,841,084,651
IssuesEvent
2022-07-12 21:59:15
AlbertaSat/ex2_ground_station_website
https://api.github.com/repos/AlbertaSat/ex2_ground_station_website
closed
Provide accurate passover duration
enhancement medium priority
### Brief Feature Description Currently, the [passover timer](https://github.com/AlbertaSat/ex2_ground_station_website/blob/79509099bb70c42d5f36469092ebc3a193acd9db/groundstation/static/js/components/Countdown.jsx#L60) at the top right is fixed to have each passover be 2 minutes long. It would be ideal if we can instead calculate a more accurate duration for each passover. ### Additional Details Using [Pyorbital](https://pyorbital.readthedocs.io/en/latest/), we can maybe add a column to the passover table dictating the end of a passover to calculate an accurate duration. Lastly, verify that the Pyorbital times are accurate (#76) (using ISS TLE as placeholder, which is [already done by default](https://github.com/AlbertaSat/ex2_ground_station_website/blob/79509099bb70c42d5f36469092ebc3a193acd9db/groundstation/tests/utils.py#L11)). ### Priority Medium
1.0
Provide accurate passover duration - ### Brief Feature Description Currently, the [passover timer](https://github.com/AlbertaSat/ex2_ground_station_website/blob/79509099bb70c42d5f36469092ebc3a193acd9db/groundstation/static/js/components/Countdown.jsx#L60) at the top right is fixed to have each passover be 2 minutes long. It would be ideal if we can instead calculate a more accurate duration for each passover. ### Additional Details Using [Pyorbital](https://pyorbital.readthedocs.io/en/latest/), we can maybe add a column to the passover table dictating the end of a passover to calculate an accurate duration. Lastly, verify that the Pyorbital times are accurate (#76) (using ISS TLE as placeholder, which is [already done by default](https://github.com/AlbertaSat/ex2_ground_station_website/blob/79509099bb70c42d5f36469092ebc3a193acd9db/groundstation/tests/utils.py#L11)). ### Priority Medium
priority
provide accurate passover duration brief feature description currently the at the top right is fixed to have each passover be minutes long it would be ideal if we can instead calculate a more accurate duration for each passover additional details using we can maybe add a column to the passover table dictating the end of a passover to calculate an accurate duration lastly verify that the pyorbital times are accurate using iss tle as placeholder which is priority medium
1
64,868
3,219,042,019
IssuesEvent
2015-10-08 07:21:11
cs2103aug2015-t16-2j/main
https://api.github.com/repos/cs2103aug2015-t16-2j/main
closed
As a user, I want the software to have a simple UI extension instead of command line tool,
priority.medium type.story
So It looks more friendly.
1.0
As a user, I want the software to have a simple UI extension instead of command line tool, - So It looks more friendly.
priority
as a user i want the software to have a simple ui extension instead of command line tool so it looks more friendly
1
20,420
2,622,847,953
IssuesEvent
2015-03-04 08:03:34
max99x/pagemon-chrome-ext
https://api.github.com/repos/max99x/pagemon-chrome-ext
closed
Import doesn't work
auto-migrated Priority-Medium
``` After importing the bookmarks.html, there's a message saying that a number of pages were imported. However these don't actually go to the list of monitored pages. ``` Original issue reported on code.google.com by `hu...@kapsi.fi` on 23 Dec 2010 at 7:14 * Merged into: #89
1.0
Import doesn't work - ``` After importing the bookmarks.html, there's a message saying that a number of pages were imported. However these don't actually go to the list of monitored pages. ``` Original issue reported on code.google.com by `hu...@kapsi.fi` on 23 Dec 2010 at 7:14 * Merged into: #89
priority
import doesn t work after importing the bookmarks html there s a message saying that a number of pages were imported however these don t actually go to the list of monitored pages original issue reported on code google com by hu kapsi fi on dec at merged into
1
133,354
5,201,456,753
IssuesEvent
2017-01-24 04:52:45
Repair-DeskPOS/RepairDesk-Bugs
https://api.github.com/repos/Repair-DeskPOS/RepairDesk-Bugs
closed
Print Docket Option On End Shift
bug Customer Updated - Waiting For further information Medium Priority
There should be an option to **print reconciliation report** on mini receipt that will which will also open cash register and assist employees with the counting Sample: No Sale Schaumburg Do, Peter 30 - December 12:31 PM Cash on Hand: $100.00 Net Receipts: $0.00 ![image](https://cloud.githubusercontent.com/assets/24845573/21570382/2521093c-ce8b-11e6-9f45-818ad9f83cc5.png)
1.0
Print Docket Option On End Shift - There should be an option to **print reconciliation report** on mini receipt that will which will also open cash register and assist employees with the counting Sample: No Sale Schaumburg Do, Peter 30 - December 12:31 PM Cash on Hand: $100.00 Net Receipts: $0.00 ![image](https://cloud.githubusercontent.com/assets/24845573/21570382/2521093c-ce8b-11e6-9f45-818ad9f83cc5.png)
priority
print docket option on end shift there should be an option to print reconciliation report on mini receipt that will which will also open cash register and assist employees with the counting sample no sale schaumburg do peter december pm cash on hand net receipts
1
29,550
2,716,441,143
IssuesEvent
2015-04-10 19:05:42
CruxFramework/crux
https://api.github.com/repos/CruxFramework/crux
closed
Threat accessing variables from detached popup components
bug imported Priority-Medium TargetVersion-5.1.2
_From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on July 23, 2014 20:30:21_ If I try to access a variable from a element that is not present in DOM, GWT will give one exception like this: (TypeError) : Cannot read property '<property_name>' of undefined ... Crux has to avoid this behavior by checking if a element is atached before testing it's variables. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=447_
1.0
Threat accessing variables from detached popup components - _From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on July 23, 2014 20:30:21_ If I try to access a variable from a element that is not present in DOM, GWT will give one exception like this: (TypeError) : Cannot read property '<property_name>' of undefined ... Crux has to avoid this behavior by checking if a element is atached before testing it's variables. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=447_
priority
threat accessing variables from detached popup components from on july if i try to access a variable from a element that is not present in dom gwt will give one exception like this typeerror cannot read property of undefined crux has to avoid this behavior by checking if a element is atached before testing it s variables original issue
1
372,244
11,011,506,647
IssuesEvent
2019-12-04 16:25:22
Thorium-Sim/thorium
https://api.github.com/repos/Thorium-Sim/thorium
opened
Missing Widgets
beta priority/medium type/bug
### Requested By: Lissa Eagar (lissaeagar@gmail.com) ### Priority: Medium ### Version: 2.0.0-beta6 We do not have the training and the logout widget :D They just aren't there. We are using the Beta version. We are also running on Linex now says James. ### Steps to Reproduce Step 1: Login to a station Step 2: Behold no training or logout wiget
1.0
Missing Widgets - ### Requested By: Lissa Eagar (lissaeagar@gmail.com) ### Priority: Medium ### Version: 2.0.0-beta6 We do not have the training and the logout widget :D They just aren't there. We are using the Beta version. We are also running on Linex now says James. ### Steps to Reproduce Step 1: Login to a station Step 2: Behold no training or logout wiget
priority
missing widgets requested by lissa eagar lissaeagar gmail com priority medium version we do not have the training and the logout widget d they just aren t there we are using the beta version we are also running on linex now says james steps to reproduce step login to a station step behold no training or logout wiget
1
738,012
25,541,661,768
IssuesEvent
2022-11-29 15:43:06
projectdiscovery/nuclei
https://api.github.com/repos/projectdiscovery/nuclei
closed
Issue with template loading with same name
Priority: Medium Type: Bug Investigation
<!-- 1. Please search to see if an issue already exists for the bug you encountered. 2. For support requests, FAQs or "How to" questions, please use the GitHub Discussions section instead - https://github.com/projectdiscovery/nuclei/discussions or 3. Join our discord server at https://discord.gg/projectdiscovery and post the question on the #nuclei channel. --> <!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ### Nuclei version: latest ### Current Behavior: Lets say I have a template: `nagli.yaml` on my current directory. I also have a template called: `nagli.yaml` on `~/Desktop/my-nuclei-templates/nagli.yaml` If I opt to run: `echo "https://test.com" | nuclei -t ~/Desktop/my-nuclei-templates/nagli.yaml` it will run the `nagli.yaml` which is the current directory, and not the one I specified ### Expected Behavior: The expected behavior would be to run the template I specified. ---- Related issue - https://github.com/projectdiscovery/nuclei/issues/1332
1.0
Issue with template loading with same name - <!-- 1. Please search to see if an issue already exists for the bug you encountered. 2. For support requests, FAQs or "How to" questions, please use the GitHub Discussions section instead - https://github.com/projectdiscovery/nuclei/discussions or 3. Join our discord server at https://discord.gg/projectdiscovery and post the question on the #nuclei channel. --> <!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ### Nuclei version: latest ### Current Behavior: Lets say I have a template: `nagli.yaml` on my current directory. I also have a template called: `nagli.yaml` on `~/Desktop/my-nuclei-templates/nagli.yaml` If I opt to run: `echo "https://test.com" | nuclei -t ~/Desktop/my-nuclei-templates/nagli.yaml` it will run the `nagli.yaml` which is the current directory, and not the one I specified ### Expected Behavior: The expected behavior would be to run the template I specified. ---- Related issue - https://github.com/projectdiscovery/nuclei/issues/1332
priority
issue with template loading with same name please search to see if an issue already exists for the bug you encountered for support requests faqs or how to questions please use the github discussions section instead or join our discord server at and post the question on the nuclei channel nuclei version latest current behavior lets say i have a template nagli yaml on my current directory i also have a template called nagli yaml on desktop my nuclei templates nagli yaml if i opt to run echo nuclei t desktop my nuclei templates nagli yaml it will run the nagli yaml which is the current directory and not the one i specified expected behavior the expected behavior would be to run the template i specified related issue
1
555,982
16,472,639,542
IssuesEvent
2021-05-23 18:19:14
code-gambit/VT-WebClient
https://api.github.com/repos/code-gambit/VT-WebClient
closed
[New Feature] Implement search file by name.
Priority: Medium Type: Enhancement
**Describe the purpose** Add a feature to search file by name. **Possible Implementation** Can use reactstrap and bootstrap or whatever looks perfect.
1.0
[New Feature] Implement search file by name. - **Describe the purpose** Add a feature to search file by name. **Possible Implementation** Can use reactstrap and bootstrap or whatever looks perfect.
priority
implement search file by name describe the purpose add a feature to search file by name possible implementation can use reactstrap and bootstrap or whatever looks perfect
1
725,850
24,978,080,106
IssuesEvent
2022-11-02 09:31:35
redhat-developer/odo
https://api.github.com/repos/redhat-developer/odo
closed
Allow user to perform outer loop build/deploy with CLI args, (without changing contents of devfile)
priority/Medium kind/user-story area/outerloop
/kind user-story ## User Story As an application deployer (e.g. perhaps in writing a pipeline build task), I want to perform an image build and deploy (or possibly build only) with substitutions for devfile variables provided at build time. (I don't want to necessarily have to express my customization as a devfile file, even using child/parent extension). This would be analogous to docker build-arg, e.g.: `docker build --build-arg abc=123`. ## Acceptance Criteria - [ ] odo should allow a CLI argument to be passed to override a devfile variable value, and to use this value in all aspects of outer loop build and/or deploy. ## Links - Related Epic (mandatory): ? 1. This would prereq and build on the support described here: https://github.com/openshift/odo/issues/2756 , (now making its way into devfile library, e.g. here: https://github.com/devfile/api/pull/580) 2. This might leverage https://github.com/openshift/odo/issues/4838, which could be a sort of "soft" prereq. ### NOTE: This could also prompt the question "why not allow this on other commands?", e.g. "push" and "test". This could get tricky because of pod state... e.g. 'push' may or may not start a new pod.. should it try to be smart about deciding whether to if the devfile variable values change? OTOH, 'test' does not ever start a new pod.. so is it safer (if possibly wrong / user error) to allow new variable values? Some things to think about... /kind user-story
1.0
Allow user to perform outer loop build/deploy with CLI args, (without changing contents of devfile) - /kind user-story ## User Story As an application deployer (e.g. perhaps in writing a pipeline build task), I want to perform an image build and deploy (or possibly build only) with substitutions for devfile variables provided at build time. (I don't want to necessarily have to express my customization as a devfile file, even using child/parent extension). This would be analogous to docker build-arg, e.g.: `docker build --build-arg abc=123`. ## Acceptance Criteria - [ ] odo should allow a CLI argument to be passed to override a devfile variable value, and to use this value in all aspects of outer loop build and/or deploy. ## Links - Related Epic (mandatory): ? 1. This would prereq and build on the support described here: https://github.com/openshift/odo/issues/2756 , (now making its way into devfile library, e.g. here: https://github.com/devfile/api/pull/580) 2. This might leverage https://github.com/openshift/odo/issues/4838, which could be a sort of "soft" prereq. ### NOTE: This could also prompt the question "why not allow this on other commands?", e.g. "push" and "test". This could get tricky because of pod state... e.g. 'push' may or may not start a new pod.. should it try to be smart about deciding whether to if the devfile variable values change? OTOH, 'test' does not ever start a new pod.. so is it safer (if possibly wrong / user error) to allow new variable values? Some things to think about... /kind user-story
priority
allow user to perform outer loop build deploy with cli args without changing contents of devfile kind user story user story as an application deployer e g perhaps in writing a pipeline build task i want to perform an image build and deploy or possibly build only with substitutions for devfile variables provided at build time i don t want to necessarily have to express my customization as a devfile file even using child parent extension this would be analogous to docker build arg e g docker build build arg abc acceptance criteria odo should allow a cli argument to be passed to override a devfile variable value and to use this value in all aspects of outer loop build and or deploy links related epic mandatory this would prereq and build on the support described here now making its way into devfile library e g here this might leverage which could be a sort of soft prereq note this could also prompt the question why not allow this on other commands e g push and test this could get tricky because of pod state e g push may or may not start a new pod should it try to be smart about deciding whether to if the devfile variable values change otoh test does not ever start a new pod so is it safer if possibly wrong user error to allow new variable values some things to think about kind user story
1
338,424
10,229,037,983
IssuesEvent
2019-08-17 08:52:57
HabitRPG/habitica-ios
https://api.github.com/repos/HabitRPG/habitica-ios
closed
[Stable] Oragnize button crashes on iPad
Priority: medium Type: Crash
When opening the app on iPad and trying to press the organize by button, the app crashes every time
1.0
[Stable] Oragnize button crashes on iPad - When opening the app on iPad and trying to press the organize by button, the app crashes every time
priority
oragnize button crashes on ipad when opening the app on ipad and trying to press the organize by button the app crashes every time
1
72,596
3,388,399,015
IssuesEvent
2015-11-29 08:19:44
crutchcorn/stagger
https://api.github.com/repos/crutchcorn/stagger
closed
Recognize extraneous NUL characters at the end of a text frame
bug Priority Medium
``` Empty string values at the end of a text frame can be (and should be) safely ignored. However, empty strings in the middle may have special significance. ``` Original issue reported on code.google.com by `Karoly.Lorentey` on 24 Jun 2009 at 11:13
1.0
Recognize extraneous NUL characters at the end of a text frame - ``` Empty string values at the end of a text frame can be (and should be) safely ignored. However, empty strings in the middle may have special significance. ``` Original issue reported on code.google.com by `Karoly.Lorentey` on 24 Jun 2009 at 11:13
priority
recognize extraneous nul characters at the end of a text frame empty string values at the end of a text frame can be and should be safely ignored however empty strings in the middle may have special significance original issue reported on code google com by karoly lorentey on jun at
1
379,905
11,243,914,973
IssuesEvent
2020-01-10 05:11:15
ShabadOS/desktop
https://api.github.com/repos/ShabadOS/desktop
closed
Hide file menu in prod build
Priority: 2 Medium Status: Complete Type: Fix
File menu bar is shown in the Settings window in production build
1.0
Hide file menu in prod build - File menu bar is shown in the Settings window in production build
priority
hide file menu in prod build file menu bar is shown in the settings window in production build
1
700,998
24,081,745,764
IssuesEvent
2022-09-19 07:19:06
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
non-IPI path of SMP is broken
bug priority: medium area: SMP
**Describe the bug** When SMP is enabled without `CONFIG_SCHED_IPI_SUPPORTED`, the idle thread could simply busy wait and yield periodically. This path is broken, which will lead to an assert failure during `do_swap`. Please also mention any information which could help others to understand the problem you're facing: - What target platform are you using? RISCV with SMP enabled but without IPI support. - What have you tried to diagnose or workaround this issue? I am able to reproduce what I see with mainstream Zephyr, and below is what I do: • checkout HEAD of main (I was using dddb5dd6b0de9a8b8621b9ac695fd3fd980a33d6) • disable SCHED_IPI_SUPPORTED and other dependencies in the build • Run "west build -b qemu_riscv64_smp tests/kernel/smp && west build -t run" • Should see the ASSERT. - Is this a regression? If yes, have you been able to "git bisect" it to a specific commit? No, but according to Andy Ross: " I'm going to place my bet that it was at or soon after this commit, which removed the last in-tree usage of k_yield() within the idle thread about a year ago: https://github.com/zephyrproject-rtos/zephyr/commit/851d14afc8941313a6f3faeb74f84ed73a33429a" **To Reproduce** see the steps above **Expected behavior** the smp tests should pass without error **Impact** this defect makes it impossible to bring up SMP without IPI support. **Environment (please complete the following information):** - RISCV in QEMU **Additional context** A discussion thread in the [user mailing list](https://lists.zephyrproject.org/g/users/message/3075)
1.0
non-IPI path of SMP is broken - **Describe the bug** When SMP is enabled without `CONFIG_SCHED_IPI_SUPPORTED`, the idle thread could simply busy wait and yield periodically. This path is broken, which will lead to an assert failure during `do_swap`. Please also mention any information which could help others to understand the problem you're facing: - What target platform are you using? RISCV with SMP enabled but without IPI support. - What have you tried to diagnose or workaround this issue? I am able to reproduce what I see with mainstream Zephyr, and below is what I do: • checkout HEAD of main (I was using dddb5dd6b0de9a8b8621b9ac695fd3fd980a33d6) • disable SCHED_IPI_SUPPORTED and other dependencies in the build • Run "west build -b qemu_riscv64_smp tests/kernel/smp && west build -t run" • Should see the ASSERT. - Is this a regression? If yes, have you been able to "git bisect" it to a specific commit? No, but according to Andy Ross: " I'm going to place my bet that it was at or soon after this commit, which removed the last in-tree usage of k_yield() within the idle thread about a year ago: https://github.com/zephyrproject-rtos/zephyr/commit/851d14afc8941313a6f3faeb74f84ed73a33429a" **To Reproduce** see the steps above **Expected behavior** the smp tests should pass without error **Impact** this defect makes it impossible to bring up SMP without IPI support. **Environment (please complete the following information):** - RISCV in QEMU **Additional context** A discussion thread in the [user mailing list](https://lists.zephyrproject.org/g/users/message/3075)
priority
non ipi path of smp is broken describe the bug when smp is enabled without config sched ipi supported the idle thread could simply busy wait and yield periodically this path is broken which will lead to an assert failure during do swap please also mention any information which could help others to understand the problem you re facing what target platform are you using riscv with smp enabled but without ipi support what have you tried to diagnose or workaround this issue i am able to reproduce what i see with mainstream zephyr and below is what i do • checkout head of main i was using • disable sched ipi supported and other dependencies in the build • run west build b qemu smp tests kernel smp west build t run • should see the assert is this a regression if yes have you been able to git bisect it to a specific commit no but according to andy ross i m going to place my bet that it was at or soon after this commit which removed the last in tree usage of k yield within the idle thread about a year ago to reproduce see the steps above expected behavior the smp tests should pass without error impact this defect makes it impossible to bring up smp without ipi support environment please complete the following information riscv in qemu additional context a discussion thread in the
1
788,360
27,750,996,809
IssuesEvent
2023-03-15 20:43:57
Benjamin-Loison/YouTube-operational-API
https://api.github.com/repos/Benjamin-Loison/YouTube-operational-API
closed
Make on official instance HTTP redirect to HTTPS
enhancement official instance medium priority quick security
In fact `yt{0, 1, 2}.lemnoslife.com` aren't concerned, only `yt.lemnoslife.com` is concerned.
1.0
Make on official instance HTTP redirect to HTTPS - In fact `yt{0, 1, 2}.lemnoslife.com` aren't concerned, only `yt.lemnoslife.com` is concerned.
priority
make on official instance http redirect to https in fact yt lemnoslife com aren t concerned only yt lemnoslife com is concerned
1
608,374
18,836,707,126
IssuesEvent
2021-11-11 02:24:43
WordPress/learn
https://api.github.com/repos/WordPress/learn
closed
Separate sidebar areas for post types
[Type] Enhancement [Type] Good First Issue [Component] Learn Theme [Priority] Medium
We currently have only one sidebar option that shows on all post types that have it in their template. We need to distinguish these some more for different content types, so could we please have different sidebar areas for Courses and Lesson Plans? The other post types don't use sidebars, so it's just for those two. The Lesson Plans already have a custom block in their sidebar, so that will need to still be available in the new sidebar area.
1.0
Separate sidebar areas for post types - We currently have only one sidebar option that shows on all post types that have it in their template. We need to distinguish these some more for different content types, so could we please have different sidebar areas for Courses and Lesson Plans? The other post types don't use sidebars, so it's just for those two. The Lesson Plans already have a custom block in their sidebar, so that will need to still be available in the new sidebar area.
priority
separate sidebar areas for post types we currently have only one sidebar option that shows on all post types that have it in their template we need to distinguish these some more for different content types so could we please have different sidebar areas for courses and lesson plans the other post types don t use sidebars so it s just for those two the lesson plans already have a custom block in their sidebar so that will need to still be available in the new sidebar area
1
711,223
24,454,080,170
IssuesEvent
2022-10-07 04:07:19
CMU-313/fall22-hw3-f4
https://api.github.com/repos/CMU-313/fall22-hw3-f4
closed
UI form for scoring the current skill, experience, and academic performance separately
frontend priority - medium effort - medium
Acceptance Criteria: It is clear what score is being selected and can properly connect to the middleware Dependencies: Need #1 to work first and for middleware to save scores independently
1.0
UI form for scoring the current skill, experience, and academic performance separately - Acceptance Criteria: It is clear what score is being selected and can properly connect to the middleware Dependencies: Need #1 to work first and for middleware to save scores independently
priority
ui form for scoring the current skill experience and academic performance separately acceptance criteria it is clear what score is being selected and can properly connect to the middleware dependencies need to work first and for middleware to save scores independently
1
759,384
26,592,372,982
IssuesEvent
2023-01-23 09:46:27
uhh-cms/hh2bbww
https://api.github.com/repos/uhh-cms/hh2bbww
closed
handling scale and pdf uncertainties for different kinds of datasets
medium-priority
https://github.com/uhh-cms/hh2bbww/blob/master/hbw/production/weights.py The producers for scale and pdf weights work as long as the number of weights per event is as expected (103 for pdf weights, 9 for scale weights). However, based on the dataset, these number can vary: - events with only 8 scale weights: this is probably a bug in NanoAOD v8, I'm not sure how to handle this since we don't know which scale variation is missing. But this should be fixed for Run3 samples at least. - events with 101 pdf weights: I assume that the alpha weights are simply missing, so just fill the alpha up/down variations with ones and don't use this nuisance parameter for such processes? - I have to check if there are other cases for other kinds of datasets.
1.0
handling scale and pdf uncertainties for different kinds of datasets - https://github.com/uhh-cms/hh2bbww/blob/master/hbw/production/weights.py The producers for scale and pdf weights work as long as the number of weights per event is as expected (103 for pdf weights, 9 for scale weights). However, based on the dataset, these number can vary: - events with only 8 scale weights: this is probably a bug in NanoAOD v8, I'm not sure how to handle this since we don't know which scale variation is missing. But this should be fixed for Run3 samples at least. - events with 101 pdf weights: I assume that the alpha weights are simply missing, so just fill the alpha up/down variations with ones and don't use this nuisance parameter for such processes? - I have to check if there are other cases for other kinds of datasets.
priority
handling scale and pdf uncertainties for different kinds of datasets the producers for scale and pdf weights work as long as the number of weights per event is as expected for pdf weights for scale weights however based on the dataset these number can vary events with only scale weights this is probably a bug in nanoaod i m not sure how to handle this since we don t know which scale variation is missing but this should be fixed for samples at least events with pdf weights i assume that the alpha weights are simply missing so just fill the alpha up down variations with ones and don t use this nuisance parameter for such processes i have to check if there are other cases for other kinds of datasets
1
104,941
4,227,015,466
IssuesEvent
2016-07-02 21:44:32
octobercms/october
https://api.github.com/repos/octobercms/october
closed
Media Manager reports success after upload error
Priority: Medium Status: Completed Type: Bug
The default values for upload_max_filesize and/or post_max_size in php.ini are 2MB, which today is already exceeded with any mobile phone image. When trying to upload files exceeding that limit, Media Manager doesn't handle the error properly. Instead, it reports a successful upload while no new file appears
1.0
Media Manager reports success after upload error - The default values for upload_max_filesize and/or post_max_size in php.ini are 2MB, which today is already exceeded with any mobile phone image. When trying to upload files exceeding that limit, Media Manager doesn't handle the error properly. Instead, it reports a successful upload while no new file appears
priority
media manager reports success after upload error the default values for upload max filesize and or post max size in php ini are which today is already exceeded with any mobile phone image when trying to upload files exceeding that limit media manager doesn t handle the error properly instead it reports a successful upload while no new file appears
1
649,462
21,301,769,762
IssuesEvent
2022-04-15 04:52:33
ut-issl/c2a-core
https://api.github.com/repos/ut-issl/c2a-core
opened
HKテレメの OBC_hoge の OBC_ を消す
enhancement good first issue priority::medium WINGS
## 概要 HKテレメなどの OBC_hoge の OBC_ を消す ## 詳細 OBC_ の部分が必要ないので。また、適切に`.`を付けて見やすくしたい。 ## close条件 直ったら ## 備考 なにかあれば
1.0
HKテレメの OBC_hoge の OBC_ を消す - ## 概要 HKテレメなどの OBC_hoge の OBC_ を消す ## 詳細 OBC_ の部分が必要ないので。また、適切に`.`を付けて見やすくしたい。 ## close条件 直ったら ## 備考 なにかあれば
priority
hkテレメの obc hoge の obc を消す 概要 hkテレメなどの obc hoge の obc を消す 詳細 obc の部分が必要ないので。また、適切に を付けて見やすくしたい。 close条件 直ったら 備考 なにかあれば
1
445,696
12,835,222,458
IssuesEvent
2020-07-07 12:31:06
enso-org/enso-org.github.io
https://api.github.com/repos/enso-org/enso-org.github.io
opened
Add breadcrumb to navigation
Category: Functionality Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement
### General Summary Replace "Go back" with a more informative breadcrumb so it's easier to know where in the docs you are.
1.0
Add breadcrumb to navigation - ### General Summary Replace "Go back" with a more informative breadcrumb so it's easier to know where in the docs you are.
priority
add breadcrumb to navigation general summary replace go back with a more informative breadcrumb so it s easier to know where in the docs you are
1
103,012
4,163,976,273
IssuesEvent
2016-06-18 13:23:49
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Combat Vanish Bug
Category: Spells Priority: Medium
Revision: a746d3f Operating system: Ubuntu Current behavior: Vanish only works out of combat. Expected behavior: Vanish should work in and out of combat. Steps to reproduce the problem: Attack an enemy player and use vanish, you only get the "Improved Stealth" buff.
1.0
Combat Vanish Bug - Revision: a746d3f Operating system: Ubuntu Current behavior: Vanish only works out of combat. Expected behavior: Vanish should work in and out of combat. Steps to reproduce the problem: Attack an enemy player and use vanish, you only get the "Improved Stealth" buff.
priority
combat vanish bug revision operating system ubuntu current behavior vanish only works out of combat expected behavior vanish should work in and out of combat steps to reproduce the problem attack an enemy player and use vanish you only get the improved stealth buff
1
245,671
7,889,281,225
IssuesEvent
2018-06-28 03:06:04
wevote/WebApp
https://api.github.com/repos/wevote/WebApp
opened
Privacy Toggle would not go back to Friends-only
Difficulty: Medium Priority: 1
1. Commented on candidate and saved 2. Toggled to public 3. Would not toggle back to private (API call was Public only). It stayed on the green indicator for Friends only. Kept clicking…it stayed green ![screen shot 2018-06-27 at 7 48 12 pm](https://user-images.githubusercontent.com/7756031/42010817-51c13f2c-7a45-11e8-910c-c70974b30b84.png)
1.0
Privacy Toggle would not go back to Friends-only - 1. Commented on candidate and saved 2. Toggled to public 3. Would not toggle back to private (API call was Public only). It stayed on the green indicator for Friends only. Kept clicking…it stayed green ![screen shot 2018-06-27 at 7 48 12 pm](https://user-images.githubusercontent.com/7756031/42010817-51c13f2c-7a45-11e8-910c-c70974b30b84.png)
priority
privacy toggle would not go back to friends only commented on candidate and saved toggled to public would not toggle back to private api call was public only it stayed on the green indicator for friends only kept clicking…it stayed green
1
57,339
3,081,508,586
IssuesEvent
2015-08-22 20:01:52
manpaz/python-escpos
https://api.github.com/repos/manpaz/python-escpos
closed
New to printing
auto-migrated Priority-Medium Type-Other
``` I'll preface this by saying that I'm quite new at this and I do not think there is an issue with the module. Any help would be amazing! :) I've isolate the error to the escpos.text() function. Here is my sample code: from escpos import * """ Seiko Epson Corp. Receipt Printer M129 Definitions (EPSON TM-T88IV) """ Epson = printer.Usb(0x04b8,0x0202) print("print before text") Epson.text("Hello World") print("Print after text") Epson.cut() In my console, I see that "print before text" is printing out, but "print after text" is not. Would you happen to have a sample application I might be able to try out? or any recommendations? I am using an Epson TM-T88iv. Here is the output from lsusb: Bus 001 Device 043: ID 04b8:0202 Seiko Epson Corp. Receipt Printer M129C Thanks! Joseph ``` Original issue reported on code.google.com by `joseph.t...@gmail.com` on 23 Mar 2014 at 2:30
1.0
New to printing - ``` I'll preface this by saying that I'm quite new at this and I do not think there is an issue with the module. Any help would be amazing! :) I've isolate the error to the escpos.text() function. Here is my sample code: from escpos import * """ Seiko Epson Corp. Receipt Printer M129 Definitions (EPSON TM-T88IV) """ Epson = printer.Usb(0x04b8,0x0202) print("print before text") Epson.text("Hello World") print("Print after text") Epson.cut() In my console, I see that "print before text" is printing out, but "print after text" is not. Would you happen to have a sample application I might be able to try out? or any recommendations? I am using an Epson TM-T88iv. Here is the output from lsusb: Bus 001 Device 043: ID 04b8:0202 Seiko Epson Corp. Receipt Printer M129C Thanks! Joseph ``` Original issue reported on code.google.com by `joseph.t...@gmail.com` on 23 Mar 2014 at 2:30
priority
new to printing i ll preface this by saying that i m quite new at this and i do not think there is an issue with the module any help would be amazing i ve isolate the error to the escpos text function here is my sample code from escpos import seiko epson corp receipt printer definitions epson tm epson printer usb print print before text epson text hello world print print after text epson cut in my console i see that print before text is printing out but print after text is not would you happen to have a sample application i might be able to try out or any recommendations i am using an epson tm here is the output from lsusb bus device id seiko epson corp receipt printer thanks joseph original issue reported on code google com by joseph t gmail com on mar at
1
541,254
15,823,833,009
IssuesEvent
2021-04-06 01:46:44
2009scape/2009Scape
https://api.github.com/repos/2009scape/2009Scape
closed
Dagon'Hai Robes have no requirements to equip
Medium Priority
IGN: Dad Dagon'Hai Robes have no requirements to equip. Should be 40 Magic and 20 Defence SOURCES ------------------ Magic armors skill guide
1.0
Dagon'Hai Robes have no requirements to equip - IGN: Dad Dagon'Hai Robes have no requirements to equip. Should be 40 Magic and 20 Defence SOURCES ------------------ Magic armors skill guide
priority
dagon hai robes have no requirements to equip ign dad dagon hai robes have no requirements to equip should be magic and defence sources magic armors skill guide
1
118,339
4,734,432,108
IssuesEvent
2016-10-19 14:13:32
CCAFS/MARLO
https://api.github.com/repos/CCAFS/MARLO
opened
Admin section - Custom Locations
Priority - Medium Type - Enhancement
Further explanation for the meaning of "Default location levels": ----------------------------------------------------- >The default location levels refers to the levels which are standard and available to all participating CRP. Should you need a specific location level particular for your CRP (e.g. CCAFS Climate Smart Villages, etc.), please create below.
1.0
Admin section - Custom Locations - Further explanation for the meaning of "Default location levels": ----------------------------------------------------- >The default location levels refers to the levels which are standard and available to all participating CRP. Should you need a specific location level particular for your CRP (e.g. CCAFS Climate Smart Villages, etc.), please create below.
priority
admin section custom locations further explanation for the meaning of default location levels the default location levels refers to the levels which are standard and available to all participating crp should you need a specific location level particular for your crp e g ccafs climate smart villages etc please create below
1
6,925
2,595,701,927
IssuesEvent
2015-02-20 15:58:52
fritzing/fritzing-app
https://api.github.com/repos/fritzing/fritzing-app
closed
User Changes in schematic can ruin work in PCB view
bug imported Priority-Medium
_From [ferranpu...@gmail.com](https://code.google.com/u/107077687428382647039/) on August 20, 2014 10:23:46_ Symbols in schematic view are directly linked to components on the PCB view. Is easy to forget that, and for example, cut-paste a symbol in the schematic view just to reposition it easily, but later discover that the component was actually cut and paste also in the PCB view and now the components are out of place. I suggest to separate components added to the project from their schematic representation and their "physical" situation. So, for example, if a symbol is removed from schematic view, the actual component is not removed from the rest of the project. A list of components added to the project and where they are implemented (schematic, breadboard or PCB) would be useful. Fritzing 0.9.0 on Windows 8.1 x64 _Original issue: http://code.google.com/p/fritzing/issues/detail?id=2988_
1.0
User Changes in schematic can ruin work in PCB view - _From [ferranpu...@gmail.com](https://code.google.com/u/107077687428382647039/) on August 20, 2014 10:23:46_ Symbols in schematic view are directly linked to components on the PCB view. Is easy to forget that, and for example, cut-paste a symbol in the schematic view just to reposition it easily, but later discover that the component was actually cut and paste also in the PCB view and now the components are out of place. I suggest to separate components added to the project from their schematic representation and their "physical" situation. So, for example, if a symbol is removed from schematic view, the actual component is not removed from the rest of the project. A list of components added to the project and where they are implemented (schematic, breadboard or PCB) would be useful. Fritzing 0.9.0 on Windows 8.1 x64 _Original issue: http://code.google.com/p/fritzing/issues/detail?id=2988_
priority
user changes in schematic can ruin work in pcb view from on august symbols in schematic view are directly linked to components on the pcb view is easy to forget that and for example cut paste a symbol in the schematic view just to reposition it easily but later discover that the component was actually cut and paste also in the pcb view and now the components are out of place i suggest to separate components added to the project from their schematic representation and their physical situation so for example if a symbol is removed from schematic view the actual component is not removed from the rest of the project a list of components added to the project and where they are implemented schematic breadboard or pcb would be useful fritzing on windows original issue
1
107,221
4,295,009,932
IssuesEvent
2016-07-19 04:08:54
CompEvol/beast2
https://api.github.com/repos/CompEvol/beast2
opened
Implement all named restrictions of GTR in beast2 core and BEAUti Standard template
BEAUti enhancement MEDIUM priority
Many users still use jModelTest et cetera to chose substitutions models. This practice will not end soon. Currently the only way to implement many of these models (TIM, TIM2, TPM2uf et cetera) is to make direct changes to the XML which are error prone and break the reloading of the XML into BEAUti. We should implement these models directly in BEAUti to minimise user error and maximum usability.
1.0
Implement all named restrictions of GTR in beast2 core and BEAUti Standard template - Many users still use jModelTest et cetera to chose substitutions models. This practice will not end soon. Currently the only way to implement many of these models (TIM, TIM2, TPM2uf et cetera) is to make direct changes to the XML which are error prone and break the reloading of the XML into BEAUti. We should implement these models directly in BEAUti to minimise user error and maximum usability.
priority
implement all named restrictions of gtr in core and beauti standard template many users still use jmodeltest et cetera to chose substitutions models this practice will not end soon currently the only way to implement many of these models tim et cetera is to make direct changes to the xml which are error prone and break the reloading of the xml into beauti we should implement these models directly in beauti to minimise user error and maximum usability
1
256,519
8,127,759,282
IssuesEvent
2018-08-17 09:14:15
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
Add MOAB to build_visit
Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal
Build_visit needs to be enhanced to deal with MOAB which will require dealing with parallel HDF5 installs as well -----------------------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: 2665 Status: Resolved Project: VisIt Tracker: Feature Priority: Normal Subject: Add MOAB to build_visit Assigned to: Mark Miller Category: Target version: 2.11.0 Author: Mark Miller Start: 08/12/2016 Due date: % Done: 0 Estimated time: Created: 08/12/2016 05:33 pm Updated: 08/24/2016 08:35 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: Build_visit needs to be enhanced to deal with MOAB which will require dealing with parallel HDF5 installs as well Comments:
1.0
Add MOAB to build_visit - Build_visit needs to be enhanced to deal with MOAB which will require dealing with parallel HDF5 installs as well -----------------------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: 2665 Status: Resolved Project: VisIt Tracker: Feature Priority: Normal Subject: Add MOAB to build_visit Assigned to: Mark Miller Category: Target version: 2.11.0 Author: Mark Miller Start: 08/12/2016 Due date: % Done: 0 Estimated time: Created: 08/12/2016 05:33 pm Updated: 08/24/2016 08:35 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: Build_visit needs to be enhanced to deal with MOAB which will require dealing with parallel HDF5 installs as well Comments:
priority
add moab to build visit build visit needs to be enhanced to deal with moab which will require dealing with parallel installs as well 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 add moab to build visit assigned to mark miller category target version author mark miller 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 build visit needs to be enhanced to deal with moab which will require dealing with parallel installs as well comments
1
722,009
24,847,057,638
IssuesEvent
2022-10-26 16:41:57
AY2223S1-CS2103T-W16-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-W16-1/tp
closed
As a hotel manager, I want to mark a room as clean
type.Story priority.Medium
...so that other cleaners will not need to waste time cleaning the room again
1.0
As a hotel manager, I want to mark a room as clean - ...so that other cleaners will not need to waste time cleaning the room again
priority
as a hotel manager i want to mark a room as clean so that other cleaners will not need to waste time cleaning the room again
1
117,988
4,729,993,457
IssuesEvent
2016-10-18 20:18:36
ProjectSidewalk/SidewalkWebpage
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
closed
Jump pop-up msg shows incorrect miles to go
bug Priority: Medium pull-request-submitted
Jump pop-up message showed “x miles to go” message - 'x' miles value not consistent with the mission length. E.g. For missions of 0.5 miles length, it showed 2.94 miles to go in the pop-up. This was reported by 3 / 16 CMSC434 undergrads. ![jump_miles](https://cloud.githubusercontent.com/assets/2873216/19205981/bd49d690-8cb3-11e6-8f52-d1b53ab76781.png)
1.0
Jump pop-up msg shows incorrect miles to go - Jump pop-up message showed “x miles to go” message - 'x' miles value not consistent with the mission length. E.g. For missions of 0.5 miles length, it showed 2.94 miles to go in the pop-up. This was reported by 3 / 16 CMSC434 undergrads. ![jump_miles](https://cloud.githubusercontent.com/assets/2873216/19205981/bd49d690-8cb3-11e6-8f52-d1b53ab76781.png)
priority
jump pop up msg shows incorrect miles to go jump pop up message showed “x miles to go” message x miles value not consistent with the mission length e g for missions of miles length it showed miles to go in the pop up this was reported by undergrads
1
506,585
14,668,395,890
IssuesEvent
2020-12-29 21:08:24
bounswe/bounswe2020group7
https://api.github.com/repos/bounswe/bounswe2020group7
opened
An Issue API Request
Priority: Medium Subteam: Backend Type: New Feature
GET method of Issues return all issues of a Workspace. @ertbulbul requests an API that takes issue ID, workspace ID and authentication token as inputs and returns specific issue's informations as well as the collaborators in that workspace.
1.0
An Issue API Request - GET method of Issues return all issues of a Workspace. @ertbulbul requests an API that takes issue ID, workspace ID and authentication token as inputs and returns specific issue's informations as well as the collaborators in that workspace.
priority
an issue api request get method of issues return all issues of a workspace ertbulbul requests an api that takes issue id workspace id and authentication token as inputs and returns specific issue s informations as well as the collaborators in that workspace
1
107,184
4,290,785,965
IssuesEvent
2016-07-18 11:16:50
ishacrm/ishacrmserver
https://api.github.com/repos/ishacrm/ishacrmserver
closed
Display "year" for the registration merge var {{DATES}} for single day events
enhancement Priority-Medium
Merge Var {{DATES}} is currently not showing "Year" for single day events. Ex: Date is displayed as below for single day events. **Date(s): Aug 21** Please display as **Date(s): Aug 21, 2016**
1.0
Display "year" for the registration merge var {{DATES}} for single day events - Merge Var {{DATES}} is currently not showing "Year" for single day events. Ex: Date is displayed as below for single day events. **Date(s): Aug 21** Please display as **Date(s): Aug 21, 2016**
priority
display year for the registration merge var dates for single day events merge var dates is currently not showing year for single day events ex date is displayed as below for single day events date s aug please display as date s aug
1
335,963
10,169,203,012
IssuesEvent
2019-08-07 23:24:42
BCcampus/edehr
https://api.github.com/repos/BCcampus/edehr
opened
Show display name for seed editors
Effort - Low Epic - Dashboard Priority - Medium ~Feature
## User story As a seed editor user, I want to see the display name, instead of the assignment name Because it is more relevant to me. ## Description Instead of showing the assignment name, show the display name.
1.0
Show display name for seed editors - ## User story As a seed editor user, I want to see the display name, instead of the assignment name Because it is more relevant to me. ## Description Instead of showing the assignment name, show the display name.
priority
show display name for seed editors user story as a seed editor user i want to see the display name instead of the assignment name because it is more relevant to me description instead of showing the assignment name show the display name
1
810,911
30,267,876,758
IssuesEvent
2023-07-07 13:15:33
bexis/Module_EventManagement
https://api.github.com/repos/bexis/Module_EventManagement
closed
Registration with token - delete does not work properly
Type: bug Priority: Medium
If I delete a registration using the token link and register again the system makes an update of the former registration. But there should be a new one.
1.0
Registration with token - delete does not work properly - If I delete a registration using the token link and register again the system makes an update of the former registration. But there should be a new one.
priority
registration with token delete does not work properly if i delete a registration using the token link and register again the system makes an update of the former registration but there should be a new one
1
647,806
21,156,326,094
IssuesEvent
2022-04-07 03:57:44
AY2122S2-CS2103T-T11-1/tp
https://api.github.com/repos/AY2122S2-CS2103T-T11-1/tp
closed
Date Format Should be YYYY-MM-DD
priority.Medium
YYY should be YYYY <img width="672" alt="Screen Shot 2022-04-06 at 4 10 33 PM" src="https://user-images.githubusercontent.com/92976979/161927483-1c573e38-9506-414f-a93d-6aa4d557cc57.png">
1.0
Date Format Should be YYYY-MM-DD - YYY should be YYYY <img width="672" alt="Screen Shot 2022-04-06 at 4 10 33 PM" src="https://user-images.githubusercontent.com/92976979/161927483-1c573e38-9506-414f-a93d-6aa4d557cc57.png">
priority
date format should be yyyy mm dd yyy should be yyyy img width alt screen shot at pm src
1
233,917
7,708,673,890
IssuesEvent
2018-05-22 06:27:35
systers/vms
https://api.github.com/repos/systers/vms
closed
Implement forgot password functionality
Difficulty: MEDIUM Priority: MEDIUM Type: Enhancement
Django’s inbuilt PasswordResetForm can be used. Suggested by @smarshy.
1.0
Implement forgot password functionality - Django’s inbuilt PasswordResetForm can be used. Suggested by @smarshy.
priority
implement forgot password functionality django’s inbuilt passwordresetform can be used suggested by smarshy
1
371,042
10,960,739,054
IssuesEvent
2019-11-27 14:09:22
projet-m2-siris-unistra/smart-park
https://api.github.com/repos/projet-m2-siris-unistra/smart-park
opened
Calcul des statistiques
area/backend kind/feature priority/medium
- Commencer par définir les données (ou attributs) qu'il convient de calculer. Exemples: nombre d'usagers, ratio occupé/libre, chiffre d'affaire,... - Calculer les statistiques à l'échelle de la place, puis de la zone, puis du tenant. Les différentes échelles sont complémentaires donc il suffit de commencer dans l'ordre et de les assembler. - Les types de statistiques: journalières, hebdomadaires, mensuelles, annuelles, éventuellement depuis la création. Les différentes types sont complémentaires donc il suffit de commencer dans l'ordre et de les assembler. Des statistiques horaires pourraient également être requis (I.e. données pour chaque heure d'une journée) - Communiquer sur le bus (avec le front) sur des topics de la forme "zone.stats.daily" avec "zone_id" en argument. - La réponse sera formater en JSON. Chaque échelle de statistiques possèdera probablement les mêmes attributs. Exemple: { 'stats_type':'Annual', 'total_users':123, 'rate':18, 'earning':12 }
1.0
Calcul des statistiques - - Commencer par définir les données (ou attributs) qu'il convient de calculer. Exemples: nombre d'usagers, ratio occupé/libre, chiffre d'affaire,... - Calculer les statistiques à l'échelle de la place, puis de la zone, puis du tenant. Les différentes échelles sont complémentaires donc il suffit de commencer dans l'ordre et de les assembler. - Les types de statistiques: journalières, hebdomadaires, mensuelles, annuelles, éventuellement depuis la création. Les différentes types sont complémentaires donc il suffit de commencer dans l'ordre et de les assembler. Des statistiques horaires pourraient également être requis (I.e. données pour chaque heure d'une journée) - Communiquer sur le bus (avec le front) sur des topics de la forme "zone.stats.daily" avec "zone_id" en argument. - La réponse sera formater en JSON. Chaque échelle de statistiques possèdera probablement les mêmes attributs. Exemple: { 'stats_type':'Annual', 'total_users':123, 'rate':18, 'earning':12 }
priority
calcul des statistiques commencer par définir les données ou attributs qu il convient de calculer exemples nombre d usagers ratio occupé libre chiffre d affaire calculer les statistiques à l échelle de la place puis de la zone puis du tenant les différentes échelles sont complémentaires donc il suffit de commencer dans l ordre et de les assembler les types de statistiques journalières hebdomadaires mensuelles annuelles éventuellement depuis la création les différentes types sont complémentaires donc il suffit de commencer dans l ordre et de les assembler des statistiques horaires pourraient également être requis i e données pour chaque heure d une journée communiquer sur le bus avec le front sur des topics de la forme zone stats daily avec zone id en argument la réponse sera formater en json chaque échelle de statistiques possèdera probablement les mêmes attributs exemple stats type annual total users rate earning
1
250,659
7,979,632,493
IssuesEvent
2018-07-17 22:37:46
PushTracker/EvalApp
https://api.github.com/repos/PushTracker/EvalApp
closed
fix margin / text display / alignment issues for faqs on home screen
android bug ios medium-priority
right now they're not vertically centered and some don't show all the text even though they have room to
1.0
fix margin / text display / alignment issues for faqs on home screen - right now they're not vertically centered and some don't show all the text even though they have room to
priority
fix margin text display alignment issues for faqs on home screen right now they re not vertically centered and some don t show all the text even though they have room to
1
123,275
4,859,467,895
IssuesEvent
2016-11-13 17:28:20
CorWatts/fasterscale
https://api.github.com/repos/CorWatts/fasterscale
opened
yii2-codeception has been deprecated. Move testing stuff over to regular codeception
high priority medium refactor
Kinda annoying, but this might be a bit cleaner than it used to be. https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/start-testing.md http://codeception.com/for/yii
1.0
yii2-codeception has been deprecated. Move testing stuff over to regular codeception - Kinda annoying, but this might be a bit cleaner than it used to be. https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/start-testing.md http://codeception.com/for/yii
priority
codeception has been deprecated move testing stuff over to regular codeception kinda annoying but this might be a bit cleaner than it used to be
1