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
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
33,736
7,214,192,631
IssuesEvent
2018-02-08 00:54:56
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
recibo electrónico de pago (REP) - en pago en efectivo, no debe enviar los datos de cuenta bancaria
bug defect
Marca error. Aquí hay 2 formas de hacerlo: a) la correcta, si eligen forma de pago Efectivo al momento de capturar el REP, se deshabilita la captura de las cuentas y todo lo relativo a ello. b) la chacarrona... adicional a ello, si capturan como forma de pago efectivo, no se deben enviar los números de cuenta al XML, aún cuando hayan capturado las cuentas (eso es precisamente lo chaca).
1.0
recibo electrónico de pago (REP) - en pago en efectivo, no debe enviar los datos de cuenta bancaria - Marca error. Aquí hay 2 formas de hacerlo: a) la correcta, si eligen forma de pago Efectivo al momento de capturar el REP, se deshabilita la captura de las cuentas y todo lo relativo a ello. b) la chacarrona... adicional a ello, si capturan como forma de pago efectivo, no se deben enviar los números de cuenta al XML, aún cuando hayan capturado las cuentas (eso es precisamente lo chaca).
defect
recibo electrónico de pago rep en pago en efectivo no debe enviar los datos de cuenta bancaria marca error aquí hay formas de hacerlo a la correcta si eligen forma de pago efectivo al momento de capturar el rep se deshabilita la captura de las cuentas y todo lo relativo a ello b la chacarrona adicional a ello si capturan como forma de pago efectivo no se deben enviar los números de cuenta al xml aún cuando hayan capturado las cuentas eso es precisamente lo chaca
1
17,856
6,520,869,174
IssuesEvent
2017-08-28 18:16:22
denali-js/denali-cli
https://api.github.com/repos/denali-js/denali-cli
opened
--print-slow-trees not working
area:build bug
As reported by @seawatts in denali-js/denali#374: ``` denali build --print-slow-trees=true cli v0.0.12 [local] | denali v0.0.29 [local] ✖ Build failed TypeError: broccoli_slow_trees_1.default is not a function at Project.finishBuild (/Users/daw/projects/oss/denali/denali-cli/lib/project.ts:320:21) at Project.<anonymous> (/Users/daw/projects/oss/denali/denali-cli/lib/project.ts:193:12) at Generator.next (<anonymous>) at fulfilled (./node_modules/tslib/tslib.js:93:62) at <anonymous> at process._tickDomainCallback (internal/process/next_tick.js:228:7) ```
1.0
--print-slow-trees not working - As reported by @seawatts in denali-js/denali#374: ``` denali build --print-slow-trees=true cli v0.0.12 [local] | denali v0.0.29 [local] ✖ Build failed TypeError: broccoli_slow_trees_1.default is not a function at Project.finishBuild (/Users/daw/projects/oss/denali/denali-cli/lib/project.ts:320:21) at Project.<anonymous> (/Users/daw/projects/oss/denali/denali-cli/lib/project.ts:193:12) at Generator.next (<anonymous>) at fulfilled (./node_modules/tslib/tslib.js:93:62) at <anonymous> at process._tickDomainCallback (internal/process/next_tick.js:228:7) ```
non_defect
print slow trees not working as reported by seawatts in denali js denali denali build print slow trees true cli denali ✖ build failed typeerror broccoli slow trees default is not a function at project finishbuild users daw projects oss denali denali cli lib project ts at project users daw projects oss denali denali cli lib project ts at generator next at fulfilled node modules tslib tslib js at at process tickdomaincallback internal process next tick js
0
252,519
21,582,432,334
IssuesEvent
2022-05-02 20:17:06
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
[CI] SetupPasswordToolIT testSetupPasswordToolAutoSetup failing
>test-failure :Security/FIPS
**Build scan:** https://gradle-enterprise.elastic.co/s/eezp6vlbn6ani/tests/:x-pack:qa:security-setup-password-tests:integTest/org.elasticsearch.xpack.security.authc.esnative.tool.SetupPasswordToolIT/testSetupPasswordToolAutoSetup **Reproduction line:** `./gradlew ':x-pack:qa:security-setup-password-tests:integTest' --tests "org.elasticsearch.xpack.security.authc.esnative.tool.SetupPasswordToolIT.testSetupPasswordToolAutoSetup" -Dtests.seed=29C392E1D5AA27EE -Dtests.locale=sq-AL -Dtests.timezone=America/Recife -Druntime.java=17 -Dtests.fips.enabled=true` **Applicable branches:** master **Reproduces locally?:** Yes **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.security.authc.esnative.tool.SetupPasswordToolIT&tests.test=testSetupPasswordToolAutoSetup **Failure excerpt:** ``` java.lang.AssertionError: expected:<0> but was:<65> at __randomizedtesting.SeedInfo.seed([29C392E1D5AA27EE:A1CD37C60D737BA3]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.elasticsearch.xpack.security.authc.esnative.tool.SetupPasswordToolIT.testSetupPasswordToolAutoSetup(SetupPasswordToolIT.java:37) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831) at java.lang.Thread.run(Thread.java:833) ```
1.0
[CI] SetupPasswordToolIT testSetupPasswordToolAutoSetup failing - **Build scan:** https://gradle-enterprise.elastic.co/s/eezp6vlbn6ani/tests/:x-pack:qa:security-setup-password-tests:integTest/org.elasticsearch.xpack.security.authc.esnative.tool.SetupPasswordToolIT/testSetupPasswordToolAutoSetup **Reproduction line:** `./gradlew ':x-pack:qa:security-setup-password-tests:integTest' --tests "org.elasticsearch.xpack.security.authc.esnative.tool.SetupPasswordToolIT.testSetupPasswordToolAutoSetup" -Dtests.seed=29C392E1D5AA27EE -Dtests.locale=sq-AL -Dtests.timezone=America/Recife -Druntime.java=17 -Dtests.fips.enabled=true` **Applicable branches:** master **Reproduces locally?:** Yes **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.security.authc.esnative.tool.SetupPasswordToolIT&tests.test=testSetupPasswordToolAutoSetup **Failure excerpt:** ``` java.lang.AssertionError: expected:<0> but was:<65> at __randomizedtesting.SeedInfo.seed([29C392E1D5AA27EE:A1CD37C60D737BA3]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.elasticsearch.xpack.security.authc.esnative.tool.SetupPasswordToolIT.testSetupPasswordToolAutoSetup(SetupPasswordToolIT.java:37) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831) at java.lang.Thread.run(Thread.java:833) ```
non_defect
setuppasswordtoolit testsetuppasswordtoolautosetup failing build scan reproduction line gradlew x pack qa security setup password tests integtest tests org elasticsearch xpack security authc esnative tool setuppasswordtoolit testsetuppasswordtoolautosetup dtests seed dtests locale sq al dtests timezone america recife druntime java dtests fips enabled true applicable branches master reproduces locally yes failure history failure excerpt java lang assertionerror expected but was at randomizedtesting seedinfo seed at org junit assert fail assert java at org junit assert failnotequals assert java at org junit assert assertequals assert java at org junit assert assertequals assert java at org elasticsearch xpack security authc esnative tool setuppasswordtoolit testsetuppasswordtoolautosetup setuppasswordtoolit java at jdk internal reflect nativemethodaccessorimpl nativemethodaccessorimpl java at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com carrotsearch randomizedtesting randomizedrunner invoke randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulesetupteardownchained evaluate testrulesetupteardownchained java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulethreadandtestname evaluate testrulethreadandtestname java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol forktimeoutingtask threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol evaluate threadleakcontrol java at com carrotsearch randomizedtesting randomizedrunner runsingletest randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulestoreclassname evaluate testrulestoreclassname java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testruleassertionsrequired evaluate testruleassertionsrequired java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testruleignoretestsuites evaluate testruleignoretestsuites java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol lambda forktimeoutingtask threadleakcontrol java at java lang thread run thread java
0
54,372
13,628,837,527
IssuesEvent
2020-09-24 14:23:48
snowplow/snowplow-android-tracker
https://api.github.com/repos/snowplow/snowplow-android-tracker
closed
Session storageMechanism is marked SQLITE but it's not
priority:medium status:completed type:defect
The session context field `storageMechanism` is always set to `SQLITE` but actually the tracker doesn't use SQLite to persist session data. See: snowplow/snowplow-objc-tracker#482
1.0
Session storageMechanism is marked SQLITE but it's not - The session context field `storageMechanism` is always set to `SQLITE` but actually the tracker doesn't use SQLite to persist session data. See: snowplow/snowplow-objc-tracker#482
defect
session storagemechanism is marked sqlite but it s not the session context field storagemechanism is always set to sqlite but actually the tracker doesn t use sqlite to persist session data see snowplow snowplow objc tracker
1
11,935
2,669,407,279
IssuesEvent
2015-03-23 15:21:33
b-steiner/blubbengine2
https://api.github.com/repos/b-steiner/blubbengine2
closed
Framebuffer incomplete when minimizing
auto-migrated OpSys-All Projekt-Game Type-Defect Version-0.2
``` --- ``` Original issue reported on code.google.com by `bernhard...@tuwien.ac.at` on 12 Dec 2013 at 11:00
1.0
Framebuffer incomplete when minimizing - ``` --- ``` Original issue reported on code.google.com by `bernhard...@tuwien.ac.at` on 12 Dec 2013 at 11:00
defect
framebuffer incomplete when minimizing original issue reported on code google com by bernhard tuwien ac at on dec at
1
628,180
19,977,545,312
IssuesEvent
2022-01-29 10:38:26
qutebrowser/qutebrowser
https://api.github.com/repos/qutebrowser/qutebrowser
closed
completion-item-del with tab-focus: ValueError: not enough values to unpack
easy component: completion priority: 1 - middle bug: exception
From a crash report: - Open the `:tab-focus` menu with `T` - Select using the arrow keys, some tab from the list (not pressing enter, just hovering) - Press Shift+Delete and indeed: ```pytb Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/eventfilter.py", line 104, in eventFilter return handler(cast(QKeyEvent, event)) File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/eventfilter.py", line 74, in _handle_key_event return man.handle_event(event) File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/modeman.py", line 468, in handle_event return handler(cast(QKeyEvent, event)) File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/modeman.py", line 289, in _handle_keypress match = parser.handle(event, dry_run=dry_run) File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/basekeyparser.py", line 323, in handle self.execute(result.command, count) File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/modeparsers.py", line 76, in execute self._commandrunner.run(cmdstr, count) File "/home/florian/proj/qutebrowser/git/qutebrowser/commands/runners.py", line 188, in run result.cmd.run(self._win_id, args, count=count) File "/home/florian/proj/qutebrowser/git/qutebrowser/commands/command.py", line 553, in run self.handler(*posargs, **kwargs) File "/home/florian/proj/qutebrowser/git/qutebrowser/completion/completionwidget.py", line 461, in completion_item_del self.model().delete_cur_item(index) File "/home/florian/proj/qutebrowser/git/qutebrowser/completion/models/completionmodel.py", line 230, in delete_cur_item cat.delete_func(data) File "/home/florian/proj/qutebrowser/git/qutebrowser/completion/models/miscmodels.py", line 116, in delete_tab win_id, tab_index = data[0].split('/') ValueError: not enough values to unpack (expected 2, got 1) ``` This looks like it *should* be a good bugfix for new contributors: From what it looks like, in `qutebrowser/completion/models/miscmodels.py`, we use `delete_tab` as deletion function for both `tab-focus` (displays tabs from current window) and `tab-select` (displays all tabs]. For `tab-focus`, we pass `add_win_id=False` to the `_tabs` helper generating the completion, so that it doesn't prepend the window id: ```python tab_str = ("{}/{}".format(win_id, idx + 1) if add_win_id else str(idx + 1)) ``` but the `delete_tab` function assumes that there always is a slash: ```python def delete_tab(data): """Close the selected tab.""" win_id, tab_index = data[0].split('/') ``` causing the crash. To fix this, we should probably: - Pass the current `win_id` (from `info.win_id`) to `_tabs` in all places where it gets called - Adjust `delete_tab` so that it uses that (instead of getting it from the text in the first completion column) if `add_win_id=False` is given - Ideally, add a test testing for this, but I'm not sure how unit-testable that part of the code is currently
1.0
completion-item-del with tab-focus: ValueError: not enough values to unpack - From a crash report: - Open the `:tab-focus` menu with `T` - Select using the arrow keys, some tab from the list (not pressing enter, just hovering) - Press Shift+Delete and indeed: ```pytb Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/eventfilter.py", line 104, in eventFilter return handler(cast(QKeyEvent, event)) File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/eventfilter.py", line 74, in _handle_key_event return man.handle_event(event) File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/modeman.py", line 468, in handle_event return handler(cast(QKeyEvent, event)) File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/modeman.py", line 289, in _handle_keypress match = parser.handle(event, dry_run=dry_run) File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/basekeyparser.py", line 323, in handle self.execute(result.command, count) File "/home/florian/proj/qutebrowser/git/qutebrowser/keyinput/modeparsers.py", line 76, in execute self._commandrunner.run(cmdstr, count) File "/home/florian/proj/qutebrowser/git/qutebrowser/commands/runners.py", line 188, in run result.cmd.run(self._win_id, args, count=count) File "/home/florian/proj/qutebrowser/git/qutebrowser/commands/command.py", line 553, in run self.handler(*posargs, **kwargs) File "/home/florian/proj/qutebrowser/git/qutebrowser/completion/completionwidget.py", line 461, in completion_item_del self.model().delete_cur_item(index) File "/home/florian/proj/qutebrowser/git/qutebrowser/completion/models/completionmodel.py", line 230, in delete_cur_item cat.delete_func(data) File "/home/florian/proj/qutebrowser/git/qutebrowser/completion/models/miscmodels.py", line 116, in delete_tab win_id, tab_index = data[0].split('/') ValueError: not enough values to unpack (expected 2, got 1) ``` This looks like it *should* be a good bugfix for new contributors: From what it looks like, in `qutebrowser/completion/models/miscmodels.py`, we use `delete_tab` as deletion function for both `tab-focus` (displays tabs from current window) and `tab-select` (displays all tabs]. For `tab-focus`, we pass `add_win_id=False` to the `_tabs` helper generating the completion, so that it doesn't prepend the window id: ```python tab_str = ("{}/{}".format(win_id, idx + 1) if add_win_id else str(idx + 1)) ``` but the `delete_tab` function assumes that there always is a slash: ```python def delete_tab(data): """Close the selected tab.""" win_id, tab_index = data[0].split('/') ``` causing the crash. To fix this, we should probably: - Pass the current `win_id` (from `info.win_id`) to `_tabs` in all places where it gets called - Adjust `delete_tab` so that it uses that (instead of getting it from the text in the first completion column) if `add_win_id=False` is given - Ideally, add a test testing for this, but I'm not sure how unit-testable that part of the code is currently
non_defect
completion item del with tab focus valueerror not enough values to unpack from a crash report open the tab focus menu with t select using the arrow keys some tab from the list not pressing enter just hovering press shift delete and indeed pytb traceback most recent call last file home florian proj qutebrowser git qutebrowser keyinput eventfilter py line in eventfilter return handler cast qkeyevent event file home florian proj qutebrowser git qutebrowser keyinput eventfilter py line in handle key event return man handle event event file home florian proj qutebrowser git qutebrowser keyinput modeman py line in handle event return handler cast qkeyevent event file home florian proj qutebrowser git qutebrowser keyinput modeman py line in handle keypress match parser handle event dry run dry run file home florian proj qutebrowser git qutebrowser keyinput basekeyparser py line in handle self execute result command count file home florian proj qutebrowser git qutebrowser keyinput modeparsers py line in execute self commandrunner run cmdstr count file home florian proj qutebrowser git qutebrowser commands runners py line in run result cmd run self win id args count count file home florian proj qutebrowser git qutebrowser commands command py line in run self handler posargs kwargs file home florian proj qutebrowser git qutebrowser completion completionwidget py line in completion item del self model delete cur item index file home florian proj qutebrowser git qutebrowser completion models completionmodel py line in delete cur item cat delete func data file home florian proj qutebrowser git qutebrowser completion models miscmodels py line in delete tab win id tab index data split valueerror not enough values to unpack expected got this looks like it should be a good bugfix for new contributors from what it looks like in qutebrowser completion models miscmodels py we use delete tab as deletion function for both tab focus displays tabs from current window and tab select displays all tabs for tab focus we pass add win id false to the tabs helper generating the completion so that it doesn t prepend the window id python tab str format win id idx if add win id else str idx but the delete tab function assumes that there always is a slash python def delete tab data close the selected tab win id tab index data split causing the crash to fix this we should probably pass the current win id from info win id to tabs in all places where it gets called adjust delete tab so that it uses that instead of getting it from the text in the first completion column if add win id false is given ideally add a test testing for this but i m not sure how unit testable that part of the code is currently
0
29,962
5,964,632,924
IssuesEvent
2017-05-30 09:23:47
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Investigate whether InsertSetStep.set(Record) should trigger RecordListener
C: Functionality P: Low T: Defect
Some DML statements might need to trigger `RecordListener` events, but currently don't. These include the `INSERT INTO [ table ] SET [ record ]` syntax, and others, probably. We should investigate if the above qualify for `RecordListener` event triggering, and if they do, fix this as a bug. --- See also: https://groups.google.com/forum/#!topic/jooq-user/yU5iIXcxkQI
1.0
Investigate whether InsertSetStep.set(Record) should trigger RecordListener - Some DML statements might need to trigger `RecordListener` events, but currently don't. These include the `INSERT INTO [ table ] SET [ record ]` syntax, and others, probably. We should investigate if the above qualify for `RecordListener` event triggering, and if they do, fix this as a bug. --- See also: https://groups.google.com/forum/#!topic/jooq-user/yU5iIXcxkQI
defect
investigate whether insertsetstep set record should trigger recordlistener some dml statements might need to trigger recordlistener events but currently don t these include the insert into set syntax and others probably we should investigate if the above qualify for recordlistener event triggering and if they do fix this as a bug see also
1
14,858
2,831,390,029
IssuesEvent
2015-05-24 15:54:55
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
the nem openwrt sysupdate bricked my 3040 v1
auto-migrated Priority-Medium Type-Defect
``` hi first of all : congratulation, your app is amazing! I'm from brasil. It works fine in my d90, d5100 and d800. just fyi I was using the old openwrt sysupgrade without problem. then i tried to upgrade to new one ( using luci), and my router mr 3040 v1 bricked.I didn't use the nem update factory . i went straight to the sysupgrade..ok ( because the system was working fine) do you intend to produce this app to windows...or ios??? the market is wanted for some like that... one last question: is possible take movie using your app?? ( i believe the aswer will be not!...is hard to put this feature in the app? thanks a lot marques ``` Original issue reported on code.google.com by `josemarq...@gmail.com` on 18 Aug 2013 at 10:16
1.0
the nem openwrt sysupdate bricked my 3040 v1 - ``` hi first of all : congratulation, your app is amazing! I'm from brasil. It works fine in my d90, d5100 and d800. just fyi I was using the old openwrt sysupgrade without problem. then i tried to upgrade to new one ( using luci), and my router mr 3040 v1 bricked.I didn't use the nem update factory . i went straight to the sysupgrade..ok ( because the system was working fine) do you intend to produce this app to windows...or ios??? the market is wanted for some like that... one last question: is possible take movie using your app?? ( i believe the aswer will be not!...is hard to put this feature in the app? thanks a lot marques ``` Original issue reported on code.google.com by `josemarq...@gmail.com` on 18 Aug 2013 at 10:16
defect
the nem openwrt sysupdate bricked my hi first of all congratulation your app is amazing i m from brasil it works fine in my and just fyi i was using the old openwrt sysupgrade without problem then i tried to upgrade to new one using luci and my router mr bricked i didn t use the nem update factory i went straight to the sysupgrade ok because the system was working fine do you intend to produce this app to windows or ios the market is wanted for some like that one last question is possible take movie using your app i believe the aswer will be not is hard to put this feature in the app thanks a lot marques original issue reported on code google com by josemarq gmail com on aug at
1
221,731
17,026,164,036
IssuesEvent
2021-07-03 15:04:08
timfitzzz/twitch-clipcatcher
https://api.github.com/repos/timfitzzz/twitch-clipcatcher
opened
Add README
documentation
Create readme for this repo that contains basic information about how to use and to help develop the application
1.0
Add README - Create readme for this repo that contains basic information about how to use and to help develop the application
non_defect
add readme create readme for this repo that contains basic information about how to use and to help develop the application
0
212,610
23,926,907,635
IssuesEvent
2022-09-10 01:04:46
Seagate/cortx-rgw
https://api.github.com/repos/Seagate/cortx-rgw
closed
CVE-2022-0686 (High) detected in url-parse-1.5.4.tgz - autoclosed
security vulnerability
## CVE-2022-0686 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.4.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.5.4.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.5.4.tgz</a></p> <p>Path to dependency file: /src/pybind/mgr/dashboard/frontend/package.json</p> <p>Path to vulnerable library: /src/pybind/mgr/dashboard/frontend/node_modules/url-parse/package.json</p> <p> Dependency Hierarchy: - swagger-ui-4.1.3.tgz (Root Library) - :x: **url-parse-1.5.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Seagate/cortx-rgw/commit/aa78617d024ccd26801e43c6980f939cf8bded5f">aa78617d024ccd26801e43c6980f939cf8bded5f</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.8. <p>Publish Date: 2022-02-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0686>CVE-2022-0686</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0686">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0686</a></p> <p>Release Date: 2022-02-20</p> <p>Fix Resolution (url-parse): 1.5.8</p> <p>Direct dependency fix Resolution (swagger-ui): 4.2.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
True
CVE-2022-0686 (High) detected in url-parse-1.5.4.tgz - autoclosed - ## CVE-2022-0686 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.4.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.5.4.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.5.4.tgz</a></p> <p>Path to dependency file: /src/pybind/mgr/dashboard/frontend/package.json</p> <p>Path to vulnerable library: /src/pybind/mgr/dashboard/frontend/node_modules/url-parse/package.json</p> <p> Dependency Hierarchy: - swagger-ui-4.1.3.tgz (Root Library) - :x: **url-parse-1.5.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Seagate/cortx-rgw/commit/aa78617d024ccd26801e43c6980f939cf8bded5f">aa78617d024ccd26801e43c6980f939cf8bded5f</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.8. <p>Publish Date: 2022-02-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0686>CVE-2022-0686</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0686">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0686</a></p> <p>Release Date: 2022-02-20</p> <p>Fix Resolution (url-parse): 1.5.8</p> <p>Direct dependency fix Resolution (swagger-ui): 4.2.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
non_defect
cve high detected in url parse tgz autoclosed cve high severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file src pybind mgr dashboard frontend package json path to vulnerable library src pybind mgr dashboard frontend node modules url parse package json dependency hierarchy swagger ui tgz root library x url parse tgz vulnerable library found in head commit a href found in base branch main vulnerability details authorization bypass through user controlled key in npm url parse prior to publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution url parse direct dependency fix resolution swagger ui rescue worker helmet automatic remediation is available for this issue
0
389,235
11,499,558,113
IssuesEvent
2020-02-12 14:09:32
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
reopened
Add red dot in nav to notify user of new notification
Needed for V2 launch Priority: Very High
### Desktop: Should only disappear when the user opens their account summary. https://www.figma.com/file/bZh7tOiLm6Ls9Hl4RL6qMC5X/Augur-Redesign?node-id=635%3A29484 ![image.png](https://images.zenhubusercontent.com/5c07af47035895308911c4c5/e2432c20-5726-4b5e-9ad9-8f74b56f894b) ### Mobile: Should only disappear when the user opens the notification tab of account summary **Needs to appear in 2 places:** ** 1 - main menu** https://www.figma.com/file/bZh7tOiLm6Ls9Hl4RL6qMC5X/Augur-Redesign?node-id=12854%3A298319 ![image.png](https://images.zenhubusercontent.com/5c07af47035895308911c4c5/78e33eaf-d840-4f9c-8d57-526270d66e7c) ** 2 - sub menu** https://www.figma.com/file/bZh7tOiLm6Ls9Hl4RL6qMC5X/Augur-Redesign?node-id=7404%3A275155 ![image.png](https://images.zenhubusercontent.com/5c07af47035895308911c4c5/2ffcdd57-3df2-480a-8eb9-362b6798ba4d) Details: Circle: 4px x 4px Color: #FD6266; Placement: 4px to the right of Account Summary. Align top right with text. See below: ![image.png](https://images.zenhubusercontent.com/5c07af47035895308911c4c5/9fa1f8fb-a529-40bd-bc00-f4425d1574d6)
1.0
Add red dot in nav to notify user of new notification - ### Desktop: Should only disappear when the user opens their account summary. https://www.figma.com/file/bZh7tOiLm6Ls9Hl4RL6qMC5X/Augur-Redesign?node-id=635%3A29484 ![image.png](https://images.zenhubusercontent.com/5c07af47035895308911c4c5/e2432c20-5726-4b5e-9ad9-8f74b56f894b) ### Mobile: Should only disappear when the user opens the notification tab of account summary **Needs to appear in 2 places:** ** 1 - main menu** https://www.figma.com/file/bZh7tOiLm6Ls9Hl4RL6qMC5X/Augur-Redesign?node-id=12854%3A298319 ![image.png](https://images.zenhubusercontent.com/5c07af47035895308911c4c5/78e33eaf-d840-4f9c-8d57-526270d66e7c) ** 2 - sub menu** https://www.figma.com/file/bZh7tOiLm6Ls9Hl4RL6qMC5X/Augur-Redesign?node-id=7404%3A275155 ![image.png](https://images.zenhubusercontent.com/5c07af47035895308911c4c5/2ffcdd57-3df2-480a-8eb9-362b6798ba4d) Details: Circle: 4px x 4px Color: #FD6266; Placement: 4px to the right of Account Summary. Align top right with text. See below: ![image.png](https://images.zenhubusercontent.com/5c07af47035895308911c4c5/9fa1f8fb-a529-40bd-bc00-f4425d1574d6)
non_defect
add red dot in nav to notify user of new notification desktop should only disappear when the user opens their account summary mobile should only disappear when the user opens the notification tab of account summary needs to appear in places main menu sub menu details circle x color placement to the right of account summary align top right with text see below
0
44,145
11,996,278,405
IssuesEvent
2020-04-08 16:29:34
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
CMS [AXE-CORE]: All page content MUST be contained by landmarks
508-defect-4 508-issue-semantic-markup 508/Accessibility cms vsa vsa-public-websites
# [508-defect-4](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4) **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Description Moderate Template Issue | All page content **must** be contained by landmarks .vads-u-padding-x--1 = `<div class="vads-u-padding-x--1 medium-screen:vads-u-padding-x--2">` ### Why it matters Screen reader users can navigate to a section based on its HTML element or ARIA Landmark. It is best practice to contain all content excepting skip links, within distinct regions such as the header, nav, main, and footer. As this content is relatively decorative, it is seems less urgent. However, since screen reader users can't tell what is and isn't decorative, containing content within landmarks as the rule describes will prevent confusion. Navigating a web page is far simpler for screen reader users if the content splits between multiple high-level sections. Content outside of sections is difficult to find, and the content's purpose may be unclear. Historically, HTML lacked some key semantic markers such as the ability to designate sections of the page as the header, navigation, main content, and footer. Using both HTML5 elements and ARIA landmarks in the same element is considered a best practice, but the future favors using native HTML5 element regions as browser support increases. ## Point of Contact **VFS Point of Contact:** Jennifer ## Acceptance Criteria As a screen reader user, I want to navigate the content of the page by landmark regions. ## Environment * Operating System: all * Browser: all * Screenreading device: any * Server destination: production ## Steps to Recreate 1. Enter any of the above urls in browser, in the VA environment 2. Run axe scan using browser tools 3. Verify that the div.vads-u-padding-x--1 is identified as not contained by landmarks. ## Possible Fixes (optional) This requires a page template change, to enclose this div.vads-u-padding-x--1 within div#content or the footer. ## WCAG or Vendor Guidance (optional) * [axe-core 3.4 - All page content must be contained by landmarks](https://dequeuniversity.com/rules/axe/3.4/region?application=AxeChrome) ## Screenshots ![Screen Shot 2020-04-08 at 12 25 53 PM](https://user-images.githubusercontent.com/57469/78809012-46e8bd00-7994-11ea-9ed9-97c5e1386111.png)
1.0
CMS [AXE-CORE]: All page content MUST be contained by landmarks - # [508-defect-4](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4) **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Description Moderate Template Issue | All page content **must** be contained by landmarks .vads-u-padding-x--1 = `<div class="vads-u-padding-x--1 medium-screen:vads-u-padding-x--2">` ### Why it matters Screen reader users can navigate to a section based on its HTML element or ARIA Landmark. It is best practice to contain all content excepting skip links, within distinct regions such as the header, nav, main, and footer. As this content is relatively decorative, it is seems less urgent. However, since screen reader users can't tell what is and isn't decorative, containing content within landmarks as the rule describes will prevent confusion. Navigating a web page is far simpler for screen reader users if the content splits between multiple high-level sections. Content outside of sections is difficult to find, and the content's purpose may be unclear. Historically, HTML lacked some key semantic markers such as the ability to designate sections of the page as the header, navigation, main content, and footer. Using both HTML5 elements and ARIA landmarks in the same element is considered a best practice, but the future favors using native HTML5 element regions as browser support increases. ## Point of Contact **VFS Point of Contact:** Jennifer ## Acceptance Criteria As a screen reader user, I want to navigate the content of the page by landmark regions. ## Environment * Operating System: all * Browser: all * Screenreading device: any * Server destination: production ## Steps to Recreate 1. Enter any of the above urls in browser, in the VA environment 2. Run axe scan using browser tools 3. Verify that the div.vads-u-padding-x--1 is identified as not contained by landmarks. ## Possible Fixes (optional) This requires a page template change, to enclose this div.vads-u-padding-x--1 within div#content or the footer. ## WCAG or Vendor Guidance (optional) * [axe-core 3.4 - All page content must be contained by landmarks](https://dequeuniversity.com/rules/axe/3.4/region?application=AxeChrome) ## Screenshots ![Screen Shot 2020-04-08 at 12 25 53 PM](https://user-images.githubusercontent.com/57469/78809012-46e8bd00-7994-11ea-9ed9-97c5e1386111.png)
defect
cms all page content must be contained by landmarks feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enhancements description moderate template issue all page content must be contained by landmarks vads u padding x why it matters screen reader users can navigate to a section based on its html element or aria landmark it is best practice to contain all content excepting skip links within distinct regions such as the header nav main and footer as this content is relatively decorative it is seems less urgent however since screen reader users can t tell what is and isn t decorative containing content within landmarks as the rule describes will prevent confusion navigating a web page is far simpler for screen reader users if the content splits between multiple high level sections content outside of sections is difficult to find and the content s purpose may be unclear historically html lacked some key semantic markers such as the ability to designate sections of the page as the header navigation main content and footer using both elements and aria landmarks in the same element is considered a best practice but the future favors using native element regions as browser support increases point of contact vfs point of contact jennifer acceptance criteria as a screen reader user i want to navigate the content of the page by landmark regions environment operating system all browser all screenreading device any server destination production steps to recreate enter any of the above urls in browser in the va environment run axe scan using browser tools verify that the div vads u padding x is identified as not contained by landmarks possible fixes optional this requires a page template change to enclose this div vads u padding x within div content or the footer wcag or vendor guidance optional screenshots
1
78,817
27,771,073,035
IssuesEvent
2023-03-16 14:30:01
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: Chrome 111 is not compatible with default HTTP Client
C-java I-defect
### What happened? After the Chrome 111 update, you can no longer kick off a chromedriver instance unless you add an additional chrome option: "--remote-allow-origins=*" I submitted a bug with Google and they responded, and indicated this has to do with Selenium setting the origin header: https://bugs.chromium.org/p/chromium/issues/detail?id=1422444 ### How can we reproduce the issue? ```shell Just update to chrome 111, and try and run a UI selenium test. I am using Java and Junit. See the link to the Chrome ticket for more details on how I was personally starting the driver. ``` ### Relevant log output ```shell Mar 07, 2023 8:18:50 PM org.openqa.selenium.remote.http.WebSocket$Listener onError WARNING: Invalid Status code=403 text=Forbidden java.io.IOException: Invalid Status code=403 text=Forbidden at org.asynchttpclient.netty.handler.WebSocketHandler.abort(WebSocketHandler.java:92) at org.asynchttpclient.netty.handler.WebSocketHandler.handleRead(WebSocketHandler.java:118) at org.asynchttpclient.netty.handler.AsyncHttpClientHandler.channelRead(AsyncHttpClientHandler.java:78) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:311) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:432) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:833) org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to http://localhost:64820/devtools/browser/27cc1ab2-7320-47bf-b503-1099b7052fcc Build info: version: '4.4.0', revision: 'e5c75ed026a' System info: host: 'sdg-mac334.local', ip: '2601:681:8004:57a0:0:0:0:5bfc%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '12.1', java.version: '17.0.4.1' Driver info: driver.version: Driver ``` ### Operating System Mac OS Monterey ### Selenium version 4.4.0 ### What are the browser(s) and version(s) where you see this issue? Chrome 111 ### What are the browser driver(s) and version(s) where you see this issue? I'm using webdriver manager, so whichever the latest one its grabbing. ### Are you using Selenium Grid? _No response_
1.0
[🐛 Bug]: Chrome 111 is not compatible with default HTTP Client - ### What happened? After the Chrome 111 update, you can no longer kick off a chromedriver instance unless you add an additional chrome option: "--remote-allow-origins=*" I submitted a bug with Google and they responded, and indicated this has to do with Selenium setting the origin header: https://bugs.chromium.org/p/chromium/issues/detail?id=1422444 ### How can we reproduce the issue? ```shell Just update to chrome 111, and try and run a UI selenium test. I am using Java and Junit. See the link to the Chrome ticket for more details on how I was personally starting the driver. ``` ### Relevant log output ```shell Mar 07, 2023 8:18:50 PM org.openqa.selenium.remote.http.WebSocket$Listener onError WARNING: Invalid Status code=403 text=Forbidden java.io.IOException: Invalid Status code=403 text=Forbidden at org.asynchttpclient.netty.handler.WebSocketHandler.abort(WebSocketHandler.java:92) at org.asynchttpclient.netty.handler.WebSocketHandler.handleRead(WebSocketHandler.java:118) at org.asynchttpclient.netty.handler.AsyncHttpClientHandler.channelRead(AsyncHttpClientHandler.java:78) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:311) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:432) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:833) org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to http://localhost:64820/devtools/browser/27cc1ab2-7320-47bf-b503-1099b7052fcc Build info: version: '4.4.0', revision: 'e5c75ed026a' System info: host: 'sdg-mac334.local', ip: '2601:681:8004:57a0:0:0:0:5bfc%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '12.1', java.version: '17.0.4.1' Driver info: driver.version: Driver ``` ### Operating System Mac OS Monterey ### Selenium version 4.4.0 ### What are the browser(s) and version(s) where you see this issue? Chrome 111 ### What are the browser driver(s) and version(s) where you see this issue? I'm using webdriver manager, so whichever the latest one its grabbing. ### Are you using Selenium Grid? _No response_
defect
chrome is not compatible with default http client what happened after the chrome update you can no longer kick off a chromedriver instance unless you add an additional chrome option remote allow origins i submitted a bug with google and they responded and indicated this has to do with selenium setting the origin header how can we reproduce the issue shell just update to chrome and try and run a ui selenium test i am using java and junit see the link to the chrome ticket for more details on how i was personally starting the driver relevant log output shell mar pm org openqa selenium remote http websocket listener onerror warning invalid status code text forbidden java io ioexception invalid status code text forbidden at org asynchttpclient netty handler websockethandler abort websockethandler java at org asynchttpclient netty handler websockethandler handleread websockethandler java at org asynchttpclient netty handler asynchttpclienthandler channelread asynchttpclienthandler java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty channel combinedchannelduplexhandler delegatingchannelhandlercontext firechannelread combinedchannelduplexhandler java at io netty handler codec bytetomessagedecoder firechannelread bytetomessagedecoder java at io netty handler codec bytetomessagedecoder firechannelread bytetomessagedecoder java at io netty handler codec bytetomessagedecoder calldecode bytetomessagedecoder java at io netty handler codec bytetomessagedecoder channelread bytetomessagedecoder java at io netty channel combinedchannelduplexhandler channelread combinedchannelduplexhandler java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty channel defaultchannelpipeline headcontext channelread defaultchannelpipeline java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at io netty channel nio abstractniobytechannel niobyteunsafe read abstractniobytechannel java at io netty channel nio nioeventloop processselectedkey nioeventloop java at io netty channel nio nioeventloop processselectedkeysoptimized nioeventloop java at io netty channel nio nioeventloop processselectedkeys nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util internal threadexecutormap run threadexecutormap java at io netty util concurrent fastthreadlocalrunnable run fastthreadlocalrunnable java at java base java lang thread run thread java org openqa selenium remote http connectionfailedexception unable to establish websocket connection to build info version revision system info host sdg local ip os name mac os x os arch os version java version driver info driver version driver operating system mac os monterey selenium version what are the browser s and version s where you see this issue chrome what are the browser driver s and version s where you see this issue i m using webdriver manager so whichever the latest one its grabbing are you using selenium grid no response
1
57,395
15,765,326,125
IssuesEvent
2021-03-31 14:03:11
snowplow/snowplow-javascript-tracker
https://api.github.com/repos/snowplow/snowplow-javascript-tracker
closed
Improve event flushing options and remove pageUnloadTimer
category:browser priority:medium status:in_progress status:need_triage type:defect
Current value used in combination with automatic link click tracking can slow the loading of subsequent pages on a website, as the timer is enabled after each link click.
1.0
Improve event flushing options and remove pageUnloadTimer - Current value used in combination with automatic link click tracking can slow the loading of subsequent pages on a website, as the timer is enabled after each link click.
defect
improve event flushing options and remove pageunloadtimer current value used in combination with automatic link click tracking can slow the loading of subsequent pages on a website as the timer is enabled after each link click
1
17,806
3,013,049,641
IssuesEvent
2015-07-29 05:47:30
yawlfoundation/yawl
https://api.github.com/repos/yawlfoundation/yawl
closed
Raising a "new external exception"
auto-migrated Priority-Medium Type-Defect
``` Hello, After Raising a Case-Level-Exception (i've only tested the case-level so far) and selecting "new external exception", no .xws-file is generated. For this reason it is not possible to change the CaseExternalTrigger-RDR-Tree. Furthermore I think that it is not useful only to allow the refinement of rules (rule-nodes can only be added to true branches of existing nodes) for adding a new exception rule node. Example: CaseExternalTrigger RDR Tree: if trigger="A" then suspend case; run worklet A; continue case else if trigger="B" then suspend case; run worklet B; continue case else if trigger="C" then suspend case; run worklet C; continue case After adding a new exception the RDR Tree could look like this: if trigger="A" then suspend case; run worklet A; continue case else if trigger="B" then suspend case; run worklet B; continue case else if trigger="C" then suspend case; run worklet C; continue case else if trigger="NEW" then suspend case; run worklet NEW; continue case The refinement-strategy only allows something like if trigger="A" then suspend case; run worklet A; continue case else if trigger="B" then suspend case; run worklet B; continue case else if trigger="C" then suspend case; run worklet C; continue case except if trigger="NEW" then suspend case; run worklet NEW; continue case And that does not make sense to me. (I'm using YAWL4Enterprise 2.0 RC2 (windows installer)) ``` Original issue reported on code.google.com by `moellert...@web.de` on 16 Aug 2009 at 4:19
1.0
Raising a "new external exception" - ``` Hello, After Raising a Case-Level-Exception (i've only tested the case-level so far) and selecting "new external exception", no .xws-file is generated. For this reason it is not possible to change the CaseExternalTrigger-RDR-Tree. Furthermore I think that it is not useful only to allow the refinement of rules (rule-nodes can only be added to true branches of existing nodes) for adding a new exception rule node. Example: CaseExternalTrigger RDR Tree: if trigger="A" then suspend case; run worklet A; continue case else if trigger="B" then suspend case; run worklet B; continue case else if trigger="C" then suspend case; run worklet C; continue case After adding a new exception the RDR Tree could look like this: if trigger="A" then suspend case; run worklet A; continue case else if trigger="B" then suspend case; run worklet B; continue case else if trigger="C" then suspend case; run worklet C; continue case else if trigger="NEW" then suspend case; run worklet NEW; continue case The refinement-strategy only allows something like if trigger="A" then suspend case; run worklet A; continue case else if trigger="B" then suspend case; run worklet B; continue case else if trigger="C" then suspend case; run worklet C; continue case except if trigger="NEW" then suspend case; run worklet NEW; continue case And that does not make sense to me. (I'm using YAWL4Enterprise 2.0 RC2 (windows installer)) ``` Original issue reported on code.google.com by `moellert...@web.de` on 16 Aug 2009 at 4:19
defect
raising a new external exception hello after raising a case level exception i ve only tested the case level so far and selecting new external exception no xws file is generated for this reason it is not possible to change the caseexternaltrigger rdr tree furthermore i think that it is not useful only to allow the refinement of rules rule nodes can only be added to true branches of existing nodes for adding a new exception rule node example caseexternaltrigger rdr tree if trigger a then suspend case run worklet a continue case else if trigger b then suspend case run worklet b continue case else if trigger c then suspend case run worklet c continue case after adding a new exception the rdr tree could look like this if trigger a then suspend case run worklet a continue case else if trigger b then suspend case run worklet b continue case else if trigger c then suspend case run worklet c continue case else if trigger new then suspend case run worklet new continue case the refinement strategy only allows something like if trigger a then suspend case run worklet a continue case else if trigger b then suspend case run worklet b continue case else if trigger c then suspend case run worklet c continue case except if trigger new then suspend case run worklet new continue case and that does not make sense to me i m using windows installer original issue reported on code google com by moellert web de on aug at
1
49,254
6,019,188,633
IssuesEvent
2017-06-07 14:02:51
sbsdev/daisyproducer
https://api.github.com/repos/sbsdev/daisyproducer
closed
Import of GD productions from ABACUS fails
deployed on testing
The xml from ABACUS now contains an new element `<drucker/>`. That change makes the validation fail and hence the import.
1.0
Import of GD productions from ABACUS fails - The xml from ABACUS now contains an new element `<drucker/>`. That change makes the validation fail and hence the import.
non_defect
import of gd productions from abacus fails the xml from abacus now contains an new element that change makes the validation fail and hence the import
0
67,470
20,961,669,060
IssuesEvent
2022-03-27 22:00:59
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Spaces order aren’t synced with web
T-Defect A-Spaces Z-Papercuts S-Minor O-Frequent
This makes using spaces not comfortable when switching between web and iOS
1.0
Spaces order aren’t synced with web - This makes using spaces not comfortable when switching between web and iOS
defect
spaces order aren’t synced with web this makes using spaces not comfortable when switching between web and ios
1
68,622
21,730,367,123
IssuesEvent
2022-05-11 11:27:30
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
Chips: stops processing input on first non unique pair
defect
### Describe the bug Chips component with `unique="true"`, does not process the whole input, but stops at the first non-unique pair. ### Reproducer 1. Go to https://www.primefaces.org/showcase/ui/input/chips.xhtml 2. Click on **Unique** input 3. Write `aaa,aaa,bbb` 4. Press `Enter` 5. See error, `bbb` was not processed ### Expected behavior The whole input must be processed, regardless of the duplicates. ### PrimeFaces edition Community ### PrimeFaces version 11.0.0 ### Theme All ### JSF implementation All ### JSF version 2.3 ### Browser(s) All
1.0
Chips: stops processing input on first non unique pair - ### Describe the bug Chips component with `unique="true"`, does not process the whole input, but stops at the first non-unique pair. ### Reproducer 1. Go to https://www.primefaces.org/showcase/ui/input/chips.xhtml 2. Click on **Unique** input 3. Write `aaa,aaa,bbb` 4. Press `Enter` 5. See error, `bbb` was not processed ### Expected behavior The whole input must be processed, regardless of the duplicates. ### PrimeFaces edition Community ### PrimeFaces version 11.0.0 ### Theme All ### JSF implementation All ### JSF version 2.3 ### Browser(s) All
defect
chips stops processing input on first non unique pair describe the bug chips component with unique true does not process the whole input but stops at the first non unique pair reproducer go to click on unique input write aaa aaa bbb press enter see error bbb was not processed expected behavior the whole input must be processed regardless of the duplicates primefaces edition community primefaces version theme all jsf implementation all jsf version browser s all
1
304,387
23,063,598,209
IssuesEvent
2022-07-25 12:07:52
hazelcast/hazelcast-csharp-client
https://api.github.com/repos/hazelcast/hazelcast-csharp-client
closed
BlueGreen in documentation TOC [API-1396]
Type: Documentation Jira
The BlueGreen page seems to be missing in the 5.1 release TOC.
1.0
BlueGreen in documentation TOC [API-1396] - The BlueGreen page seems to be missing in the 5.1 release TOC.
non_defect
bluegreen in documentation toc the bluegreen page seems to be missing in the release toc
0
53,740
13,262,215,084
IssuesEvent
2020-08-20 21:19:36
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[clsim] compatibility with geant4.10.3 (Trac #1986)
Migrated from Trac combo simulation defect
```text /cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx: In member function ‘virtual void TrkEMPhysicsUHE::ConstructProcess()’: /cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx:63:37: error: ‘class G4LossTableManager’ has no member named ‘SetMaxEnergy’ G4LossTableManager::Instance()->SetMaxEnergy(10.*PeV); ``` Would be nice to fix this soon and get it in a simulation point release, so it will build with py2-v3. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1986">https://code.icecube.wisc.edu/projects/icecube/ticket/1986</a>, reported by david.schultzand owned by claudio.kopper</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:53", "_ts": "1550067233566919", "description": "{{{\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx: In member function \u2018virtual void TrkEMPhysicsUHE::ConstructProcess()\u2019:\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx:63:37: error: \u2018class G4LossTableManager\u2019 has no member named \u2018SetMaxEnergy\u2019\n G4LossTableManager::Instance()->SetMaxEnergy(10.*PeV);\n}}}\n\nWould be nice to fix this soon and get it in a simulation point release, so it will build with py2-v3.", "reporter": "david.schultz", "cc": "olivas", "resolution": "fixed", "time": "2017-04-20T22:05:47", "component": "combo simulation", "summary": "[clsim] compatibility with geant4.10.3", "priority": "critical", "keywords": "", "milestone": "", "owner": "claudio.kopper", "type": "defect" } ``` </p> </details>
1.0
[clsim] compatibility with geant4.10.3 (Trac #1986) - ```text /cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx: In member function ‘virtual void TrkEMPhysicsUHE::ConstructProcess()’: /cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx:63:37: error: ‘class G4LossTableManager’ has no member named ‘SetMaxEnergy’ G4LossTableManager::Instance()->SetMaxEnergy(10.*PeV); ``` Would be nice to fix this soon and get it in a simulation point release, so it will build with py2-v3. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1986">https://code.icecube.wisc.edu/projects/icecube/ticket/1986</a>, reported by david.schultzand owned by claudio.kopper</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:53", "_ts": "1550067233566919", "description": "{{{\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx: In member function \u2018virtual void TrkEMPhysicsUHE::ConstructProcess()\u2019:\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx:63:37: error: \u2018class G4LossTableManager\u2019 has no member named \u2018SetMaxEnergy\u2019\n G4LossTableManager::Instance()->SetMaxEnergy(10.*PeV);\n}}}\n\nWould be nice to fix this soon and get it in a simulation point release, so it will build with py2-v3.", "reporter": "david.schultz", "cc": "olivas", "resolution": "fixed", "time": "2017-04-20T22:05:47", "component": "combo simulation", "summary": "[clsim] compatibility with geant4.10.3", "priority": "critical", "keywords": "", "milestone": "", "owner": "claudio.kopper", "type": "defect" } ``` </p> </details>
defect
compatibility with trac text cvmfs icecube opensciencegrid org metaprojects combo stable clsim private trkemphysicsuhe cxx in member function ‘virtual void trkemphysicsuhe constructprocess ’ cvmfs icecube opensciencegrid org metaprojects combo stable clsim private trkemphysicsuhe cxx error ‘class ’ has no member named ‘setmaxenergy’ instance setmaxenergy pev would be nice to fix this soon and get it in a simulation point release so it will build with migrated from json status closed changetime ts description n cvmfs icecube opensciencegrid org metaprojects combo stable clsim private trkemphysicsuhe cxx in member function void trkemphysicsuhe constructprocess n cvmfs icecube opensciencegrid org metaprojects combo stable clsim private trkemphysicsuhe cxx error has no member named n instance setmaxenergy pev n n nwould be nice to fix this soon and get it in a simulation point release so it will build with reporter david schultz cc olivas resolution fixed time component combo simulation summary compatibility with priority critical keywords milestone owner claudio kopper type defect
1
65,058
19,084,864,148
IssuesEvent
2021-11-29 03:43:03
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Messages in E2EE DM are suddenly "unencrypted"
T-Defect
### Steps to reproduce Unfortunately, I cannot explain what caused this error to occur. Nothing unusual was initiated in this DM aside from messaging back and forth with a friend. Here's what happened: a friend messaged me, and I noticed that beneath their profile picture a small red shield had appeared. When I hover my mouse over this red shield, a small text-box appears which says "Unencrypted". Here's a picture of what it looks like. ![eissue 01 - Copy](https://user-images.githubusercontent.com/95199271/143804837-3bef0bc5-7ecd-4bfb-b2a5-0334801bc54a.png) When I click on my friend's profile picture, under the "Security" tab, which is directly below the profile picture, it says "Messages in this room are end-to-end encrypted." I thought this "Unencrypted" issue was a false positive, in other words, the message was saying it is "unencrypted" when it really wasn't, so I enabled developer mode on Android. For my messages, I could hold the message and the "View Source" and "View Decrypted Source" menus would appear; but for my friend's messages, only the "View Source" menu would appear, which I believe implies my messages are encrypted, but my friend's aren't. ![eissue 02 - Copy](https://user-images.githubusercontent.com/95199271/143805217-c655582f-d303-4f50-8dc2-c038f536e47e.png) This issue was appearing on both Android and the web version of Element, so I don't think it's an OS specific issue... However, my friend uses IOS. I would like to clarify this; only the messages from a specific point onward became unencrypted; not all messages my friend has sent me had become unencrypted. I asked my friend if they had done anything that might have caused this change, but they said they hadn't done anything at all. They had just been using the app as normal when the issue occurred. P.S. Can someone explain to me how to send the logs from the specific DM? I'm not too sure how to do that (on Web preferably...) How can I link this bug report when I send the logs? Thanks! ### Outcome #### What did you expect? The DMs in an E2EE DM would remain encrypted for all participants involved. #### What happened instead? The DMs my friend sent suddenly became unencrypted. ### Operating system Windows 10 ### Browser information Firefox ### URL for webapp _No response_ ### Application version Element version: v1.9.5 Olm version: 3.2.3 ### Homeserver _No response_ ### Will you send logs? Yes
1.0
Messages in E2EE DM are suddenly "unencrypted" - ### Steps to reproduce Unfortunately, I cannot explain what caused this error to occur. Nothing unusual was initiated in this DM aside from messaging back and forth with a friend. Here's what happened: a friend messaged me, and I noticed that beneath their profile picture a small red shield had appeared. When I hover my mouse over this red shield, a small text-box appears which says "Unencrypted". Here's a picture of what it looks like. ![eissue 01 - Copy](https://user-images.githubusercontent.com/95199271/143804837-3bef0bc5-7ecd-4bfb-b2a5-0334801bc54a.png) When I click on my friend's profile picture, under the "Security" tab, which is directly below the profile picture, it says "Messages in this room are end-to-end encrypted." I thought this "Unencrypted" issue was a false positive, in other words, the message was saying it is "unencrypted" when it really wasn't, so I enabled developer mode on Android. For my messages, I could hold the message and the "View Source" and "View Decrypted Source" menus would appear; but for my friend's messages, only the "View Source" menu would appear, which I believe implies my messages are encrypted, but my friend's aren't. ![eissue 02 - Copy](https://user-images.githubusercontent.com/95199271/143805217-c655582f-d303-4f50-8dc2-c038f536e47e.png) This issue was appearing on both Android and the web version of Element, so I don't think it's an OS specific issue... However, my friend uses IOS. I would like to clarify this; only the messages from a specific point onward became unencrypted; not all messages my friend has sent me had become unencrypted. I asked my friend if they had done anything that might have caused this change, but they said they hadn't done anything at all. They had just been using the app as normal when the issue occurred. P.S. Can someone explain to me how to send the logs from the specific DM? I'm not too sure how to do that (on Web preferably...) How can I link this bug report when I send the logs? Thanks! ### Outcome #### What did you expect? The DMs in an E2EE DM would remain encrypted for all participants involved. #### What happened instead? The DMs my friend sent suddenly became unencrypted. ### Operating system Windows 10 ### Browser information Firefox ### URL for webapp _No response_ ### Application version Element version: v1.9.5 Olm version: 3.2.3 ### Homeserver _No response_ ### Will you send logs? Yes
defect
messages in dm are suddenly unencrypted steps to reproduce unfortunately i cannot explain what caused this error to occur nothing unusual was initiated in this dm aside from messaging back and forth with a friend here s what happened a friend messaged me and i noticed that beneath their profile picture a small red shield had appeared when i hover my mouse over this red shield a small text box appears which says unencrypted here s a picture of what it looks like when i click on my friend s profile picture under the security tab which is directly below the profile picture it says messages in this room are end to end encrypted i thought this unencrypted issue was a false positive in other words the message was saying it is unencrypted when it really wasn t so i enabled developer mode on android for my messages i could hold the message and the view source and view decrypted source menus would appear but for my friend s messages only the view source menu would appear which i believe implies my messages are encrypted but my friend s aren t this issue was appearing on both android and the web version of element so i don t think it s an os specific issue however my friend uses ios i would like to clarify this only the messages from a specific point onward became unencrypted not all messages my friend has sent me had become unencrypted i asked my friend if they had done anything that might have caused this change but they said they hadn t done anything at all they had just been using the app as normal when the issue occurred p s can someone explain to me how to send the logs from the specific dm i m not too sure how to do that on web preferably how can i link this bug report when i send the logs thanks outcome what did you expect the dms in an dm would remain encrypted for all participants involved what happened instead the dms my friend sent suddenly became unencrypted operating system windows browser information firefox url for webapp no response application version element version olm version homeserver no response will you send logs yes
1
25,099
4,203,617,534
IssuesEvent
2016-06-28 06:30:49
beefproject/beef
https://api.github.com/repos/beefproject/beef
closed
browser doesn't hook up
Defect
when i try to hook my browser to test , but doesn't show up in browsers on line i got this problem when i update kali linux to latest version BeEF 0.4.4.5-alpha
1.0
browser doesn't hook up - when i try to hook my browser to test , but doesn't show up in browsers on line i got this problem when i update kali linux to latest version BeEF 0.4.4.5-alpha
defect
browser doesn t hook up when i try to hook my browser to test but doesn t show up in browsers on line i got this problem when i update kali linux to latest version beef alpha
1
39,037
9,171,227,499
IssuesEvent
2019-03-04 00:19:00
libarchive/libarchive
https://api.github.com/repos/libarchive/libarchive
closed
x64 build of bsdtar fails for Visual Studio 2010 SP1
OpSys-All Priority-Medium Type-Defect
Original [issue 330](https://code.google.com/p/libarchive/issues/detail?id=330) created by Google Code user `kees.dekker@infor.com` on 2013-08-22T09:33:49.000Z: ``` <b>What steps will reproduce the problem?</b> 1. download libarchive (3.1.2) 2. download latest cmake (2.8.11.2) 3. start cmake_gui.exe 4. configure for Visual Studio 2010 (=10) x64. 5. generate solution file <b>What is the expected output? What do you see instead?</b> The generated config.h misses some defines that will exist in the 32-bit configuration. <b>What version are you using?</b> Visual Studio 2010 SP1 Professional was used. <b>On what operating system?</b> Windows 7. <b>How did you build? (cmake, configure, or pre-packaged binary)</b> cmage-gui (as described in https://github.com/libarchive/libarchive/wiki/BuildInstructions#wiki-WindowsVisual_Studio) <b>What compiler or development environment (please include version)?</b> Visual Studio 2010 SP1 (with all windows updates applied). The whole C/C++ x64 + Platform SDK was selected when installing VS2010. <b>Please provide any additional information below.</b> I attached the generated 32-bit.config.h + 64-bit.config.h + the modified.64-bit-config.h. See attached zip. For some (for me unknown) reason cmake did not detect that some header files did exist in the 64-bit build and thus causes build errors. The 32-bit ran fine out of the box. Note: you may benefit by using typedefs from (Microsoft's SDK) basetsd.h (e.g. SSIZE_T or LONG_PTR) which hides the 32-bit/64-bit differences in these types. Example: you can typedef ssize_t as SSIZE_T (bit-independent) or use LONG_PTR. Visual Studio is always equiped with a windows/platform SDK. Unfortunately, Microsoft has its own considerations in not using sys/types.h or a way that is very common on *NIX platforms. ``` See attachment: [generated-config_h-files.zip](http://libarchive.github.io/google-code/issue-330/comment-0/generated-config_h-files.zip)
1.0
x64 build of bsdtar fails for Visual Studio 2010 SP1 - Original [issue 330](https://code.google.com/p/libarchive/issues/detail?id=330) created by Google Code user `kees.dekker@infor.com` on 2013-08-22T09:33:49.000Z: ``` <b>What steps will reproduce the problem?</b> 1. download libarchive (3.1.2) 2. download latest cmake (2.8.11.2) 3. start cmake_gui.exe 4. configure for Visual Studio 2010 (=10) x64. 5. generate solution file <b>What is the expected output? What do you see instead?</b> The generated config.h misses some defines that will exist in the 32-bit configuration. <b>What version are you using?</b> Visual Studio 2010 SP1 Professional was used. <b>On what operating system?</b> Windows 7. <b>How did you build? (cmake, configure, or pre-packaged binary)</b> cmage-gui (as described in https://github.com/libarchive/libarchive/wiki/BuildInstructions#wiki-WindowsVisual_Studio) <b>What compiler or development environment (please include version)?</b> Visual Studio 2010 SP1 (with all windows updates applied). The whole C/C++ x64 + Platform SDK was selected when installing VS2010. <b>Please provide any additional information below.</b> I attached the generated 32-bit.config.h + 64-bit.config.h + the modified.64-bit-config.h. See attached zip. For some (for me unknown) reason cmake did not detect that some header files did exist in the 64-bit build and thus causes build errors. The 32-bit ran fine out of the box. Note: you may benefit by using typedefs from (Microsoft's SDK) basetsd.h (e.g. SSIZE_T or LONG_PTR) which hides the 32-bit/64-bit differences in these types. Example: you can typedef ssize_t as SSIZE_T (bit-independent) or use LONG_PTR. Visual Studio is always equiped with a windows/platform SDK. Unfortunately, Microsoft has its own considerations in not using sys/types.h or a way that is very common on *NIX platforms. ``` See attachment: [generated-config_h-files.zip](http://libarchive.github.io/google-code/issue-330/comment-0/generated-config_h-files.zip)
defect
build of bsdtar fails for visual studio original created by google code user kees dekker infor com on what steps will reproduce the problem download libarchive download latest cmake start cmake gui exe configure for visual studio generate solution file what is the expected output what do you see instead the generated config h misses some defines that will exist in the bit configuration what version are you using visual studio professional was used on what operating system windows how did you build cmake configure or pre packaged binary cmage gui as described in what compiler or development environment please include version visual studio with all windows updates applied the whole c c platform sdk was selected when installing please provide any additional information below i attached the generated bit config h bit config h the modified bit config h see attached zip for some for me unknown reason cmake did not detect that some header files did exist in the bit build and thus causes build errors the bit ran fine out of the box note you may benefit by using typedefs from microsoft s sdk basetsd h e g ssize t or long ptr which hides the bit bit differences in these types example you can typedef ssize t as ssize t bit independent or use long ptr visual studio is always equiped with a windows platform sdk unfortunately microsoft has its own considerations in not using sys types h or a way that is very common on nix platforms see attachment
1
211,477
16,446,791,365
IssuesEvent
2021-05-20 20:37:54
amzn/selling-partner-api-docs
https://api.github.com/repos/amzn/selling-partner-api-docs
closed
mws_auth_token is missing in query params
bug documentation
I'm following *Authorizing Selling Partner API applications* section, and implementing *Website workflow*, on step 4 I'm expecting a mws_auth_token and I don't get it, I only get this template: https://myRedirectUri.com/?spapi_oauth_code=blablabla&state=test&selling_partner_id=blablabla I'm using an OAuth authorization URI of draft hybrid application, and login using seller that is not the application owner.
1.0
mws_auth_token is missing in query params - I'm following *Authorizing Selling Partner API applications* section, and implementing *Website workflow*, on step 4 I'm expecting a mws_auth_token and I don't get it, I only get this template: https://myRedirectUri.com/?spapi_oauth_code=blablabla&state=test&selling_partner_id=blablabla I'm using an OAuth authorization URI of draft hybrid application, and login using seller that is not the application owner.
non_defect
mws auth token is missing in query params i m following authorizing selling partner api applications section and implementing website workflow on step i m expecting a mws auth token and i don t get it i only get this template i m using an oauth authorization uri of draft hybrid application and login using seller that is not the application owner
0
70,516
23,215,803,948
IssuesEvent
2022-08-02 13:59:57
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
cascadeSelect: showClear button not display after the second time value selected
defect
### Describe the bug showClear button not display after the second time I'm selecting a value ### Environment OS: windows ### Reproducer https://stackblitz.com/edit/github-ldfcmm?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts ### Angular version 14.1.0 ### PrimeNG version 14.0.0 ### Build / Runtime Angular CLI App ### Language ALL ### Node version (for AoT issues node --version) 16.16.0 ### Browser(s) _No response_ ### Steps to reproduce the behavior _No response_ ### Expected behavior _No response_
1.0
cascadeSelect: showClear button not display after the second time value selected - ### Describe the bug showClear button not display after the second time I'm selecting a value ### Environment OS: windows ### Reproducer https://stackblitz.com/edit/github-ldfcmm?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts ### Angular version 14.1.0 ### PrimeNG version 14.0.0 ### Build / Runtime Angular CLI App ### Language ALL ### Node version (for AoT issues node --version) 16.16.0 ### Browser(s) _No response_ ### Steps to reproduce the behavior _No response_ ### Expected behavior _No response_
defect
cascadeselect showclear button not display after the second time value selected describe the bug showclear button not display after the second time i m selecting a value environment os windows reproducer angular version primeng version build runtime angular cli app language all node version for aot issues node version browser s no response steps to reproduce the behavior no response expected behavior no response
1
359,885
10,682,144,325
IssuesEvent
2019-10-22 03:59:45
ele-l10n-cjk/wingpanel-indicator-inputmethod
https://api.github.com/repos/ele-l10n-cjk/wingpanel-indicator-inputmethod
opened
Human readable engine names
Priority: High
"mozc-jp" should be "Mozc", "libpynin" should be "Intelligent Pynin", and so on
1.0
Human readable engine names - "mozc-jp" should be "Mozc", "libpynin" should be "Intelligent Pynin", and so on
non_defect
human readable engine names mozc jp should be mozc libpynin should be intelligent pynin and so on
0
5,573
2,951,846,118
IssuesEvent
2015-07-07 03:26:29
joseph-roque/Partners
https://api.github.com/repos/joseph-roque/Partners
closed
Add more information to tutorial
documentation enhancement
Tutorial does not mention that thoughts are automatically deleted 24 hours after they are read, and that thoughts can be saved to the phone by clicking the heart next to it.
1.0
Add more information to tutorial - Tutorial does not mention that thoughts are automatically deleted 24 hours after they are read, and that thoughts can be saved to the phone by clicking the heart next to it.
non_defect
add more information to tutorial tutorial does not mention that thoughts are automatically deleted hours after they are read and that thoughts can be saved to the phone by clicking the heart next to it
0
200,316
15,098,290,470
IssuesEvent
2021-02-07 22:05:15
bitcoin-s/bitcoin-s
https://api.github.com/repos/bitcoin-s/bitcoin-s
opened
Can't run eclair rpc tests locally
bug eclair-rpc tests
Logs: ``` [info] EclairRpcClientTest: [info] EclairRpcClient [info] - must have our EclairRpcClient work with .hashCode() and equals *** FAILED *** (2 seconds, 712 milliseconds) [info] java.lang.IllegalArgumentException: port out of range:-1 [info] at java.base/java.net.InetSocketAddress.checkPort(InetSocketAddress.java:153) [info] at java.base/java.net.InetSocketAddress.<init>(InetSocketAddress.java:234) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.toInetSocketAddress(EclairInstance.scala:70) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.$anonfun$fromConfig$1(EclairInstance.scala:164) [info] at scala.Option.map(Option.scala:242) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.fromConfig(EclairInstance.scala:164) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.fromConfig(EclairInstance.scala:102) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.fromConfigFile(EclairInstance.scala:93) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.fromDatadir(EclairInstance.scala:81) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil.eclairInstance(EclairRpcTestUtil.scala:182) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil.eclairInstance$(EclairRpcTestUtil.scala:179) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil$.eclairInstance(EclairRpcTestUtil.scala:843) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil.eclairInstance(EclairRpcTestUtil.scala:191) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil.eclairInstance$(EclairRpcTestUtil.scala:187) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil$.eclairInstance(EclairRpcTestUtil.scala:843) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil.$anonfun$createNodePair$1(EclairRpcTestUtil.scala:536) [info] at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:431) [info] at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:48) [info] at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:48) [info] at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [info] at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) [info] at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) [info] at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) [info] at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ```
1.0
Can't run eclair rpc tests locally - Logs: ``` [info] EclairRpcClientTest: [info] EclairRpcClient [info] - must have our EclairRpcClient work with .hashCode() and equals *** FAILED *** (2 seconds, 712 milliseconds) [info] java.lang.IllegalArgumentException: port out of range:-1 [info] at java.base/java.net.InetSocketAddress.checkPort(InetSocketAddress.java:153) [info] at java.base/java.net.InetSocketAddress.<init>(InetSocketAddress.java:234) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.toInetSocketAddress(EclairInstance.scala:70) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.$anonfun$fromConfig$1(EclairInstance.scala:164) [info] at scala.Option.map(Option.scala:242) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.fromConfig(EclairInstance.scala:164) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.fromConfig(EclairInstance.scala:102) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.fromConfigFile(EclairInstance.scala:93) [info] at org.bitcoins.eclair.rpc.config.EclairInstance$.fromDatadir(EclairInstance.scala:81) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil.eclairInstance(EclairRpcTestUtil.scala:182) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil.eclairInstance$(EclairRpcTestUtil.scala:179) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil$.eclairInstance(EclairRpcTestUtil.scala:843) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil.eclairInstance(EclairRpcTestUtil.scala:191) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil.eclairInstance$(EclairRpcTestUtil.scala:187) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil$.eclairInstance(EclairRpcTestUtil.scala:843) [info] at org.bitcoins.testkit.eclair.rpc.EclairRpcTestUtil.$anonfun$createNodePair$1(EclairRpcTestUtil.scala:536) [info] at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:431) [info] at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:48) [info] at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:48) [info] at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [info] at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) [info] at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) [info] at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) [info] at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ```
non_defect
can t run eclair rpc tests locally logs eclairrpcclienttest eclairrpcclient must have our eclairrpcclient work with hashcode and equals failed seconds milliseconds java lang illegalargumentexception port out of range at java base java net inetsocketaddress checkport inetsocketaddress java at java base java net inetsocketaddress inetsocketaddress java at org bitcoins eclair rpc config eclairinstance toinetsocketaddress eclairinstance scala at org bitcoins eclair rpc config eclairinstance anonfun fromconfig eclairinstance scala at scala option map option scala at org bitcoins eclair rpc config eclairinstance fromconfig eclairinstance scala at org bitcoins eclair rpc config eclairinstance fromconfig eclairinstance scala at org bitcoins eclair rpc config eclairinstance fromconfigfile eclairinstance scala at org bitcoins eclair rpc config eclairinstance fromdatadir eclairinstance scala at org bitcoins testkit eclair rpc eclairrpctestutil eclairinstance eclairrpctestutil scala at org bitcoins testkit eclair rpc eclairrpctestutil eclairinstance eclairrpctestutil scala at org bitcoins testkit eclair rpc eclairrpctestutil eclairinstance eclairrpctestutil scala at org bitcoins testkit eclair rpc eclairrpctestutil eclairinstance eclairrpctestutil scala at org bitcoins testkit eclair rpc eclairrpctestutil eclairinstance eclairrpctestutil scala at org bitcoins testkit eclair rpc eclairrpctestutil eclairinstance eclairrpctestutil scala at org bitcoins testkit eclair rpc eclairrpctestutil anonfun createnodepair eclairrpctestutil scala at scala concurrent impl promise transformation run promise scala at akka dispatch taskinvocation run abstractdispatcher scala at akka dispatch forkjoinexecutorconfigurator akkaforkjointask exec forkjoinexecutorconfigurator scala at java base java util concurrent forkjointask doexec forkjointask java at java base java util concurrent forkjoinpool workqueue toplevelexec forkjoinpool java at java base java util concurrent forkjoinpool scan forkjoinpool java at java base java util concurrent forkjoinpool runworker forkjoinpool java at java base java util concurrent forkjoinworkerthread run forkjoinworkerthread java
0
36,749
8,109,543,060
IssuesEvent
2018-08-14 07:57:42
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
ScrollPanel has incorrect height setting in .ui-scrollpanel-content.
defect
**I'm submitting a ...** (check one with "x") ``` [x] bug report [ ] feature request [ ] support request ``` **Plunkr Case (Bug Reports)** Just go to the demo page of primeng for ScrollPanel https://www.primefaces.org/primeng/#/scrollpanel **Current behavior** Wrong height calculate for ui-scrollpanel-content class when use the default settings. If you don't overwrite any CSS properties when using ScrollPanel, the content height will be hidden by 18px. The first demo don't overwrite any CSS properties and the bottom 18px of content is hidden. (The text is visible because whole content has padding: 1em;. If you remove the padding the last line of text will be truncated.) The last demo which overwrites CSS properties to show the x-axis scrollbar doesn't suffer from this bug. **Expected behavior** Currently I'm overwriting the default CSS properties to set height from calc(100%+18px) to 100%, but it should work just fine without any overwrites to make the default settings work. **Please tell us about your environment:** * **Angular version:** 5.2.9 * **PrimeNG version:** 5.2.3 * **Browser:** Chrome 65.0.3325.162
1.0
ScrollPanel has incorrect height setting in .ui-scrollpanel-content. - **I'm submitting a ...** (check one with "x") ``` [x] bug report [ ] feature request [ ] support request ``` **Plunkr Case (Bug Reports)** Just go to the demo page of primeng for ScrollPanel https://www.primefaces.org/primeng/#/scrollpanel **Current behavior** Wrong height calculate for ui-scrollpanel-content class when use the default settings. If you don't overwrite any CSS properties when using ScrollPanel, the content height will be hidden by 18px. The first demo don't overwrite any CSS properties and the bottom 18px of content is hidden. (The text is visible because whole content has padding: 1em;. If you remove the padding the last line of text will be truncated.) The last demo which overwrites CSS properties to show the x-axis scrollbar doesn't suffer from this bug. **Expected behavior** Currently I'm overwriting the default CSS properties to set height from calc(100%+18px) to 100%, but it should work just fine without any overwrites to make the default settings work. **Please tell us about your environment:** * **Angular version:** 5.2.9 * **PrimeNG version:** 5.2.3 * **Browser:** Chrome 65.0.3325.162
defect
scrollpanel has incorrect height setting in ui scrollpanel content i m submitting a check one with x bug report feature request support request plunkr case bug reports just go to the demo page of primeng for scrollpanel current behavior wrong height calculate for ui scrollpanel content class when use the default settings if you don t overwrite any css properties when using scrollpanel the content height will be hidden by the first demo don t overwrite any css properties and the bottom of content is hidden the text is visible because whole content has padding if you remove the padding the last line of text will be truncated the last demo which overwrites css properties to show the x axis scrollbar doesn t suffer from this bug expected behavior currently i m overwriting the default css properties to set height from calc to but it should work just fine without any overwrites to make the default settings work please tell us about your environment angular version primeng version browser chrome
1
42,048
10,763,416,646
IssuesEvent
2019-11-01 03:53:34
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
For table with two timestamp fields with and without time zone, `Table.field(<name>, Class)` returns Coerce field with incorrect DataType
T: Defect
### Expected behavior and actual behavior: **Generic issue**: for table, in which there are two fields with `Converters` that have same `toType` class, call `table.field(secondFieldName, Class)` returns field with incorrect `DataType`, which provides wrong cast in statements. Our specific case: we have table with **2 timestamp fields: with and without time zone**. We create them with different converters, which returns same `toType` = `Instant.class`. We discovered, that **statements have wrong cast for the second field** (which was created second) and it casts to the first field data type. This problem does not exist by using actual fields, and only exist if `coerce` is executed, which is the case for `Table.field(secondFieldName, Class)`. **Expected behavior**: returning actual field will solve this problem, but `Field.coerce` will still incorrectly returns dataType for such cases. **Workaround**: use `(Class)Table.field(secondFieldName)` instead (it does not use `coerce`) **Investigation**: `Table.createField` method creates `ConvertedDataType`, which trigger super `DefaultDataType` constructor and puts to `SQL_DATATYPES_BY_TYPE` an entry (`Instant.class` : `Timestamp`) for the first field (https://github.com/jOOQ/jOOQ/blob/3560efe0d49f925ac72c14627c1eae8930a19bae/jOOQ/src/main/java/org/jooq/impl/DefaultDataType.java#L331). For the second field, it will use `DataType` value in this map by key `Instant.class`, which is wrong. So it looks like `DefaultDataType` do not support mapping of the same type to several data types and `ConvertedDataType` do not override this behavior. ### Steps to reproduce the problem: ``` import org.jooq.Converter; import org.jooq.Record; import org.jooq.TableField; import org.jooq.impl.SQLDataType; import org.jooq.impl.TableImpl; import org.junit.Test; import java.sql.Timestamp; import java.time.Instant; import java.time.OffsetDateTime; import static org.junit.Assert.assertEquals; public class TableFieldTest { @Test public void test() { var table = new SampleTable("TEST_TABLE"); var withoutTimezone = table.field("without_timezone", Instant.class); assertEquals("Without time zone like actual field", "timestamp", withoutTimezone.getDataType().getCastTypeName()); // not failing as it was instantiated the first var withTimezone = table.field("with_timezone", Instant.class); assertEquals("With time zone like actual field", "timestamp with time zone", withTimezone.getDataType().getCastTypeName()); // fails } static class SampleTable extends TableImpl<Record> { SampleTable(String name) { super(name);} final TableField withoutTimezone = createField("without_timezone", SQLDataType.TIMESTAMP.nullable(false), this, "", new InstantConverter()); final TableField withTimezone = createField("with_timezone", SQLDataType.TIMESTAMPWITHTIMEZONE.nullable(false), this, "", new OffsetDateTimeInstantConverter()); } static class InstantConverter implements Converter<Timestamp, Instant> { @Override public Instant from(Timestamp timestamp) { return null;} @Override public Timestamp to(Instant instant) {return null;} @Override public Class<Timestamp> fromType() {return Timestamp.class;} @Override public Class<Instant> toType() { return Instant.class;} } static class OffsetDateTimeInstantConverter implements Converter<OffsetDateTime, Instant> { @Override public Instant from(OffsetDateTime offsetDateTime) { return null;} @Override public OffsetDateTime to(Instant instant) {return null;} @Override public Class<OffsetDateTime> fromType() {return OffsetDateTime.class;} @Override public Class<Instant> toType() {return Instant.class;} } } ``` ### Versions: - jOOQ: 3.11.11 - Java: 11.0.5 - Database (include vendor): not needed to reproduce the issue - OS: Mac - JDBC Driver (include name if inofficial driver): not needed to reproduce the issue
1.0
For table with two timestamp fields with and without time zone, `Table.field(<name>, Class)` returns Coerce field with incorrect DataType - ### Expected behavior and actual behavior: **Generic issue**: for table, in which there are two fields with `Converters` that have same `toType` class, call `table.field(secondFieldName, Class)` returns field with incorrect `DataType`, which provides wrong cast in statements. Our specific case: we have table with **2 timestamp fields: with and without time zone**. We create them with different converters, which returns same `toType` = `Instant.class`. We discovered, that **statements have wrong cast for the second field** (which was created second) and it casts to the first field data type. This problem does not exist by using actual fields, and only exist if `coerce` is executed, which is the case for `Table.field(secondFieldName, Class)`. **Expected behavior**: returning actual field will solve this problem, but `Field.coerce` will still incorrectly returns dataType for such cases. **Workaround**: use `(Class)Table.field(secondFieldName)` instead (it does not use `coerce`) **Investigation**: `Table.createField` method creates `ConvertedDataType`, which trigger super `DefaultDataType` constructor and puts to `SQL_DATATYPES_BY_TYPE` an entry (`Instant.class` : `Timestamp`) for the first field (https://github.com/jOOQ/jOOQ/blob/3560efe0d49f925ac72c14627c1eae8930a19bae/jOOQ/src/main/java/org/jooq/impl/DefaultDataType.java#L331). For the second field, it will use `DataType` value in this map by key `Instant.class`, which is wrong. So it looks like `DefaultDataType` do not support mapping of the same type to several data types and `ConvertedDataType` do not override this behavior. ### Steps to reproduce the problem: ``` import org.jooq.Converter; import org.jooq.Record; import org.jooq.TableField; import org.jooq.impl.SQLDataType; import org.jooq.impl.TableImpl; import org.junit.Test; import java.sql.Timestamp; import java.time.Instant; import java.time.OffsetDateTime; import static org.junit.Assert.assertEquals; public class TableFieldTest { @Test public void test() { var table = new SampleTable("TEST_TABLE"); var withoutTimezone = table.field("without_timezone", Instant.class); assertEquals("Without time zone like actual field", "timestamp", withoutTimezone.getDataType().getCastTypeName()); // not failing as it was instantiated the first var withTimezone = table.field("with_timezone", Instant.class); assertEquals("With time zone like actual field", "timestamp with time zone", withTimezone.getDataType().getCastTypeName()); // fails } static class SampleTable extends TableImpl<Record> { SampleTable(String name) { super(name);} final TableField withoutTimezone = createField("without_timezone", SQLDataType.TIMESTAMP.nullable(false), this, "", new InstantConverter()); final TableField withTimezone = createField("with_timezone", SQLDataType.TIMESTAMPWITHTIMEZONE.nullable(false), this, "", new OffsetDateTimeInstantConverter()); } static class InstantConverter implements Converter<Timestamp, Instant> { @Override public Instant from(Timestamp timestamp) { return null;} @Override public Timestamp to(Instant instant) {return null;} @Override public Class<Timestamp> fromType() {return Timestamp.class;} @Override public Class<Instant> toType() { return Instant.class;} } static class OffsetDateTimeInstantConverter implements Converter<OffsetDateTime, Instant> { @Override public Instant from(OffsetDateTime offsetDateTime) { return null;} @Override public OffsetDateTime to(Instant instant) {return null;} @Override public Class<OffsetDateTime> fromType() {return OffsetDateTime.class;} @Override public Class<Instant> toType() {return Instant.class;} } } ``` ### Versions: - jOOQ: 3.11.11 - Java: 11.0.5 - Database (include vendor): not needed to reproduce the issue - OS: Mac - JDBC Driver (include name if inofficial driver): not needed to reproduce the issue
defect
for table with two timestamp fields with and without time zone table field class returns coerce field with incorrect datatype expected behavior and actual behavior generic issue for table in which there are two fields with converters that have same totype class call table field secondfieldname class returns field with incorrect datatype which provides wrong cast in statements our specific case we have table with timestamp fields with and without time zone we create them with different converters which returns same totype instant class we discovered that statements have wrong cast for the second field which was created second and it casts to the first field data type this problem does not exist by using actual fields and only exist if coerce is executed which is the case for table field secondfieldname class expected behavior returning actual field will solve this problem but field coerce will still incorrectly returns datatype for such cases workaround use class table field secondfieldname instead it does not use coerce investigation table createfield method creates converteddatatype which trigger super defaultdatatype constructor and puts to sql datatypes by type an entry instant class timestamp for the first field for the second field it will use datatype value in this map by key instant class which is wrong so it looks like defaultdatatype do not support mapping of the same type to several data types and converteddatatype do not override this behavior steps to reproduce the problem import org jooq converter import org jooq record import org jooq tablefield import org jooq impl sqldatatype import org jooq impl tableimpl import org junit test import java sql timestamp import java time instant import java time offsetdatetime import static org junit assert assertequals public class tablefieldtest test public void test var table new sampletable test table var withouttimezone table field without timezone instant class assertequals without time zone like actual field timestamp withouttimezone getdatatype getcasttypename not failing as it was instantiated the first var withtimezone table field with timezone instant class assertequals with time zone like actual field timestamp with time zone withtimezone getdatatype getcasttypename fails static class sampletable extends tableimpl sampletable string name super name final tablefield withouttimezone createfield without timezone sqldatatype timestamp nullable false this new instantconverter final tablefield withtimezone createfield with timezone sqldatatype timestampwithtimezone nullable false this new offsetdatetimeinstantconverter static class instantconverter implements converter override public instant from timestamp timestamp return null override public timestamp to instant instant return null override public class fromtype return timestamp class override public class totype return instant class static class offsetdatetimeinstantconverter implements converter override public instant from offsetdatetime offsetdatetime return null override public offsetdatetime to instant instant return null override public class fromtype return offsetdatetime class override public class totype return instant class versions jooq java database include vendor not needed to reproduce the issue os mac jdbc driver include name if inofficial driver not needed to reproduce the issue
1
53,696
13,262,111,007
IssuesEvent
2020-08-20 21:07:29
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[wavedeform] Tests don't play well with the 2016 GCD file (Trac #1897)
Migrated from Trac combo core defect
There are various failures. The old tests ran on a really old string 21 GCD file. This is sub-optimal. They should be able to run just fine on the latest 2016 GCD file. I think handling of bad DOMs and new hardware accounts for a few of the failures, but not all. I'll revisit this tomorrow, hopefully with Jim's help. It seems like we should be able to make some fast solid tests too, that only calibrate one single DOM. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1897">https://code.icecube.wisc.edu/projects/icecube/ticket/1897</a>, reported by olivasand owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:24", "_ts": "1550067204154158", "description": "There are various failures. The old tests ran on a really old string 21 GCD file. This is sub-optimal. They should be able to run just fine on the latest 2016 GCD file. I think handling of bad DOMs and new hardware accounts for a few of the failures, but not all. I'll revisit this tomorrow, hopefully with Jim's help.\n\nIt seems like we should be able to make some fast solid tests too, that only calibrate one single DOM.", "reporter": "olivas", "cc": "", "resolution": "fixed", "time": "2016-10-13T22:07:57", "component": "combo core", "summary": "[wavedeform] Tests don't play well with the 2016 GCD file", "priority": "blocker", "keywords": "", "milestone": "", "owner": "jbraun", "type": "defect" } ``` </p> </details>
1.0
[wavedeform] Tests don't play well with the 2016 GCD file (Trac #1897) - There are various failures. The old tests ran on a really old string 21 GCD file. This is sub-optimal. They should be able to run just fine on the latest 2016 GCD file. I think handling of bad DOMs and new hardware accounts for a few of the failures, but not all. I'll revisit this tomorrow, hopefully with Jim's help. It seems like we should be able to make some fast solid tests too, that only calibrate one single DOM. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1897">https://code.icecube.wisc.edu/projects/icecube/ticket/1897</a>, reported by olivasand owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:24", "_ts": "1550067204154158", "description": "There are various failures. The old tests ran on a really old string 21 GCD file. This is sub-optimal. They should be able to run just fine on the latest 2016 GCD file. I think handling of bad DOMs and new hardware accounts for a few of the failures, but not all. I'll revisit this tomorrow, hopefully with Jim's help.\n\nIt seems like we should be able to make some fast solid tests too, that only calibrate one single DOM.", "reporter": "olivas", "cc": "", "resolution": "fixed", "time": "2016-10-13T22:07:57", "component": "combo core", "summary": "[wavedeform] Tests don't play well with the 2016 GCD file", "priority": "blocker", "keywords": "", "milestone": "", "owner": "jbraun", "type": "defect" } ``` </p> </details>
defect
tests don t play well with the gcd file trac there are various failures the old tests ran on a really old string gcd file this is sub optimal they should be able to run just fine on the latest gcd file i think handling of bad doms and new hardware accounts for a few of the failures but not all i ll revisit this tomorrow hopefully with jim s help it seems like we should be able to make some fast solid tests too that only calibrate one single dom migrated from json status closed changetime ts description there are various failures the old tests ran on a really old string gcd file this is sub optimal they should be able to run just fine on the latest gcd file i think handling of bad doms and new hardware accounts for a few of the failures but not all i ll revisit this tomorrow hopefully with jim s help n nit seems like we should be able to make some fast solid tests too that only calibrate one single dom reporter olivas cc resolution fixed time component combo core summary tests don t play well with the gcd file priority blocker keywords milestone owner jbraun type defect
1
20,473
3,362,426,732
IssuesEvent
2015-11-20 05:36:07
mlpack/mlpack
https://api.github.com/repos/mlpack/mlpack
closed
Compile error using Visual Studio
T: defect
There is an error listed below while compiling arma_config_check.hpp. The error disappears if I comment out: #include "arma_config.hpp" ERROR LISTING armadillo_bits/arma_config.hpp(18): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int armadillo_bits/arma_config.hpp(18): error C3646: 'mat_prealloc': unknown override specifier armadillo_bits/arma_config.hpp(18): error C3861: 'sword': identifier not found armadillo_bits/arma_config.hpp(18): error C3861: 'uword': identifier not found armadillo_bits/arma_config.hpp(25): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int armadillo_bits/arma_config.hpp(25): error C3646: 'spmat_chunksize': unknown override specifier armadillo_bits/arma_config.hpp(25): error C3861: 'sword': identifier not found armadillo_bits/arma_config.hpp(25): error C2064: term does not evaluate to a function taking 1 arguments armadillo_bits/arma_config.hpp(25): error C2370: 'arma_config::uword': redefinition; different storage class 1> c:\usr\include\armadillo_bits/arma_config.hpp(18): note: see declaration of 'arma_config::uword'
1.0
Compile error using Visual Studio - There is an error listed below while compiling arma_config_check.hpp. The error disappears if I comment out: #include "arma_config.hpp" ERROR LISTING armadillo_bits/arma_config.hpp(18): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int armadillo_bits/arma_config.hpp(18): error C3646: 'mat_prealloc': unknown override specifier armadillo_bits/arma_config.hpp(18): error C3861: 'sword': identifier not found armadillo_bits/arma_config.hpp(18): error C3861: 'uword': identifier not found armadillo_bits/arma_config.hpp(25): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int armadillo_bits/arma_config.hpp(25): error C3646: 'spmat_chunksize': unknown override specifier armadillo_bits/arma_config.hpp(25): error C3861: 'sword': identifier not found armadillo_bits/arma_config.hpp(25): error C2064: term does not evaluate to a function taking 1 arguments armadillo_bits/arma_config.hpp(25): error C2370: 'arma_config::uword': redefinition; different storage class 1> c:\usr\include\armadillo_bits/arma_config.hpp(18): note: see declaration of 'arma_config::uword'
defect
compile error using visual studio there is an error listed below while compiling arma config check hpp the error disappears if i comment out include arma config hpp error listing armadillo bits arma config hpp error missing type specifier int assumed note c does not support default int armadillo bits arma config hpp error mat prealloc unknown override specifier armadillo bits arma config hpp error sword identifier not found armadillo bits arma config hpp error uword identifier not found armadillo bits arma config hpp error missing type specifier int assumed note c does not support default int armadillo bits arma config hpp error spmat chunksize unknown override specifier armadillo bits arma config hpp error sword identifier not found armadillo bits arma config hpp error term does not evaluate to a function taking arguments armadillo bits arma config hpp error arma config uword redefinition different storage class c usr include armadillo bits arma config hpp note see declaration of arma config uword
1
5,668
2,610,192,980
IssuesEvent
2015-02-26 19:00:56
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
宝典淡化色斑小窍门
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 容貌对一个人是至关重要,如果脸上长黄褐斑是所有人所困�� �的问题。随着社会的发展,人们生活水平的提高,人们的压� ��就会越来越大,经常熬夜加班,饮食不规律,精神紧张,就 会在脸上长出很多黄褐斑,色斑形成的原因这个问题让很多�� �都很头疼。淡化色斑小窍门, 《客户案例》   莫名其妙的,脸上不知不觉长了一些小斑点,说多不多�� �说少也不少,怪郁闷的。先自我介绍一下:我28岁,没生过BB ,在一家航空公司工作,按照工作环境来讲,也晒不到太阳�� �不应该长斑点的,可还是莫名其妙的产生了,我在网上查了� ��多原因,最后自己判断可能是常期用电脑,电脑辅射造成的 。尽管这个理由有点牵强。但也只能这样认为了,由于我的�� �肤比较白,所以长点斑看的清清楚楚,弄的我的心情也不太� ��,每天早上在办公室看到丽丽那白净的肌肤,就更有点郁闷 了,唉,爱美之心,人皆有之吧。更何况我是一个爱美一族�� �。<br>   女人有时比较逗,一方面没有信心,但另一方面有抱有�� �望,一个偶然的下午,我在百度贴吧里看到有很多人说「黛� ��薇尔精华液」从色斑根源入手的纯植物配方祛斑产品,看到 那么多人说好还是有点心动的,然后就想反正那么多次都失�� �了,那就再试一次吧,反正是纯植物配方的也不会有什么副� ��用,大不了就当调节内分泌的精华了!天天朝九晚五的上班�� �也早晚按时使用「黛芙薇尔精华液」,时间长了都当作一个� ��惯了也没有太在意,知道有一天下班时候一个同事从我身边 过去不经意间说了句“美女,用什么遮瑕霜啊?脸上的斑都没� ��了。”我一听就觉得奇怪了,我用的化妆品一直没变呀。于 是就拿出粉饼盒打开一照,哎呀,还真是,斑点都淡得快看�� �见了呢。<br>   呵呵,还真是“有意栽花花不开,无心插柳柳成荫”啊�� �虽然现在已经差不多看不见了,不过我还想再使用一个周期� ��固一下呢 阅读了淡化色斑小窍门,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 淡化色斑小窍门,同时为您分享祛斑小方法 1、面部皮炎应及时治疗,避免引起炎症性色素沉着;面部疾� ��不可使用激素类软膏,以避免色素加深。 2、保持心情舒畅,避免疲劳忧虑。 3、注意多食含vc、va的食物,如西红柿、柑橘、柠檬、柿子、 胡萝卜、南瓜及水果蔬菜菲 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 5:37
1.0
宝典淡化色斑小窍门 - ``` 《摘要》 容貌对一个人是至关重要,如果脸上长黄褐斑是所有人所困�� �的问题。随着社会的发展,人们生活水平的提高,人们的压� ��就会越来越大,经常熬夜加班,饮食不规律,精神紧张,就 会在脸上长出很多黄褐斑,色斑形成的原因这个问题让很多�� �都很头疼。淡化色斑小窍门, 《客户案例》   莫名其妙的,脸上不知不觉长了一些小斑点,说多不多�� �说少也不少,怪郁闷的。先自我介绍一下:我28岁,没生过BB ,在一家航空公司工作,按照工作环境来讲,也晒不到太阳�� �不应该长斑点的,可还是莫名其妙的产生了,我在网上查了� ��多原因,最后自己判断可能是常期用电脑,电脑辅射造成的 。尽管这个理由有点牵强。但也只能这样认为了,由于我的�� �肤比较白,所以长点斑看的清清楚楚,弄的我的心情也不太� ��,每天早上在办公室看到丽丽那白净的肌肤,就更有点郁闷 了,唉,爱美之心,人皆有之吧。更何况我是一个爱美一族�� �。<br>   女人有时比较逗,一方面没有信心,但另一方面有抱有�� �望,一个偶然的下午,我在百度贴吧里看到有很多人说「黛� ��薇尔精华液」从色斑根源入手的纯植物配方祛斑产品,看到 那么多人说好还是有点心动的,然后就想反正那么多次都失�� �了,那就再试一次吧,反正是纯植物配方的也不会有什么副� ��用,大不了就当调节内分泌的精华了!天天朝九晚五的上班�� �也早晚按时使用「黛芙薇尔精华液」,时间长了都当作一个� ��惯了也没有太在意,知道有一天下班时候一个同事从我身边 过去不经意间说了句“美女,用什么遮瑕霜啊?脸上的斑都没� ��了。”我一听就觉得奇怪了,我用的化妆品一直没变呀。于 是就拿出粉饼盒打开一照,哎呀,还真是,斑点都淡得快看�� �见了呢。<br>   呵呵,还真是“有意栽花花不开,无心插柳柳成荫”啊�� �虽然现在已经差不多看不见了,不过我还想再使用一个周期� ��固一下呢 阅读了淡化色斑小窍门,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 淡化色斑小窍门,同时为您分享祛斑小方法 1、面部皮炎应及时治疗,避免引起炎症性色素沉着;面部疾� ��不可使用激素类软膏,以避免色素加深。 2、保持心情舒畅,避免疲劳忧虑。 3、注意多食含vc、va的食物,如西红柿、柑橘、柠檬、柿子、 胡萝卜、南瓜及水果蔬菜菲 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 5:37
defect
宝典淡化色斑小窍门 《摘要》 容貌对一个人是至关重要,如果脸上长黄褐斑是所有人所困�� �的问题。随着社会的发展,人们生活水平的提高,人们的压� ��就会越来越大,经常熬夜加班,饮食不规律,精神紧张,就 会在脸上长出很多黄褐斑,色斑形成的原因这个问题让很多�� �都很头疼。淡化色斑小窍门, 《客户案例》   莫名其妙的,脸上不知不觉长了一些小斑点,说多不多�� �说少也不少,怪郁闷的。先自我介绍一下: ,没生过bb ,在一家航空公司工作,按照工作环境来讲,也晒不到太阳�� �不应该长斑点的,可还是莫名其妙的产生了,我在网上查了� ��多原因,最后自己判断可能是常期用电脑,电脑辅射造成的 。尽管这个理由有点牵强。但也只能这样认为了,由于我的�� �肤比较白,所以长点斑看的清清楚楚,弄的我的心情也不太� ��,每天早上在办公室看到丽丽那白净的肌肤,就更有点郁闷 了,唉,爱美之心,人皆有之吧。更何况我是一个爱美一族�� �。   女人有时比较逗,一方面没有信心,但另一方面有抱有�� �望,一个偶然的下午,我在百度贴吧里看到有很多人说「黛� ��薇尔精华液」从色斑根源入手的纯植物配方祛斑产品,看到 那么多人说好还是有点心动的,然后就想反正那么多次都失�� �了,那就再试一次吧,反正是纯植物配方的也不会有什么副� ��用,大不了就当调节内分泌的精华了 天天朝九晚五的上班�� �也早晚按时使用「黛芙薇尔精华液」,时间长了都当作一个� ��惯了也没有太在意,知道有一天下班时候一个同事从我身边 过去不经意间说了句“美女,用什么遮瑕霜啊 脸上的斑都没� ��了。”我一听就觉得奇怪了,我用的化妆品一直没变呀。于 是就拿出粉饼盒打开一照,哎呀,还真是,斑点都淡得快看�� �见了呢。   呵呵,还真是“有意栽花花不开,无心插柳柳成荫”啊�� �虽然现在已经差不多看不见了,不过我还想再使用一个周期� ��固一下呢 阅读了淡化色斑小窍门,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 淡化色斑小窍门,同时为您分享祛斑小方法 、面部皮炎应及时治疗,避免引起炎症性色素沉着;面部疾� ��不可使用激素类软膏,以避免色素加深。 、保持心情舒畅,避免疲劳忧虑。 、注意多食含vc、va的食物,如西红柿、柑橘、柠檬、柿子、 胡萝卜、南瓜及水果蔬菜菲 original issue reported on code google com by additive gmail com on jul at
1
63,331
17,599,022,814
IssuesEvent
2021-08-17 09:27:13
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
resultQuery(sql).fetch() 别名不起作用
T: Defect
### Expected behavior ### Actual behavior ### Steps to reproduce the problem - If the problem relates to code generation, please post your code generation configuration - If the problem relates to upgrades, please check if your RDBMS version is still supported by jOOQ: https://www.jooq.org/download/support-matrix - A complete set of DDL statements can help re-create the setup you're having - An MCVE can be helpful to provide a complete reproduction case: https://github.com/jOOQ/jOOQ-mcve ### Versions - jOOQ: 3.14.13 - Java: 11 - Database (include vendor): mysql 8.0.16 - OS: windows 7 - JDBC Driver (include name if inofficial driver):
1.0
resultQuery(sql).fetch() 别名不起作用 - ### Expected behavior ### Actual behavior ### Steps to reproduce the problem - If the problem relates to code generation, please post your code generation configuration - If the problem relates to upgrades, please check if your RDBMS version is still supported by jOOQ: https://www.jooq.org/download/support-matrix - A complete set of DDL statements can help re-create the setup you're having - An MCVE can be helpful to provide a complete reproduction case: https://github.com/jOOQ/jOOQ-mcve ### Versions - jOOQ: 3.14.13 - Java: 11 - Database (include vendor): mysql 8.0.16 - OS: windows 7 - JDBC Driver (include name if inofficial driver):
defect
resultquery sql fetch 别名不起作用 expected behavior actual behavior steps to reproduce the problem if the problem relates to code generation please post your code generation configuration if the problem relates to upgrades please check if your rdbms version is still supported by jooq a complete set of ddl statements can help re create the setup you re having an mcve can be helpful to provide a complete reproduction case versions jooq java database include vendor mysql os windows jdbc driver include name if inofficial driver
1
236,147
18,072,603,072
IssuesEvent
2021-09-21 05:47:28
fkortsagin/The-Blair-Witch-Project-Volume-1-Rustin-Parr-Windows-10-Fix
https://api.github.com/repos/fkortsagin/The-Blair-Witch-Project-Volume-1-Rustin-Parr-Windows-10-Fix
closed
Game runs worse
documentation
Not sure what you're fix does, but doors don't open and the flashlight flickers. In the menu there is no Vodoo 3dfx card just my GTX 1080 that pops up. Also, there is no FHD at all. I was hoping this would've fixed the cut scene issue when she gets to the hotel without turning off Hardware Mode or how she floats above the couch when she sits. I'll stick to the original. At least the doors open when you press the switch and the flashlight doesn't flicker.
1.0
Game runs worse - Not sure what you're fix does, but doors don't open and the flashlight flickers. In the menu there is no Vodoo 3dfx card just my GTX 1080 that pops up. Also, there is no FHD at all. I was hoping this would've fixed the cut scene issue when she gets to the hotel without turning off Hardware Mode or how she floats above the couch when she sits. I'll stick to the original. At least the doors open when you press the switch and the flashlight doesn't flicker.
non_defect
game runs worse not sure what you re fix does but doors don t open and the flashlight flickers in the menu there is no vodoo card just my gtx that pops up also there is no fhd at all i was hoping this would ve fixed the cut scene issue when she gets to the hotel without turning off hardware mode or how she floats above the couch when she sits i ll stick to the original at least the doors open when you press the switch and the flashlight doesn t flicker
0
27,293
12,537,506,054
IssuesEvent
2020-06-05 03:39:09
terraform-providers/terraform-provider-azurerm
https://api.github.com/repos/terraform-providers/terraform-provider-azurerm
closed
Unexpected new value in "azurerm_key_vault_secret" resource
service/keyvault
<!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues * [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues * [Registry](https://registry.terraform.io/) issues * Spans resources across multiple providers If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead. ---> <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment ### Terraform (and AzureRM Provider) Version - Terraform CLI **v. 0.12.21** - Azure Provider **v. 1.44.0** ### Affected Resource(s) * `azurerm_key_vault_secret` ### Terraform Configuration Files <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> <pre> resource "azurerm_key_vault_secret" "blob_accountkey" { name = "Blob--AccountKey" value = "XXX" key_vault_id = azurerm_key_vault.keyvault.id } </pre> ### Expected Behavior The secret should be created in the Keyvault. ### Actual Behavior The provider throws this error sporadic: <pre> Error: Provider produced inconsistent result after apply When applying changes to azurerm_key_vault_secret.blob_accountkey, provider "registry.terraform.io/-/azurerm" produced an unexpected new value for was present, but now absent. This is a bug in the provider, which should be reported in the provider's own issue tracker. </pre> ### Steps to Reproduce <!--- Please list the steps required to reproduce the issue. ---> 1. `terraform apply` ### Important Factoids We are not able to reproduce this issue. It happens out of the blue and sporadic. And it only happens on a Keyvault there is created, right before the secret.
1.0
Unexpected new value in "azurerm_key_vault_secret" resource - <!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues * [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues * [Registry](https://registry.terraform.io/) issues * Spans resources across multiple providers If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead. ---> <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment ### Terraform (and AzureRM Provider) Version - Terraform CLI **v. 0.12.21** - Azure Provider **v. 1.44.0** ### Affected Resource(s) * `azurerm_key_vault_secret` ### Terraform Configuration Files <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> <pre> resource "azurerm_key_vault_secret" "blob_accountkey" { name = "Blob--AccountKey" value = "XXX" key_vault_id = azurerm_key_vault.keyvault.id } </pre> ### Expected Behavior The secret should be created in the Keyvault. ### Actual Behavior The provider throws this error sporadic: <pre> Error: Provider produced inconsistent result after apply When applying changes to azurerm_key_vault_secret.blob_accountkey, provider "registry.terraform.io/-/azurerm" produced an unexpected new value for was present, but now absent. This is a bug in the provider, which should be reported in the provider's own issue tracker. </pre> ### Steps to Reproduce <!--- Please list the steps required to reproduce the issue. ---> 1. `terraform apply` ### Important Factoids We are not able to reproduce this issue. It happens out of the blue and sporadic. And it only happens on a Keyvault there is created, right before the secret.
non_defect
unexpected new value in azurerm key vault secret resource please note the following potential times when an issue might be in terraform core or resource ordering issues and issues issues issues spans resources across multiple providers if you are running into one of these scenarios we recommend opening an issue in the instead community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment terraform and azurerm provider version terraform cli v azure provider v affected resource s azurerm key vault secret terraform configuration files resource azurerm key vault secret blob accountkey name blob accountkey value xxx key vault id azurerm key vault keyvault id expected behavior the secret should be created in the keyvault actual behavior the provider throws this error sporadic error provider produced inconsistent result after apply when applying changes to azurerm key vault secret blob accountkey provider registry terraform io azurerm produced an unexpected new value for was present but now absent this is a bug in the provider which should be reported in the provider s own issue tracker steps to reproduce terraform apply important factoids we are not able to reproduce this issue it happens out of the blue and sporadic and it only happens on a keyvault there is created right before the secret
0
74,696
25,269,419,883
IssuesEvent
2022-11-16 08:11:51
line/armeria
https://api.github.com/repos/line/armeria
closed
Consider adding an option to lazily generate `DocService` specifications
defect
Following #4322 , some users have reported that generating `DocService` specifications takes as long as 1 minute. This is run from `ServerBuilder#startStopExecutor` which defaults to `GlobalEventExecutor.INSTANCE` by default. Because server startup is done from this `EventExecutor`, server startup time also increases to 1 minute. While we have bigger plans for `DocService` (e.g. displaying metrics #1952), at least loading api specifications doesn't need to be completed before the server is started up. We may consider loading the api specifications lazily on request after server startup. (this should be done from a `CommonPools#blockingTaskExecutor` to avoid blocking a single event loop) Bonus points for considering how the UI is displayed while the specification is being loaded. ref: https://line-armeria.slack.com/archives/C1NGPBUH2/p1665526584427749
1.0
Consider adding an option to lazily generate `DocService` specifications - Following #4322 , some users have reported that generating `DocService` specifications takes as long as 1 minute. This is run from `ServerBuilder#startStopExecutor` which defaults to `GlobalEventExecutor.INSTANCE` by default. Because server startup is done from this `EventExecutor`, server startup time also increases to 1 minute. While we have bigger plans for `DocService` (e.g. displaying metrics #1952), at least loading api specifications doesn't need to be completed before the server is started up. We may consider loading the api specifications lazily on request after server startup. (this should be done from a `CommonPools#blockingTaskExecutor` to avoid blocking a single event loop) Bonus points for considering how the UI is displayed while the specification is being loaded. ref: https://line-armeria.slack.com/archives/C1NGPBUH2/p1665526584427749
defect
consider adding an option to lazily generate docservice specifications following some users have reported that generating docservice specifications takes as long as minute this is run from serverbuilder startstopexecutor which defaults to globaleventexecutor instance by default because server startup is done from this eventexecutor server startup time also increases to minute while we have bigger plans for docservice e g displaying metrics at least loading api specifications doesn t need to be completed before the server is started up we may consider loading the api specifications lazily on request after server startup this should be done from a commonpools blockingtaskexecutor to avoid blocking a single event loop bonus points for considering how the ui is displayed while the specification is being loaded ref
1
4,232
2,610,089,703
IssuesEvent
2015-02-26 18:27:09
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳痘痘如何治
auto-migrated Priority-Medium Type-Defect
``` 深圳痘痘如何治【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:37
1.0
深圳痘痘如何治 - ``` 深圳痘痘如何治【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:37
defect
深圳痘痘如何治 深圳痘痘如何治【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� original issue reported on code google com by szft com on may at
1
81,992
31,842,982,021
IssuesEvent
2023-09-14 17:41:15
bling214/cdcr-github-workshop-september-2023-day2
https://api.github.com/repos/bling214/cdcr-github-workshop-september-2023-day2
opened
[Defect]: bling214
defect
### Contact Details some-email@example.com ### What happened? **There was no fence to keep them in** ### Version 1.0.2 (Default) ### What browsers are you seeing the problem on? Firefox, Safari ### Relevant log output ```shell asfdasflask;dfjasl;dfjkasld;f as;ldfjas;ldfkjas;ldfkjsa;ldkfj as;ldfkjas;ldfkjasl;dfjasl;kdfj ajsdfl;kasjdf;lksjadf;lkjsadf;lkasjf ``` ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
[Defect]: bling214 - ### Contact Details some-email@example.com ### What happened? **There was no fence to keep them in** ### Version 1.0.2 (Default) ### What browsers are you seeing the problem on? Firefox, Safari ### Relevant log output ```shell asfdasflask;dfjasl;dfjkasld;f as;ldfjas;ldfkjas;ldfkjsa;ldkfj as;ldfkjas;ldfkjasl;dfjasl;kdfj ajsdfl;kasjdf;lksjadf;lkjsadf;lkasjf ``` ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
defect
contact details some email example com what happened there was no fence to keep them in version default what browsers are you seeing the problem on firefox safari relevant log output shell asfdasflask dfjasl dfjkasld f as ldfjas ldfkjas ldfkjsa ldkfj as ldfkjas ldfkjasl dfjasl kdfj ajsdfl kasjdf lksjadf lkjsadf lkasjf code of conduct i agree to follow this project s code of conduct
1
27,770
13,394,784,812
IssuesEvent
2020-09-03 07:23:05
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Raster paint whole layer even only changed partial segment
a: images framework severe: performance
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have found a performance problem, then fill out the template below. Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> ## Details <!-- 1. Please tell us exactly how to reproduce the problem you are running into. 2. Please attach a small application (ideally just one main.dart file) that reproduces the problem. You could use https://gist.github.com/ for this. 3. Switch flutter to master channel and run this app on a physical device using profile mode with Skia tracing enabled, as follows: flutter channel master flutter run --profile --trace-skia Then press ‘P’ to enable the performance overlay. The bleeding edge master channel is encouraged here because Flutter is constantly fixing bugs and improving its performance. Your problem in an older Flutter version may have already been solved in the master channel. 4. Record a video of the performance issue using another phone so we can have an intuitive understanding of what happened. Don’t use "adb screenrecord", as that affects the performance of the profile run. 5. Open Observatory and save a timeline trace of the performance issue so we know which functions might be causing it. See "How to Collect and Read Timeline Traces" on this blog post: https://medium.com/flutter/profiling-flutter-applications-using-the-timeline-a1a434964af3#a499 --> <!-- Please tell us which target platform(s) the problem occurs (Android / iOS / Web / macOS / Linux / Windows) Which target OS version, for Web, browser, is the test system running? Does the problem occur on emulator/simulator as well as on physical devices? --> **Target Platform:** Android & IOS **Target OS version/browser:** **Devices:** All **Flutter Version :** 1.17.5 ## Desctiption I have a simple code is that : Code: body:GridView.builder( itemCount: 500, gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount( crossAxisCount: 1, mainAxisSpacing: 20.0, crossAxisSpacing: 10.0, childAspectRatio: 1.0), itemBuilder: (context, index) { return Image.asset('assets/$index');} If I have an animated image , I found that raster task will paint the whole layer , not the changed layer. I think it's very poor performance. Why not just only paint the changed segment? Thanks
True
Raster paint whole layer even only changed partial segment - <!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have found a performance problem, then fill out the template below. Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> ## Details <!-- 1. Please tell us exactly how to reproduce the problem you are running into. 2. Please attach a small application (ideally just one main.dart file) that reproduces the problem. You could use https://gist.github.com/ for this. 3. Switch flutter to master channel and run this app on a physical device using profile mode with Skia tracing enabled, as follows: flutter channel master flutter run --profile --trace-skia Then press ‘P’ to enable the performance overlay. The bleeding edge master channel is encouraged here because Flutter is constantly fixing bugs and improving its performance. Your problem in an older Flutter version may have already been solved in the master channel. 4. Record a video of the performance issue using another phone so we can have an intuitive understanding of what happened. Don’t use "adb screenrecord", as that affects the performance of the profile run. 5. Open Observatory and save a timeline trace of the performance issue so we know which functions might be causing it. See "How to Collect and Read Timeline Traces" on this blog post: https://medium.com/flutter/profiling-flutter-applications-using-the-timeline-a1a434964af3#a499 --> <!-- Please tell us which target platform(s) the problem occurs (Android / iOS / Web / macOS / Linux / Windows) Which target OS version, for Web, browser, is the test system running? Does the problem occur on emulator/simulator as well as on physical devices? --> **Target Platform:** Android & IOS **Target OS version/browser:** **Devices:** All **Flutter Version :** 1.17.5 ## Desctiption I have a simple code is that : Code: body:GridView.builder( itemCount: 500, gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount( crossAxisCount: 1, mainAxisSpacing: 20.0, crossAxisSpacing: 10.0, childAspectRatio: 1.0), itemBuilder: (context, index) { return Image.asset('assets/$index');} If I have an animated image , I found that raster task will paint the whole layer , not the changed layer. I think it's very poor performance. Why not just only paint the changed segment? Thanks
non_defect
raster paint whole layer even only changed partial segment thank you for using flutter if you are looking for support please check out our documentation or consider asking a question on stack overflow if you have found a performance problem then fill out the template below please read our guide to filing a bug first details please tell us exactly how to reproduce the problem you are running into please attach a small application ideally just one main dart file that reproduces the problem you could use for this switch flutter to master channel and run this app on a physical device using profile mode with skia tracing enabled as follows flutter channel master flutter run profile trace skia then press ‘p’ to enable the performance overlay the bleeding edge master channel is encouraged here because flutter is constantly fixing bugs and improving its performance your problem in an older flutter version may have already been solved in the master channel record a video of the performance issue using another phone so we can have an intuitive understanding of what happened don’t use adb screenrecord as that affects the performance of the profile run open observatory and save a timeline trace of the performance issue so we know which functions might be causing it see how to collect and read timeline traces on this blog post please tell us which target platform s the problem occurs android ios web macos linux windows which target os version for web browser is the test system running does the problem occur on emulator simulator as well as on physical devices target platform android ios target os version browser devices all flutter version desctiption i have a simple code is that code body gridview builder itemcount griddelegate const slivergriddelegatewithfixedcrossaxiscount crossaxiscount mainaxisspacing crossaxisspacing childaspectratio itembuilder context index return image asset assets index if i have an animated image i found that raster task will paint the whole layer not the changed layer i think it s very poor performance why not just only paint the changed segment thanks
0
252,452
27,245,479,191
IssuesEvent
2023-02-22 01:24:19
meramsey/user-alias
https://api.github.com/repos/meramsey/user-alias
opened
commons-fileupload-1.4.jar: 1 vulnerabilities (highest severity is: 5.5)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-fileupload-1.4.jar</b></p></summary> <p>The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.</p> <p>Library home page: <a href="http://commons.apache.org/proper/commons-fileupload/">http://commons.apache.org/proper/commons-fileupload/</a></p> <p>Path to dependency file: /extension/pom.xml</p> <p>Path to vulnerable library: /repository/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar</p> <p> <p>Found in HEAD commit: <a href="https://github.com/meramsey/user-alias/commit/f2be907aeaa8c6567433543468dc2c648ee24183">f2be907aeaa8c6567433543468dc2c648ee24183</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (commons-fileupload version) | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | | [CVE-2023-24998](https://www.mend.io/vulnerability-database/CVE-2023-24998) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.5 | commons-fileupload-1.4.jar | Direct | commons-fileupload:commons-fileupload:1.5;org.apache.tomcat:tomcat-coyote:8.5.85,9.0.71,10.1.5 | &#10060; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2023-24998</summary> ### Vulnerable Library - <b>commons-fileupload-1.4.jar</b></p> <p>The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.</p> <p>Library home page: <a href="http://commons.apache.org/proper/commons-fileupload/">http://commons.apache.org/proper/commons-fileupload/</a></p> <p>Path to dependency file: /extension/pom.xml</p> <p>Path to vulnerable library: /repository/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar</p> <p> Dependency Hierarchy: - :x: **commons-fileupload-1.4.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/meramsey/user-alias/commit/f2be907aeaa8c6567433543468dc2c648ee24183">f2be907aeaa8c6567433543468dc2c648ee24183</a></p> <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> Apache Commons FileUpload before 1.5 does not limit the number of request parts to be processed resulting in the possibility of an attacker triggering a DoS with a malicious upload or series of uploads. <p>Publish Date: 2023-02-20 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-24998>CVE-2023-24998</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.5</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://seclists.org/oss-sec/2023/q1/108">https://seclists.org/oss-sec/2023/q1/108</a></p> <p>Release Date: 2023-02-20</p> <p>Fix Resolution: commons-fileupload:commons-fileupload:1.5;org.apache.tomcat:tomcat-coyote:8.5.85,9.0.71,10.1.5</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details>
True
commons-fileupload-1.4.jar: 1 vulnerabilities (highest severity is: 5.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-fileupload-1.4.jar</b></p></summary> <p>The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.</p> <p>Library home page: <a href="http://commons.apache.org/proper/commons-fileupload/">http://commons.apache.org/proper/commons-fileupload/</a></p> <p>Path to dependency file: /extension/pom.xml</p> <p>Path to vulnerable library: /repository/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar</p> <p> <p>Found in HEAD commit: <a href="https://github.com/meramsey/user-alias/commit/f2be907aeaa8c6567433543468dc2c648ee24183">f2be907aeaa8c6567433543468dc2c648ee24183</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (commons-fileupload version) | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | | [CVE-2023-24998](https://www.mend.io/vulnerability-database/CVE-2023-24998) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.5 | commons-fileupload-1.4.jar | Direct | commons-fileupload:commons-fileupload:1.5;org.apache.tomcat:tomcat-coyote:8.5.85,9.0.71,10.1.5 | &#10060; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2023-24998</summary> ### Vulnerable Library - <b>commons-fileupload-1.4.jar</b></p> <p>The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.</p> <p>Library home page: <a href="http://commons.apache.org/proper/commons-fileupload/">http://commons.apache.org/proper/commons-fileupload/</a></p> <p>Path to dependency file: /extension/pom.xml</p> <p>Path to vulnerable library: /repository/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar</p> <p> Dependency Hierarchy: - :x: **commons-fileupload-1.4.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/meramsey/user-alias/commit/f2be907aeaa8c6567433543468dc2c648ee24183">f2be907aeaa8c6567433543468dc2c648ee24183</a></p> <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> Apache Commons FileUpload before 1.5 does not limit the number of request parts to be processed resulting in the possibility of an attacker triggering a DoS with a malicious upload or series of uploads. <p>Publish Date: 2023-02-20 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-24998>CVE-2023-24998</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.5</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://seclists.org/oss-sec/2023/q1/108">https://seclists.org/oss-sec/2023/q1/108</a></p> <p>Release Date: 2023-02-20</p> <p>Fix Resolution: commons-fileupload:commons-fileupload:1.5;org.apache.tomcat:tomcat-coyote:8.5.85,9.0.71,10.1.5</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details>
non_defect
commons fileupload jar vulnerabilities highest severity is vulnerable library commons fileupload jar the apache commons fileupload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications library home page a href path to dependency file extension pom xml path to vulnerable library repository commons fileupload commons fileupload commons fileupload jar found in head commit a href vulnerabilities cve severity cvss dependency type fixed in commons fileupload version remediation available medium commons fileupload jar direct commons fileupload commons fileupload org apache tomcat tomcat coyote details cve vulnerable library commons fileupload jar the apache commons fileupload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications library home page a href path to dependency file extension pom xml path to vulnerable library repository commons fileupload commons fileupload commons fileupload jar dependency hierarchy x commons fileupload jar vulnerable library found in head commit a href found in base branch master vulnerability details apache commons fileupload before does not limit the number of request parts to be processed resulting in the possibility of an attacker triggering a dos with a malicious upload or series of uploads publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution commons fileupload commons fileupload org apache tomcat tomcat coyote step up your open source security game with mend
0
3,385
3,431,801,123
IssuesEvent
2015-12-11 00:12:01
OctopusDeploy/Issues
https://api.github.com/repos/OctopusDeploy/Issues
closed
Variables pop-up window almost always shows up off screen
bug in progress usability
Octopus version: 3.2.9 The behavior is a bit erratic. It would be good if it could always show up 100% on the screen and aligned to the right. Customer's screen (firefox) ![od_1](https://cloud.githubusercontent.com/assets/6180562/11697587/fd5014de-9e98-11e5-8bd9-f98fc39d73b4.png) My screen (chrome) ![variablepopup](https://cloud.githubusercontent.com/assets/6180562/11697580/f40b4ea2-9e98-11e5-8331-b72e18b4c6c5.JPG)
True
Variables pop-up window almost always shows up off screen - Octopus version: 3.2.9 The behavior is a bit erratic. It would be good if it could always show up 100% on the screen and aligned to the right. Customer's screen (firefox) ![od_1](https://cloud.githubusercontent.com/assets/6180562/11697587/fd5014de-9e98-11e5-8bd9-f98fc39d73b4.png) My screen (chrome) ![variablepopup](https://cloud.githubusercontent.com/assets/6180562/11697580/f40b4ea2-9e98-11e5-8331-b72e18b4c6c5.JPG)
non_defect
variables pop up window almost always shows up off screen octopus version the behavior is a bit erratic it would be good if it could always show up on the screen and aligned to the right customer s screen firefox my screen chrome
0
64,077
18,164,161,724
IssuesEvent
2021-09-27 13:03:33
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
LocalQueueStatsImpl exists in the heap even though queues are destroyed
Type: Defect
<!-- Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently. --> **Describe the bug** `LocalQueueStatsImpl` exists in the heap even though queues are destroyed. I concern about memory leaks when queues are repeatedly created and deleted. Do you support the above use case? I have also tried with IMap and `LocalMapStatsImpl` was removed as expected. **Expected behavior** When a queue is deleted, the corresponding `LocalQueueStatsImpl` value is also removed from the `statsMap`. **To Reproduce** Steps to reproduce the behavior: 1. Create a Hazelcast member. 2. Repeat the following process in a single thread. 3.1. Create a queue with a unique name in the loop. 3.2. Execute some operations, for example, add queue items. 3.3. Destroy the queue. The following is a simple code to reproduce it. ```java public class Member { public static void main(String[] args) throws InterruptedException { final int LOOP_COUNT = 10000; final int ADD_COUNT = 100; HazelcastInstance hz = Hazelcast.newHazelcastInstance(); for (int i = 0; i < LOOP_COUNT; i ++) { String queueName = String.valueOf(i); IQueue<Integer> q = hz.getQueue(queueName); for (int j = 0; j < ADD_COUNT; j ++) { q.add(j); Thread.sleep(10); } q.destroy(); } } } ``` **Additional context** - Hazelcast version: 4.2 - The number of Hazelcast cluster members: 1 - Version of Java: 8
1.0
LocalQueueStatsImpl exists in the heap even though queues are destroyed - <!-- Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently. --> **Describe the bug** `LocalQueueStatsImpl` exists in the heap even though queues are destroyed. I concern about memory leaks when queues are repeatedly created and deleted. Do you support the above use case? I have also tried with IMap and `LocalMapStatsImpl` was removed as expected. **Expected behavior** When a queue is deleted, the corresponding `LocalQueueStatsImpl` value is also removed from the `statsMap`. **To Reproduce** Steps to reproduce the behavior: 1. Create a Hazelcast member. 2. Repeat the following process in a single thread. 3.1. Create a queue with a unique name in the loop. 3.2. Execute some operations, for example, add queue items. 3.3. Destroy the queue. The following is a simple code to reproduce it. ```java public class Member { public static void main(String[] args) throws InterruptedException { final int LOOP_COUNT = 10000; final int ADD_COUNT = 100; HazelcastInstance hz = Hazelcast.newHazelcastInstance(); for (int i = 0; i < LOOP_COUNT; i ++) { String queueName = String.valueOf(i); IQueue<Integer> q = hz.getQueue(queueName); for (int j = 0; j < ADD_COUNT; j ++) { q.add(j); Thread.sleep(10); } q.destroy(); } } } ``` **Additional context** - Hazelcast version: 4.2 - The number of Hazelcast cluster members: 1 - Version of Java: 8
defect
localqueuestatsimpl exists in the heap even though queues are destroyed thanks for reporting your issue please share with us the following information to help us resolve your issue quickly and efficiently describe the bug localqueuestatsimpl exists in the heap even though queues are destroyed i concern about memory leaks when queues are repeatedly created and deleted do you support the above use case i have also tried with imap and localmapstatsimpl was removed as expected expected behavior when a queue is deleted the corresponding localqueuestatsimpl value is also removed from the statsmap to reproduce steps to reproduce the behavior create a hazelcast member repeat the following process in a single thread create a queue with a unique name in the loop execute some operations for example add queue items destroy the queue the following is a simple code to reproduce it java public class member public static void main string args throws interruptedexception final int loop count final int add count hazelcastinstance hz hazelcast newhazelcastinstance for int i i loop count i string queuename string valueof i iqueue q hz getqueue queuename for int j j add count j q add j thread sleep q destroy additional context hazelcast version the number of hazelcast cluster members version of java
1
12,366
2,694,263,557
IssuesEvent
2015-04-01 19:16:15
google/google-api-go-client
https://api.github.com/repos/google/google-api-go-client
opened
Support Google Spreadsheet
new priority-medium type-defect
**philip142au** on 2 Aug 2012 at 2:00: ``` Please support Google Spreadsheet API so that I can get and put data into a spreadsheet in Google Docs. Thanks! Philip ```
1.0
Support Google Spreadsheet - **philip142au** on 2 Aug 2012 at 2:00: ``` Please support Google Spreadsheet API so that I can get and put data into a spreadsheet in Google Docs. Thanks! Philip ```
defect
support google spreadsheet on aug at please support google spreadsheet api so that i can get and put data into a spreadsheet in google docs thanks philip
1
23,733
3,851,867,309
IssuesEvent
2016-04-06 05:28:43
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
mahjong game n slot game
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. all slot game can add credit but cannot bet 2. mahjong game cannot input a to z 3. What is the expected output? What do you see instead? is possible to use v keyboard to play mahjong? What version of the product are you using? On what operating system? xepria play android 2.3 Please provide any additional information below. ``` Original issue reported on code.google.com by `Ngeri...@gmail.com` on 7 Mar 2012 at 10:53
1.0
mahjong game n slot game - ``` What steps will reproduce the problem? 1. all slot game can add credit but cannot bet 2. mahjong game cannot input a to z 3. What is the expected output? What do you see instead? is possible to use v keyboard to play mahjong? What version of the product are you using? On what operating system? xepria play android 2.3 Please provide any additional information below. ``` Original issue reported on code.google.com by `Ngeri...@gmail.com` on 7 Mar 2012 at 10:53
defect
mahjong game n slot game what steps will reproduce the problem all slot game can add credit but cannot bet mahjong game cannot input a to z what is the expected output what do you see instead is possible to use v keyboard to play mahjong what version of the product are you using on what operating system xepria play android please provide any additional information below original issue reported on code google com by ngeri gmail com on mar at
1
53,372
13,261,475,436
IssuesEvent
2020-08-20 19:58:09
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[millipeda] missing docstrings in examples (Trac #1248)
Migrated from Trac combo reconstruction defect
the scripts in resources/examples need a brief explanation what they do and what kind of input they expect. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1248">https://code.icecube.wisc.edu/projects/icecube/ticket/1248</a>, reported by hdembinskiand owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "_ts": "1550067117911749", "description": "the scripts in resources/examples need a brief explanation what they do and what kind of input they expect.", "reporter": "hdembinski", "cc": "", "resolution": "fixed", "time": "2015-08-20T16:39:10", "component": "combo reconstruction", "summary": "[millipeda] missing docstrings in examples", "priority": "minor", "keywords": "", "milestone": "", "owner": "jbraun", "type": "defect" } ``` </p> </details>
1.0
[millipeda] missing docstrings in examples (Trac #1248) - the scripts in resources/examples need a brief explanation what they do and what kind of input they expect. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1248">https://code.icecube.wisc.edu/projects/icecube/ticket/1248</a>, reported by hdembinskiand owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "_ts": "1550067117911749", "description": "the scripts in resources/examples need a brief explanation what they do and what kind of input they expect.", "reporter": "hdembinski", "cc": "", "resolution": "fixed", "time": "2015-08-20T16:39:10", "component": "combo reconstruction", "summary": "[millipeda] missing docstrings in examples", "priority": "minor", "keywords": "", "milestone": "", "owner": "jbraun", "type": "defect" } ``` </p> </details>
defect
missing docstrings in examples trac the scripts in resources examples need a brief explanation what they do and what kind of input they expect migrated from json status closed changetime ts description the scripts in resources examples need a brief explanation what they do and what kind of input they expect reporter hdembinski cc resolution fixed time component combo reconstruction summary missing docstrings in examples priority minor keywords milestone owner jbraun type defect
1
9,696
2,615,165,996
IssuesEvent
2015-03-01 06:46:23
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
Locating Reaver files on Backtrack 5 r3...trying to modify send.c file.
auto-migrated Priority-Triage Type-Defect
``` I am running in to a similar issue that I have seen a few other "issue threads" on. Reaver will run for 30 pins and then I get the (0x04) code. I have the -x 300 command that lets the router cool down and Reaver will start back up after 5 minutes, run 30 pins, get the (0x04) code 10 times, then "cool down". So I wanted to modify the send.c file like the user Jeff posted about...but I am unable to find the original send.c file on my Backtrack 5 r3 file system. Anyone have any idea where I will find this? ``` Original issue reported on code.google.com by `ItsTheBa...@gmail.com` on 10 May 2013 at 4:06
1.0
Locating Reaver files on Backtrack 5 r3...trying to modify send.c file. - ``` I am running in to a similar issue that I have seen a few other "issue threads" on. Reaver will run for 30 pins and then I get the (0x04) code. I have the -x 300 command that lets the router cool down and Reaver will start back up after 5 minutes, run 30 pins, get the (0x04) code 10 times, then "cool down". So I wanted to modify the send.c file like the user Jeff posted about...but I am unable to find the original send.c file on my Backtrack 5 r3 file system. Anyone have any idea where I will find this? ``` Original issue reported on code.google.com by `ItsTheBa...@gmail.com` on 10 May 2013 at 4:06
defect
locating reaver files on backtrack trying to modify send c file i am running in to a similar issue that i have seen a few other issue threads on reaver will run for pins and then i get the code i have the x command that lets the router cool down and reaver will start back up after minutes run pins get the code times then cool down so i wanted to modify the send c file like the user jeff posted about but i am unable to find the original send c file on my backtrack file system anyone have any idea where i will find this original issue reported on code google com by itstheba gmail com on may at
1
52,509
3,023,812,305
IssuesEvent
2015-08-01 22:28:58
ghaering/pysqlite
https://api.github.com/repos/ghaering/pysqlite
closed
[patch] add tests for save points
bug imported Priority-Medium
_From [rcta...@gmail.com](https://code.google.com/u/110956366953663411409/) on June 11, 2010 16:43:14_ Add two simple tests that utilise the savepoint statements 'savepoint', 'release savepoint' and 'rollback to savepoint'. Tested on python 2.5.4 and a recent sqlite amalgamation. **Attachment:** [0000-add-test-for-savepoints.patch](http://code.google.com/p/pysqlite/issues/detail?id=18) _Original issue: http://code.google.com/p/pysqlite/issues/detail?id=18_
1.0
[patch] add tests for save points - _From [rcta...@gmail.com](https://code.google.com/u/110956366953663411409/) on June 11, 2010 16:43:14_ Add two simple tests that utilise the savepoint statements 'savepoint', 'release savepoint' and 'rollback to savepoint'. Tested on python 2.5.4 and a recent sqlite amalgamation. **Attachment:** [0000-add-test-for-savepoints.patch](http://code.google.com/p/pysqlite/issues/detail?id=18) _Original issue: http://code.google.com/p/pysqlite/issues/detail?id=18_
non_defect
add tests for save points from on june add two simple tests that utilise the savepoint statements savepoint release savepoint and rollback to savepoint tested on python and a recent sqlite amalgamation attachment original issue
0
342,621
30,631,391,625
IssuesEvent
2023-07-24 14:45:20
microsoft/vscode-remote-release
https://api.github.com/repos/microsoft/vscode-remote-release
opened
Test: Remove node-pty dependency from @devcontainers/cli
containers testplan-item
Refs: #8698 - [ ] macOS - [ ] linux - [ ] windows Complexity: 2 --- - Install `@devcontainers/cli` (note that it does not compile any native module): `npm i -g @devcontainers/cli` - Verify its subprocesses still use terminal escape sequences for rendering, e.g., `docker build` should show progress bars when building an image: ``` git clone https://github.com/microsoft/vscode-remote-try-node.git cd vscode-remote-try-node devcontainer build --workspace-folder . ```
1.0
Test: Remove node-pty dependency from @devcontainers/cli - Refs: #8698 - [ ] macOS - [ ] linux - [ ] windows Complexity: 2 --- - Install `@devcontainers/cli` (note that it does not compile any native module): `npm i -g @devcontainers/cli` - Verify its subprocesses still use terminal escape sequences for rendering, e.g., `docker build` should show progress bars when building an image: ``` git clone https://github.com/microsoft/vscode-remote-try-node.git cd vscode-remote-try-node devcontainer build --workspace-folder . ```
non_defect
test remove node pty dependency from devcontainers cli refs macos linux windows complexity install devcontainers cli note that it does not compile any native module npm i g devcontainers cli verify its subprocesses still use terminal escape sequences for rendering e g docker build should show progress bars when building an image git clone cd vscode remote try node devcontainer build workspace folder
0
2,340
2,607,894,994
IssuesEvent
2015-02-26 00:10:55
chrsmithdemos/zen-coding
https://api.github.com/repos/chrsmithdemos/zen-coding
closed
Can't Execute Line
auto-migrated Priority-Medium Type-Defect
``` I know this will sound stupid but... I'm working in TextMate and can't seem to get the bundle to execute this: ul#nav>li.item I read on mondaybynoon.com that the key stroke is CMD+E. It's not working for me. It seems that is already reserved by TextMate for "Use Selection For Find". Please help!? Thanks. ``` ----- Original issue reported on code.google.com by `sadand...@gmail.com` on 23 Sep 2009 at 5:05
1.0
Can't Execute Line - ``` I know this will sound stupid but... I'm working in TextMate and can't seem to get the bundle to execute this: ul#nav>li.item I read on mondaybynoon.com that the key stroke is CMD+E. It's not working for me. It seems that is already reserved by TextMate for "Use Selection For Find". Please help!? Thanks. ``` ----- Original issue reported on code.google.com by `sadand...@gmail.com` on 23 Sep 2009 at 5:05
defect
can t execute line i know this will sound stupid but i m working in textmate and can t seem to get the bundle to execute this ul nav li item i read on mondaybynoon com that the key stroke is cmd e it s not working for me it seems that is already reserved by textmate for use selection for find please help thanks original issue reported on code google com by sadand gmail com on sep at
1
449,809
12,975,258,099
IssuesEvent
2020-07-21 16:41:43
wearable-learning-cloud-platform/wlcp-issues
https://api.github.com/repos/wearable-learning-cloud-platform/wlcp-issues
opened
Game Editor: Adding Space to the Builder
bug game editor high priority
When using Chrome, dropping a state in the bottom of the white space (Builder) in the editor does not create enough extra space to be useful. The space added is like a quarter of an inch, but it should be at least enough space to fit another state. Note: This does not occur in Firefox
1.0
Game Editor: Adding Space to the Builder - When using Chrome, dropping a state in the bottom of the white space (Builder) in the editor does not create enough extra space to be useful. The space added is like a quarter of an inch, but it should be at least enough space to fit another state. Note: This does not occur in Firefox
non_defect
game editor adding space to the builder when using chrome dropping a state in the bottom of the white space builder in the editor does not create enough extra space to be useful the space added is like a quarter of an inch but it should be at least enough space to fit another state note this does not occur in firefox
0
76,284
21,328,216,394
IssuesEvent
2022-04-18 03:39:25
opensearch-project/OpenSearch-Dashboards
https://api.github.com/repos/opensearch-project/OpenSearch-Dashboards
reopened
[BUG] Re2 Requires a higher NODE_MODULE_VERSION
bug build v2.0.0
**Describe the bug** node-re2 so that we can safely use the regular expressions specified by end-users in Timelion see version conflict error when using v1.2 on arm instance. v1.2: <img width="1533" alt="Screen Shot 2022-04-07 at 22 52 08" src="https://user-images.githubusercontent.com/79961084/162476818-6a07f2cd-db15-4c44-8ed3-2d9eb5cf7788.png"> main (2.0): <img width="1654" alt="Screen Shot 2022-04-08 at 10 13 33" src="https://user-images.githubusercontent.com/79961084/162490263-6f8244b0-abae-464a-8745-f8cdc1047b58.png"> **To Reproduce** create v1.2 graviton2 domain                                                                                              logon to OpenSearch and load sample web log data                                                                    go to visualize and select to create a timelion visualization        run expression: ```                                       .es(*).label('all', '.*') ``` **Expected behavior** fix the error **OpenSearch Version** v1.2 + **Dashboards Version** v1.2 + **Plugins** no plugin **Host/Environment (please complete the following information):** - OS: [e.g. iOS] - Browser and version [e.g. 22]
1.0
[BUG] Re2 Requires a higher NODE_MODULE_VERSION - **Describe the bug** node-re2 so that we can safely use the regular expressions specified by end-users in Timelion see version conflict error when using v1.2 on arm instance. v1.2: <img width="1533" alt="Screen Shot 2022-04-07 at 22 52 08" src="https://user-images.githubusercontent.com/79961084/162476818-6a07f2cd-db15-4c44-8ed3-2d9eb5cf7788.png"> main (2.0): <img width="1654" alt="Screen Shot 2022-04-08 at 10 13 33" src="https://user-images.githubusercontent.com/79961084/162490263-6f8244b0-abae-464a-8745-f8cdc1047b58.png"> **To Reproduce** create v1.2 graviton2 domain                                                                                              logon to OpenSearch and load sample web log data                                                                    go to visualize and select to create a timelion visualization        run expression: ```                                       .es(*).label('all', '.*') ``` **Expected behavior** fix the error **OpenSearch Version** v1.2 + **Dashboards Version** v1.2 + **Plugins** no plugin **Host/Environment (please complete the following information):** - OS: [e.g. iOS] - Browser and version [e.g. 22]
non_defect
requires a higher node module version describe the bug node so that we can safely use the regular expressions specified by end users in timelion see version conflict error when using on arm instance img width alt screen shot at src main img width alt screen shot at src to reproduce create domain                                                                                              logon to opensearch and load sample web log data                                                                    go to visualize and select to create a timelion visualization        run expression                                        es label all expected behavior fix the error opensearch version dashboards version plugins no plugin host environment please complete the following information os browser and version
0
743,592
25,906,505,257
IssuesEvent
2022-12-15 10:37:23
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.leboncoin.fr - site is not usable
browser-firefox priority-important engine-gecko
<!-- @browser: Firefox 110.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:110.0) Gecko/20100101 Firefox/110.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/115483 --> **URL**: https://www.leboncoin.fr/ **Browser / Version**: Firefox 110.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Browser unsupported **Steps to Reproduce**: Redirected to https://maj.leboncoin.fr because of the User Agent (Firefox Nightly 110). <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/12/4cc41893-0241-4e6c-b798-e0dd9456d083.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.leboncoin.fr - site is not usable - <!-- @browser: Firefox 110.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:110.0) Gecko/20100101 Firefox/110.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/115483 --> **URL**: https://www.leboncoin.fr/ **Browser / Version**: Firefox 110.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Browser unsupported **Steps to Reproduce**: Redirected to https://maj.leboncoin.fr because of the User Agent (Firefox Nightly 110). <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/12/4cc41893-0241-4e6c-b798-e0dd9456d083.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
site is not usable url browser version firefox operating system windows tested another browser yes other problem type site is not usable description browser unsupported steps to reproduce redirected to because of the user agent firefox nightly view the screenshot img alt screenshot src browser configuration none from with ❤️
0
251,314
21,469,211,816
IssuesEvent
2022-04-26 07:59:39
eclipse/sumo
https://api.github.com/repos/eclipse/sumo
opened
add missing detector tool tests
c:pytools c:doc test needed
The following should be added to https://sumo.dlr.de/docs/Tools/Detector.html and receive tests - [ ] filterFlows - [ ] mapDetectors (#6613) - [ ] plotFlows.py (should also be linked from https://sumo.dlr.de/docs/Tools/Visualization.html - [ ] routeUsage.py - [ ] validate.py
1.0
add missing detector tool tests - The following should be added to https://sumo.dlr.de/docs/Tools/Detector.html and receive tests - [ ] filterFlows - [ ] mapDetectors (#6613) - [ ] plotFlows.py (should also be linked from https://sumo.dlr.de/docs/Tools/Visualization.html - [ ] routeUsage.py - [ ] validate.py
non_defect
add missing detector tool tests the following should be added to and receive tests filterflows mapdetectors plotflows py should also be linked from routeusage py validate py
0
20,846
11,525,074,426
IssuesEvent
2020-02-15 05:23:33
Azure/azure-cli
https://api.github.com/repos/Azure/azure-cli
closed
[DNS] Support Interational Domain Names
Network Network - DNS Service Attention
Customers should be able to supply IDNs and have them converted into ASCII to be stored by AzureDNS.
1.0
[DNS] Support Interational Domain Names - Customers should be able to supply IDNs and have them converted into ASCII to be stored by AzureDNS.
non_defect
support interational domain names customers should be able to supply idns and have them converted into ascii to be stored by azuredns
0
39,741
5,244,357,969
IssuesEvent
2017-01-31 23:16:07
joshcummingsdesign/grizzly-wp
https://api.github.com/repos/joshcummingsdesign/grizzly-wp
opened
Security Audit
needs testing
Check all file permissions Exit files accessed directly `<?php if (!defined('ABSPATH')) exit; // exit if called directly ?>` Index files `// Silence is golden`
1.0
Security Audit - Check all file permissions Exit files accessed directly `<?php if (!defined('ABSPATH')) exit; // exit if called directly ?>` Index files `// Silence is golden`
non_defect
security audit check all file permissions exit files accessed directly index files silence is golden
0
81,273
30,778,767,327
IssuesEvent
2023-07-31 08:33:40
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Cannot start a dm with a user if `limit_profile_requests_to_users_who_share_rooms` is true in the synapse config
T-Defect S-Critical A-DMs O-Uncommon
### Steps to reproduce 1. Set `limit_profile_requests_to_users_who_share_rooms: true` in synapse 2. Create a new user 3. Try to invite the user ### Outcome #### What did you expect? Possibly telling me there was an error but allowing me to ignore this #### What happened instead? There is no way of inviting the user to a new DM as the server returns a 403 "Profile is not available" error ### Operating system Windows ### Browser information Firefox 105.0 (64-bit) ### URL for webapp develop.element.io ### Application version Version von Element: 8e841be39310-react-a49603b9b84a-js-91171afddd6d Version von Olm: 3.2.12 ### Homeserver matrix.midnightthoughts.space ### Will you send logs? No
1.0
Cannot start a dm with a user if `limit_profile_requests_to_users_who_share_rooms` is true in the synapse config - ### Steps to reproduce 1. Set `limit_profile_requests_to_users_who_share_rooms: true` in synapse 2. Create a new user 3. Try to invite the user ### Outcome #### What did you expect? Possibly telling me there was an error but allowing me to ignore this #### What happened instead? There is no way of inviting the user to a new DM as the server returns a 403 "Profile is not available" error ### Operating system Windows ### Browser information Firefox 105.0 (64-bit) ### URL for webapp develop.element.io ### Application version Version von Element: 8e841be39310-react-a49603b9b84a-js-91171afddd6d Version von Olm: 3.2.12 ### Homeserver matrix.midnightthoughts.space ### Will you send logs? No
defect
cannot start a dm with a user if limit profile requests to users who share rooms is true in the synapse config steps to reproduce set limit profile requests to users who share rooms true in synapse create a new user try to invite the user outcome what did you expect possibly telling me there was an error but allowing me to ignore this what happened instead there is no way of inviting the user to a new dm as the server returns a profile is not available error operating system windows browser information firefox bit url for webapp develop element io application version version von element react js version von olm homeserver matrix midnightthoughts space will you send logs no
1
207,349
16,079,773,857
IssuesEvent
2021-04-26 01:01:56
ammarhakim/postgkyl
https://api.github.com/repos/ammarhakim/postgkyl
opened
NERSC's Cori doesn't seem to like info symbols
documentation
Just cloned the postgkyl repo in my Cori directory. When I try to info a file I get: **pgkyl gk36-wham1x2v_elc_0.bp info** ``` Traceback (most recent call last): File "/global/homes/m/mana/cori/gkeyll/postgkyl/pgkyl", line 4, in <module> import postgkyl.pgkyl File "/global/u1/m/mana/cori/gkeyll/postgkyl/postgkyl/__init__.py", line 31, in <module> from . import data File "/global/u1/m/mana/cori/gkeyll/postgkyl/postgkyl/data/__init__.py", line 2, in <module> from .data import Data File "/global/u1/m/mana/cori/gkeyll/postgkyl/postgkyl/data/data.py", line 582 SyntaxError: Non-ASCII character '\xe2' in file /global/u1/m/mana/cori/gkeyll/postgkyl/postgkyl/data/data.py on line 582, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details ``` And lookin at data.py line 582 with vim I see: <img width="534" alt="Screen Shot 2021-04-25 at 6 00 03 PM" src="https://user-images.githubusercontent.com/2220456/116015978-164fe180-a5f0-11eb-8807-f5b5ac28d895.png"> This however is not a problem when using pgkyl from Conda. Is there another dependency needed for these ```info``` symbols to work?
1.0
NERSC's Cori doesn't seem to like info symbols - Just cloned the postgkyl repo in my Cori directory. When I try to info a file I get: **pgkyl gk36-wham1x2v_elc_0.bp info** ``` Traceback (most recent call last): File "/global/homes/m/mana/cori/gkeyll/postgkyl/pgkyl", line 4, in <module> import postgkyl.pgkyl File "/global/u1/m/mana/cori/gkeyll/postgkyl/postgkyl/__init__.py", line 31, in <module> from . import data File "/global/u1/m/mana/cori/gkeyll/postgkyl/postgkyl/data/__init__.py", line 2, in <module> from .data import Data File "/global/u1/m/mana/cori/gkeyll/postgkyl/postgkyl/data/data.py", line 582 SyntaxError: Non-ASCII character '\xe2' in file /global/u1/m/mana/cori/gkeyll/postgkyl/postgkyl/data/data.py on line 582, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details ``` And lookin at data.py line 582 with vim I see: <img width="534" alt="Screen Shot 2021-04-25 at 6 00 03 PM" src="https://user-images.githubusercontent.com/2220456/116015978-164fe180-a5f0-11eb-8807-f5b5ac28d895.png"> This however is not a problem when using pgkyl from Conda. Is there another dependency needed for these ```info``` symbols to work?
non_defect
nersc s cori doesn t seem to like info symbols just cloned the postgkyl repo in my cori directory when i try to info a file i get pgkyl elc bp info traceback most recent call last file global homes m mana cori gkeyll postgkyl pgkyl line in import postgkyl pgkyl file global m mana cori gkeyll postgkyl postgkyl init py line in from import data file global m mana cori gkeyll postgkyl postgkyl data init py line in from data import data file global m mana cori gkeyll postgkyl postgkyl data data py line syntaxerror non ascii character in file global m mana cori gkeyll postgkyl postgkyl data data py on line but no encoding declared see for details and lookin at data py line with vim i see img width alt screen shot at pm src this however is not a problem when using pgkyl from conda is there another dependency needed for these info symbols to work
0
6,471
3,813,695,580
IssuesEvent
2016-03-28 07:47:25
symengine/symengine
https://api.github.com/repos/symengine/symengine
closed
Lints in SymEngine
code quality / build system
There has been lot of back and forth on lint scripts. Here is what I think we should eventually have: * One single script(preferrably Python, not necessary though) that does all the checks. * Grep code can also be called from this script. * Have it outside travis, so that it can be executed once locally. Also have the lint check post all the other tests, so that things become easier while reviewing PRs and let travis give other errors. * We can have multiple lints like whitespace, space after comma, space on either side of `=` and `==`. Many more C++ lints like unused header would be interesting. Add your suggestions too!
1.0
Lints in SymEngine - There has been lot of back and forth on lint scripts. Here is what I think we should eventually have: * One single script(preferrably Python, not necessary though) that does all the checks. * Grep code can also be called from this script. * Have it outside travis, so that it can be executed once locally. Also have the lint check post all the other tests, so that things become easier while reviewing PRs and let travis give other errors. * We can have multiple lints like whitespace, space after comma, space on either side of `=` and `==`. Many more C++ lints like unused header would be interesting. Add your suggestions too!
non_defect
lints in symengine there has been lot of back and forth on lint scripts here is what i think we should eventually have one single script preferrably python not necessary though that does all the checks grep code can also be called from this script have it outside travis so that it can be executed once locally also have the lint check post all the other tests so that things become easier while reviewing prs and let travis give other errors we can have multiple lints like whitespace space after comma space on either side of and many more c lints like unused header would be interesting add your suggestions too
0
175,533
14,531,457,683
IssuesEvent
2020-12-14 20:49:17
Chadori/Construct-Master-Collection
https://api.github.com/repos/Chadori/Construct-Master-Collection
closed
Clock 4 - New Clock features to implement new features, fix issues and support the new Date object
Documentation Enhancement Game
## Request Type **Feature Request** ## Information Clock - New Clock features to implement new features, fix issues and support the new Construct 3 Date object. ## Features - [x] General Clock features - [x] Clock converter features - [x] Clock Time Sync, with device, or online time, like PlayFab's. - [x] Device Time sync. - [x] Online Time sync. - [x] PlayFab Time sync. - [x] Reward System - [x] Daily Reward System - [x] Timer system (`Start Timer`, `Start Timer In`, `Start Timer On`) - [x] Last Active Features (Get the last recorded app session datetime data). - [x] Debugging tools, including Construct 3's debugger preview and safe mode. ## Additions - [x] New demo projects - [x] New website documentation ## Construct Editor - Construct 3 ## Construct Runtime - Construct 3
1.0
Clock 4 - New Clock features to implement new features, fix issues and support the new Date object - ## Request Type **Feature Request** ## Information Clock - New Clock features to implement new features, fix issues and support the new Construct 3 Date object. ## Features - [x] General Clock features - [x] Clock converter features - [x] Clock Time Sync, with device, or online time, like PlayFab's. - [x] Device Time sync. - [x] Online Time sync. - [x] PlayFab Time sync. - [x] Reward System - [x] Daily Reward System - [x] Timer system (`Start Timer`, `Start Timer In`, `Start Timer On`) - [x] Last Active Features (Get the last recorded app session datetime data). - [x] Debugging tools, including Construct 3's debugger preview and safe mode. ## Additions - [x] New demo projects - [x] New website documentation ## Construct Editor - Construct 3 ## Construct Runtime - Construct 3
non_defect
clock new clock features to implement new features fix issues and support the new date object request type feature request information clock new clock features to implement new features fix issues and support the new construct date object features general clock features clock converter features clock time sync with device or online time like playfab s device time sync online time sync playfab time sync reward system daily reward system timer system start timer start timer in start timer on last active features get the last recorded app session datetime data debugging tools including construct s debugger preview and safe mode additions new demo projects new website documentation construct editor construct construct runtime construct
0
889
2,989,997,812
IssuesEvent
2015-07-21 05:48:09
dotnet/wcf
https://api.github.com/repos/dotnet/wcf
closed
Make all test projects compile against contract rather than product source code
enhancement Infrastructure test bug
Currently all tests use ProjectReference to refer to the product code to test. However, this permits use of API's not in the public contract. CoreFx has adopted a model of annotating the ProjectReference with additional metadata to compile against the project.json contracts but still use the ProjectReference's build assembly to be used at runtime. Look for "ReferenceOutputAssembly" in the CoreFx test .csproj's for examples. This task involve adopting that convention for all WCF test projects.
1.0
Make all test projects compile against contract rather than product source code - Currently all tests use ProjectReference to refer to the product code to test. However, this permits use of API's not in the public contract. CoreFx has adopted a model of annotating the ProjectReference with additional metadata to compile against the project.json contracts but still use the ProjectReference's build assembly to be used at runtime. Look for "ReferenceOutputAssembly" in the CoreFx test .csproj's for examples. This task involve adopting that convention for all WCF test projects.
non_defect
make all test projects compile against contract rather than product source code currently all tests use projectreference to refer to the product code to test however this permits use of api s not in the public contract corefx has adopted a model of annotating the projectreference with additional metadata to compile against the project json contracts but still use the projectreference s build assembly to be used at runtime look for referenceoutputassembly in the corefx test csproj s for examples this task involve adopting that convention for all wcf test projects
0
145,832
11,709,615,126
IssuesEvent
2020-03-08 19:51:45
StevensSEC/sec.club
https://api.github.com/repos/StevensSEC/sec.club
closed
Tests for invalid links to assets in markdown files
article enhancement testing
We should test our markdown files for invalid links to other routes, and invalid links to image assets.
1.0
Tests for invalid links to assets in markdown files - We should test our markdown files for invalid links to other routes, and invalid links to image assets.
non_defect
tests for invalid links to assets in markdown files we should test our markdown files for invalid links to other routes and invalid links to image assets
0
112,523
24,286,421,745
IssuesEvent
2022-09-28 22:51:59
cncf/mentoring
https://api.github.com/repos/cncf/mentoring
closed
GSoC Timeline Reminders
summer of code
- [x] GSoC Mentoring mailing list - [ ] GSoC Calendar invites out as reminders of deadlines (2 days before due) - [ ] Add all current mentors to both
1.0
GSoC Timeline Reminders - - [x] GSoC Mentoring mailing list - [ ] GSoC Calendar invites out as reminders of deadlines (2 days before due) - [ ] Add all current mentors to both
non_defect
gsoc timeline reminders gsoc mentoring mailing list gsoc calendar invites out as reminders of deadlines days before due add all current mentors to both
0
52,416
13,224,720,911
IssuesEvent
2020-08-17 19:42:38
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[simprod-scripts] EnergyPerNucleon not correctly configured in CORSIKA (Trac #2183)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2183">https://code.icecube.wisc.edu/projects/icecube/ticket/2183</a>, reported by juancarlosand owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:15:18", "_ts": "1550067318169976", "description": "Checking in simprod-scripts, I discovered a double counting in the EnergyPerNucleon option: On the one hand, corsica.py is setting SPRIC=1 in the INPUTS file s.t. the energy threshold is EnergyPerNucleon. On the other hand, the weights.py module sets Emin = Emin*mass if EnergyPerNucleon is configured (I guess assuming CORSIKA is configured as EnergyPerParticle).\n\nA simple fix would be to hard code SPRIC=0 (EnergyPerParticle) and let weights.py set the energy thresholds. However, SPRIC=0 only sets Emin as EnergyPerParticle whereas Emax is always configured as EnergyPerNucleon. I propose to hardcode SPRIC=1 and set Emin = Emin/mass in weights.py if we want EnergyPerParticle. I just want to make sure that this doesn't break something elsewhere.", "reporter": "juancarlos", "cc": "", "resolution": "invalid", "time": "2018-08-23T15:37:54", "component": "combo simulation", "summary": "[simprod-scripts] EnergyPerNucleon not correctly configured in CORSIKA", "priority": "critical", "keywords": "CORSIKA, simulation, simprod-scripts", "milestone": "", "owner": "juancarlos", "type": "defect" } ``` </p> </details>
1.0
[simprod-scripts] EnergyPerNucleon not correctly configured in CORSIKA (Trac #2183) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2183">https://code.icecube.wisc.edu/projects/icecube/ticket/2183</a>, reported by juancarlosand owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:15:18", "_ts": "1550067318169976", "description": "Checking in simprod-scripts, I discovered a double counting in the EnergyPerNucleon option: On the one hand, corsica.py is setting SPRIC=1 in the INPUTS file s.t. the energy threshold is EnergyPerNucleon. On the other hand, the weights.py module sets Emin = Emin*mass if EnergyPerNucleon is configured (I guess assuming CORSIKA is configured as EnergyPerParticle).\n\nA simple fix would be to hard code SPRIC=0 (EnergyPerParticle) and let weights.py set the energy thresholds. However, SPRIC=0 only sets Emin as EnergyPerParticle whereas Emax is always configured as EnergyPerNucleon. I propose to hardcode SPRIC=1 and set Emin = Emin/mass in weights.py if we want EnergyPerParticle. I just want to make sure that this doesn't break something elsewhere.", "reporter": "juancarlos", "cc": "", "resolution": "invalid", "time": "2018-08-23T15:37:54", "component": "combo simulation", "summary": "[simprod-scripts] EnergyPerNucleon not correctly configured in CORSIKA", "priority": "critical", "keywords": "CORSIKA, simulation, simprod-scripts", "milestone": "", "owner": "juancarlos", "type": "defect" } ``` </p> </details>
defect
energypernucleon not correctly configured in corsika trac migrated from json status closed changetime ts description checking in simprod scripts i discovered a double counting in the energypernucleon option on the one hand corsica py is setting spric in the inputs file s t the energy threshold is energypernucleon on the other hand the weights py module sets emin emin mass if energypernucleon is configured i guess assuming corsika is configured as energyperparticle n na simple fix would be to hard code spric energyperparticle and let weights py set the energy thresholds however spric only sets emin as energyperparticle whereas emax is always configured as energypernucleon i propose to hardcode spric and set emin emin mass in weights py if we want energyperparticle i just want to make sure that this doesn t break something elsewhere reporter juancarlos cc resolution invalid time component combo simulation summary energypernucleon not correctly configured in corsika priority critical keywords corsika simulation simprod scripts milestone owner juancarlos type defect
1
13,126
2,732,908,092
IssuesEvent
2015-04-17 10:09:05
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
wrong font used in save as... description text area input field
auto-migrated Priority-Low Type-Defect
``` What steps will reproduce the problem? 1. open a model 2. click on "Save as..." 3. write text into the description textarea What is the expected output? the text is shown in the same font used everywhere else What do you see instead? the text is shown in another font ``` Original issue reported on code.google.com by `NicoPete...@gmail.com` on 2 Sep 2008 at 10:21
1.0
wrong font used in save as... description text area input field - ``` What steps will reproduce the problem? 1. open a model 2. click on "Save as..." 3. write text into the description textarea What is the expected output? the text is shown in the same font used everywhere else What do you see instead? the text is shown in another font ``` Original issue reported on code.google.com by `NicoPete...@gmail.com` on 2 Sep 2008 at 10:21
defect
wrong font used in save as description text area input field what steps will reproduce the problem open a model click on save as write text into the description textarea what is the expected output the text is shown in the same font used everywhere else what do you see instead the text is shown in another font original issue reported on code google com by nicopete gmail com on sep at
1
5,009
5,383,957,275
IssuesEvent
2017-02-24 08:59:38
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
closed
Project.json file is not equal to the explanations.
area-Infrastructure
The explanation of the "UsingYourBuild.md" documentation chapter 3, is inaccurate and misleading. A project.json file is being referenced, but the file misses the crucial parts, like the runtimes. In my case, I got this far, but don't know how to continue. I really want to get it working. The more important note is that I have to copy the project.json file, while the file has a line: > "Microsoft.NETCore.App": "2.0.0-beta-001494-00", But if I read the explanation well the line should be: > "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24528-0" So I tried both scenario's. With of course the editing of the version. I guessed it would be the second line, Microsoft.NETCore.Runtime.CoreCLR. If I add it with the right version, it finds a dependency which works. Except, it only includes: Microsoft.NETCore.Jit (2.0.0-beta-25120-0) <-- this is my version. With only the Jit, I'm not able to use any System classes. Can anyone tell me what's wrong and right? And/Or maybe edit the file? Thanks
1.0
Project.json file is not equal to the explanations. - The explanation of the "UsingYourBuild.md" documentation chapter 3, is inaccurate and misleading. A project.json file is being referenced, but the file misses the crucial parts, like the runtimes. In my case, I got this far, but don't know how to continue. I really want to get it working. The more important note is that I have to copy the project.json file, while the file has a line: > "Microsoft.NETCore.App": "2.0.0-beta-001494-00", But if I read the explanation well the line should be: > "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24528-0" So I tried both scenario's. With of course the editing of the version. I guessed it would be the second line, Microsoft.NETCore.Runtime.CoreCLR. If I add it with the right version, it finds a dependency which works. Except, it only includes: Microsoft.NETCore.Jit (2.0.0-beta-25120-0) <-- this is my version. With only the Jit, I'm not able to use any System classes. Can anyone tell me what's wrong and right? And/Or maybe edit the file? Thanks
non_defect
project json file is not equal to the explanations the explanation of the usingyourbuild md documentation chapter is inaccurate and misleading a project json file is being referenced but the file misses the crucial parts like the runtimes in my case i got this far but don t know how to continue i really want to get it working the more important note is that i have to copy the project json file while the file has a line microsoft netcore app beta but if i read the explanation well the line should be microsoft netcore runtime coreclr beta so i tried both scenario s with of course the editing of the version i guessed it would be the second line microsoft netcore runtime coreclr if i add it with the right version it finds a dependency which works except it only includes microsoft netcore jit beta this is my version with only the jit i m not able to use any system classes can anyone tell me what s wrong and right and or maybe edit the file thanks
0
47,645
13,066,042,578
IssuesEvent
2020-07-30 20:53:12
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[documentation] redirect Trac wiki pages elsewhere (Trac #915)
Migrated from Trac defect infrastructure
Trac automatically creates links to wiki pages for CamelCase that it detects. If our documentation was in the Trac wiki, this would be awesome. Set up an easy way to redirect CamelCase to the correct docs. Migrated from https://code.icecube.wisc.edu/ticket/915 ```json { "status": "closed", "changetime": "2015-04-08T16:37:00", "description": "Trac automatically creates links to wiki pages for CamelCase that it detects. If our documentation was in the Trac wiki, this would be awesome. \n\nSet up an easy way to redirect CamelCase to the correct docs.", "reporter": "nega", "cc": "", "resolution": "fixed", "_ts": "1428511020599097", "component": "infrastructure", "summary": "[documentation] redirect Trac wiki pages elsewhere", "priority": "normal", "keywords": "", "time": "2015-04-08T16:32:15", "milestone": "", "owner": "", "type": "defect" } ```
1.0
[documentation] redirect Trac wiki pages elsewhere (Trac #915) - Trac automatically creates links to wiki pages for CamelCase that it detects. If our documentation was in the Trac wiki, this would be awesome. Set up an easy way to redirect CamelCase to the correct docs. Migrated from https://code.icecube.wisc.edu/ticket/915 ```json { "status": "closed", "changetime": "2015-04-08T16:37:00", "description": "Trac automatically creates links to wiki pages for CamelCase that it detects. If our documentation was in the Trac wiki, this would be awesome. \n\nSet up an easy way to redirect CamelCase to the correct docs.", "reporter": "nega", "cc": "", "resolution": "fixed", "_ts": "1428511020599097", "component": "infrastructure", "summary": "[documentation] redirect Trac wiki pages elsewhere", "priority": "normal", "keywords": "", "time": "2015-04-08T16:32:15", "milestone": "", "owner": "", "type": "defect" } ```
defect
redirect trac wiki pages elsewhere trac trac automatically creates links to wiki pages for camelcase that it detects if our documentation was in the trac wiki this would be awesome set up an easy way to redirect camelcase to the correct docs migrated from json status closed changetime description trac automatically creates links to wiki pages for camelcase that it detects if our documentation was in the trac wiki this would be awesome n nset up an easy way to redirect camelcase to the correct docs reporter nega cc resolution fixed ts component infrastructure summary redirect trac wiki pages elsewhere priority normal keywords time milestone owner type defect
1
28,815
5,383,853,265
IssuesEvent
2017-02-24 08:37:00
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
closed
viewcache and hidden, non-spoiler, pictures
Component_Cache Priority_Low Type_Defect
Take a look at: http://www.opencaching.ro/viewcache.php?cacheid=295 This cache has 3 pictures loaded, all of which are maked "do not display". The pictures are used in description, but they should not appear in the Pictures section. One can see the pictures section with no pictures. The pictures section in this case should not be shown at all.
1.0
viewcache and hidden, non-spoiler, pictures - Take a look at: http://www.opencaching.ro/viewcache.php?cacheid=295 This cache has 3 pictures loaded, all of which are maked "do not display". The pictures are used in description, but they should not appear in the Pictures section. One can see the pictures section with no pictures. The pictures section in this case should not be shown at all.
defect
viewcache and hidden non spoiler pictures take a look at this cache has pictures loaded all of which are maked do not display the pictures are used in description but they should not appear in the pictures section one can see the pictures section with no pictures the pictures section in this case should not be shown at all
1
63,336
15,574,040,037
IssuesEvent
2021-03-17 09:21:55
zeek/spicy
https://api.github.com/repos/zeek/spicy
closed
Distribute Linux binary artifacts as deb or rpm files
Build system
At least on Linux, we should distribute binary artifacts as distribution packages to make it easier to install and uninstall them.
1.0
Distribute Linux binary artifacts as deb or rpm files - At least on Linux, we should distribute binary artifacts as distribution packages to make it easier to install and uninstall them.
non_defect
distribute linux binary artifacts as deb or rpm files at least on linux we should distribute binary artifacts as distribution packages to make it easier to install and uninstall them
0
297,475
22,359,302,434
IssuesEvent
2022-06-15 18:45:06
roots/bud
https://api.github.com/repos/roots/bud
closed
[docs] update @roots/bud-typescript docs
documentation
Specifically noting that typechecking is enabled with: ```ts bud.typescript.typecheck.enable() ```
1.0
[docs] update @roots/bud-typescript docs - Specifically noting that typechecking is enabled with: ```ts bud.typescript.typecheck.enable() ```
non_defect
update roots bud typescript docs specifically noting that typechecking is enabled with ts bud typescript typecheck enable
0
18,284
3,040,203,547
IssuesEvent
2015-08-07 14:12:30
googlei18n/noto-fonts
https://api.github.com/repos/googlei18n/noto-fonts
opened
Syriac: Stylistic sets defined with broken name table references
Type-Defect
moved from https://github.com/googlei18n/noto-alpha/issues/241 Imported from [Google Code issue #241](https://code.google.com/p/noto-alpha/issues/detail?id=241) created by [roozbeh@google.com](https://code.google.com/u/roozbeh@google.com/) on 2014-06-10T02:51:04.000Z: ---- The Syriac fonts appear to define stylistic sets with name reference IDs that don't exist in the font. For example, feature #&nbsp;22 (ss01) in NotoSansSyriacEstrangela-Regular has a UINameID value of 256, but there is no such name record in the name table. Here's a TTX dump of the relevant part of the feature definition. &lt;FeatureRecord index=&quot;22&quot;&gt; &lt;FeatureTag value=&quot;ss01&quot;/&gt; &lt;Feature&gt; &lt;FeatureParamsStylisticSet&gt; &lt;Version value=&quot;0&quot;/&gt; &lt;UINameID value=&quot;256&quot;/&gt; &lt;/FeatureParamsStylisticSet&gt; &lt;!-- LookupCount=1 --&gt; &lt;LookupListIndex index=&quot;0&quot; value=&quot;31&quot;/&gt; &lt;/Feature&gt; &lt;/FeatureRecord&gt;
1.0
Syriac: Stylistic sets defined with broken name table references - moved from https://github.com/googlei18n/noto-alpha/issues/241 Imported from [Google Code issue #241](https://code.google.com/p/noto-alpha/issues/detail?id=241) created by [roozbeh@google.com](https://code.google.com/u/roozbeh@google.com/) on 2014-06-10T02:51:04.000Z: ---- The Syriac fonts appear to define stylistic sets with name reference IDs that don't exist in the font. For example, feature #&nbsp;22 (ss01) in NotoSansSyriacEstrangela-Regular has a UINameID value of 256, but there is no such name record in the name table. Here's a TTX dump of the relevant part of the feature definition. &lt;FeatureRecord index=&quot;22&quot;&gt; &lt;FeatureTag value=&quot;ss01&quot;/&gt; &lt;Feature&gt; &lt;FeatureParamsStylisticSet&gt; &lt;Version value=&quot;0&quot;/&gt; &lt;UINameID value=&quot;256&quot;/&gt; &lt;/FeatureParamsStylisticSet&gt; &lt;!-- LookupCount=1 --&gt; &lt;LookupListIndex index=&quot;0&quot; value=&quot;31&quot;/&gt; &lt;/Feature&gt; &lt;/FeatureRecord&gt;
defect
syriac stylistic sets defined with broken name table references moved from imported from created by on the syriac fonts appear to define stylistic sets with name reference ids that don t exist in the font for example feature nbsp in notosanssyriacestrangela regular has a uinameid value of but there is no such name record in the name table here s a ttx dump of the relevant part of the feature definition lt featurerecord index quot quot gt lt featuretag value quot quot gt lt feature gt lt featureparamsstylisticset gt lt version value quot quot gt lt uinameid value quot quot gt lt featureparamsstylisticset gt lt lookupcount gt lt lookuplistindex index quot quot value quot quot gt lt feature gt lt featurerecord gt
1
27,360
4,971,686,589
IssuesEvent
2016-12-05 19:24:42
kronometrix/recording
https://api.github.com/repos/kronometrix/recording
opened
webrec2 reports a large number of requests as 404 vs webrec1
defect-high
I can see a large number of requests status code 404 when webrec2 is executed vs webrec1. Take a look: ### webrec, the old webrec ``` $ time ./webrec -a | tee -a webrec1.execution.txt $ grep 404 webrec1.execution.txt | wc -l 10 ``` ### webrec2 ``` $ time ./webrec2 -a | tee -a webrec2.execution.txt ... 1480965543:www.Virrat.fi:1.705:0.404:0.058:0.405:1.121:16465:200 1480965543:www.Voyri.fi:1.607:0.072:0.054:0.072:0.638:188251:200 1480965543:www.Vierema.fi:6.384:0.443:0.037:0.443:5.337:45212:200 real 0m44.271s user 0m0.832s sys 0m1.156s ``` Looking for 404 code returns ``` $ grep 404 webrec2.execution.txt | wc -l 148 ```
1.0
webrec2 reports a large number of requests as 404 vs webrec1 - I can see a large number of requests status code 404 when webrec2 is executed vs webrec1. Take a look: ### webrec, the old webrec ``` $ time ./webrec -a | tee -a webrec1.execution.txt $ grep 404 webrec1.execution.txt | wc -l 10 ``` ### webrec2 ``` $ time ./webrec2 -a | tee -a webrec2.execution.txt ... 1480965543:www.Virrat.fi:1.705:0.404:0.058:0.405:1.121:16465:200 1480965543:www.Voyri.fi:1.607:0.072:0.054:0.072:0.638:188251:200 1480965543:www.Vierema.fi:6.384:0.443:0.037:0.443:5.337:45212:200 real 0m44.271s user 0m0.832s sys 0m1.156s ``` Looking for 404 code returns ``` $ grep 404 webrec2.execution.txt | wc -l 148 ```
defect
reports a large number of requests as vs i can see a large number of requests status code when is executed vs take a look webrec the old webrec time webrec a tee a execution txt grep execution txt wc l time a tee a execution txt real user sys looking for code returns grep execution txt wc l
1
13,495
8,518,573,994
IssuesEvent
2018-11-01 12:07:22
apinf/platform
https://api.github.com/repos/apinf/platform
closed
Improving sort bar and searching option in APInf Catalog page
Usability Issue enhancement icebox
# Usability APIs n Usability test performed on 03.03.2017, the following issues considering the API catalog were found. * User often searches for added API using CTRL + F. This works well as long as the API is listed in the 1st page of the catalog. This means "My APIs" in the sort/filter bar is not visible/highlighted enough to users. * (continuing from above) User needs a visible, contextual searchbar to look for APIs. # Enhancements * [ ] Somewhat making the sort/filter bar more focused and highlighted to the user s.t. user can easily identify actions s/he can perform in the catalog page (i.e. help text/font size change, etc.) * [ ] Introducing contextual Searching functionality (i.e. returned results depend on what page the user is currently. example, user can look for API metadata, documentation, etc. for a specific API when s/he is in API profile page). The position of the searchbar should be fixed on every page. This needs to be highlighted. See Hitch for having ideas about search options.
True
Improving sort bar and searching option in APInf Catalog page - # Usability APIs n Usability test performed on 03.03.2017, the following issues considering the API catalog were found. * User often searches for added API using CTRL + F. This works well as long as the API is listed in the 1st page of the catalog. This means "My APIs" in the sort/filter bar is not visible/highlighted enough to users. * (continuing from above) User needs a visible, contextual searchbar to look for APIs. # Enhancements * [ ] Somewhat making the sort/filter bar more focused and highlighted to the user s.t. user can easily identify actions s/he can perform in the catalog page (i.e. help text/font size change, etc.) * [ ] Introducing contextual Searching functionality (i.e. returned results depend on what page the user is currently. example, user can look for API metadata, documentation, etc. for a specific API when s/he is in API profile page). The position of the searchbar should be fixed on every page. This needs to be highlighted. See Hitch for having ideas about search options.
non_defect
improving sort bar and searching option in apinf catalog page usability apis n usability test performed on the following issues considering the api catalog were found user often searches for added api using ctrl f this works well as long as the api is listed in the page of the catalog this means my apis in the sort filter bar is not visible highlighted enough to users continuing from above user needs a visible contextual searchbar to look for apis enhancements somewhat making the sort filter bar more focused and highlighted to the user s t user can easily identify actions s he can perform in the catalog page i e help text font size change etc introducing contextual searching functionality i e returned results depend on what page the user is currently example user can look for api metadata documentation etc for a specific api when s he is in api profile page the position of the searchbar should be fixed on every page this needs to be highlighted see hitch for having ideas about search options
0
81,708
15,791,492,927
IssuesEvent
2021-04-02 04:42:11
reposense/RepoSense
https://api.github.com/repos/reposense/RepoSense
closed
Generalize findMatching method in GroupConfigCsvParser and AuthorConfigCsvParser
ToVerifyRelevance a-CodeQuality p.Low
As discussed in https://github.com/reposense/RepoSense/pull/787#discussion_r309248962, in `GroupConfigCsvParser#findMatchingGroupConfig` and `AuthorConfigCsvParser#findMatchingAuthorConfig` are quite similar and can be generalized.
1.0
Generalize findMatching method in GroupConfigCsvParser and AuthorConfigCsvParser - As discussed in https://github.com/reposense/RepoSense/pull/787#discussion_r309248962, in `GroupConfigCsvParser#findMatchingGroupConfig` and `AuthorConfigCsvParser#findMatchingAuthorConfig` are quite similar and can be generalized.
non_defect
generalize findmatching method in groupconfigcsvparser and authorconfigcsvparser as discussed in in groupconfigcsvparser findmatchinggroupconfig and authorconfigcsvparser findmatchingauthorconfig are quite similar and can be generalized
0
3,411
2,610,062,162
IssuesEvent
2015-02-26 18:18:17
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥不孕不育检查项目及费用
auto-migrated Priority-Medium Type-Defect
``` 路桥不孕不育检查项目及费用【台州五洲生殖医院】24小时健 康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址: 台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104� ��108、118、198及椒江一金清公交车直达枫南小区,乘坐107、105 、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:33
1.0
路桥不孕不育检查项目及费用 - ``` 路桥不孕不育检查项目及费用【台州五洲生殖医院】24小时健 康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址: 台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104� ��108、118、198及椒江一金清公交车直达枫南小区,乘坐107、105 、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:33
defect
路桥不孕不育检查项目及费用 路桥不孕不育检查项目及费用【台州五洲生殖医院】 康咨询热线 微信号tzwzszyy 医院地址 (枫南大转盘旁)乘车线路 � �� 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
22,150
3,604,241,421
IssuesEvent
2016-02-03 22:05:46
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Fixtures not working with no $import nor $fields properties set.
Defect fixtures testing
The documentation states that: > Finally, you can not load/create any schema in a fixture. This is useful if you already have a test database setup with all the empty tables created. By defining neither $fields or $import a fixture will only insert its records and truncate the records on each test method. A fixture without these two properties is not setting the TextFixture->_schema property, and throwing a fatal error when calling truncateSql() in a non-object in TextFixture::truncate(). The _schema property seems to be only being set in the TextFixture::init() function, and only when the import or fields properties are set.
1.0
Fixtures not working with no $import nor $fields properties set. - The documentation states that: > Finally, you can not load/create any schema in a fixture. This is useful if you already have a test database setup with all the empty tables created. By defining neither $fields or $import a fixture will only insert its records and truncate the records on each test method. A fixture without these two properties is not setting the TextFixture->_schema property, and throwing a fatal error when calling truncateSql() in a non-object in TextFixture::truncate(). The _schema property seems to be only being set in the TextFixture::init() function, and only when the import or fields properties are set.
defect
fixtures not working with no import nor fields properties set the documentation states that finally you can not load create any schema in a fixture this is useful if you already have a test database setup with all the empty tables created by defining neither fields or import a fixture will only insert its records and truncate the records on each test method a fixture without these two properties is not setting the textfixture schema property and throwing a fatal error when calling truncatesql in a non object in textfixture truncate the schema property seems to be only being set in the textfixture init function and only when the import or fields properties are set
1
80,017
29,870,796,405
IssuesEvent
2023-06-20 08:21:46
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Missing reactions in room (main timeline)
T-Defect A-Timeline A-Reactions
### Steps to reproduce 1. Notice missing reactions on a message 1. Reproduced on Element Web and other Element Desktop clients 1. Consistent after update/refresh and switching rooms ### Outcome #### What did you expect? All reactions should be visible #### What happened instead? No reactions show up on the message and the reaction events don't even show up as hidden events in the timeline All of the missing reactions correspond to these rageshake log entries which indicate the events are seen by the client but being mistakenly ignored in the main timeline ([details in the rageshake](https://github.com/matrix-org/element-web-rageshakes/issues/21918)) ``` EventTimelineSet.addEventToTimeline: Ignoring event=$abc that does not belong in timeline=!foo:2023-06-19T22:17:22.759Z timelineSet(threadId=undefined) ``` --- Probably related to: - https://github.com/vector-im/element-web/issues/25596 ### Operating system Manjaro Linux (Arch-based) ### Browser information Chrome Version 114.0.5735.133 ### URL for webapp https://develop.element.io/ ### Application version Element version: 041747391cf7-react-a491795aa7ed-js-80cdbe1058c1 Olm version: 3.2.14 ### Homeserver matrix.org ### Will you send logs? Yes -> https://github.com/matrix-org/element-web-rageshakes/issues/21918
1.0
Missing reactions in room (main timeline) - ### Steps to reproduce 1. Notice missing reactions on a message 1. Reproduced on Element Web and other Element Desktop clients 1. Consistent after update/refresh and switching rooms ### Outcome #### What did you expect? All reactions should be visible #### What happened instead? No reactions show up on the message and the reaction events don't even show up as hidden events in the timeline All of the missing reactions correspond to these rageshake log entries which indicate the events are seen by the client but being mistakenly ignored in the main timeline ([details in the rageshake](https://github.com/matrix-org/element-web-rageshakes/issues/21918)) ``` EventTimelineSet.addEventToTimeline: Ignoring event=$abc that does not belong in timeline=!foo:2023-06-19T22:17:22.759Z timelineSet(threadId=undefined) ``` --- Probably related to: - https://github.com/vector-im/element-web/issues/25596 ### Operating system Manjaro Linux (Arch-based) ### Browser information Chrome Version 114.0.5735.133 ### URL for webapp https://develop.element.io/ ### Application version Element version: 041747391cf7-react-a491795aa7ed-js-80cdbe1058c1 Olm version: 3.2.14 ### Homeserver matrix.org ### Will you send logs? Yes -> https://github.com/matrix-org/element-web-rageshakes/issues/21918
defect
missing reactions in room main timeline steps to reproduce notice missing reactions on a message reproduced on element web and other element desktop clients consistent after update refresh and switching rooms outcome what did you expect all reactions should be visible what happened instead no reactions show up on the message and the reaction events don t even show up as hidden events in the timeline all of the missing reactions correspond to these rageshake log entries which indicate the events are seen by the client but being mistakenly ignored in the main timeline eventtimelineset addeventtotimeline ignoring event abc that does not belong in timeline foo timelineset threadid undefined probably related to operating system manjaro linux arch based browser information chrome version url for webapp application version element version react js olm version homeserver matrix org will you send logs yes
1
17,965
4,218,423,599
IssuesEvent
2016-06-30 15:54:31
votinginfoproject/vip-specification
https://api.github.com/repos/votinginfoproject/vip-specification
opened
Update YAML -> RST process to support different sets of elements
documentation
The [current rendering process](https://github.com/votinginfoproject/vip-specification/blob/vip52/CONTRIBUTING.md#updating-the-documentation) makes the assumption that we have the same set of elements for both XML and CSV versions of the feed. With the changes to version 5.1 of the spec, the CSV feeds have diverged a bit, and we can't have the same set of elements in the documentation; for example, `BallotSelectionBase` will be folded in with `BallotSelection` in a CSV version of the feed. We need to change the way YAML is rendered to RST; we can't use all of the elements all of the time. I'd propose moving the contents of `docs/yaml` into `docs/yaml/xml` and placing the CSV specific examples in `docs/yaml/csv`.
1.0
Update YAML -> RST process to support different sets of elements - The [current rendering process](https://github.com/votinginfoproject/vip-specification/blob/vip52/CONTRIBUTING.md#updating-the-documentation) makes the assumption that we have the same set of elements for both XML and CSV versions of the feed. With the changes to version 5.1 of the spec, the CSV feeds have diverged a bit, and we can't have the same set of elements in the documentation; for example, `BallotSelectionBase` will be folded in with `BallotSelection` in a CSV version of the feed. We need to change the way YAML is rendered to RST; we can't use all of the elements all of the time. I'd propose moving the contents of `docs/yaml` into `docs/yaml/xml` and placing the CSV specific examples in `docs/yaml/csv`.
non_defect
update yaml rst process to support different sets of elements the makes the assumption that we have the same set of elements for both xml and csv versions of the feed with the changes to version of the spec the csv feeds have diverged a bit and we can t have the same set of elements in the documentation for example ballotselectionbase will be folded in with ballotselection in a csv version of the feed we need to change the way yaml is rendered to rst we can t use all of the elements all of the time i d propose moving the contents of docs yaml into docs yaml xml and placing the csv specific examples in docs yaml csv
0
117,289
9,921,394,002
IssuesEvent
2019-06-30 17:50:22
postmanlabs/postman-app-support
https://api.github.com/repos/postmanlabs/postman-app-support
closed
Add ability to halt test and/or collection using code within the test
Tests collection-runner collection-v2 feature product/runtime
Add a `postman.break` and `postman.continue` option for testing. When `break` is called, the current test **and** collection is immediately ended. When `continue` is called, the current test is immediately ended but if a collection is running, the next request/test in the collection is started normally. There are a few reasons I can imagine for this, but the main one for us is when test data on the server wasn't uploaded before we run a collection against it. Writing a few tests at the start of a collection that verify test data was loaded can save QA some hassle as the tests could be written to bail with a clear reason so they could take steps to repair/configure for a run. We're working around this with some globals, for the moment, but it would be nice to have options to bail out of a test or collection.
1.0
Add ability to halt test and/or collection using code within the test - Add a `postman.break` and `postman.continue` option for testing. When `break` is called, the current test **and** collection is immediately ended. When `continue` is called, the current test is immediately ended but if a collection is running, the next request/test in the collection is started normally. There are a few reasons I can imagine for this, but the main one for us is when test data on the server wasn't uploaded before we run a collection against it. Writing a few tests at the start of a collection that verify test data was loaded can save QA some hassle as the tests could be written to bail with a clear reason so they could take steps to repair/configure for a run. We're working around this with some globals, for the moment, but it would be nice to have options to bail out of a test or collection.
non_defect
add ability to halt test and or collection using code within the test add a postman break and postman continue option for testing when break is called the current test and collection is immediately ended when continue is called the current test is immediately ended but if a collection is running the next request test in the collection is started normally there are a few reasons i can imagine for this but the main one for us is when test data on the server wasn t uploaded before we run a collection against it writing a few tests at the start of a collection that verify test data was loaded can save qa some hassle as the tests could be written to bail with a clear reason so they could take steps to repair configure for a run we re working around this with some globals for the moment but it would be nice to have options to bail out of a test or collection
0
74,122
24,956,452,468
IssuesEvent
2022-11-01 12:12:59
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
"Something went wrong" when joining space
T-Defect
### Steps to reproduce 1. From my matrix.org account on element-web with version from today, try to join the `#teams:nixos.org` room/space. 2. Get shown `Something went wrong! Please create a new issue on GitHub` For reference, I: * had already joined in the "parent" `NixOS` public space `#community:nixos.org` (which contains the room I want to join, `#teams:nixos.org`), and also * had already joined `#security-discuss:nixos.org` (which is _contained in_ the room I want to join, `#community:nixos.org`) Just in case the fact that I tried to join a room in the "middle" of the space containment hierarchy is relevant to the issue. ### Outcome #### What did you expect? No popup asking me to report a bug on Github. #### What happened instead? A popup asking me to report a bug on Github: ![image](https://user-images.githubusercontent.com/399535/199229780-bdc0005e-5955-4bf3-a246-e84ac959feaa.png) ### Operating system Ubuntu Linux 22.04 ### Browser information Firefox 106 ### URL for webapp app.element.iop ### Application version _No response_ ### Homeserver matrix.org ### Will you send logs? Yes
1.0
"Something went wrong" when joining space - ### Steps to reproduce 1. From my matrix.org account on element-web with version from today, try to join the `#teams:nixos.org` room/space. 2. Get shown `Something went wrong! Please create a new issue on GitHub` For reference, I: * had already joined in the "parent" `NixOS` public space `#community:nixos.org` (which contains the room I want to join, `#teams:nixos.org`), and also * had already joined `#security-discuss:nixos.org` (which is _contained in_ the room I want to join, `#community:nixos.org`) Just in case the fact that I tried to join a room in the "middle" of the space containment hierarchy is relevant to the issue. ### Outcome #### What did you expect? No popup asking me to report a bug on Github. #### What happened instead? A popup asking me to report a bug on Github: ![image](https://user-images.githubusercontent.com/399535/199229780-bdc0005e-5955-4bf3-a246-e84ac959feaa.png) ### Operating system Ubuntu Linux 22.04 ### Browser information Firefox 106 ### URL for webapp app.element.iop ### Application version _No response_ ### Homeserver matrix.org ### Will you send logs? Yes
defect
something went wrong when joining space steps to reproduce from my matrix org account on element web with version from today try to join the teams nixos org room space get shown something went wrong please create a new issue on github for reference i had already joined in the parent nixos public space community nixos org which contains the room i want to join teams nixos org and also had already joined security discuss nixos org which is contained in the room i want to join community nixos org just in case the fact that i tried to join a room in the middle of the space containment hierarchy is relevant to the issue outcome what did you expect no popup asking me to report a bug on github what happened instead a popup asking me to report a bug on github operating system ubuntu linux browser information firefox url for webapp app element iop application version no response homeserver matrix org will you send logs yes
1
775,045
27,216,516,442
IssuesEvent
2023-02-20 22:33:58
binpash/pash
https://api.github.com/repos/binpash/pash
closed
Parallelize sequence in node
enhancement low-priority
It seems that it might be possible to also parallelize the sequence operator in a node. For example something like: ``` { head ; grep } | ... ``` Due to order awareness in the DFG, we might be able to parallelize this together with the next node (by first spliting the inner node to two nodes `head` and `grep` and then parallelizing each.
1.0
Parallelize sequence in node - It seems that it might be possible to also parallelize the sequence operator in a node. For example something like: ``` { head ; grep } | ... ``` Due to order awareness in the DFG, we might be able to parallelize this together with the next node (by first spliting the inner node to two nodes `head` and `grep` and then parallelizing each.
non_defect
parallelize sequence in node it seems that it might be possible to also parallelize the sequence operator in a node for example something like head grep due to order awareness in the dfg we might be able to parallelize this together with the next node by first spliting the inner node to two nodes head and grep and then parallelizing each
0
450,673
13,018,110,315
IssuesEvent
2020-07-26 15:45:37
kubeflow/kubeflow
https://api.github.com/repos/kubeflow/kubeflow
closed
Enterprise Gateway support?
area/jupyter kind/feature lifecycle/stale priority/p3
Hi, have you considered solving Jupyter multi tenancy by plugging-in https://github.com/jupyter/enterprise_gateway ?
1.0
Enterprise Gateway support? - Hi, have you considered solving Jupyter multi tenancy by plugging-in https://github.com/jupyter/enterprise_gateway ?
non_defect
enterprise gateway support hi have you considered solving jupyter multi tenancy by plugging in
0
413,489
27,954,605,350
IssuesEvent
2023-03-24 11:24:26
nextauthjs/next-auth
https://api.github.com/repos/nextauthjs/next-auth
opened
Improve Getting Started page
documentation
### What is the improvement or update you wish to see? https://authjs.dev/getting-started/introduction is kinda flat right now. ### Is there any context that might help us understand? Something similar to https://authjs.dev/reference/adapters would be nice. ### Does the docs page already exist? Please link to it. _No response_
1.0
Improve Getting Started page - ### What is the improvement or update you wish to see? https://authjs.dev/getting-started/introduction is kinda flat right now. ### Is there any context that might help us understand? Something similar to https://authjs.dev/reference/adapters would be nice. ### Does the docs page already exist? Please link to it. _No response_
non_defect
improve getting started page what is the improvement or update you wish to see is kinda flat right now is there any context that might help us understand something similar to would be nice does the docs page already exist please link to it no response
0
24,820
4,106,659,798
IssuesEvent
2016-06-06 09:41:39
octavian-paraschiv/protone-suite
https://api.github.com/repos/octavian-paraschiv/protone-suite
closed
Favorite folder added with MEdia Library not visible in real time in protone Player
Category-Suite OS-All Priority-P2 ReportSource-DevQA Type-Defect
Favorite folder added with MEdia Library not visible in real time in protone Player, the Player needs a restart to show the new added folder. It seems to be working the other way around. Reported in build 2.1.27
1.0
Favorite folder added with MEdia Library not visible in real time in protone Player - Favorite folder added with MEdia Library not visible in real time in protone Player, the Player needs a restart to show the new added folder. It seems to be working the other way around. Reported in build 2.1.27
defect
favorite folder added with media library not visible in real time in protone player favorite folder added with media library not visible in real time in protone player the player needs a restart to show the new added folder it seems to be working the other way around reported in build
1
26,766
4,778,462,719
IssuesEvent
2016-10-27 19:22:26
wheeler-microfluidics/microdrop
https://api.github.com/repos/wheeler-microfluidics/microdrop
closed
Save experiment log on program exit (Trac #158)
defect microdrop Migrated from Trac
If a user closes microdrop while an experiment is running, the log for the currently running experiment is not saved. Migrated from http://microfluidics.utoronto.ca/microdrop/ticket/158 ```json { "status": "closed", "changetime": "2015-01-13T08:43:59", "description": "If a user closes microdrop while an experiment is running, the log for the currently running experiment is not saved.", "reporter": "ryan", "cc": "", "resolution": "fixed", "_ts": "1421138639811282", "component": "microdrop", "summary": "Save experiment log on program exit", "priority": "minor", "keywords": "", "version": "0.1", "time": "2014-10-28T21:04:34", "milestone": "Microdrop 1.0", "owner": "", "type": "defect" } ```
1.0
Save experiment log on program exit (Trac #158) - If a user closes microdrop while an experiment is running, the log for the currently running experiment is not saved. Migrated from http://microfluidics.utoronto.ca/microdrop/ticket/158 ```json { "status": "closed", "changetime": "2015-01-13T08:43:59", "description": "If a user closes microdrop while an experiment is running, the log for the currently running experiment is not saved.", "reporter": "ryan", "cc": "", "resolution": "fixed", "_ts": "1421138639811282", "component": "microdrop", "summary": "Save experiment log on program exit", "priority": "minor", "keywords": "", "version": "0.1", "time": "2014-10-28T21:04:34", "milestone": "Microdrop 1.0", "owner": "", "type": "defect" } ```
defect
save experiment log on program exit trac if a user closes microdrop while an experiment is running the log for the currently running experiment is not saved migrated from json status closed changetime description if a user closes microdrop while an experiment is running the log for the currently running experiment is not saved reporter ryan cc resolution fixed ts component microdrop summary save experiment log on program exit priority minor keywords version time milestone microdrop owner type defect
1
51,714
13,211,296,385
IssuesEvent
2020-08-15 22:07:20
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[gotoblas] add checksuming to make files for lapack (Trac #917)
Incomplete Migration Migrated from Trac defect infrastructure
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/917">https://code.icecube.wisc.edu/projects/icecube/ticket/917</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2015-04-17T01:11:52", "_ts": "1429233112808376", "description": "The GotoBLAS makefiles are a bit fragile and will happily try to patch and build a bad download of LAPACK. Add a checksum test and fail FABULOUSLY if the LAPACK d/l fails.", "reporter": "nega", "cc": "", "resolution": "wontfix", "time": "2015-04-10T03:02:48", "component": "infrastructure", "summary": "[gotoblas] add checksuming to make files for lapack", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
[gotoblas] add checksuming to make files for lapack (Trac #917) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/917">https://code.icecube.wisc.edu/projects/icecube/ticket/917</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2015-04-17T01:11:52", "_ts": "1429233112808376", "description": "The GotoBLAS makefiles are a bit fragile and will happily try to patch and build a bad download of LAPACK. Add a checksum test and fail FABULOUSLY if the LAPACK d/l fails.", "reporter": "nega", "cc": "", "resolution": "wontfix", "time": "2015-04-10T03:02:48", "component": "infrastructure", "summary": "[gotoblas] add checksuming to make files for lapack", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
add checksuming to make files for lapack trac migrated from json status closed changetime ts description the gotoblas makefiles are a bit fragile and will happily try to patch and build a bad download of lapack add a checksum test and fail fabulously if the lapack d l fails reporter nega cc resolution wontfix time component infrastructure summary add checksuming to make files for lapack priority normal keywords milestone owner nega type defect
1
64,660
18,787,581,669
IssuesEvent
2021-11-08 13:46:21
aave/aave-utilities
https://api.github.com/repos/aave/aave-utilities
closed
formatUserSummary doesn't return availableBorrowsUSD
defect
# Bug Report formatUserSummary doesn't return `availableBorrowsUSD` but all other usd values ## Package name / version 0.15 ## Expected behavior Method should return either all or no usd values, but not mixed content.
1.0
formatUserSummary doesn't return availableBorrowsUSD - # Bug Report formatUserSummary doesn't return `availableBorrowsUSD` but all other usd values ## Package name / version 0.15 ## Expected behavior Method should return either all or no usd values, but not mixed content.
defect
formatusersummary doesn t return availableborrowsusd bug report formatusersummary doesn t return availableborrowsusd but all other usd values package name version expected behavior method should return either all or no usd values but not mixed content
1
121,163
15,863,094,326
IssuesEvent
2021-04-08 12:25:49
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
Forms-system DirectDeposit bug
needs-grooming triage vsp-design-system-team
### User story(ies) `src/platform/forms-system/src/js/definitions/directDeposit.jsx` does not render on the Review page of forms correctly The error message below is displayed when the chapter with it is opened ``` Uncaught Error: uiSchema order list contains extraneous properties 'view:directDepositInfo', 'view:bankInfoHelpText' at orderProperties (utils.js?8964:306) at ObjectField.eval (ObjectField.jsx?2f0d:36) at ObjectField.eval [as orderAndFilterProperties] (_createFlow.js?3414:68) at ObjectField.render (ObjectField.jsx?2f0d:102) at finishClassComponent (react-dom.development.js?61bb:17160) at updateClassComponent (react-dom.development.js?61bb:17110) at beginWork (react-dom.development.js?61bb:18620) at HTMLUnknownElement.callCallback (react-dom.development.js?61bb:188) at Object.invokeGuardedCallbackDev (react-dom.development.js?61bb:237) at invokeGuardedCallback (react-dom.development.js?61bb:292) ``` ### Additional details/notes/links - pull https://github.com/department-of-veterans-affairs/vets-website/pull/16658 - go to http://localhost:3001/education/other-va-education-benefits/stem-scholarship/apply-for-scholarship-form-22-10203/review-and-submit - open the accordion "Personal Information" - notice in browser console logs the above error message appears ### Acceptance criteria _What must be true in order for this to be complete?_ ### Point(s) of contact _Who should be kept INFORMED of the status of this request? Please tag them here._ ### What type of issue is this? - [ ] Bug - [ ] Request new feature - [ ] Request update to existing feature - [ ] Documentation change - [ ] Other (please describe) ### How to configure this issue - [ ] When ticket is opened, assign to Epic [#12765 Forms library user feedback and requests to be triaged](https://app.zenhub.com/workspaces/vsp-5cedc9cce6e3335dc5a49fc4/issues/department-of-veterans-affairs/va.gov-team/12765) - [ ] FE Tools team will triage and add to [Design System Governance Process Project Board](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/projects/3) as applicable
1.0
Forms-system DirectDeposit bug - ### User story(ies) `src/platform/forms-system/src/js/definitions/directDeposit.jsx` does not render on the Review page of forms correctly The error message below is displayed when the chapter with it is opened ``` Uncaught Error: uiSchema order list contains extraneous properties 'view:directDepositInfo', 'view:bankInfoHelpText' at orderProperties (utils.js?8964:306) at ObjectField.eval (ObjectField.jsx?2f0d:36) at ObjectField.eval [as orderAndFilterProperties] (_createFlow.js?3414:68) at ObjectField.render (ObjectField.jsx?2f0d:102) at finishClassComponent (react-dom.development.js?61bb:17160) at updateClassComponent (react-dom.development.js?61bb:17110) at beginWork (react-dom.development.js?61bb:18620) at HTMLUnknownElement.callCallback (react-dom.development.js?61bb:188) at Object.invokeGuardedCallbackDev (react-dom.development.js?61bb:237) at invokeGuardedCallback (react-dom.development.js?61bb:292) ``` ### Additional details/notes/links - pull https://github.com/department-of-veterans-affairs/vets-website/pull/16658 - go to http://localhost:3001/education/other-va-education-benefits/stem-scholarship/apply-for-scholarship-form-22-10203/review-and-submit - open the accordion "Personal Information" - notice in browser console logs the above error message appears ### Acceptance criteria _What must be true in order for this to be complete?_ ### Point(s) of contact _Who should be kept INFORMED of the status of this request? Please tag them here._ ### What type of issue is this? - [ ] Bug - [ ] Request new feature - [ ] Request update to existing feature - [ ] Documentation change - [ ] Other (please describe) ### How to configure this issue - [ ] When ticket is opened, assign to Epic [#12765 Forms library user feedback and requests to be triaged](https://app.zenhub.com/workspaces/vsp-5cedc9cce6e3335dc5a49fc4/issues/department-of-veterans-affairs/va.gov-team/12765) - [ ] FE Tools team will triage and add to [Design System Governance Process Project Board](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/projects/3) as applicable
non_defect
forms system directdeposit bug user story ies src platform forms system src js definitions directdeposit jsx does not render on the review page of forms correctly the error message below is displayed when the chapter with it is opened uncaught error uischema order list contains extraneous properties view directdepositinfo view bankinfohelptext at orderproperties utils js at objectfield eval objectfield jsx at objectfield eval createflow js at objectfield render objectfield jsx at finishclasscomponent react dom development js at updateclasscomponent react dom development js at beginwork react dom development js at htmlunknownelement callcallback react dom development js at object invokeguardedcallbackdev react dom development js at invokeguardedcallback react dom development js additional details notes links pull go to open the accordion personal information notice in browser console logs the above error message appears acceptance criteria what must be true in order for this to be complete point s of contact who should be kept informed of the status of this request please tag them here what type of issue is this bug request new feature request update to existing feature documentation change other please describe how to configure this issue when ticket is opened assign to epic fe tools team will triage and add to as applicable
0
52,738
13,224,991,936
IssuesEvent
2020-08-17 20:16:11
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
libarchive review (Trac #261)
Migrated from Trac combo core defect
See: #IT282 <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/261">https://code.icecube.wisc.edu/projects/icecube/ticket/261</a>, reported by negaand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-23T03:37:57", "_ts": "1416713877165085", "description": "See: #IT282", "reporter": "nega", "cc": "", "resolution": "worksforme", "time": "2011-05-11T20:39:48", "component": "combo core", "summary": "libarchive review", "priority": "normal", "keywords": "libarchive", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
1.0
libarchive review (Trac #261) - See: #IT282 <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/261">https://code.icecube.wisc.edu/projects/icecube/ticket/261</a>, reported by negaand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-23T03:37:57", "_ts": "1416713877165085", "description": "See: #IT282", "reporter": "nega", "cc": "", "resolution": "worksforme", "time": "2011-05-11T20:39:48", "component": "combo core", "summary": "libarchive review", "priority": "normal", "keywords": "libarchive", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
defect
libarchive review trac see migrated from json status closed changetime ts description see reporter nega cc resolution worksforme time component combo core summary libarchive review priority normal keywords libarchive milestone owner olivas type defect
1
475,548
13,722,363,303
IssuesEvent
2020-10-03 03:12:58
GTBitsOfGood/gen-soln
https://api.github.com/repos/GTBitsOfGood/gen-soln
closed
[VMS] Call `getUpcomingEventsCardData` in `getServerSideProps` of `pages/events/index.tsx`
VMS backend frontend high priority
- [ ] Add an argument, `context` to the `getServerSideProps` function in `pages/events/index.tsx`; the argument should be of type `GetServerSidePropsContext`. - [ ] Using the context, check if the query parameters are empty. If they are, make a call to `getUpcomingEventsCardDataCount` and `getUpcomingEventsCardData` as descibed here: https://github.com/GTBitsOfGood/gen-soln/pull/196#discussion_r495622321 - [ ] The data returned by `getUpcomingEventsCardData` should be returned as part of the `props` object of `getServerSideProps`. - [ ] Ensure that `EventsNextPage` passes this data to `EventsPage`. You will have to modify `EventsPage`'s props for this.
1.0
[VMS] Call `getUpcomingEventsCardData` in `getServerSideProps` of `pages/events/index.tsx` - - [ ] Add an argument, `context` to the `getServerSideProps` function in `pages/events/index.tsx`; the argument should be of type `GetServerSidePropsContext`. - [ ] Using the context, check if the query parameters are empty. If they are, make a call to `getUpcomingEventsCardDataCount` and `getUpcomingEventsCardData` as descibed here: https://github.com/GTBitsOfGood/gen-soln/pull/196#discussion_r495622321 - [ ] The data returned by `getUpcomingEventsCardData` should be returned as part of the `props` object of `getServerSideProps`. - [ ] Ensure that `EventsNextPage` passes this data to `EventsPage`. You will have to modify `EventsPage`'s props for this.
non_defect
call getupcomingeventscarddata in getserversideprops of pages events index tsx add an argument context to the getserversideprops function in pages events index tsx the argument should be of type getserversidepropscontext using the context check if the query parameters are empty if they are make a call to getupcomingeventscarddatacount and getupcomingeventscarddata as descibed here the data returned by getupcomingeventscarddata should be returned as part of the props object of getserversideprops ensure that eventsnextpage passes this data to eventspage you will have to modify eventspage s props for this
0
16,315
5,233,591,895
IssuesEvent
2017-01-30 13:24:59
SemsTestOrg/combinearchive-web
https://api.github.com/repos/SemsTestOrg/combinearchive-web
closed
[RestApi] Complete the complete update of meta entries
code major migrated task wontfix
## Trac Ticket #10 **component:** code **owner:** somebody **reporter:** martinP **created:** 2014-07-31 08:17:05 **milestone:** **type:** task **version:** **keywords:** Complete the internal API (in UserManager.java/updateArchiveEntry) to create/update/delete meta entries as blob for one file ## comment 1 **time:** 2014-10-06 09:31:47 **author:** mp487 <martin.peters3@uni-rostock.de> In [None](/6c9102d343671caeeebb7477540eba79fd0ef884): ```CommitTicketReference repository="" revision="6c9102d343671caeeebb7477540eba79fd0ef884" removed edit of MetaEntries from updateArchiveEntry [wontfix #10] ``` ## comment 2 **time:** 2014-10-09 10:18:32 **author:** martinP ## comment 3 **time:** 2014-10-09 10:18:32 **author:** martinP Updated **resolution** to **wontfix** ## comment 4 **time:** 2014-10-09 10:18:32 **author:** martinP Updated **status** to **closed**
1.0
[RestApi] Complete the complete update of meta entries - ## Trac Ticket #10 **component:** code **owner:** somebody **reporter:** martinP **created:** 2014-07-31 08:17:05 **milestone:** **type:** task **version:** **keywords:** Complete the internal API (in UserManager.java/updateArchiveEntry) to create/update/delete meta entries as blob for one file ## comment 1 **time:** 2014-10-06 09:31:47 **author:** mp487 <martin.peters3@uni-rostock.de> In [None](/6c9102d343671caeeebb7477540eba79fd0ef884): ```CommitTicketReference repository="" revision="6c9102d343671caeeebb7477540eba79fd0ef884" removed edit of MetaEntries from updateArchiveEntry [wontfix #10] ``` ## comment 2 **time:** 2014-10-09 10:18:32 **author:** martinP ## comment 3 **time:** 2014-10-09 10:18:32 **author:** martinP Updated **resolution** to **wontfix** ## comment 4 **time:** 2014-10-09 10:18:32 **author:** martinP Updated **status** to **closed**
non_defect
complete the complete update of meta entries trac ticket component code owner somebody reporter martinp created milestone type task version keywords complete the internal api in usermanager java updatearchiveentry to create update delete meta entries as blob for one file comment time author in committicketreference repository revision removed edit of metaentries from updatearchiveentry comment time author martinp comment time author martinp updated resolution to wontfix comment time author martinp updated status to closed
0
180,026
6,642,381,559
IssuesEvent
2017-09-27 07:09:45
numpy/numpy
https://api.github.com/repos/numpy/numpy
closed
issubdtype fails with string representations
00 - Bug component: numpy.core difficulty: Easy priority: normal
``` >>> np.issubdtype(np.float64,np.float32) #this is ok False >>> np.issubdtype('float64','float32') #but this is not ok True ``` According to the docs, the arguments of issubdtype can be "dtype or string representing a typecode", but it fails in the second case.
1.0
issubdtype fails with string representations - ``` >>> np.issubdtype(np.float64,np.float32) #this is ok False >>> np.issubdtype('float64','float32') #but this is not ok True ``` According to the docs, the arguments of issubdtype can be "dtype or string representing a typecode", but it fails in the second case.
non_defect
issubdtype fails with string representations np issubdtype np np this is ok false np issubdtype but this is not ok true according to the docs the arguments of issubdtype can be dtype or string representing a typecode but it fails in the second case
0
54,125
13,401,468,010
IssuesEvent
2020-09-03 17:21:47
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
youtube feed url
Component-Core Status-Fixed Type-Defect
Hello This is a normal yotube feed url: https://www.youtube.com/feeds/videos.xml?channel_id=UC5aeU5hk31cLzq_sAExLVWg That does not work with rssguard. Need to modify the url in order to have youtube feed in rssguard to this: https://youtube.com/feeds/videos.xml?channel_id=UC5aeU5hk31cLzq_sAExLVWg Its very annoying to have to change all youtube feed url from a saved opml file. v3.7.2
1.0
youtube feed url - Hello This is a normal yotube feed url: https://www.youtube.com/feeds/videos.xml?channel_id=UC5aeU5hk31cLzq_sAExLVWg That does not work with rssguard. Need to modify the url in order to have youtube feed in rssguard to this: https://youtube.com/feeds/videos.xml?channel_id=UC5aeU5hk31cLzq_sAExLVWg Its very annoying to have to change all youtube feed url from a saved opml file. v3.7.2
defect
youtube feed url hello this is a normal yotube feed url that does not work with rssguard need to modify the url in order to have youtube feed in rssguard to this its very annoying to have to change all youtube feed url from a saved opml file
1
30,885
6,336,918,458
IssuesEvent
2017-07-26 22:17:01
extnet/Ext.NET
https://api.github.com/repos/extnet/Ext.NET
closed
Ext.Net.DropDownField: calling reset() triggers javascript error
4.x defect
Found: 4.2.2 Ext.NET forum thread: [dropdown reset](https://forums.ext.net/showthread.php?62042) The problem was introduced on undocumented changes between ExtJS 6.0.2 and 6.2.0. The reset() method (`Ext.form.field.Text.reset()`) no longer existed and also its `Ext.form.field.Text.applyEmptyText()` method was removed. The forum thread contains links for both codes on 6.0.2 and 6.2.0 from the ExtJS documentation. Will not mark this as a sencha bug cause, although it was caused by a change in their side, it was just Ext.NET code which didn't adapt to undocumented breaking changes introduced between ExtJS versions.
1.0
Ext.Net.DropDownField: calling reset() triggers javascript error - Found: 4.2.2 Ext.NET forum thread: [dropdown reset](https://forums.ext.net/showthread.php?62042) The problem was introduced on undocumented changes between ExtJS 6.0.2 and 6.2.0. The reset() method (`Ext.form.field.Text.reset()`) no longer existed and also its `Ext.form.field.Text.applyEmptyText()` method was removed. The forum thread contains links for both codes on 6.0.2 and 6.2.0 from the ExtJS documentation. Will not mark this as a sencha bug cause, although it was caused by a change in their side, it was just Ext.NET code which didn't adapt to undocumented breaking changes introduced between ExtJS versions.
defect
ext net dropdownfield calling reset triggers javascript error found ext net forum thread the problem was introduced on undocumented changes between extjs and the reset method ext form field text reset no longer existed and also its ext form field text applyemptytext method was removed the forum thread contains links for both codes on and from the extjs documentation will not mark this as a sencha bug cause although it was caused by a change in their side it was just ext net code which didn t adapt to undocumented breaking changes introduced between extjs versions
1
50,614
13,187,624,153
IssuesEvent
2020-08-13 04:01:40
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[simprod-scripts] GenerateAtmosphericNeutrinos bug (Trac #1050)
Migrated from Trac combo simulation defect
The error: ```text File "/data/user/edvorak/metaprojects/icesim/TRUNK_7_13_15/build/lib/icecube/simprod/segments/GenerateNeutrinos.py", line 305, in GenerateAtmosphericNeutrinos propagators[k] = base_propagators[k] TypeError: Invalid index type ``` http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/simprod-scripts/trunk/python/segments/GenerateNeutrinos.py#L298 get_propagators() returns a C++ map, which doesn't support the full dict syntax apparently? ```text for k in base_propagators: propagators[k] = base_propagators[k] ``` `k` is apparently not what you think it is. I'm guessing using `.keys()` might solve this, but not sure. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1050">https://code.icecube.wisc.edu/ticket/1050</a>, reported by david.schultz and owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "description": "The error:\n\n{{{\n File \"/data/user/edvorak/metaprojects/icesim/TRUNK_7_13_15/build/lib/icecube/simprod/segments/GenerateNeutrinos.py\", line 305, in GenerateAtmosphericNeutrinos\n propagators[k] = base_propagators[k]\nTypeError: Invalid index type\n}}}\n\nhttp://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/simprod-scripts/trunk/python/segments/GenerateNeutrinos.py#L298\n\nget_propagators() returns a C++ map, which doesn't support the full dict syntax apparently?\n\n{{{\nfor k in base_propagators:\n propagators[k] = base_propagators[k]\n}}}\n\n`k` is apparently not what you think it is. I'm guessing using `.keys()` might solve this, but not sure.\n", "reporter": "david.schultz", "cc": "david.schultz, juancarlos", "resolution": "fixed", "_ts": "1458335643235016", "component": "combo simulation", "summary": "[simprod-scripts] GenerateAtmosphericNeutrinos bug", "priority": "critical", "keywords": "", "time": "2015-07-14T20:12:12", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
1.0
[simprod-scripts] GenerateAtmosphericNeutrinos bug (Trac #1050) - The error: ```text File "/data/user/edvorak/metaprojects/icesim/TRUNK_7_13_15/build/lib/icecube/simprod/segments/GenerateNeutrinos.py", line 305, in GenerateAtmosphericNeutrinos propagators[k] = base_propagators[k] TypeError: Invalid index type ``` http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/simprod-scripts/trunk/python/segments/GenerateNeutrinos.py#L298 get_propagators() returns a C++ map, which doesn't support the full dict syntax apparently? ```text for k in base_propagators: propagators[k] = base_propagators[k] ``` `k` is apparently not what you think it is. I'm guessing using `.keys()` might solve this, but not sure. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1050">https://code.icecube.wisc.edu/ticket/1050</a>, reported by david.schultz and owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "description": "The error:\n\n{{{\n File \"/data/user/edvorak/metaprojects/icesim/TRUNK_7_13_15/build/lib/icecube/simprod/segments/GenerateNeutrinos.py\", line 305, in GenerateAtmosphericNeutrinos\n propagators[k] = base_propagators[k]\nTypeError: Invalid index type\n}}}\n\nhttp://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/simprod-scripts/trunk/python/segments/GenerateNeutrinos.py#L298\n\nget_propagators() returns a C++ map, which doesn't support the full dict syntax apparently?\n\n{{{\nfor k in base_propagators:\n propagators[k] = base_propagators[k]\n}}}\n\n`k` is apparently not what you think it is. I'm guessing using `.keys()` might solve this, but not sure.\n", "reporter": "david.schultz", "cc": "david.schultz, juancarlos", "resolution": "fixed", "_ts": "1458335643235016", "component": "combo simulation", "summary": "[simprod-scripts] GenerateAtmosphericNeutrinos bug", "priority": "critical", "keywords": "", "time": "2015-07-14T20:12:12", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
defect
generateatmosphericneutrinos bug trac the error text file data user edvorak metaprojects icesim trunk build lib icecube simprod segments generateneutrinos py line in generateatmosphericneutrinos propagators base propagators typeerror invalid index type get propagators returns a c map which doesn t support the full dict syntax apparently text for k in base propagators propagators base propagators k is apparently not what you think it is i m guessing using keys might solve this but not sure migrated from json status closed changetime description the error n n n file data user edvorak metaprojects icesim trunk build lib icecube simprod segments generateneutrinos py line in generateatmosphericneutrinos n propagators base propagators ntypeerror invalid index type n n n returns a c map which doesn t support the full dict syntax apparently n n nfor k in base propagators n propagators base propagators n n n k is apparently not what you think it is i m guessing using keys might solve this but not sure n reporter david schultz cc david schultz juancarlos resolution fixed ts component combo simulation summary generateatmosphericneutrinos bug priority critical keywords time milestone owner olivas type defect
1
314,842
9,603,753,653
IssuesEvent
2019-05-10 17:58:09
jdereus/labman
https://api.github.com/repos/jdereus/labman
closed
Generate correct Preparation Sheet for shotgun runs
feature request priority:high scope:large
While Labman currently includes code to generate a Preparation Sheet (aka prep info file) for shotgun runs, those files do not follow the specifications required by Gail, who currently prepares the manually with input from the sample sheet. The scope of this issue includes working with Gail to get a known-good shotgun prep info file and descriptions of what goes in each column, then modifying the labman code to produce a file with this content/format and reinstating the ability to download this file from the labman interface (i.e., reversing the fix for #326 Disable Preparation Sheet download for shotgun sequencing runs ). Since numerous fields are shared between the amplicon prep info file and the shotgun prep info file, code duplication should be minimized.
1.0
Generate correct Preparation Sheet for shotgun runs - While Labman currently includes code to generate a Preparation Sheet (aka prep info file) for shotgun runs, those files do not follow the specifications required by Gail, who currently prepares the manually with input from the sample sheet. The scope of this issue includes working with Gail to get a known-good shotgun prep info file and descriptions of what goes in each column, then modifying the labman code to produce a file with this content/format and reinstating the ability to download this file from the labman interface (i.e., reversing the fix for #326 Disable Preparation Sheet download for shotgun sequencing runs ). Since numerous fields are shared between the amplicon prep info file and the shotgun prep info file, code duplication should be minimized.
non_defect
generate correct preparation sheet for shotgun runs while labman currently includes code to generate a preparation sheet aka prep info file for shotgun runs those files do not follow the specifications required by gail who currently prepares the manually with input from the sample sheet the scope of this issue includes working with gail to get a known good shotgun prep info file and descriptions of what goes in each column then modifying the labman code to produce a file with this content format and reinstating the ability to download this file from the labman interface i e reversing the fix for disable preparation sheet download for shotgun sequencing runs since numerous fields are shared between the amplicon prep info file and the shotgun prep info file code duplication should be minimized
0
165,999
20,692,554,282
IssuesEvent
2022-03-11 02:56:35
audrow/humble-tcm-example
https://api.github.com/repos/audrow/humble-tcm-example
opened
Examine Traffic
tutorials security generation-1 fastdds docs
Check the documentation for the 'Examine Traffic' page ## Setup - DDS vendor: FastDDS ## Links - [Examine Traffic page](https://docs.ros.org/en/rolling/Tutorials/Security/Examine-Traffic.html) ## Checks - [ ] **I was able to follow the documentation.** - [ ] **The documentation seemed clear to me.** - [ ] **The documentation didn't have any obvious errors.**
True
Examine Traffic - Check the documentation for the 'Examine Traffic' page ## Setup - DDS vendor: FastDDS ## Links - [Examine Traffic page](https://docs.ros.org/en/rolling/Tutorials/Security/Examine-Traffic.html) ## Checks - [ ] **I was able to follow the documentation.** - [ ] **The documentation seemed clear to me.** - [ ] **The documentation didn't have any obvious errors.**
non_defect
examine traffic check the documentation for the examine traffic page setup dds vendor fastdds links checks i was able to follow the documentation the documentation seemed clear to me the documentation didn t have any obvious errors
0
72,095
23,936,493,330
IssuesEvent
2022-09-11 09:59:52
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
Sharing menu allows selecting multiple rooms despite using radio buttons
T-Defect
### Steps to reproduce 1. Share content from iOS share menu, click "Element" 2. Seeing a long list of rooms, click by mistake on a random wrong room [_Whose content you do NOT want to share_] 3. Instead scrolling through the long list, enter the room name in the search entry 4. Activate the _radio button_ of the right room whose content you want to share ### Outcome #### What did you expect? Since the list is using _radio buttons_, I expect that only _one_ item can be selected, namely the room from "4." #### What happened instead? These are NOT radio buttons, although they look like it, and there were 2 rooms selected (room from "4." _and_ "2."), so I shared private content to a room with a lot of people. ![image](https://user-images.githubusercontent.com/6001248/189521440-b8b3124a-c0fd-4ca6-84ce-b960f690f871.png) This can have fatal consequences, because you don't realize this when you make this mistake. I noticed it by coincidence, because someone asked me about it. Since it is possible to select multiple rooms, checkboxes should be used instead of radio buttons. In addition, an indicator should be displayed somewhere to show how many rooms are selected, since it is possible that a selected room is no longer visible if it has been filtered out by the search entry. ### Your phone model iPhone Xs ### Operating system version iOS 16 ### Application version Element 1.9.4 ### Homeserver _No response_ ### Will you send logs? No
1.0
Sharing menu allows selecting multiple rooms despite using radio buttons - ### Steps to reproduce 1. Share content from iOS share menu, click "Element" 2. Seeing a long list of rooms, click by mistake on a random wrong room [_Whose content you do NOT want to share_] 3. Instead scrolling through the long list, enter the room name in the search entry 4. Activate the _radio button_ of the right room whose content you want to share ### Outcome #### What did you expect? Since the list is using _radio buttons_, I expect that only _one_ item can be selected, namely the room from "4." #### What happened instead? These are NOT radio buttons, although they look like it, and there were 2 rooms selected (room from "4." _and_ "2."), so I shared private content to a room with a lot of people. ![image](https://user-images.githubusercontent.com/6001248/189521440-b8b3124a-c0fd-4ca6-84ce-b960f690f871.png) This can have fatal consequences, because you don't realize this when you make this mistake. I noticed it by coincidence, because someone asked me about it. Since it is possible to select multiple rooms, checkboxes should be used instead of radio buttons. In addition, an indicator should be displayed somewhere to show how many rooms are selected, since it is possible that a selected room is no longer visible if it has been filtered out by the search entry. ### Your phone model iPhone Xs ### Operating system version iOS 16 ### Application version Element 1.9.4 ### Homeserver _No response_ ### Will you send logs? No
defect
sharing menu allows selecting multiple rooms despite using radio buttons steps to reproduce share content from ios share menu click element seeing a long list of rooms click by mistake on a random wrong room instead scrolling through the long list enter the room name in the search entry activate the radio button of the right room whose content you want to share outcome what did you expect since the list is using radio buttons i expect that only one item can be selected namely the room from what happened instead these are not radio buttons although they look like it and there were rooms selected room from and so i shared private content to a room with a lot of people this can have fatal consequences because you don t realize this when you make this mistake i noticed it by coincidence because someone asked me about it since it is possible to select multiple rooms checkboxes should be used instead of radio buttons in addition an indicator should be displayed somewhere to show how many rooms are selected since it is possible that a selected room is no longer visible if it has been filtered out by the search entry your phone model iphone xs operating system version ios application version element homeserver no response will you send logs no
1
4,642
2,610,136,263
IssuesEvent
2015-02-26 18:42:58
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Fake winning team info when few teams deal team color.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Run fight with few teams dealing one team colors (eg 3 on 3). 2. Make one of the teams dealing the color die (I'll call it 'team 1'). 3. Make teams dealing the color win (I'll call them 'team 2' and 'team 3'). What is the expected output? What do you see instead? I've expected the info would say 'Team 2 and Team 3 wins' or at least 'Team 2 wins' or 'Team 3 wins', but it said 'Team 1 wins' (!) instead. What version of the product are you using? On what operating system? 0.9.13 on Windows XP SP2 Please provide any additional information below. ``` ----- Original issue reported on code.google.com by `adibiaz...@gmail.com` on 17 Sep 2010 at 7:55
1.0
Fake winning team info when few teams deal team color. - ``` What steps will reproduce the problem? 1. Run fight with few teams dealing one team colors (eg 3 on 3). 2. Make one of the teams dealing the color die (I'll call it 'team 1'). 3. Make teams dealing the color win (I'll call them 'team 2' and 'team 3'). What is the expected output? What do you see instead? I've expected the info would say 'Team 2 and Team 3 wins' or at least 'Team 2 wins' or 'Team 3 wins', but it said 'Team 1 wins' (!) instead. What version of the product are you using? On what operating system? 0.9.13 on Windows XP SP2 Please provide any additional information below. ``` ----- Original issue reported on code.google.com by `adibiaz...@gmail.com` on 17 Sep 2010 at 7:55
defect
fake winning team info when few teams deal team color what steps will reproduce the problem run fight with few teams dealing one team colors eg on make one of the teams dealing the color die i ll call it team make teams dealing the color win i ll call them team and team what is the expected output what do you see instead i ve expected the info would say team and team wins or at least team wins or team wins but it said team wins instead what version of the product are you using on what operating system on windows xp please provide any additional information below original issue reported on code google com by adibiaz gmail com on sep at
1
70,489
8,554,227,722
IssuesEvent
2018-11-08 05:07:29
rust-net-web/tide
https://api.github.com/repos/rust-net-web/tide
opened
Support named path extraction
design feature good first issue
The router supports both named (`{foo}`) and anonymous (`{}`) wildcards, but Tide only has an extractor (`Path`) for the latter. However, extractors are given `RouteMatch` structures which contain named match information. All that's needed is to add an additional extractor type for extracting path components by name. Here's a sketch: ```rust trait NamedComponent: Send + 'static + std::str::FromStr { const NAME: &'static str; } struct Named<T: NamedComponent>(pub T); impl<T: NamedComponent, S: 'static> Extract<S> for Named<T> { ... } ```
1.0
Support named path extraction - The router supports both named (`{foo}`) and anonymous (`{}`) wildcards, but Tide only has an extractor (`Path`) for the latter. However, extractors are given `RouteMatch` structures which contain named match information. All that's needed is to add an additional extractor type for extracting path components by name. Here's a sketch: ```rust trait NamedComponent: Send + 'static + std::str::FromStr { const NAME: &'static str; } struct Named<T: NamedComponent>(pub T); impl<T: NamedComponent, S: 'static> Extract<S> for Named<T> { ... } ```
non_defect
support named path extraction the router supports both named foo and anonymous wildcards but tide only has an extractor path for the latter however extractors are given routematch structures which contain named match information all that s needed is to add an additional extractor type for extracting path components by name here s a sketch rust trait namedcomponent send static std str fromstr const name static str struct named pub t impl extract for named
0